﻿@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0
}

ul, ol, dl {
  list-style-type: none
}

address, caption, cite, code, dfn, em, th, var, i, b {
  font-style: normal;
  font-weight: normal
}

input, button, textarea, select, optgroup, option {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: none;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a, area {
  outline: none;
  blr: expression(this.onFocus=this.blur())
}

a:focus, a:hover, a:active {
  outline: none;
  blr: expression(this.onFocus=this.blur())
}

sub, sup {
  vertical-align: baseline
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

textarea {
  resize: none
}

input[type="submit"], input[type="button"] {
  cursor: pointer;
}

img {
  border: 0;
  vertical-align: middle;
}

a img, img {
  -ms-interpolation-mode: bicubic
}

a {
  text-decoration: none;
  cursor: pointer;
  /* 0902修改 */
  /* color: #999 */
}

a:hover {
  text-decoration: none
}

button, input[type=submit], input[type=reset], input[type=text], input[type=button], select, textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  outline: 0;
  blr: expression(this.onFocus=this.blur());
  border: none;
}

body, th, td, button, input, select, textarea {
  font-size: 12px;
  color: #666;
}

.layout {
  margin: 0 auto;
  width: 1200px;
}

.l, .left, .fl {
  float: left
}

.r, .right, .fr {
  float: right
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0
}

.clearfix {
  *zoom: 1
}

body {
  min-width: 1200px;
  overflow: auto;
  background: #ffffff;
  padding-top: 114px;
}

/*slick*/

.slick-slider {
  position: relative;
  outline: none;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: 0 none;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  width: 220px !important;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding: 0px;
  cursor: pointer;
}

.slick-dots button {
  display: none;
}

/*slick*/

img {
  max-width: 100%;
}

.header {
  background-position: center bottom;
  background-repeat: repeat-x;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.header:before {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  transition: height .3s;
  background-color: #025299;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

body.fixed .submenu {
  top: 80px;
}

body.fixed .h_top {
  height: 0;
}

body.fixed .search {
  top: 80px;
}

body.fixed .header:before {
  height: 0;
}

.h_top {
  font-size: 12px;
  color: #FFFFFF;
  height: 34px;
  line-height: 34px;
  transition: height .3s;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.h_top span {
  float: left;
}

.h_top p, .h_top .p2 {
  float: right;
  position: relative;
  padding: 0 10px;
  border-left: 1px #3575ad solid;
}

.h_top p.p1 {
  border: none;
}

.h_top p.p3 {
  padding-right: 0;
}

.h_top p em, .h_top p a {
  padding-left: 20px;
  background: left center no-repeat;
  display: block;
}

.h_top p.p1 a {
  background-image: url(../images/ic1.png);
  color: #FFFFFF;
}

.h_top .p2 em {
  background: url(../images/ic2.png) left center no-repeat;
  padding-left: 20px;
  display: block;
  width: 55px;
  text-align: center;
}

.h_top p.p3 em {
  background-image: url(../images/ic3.png);
}

.h_top .p2 dl {
  position: absolute;
  left: 0;
  top: 34px;
  width: 100px;
  background: #FFFFFF;
  z-index: 2;
  text-align: center;
  color: #666666;
  cursor: pointer;
  display: none;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.logo {
  float: left;
  width: 165px;
  height: 59px;
  overflow: hidden;
}

.menu {
  float: right;
}

.menu li {
  float: left;
  /*margin: 0 20px;*/
  height: 80px;
  line-height: 80px;
}

.menu li p {
  border-bottom: 0px #FFFFFF solid;
}

.menu li p a {
  display: block;
  font-size: 15px;
  color: #333333;
  position: relative;
  padding: 0 20px;
}

.menu li:hover p {
  border-bottom-color: #FFFFFF;
}

.menu li:hover p a:after {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  background-color: #025299;
  position: absolute;
  left: 50%;
  bottom: -3px;
  margin-left: -39px;
}

.submenu {
  position: absolute;
  left: 0;
  top: 114px;
  width: 100%;
  height: 253px;
  background: url(../images/bg1.jpg) center no-repeat;
  display: none;
  z-index: 9;
}

.submenu .fl {
  width: 325px;
  margin-top: 43px;
}

.submenu .fl span {
  display: block;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}

.more_btn {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  padding-right: 23px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.more_btn i {
  position: absolute;
  right: 0;
  top: 7px;
  width: 9px;
  height: 16px;
  background: url(../images/arw1.png) center no-repeat;
}

.more_btn:hover {
  padding: 0 20px 0 3px;
}

.submenu .fl .more_btn {
  margin-top: 55px;
  text-decoration: underline;
}

.submenu .mid {
  float: left;
  margin-left: 135px;
  width: 330px;
  margin-top: 25px;
  padding-right: 92px;
  height: 202px;
  border-right: 1px #ededed solid;
}

.sm_tit {
  font-size: 16px;
  color: #333333;
  position: relative;
  line-height: 45px;
}

.sm_tit:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 23px;
  height: 2px;
  background: #025299;
}

.submenu .mid dl {
  margin-top: 22px;
  height: 112px;
  overflow-y: auto;
}

.submenu .mid dd {
  float: left;
  width: 160px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 28px;
}

.submenu .mid dd a {
  color: #999999;
}

.submenu .mid dd a:hover {
  color: #066ab0;
}

.submenu .fr {
  width: 246px;
  margin-top: 25px;
}

.pich {
  overflow: hidden;
}

.pich img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}

.pich:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.submenu .fr .pich {
  height: 136px;
  margin-top: 19px;
}

.banner_img {
  display: block;
  height: 785px;
  background: center no-repeat;
}

.banner .slick-dots {
  bottom: 15px;
  height: 13px;
}

.banner .slick-dots li {
  vertical-align: top;
  width: 13px;
  height: 13px;
  margin: 0 5px;
  background: #FFFFFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
}

.banner .slick-dots li.slick-active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.title {
  font-size: 45px;
  color: #333333;
  line-height: 160px;
  padding-top: 20px;
  text-align: center;
}

.search_btn {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../images/ic4.png) center no-repeat;
  margin-top: 23px;
  margin-left: 20px;
  cursor: pointer;
}

.search_btn.btn2 {
  background-image: url(../images/ic6.jpg);
}

.search {
  position: absolute;
  left: 0;
  top: 114px;
  width: 100%;
  padding: 20px 0;
  background: #025299;
  z-index: 8;
  display: none;
}

.search form {
  height: 32px;
  border-bottom: 1px #4e86b8 dashed;
}

.search form .text {
  float: left;
  width: 1000px;
  height: 32px;
  background: none;
  color: #FFFFFF;
  font-size: 14px;
}

.search form .submit {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../images/ic5.jpg) center no-repeat;
  border: none;
}

.index_1 li {
  float: left;
  width: 386px;
}

.index_1 li .dt, .index_1 li .dd {
  height: 512px;
  position: relative;
  overflow: hidden;
}

.index_1 li .dd {
  height: 245px;
}

.index_1 li .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  text-align: center;
}

.index_1 li .w .ic {
  width: 52px;
  height: 46px;
  margin: 0 auto;
}

.index_1 li .w .tit {
  text-align: center;
  color: #FFFFFF;
  line-height: 79px;
  position: relative;
  margin-top: 30px;
  font-size: 18px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index_1 li .w .tit:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 17px;
  height: 2px;
  background: #FFFFFF;
  margin-left: -8.5px;
}

.index_1 li .w {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.index_1 li .w .link {
  vertical-align: top;
  display: none;
}

.index_1 li .w .link a {
  float: left;
  width: 110px;
  line-height: 38px;
  border: 1px #FFFFFF solid;
  text-align: center;
  font-size: 13px;
  margin: 0 8px 8px 8px;
  color: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 38px;
}

.index_1 li .hover:hover .box {
  background: rgba(2, 82, 153, .85);
}

.index_1 li .hover:hover .w {
  margin-top: -5px;
}

.index_1 li .hover:hover .link {
  display: inline-block;
}

.index_1 li .hover:hover .tit {
  margin-top: 0;
}

.index_1 li .hover:hover .tit:before {
  display: none;
}

.index_1 li {
  margin-right: 21px;
}

.index_1 li:last-child {
  margin-right: 0;
}

.index_1 li .dd:nth-child(2) {
  margin-top: 22px;
}

.index_1 {
  padding-bottom: 80px;
  overflow: hidden;
}

.index_2 {
  background: #f9f9f9;
  padding-bottom: 80px;
  overflow: hidden;
}

.dongt_list dd {
  float: left;
  width: 386px;
  background: #FFFFFF;
  margin-right: 21px;
}

.dongt_list dd:nth-child(3n) {
  margin-right: 0;
}

.dongt_list dd a {
  display: block;
  height: 470px;
}

.dongt_list dd .pich {
  height: 245px;
}

.dongt_list dd .w {
  padding: 25px 30px 0;
}

.dongt_list dd span {
  display: block;
  width: 75px;
  line-height: 25px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  background: #025299;
}

.dongt_list dd h3 {
  font-size: 18px;
  color: #333333;
  line-height: 42px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dongt_list dd p {
  color: #777777;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.dongt_list dd h4 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-top: 20px;
}

.dongt_list dd:hover h3 {
  color: #025299;
}

.dongt_list dt {
  float: left;
  width: 386px;
}

.more_btn2 {
  width: 170px;
  height: 50px;
  background: #025299;
  display: block;
  margin: 50px auto 0;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  -moz-border-radius: 0 3px 0 3px;
  -webkit-border-radius: 0 3px 0 3px;
  border-radius: 0 3px 0 3px;
}

.more_btn2 i {
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  background: url(../images/arw1.png) right center no-repeat;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.more_btn2:hover i {
  padding-right: 40px;
}

.index_3 {
  height: 771px;
  background: url(../images/index_3bg.jpg) center no-repeat;
  overflow: hidden;
}

.index_3 .title {
  color: #FFFFFF;
}

.index_3 .fl {
  width: 667px;
  height: 510px;
}

.index_3 .fr {
  width: 510px;
  height: 510px;
}

/*----------------------------------------------0315--------------------------------------------*/

.index_3 .box2 {
  height: 210px;
}

.index_3 .box3, .index_3 .box4 {
  float: left;
  width: 245px;
  height: 279px;
  /*overflow: hidden;*/
  margin-top: 22px;
}

.index_3 .box4 {
  float: right;
}

.index_3 .box {
  position: relative;
}

.index_3 .box a {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.index_3 .box a:hover {
  top: -5px;
}

.index_3 .box .w {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0 30px;
}

.index_3 .box .w h3 {
  font-size: 28px;
  color: #333333;
  line-height: 40px;
  padding: 30px 0 15px 0;
}

.index_3 .box .w p {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

.index_3 .box .w .arw {
  margin-top: 45px;
  width: 49px;
  height: 5px;
  background: url(../images/arw8.png) center no-repeat;
}

.index_3 .box2 .w {
  width: 450px;
}

.index_3 .box3 .w, .index_3 .box4 .w {
  width: 185px;
}

/*----------------------------------------------0315o--------------------------------------------*/

.index_3 .box2 {
  height: 210px;
}

.index_3 .box3, .index_3 .box4 {
  float: left;
  width: 245px;
  height: 279px;
  overflow: hidden;
  margin-top: 22px;
}

.index_3 .box4 {
  float: right;
}

.index_3 .box {
  position: relative;
}

.index_3 .box a {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}

.index_3 .box a:hover {
  top: -5px;
}

.index_4 {
  padding-bottom: 80px;
  overflow: hidden;
}

.parner .pic {
  float: left;
  border: 1px #d3d3d3 solid;
  overflow: hidden;
  margin-right: -1px;
  margin-bottom: -1px;
  width: 198px;
  height: 110px;
  position: relative;
  z-index: 0;
}

.parner .big_pic {
  width: 397px;
  height: 221px;
}

.parner .fr {
  width: 802px;
  margin-left: -1px;
}

.parner .pic a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.parner .pic:hover a {
  width: 195px;
  height: 106px;
  top: -1px;
  left: -1px;
  border: 3px #025299 solid;
}

.parner .pic:hover a img {
  width: 195px;
  height: 106px;
}

.parner .pic:hover {
  z-index: 2;
}

.parner .slick-slide {
  padding-bottom: 1px;
}

.parner .slick-dots li {
  width: 40px;
  height: 4px;
  border-radius: 4px;
  background: #aaaaaa;
  margin: 0 15px;
}

.parner .slick-dots li.slick-active {
  background: #025299;
}

.parner_p {
  float: left;
  width: 298px;
  height: 130px;
  text-align: center;
  line-height: 130px;
  border: 1px solid rgba(0, 0, 0, 0)
}

.parner_p img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 80%;
  max-height: 80%;
}

.parner_p:hover {
  border: 1px solid #025299
}

.foot {
  background: #333333;
  padding-top: 53px;
}

.foot dl {
  padding-bottom: 110px;
}

.foot dl dt {
  float: left;
  width: 130px;
  margin-right: 5px;
}

.foot dl h3 {
  font-size: 16px;
  line-height: 52px;
  color: #FFFFFF;
}

.foot dl p {
  font-size: 13px;
  /*line-height: 28px;*/
}

.foot dl p a {
  color: #FFFFFF;
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5;
  display: block;
  margin-bottom: 15px;
}

.foot dl p a:hover {
  text-decoration: underline;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.foot dd {
  float: right;
  width: 100px;
}

.foot dd .ewm {
  margin-top: 7px;
  height: 100px;
  overflow: hidden;
}

.foot dd h4 {
  text-align: center;
  font-size: 14px;
  line-height: 34px;
  color: #FFFFFF;
}

.copyright {
  border-top: 1px #3d3d3d solid;
  line-height: 70px;
  font-size: 13px;
  color: #9a9a9a;
}

.copyright span {
  float: left;
  margin-right: 30px;
}

.copyright span img {
  width: 19px;
  height: 20px;
  margin-right: 10px;
}

.copyright span.fr {
  float: right;
}

.copyright span a {
  color: #9a9a9a;
}

.copyright span a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.inbanner {
  background: center no-repeat;
  height: 495px;
}

.location {
  line-height: 62px;
  border-bottom: 1px #e9e9e9 solid;
  background: #f0f0f0;
  /*background: #F9F9F9;*/
}

.location span {
  float: left;
  font-size: 14px;
  color: #666666;
  padding-left: 28px;
  background: url(../images/ic14.jpg) left center no-repeat;
}

.location span a, .location span em {
  display: inline-block;
  vertical-align: top;
  color: #666666;
}

.location span em {
  margin: 0 5px;
}

.location span a:hover {
  color: #025299;
}

.nav {
  float: right;
}

.nav li {
  float: left;
  /*width: 138px;*/
  min-width: 124px;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}

.nav li a {
  display: block;
  color: #666666;
}

.nav li.on a, .nav li a:hover {
  /* background: #025299; */
  color: #FFFFFF;
}

.mains {
  margin: 0 auto;
  padding: 50px 0 60px  0;
  background-color: white !important;
}


.main_tit form {
  float: right;
  height: 44px;
}

.main_tit form .text {
  float: left;
  width: 225px;
  height: 42px;
  padding: 0 15px;
  border: 1px #dcdcdc solid;
  border-right: none;
  font-size: 13px;
  color: #999999;
}

.main_tit form .submit {
  float: left;
  width: 52px;
  height: 44px;
  background: url(../images/ic15.jpg) center no-repeat;
}

.blank60 {
  height: 60px;
}

.main_l {
  float: left;
  width: 300px;
}

.p_nav li {
  margin-top: 10px;
}

.p_nav li:first-child {
  margin-top: 0;
}

.p_nav li p, .other_box p {
  padding: 0 40px 0 25px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/j1.jpg) 268px center no-repeat #F9F9F9;
  line-height: 45px;
}

.p_nav li dl {
  padding: 5px 0;
  border: 1px #dcdcdc solid;
  border-top: none;
  display: none;
}

.p_nav li dd {
  margin-top: 5px;
}

.p_nav li dd a {
  display: block;
  padding: 0 25px;
  line-height: 23px;
  position: relative;
}

.p_nav li dd a:before {
  content: '';
  width: 5px;
  height: 100%;
  background: #025299;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.p_nav li dd a:hover {
  color: #025299;
}

.p_nav li dd a:hover:before {
  display: block;
}

.other_box .sx_box {
  padding: 0 20px 20px 24px;
  border: 1px #dcdcdc solid;
  border-top: none;
}

.other_box .sx_box h4 {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  padding-top: 6px;
}

.other_box .sx_box select {
  width: 100%;
  border: 1px #dcdcdc solid;
  font-size: 12px;
  color: #666666;
  height: 30px;
  padding: 0 35px 0 20px;
  background: url(../images/arw3.jpg) 223px center no-repeat;
}

.p_nav li.on p {
  color: #FFFFFF;
  background-image: url(../images/j2.jpg);
  background-color: #025299;
}

.other_box {
  margin-top: 20px;
}

.other_box p {
  color: #FFFFFF;
  background-image: url(../images/j2.jpg);
  background-color: #025299;
}

.main_r {
  width: 860px;
  float: right;
}

.tit_box {
  height: 256px;
  position: relative;
  text-align: center;
}

.tit_box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 82, 153, .5);
  text-align: center;
  color: #FFFFFF;
}

.tit_box h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 64px;
  position: relative;
  margin-top: 5px;
}

.tit_box h3:before {
  width: 42px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -21px;
  bottom: 0;
  content: '';
}

.tit_box p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 13px;
  padding: 0 50px;
}

.pro_list li {
  margin-top: 20px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/*.pro_list li a{
	display: block;
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}*/

.pro_list li .pic {
  float: left;
  width: 221px;
  height: 158px;
  overflow: hidden;
  border: 1px #dcdcdc solid;
  position: relative;
}

.pro_list li .pic:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #025299;
}

.pro_list li .w {
  float: right;
  width: 615px;
  color: #000;
  font-size: 14px;
}

.pro_list li h3 {
  font-size: 18px;
  color: #025299;
  line-height: 58px;
}

.pro_list li p {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
}

.pro_list li p em {
  margin-right: 20px;
  color: #666666;
}

/*.pro_list li a:hover{
	padding: 0 3px;
}*/

.pro_list li:hover {
  padding: 0 3px;
}

.d_btn {
  display: block;
  font-size: 14px;
  color: #fff;
  width: 150px;
  text-align: center;
  line-height: 40px;
  background: #025299;
  border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
  -moz-border-radius: 0 5px 0 5px;
  -ms-border-radius: 0 5px 0 5px;
  -o-border-radius: 0 5px 0 5px;
  margin-top: 10px;
}

.d_btn b {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  background: url(../images/d_btn.png) left center no-repeat;
}

.d_btn:hover {
  background: #025299;
  color: #FFFFFF;
}

.d_btn:hover b {
  background-image: url(../images/d_btn.png);
}

.page {
  text-align: right;
  padding-top: 40px;
}

.page .dis {
  display: inline-block;
  vertical-align: top;
}

.page a {
  float: left;
  width: 46px;
  line-height: 46px;
  height: 46px;
  font-size: 14px;
  color: #7e7670;
  margin: 0 10px;
  text-align: center;
  background: #F9F9F9;
}

.page2 a {
  background: #FFFFFF;
}

.page a:hover, .page a.on {
  color: #FFFFFF;
  background: #025299;
}

.page a.a2 {
  background: url(../images/arw4.jpg) 0 0 no-repeat;
}

.page a.a3 {
  background-position: -46px 0;
}

.page a.a2:hover {
  background-position: 0 -46px;
}

.page a.a3:hover {
  background-position: -46px -46px;
}

.pro_list2 li .w {
  width: 950px;
}

.shaix {
  /* background: url(../images/bg2.jpg) left center repeat-y; */
  border: 1px #dedede solid;
}

.shaix dl {
  border-bottom: 1px #dedede dashed;
}

.shaix dl:last-child {
  border: none;
}

.shaix dt {
  float: left;
  font-size: 16px;
  color: #333333;
  width: 143px;
  text-align: center;
  padding: 19px 0;
  line-height: 26px;
}

.shaix dd {
  float: left;
  margin-left: 40px;
  width: 1015px;
  padding: 9px 0 19px;
}

.shaix dd span {
  float: left;
  padding: 0 15px;
  line-height: 26px;
  font-size: 14px;
  color: #025299;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.shaix dd span.on {
  background: #025299;
  color: #FFFFFF;
}

.photo_box {
  float: left;
  width: 420px;
}

.photo_box .s_img {
  width: 420px;
  padding-top: 15px;
}

.photo_box .s_img .prev, .photo_box .s_img .next {
  display: none;
}

.photo_box .list_img {
  width: 420px;
  height: 74px;
  overflow: hidden;
}

.photo_box .list_img li {
  height: 74px;
  width: 74px;
  text-align: center;
  cursor: pointer;
  float: left;
  margin-right: 12px;
}

.photo_box .list_img li img {
  height: 72px;
  width: 72px;
  border: 1px #dedede solid;
}

.photo_box .list_img li img.hover {
  border: 2px #025299 solid;
  width: 70px;
  height: 70px;
}

.photo_box .b_img {
  width: 418px;
  height: 313px;
  border: 1px #dcdcdc solid;
}

.photo_box .b_img .jqzoom img {
  width: 418px;
  height: 313px;
}

.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}

