body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #595959;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Tahoma,
    sans-serif !important;
  height: auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
div,
p,
li {
  word-break: break-all;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}
html {
  min-width: 1280px;
}
fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
a,
img,
iframe {
  border: 0;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ul,
ol,
li {
  list-style: none;
}
caption {
  text-align: left;
}
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
q:unknown {
  content: '';
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}
a {
  color: #707070;
  text-decoration: none;
}
a:link {
  color: #707070;
  text-decoration: none;
}
a:visited {
  color: #707070;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #007ed4;
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 16px;
}
.fl,
.left {
  float: left;
}
.fr,
.right {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.hidden {
  display: none;
}
.icon {
  background-image: url('../images/icon.png');
  display: inline-block;
  vertical-align: middle;
}
.w1200 {
  margin: 0 auto;
  width: 1200px;
}
.w1440{width: 1440px;margin: 0 auto;}
.w1600 {
  width: 1400px;
  margin: 0 auto;
}
/*banner*/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 47.7%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.banner_main .banner .tip {
  text-align: center;
  position: absolute;
  left: 50%;
  width: 1600px;
  margin-left: -800px;
  bottom: 5%;
  z-index: 10;
}
.banner_main .banner .tip span {
  margin: 0 8px;
  width: 39px;
  height: 4px;
  background: #c9c9c9;
  opacity: 0.9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.banner_main .banner .tip span.cur {
  opacity: 1;
  background: #ff7200;
}
.banner_main .banner .prev,
.banner_main .banner .next {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 5%;
  background-position: 0 -46px;
  z-index: 10;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.4;
  filter: alpha(opacity=70);
}
.banner_main .banner .next {
  left: auto;
  right: 5%;
  background-position: -0px -96px;
}
.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(5px);
}
.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(-5px);
}
.banner_main .banner .list {
  width: 100%;
}
.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03); /*æ”¾å¤§1.1å€*/
  }
  100% {
    transform: scale(1);
  }
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}

.por {
  position: relative;
}
.header_main .search-box {
  position: absolute;
  top: 20px;
  z-index: 101;
  right: 48px;
}
.header_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.header_main .search-box .butn i {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}
.header_main .search-box .butn.hov i {
  background-position: -41px 0;
}
.header_main .share-sub {
  position: absolute;
  right: 55px;
  top: 1px;
  width: 0;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  border: none;
  z-index: 10;
}
.header_main .share-sub.on {
  border: 1px solid #ddd;
  height: 38px;
}
.header_main .share-sub .sub-btn {
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-top: 7px;
  background-position: -85px 0;
  transition: ease-in-out 0.2s;
  outline: none;
}
.header_main .share-sub .tex {
  width: 135px;
  font-size: 14px;
  height: 18px;
  line-height: 18px;
  padding: 11px 14px;
  color: #333;
  border: none;
  background: #fff;
  outline: none;
}

/* å›¾ç‰‡ */
@-webkit-keyframes gradient-rectangle {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    background: -webkit-linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    background: -moz-linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    /*FireFox*/
    background: -o-linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    /* Opear */
    background: -ms-linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    background: -webkit-linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    background: -moz-linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    /*FireFox*/
    background: -o-linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    /* Opear */
    background: -ms-linear-gradient(
      to top,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.6)
    );
    opacity: 0;
  }
}
/* Underline From Center1 */
.hvr-underline-from-center1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.hvr-underline-from-center1:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 2px;
  background: #1e2189;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center1:hover:before,
