/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}
/*header*/
.zhuanj{width:100%; overflow:hidden;background-image: url('/static/image/sjzbj.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover}
.zhuanj img{width:100%}
.page-head {
  height: 300px;
  color: #fff;
  background-image: url('/static/image/page-banner.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}
.page-head .container {
  position: relative
}
.page-head .presentation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
.page-head p {
    text-transform:uppercase;
  margin-top: 20px;
  white-space: pre-line
}

.underscore-head-title {
  position: relative;
  display: block;
  padding-bottom: 16px
}
.underscore-head-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 187px;
  height: 5px;
  background: #d02506
}
.underscore-head-title:after {
  content: '';
  position: absolute;
  left: 187px;
  bottom: 0;
  border: 2.5px solid #d02506;
  border-top-color: transparent;
  border-right-color: transparent
}
.page-header-contact .container {
  box-sizing: border-box;
  height: 100%;
  margin-left: auto;
  margin-right: auto
}
.page-header-contact .container h1 {
    font-size: 2.6em;
    line-height: 1.2;
    font-weight: 600;
}
.header {
  width: 100%;
  background: none;
  z-index: 999999;
}
.header-logo {
  height: 90px;
  display: table;
}
.header-logo a {
  display: table-cell;
  vertical-align: middle;
}
.header-logo img {
  width: 170px
}
.header-menu, .header-share {
  margin-top: 30px;
}
.header-menu > ul > li {
  float: left;
  padding: 0 5px;
  position: relative;
}
.header-menu > ul > li > a {
  color: #333;
  font-size: 16px;
  display: block;
  height: 100%;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.w100{width: 100%!important}
.sub-menu-ul {
  position: absolute;
  width: 140px;
  text-align: center;
  overflow: hidden;
  display: none;
  z-index: 999;
}
.header-menu > ul > li:hover > a {
  color: #fff;
}
.header-menu > ul > li:hover a::after {
  width: 100%;
}
.header-menu > ul > li.only-child a::after, .header-menu > ul > li.cur a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  color: #e5002b !important;
  bottom: 0;
  height: 0px;
  background: #0062b1;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.header-menu > ul > li.only-child:hover a {
  background: transparent;
  color: #0062b1;
}
.header-menu > ul > li.only-child:hover a::after, .header-menu > ul > li.cur a::after {
  width: 100%;
}
.sub-menu-ul > li:first-child {
  border-top: 1px solid #045da4
}
.sub-menu-ul > li {
  height: 35px !important;
  line-height: 35px !important;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.sub-menu-ul > li:last-child {
  border-bottom: none;
}
.sub-menu-ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff
}
.sub-menu-ul > li:hover, .header-menu > ul > li.cur:hover {
  background: #01457b;
}
/*header-search*/
.header-share ul li {
  float: left;
  width: 28px;
  height: 29px;
  margin-right: 7px;
  background: url(../image/icon1.png) no-repeat;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  position: relative;
}
.header-share ul li:hover {
  background: url(../image/icon2.png) no-repeat;
}
.header-share ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-share ul li:last-child {
  margin-right: 0;
}
.header-share ul li:first-child {
  background-position: 0 0;
}
.header-share ul li:first-child + li {
  background-position: -35px 0;
}
.header-share ul li:first-child + li + li {
  background-position: -70px 0;
}
.header-share ul li:first-child + li + li + li {
  background-position: -105px 0;
}
.menu-icon.on .icon-top {
  -webkit-transform: translateY(10px)rotate(45deg);
  -moz-transform: translateY(10px)rotate(45deg);
  -ms-transform: translateY(10px)rotate(45deg);
  -o-transform: translateY(10px)rotate(45deg);
  transform: translateY(10px)rotate(45deg);
}
.menu-icon.on .icon-bottom {
  -webkit-transform: translateY(-9px)rotate(-45deg);
  -moz-transform: translateY(-9px)rotate(-45deg);
  -ms-transform: translateY(-9px)rotate(-45deg);
  -o-transform: translateY(-9px)rotate(-45deg);
  transform: translateY(-9px)rotate(-45deg);
}
.menu-icon.on .icon-middle {
  width: 0
}
@media (max-width: 1770px) {
  .header-menu > ul > li > a {
    padding: 0 15px;
  }
  .header-menu > ul > li {}
}
@media (max-width: 1540px) {
  .header-menu > ul > li > a {
    padding: 0 12px;
  }
  .header-menu > ul > li {}
}
@media (max-width: 1440px) {
  .header, .header-logo {
    height: 100px
  }
  .header-logo img {
    width: auto;
    height: 65px
  }
  .header-menu > ul > li > a {
    padding: 0 10px;
  }
  .header-menu > ul > li {}
  .header-menu, .header-share {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .header-menu > ul > li > a {
    padding: 0 8px;
  }
  .header-menu > ul > li {}
  .container2 {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .header-right, .header-share {
    display: block;
    float: right;
  }
  .show-sm {
    display: block;
  }
  .right-warp {
    float: right;
  }
  .header-menu {
    margin-top: 5px;
  }
  .header-share {
    margin-top: 15px;
  }
  .header-menu > ul > li:last-child {
    margin-right: 0;
  }
  .header-logo img {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 992px) {
  .container {
    width: 90%;
  }
  .header-menu > ul > li > a {
    font-size: 16px;
    padding: 0 5px;
    cursor: pointer;
  }
  .header-menu > ul > li {
    margin: 0 5px;
  }
  .header-logo img {
    height: 50px;
    width: auto;
  }
  .inner-menu a {
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .footer-div.footer-div2 {
    width: 100px;
  }
  .code-txt {
    font-size: 14px;
    line-height: 1.6
  }
  .footer-div.footer-div3 {
    width: 74%;
  }
}
@media (max-width: 768px) {
  .inner-con {
    margin-top: 30px;
  }
  .inner-con img {
    width: 100% !important;
    height: 120px !important;
  }
  .header .container {
    width: 100%;
    padding-left:3%;
    padding-right:3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .header-right {
    display: none;
    position: absolute;
    top: 60px;
    float: none;
    left: 0;
    z-index: 9999;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, .9);
  }
  .header-share {
    display: none;
  }
  .header, .header-logo {
    width:80%; float:left; height:60px;
  }
  .header-logo img {
    height:40px;
    width:100%;
  }
  .menu-icon {
    display: block;
  }
  .header-menu > ul > li {
    margin: 0;
    display: block;
    float: none;
    width: 100%;
    transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -moz-transform: translateY(-26px);
    -webkit-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    transition: 1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1s;
    opacity: 0;
  }
  .header-menu > ul > li:nth-child(2) {
    transition: 1.1s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.1s;
  }
  .header-menu > ul > li:nth-child(3) {
    transition: 1.2s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.2s;
  }
  .header-menu > ul > li:nth-child(4) {
    transition: 1.3s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.3s;
  }
  .header-menu > ul > li:nth-child(5) {
    transition: 1.4s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.4s;
  }
  .header-menu > ul > li:nth-child(6) {
    transition: 1.5s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.5s;
  }
  .header-menu > ul > li:nth-child(7) {
    transition: 1.6s cubic-bezier(0.35, 2, 0.35, 1), opacity 1.6s;
  }
  .header-menu > ul > li.header-li-show {
    transform: translateY(0px);
    -ms-transform: translateY(0px); /* IE 9 */
    -moz-transform: translateY(0px); /* Firefox */
    -webkit-transform: translateY(0px); /* Safari 和 Chrome */
    -o-transform: translateY(0px); /* Opera */
    opacity: .9;
  }
  .header-menu > ul > li > a {
    color: #333;
    padding: 0;
  }
  .header-menu > ul > li.active > a, .header-menu > ul > li:hover > a {
    background: #0062b1;
    color: #fff !important
  }
  .header-menu > ul > li > a span {
    position: relative;
    padding: 0 15px;
  }
  .header-menu > ul > li > a span::before {
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../image/right-icon.png) no-repeat;
    background-size: 6px 10px;
    margin-top: -5px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  .header-menu > ul > li:hover > a span::before {
    background: url(../image/right-icon2.png) no-repeat;
    background-size: 6px 10px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .sub-menu-ul {
    position: relative;
  }
  .sub-menu-ul > li {
    width: auto;
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none !important
  }
  .mm {
    display: block !important;
  }
  .header {
    z-index: 99999 !important;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  }
  .header-right {
    position: fixed !important
  }
  .sub-menu-ul > li, .sub-menu-ul {
    width: 100% !important;
    border-bottom: 1px dashed #ccc
  }
  .header nav {
    height: auto !important
  }
  .header nav ul li > a {
    width: 100% !important;
    color: #333 !important;
    line-height: 35px !important
  }
  .header-menu > ul > li > a {
    line-height: 40px !important;
    height: 40px !important;
    border-bottom: 1px solid #ccc
  }
}
@media (min-width: 750px) {
  .tl {
    text-align: left !important
  }
  .pc {
    display: block !important
  }
  .mm {
    display: none !important
  }
}
.wra {
  width: 85%;
  margin: 0 auto
}
.topH {
  background: #333;
  height:30px;
}
.topL {
  float: left;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
.topR {
  float: right;
}
.topR a {
  float: left;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  margin-right: 15px;
  position: relative;
}
.topR a p {
  text-align: center;
  position: relative;
  padding-right: 15px;
}
.topR a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 16px;
  width: 1px;
  height: 14px;
  background: #5d5d5d;
}
.topR a p img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.topR a:last-child {
  margin-right: 0;
}
.topR a:last-child p {
  padding-right: 0;
}
.topR a:last-child:after {
  width: 0;
}
.topR a:hover {
  color: #ccc;
}
.topR a.wx .wxImg {
  position: absolute;
  top: 44px;
  left: 50%;
  width: 80px;
  margin-left: -45px;
  z-index: 100;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  padding: 5px 5px;
  display: none;
}
.topR a.wx .wxImg img {
  width: 68px;
}
.topR a.wx .wxImg:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -12px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
  margin-left: -6px;
}
.topR a.wx:hover .wxImg {
  display: block;
}
.hui a {
  color: #afafaf
}
.cc {
  clear: both
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  font-size: 0;
  vertical-align: middle;
  padding: 3px 9px;
  border-radius: 10px;
  bottom: 28px;
}
.banner .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  background: #fff;
  opacity: 1
}
.banner .swiper-pagination-bullet-active {
  background: #d22507;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide .txt {
  position: absolute;
  width: 60%;
  z-index: 10;
  color: #fff;
  text-align: center;
}
.txt p:nth-child(1) {
  font-size: 42px;
}
.txt p:nth-child(2) {
  font-size: 24px;
}
.banner .swiper-slide .txt.txt1 {
  left: 5%;
  margin-top: 20%
}
.banner .swiper-slide .txt.txt2 {
  text-align: left;
  top: 55%;
  left: 10%;
}
.banner .swiper-slide .txt.txt3 {
  text-align: left;
  top: 60%;
  left: 60%;
}
.banner .swiper-slide .txt.txt2 p:nth-child(1), .banner .swiper-slide .txt.txt2 p:nth-child(2) {
  font-size: 40px;
}
.banner .swiper-slide .txt.txt4 {
  bottom: 34%;
  left: 0%;
}
.banner .swiper-slide .txt.txt4 p:nth-child(1) {
  font-size: 58px;
}
.banner p {
  opacity: 0;
}
.banner .swiper-slide-active p {
  text-align: left;
  padding-left: 5%
}
.banner .swiper-slide-active p:nth-child(1) {
  -webkit-animation: lightSpeedIn 0.6s ease-out forwards;
  -moz-animation: lightSpeedIn 0.6s ease-out forwards;
  -o-animation: lightSpeedIn 0.6s ease-out forwards;
  animation: lightSpeedIn 0.6s ease-out forwards;
}
.banner .swiper-slide-active p:nth-child(2) {
  -webkit-animation: lightSpeedIn2 0.6s 0.3s ease-out forwards;
  -moz-animation: lightSpeedIn2 0.6s 0.3s ease-out forwards;
  -o-animation: lightSpeedIn2 0.6s 0.3s ease-out forwards;
  animation: lightSpeedIn2 0.6s 0.3s ease-out forwards;
}
@media (max-width: 1440px) {
  .menu-txt {
    padding-left: 8%;
    padding-right: 8%;
  }
  .line {
    margin-bottom: 15px;
  }
  .menu-tit {
    font-size: 22px;
  }
  .news-left-tit, .news-right-tit {
    font-size: 22px;
  }
  .date {
    font-size: 50px;
  }
  .news-right-con {
    margin-left: 10px;
  }
  .news-right-tit {
    margin-bottom: 10px;
  }
  .txt p:nth-child(1) {
    font-size: 36px;
  }
  .txt p:nth-child(2) {
    font-size: 20px;
  }
  .banner .swiper-slide .txt.txt2 p:nth-child(1), .banner .swiper-slide .txt.txt2 p:nth-child(2) {
    font-size: 32px;
  }
  .banner .swiper-slide .txt.txt4 p:nth-child(1) {
    font-size: 48px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .menu-txt {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
  }
  .menu-tit2 {
    font-size: 16px;
  }
  .line {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .menu-tit {
    font-size: 20px;
  }
  .banner .swiper-slide .txt.txt2 p:nth-child(1), .banner .swiper-slide .txt.txt2 p:nth-child(2) {
    font-size: 28px;
  }
  .banner .swiper-slide .txt.txt4 p:nth-child(1) {
    font-size: 36px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 15px;
  }
}
@media (max-width: 992px) {
  .menu-txt {
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 10%;
  }
  .menu-info {
    line-height: 20px;
  }
  .menu-info {
    display: none;
  }
  .txt p:nth-child(1) {
    font-size: 24px;
  }
  .txt p:nth-child(2) {
    font-size: 16px;
  }
  .banner .swiper-slide .txt.txt2 p:nth-child(1), .banner .swiper-slide .txt.txt2 p:nth-child(2) {
    font-size: 24px;
  }
  .banner .swiper-slide .txt.txt4 p:nth-child(1) {
    font-size: 24px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .tl {
    text-align: center !important
  }
  .banner .swiper-slide .txt {
    width: 100%
  }
  .banner .swiper-slide img {
    width: 100%;
  }
  .banner .swiper-slide p {
    color: #fff;
    font-size: 14px
  }
  .banner .swiper-slide p:first-child {
    font-size: 20px;
  }
  .banner .swiper-slide .txt.txt1, .banner .swiper-slide .txt.txt2, .banner .swiper-slide .txt.txt3, .banner .swiper-slide .txt.txt4 {
    width: 90%;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
  }
  .txt p:nth-child(2) {
    margin-top: 5```````px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  .banner .swiper-slide-active p, .banner .swiper-slide-duplicate-active p {
    animation: none;
    -webkit-animation: none;
  }
  .child-menu.move ul li > div, .child-menu ul li > a {
    -webkit-transform: translate3d(0%, 0, 0) rotate(.0001deg);
    -moz-transform: translate3d(0%, 0, 0) rotate(.0001deg);
    transform: translate3d(0%, 0, 0) rotate(.0001deg);
  }
  .child-menu ul li a:before {
    display: none;
  }
  .menu-img, .line, .menu-tit2, .menu-info, .right_icon {
    display: none;
  }
  .child-menu ul li {
    height: 50px;
    border: 1px solid #d6d6d6;
    border-right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .child-menu ul li:first-child {
    border-left: none;
  }
  .menu-txt {
    position: relative;
    color: #333;
    padding: 0;
  }
  .menu-txt .menu-tit {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
  }
  .child-menu ul li:hover {
    background: #1754a3;
    border-color: #1754a3
  }
  .child-menu ul li:hover .menu-tit {
    color: #fff;
  }
}
ul, ol, dl {
  list-style-type: none;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: 0;
}
input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
a.ie6:hover {
  zoom: 1;
}
b, i {
  font-weight: normal;
  font-style: normal;
}
sub, sup {
  vertical-align: baseline;
}
/*button, input[type="button"], input[type="submit"] {

  line-height: normal !important;

}*/
a * {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
/*font*/
.cl, .clearfix {
  zoom: 1;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
/* header */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  clear: both;
  transition: all .4s ease;
}
.header .head {
  width: 100%;
  background: url(/static/image/navbj.jpg) repeat-x bottom #fff;;
  height: auto;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  transition: .8s background-color ease-in;
}
.header .head .container {
  width: 85%;
  margin: 0 auto;
}
.header .head .container .logo {
  width: 800px;
  height: 74px;
  margin:0px 0 15px;
  display: block;
  float: left;
}
.header .head .container .nav {
  height: auto;
  overflow: hidden;
  width:100%;
}
.header .head .container .nav .item {
    border-right:1px solid #e13e22;
  font-size: 16px;
    color: #fff;
    float: left;
    text-align: center;
    width: 12.5%;
    line-height: 45px;
    position: relative;
}
.header .head .container .nav .active,.header .head .container .nav .item:hover,.header .head .container .nav .on{background:url(/static/image/navbjon.jpg)!important}

.header .head .container .nav .item.active:after, .header .head .container .nav .item:hover:after {
  height: 3px;
  transform: translateY(-8px);
}
.header .head .container .nav .item.search.active {
  color: #333 !important;
}
.header .submenu {
  background: rgba(255, 255, 255, 1);
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all .4s;
  box-shadow: 0px 10px 30px 0px rgba(126, 126, 126, 0.2);
}
.header .submenu .container {
  height: auto;
  overflow: hidden;
  padding: 3.5% 0;
}
.header .submenu .left {
  width: 33%;
  text-align: right;
  float: left;
  position: relative;
  z-index: 1;
  padding-right: 35px;
}
.header .submenu .left h1 {
  font-size: 24px;
  color: #333;
}
.header .submenu .left h2 {
  font-size: 44px;
  color: rgba(51, 51, 51, 0.19);
  font-family: "PingFang SC Light";
}
.header .submenu .left:after {
  content: "";
  width: 3px;
  height: 192px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 5px;
}
.header .submenu .right {
  width: 60%;
  padding-left: 4%;
  float: right;
  position: relative;
  z-index: 1;
}
.header .submenu .right .snav {
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 10%;
}
.header .submenu .right .snav .item {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  display: block;
}
.header .submenu .right .snav .item:hover {
  color: #d12406;
}
.header .submenu .right .img {
  width: 70%;
  max-width: 480px;
  float: left;
}
.header .submenu .right .img img {
  width: 100%;
}
.header .submenu:before {
  content: "";
  width: 40%;
  height: 100%;
  background: rgba(242, 242, 242, 0.98);
  position: absolute;
  left: 0;
  top: 0;
}
.header .submenu:after {
  content: "";
  /* width: 60%;*/
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.header .submenu .submenuItem {
	position: relative;
	z-index: 9999;
  display: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}
.header .tel {
	float: right;
	background: url(/static/image/tel.png) no-repeat 0 center;
	padding-left: 55px;
	margin-top:17px
}

.header .tel p:nth-child(1) {
	color: #666;
	line-height: 20px
}

.header .tel p:nth-child(2) {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: bold
}
.header .submenuPhone {
  display: none;
}
.header.header-white .head {
  width: 100%;
  transition: none;
}
.header.header-white .head .nav .item {
  color: #fff; border-right:1px solid #d3391d;
}
.header.header-white .head .nav .item.active, .header.header-white .head .nav .item:hover {
  color: #fff;
}
.header.header-white .head .nav .item.active:after, .header.header-white .head .nav .item:hover:after {
  display: none;
}
.header.header-white .head .nav .item.search:hover {
  color: #fff !important;
}
.header.header-white .searchBtn {
  color: #333;
}
.header .searchBox {
  height: auto;
  overflow: hidden;
  position: relative;
  display: none;
}
.header .searchBox .container {
  width: auto;
  padding: 0 80px;
}
.header .searchBox .box {
  height: auto;
  width: 350px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
  float: right;
}
.header .searchBox .box input {
  width: 90%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  float: left;
}
.header .searchBox .box .btn {
  width: 10%;
  display: block;
  float: right;
}
.header .searchBox .box .btn i {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 40px;
}
.pt1 {
  padding: 1% 0 34px !important
}
.f1 {
  background: #f1f1f1 !important;
}
.wi83 {
  width: 83%;
  float: left
}
.wi100 {
  width: 100%;
  text-align: center;
  line-height: 45px;
  background: rgba(255, 255, 255, .3);
  margin: 0 auto 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-radius: 10px;
}
.wi17 {
  width: 16.33333%;
  float: right
}
.wi17 .snav {
  width: 92% !important;
  padding: 0 5% !important
}
.tu {
  height: 130px;
  display: block;
  margin: 15px 0
}
.tu img {
  height: 120px
}
.tu67 img,.tu69 img{
  height: 95px!important; margin-top:15px;
}
.tu67 img{
  width: 85%!important;
}
.wi83 .snav {
  width: 16%;
  float: left;
  padding: 0 2%
}
.wi95 {
  width: 95% !important
}
.wi95 .snav {
  width:20%;
  float: left;
  padding: 0 1%
}
.f15 {
  font-size: 15px;
  font-weight: bold
}
.da {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px
}
.da img {
  width: 30px
}
.xiao {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 13px 0;
  background: rgba(32, 129, 235, .1);
  line-height: 35px
}
.xiao:hover {
  background:rgba(32, 129, 235, .2);
  color: #333
}
.pl10 {
  padding-left: 10px
}
.mr0 {
  margin-right: 0px;
}
.header .tou:before {
  background: none !important
}
.h121 {
  height: 164px
}
.f-banner {
  position: relative;
}
.f-banner .img {
  width: 100%;
  height: 364px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bannerTit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.bannerTit .cont {
  margin-top: 125px;
  padding-left: 200px;
}
.bannerTit .cont h3 {
  font-size: 50px;
  line-height: 60px;
}
.video-js {
  height: 350px;
  width:100%;
}
.bannerTit .cont p {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}
.bannerTit .cont h3, .bannerTit .cont p {
  text-shadow: 3px 4px 9px rgba(0, 0, 0, 0.19);
}
.vidban {
  position: absolute;
  height: auto;
  width: 100%;
  z-index: -11;
}
.cc {
  clear: both
}
.topR a p i, .topR a p i {
  display: block;
  float: left;
}
.zzinfo{width: 80%; margin: 0 auto}
.zzinfo ul li{width: 32%; float: left; margin: 2% 2% 0 0}
.zzinfo ul li:nth-child(3n),.zzinfo ul li:nth-child(6n),.zzinfo ul li:nth-child(9n){margin-right: 0}
.zzinfo ul li img{width: 100%}
.zzinfo ul li:hover{opacity: 0.9;  transition: all 0.5s;transform: scale(1.02); }
.zzinfo ul li p{background: #163e7c;text-align: center; line-height: 50px; font-size: 18px; font-weight: bold;color: #fff;}
.zzinfo ul li:hover p{background: #d22507; color: #fff; }
.zzbj{background: url(/static/images/zizhibj.jpg) no-repeat center bottom}