.jqzoom img {
  float: left;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 300px;
  height: 300px;
  background: #fff;
  border: 1px solid #09d;
  display: none;
  text-align: center;
  overflow: hidden;
}

.bigimg {
  width: 600px;
  height: 600px;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  border: 1px solid #aaa;
  background: #c4c4c4 50% top no-repeat;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  cursor: crosshair;
}

.pro_det_1 {
  float: right;
  width: 740px;
}

.pro_det_1 .tit {
  float: left;
  font-size: 34px;
  color: #333333;
  width: 580px;
  line-height: 76px;
}

.pro_det_1 .back_btn {
  float: right;
  font-size: 14px;
  color: #333333;
  width: 142px;
  line-height: 50px;
  background: #F9F9F9;
  -moz-border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
  text-align: center;
  margin-top: 4px;
}

.pro_det_1 .back_btn i {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  background: url(../images/ic16.png) left center no-repeat;
}

.pro_det_1 .back_btn:hover {
  background: #025299;
  color: #FFFFFF;
}

.pro_det_1 .back_btn:hover i {
  background-image: url(../images/ic16-2.png);
}

.pro_det_1 h4 {
  padding: 28px 0;
  line-height: 50px;
  font-size: 32px;
  color: #025299;
  border-top: 1px #e9e9e9 solid;
  border-bottom: 1px #e9e9e9 solid;
}