.hvr-underline-from-center1.hover:before,
.hvr-underline-from-center1:focus:before,
.hvr-underline-from-center1:active:before {
  left: 0;
  right: 0;
}
.hvr-underline-from-center1:hover,
.hvr-underline-from-center1.hover {
  *height: 43px;
  *border-bottom: 3px solid #d74f31;
  *line-height: 43px;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }
  20% {
    border-radius: 2px;
  }
  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }
  80% {
    border-radius: 2px;
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.index_title {
  padding-top: 80px;
  padding-bottom: 35px;
}
.index_title .left {
  line-height: 45px;
  position: relative;
  width: 40%;
  font-size: 40px;
  font-weight: 400;
}
.index_title .left i {
  display: block;
  width: 136px;
  height: 5px;
  background: #1e2189;
  left: 32px;
  position: absolute;
  top: 40px;
  z-index: 9;
}
.index_title .left span {
  display: block;
  position: absolute;
  z-index: 10;
}
.index_title .left p {
  position: absolute;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  left: 174px;
  top: 10px;
}
.index_title .right a {
  display: block;
  background: #1e2189;
  color: #fff;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: ease-in-out 0.2s;
}
.index_title .right a i {
  width: 24px;
  height: 11px;
  background-position: -123px 0;
  margin-left: 13px;
}
.index_title .right a:hover {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}
/* top start*/
.top-main__box {
  width: 100%;
  height: 300px;
  background: url('../images/banner2.jpg') no-repeat;
  background-size:100% 100%;
}

.top-main__box .logo {
  padding-top: 60px;
  display: block;
}
.top-main__box .search {
    width: 360px;
    float: right;
    height: auto;
}

.top-main__box .search input:first-child {
    width: 277px;
    height: 36px;
    border: 1px solid #3777c3;
    margin-top: 55px;
    float: left;
    text-indent: 10px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.top-main__box .search input+input {
    width: 80px;
    height: 38px;
    background: #3777c3;
    margin-top: 55px;
    float: left;
    font-size: 16px;
    color: #fff;
    border: none;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
/* top end/
/* nav start*/
.header_main {
  width: 100%;
  height: 60px;
  background: #007ed4;
  position: relative;
  min-width: 1280px;
  z-index: 100;
}
.nav_main {
  position: relative;
  z-index: 99;
}
.nav_main .list li {
  float: left;
  width: calc((100% - 8px) / 7);
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  position: relative;
  border-left: 1px solid rgba(93, 93, 93, 0.1);
  transition: all ease 0.36s;
}
.nav_main .list li.hover,

.nav_main .list li .nav1 {
  position: relative;
  display: block;
  color: #fff;
  cursor: pointer;
  font-size: 22px;font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nav_main .list li.hover .nav1,
.nav_main .list li:hover .nav1 {
  display: block;
   border-bottom:3px solid #97d8ff; 
  line-height: 57px;

}
.nav_main .list li.li6 .subNav .item {
  width: 160px;
  margin: 0 10px;
  min-height: 200px;
}
.nav_main li dl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  text-align: center;
  z-index: 99;
  background-color:#007ed4;
  border: 0px solid rgba(240, 240, 240, 1);
  box-shadow: 0px 0px 0px #c0c0c0;
  overflow: hidden;
  display: none;
}
.nav_main li dl dd {
  line-height: 40px;
}
.nav_main li dl dd a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  font-size: 18px;
}
.nav_main li dl dd:hover {
  background: #97d8ff;
}
.nav_main li dl dd:hover a{
  color: #000;
}
.nav_main .subNav2 .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.nav_main .subNav2 .item a,
.nav_main .subNav2 .item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
}
.nav_main .list li:hover .subNav,
.nav_main .list li:hover .subNav2 {
  opacity: 1;
  filter: alpha(opacity=100);
  background-size: auto 340px;
  height: 340px;
}
/* nav end*/
/* floor-1__main start*/
.floor-1__main {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* floor-1__main end*/

/* floor-2__main start */
.floor-2__main .news-box__left {
  float: left;
  position: relative;
    width: 600px;
    height: 358px;margin-top: 10px;
}
.news-box__left .slideBox{ width: 100%; height:360px; overflow:hidden; position:relative; }
.news-box__left .slideBox .hd{ height:40px; line-height: 40px; overflow:hidden; position:absolute; right: 0; bottom:0; z-index:1; }
.news-box__left .slideBox .hd ul{ overflow:hidden; zoom:1; float:right; padding-right: 10px; }
.news-box__left .slideBox .hd ul li{ float:left; margin: 16px 8px 0 0; width: 12px; height: 12px; border-radius: 8px; font-size: 0; cursor:pointer; overflow:hidden; background:#c9caca; }
.news-box__left .slideBox .hd ul li.on{ background: #006eab; width:24px; }
.news-box__left .slideBox .bd{ position:relative; height:100%; z-index:0;}
.news-box__left .slideBox .bd ul{ width: 100% !important;}
.news-box__left .slideBox .bd li{ width: 100%!important; height:360px; zoom:1; vertical-align:middle; position: relative; }
.news-box__left .slideBox .bd img{ width:100%!important; height:360px; display:block; }
.news-box__left .slideBox .bd li p{ height:40px; line-height:40px; color:#fff; background: rgba(27,27,27,0.6); ; position:absolute; right: 0; left:0; bottom:0; z-index: 2; display: inline-block; cursor:pointer; padding:0 20px;}
.news-box__left .slideBox .bd li p a{ display:block; width:74%; height:100%; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; position:relative; color:#fff;}
.news-box__left .slideBox .prev,
.news-box__left .slideBox .next{ display: none; width: 42px; height: 69px; position: absolute; top: 50%; margin-top: -35px; left: 0; z-index: 100; background: url(../images/slideBox_anniu.png) no-repeat; }
.news-box__left .slideBox .next{ left: auto; right: 0; background-position: -42px 0;  }
.floor-2__main .news-box__right  {
    width: 570px;
    height: 360px;
    float: right;
}

.news-box__right .news_box-top {
    overflow: hidden;
    height: 53px;
}



.news-box__right  ul {
    /*width: 486px;*/
    width: 564px;
    height: 53px;
    /* overflow: hidden; */
    float: left;

}

.news-box__right  li {
    float: left;
    width: 20%;
    height: 53px;
    text-align: left;
}

.news-box__right  li.hover {
    background-color: #fff;
}

.news-box__right  li a {
    color: #6e6e6e;
    font-size: 20px;
    line-height: 50px;display: inline-block;
    font-weight: bold;
}



.news-box__right  li.hover {
    position: relative;
}

.news-box__right  li.hover a{
    border-bottom: solid 3px #007ed4;
    color: #007ed4;
}

.news_box_cell {
    display: none;
}

.news_box_cell.show {
    display: block;
}

.news_box_cell h3 {
    text-align:left;
    margin: 15px 0 10px;
}

.news_box_cell h3 a {
    font-size: 16px;
    line-height: 20px;
    color: #2a2a2a;
}
.news_box_cell h3 a:hover{color: #007ed4;}
.box_cell_title {
    width: 570px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px dashed #d2d2d2;
}

.box_cell_title p {
    line-height:24px;
    letter-spacing: 0px;
    color: #898989;
    font-size: 16px;
    text-indent: 2em;
}

.box_cell_title p a {
    color: #1d5ec8;
}

.box_cell_text {
    width: 570px;margin-top: 10px;
}

.box_cell_text a {
    overflow: hidden;
    line-height: 34px;
    letter-spacing: 0px;
    color: #666666;height: 34px;
    font-size: 16px;position: relative;display: inline-block;
}

.box_cell_text a p {
    float: left;padding-left: 16px;width: 450px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #313131;
    font-size: 16px;
    line-height: 34px;
}
.box_cell_text a:before{
   content: "";font-size: 0;
    border-width:2.5px;border-radius: 2.5px;  position: absolute;top: 16px;
    border-color: #bfbfbf; border-style: solid;background-color: #bfbfbf;
}
.box_cell_text a span {
    float: right;
    color: #999999;
}

.box_cell_text a:hover {
    color: #0b51c1;
}
/* floor-2__main end */

/* floor-4__main start */
.floor-4__main {
  margin-top: 60px;
  margin-bottom: 70px;
}
.floor-4__main .floor-4-left{height: 485px;width: 300px;float: left;}
.floor-4-left strong{width: 300px;height: 50px;background-color: #007ed4;display: inline-block;}
.floor-4-left strong a,.floor-4-left .floor-4_ztzl li a{line-height: 50px;color:#fff;margin-left:10px;letter-spacing: 2px;font-size: 18px;font-weight: bold;}
.floor-4-left ul li{background-color: #ecf0f5;height: 91px;float: left;}
.floor-4-left ul li.nav-box__item1{width: 95px;margin-top:12px;}
.floor-4-left ul li.nav-box__item2{width: 146px;margin-top: 8px;}
.floor-4-left ul li a{font-size: 14px;display:block;color: #000;line-height: 36px;padding-top: 50px;text-align: center;font-weight: bold;}
.floor-4-left ul li a.c1{background: url(../images/floor4_c1.png)no-repeat center 18px;}
.floor-4-left ul li a.c2{background: url(../images/floor4_c2.png)no-repeat center 18px;}
.floor-4-left ul li a.c3{background: url(../images/floor4_c3.png)no-repeat center 18px;}
.floor-4-left ul li a.c4{background: url(../images/floor4_c4.png)no-repeat center 18px;}
.floor-4-left ul li a.c5{background: url(../images/floor4_c5.png)no-repeat center 18px;}
.floor-4-left ul li a:hover{color: #007ed4;transform: scale(1.05);
    transition: all .3s;}
.floor-4-left .floor-4_ztzl li{height: 40px;border-bottom: solid 1px  #007ed4;}
.floor-4-left .floor-4_ztzl li a{line-height: 40px;color: #0073c0;}
.floor-4__main .news-flex__box{
  width:900px;height: 485px;float: right;
}
.floor-4__main .flex-box__item {
  float: left;
  width: 430px;
  margin-left:20px;
}

.floor-4__main .flex-box__top {
  height: 31px;
  line-height: 31px;
  border-bottom: solid 1px #eeeeee;
}
.floor-4__main .flex-box__top .flex-box__title {
  float: left;
  
  font-family: 'Microsoft Yahei';
  font-weight: bold;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #007ed4;
  border-bottom: solid 3px #007ed4;
}
.floor-4__main .flex-box__top .flex-box__more {
  float: right;
  font-size: 14px;
  color: #919191;
}
.floor-4__main .flex-box__top .flex-box__more:hover {
  color: #007ed4;
}
.floor-4__main .newListBox .p_news {
  margin-top: 14px;
}
.floor-4__main .newListBox .p_news a {
    width: 100%;
    line-height: 34px;
    letter-spacing: 0px;
    color: #666666;height: 34px;
    font-size: 16px;position: relative;display: inline-block;
}

.floor-4__main .newListBox .p_news a p {
    float: left;padding-left: 16px;width:300px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #313131;
    font-size: 16px;
    line-height: 34px;
}
.floor-4__main .newListBox .p_news a:before{
   content: "";font-size: 0;
    border-width:2.5px;border-radius: 2.5px;  position: absolute;top: 16px;
    border-color: #bfbfbf; border-style: solid;background-color: #bfbfbf;
}
.floor-4__main .newListBox .p_news a span {
    float: right;
    color: #999999;
}

.floor-4__main .newListBox .p_news a:hover * {
    color: #0b51c1;
}
.floor-4__main .newListBox .newList {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-right: 0px;
  padding-left: 15px;
  border-bottom: 1.5px dashed #cacaca;
  overflow: hidden;
}
.floor-4__main .newListBox .newList .list-icon {
  position: absolute;
  display: flex;
  left: 0px;
  top: 18px;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 5px;
  font-size: 0px;
  background: #007ed4;
  color: #007ed4;
}
.floor-4__main .newListBox .newList .newTitle {
  display: block;
  width: 80%;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floor-4__main .newListBox .newList .newYear {
  position: absolute;
  top: 0px;
  color: #999;
  right: 0px;
}
.floor-4__main .newListBox .newList:hover .newTitle {
  color: #007ed4;
  transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
}
.floor-4__main .newListBox .newList:hover .list-icon {
  background: #007ed4;
}
.floor-4__main .picMarquee-left {
  margin-top: 30px;
}
.floor-4__main .product-list .product-item {
  margin: 0 5px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-bottom: none;
}
.floor-4__main .product-list .product_img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.floor-4__main .product-list .product_img .proImg {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.floor-4__main .product-list .product_img:hover img {
  transform: scale(1.05);
}
/* floor-4__main end */
/* floor-5__main start */
.floor-5__main {
  padding-top: 60px;
  padding-bottom: 70px;
  margin-bottom: 0;
  background-color: rgba(233, 239, 242, 1);
}
/* floor-5__main end */
/* footer-main start */
.footer-main {
  padding-top: 30px;
  height: 200px;
  border-top: 4px solid #007ed4;
  box-sizing: border-box;
  background-color: #fff;
}
.footer-main .footer-item {
  float: left;
}
.footer-main .left {
  width: 24%;
}
.footer-main .select {
  height: 46px;
  width: 100%;
  font-size: 16px;
  padding-left: 15px;
  margin-top: 30px;
}
.footer-main .middle-left {
  margin-left: 3%;
  width: 28%;
}
.footer-main .middle-right {
  margin-left: 3%;
  width: 28%;
}
.footer-main .right {
  width: 9%;
}
.footer-main .middle-left .txt {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.footer-main .right h3 {
  margin-bottom: 24px;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  color: #696969;
}
.footer-main .middle-right .txt {
  font-size: 16px;
  line-height: 2;
  color: #696969;
}
.footer-main .middle-right .txt a {
  color: #696969;
}
.footer-main .middle-right .txt a:hover {
  color: #007ed4;
}
.footer-main .middle-right .txt-img {
  margin-top: 10px;
}
.footer-main .middle-right .txt-img img {
  vertical-align: middle;
}
.footer-main .middle-right .txt-img span {
  margin-left: 12px;
  font-size: 16px;
  color: #696969;
  vertical-align: middle;
}

/* footer-main end */

/* bottom */
.bottom_main {
  background:  #007ed4;
  padding:30px 0;height: 120px;
}
.bottom_main .left {
  float: left;width: 430px;height: 100%;
}

.bottom_main  span {
  font-size: 14px;color: #fff;line-height: 26px;display: block;font-weight:400;
}

.bottom_main .right {
  width: 434px;float:left;height: 100%;
}
.bottom_main .right a{color: #fff;font-size: 14px;display: block;width: 100%;line-height: 26px;font-weight:400;}
.bottom_main .wzzc {
    width: 110px;
    height: 55px;
    float: left;
}

.bottom_main .yjjwx{
    float: right;
    width: 97px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.bottom_main .yjjwx img{
    width:100%;
    height:100%;
}

.links_main {
  height: 68px;
  background-color: #eff9ff;
}
.links_main a {
  width: 330px;line-height: 35px;text-align: center;
  height: 35px;
  border: solid 1px #0073c0;display: block;float: left;margin:16px 50px 0 0;
  font-size: 16px;color: #656565;

}
.links_main a:hover{color: #007ed4;}
.bottom_copy {
  background: #2d3034;
  border-top: 1px solid #424549;
  line-height: 67px;
  color: #ccc;
}
.bottom_copy a {
  color: #ccc;
}
.bottom_copy a:hover {
  color: #fff;
}
/* bottom end */

/* ny-content__box start */
.sub-menu__box {
  margin-top: 20px;
  height: 80px;
}
.sub-menu__box .sub-menu {
  background-color: #f2f2f2;
  border-bottom: 1px #e0e0e0 solid;
  border-radius: 3px;
}
.sub-menu__box .sub-menu .left {
  width: 54%;
}
.sub-menu__box .menu-list li {
  float: left;
  line-height: 80px;
  height: 80px;
  text-align: center;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  z-index: 10;
  position: relative;
}
.sub-menu__box .menu-list .nav1 {
  position: relative;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  display: block;
  transition: 0.3s ease 0s;
  cursor: pointer;
  color: #333;
}
.sub-menu__box .menu-list .nav1:before {
  position: absolute;
  content: '\20';
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  display: block;
  background: #007ed4;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.sub-menu__box .menu-list .nav1:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.sub-menu__box .menu-list li.hover .nav1,
.sub-menu__box .menu-list li:hover .nav1 {
  color: #007ed4;
}
.sub-menu__box .menu-list li.hover .nav1:before,
.sub-menu__box .menu-list li:hover .nav1:before {
  width: 80%;
  left: 10%;
}
.sub-menu__box .sub-menu .right {
  width: 46%;
  height: 80px;
  line-height: 80px;
}
.sub-menu__box .sub-menu .right .breadcrumb {
  margin-right: 20px;
  text-align: right;
}
.sub-menu__box .sub-menu .right .breadcrumb .wenzi {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #555;
  background: url('../images/menu-ico.png') no-repeat left center;
}
.sub-menu__box .sub-menu .right .breadcrumb .bread-txt {
  display: inline-block;
  font-size: 14px;
  color: #555;
}
.sub-menu__box .sub-menu .right .breadcrumb a {
  display: inline-block;
  font-size: 14px;
  color: #555;
}
.sub-menu__box .sub-menu .right .breadcrumb a:hover {
  color: #007ed4;
}
.sub-menu__box .sub-menu .right .breadcrumb .i_separator {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-top: -3px;
  text-align: left;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
/* å•ä½èŒèƒ½ */
.single-page__box {
  margin-top: 30px;
}
.ny-common__tit {
  font-weight: bold;
  font-size: 24px;
  color: #585858;
  margin: 20px 0;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #e8e8e8;
}
.single-page__content {
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 30px;
  font-size: 16px;
}
.single-page__content img {
  max-width: 100%;
}
/* é¢†å¯¼ç®€ä»‹ */
.news-page__box {
  margin-top: 18px;
}
.news-page__box .newListBox .p_news{
  width: 100%;
  margin: 18px auto;
  height: auto;
  max-width: none;
  padding: 0;
  overflow: hidden;
}
.news-page__box .newListBox .newList {
  height: 100px;
  width: 1200px;
  float: left;
  margin: 20px;
  border-bottom: 1px solid #ebebeb;
  background: #f7f7f7;
  transition: all 0.36s ease;
}
.news-page__box .newListBox .newDetailLink {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 200px;
  padding: 20px 16px;
  overflow: hidden;
}
.news-page__box .newListBox .newPicBox {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 100%;
}
.news-page__box .newListBox .newPicBox .newPic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  vertical-align: middle;
  border: 0;
}
.news-page__box .newListBox .newTxtBox {
  padding-right: 36px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}
.news-page__box .newListBox .newTxtBox_left {
  padding-right: 36px;
  width: 10%;
  height: 100px;
  box-sizing: border-box;
  float: left;
}

.news-page__box .newListBox .newTxtBox_right{
  padding-right: 36px;
  width: 90%;
  height: 100px;
  box-sizing: border-box;
  float: left;
}
.news-page__box .newListBox .newTitle {
  display: block;
    width: 100%;
    margin: 16px 0;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.news-page__box .newListBox .newTitle_text {
  display: block;
    width: 100%;
    margin: 16px 0;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    margin-top: 20px;
}

.news-page__box .newListBox .newSummary {
  margin: 24px 0 32px;
  line-height: 1.5rem;
  font-size: 14px;
  color: #404040;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: normal;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
.news-page__box .newListBox .newList:hover {
  transform: translateY(-5px);
  transition: all 0.36s ease;
}
.news-page__box .newListBox .newList:hover .newPic {
  filter: brightness(110%);
}
.news-page__box .newListBox .newList:hover .newTitle {
  color: #007ed4;
}
/* é€šçŸ¥å…¬å‘Š */
.notice-page__box {
  margin-top: 30px;height:600px;
}
.notice-page__box .newList {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-right: 0px;
  padding-left: 15px;
  border-bottom: 1.5px dashed #cacaca;
  overflow: hidden;
}
.notice-page__box .newList .list-icon {
  position: absolute;
  display: flex;
  left: 0px;
  top: 22px;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 5px;
  font-size: 0px;
  background: #007ed4;
  color: #007ed4;
}
.notice-page__box .newList .newTitle {
  display: block;
  width: 80%;
  font-size: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-page__box .newList .newYear {
  position: absolute;
  top: 0px;
  color: #999;
  right: 0px;
}
.notice-page__box .newList:hover
  .newTitle {
  color: #007ed4;
  transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
}
.notice-page__box .newList:hover .list-icon {
  background: #007ed4;
}
/* news detail */
.news-detail__box .news-detail__left {
  width:100%;
}
.news-detail__left .p_headA {
  margin-top: 40px;
  font-size: 26px;
  text-align: center;
  color: #262626;
}
.news-detail__left .p_dataSource {
  padding-top: 20px;
  margin: 20px 0;
  border-top: 1px solid #d9d9d9;
  overflow: hidden;
}
.news-detail__left .p_dataSource li {
  display: inline-block;
  margin-right: 20px;
}
.news-detail__left .p_summary {
  padding: 10px;
  white-space: normal;
  background: #ffffff;
}
.news-detail__left .p_articles {
  overflow: hidden;
  padding: 20px 0;
  font-size: 17px;
  line-height: 32px;
}
.news-detail__left .p_articles img {
  max-width: 100%;
}

/* pager */
.pager {
  padding: 50px 0 100px;
  text-align: center;
  *zoom: 1;
  *padding: 40px 0 30px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}
.pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}
.pager ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 40px;
  padding: 0 15px;
  transition: all ease 300ms;
  color: #000000;
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
  background: #fff;
}
.pager ul a.current,
.pager ul a:hover {
  color: #fff;
  border: 1px solid #007ed4;
  background: #007ed4;
}
/* reLink */
.reLink {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  margin-bottom: 50px; 
  margin-top:30px;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
  display: block;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 88%;
}
.reLink a:hover {
  color: #007ed4;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #015bbb;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #015bbb;
}
/* ny-content__box end */
/*# sourceMappingURL=index.css.map */