.pro_det_1 h4 a {
  float: right;
  background: #025299;
  -moz-border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.pro_det_1 h4 a i {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  background: url(../images/ic17.png) left center no-repeat;
}

.pro_det_1 h4 a:hover {
  background: #025299;
  color: #FFFFFF;
}

.pro_det_1 h4 a:hover i {
  background-image: url(../images/ic17.png);
}

.pro_det_1 h5 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 30px;
}

.pro_det_1 p {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
}

.pro_det_2 {
  padding-top: 50px;
}

.pro_det_2 .tit1 {
  font-size: 18px;
  color: #FFFFFF;
  background: #F9F9F9;
  border: 1px #e9e9e9 solid;
  height: 61px;
  position: relative;
}

.pro_det_2 .tit1 span {
  position: absolute;
  left: -1px;
  top: -1px;
  line-height: 63px;
  background: #025299;
  width: 164px;
  text-align: center;
}

.title2 {
  font-size: 24px;
  color: #333333;
  line-height: 25px;
  padding-left: 19px;
  border-left: 4px #025299 solid;
  margin-top: 30px;
}

.pro_det_2 table {
  width: 100%;
  margin-top: 25px;
}

.pro_det_2 table th {
  width: 50%;
  text-align: left;
  font-size: 14px;
  color: #FFFFFF;
  border-right: 1px #dddddd solid;
  line-height: 40px;
  padding: 0 25px;
  background: #025299;
}

.pro_det_2 table td {
  font-size: 14px;
  color: #666666;
  border: 1px #dddddd solid;
  border-top: none;
  line-height: 40px;
  padding: 0 25px;
}

.pro_det_2 .w {
  padding-top: 13px;
}

.pro_det_2 .w h3 {
  font-size: 16px;
  color: #333333;
  line-height: 41px;
}

.pro_det_2 .w p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.down_list li {
  float: left;
  margin-top: 25px;
  margin-right: 25px;
  width: 180px;
}

.down_list li .pic {
  border: 1px #dedede solid;
  border-bottom: 10px #025299 solid;
  padding-bottom: 12px;
}

.down_list li .pic img {
  height: 140px;
}

.down_list li p:first-child {
  margin-bottom: 5px;
}

.down_list li p {
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 26px;
  /* padding: 0 5px; */
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.down_list li p>a {
  display: block;
  color: #333;
}

.down_list li p>a:hover {
  text-decoration: underline;
}

.down_list li .btn {
  color: #333333;
  background: #F9F9F9;
  width: 90px;
  text-align: center;
  line-height: 30px;
  -moz-border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
  display: block;
  margin: 20px auto 0;
}

.down_list li .btn i {
  display: inline-block;
  vertical-align: top;
  padding-left: 21px;
  background: url(../images/ic18-2.png) left center no-repeat;
}

.down_list li .btn:hover {
  background: #025299;
  color: #FFFFFF;
}

.down_list li .btn:hover i {
  background-image: url(../images/ic18.png);
}

.title3 {
  margin-top: 0;
  font-size: 45px;
  line-height: 46px;
}

.title3>a {
  color: #025299;
  font-weight: bold;
}

.yingyong p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-top: 50px;
}

.yingyong .pic {
  padding-top: 50px;
  text-align: center;
}

.yingyong .pic img {
  width: auto;
  max-width: 100%;
}

.news_1 {
  padding: 80px 0 60px;
}

.news_box {
  margin-top: 60px;
  background: #f7f7f7;
}

.news_box .pich {
  float: left;
  width: 562px;
  height: 356px;
  overflow: hidden;
}

.news_box .w {
  float: right;
  width: 560px;
  margin-right: 40px;
  padding-bottom: 32px;
  border-bottom: 1px #e7e7e7 solid;
}

.news_box .w h3 {
  font-size: 23px;
  color: #333333;
  line-height: 72px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_box .w h4 {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  padding-left: 30px;
  background: url(../images/ic19.png) left center no-repeat;
}

.news_box .w h4 em {
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  padding-left: 30px;
  background: url(../images/ic20.png) left center no-repeat;
}

.news_box .w p {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
  margin-top: 30px;
  height: 60px;
  overflow: hidden;
}

.news_box .w .more {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #025299;
  line-height: 22px;
}

.news_box .w .more:hover {
  text-decoration: underline;
}

.news_box .slick-prev, .news_box .slick-next {
  left: 601px;
  width: 46px;
  height: 46px;
  margin: 0;
  background: url(../images/arw4.jpg) 0 0 no-repeat;
  top: auto;
  bottom: 25px;
  z-index: 2;
}

.news_box .slick-next {
  left: 650px;
  background-position-x: -46px;
}

.news_box .slick-prev:hover {
  background-position-y: -46px;
}

.news_box .slick-next:hover {
  background-position: -46px -46px;
}

.news_box .slick-dots {
  bottom: 40px;
  text-align: right;
  left: auto;
  right: 40px;
  height: 12px;
}

.news_box .slick-dots li {
  width: 12px;
  height: 12px;
  background: #ababab;
  margin-left: 10px;
  vertical-align: top;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.news_box .slick-dots li.slick-active {
  background: #025299;
}

.news_2 {
  background: #F7F7F7;
  padding-top: 40px;
  padding-bottom: 80px;
}

.news_2 .dongt_list li {
  margin-top: 20px;
}

.news_det {
  padding: 60px 0 80px;
}

.news_det_L {
  float: left;
  width: 800px;
}

.news_det_L .tit {
  text-align: center;
  font-size: 30px;
  color: #333333;
  line-height: 50px;
}

.news_det_L .time {
  border-bottom: 1px #eaeaea solid;
  line-height: 34px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #999999;
}

.news_det_L .time span {
  float: left;
  padding-left: 30px;
  background: url(../images/ic19.png) left center no-repeat;
}

.news_det_L .time span em {
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  background: url(../images/ic20.png) left center no-repeat;
  margin-left: 25px;
}

.news_det_L .time p {
  float: right;
}

.news_det_L .time p a {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 18px;
  margin-top: 8px;
  margin-left: 15px;
  background: center no-repeat;
}

.news_det_L .time p a.a1 {
  background-image: url(../images/wb1.png);
}

.news_det_L .time p a.a1:hover {
  background-image: url(../images/wb2.png);
}

.news_det_L .time p a.a2 {
  background-image: url(../images/qq1.png);
}

.news_det_L .time p a.a2:hover {
  background-image: url(../images/qq2.png);
}

.news_det_L .time p a.a3 {
  background-image: url(../images/wx1.png);
}

.news_det_L .time p a.a3:hover {
  background-image: url(../images/wx2.png);
}

.news_det_L .pic {
  margin-top: 30px;
}

.news_det_L .w {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  padding: 25px 0;
  border-bottom: 1px #eaeaea solid;
}

.w_page {
  padding-top: 22px;
}

.w_page ul {
  float: left;
  width: 600px;
}

.w_page ul li {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.w_page ul li a {
  color: #333333;
}

.w_page ul li a:hover i {
  color: #025299;
}

.w_page .btn {
  float: right;
  margin-top: 8px;
  width: 140px;
  line-height: 54px;
  background: #025299;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

.w_page .btn i {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  background: url(../images/ic21.png) left center no-repeat;
}

.news_det_R {
  float: right;
  width: 360px;
  background: #F7F7F7;
}

.news_det_R .tit {
  font-size: 24px;
  color: #333333;
  padding: 0 21px;
  line-height: 72px;
}

.news_det_R .tit a {
  float: right;
  font-size: 14px;
  color: #666666;
  padding-right: 23px;
  background: url(../images/arw5.png) right center no-repeat;
}

.news_det_R .tit a:hover {
  color: #025299;
}

.news_det_R .box {
  display: block;
  border-bottom: 1px #dcdcdc solid;
  padding: 0 21px;
}

.news_det_R .box .pich {
  height: 175px;
}

.news_det_R .box h3 {
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_det_R .box:hover h3 {
  color: #025299;
}

.news_det_R ul {
  padding: 20px 21px 45px;
}

.news_det_R ul li {
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_det_R ul li a {
  color: #666666;
  padding-left: 13px;
  position: relative;
  display: block;
}

.news_det_R ul li a:before {
  width: 3px;
  height: 3px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  content: '';
}

.news_det_R ul li:hover a:before {
  background: #025299;
}

.news_det_R ul li:hover a {
  color: #025299;
}

.n_box {
  height: 225px;
  background: #FFFFFF;
}

.n_box a {
  display: block;
  height: 200px;
  padding: 25px 30px 0;
}

.n_box .p1 {
  float: left;
  width: 230px;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 16px;
}

.n_box .p2 {
  float: right;
  text-align: center;
  height: 72px;
  background: #025299;
  width: 75px;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 42px;
  padding-top: 8px;
}

.n_box .p2 em {
  display: block;
  font-size: 12px;
  line-height: 15px;
}

.n_box .p3 {
  font-size: 12px;
  color: #777777;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 20px;
}

.n_box .arw {
  width: 47px;
  height: 15px;
  background: url(../images/arw6.png) center no-repeat;
  margin-top: 20px;
}

.n_box:hover {
  background: #025299;
}

.n_box:hover .p1, .n_box:hover .p3 {
  color: #FFFFFF;
}

.n_box:hover .p2 {
  background: #FFFFFF;
  color: #025299;
}

.n_box:hover .p2 em {
  color: #333333;
}

.n_box:hover .arw {
  background-image: url(../images/arw7.png);
}

.blank20 {
  height: 20px;
}

.download1 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.download1 li {
  float: left;
  width: 178px;
  text-align: center;
  border: 1px #dcdcdc solid;
  font-size: ;
  margin: 24px 24px 0 0;
  line-height: 48px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.download1 li:nth-child(6n) {
  margin-right: 0;
}

.download1 li.on {
  border-color: #025299;
  background: #025299;
  color: #FFFFFF;
}

.down_list2 li {
  width: 224px;
  margin: 20px 20px 20px 0;
  position: relative;
  /* height: 285px; */
}

.down_list2 li .pic a {
  display: block;
  width: 100%;
  color: #333;
}

.down_list2 li .pic {
  /* position: absolute; */
  left: 0;
  top: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  margin-bottom: 8px;
}

.down_list2 li .pic img {
  height: 186px;
}

.down_list2 li:nth-child(5n) {
  margin-right: 0;
}

.down_list2 li .pic:hover {
  top: -10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.gg_list {
  padding-top: 30px;
}

.gg_list li {
  border-bottom: 1px #ededed solid;
  line-height: 75px;
}

.gg_list li a {
  font-size: 16px;
  color: #333333;
}

.gg_list li span {
  max-width: 800px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gg_list li i {
  float: right;
  color: #999999;
}

.gg_list li b {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 25px;
  margin-top: 25px;
  margin-left: 15px;
  background: url(../images/ic22.jpg) center no-repeat;
}

.gg_list li a:hover {
  color: #025299;
}

.rz_list {
  padding-top: 30px;
}

.rz_list li {
  float: left;
  width: 285px;
  margin-right: 10px;
}

.rz_list li p {
  font-size: 24px;
  color: #333333;
  line-height: 54px;
  padding: 10px 0;
  height: 54px;
}

.rz_list li:nth-child(2n) {
  margin-right: 30px;
}

.rz_list li:last-child {
  margin-right: 0;
}

.rz_list li .pic {
  height: 404px;
  overflow: hidden;
}

.con_list li {
  border-bottom: 1px #cccccc dashed;
  padding-bottom: 50px;
  padding-top: 44px;
}

.con_list li .fl {
  width: 560px;
}

.con_list li .tit {
  font-size: 24px;
  color: #025299;
  border-bottom: 1px #dcdcdc solid;
  padding-bottom: 20px;
}

.con_list li .tit .ic {
  /*width: 71px;*/
  height: 107px;
  display: inline-block;
  vertical-align: top;
}

.con_list li .tit .ic img {
  /*width: 28px;*/
  height: 89px;
}

.con_list li .tit span {
  display: inline-block;
  vertical-align: top;
  line-height: 43px;
  margin-top: 57px;
}

.con_list li dl {
  padding-top: 18px;
}

.con_list li dd {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-top: 6px;
}

.con_list li dd .ic {
  float: left;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.con_list li dd span {
  float: right;
  width: 510px;
}

.con_list li dd span em {
  color: #999999;
}

.con_list li dd span em.e2 {
  color: #025299;
}

.con_list li .map {
  float: right;
  width: 583px;
  height: 442px;
  overflow: hidden;
  margin-top: 16px;
}

.tous p {
  font-size: 16px;
  color: #333333;
  line-height: 29px;
}

.tous p em {
  display: block;
  font-size: 18px;
  color: #025299;
  line-height: 33px;
}

.tous {
  padding-top: 20px;
}

.tous span {
  float: left;
  width: 60px;
  padding-right: 3px;
  line-height: 50px;
  font-size: 16px;
  color: #000000;
  margin-top: 30px;
}

.tous span em {
  color: #f71515;
}

.tous form {
  padding-top: 10px;
}

.tous .text, .tous textarea {
  float: left;
  width: 300px;
  height: 48px;
  padding: 0 10px;
  border: 1px #dcdcdc solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 14px;
  color: #333333;
  margin-right: 15px;
  margin-top: 30px;
}

.tous .text2 {
  margin-right: 0;
}

.tous textarea {
  width: 1085px;
  height: 265px;
  line-height: 30px;
}

.tous .submit {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  background: #025299;
  width: 170px;
  height: 50px;
  border-radius: 0 3px 0 3px;
  -webkit-border-radius: 0 3px 0 3px;
  -moz-border-radius: 0 3px 0 3px;
  -ms-border-radius: 0 3px 0 3px;
  -o-border-radius: 0 3px 0 3px;
  margin: 50px auto 0;
}

.par_list {
  padding-top: 60px
}

.par_list li {
  float: left;
  width: 199px;
  height: 110px;
  border: 1px #dcdcdc solid;
  margin-right: -1px;
  margin-bottom: -1px;
}

.intro_1 {
  margin-top: 50px;
}

.intro_1 .fl {
  width: 450px;
}

.intro_1 .fl p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.intro_1 .fl h3 {
  font-size: 28px;
  color: #025299;
  line-height: 52px;
  padding: 15px 0 0 0;
}

.intro_1 .fl span {
  float: left;
  font-size: 16px;
  color: #666666;
  line-height: 130px;
  height: 130px;
  overflow: hidden;
}

.intro_1 .fl span em {
  font-size: 68px;
  color: #025299;
}

.intro_1 .fl .pic {
  float: right;
  width: 188px;
  height: 93px;
  margin-right: 45px;
}

.intro_1 .fl .zb {
  float: left;
  width: 200px;
}

.intro_1 .fl .zb h3 {
  line-height: 48px;
  margin-top: 22px;
}

.intro_1 .fl .zb h3 em {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  margin-top: 14px;
}

.intro_1 .fl .pic2 {
  width: 165px;
  height: 101px;
  overflow: hidden;
  margin-top: 27px;
  float: left;
  margin-left: 40px;
}

.intro_1 .fr {
  width: 672px;
  height: 440px;
  margin-top: 7px;
  position: relative;
}

.intro_1 .fr b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0,0,0,.7) url(../images/play.png) center no-repeat;*/
  background: rgba(0, 0, 0, .7) center no-repeat;
}

.inter_2 .pic {
  float: left;
  width: 416px;
  height: 252px;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.inter_2 p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 30px;
}

.inter_2 .box p {
  float: right;
  width: 745px;
  margin-top: 30px;
}

.inter_2 .box p em {
  display: block;
  position: relative;
  font-size: 18px;
  color: #025299;
  margin-bottom: 10px;
  padding-left: 16px;
}

.inter_2 .box p em:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #025299;
  position: absolute;
  left: 0;
  top: 11px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.inter_2 .box2 .pic {
  float: right;
}

.inter_2 .box2 p {
  float: left;
}

.title4 {
  font-size: 34px;
  color: #333333;
  line-height: 50px;
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
}

.title4:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 36px;
  background: #025299;
  margin-top: -18px;
}

.title4 img {
  width: 51px;
  height: 50px;
  margin-left: 20px;
}

.history {
  background: url(../images/l1.jpg) center repeat-y;
  position: relative;
  padding-bottom: 192px;
}

.history li {
  position: relative;
}

.history .box {
  width: 495px;
  text-align: right;
  position: relative;
}

.history .box .pic {
  width: 495px;
  height: 294px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.history .box p {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  padding: 110px 0 14px;
}

.history .box p em {
  display: block;
  line-height: 42px;
  color: #025299;
  font-size: 30px;
}

.history:before, .history:after {
  width: 21px;
  height: 21px;
  background: #025299;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10.5px;
  top: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.history:after {
  top: auto;
  bottom: 0;
}

.history .box b {
  width: 111px;
  height: 11px;
  background: url(../images/lb.png) center no-repeat;
  position: absolute;
  top: 125px;
  right: -111px;
}

.history .box2 {
  position: absolute;
  right: 0;
  top: 133px;
}

.history .box2 p {
  text-align: left;
}

.history .box2 p em {
  color: #17a736;
}

.history .box2 b {
  right: 0;
  left: -111px;
  background-image: url(../images/rb.png);
}

.video {
  margin-top: 60px;
  height: 576px;
  overflow: hidden;
}

.video .big {
  float: left;
  width: 940px;
}

.video .big li {
  width: 940px;
  height: 576px;
  position: relative;
  overflow: hidden;
  display: none;
}

.video .big b {
  position: absolute;
  left: 0;
  top: 0;
  /*background: url(../images/play.png) center no-repeat rgba(0,0,0,.1);*/
  background: center no-repeat rgba(0, 0, 0, .1);
  width: 100%;
  height: 100%;
}

.scroll-pane {
  float: right;
  width: 250px;
  height: 585px;
}

.scroll-pane li {
  width: 225px;
  height: 138px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}

.scroll-pane li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
}

.scroll-pane li b {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 46px;
  background: url(../images/play.png) center no-repeat;
  background-size: cover;
  display: none;
}

.scroll-pane li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
}

.scroll-pane li.on {
  border: 4px #025299 solid;
  width: 217px;
  height: 131px;
}

.scroll-pane li.on img {
  width: 217px;
  height: 131px;
}

.scroll-pane li.on b {
  display: block;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #e1e1e1;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.jspDrag {
  background: #025299;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 5px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

.h_top h4 {
  float: right;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 30px;
}

.h_top h4 em {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}

/*20190322*/

.video {
  position: relative;
}

.poster_img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: transparent no-repeat;
  background-size: cover;
  object-fit: fill;
}

/*20190619*/

.side {
  position: fixed;
  width: 54px;
  height: 275px;
  right: 0;
  top: 214px;
  z-index: 100;
}

.side ul li {
  width: 54px;
  height: 54px;
  float: left;
  position: relative;
  border-bottom: 1px solid #444;
}

.side ul li .sidebox {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #000;
  opacity: 0.8;
  filter: Alpha(opacity=80);
  color: #fff;
  overflow: hidden;
}

.side ul li .sidetop {
  width: 54px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  background: #000;
  opacity: 0.8;
  filter: Alpha(opacity=80);
  transition: all 0.3s;
}

.side ul li .sidetop:hover {
  background: #ae1c1c;
  opacity: 1;
  filter: Alpha(opacity=100);
}

.side ul li img {
  float: left;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*20190619*/

/*2019-7-10*/

.article_detail iframe {
  width: 800px;
  height: 500px;
}

.rs-a {
  width: 50px;
  height: 230px;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -115px;
  z-index: 1000;
}

.rs-b {
  width: 50px;
  height: 50px;
  border: 1px solid #025299;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: all .3s;
  box-sizing: border-box;
  background-color: #025299;
  position: relative;
  cursor: pointer;
}

.rs-c {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
}

.rs-d {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.rs-d1 {
  display: none;
}

.rs-b:hover .rs-d1 {
  display: inline-block;
}

.rs-b:hover .rs-d2 {
  display: none;
}

.rs-b:hover {
  background-color: #fff;
  border-color: #dcdcdc;
}

.rs-e {
  position: absolute;
  left: -245px;
  top: 0;
  width: 229px;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: all .3s;
}

.rs-f {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  width: auto;
}

.rs-g {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  height: 21px;
  line-height: 21px;
  border-left: 1px solid #dcdcdc;
  padding-left: 6px;
  font-size: 16px;
  color: #666;
}

.rs-e:after {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -3px;
}

.rs-b:hover .rs-e {
  visibility: visible;
  opacity: 1;
}

.rs-h {
  width: 130px;
  box-sizing: border-box;
  padding: 12px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -146px;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  transition: all .3s;
}

.rs-h:after {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -6px;
  bottom: 20px;
}

.rs-i {
  width: 100%;
  margin-bottom: 10px;
}

.rs-j {
  font-size: 14px;
  color: #666;
  line-height: 1;
  text-align: center;
}

.rs-b:hover .rs-h {
  visibility: visible;
  opacity: 1;
}

/*2019-10-16-jerry*/

.download {
  width: 50px;
  display: inline-block;
}

.m_t_ {
  padding-left: 0;
  border-left: none;
  font-size: 30px;
  color: #333;
  font-weight: bold
}

.m_cp_1 {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding: 20px 0
}

.m_cp_2 {
  position: relative
}

.m_cp_2 .item {
  width: 386px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.m_cp_2 .item:nth-child(1) {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  height: 510px
}

.m_cp_2 .item:nth-child(2) {
  float: left;
  height: 245px;
  margin-bottom: 20px
}

.m_cp_2 .item:nth-child(3) {
  float: right;
  height: 245px;
  margin-bottom: 20px
}

.m_cp_2 .item:nth-child(4) {
  float: left;
  height: 245px;
}

.m_cp_2 .item:nth-child(5) {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 245px;
}

.m_cp_2 .item>a {
  z-index: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  height: auto;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%)
}

.m_cp_2 .item .icon {
  width: 52px;
  height: 46px;
  line-height: 46px;
  margin: 0 auto;
  margin-bottom: 25px;
}

.m_cp_2 .item .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%
}

.m_cp_2 .item .line {
  width: 17px;
  height: 2px;
  background: #fff;
  margin: 0 auto 25px
}

.m_cp_2 .item .name {
  font-size: 18px
}

.m_cp_2 .item .b {
  margin-top: 30px;
  transition: .3s;
  height: 0;
  overflow: hidden
}

.m_cp_2 .item .b p {
  display: inline-block;
  line-height: 38px;
  width: 110px;
  border: 1px solid #FFF;
  border-radius: 38px;
  margin: 0 10px
}

.m_cp_2 .item .mask {
  display: none;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(2, 82, 153, .9)
}

.m_cp_2 .item:hover .b {
  height: auto;
}

.m_cp_2 .item:hover .mask {
  display: block
}

.m_cp_2 .item:hover .line {
  display: none
}

.m_cp_3 {
  margin-top: 46px
}

.nav2 {
  height: 50px;
  border-bottom: 1px solid #999999;
}

.nav2 .t {
  float: left;
  line-height: 50px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}

.nav2 .right {
  float: right;
  padding-top: 20px
}

.nav2_r_list {
  display: inline-block;
  margin-right: 25px
}

.nav2_r_list .item {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin: 0 10px;
}

.nav2_r_list .item.in, .nav2_r_list .item:hover {
  color: #025299
}

.nav2 .right .mor {
  border-radius: 3px;
  font-size: 14px;
  color: #FFF;
  line-height: 30px;
  width: 80px;
  text-align: center;
  background: #999999;
  display: inline-block
}

.nav2 .right .mor:hover {
  background: #025299
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*视频列表样式*/

.a-a {
  width: 128px;
  margin-right: 50px;
  display: inline-block;
  cursor: pointer;
}

.a-b {
  width: 100%;
}

/*视频容器样式*/

.v-a {
  position: fixed;
  left: 0;
  top: 120%;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000000;
  transition: top .5s ease-in-out;
}

.v-a.show {
  top: 0;
}

.v-a.show .v-e {
  visibility: visible;
}

.v-a.show .v-f {
  display: block;
}

.v-b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.v-c {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #be0000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.v-d {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.v-e {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.v-f {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  transform: translate(-50%, -50%);
}

.m_cp_3_c {
  display: none;
  margin-top: 27px;
  border-bottom: 1px solid #999999;
  margin-bottom: 35px
}

.m_cp_3_c .item {
  width: 220px;
  float: left;
  margin-right: 25px;
}

.m_cp_3_c .item:nth-child(5n) {
  margin-right: 0
}

.m_cp_3_c .item .v {
  text-align: center;
  line-height: 150px;
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.m_cp_3_c .item .v img {
  width: auto;
  height: auto
}

.m_cp_3_c .item p {
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}

.m_cp_4_con .item {
  position: relative;
  display: none
}

.m_cp_4_con .item .div {
  width: 220px;
  float: left;
  margin-right: 25px;
  padding-bottom: 40px
}

.m_cp_4_con .item .div:nth-child(5n) {
  margin-right: 0
}

.m_cp_4_con {
  padding-top: 27px;
  border-bottom: 1px solid #999999
}

.m_cp_4_con .item .div .img {
  border: 1px solid #bfbfbf;
  height: 280px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.m_cp_4_con .item .div p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: 10px 0
}

.m_cp_4_con .item .div .download {
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  display: inline-block;
  background: #025299;
  position: absolute;
  bottom: 12px;
  margin-left: 56px;
  color: #FFF;
  font-size: 16px;
  text-align: center
}

.m_cp_4_con .item .div .download b {
  white-space: nowrap;
  display: inline-block;
  padding-left: 23px;
  background: url("../images/m_icon7.png") no-repeat left center;
}

.m_cp_5_l {
  width: 880px;
  float: left
}

.m_cp_5_r {
  width: 290px;
  float: right
}

.m_cp_5_l_1 {
  padding-top: 20px;
  padding-bottom: 5px
}

.m_cp_5_l_1 p {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 20px
}

.m_t_ .search_form .text {
  width: 207px
}

.m_cp_5_l .page {
  text-align: left
}

.pro_list li p {
  color: #666;
}

.pro_list li p strong {
  color: #000;
}

.m_cp_5_r1 {
  width: 290px;
  min-height: 310px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
  margin-top: 30px
}

.m_cp_5_r1>p {
  color: #025299;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px 20px;
  background: #eeeeee
}

.m_cp_5_r1 div {
  padding: 20px
}

.m_cp_5_r1 div a {
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px
}

.m_cp_5_r1 div a:hover {
  color: #025299
}

.m_cp_5_r1 div .ul a {
  font-size: 14px;
  color: #999;
  margin-bottom: 7px;
  text-indent: 30px
}

.m_cp_5_r1 div .ul a:hover {
  color: #025299
}

.m_cp_5_r2 {
  min-height: unset
}

.m_cp_5_r2>p {
  font-size: 14px;
  color: #666;
  padding: 10px;
}

.m_cp_5_r2 div p {
  font-size: 14px;
  color: #666;
  line-height: 1.6
}

.m_cp_5_r2 div p em {
  cursor: pointer
}

.m_cp_5_r2 div p span {
  display: none
}

.m_cp_5_r2 div p.active span {
  display: inline-block;
  color: #025299;
  cursor: pointer;
}

.m_cp_5_r2 div p.active span:hover {
  color: #666
}

.m_cp_5_r2 div p.active {
  background: #aaaaaa
}

.m_cp_5_r2 div p.active em {
  cursor: unset
}

.page a:first-child {
  margin-left: 0
}

.m_cp_info1 {
  width: 880px;
  float: left
}

.m_cp_info2 {
  width: 290px;
  float: right
}

.m_t_2 {
  font-size: 36px;
  font-weight: bold
}

.m_t_2 .search_form .text {
  width: 207px
}

.m_cp_info1_1 {
  margin-top: 20px
}

.m_cp_info1_1 .img {
  border: 1px solid #e4e4e4;
  width: 400px;
  height: 300px;
  line-height: 300px;
  text-align: center;
  float: left
}

.m_cp_info1_1 .img img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto
}

.m_cp_info1_txt {
  width: 450px;
  float: right
}

.m_cp_info1_txt h3 {
  font-size: 30px;
  color: #025299;
  line-height: 1.5;
  padding-bottom: 10px
}

.m_cp_info1_txt h4 {
  font-size: 24px;
  color: #025299;
  line-height: 1.5;
  padding-bottom: 10px
}

.m_cp_info1_txt .p {
  font-size: 16px;
  color: #666;
  line-height: 26px
}

.m_cp_info1_txt .buy {
  width: 100%;
  text-align: right;
  margin-top: 30px
}

.m_cp_info1_txt .buy a {
  float: right;
  background: #025299;
  -moz-border-radius: 0 5px 0 5px;
  -webkit-border-radius: 0 5px 0 5px;
  border-radius: 0 5px 0 5px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.m_cp_info1_txt .buy a i {
  display: inline-block;
  vertical-align: top;
  padding-left: 35px;
  background: url(../images/ic17.png) left center no-repeat;
}

.m_cp_info1_2 {
  border-top: 1px solid #ccc;
  margin-top: 75px
}

.m_cp_info1_2_t {
  width: 168px;
  float: left;
  border-left: 1px solid #ccc
}

.m_cp_info1_2_t .item {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: center
}

.m_cp_info1_2_t .item.in {
  color: #0060a3
}

.m_cp_info1_2_con {
  width: 708px;
  float: right;
  border: 1px solid #ccc;
  border-top: none
}

.m_cp_info1_2_con .item {
  display: none
}

.m_cp_info1_2_con3 {
  padding: 10px
}

.m_cp_info1_2_con3 li {
  width: 33%;
  float: left;
  height: 90px;
}

.m_cp_info1_2_con3 li>img {
  width: auto;
  height: auto;
  float: left;
  margin: 15px 12px 0 30px
}

.m_cp_info1_2_con3 li div {
  float: left;
}

.m_cp_info1_2_con3 li div p {
  font-size: 16px;
  color: #666;
  padding-top: 20px;
  padding-bottom: 7px
}

.m_cp_info1_2_con3 li div a {
  font-size: 16px;
  color: #0060a3;
  display: block;
  padding-left: 30px;
  background: url("../images/m_icon9.png") no-repeat left center;
}

.pro_det_2 table {
  margin-top: 0;
  border: none
}

.m_rl {
  margin-top: 55px
}

.m_rl li {
  border-radius: 5px;
  text-align: center;
  float: left;
  width: 268px;
  height: 400px;
  margin-right: 40px;
  border: 1px solid #ccc;
  margin-bottom: 40px
}

.m_rl li:nth-child(4n) {
  margin-right: 0
}

.m_rl li .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 35px auto 20px
}

.m_rl li p {
  font-size: 16px;
  color: #0060a3;
  padding-bottom: 20px
}

.m_rl li a {
  display: block;
  font-size: 16px;
  color: #999;
  margin-bottom: 10px
}

.m_rl li a:hover {
  color: #0060a3
}

.m_rl_2_r {
  ;
  min-height: 500px;
  text-align: center;
  width: 280px;
  float: right;
  border: 1px solid #ddd;
  margin-right: 20px;
  box-sizing: unset
}

.m_rl_2_r>div {
  padding: 20px
}

.m_rl_2_l {
  width: 830px;
  float: left
}

.m_rl_2_r .t {
  font-size: 16px;
  color: #025299;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px
}

.m_rl_2_r a {
  display: block;
  font-size: 16px;
  color: #999;
  padding-bottom: 18px
}

.m_rl_2_r a:hover {
  color: #025299
}

.m_rl_2_l .top {
  border-bottom: 1px solid #025299;
  margin-bottom: 20px
}

.m_rl_2_l .top p {
  display: inline-block;
  padding-right: 10px;
  font-size: 24px;
  color: #666;
  line-height: 30px;
  position: relative;
  bottom: -2px;
  background: #fff
}

.m_rl_2_l_a {
  font-size: 16px;
  color: #999;
}

.m_rl_2_l_a span {
  display: inline-block;
  margin-right: 50px;
  line-height: 38px
}

.m_rl_2_l_a p {
  line-height: 30px
}

.m_rl_2_l_a div {
  height: 30px;
  line-height: 30px;
  color: #666;
  background: #f6f6f6;
  text-indent: 10px;
  margin: 20px 0 10px
}

.m_rl_2_l_b {
  margin-top: 30px
}

.m_rl_2_l_b a {
  display: inline-block;
  height: 40px;
  padding: 0 30px;
  background: #025299
}

.m_rl_2_l_b a b {
  padding-left: 40px;
  background: url("../images/m_icon14.png") no-repeat left center;
  line-height: 40px;
  color: #fff;
  font-size: 16px
}

.m_rl_2_l_b p {
  display: inline-block;
  margin-left: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999
}

.m_sp {
  margin-top: 35px
}

.m_sp li {
  cursor: pointer;
  width: 270px;
  margin-right: 35px;
  height: 200px;
  margin-bottom: 30px;
  float: left
}

.m_sp li:nth-child(4n) {
  margin-right: 0
}

.m_sp li>div {
  text-align: center;
  line-height: 200px;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.m_sp li>div img {
  width: auto;
  height: auto;
}

.m_sp li>div p {
  position: absolute;
  width: 100%;
  line-height: 1.5;
  padding: 10px 5px;
  box-sizing: border-box;
  font-size: 15px;
  color: #fff;
  bottom: 0;
  left: 0;
  background: #000;
}

.m_xz1 {
  height: 50px;
  background: #eeeeee;
  margin-top: 55px
}

.m_xz1>div {
  cursor: pointer;
  width: calc(100% / 6);
  height: 100%;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  text-align: center;
  float: left
}

.m_xz1>div.in, .m_xz1>div:hover {
  color: #fff;
  background: #0060a3;
}

.m_xz2 {
  padding: 20px 0;
}

.m_xz2>div {
  display: none
}

.m_xz2>div a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  margin-right: 35px;
  padding-bottom: 15px
}

.m_xz2>div a:hover {
  color: #0060a3
}

.m_xz_li {
  background: #f6f6f6;
  width: 270px;
  height: 440px;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left
}

.m_xz_li:nth-child(4n) {
  margin-right: 0
}

.m_xz_li .name {
  font-size: 14px;
  text-align: center;
  padding: 20px 25px;
  line-height: 24px;
  height: 56px
}

.m_xz_li .img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 180px;
  height: 250px;
  border: 1px solid #0060a3;
  margin: 0 auto
}

.m_xz_li .a {
  text-align: center
}

.m_xz_li .a a {
  padding: 0 15px;
  display: inline-block;
  background: #FFF;
  border: 1px solid #cccccc;
  margin: 30px auto 0
}

.m_xz_li .a a b {
  line-height: 35px;
  display: inline-block;
  padding-left: 28px;
  background: url(../images/m_icon15.png) no-repeat left center;
  font-size: 16px;
  color: #0060a3;
}

.fzlc {
  position: relative;
  margin-bottom: 130px
}

.fzlc li {
  height: 500px;
}

.fzlc:before {
  display: inline-block;
  top: 50%;
  margin-top: -12px;
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-42%);
  width: 100%;
  height: 25px;
  background: url(../images/xian.png) no-repeat;
  /* background-color: red; */
  background-size: contain;
}

.fzlc .slick-prev, .fzlc .slick-next {
  z-index: 2;
  margin-top: -21px;
  width: 42px !important;
  height: 42px !important;
  background-repeat: no-repeat;
  background-size: 100%
}

.fzlc .slick-prev {
  width: 45px;
  height: 45px;
  background-image: url("../images/jtz2.png");
  left: 40px;
}

.fzlc .slick-next {
  background-image: url("../images/jtz2.png");
  background-size: cover;
  right: 40px;
  transform: rotate(540deg);
}

.fzlc .slick-prev:hover {
  width: 45px;
  height: 45px;
  background-image: url("../images/jtz.png");
  transform: rotate(540deg);
}

.fzlc .slick-next:hover {
  width: 45px;
  height: 45px;
  background-image: url("../images/jtz.png");
  transform: rotate(360deg);
}

.fzlc .slick-slide>div {
  width: 100%;
  height: 100%;
  position: relative
}

.fzlc .slick-slide>div .y {
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 100px;
}

.fzlc .slick-slide>div .y p {
  position: absolute;
  bottom: -32px;
  font-size: 18px;
  font-weight: bold;
  color: #025299;
  background-color: #dbdbdb;
  color: #797979;
  border-radius: 50%;
  z-index: 99;
  width: 65px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  left: 6px;
}

.fzlc .slick-slide>div .txt {
  width: 100%;
  height: 250px;
  position: absolute;
  bottom: 26px;
  left: 138px;
}

.fzlc .slick-slide>div .txt p{
  overflow: auto;
  z-index: 99;
}
.nev::before{
  position: absolute !important;
	height: 225px;
	border: solid 1px #77a64e !important;
  display: block !important;
  content: '' !important;
  left: 0 !important;
  top: 66px !important;
}
.fzlc .slick-slide>div:hover .txt::before {
  border: solid 1px #77a64e;
}
.fzlc .slick-slide>div:hover .y p{
  background-color: #77a64e !important;
  color: white !important;
}

.fzlc .slick-slide>div .txt:before {
  position: absolute;
  height: 254px;
  border: solid 1px #dbdbdb;
  display: block;
  content: '';
  left: 0;
  top: 58px;
}

.fzlc .slick-slide:nth-child(2n-1)>div .txt:before {
  position: absolute;
  height: 260px;
  background-color: #cccccc;
  display: block;
  content: '';
  left: 0;
  bottom: 0;
  top: auto;
  /* background: url("../images/m_bg3.png") no-repeat */
}

.fzlc .slick-slide>div .txt>div {
  position: absolute;
  left: 20px;
  top: 83px;
  width: 250px;
  line-height: 32px;
}

.fzlc .slick-slide>div .txt>div span {
  display: inline-block;
  width: 300px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  position: relative;
  height: 90px;
}

.fzlc .slick-slide>div .txt img {
  max-width: 100%;
  width: auto;
  margin: 10px 0;
  width: 175px;
  height: 120px;
}

.fzlc .slick-slide:nth-child(2n-1)>div .y {
  bottom: -10px;
  top: auto
}

.fzlc .slick-slide:nth-child(2n-1)>div .y p {
  top: -40px;
  bottom: auto;
  z-index: 99;
  left: 8px;
}

.fzlc .slick-slide:nth-child(2n-1)>div .txt {
  top: 0;
}

/* .fzlc .slick-slide:nth-child(2n-1)>div .txt>div {
  top: 140px;
  bottom: 83px
} */
.movetop{
  top: 56px !important;
}

.fzlc .slick-list {
  z-index: 1
}

/* .fzlc .slick-slide:hover>div .y p {
  font-size: 36px
} */

.v_box {
  background: #000;
  display: none;
  position: fixed;
  width: 800px;
  height: 600px;
  z-index: 1000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*.v_box .mask{position: absolute;width: 100%;height: 100%;left: 0;top:0;background: rgba(0,0,0,.8);z-index: 1000001}*/

.v_box video {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.v_box .close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #be0000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.m_sp_nav {
  margin-top: 20px
}

.m_sp_nav li {
  display: inline-block;
  margin-left: 20px
}

.m_sp_nav li a {
  font-size: 14px;
  color: #333;
}

.m_sp_nav li.in a, .m_sp_nav li a:hover {
  color: #025299
}

.m_map {
  width: 100%;
  height: 449px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05)
}

.m_aaa {
  margin-top: 50px;
}

.m_aaa .item {
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  width: 585px;
  height: 400px;
  border: 1px solid #eeeeee;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05)
}

.m_aaa .item:nth-child(1) {
  float: left
}

.m_aaa .item:nth-child(2) {
  float: right
}

.m_aaa .item:nth-child(3) {
  float: left
}

.m_aaa .item:nth-child(4) {
  float: right
}

.m_aaa .item h4 {
  font-size: 24px;
  color: #025299;
  line-height: 48px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px
}

.m_aaa .item>div {
  padding-top: 2px;
  overflow: hidden;
  font-size: 16px;
  color: #999;
  line-height: 40px
}

.m_aaa .item>div img {
  float: left;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-right: 15px
}

.m_aaa .item>div b {
  float: left;
  color: #333;
}

.m_aaa .item>div p {
  float: left;
  display: inline-block;
  max-width: 400px
}

.bg{
  background-color: #77a64e !important;
  color: white !important;
}
/* .sss{
  background-color: #77a64e !important;
} */


.txt2::after{
  position: absolute;
	height: 225px;
  display: block;
  content: '';
  left: 0;
  top: 0;
}

.circular{
  position: absolute;
  right: 74px;
  bottom: 16px;
  width: 14px;
  height: 14px !important;
  border-radius: 50%;
  background-color: #dbdbdb;
}

.cir{
  top: 42px;
  right: 74px;
}