@charset "utf-8";

/* CSS Document */
.picnone {
  display: none;
}

.clear {
  clear: both;
  display: block;
  width: 100%;
}

.pcnone {
  display: none;
}

@media (max-width:640px) {
  .wapblock {
    width: 100% !important;
    display: block;
  }

  .wapnone {
    display: none;
  }

  .pcnone {
    display: block;
  }
}

.nybnner {
  width: 100%;
  position: relative;
  float: left;
}

.nybnner_img {
  width: 100%;
  float: left;
}

.nybnposio {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.wordsbox {
  width: 100%;
  position: relative;
  box-shadow: 0px 12px 8px -12px rgb(0 0 0 / 10%);
  background: #fff;
  margin-top: -15px;
  bottom: 0;
  z-index: 8;
}

.wordsbox::after {
  content: "";
  display: block;
  width: 650px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../images/img60.png)no-repeat bottom right;
  background-size: cover;
  box-shadow: 0px 12px 8px -12px rgb(0 0 0 / 10%);
}

.wordsbox .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: left;
  position: relative;
  z-index: 2;
}

.wordsbox .content .left {
  padding-top: 12px;
  font-size: 0;
}

.wordsbox .content .left .tit {
  font-size: 28px;
  color: #0068B6;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.wordsbox .content .left .ico {
  width: 49px;
  height: 20px;
  display: inline-block;
  vertical-align: middle
}

.wordsbox .content .center {
  width: 50%;
}

.wordsbox .content .center ul {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.wordsbox .content .center ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 34px;
}

.wordsbox .content .center ul li a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 70px;
}

.wordsbox .content .center ul li:hover a,
.wordsbox .content .center ul li.on a {
  color: #0068B6;
}

.wordsbox .content .right {
  font-size: 15px;
}

.wordsbox .content .right .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.wordsbox .content .right a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 70px;
}

.wordsbox .content .right span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 70px;
  margin: 0 8px;
}

.wordsbox .content .right a:hover,
.wordsbox .content .right a.on {
  color: #0068B6;
}

/*nr*/
.container {
  width: 1200px;
  margin: 0 auto;
}

.top_nav {
  box-shadow: 0 0 10px 0 #ccc;
  margin-bottom: 25px;
}

.top_nav .tnav_l {
  float: left;
}

.top_nav .tnav_l ul {
  display: flex;
}

.top_nav .tnav_l ul li {
  margin-right: 10px;
  height: 65px;
  font-size: 16px;
  padding: 0 10px;
  border-bottom: 2px solid #fff;
}

.top_nav .tnav_l ul li a {}

.top_nav .tnav_l ul li.on {
  border-bottom: 2px solid #0068B6;
  color: #0068B6;
}

.top_nav .tnav_l ul li.on a {
  display: block;
  color: #0068B6;
  font-weight: bold;
}

.top_nav .tnav_l ul li:hover {
  border-bottom: 2px solid #0068B6;
  color: #0068B6;
}

.top_nav .tnav_l ul li:hover a {
  display: block;
  color: #0068B6;
}

.top_nav .tnav_r {
  float: right;
  line-height: 65px;
}

.top_nav .tnav_r .navover {}

@media (max-width: 1080px) {
  .wordsbox .content .left .tit {
    font-size: 16px;
  }

  .wordsbox::after {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: none;
    background-size: cover;
    box-shadow: 0px 12px 8px -12px rgb(0 0 0 / 10%);
  }

  .wordsbox .content .right .ico {
    display: none;
  }

  .wordsbox .content .left {
    margin-bottom: 10px;
  }
}

.xql {
  width: 65%;
  float: left;
}

.xqr {
  width: 32%;
  float: right;
}

.xqr ul li {
  padding: 15px 0;
  font-size: 16px;
}

.xqr ul li h3 {
  color: #0068B6;
  font-size: 22px;
}

.xqr ul li a {
  display: block;
  background: #0068B6;
  color: #fff;
  font-size: 18px;
  padding: 8px 10px;
  width: 150px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 25px;
}

.xqr ul li a:hover {
  background: #FF840C;
}

.xqr ul li b {
  font-size: 30px;
  color: #FF840C;
}

.productss {
  width: 100%;
  float: left;
}

.pro_list {
  margin-top: 20px;
}

.pro_list a {
  display: block;
  float: left;
  width: calc(25% - 22px);
  margin: 10px;
  border: 1px solid #f2f4f5;
}

.pro_list a img {
  width: 100%;
}

.pro_list span {
  display: block;
  overflow: hidden;
}

.pro_list p {
  padding: 10px 15px;
  background: #0068B6;
}

.pro_list .cp_tit {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding-top: 15px;
  background: #0068B6;
}

.pro_list .cp_tit i {
  float: right;
}

.pro_list .cp_dec {
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.pro_list a:hover {
  box-shadow: 0 0 20px #ccc;
}

.pro_list a:hover p {
  color: #fff;
  background: #00AA49;
}

.probg {
  background: #F4F6F8;
  padding: 40px 0 60px;
  margin-top: 50px;
}

.pro_con {}

.pro_con a {
  display: block;
  float: left;
  width: 31.3%;
  margin: 1%;
  background: #fff;
}

.pro_con span {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #ccc;
}

.pro_con p {
  color: #333;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  padding: 20px 10px;
}

.pro_con a:hover {
  box-shadow: 0 0 20px #dedede;
}

.pro_con a:hover p {
  color: #0068B6;
}

.proo-nav {
  width: 100%;
}

.proo-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.proo-nav ul li {
  padding: 0 20px;
}

.proo-nav a {
  padding-left: 20px;
  transition: all 0.3s;
  line-height: 68px;
  font-size: 18px;
  position: relative;
}

.proo-nav a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  height: 1px;
  width: 10px;
  transition: all .3s;
}

.proo-nav a:hover {
  color: #004EA0;
  padding-left: 25px;
}

.proo-nav a:hover:before {
  background: #004EA0;
  width: 20px;
}

.proo-nav .aa {
  color: #004EA0;
  padding-left: 25px;
  font-weight: bold;
}

.proo-nav .aa:before {
  background: #004EA0;
  width: 20px;
  height: 2px;
}

.pro_llll {
  width: 100%;
  float: left;
  background: #f1f1f1;
  margin-bottom: 25px;
}

.pro_llll ul {
  margin: 0 auto;
  text-align: center;
  display: table;
}

.pro_llll ul a {
  color: #333;
  font-size: 20px;
  text-align: center;
  display: block;
  float: left;
  padding: 0 80px;
  line-height: 75px;
}

.pro_llll ul a:hover {
  background: #0068B6;
  color: #fff;
}

.pro_llll ul .on {
  background: #0068B6;
  color: #fff;
}

.pro_lllll {
  width: 100%;
  float: left;
  background: #f1f1f1;
  padding: 0;
  position: relative;
  z-index: 999;
}

.pro_lllll ul {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
  display: table;
}

.pro_lllll ul li {
  text-align: center;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 1%;
}

.pro_lllll ul li a {
  color: #333;
  font-size: 15px;
  padding: 15px 0 0 0;
  text-align: center;
  display: block;
  line-height: 55px;
}

.pro_lllll ul li a img {
  box-shadow: 0 0 10px 0 #cecece;
  padding: 8px;
  border-radius: 15px;
  background: linear-gradient(#0068B6, #0068B6);
}

.pro_lllll ul li a img:hover {
  background: #00AA49;
}

.pro_lllll ul .on {}

.pro_lllll ul .on a {
  color: #00AA49;
}

.pro_lllll ul .on a img {
  background: #00AA49;
}

.pro_lllll ul li .erji {
  position: absolute;
  left: -25%;
  bottom: 100%;
  width: 150%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.7);
  display: none;
}

.pro_lllll ul li .erji li {
  height: 40px;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.pro_lllll ul li .erji li a {
  display: block;
  line-height: 40px;
  color: #333;
  padding: 0;
}

.pro_lllll ul li .erji li a:hover {
  background: #00AA49;
  color: #fff;
}

.pro_lllll ul li:hover .erji {
  display: block;
}

/*product start*/
.pl_top {
  text-align: center;
  width: 180px;
  color: #fff;
}

.pl_top em, .pl_top b {
  display: block;
  text-align: center;
}

.pl_top em {
  font-size: 18px;
  color: #ddd;
  font-family: Arial;
  line-height: 180%
}

.pl_top b {
  font-size: 24px;
  color: #fff;
  letter-spacing: 4px;
  line-height: 60px;
  position: relative;
  top: -3px
}

.pl_top i {
  font-size: 15px;
  text-transform: uppercase;
}

.pl_top b span {
  color: #aaa;
  letter-spacing: -5px
}

/* 友情链接 */
.links-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
}

.links {
  width: 100%;
  height: auto;
  background: #313131;
  clear: both;
}

.links ul {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 10px 0px;
  clear: both;
}

.links ul li {
  float: left;
  margin: 0px;
  color: #fff;
  line-height: 23px;
}

.links ul li a {
  color: #fff;
  padding: 0px 8px;
  font-size: 14px;
  line-height: 23px;
  display: inline-block;
}

.links ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.innerrtitle {
  width: 100%;
  line-height: 70px;
  background: #f1f2f4;
  margin: 0 auto;
}

/*.innerrtitle p{width:400px;float:right;font-size:19px;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; text-align:right; padding-right: 10px;}
.innerrtitle p b{ color:#da0707; font-size:26px; font-style: italic;}*/
.navpost {
  display: block;
  font-size: 15px;
}

.navpost h2 {
  float: left;
  color: #0068B6;
  background: #fff;
  padding: 0 40px;
  font-size: 30px;
}

.navpost strong {
  float: right;
  font-weight: normal;
}

.navpost a {
  font-size: 15px;
  padding: 0px 3px;
}

.navpost .inposition img {
  padding-right: 1px;
}

.navpost a:hover {
  color: #0068B6;
  text-decoration: none;
}

.navover {
  max-width: 300px;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.ncontainer {
  padding: 0px 0;
}

.wapup {
  display: none;
}

.ncontainer .pro_ll {
  width: 100%;
  padding-bottom: 20px;
}

.titleee {
  text-align: center;
  padding: 10px 0;
}

.titleee b {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}

.titleee b span {
  color: #333
}

.titleee i {
  display: block;
  color: #333;
  font-family: Arial;
  font-size: 14px;
}

.titlee {
  padding-left: 5px;
  margin-bottom: 15px;
}

.titlee b {
  color: #0068B6;
  font-size: 30px;
  font-weight: bold;
}

.titlee b span {
  color: #0068B6
}

.titlee i {
  display: block;
  color: #aaa;
  font-size: 17px;
}

.ncontainer .pro_bodyb {
  min-height: 300px;
  width: 100%;
  float: left;
}

.pro_lll {
  width: 265px;
  float: left;
}

.erji {
  text-align: center;
  width: 100%;
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
  color: #333;
  margin-bottom: 10px;
}

.erji p {
  width: 96%;
  margin-left: 2%;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #f1f1f1;
  display: block;
}

.erji p a {
  color: #333;
  display: block;
  padding-left: 20px;
  line-height: 42px;
}

.erji p a:hover {
  background: #FF840C;
  color: #fff;
}

.ncontainer .pro_r {
  width: 925px;
  margin-bottom: 53px;
}

.ncontainer .pro_r ul li {
  width: 206px;
  float: left;
  margin-left: 25px;
  margin-bottom: 30px
}

.ncontainer .pro_r ul li .img {
  width: 206px;
  height: 155px;
  overflow: hidden;
}

.ncontainer .pro_r ul li .img img {
  width: 206px;
  height: 155px;
  display: block;
  transition: .5s ease-in;
}

.ncontainer .pro_r ul li p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #d0d0d0;
  border-radius: 35px;
  margin-top: 10px;
  color: #333;
  padding: 0 13px
}

.ncontainer .pro_r ul li:hover img {
  transform: scale(1.1, 1.1);
}

.ncontainer .pro_r ul li:hover p {
  background: #0068B6;
  color: #fff;
}

.pro_rr {
  width: 925px;
  float: left;
}

.pro_rr dd {
  width: 31%;
  float: left;
  margin: 10px 1%;
  position: relative;
}

.pro_rr dd .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.pro_rr dd .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: .5s ease-in;
  opacity: 0.95
}

.pro_rr dd:hover .img img {
  transform: scale(1.1, 1.1);
}

/*.pro_rr dd:nth-child(3) {margin-top: 16px}*/
.pro_rr dd p {
  position: absolute;
  width: 100%;
  height: 35px;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 15px
}

.pro_rr dt:hover p, .pro_rr dd:hover p {
  background: rgba(53, 92, 161, 0.9)
}

.ncontainer .pro_re {
  width: 100%;
  margin-top: 10px;
}

.ncontainer .pro_re ul li {
  width: 31%;
  float: left;
  margin: 1%;
}

.ncontainer .pro_re ul li .img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #ccc;
}

.ncontainer .pro_re ul li .img img {
  width: 100%;
  display: block;
  transition: .5s ease-in;
}

.ncontainer .pro_re ul li .zi {
  width: 100%;
  line-height: 26px;
  padding: 10px 0;
}

.ncontainer .pro_re ul li p {
  font-size: 15px;
  color: #333;
  display: block;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ncontainer .pro_re ul li:hover img {
  transform: scale(1.1, 1.1);
}

.ncontainer .pro_re ul li:hover .zi {
  background: #0068B6;
}

.ncontainer .pro_re ul li:hover .zi p {
  color: #fff;
}

.ncontainer .pro_ree {
  width: 100%;
}

.ncontainer .pro_ree ul li {
  width: 23%;
  float: left;
  margin: 1%;
}

.ncontainer .pro_ree ul li .img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px 0 #ccc;
}

.ncontainer .pro_ree ul li .img img {
  width: 100%;
  display: block;
  transition: .5s ease-in;
}

.ncontainer .pro_ree ul li .zi {
  width: 100%;
  height: 45px;
  color: #0068B6;
}

.ncontainer .pro_ree ul li p {
  font-size: 15px;
  line-height: 45px;
  color: #333;
  display: block;
  text-align: center;
}

.ncontainer .pro_ree ul li:hover img {
  transform: scale(1.1, 1.1);
}

.ncontainer .pro_ree ul li:hover .zi {
  background: #0068B6;
}

.ncontainer .pro_ree ul li:hover .zi p {
  color: #fff;
}

/* 内页左边 */
.innerleft {
  width: 100%;
  float: left;
  height: auto;
  margin: 5px 0px 10px 0px;
}

.innerltitle {
  background-color: #0068B6;
  width: 100%;
  height: auto;
}

.main-title {
  padding-left: 15px;
}

.main-title b {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 45px !important;
  padding: 0px !important;
}

.innerltitle p {
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 40px !important;
  padding: 0px !important;
}

.innerltitle span {
  font-size: 25px;
  color: #fff;
  text-align: center;
  display: block;
}

.iltcontf {
  width: 100%;
}

.iltconts {
  width: 100%;
  margin-top: 20px;
}

.slide-nav ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.slide-nav ul li {
  margin: 5px 15px;
  width: 30%;
  float: left;
  overflow: hidden;
}

.slide-nav ul li a {
  text-decoration: none;
  line-height: 58px;
  font-size: 16px;
  margin-top: 0;
  display: block;
  background: #0068B6;
  color: #fff;
  transition: all 0.3s;
  text-align: center;
}

.slide-nav ul li a:hover {
  color: #D10505;
}

/*招聘*/
.subNavBox {}

.subNav {
  cursor: pointer;
  background: url(../images/jiantou1.png) no-repeat;
  background-position: 95% 50%
}

.subNav a {
  width: 100%;
  transition: all 0.2s;
  line-height: 37px;
  font-size: 17px;
  padding: 15px 0px 15px 15px;
}

.subNav a:hover {
  color: #0068B6;
}

.currentDd {}

.currentDt {
  background-image: url(../images/jiantou2.png);
}

.navContent {
  display: none;
}

.product_navv {
  color: #333;
  text-align: center;
}

.product_navv b {
  display: block;
  font-size: 30px;
  margin-bottom: 42px;
}

.product_navv span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
}

.product_navv a {
  position: relative;
  z-index: 4;
  text-decoration: none;
  transition: all 0.2s;
  color: #fff;
  background: #0068B6;
  padding: 10px 4%;
  line-height: 42px;
  margin-bottom: 10px;
  font-size: 17px;
  margin: 0 10px;
  border-radius: 5px;
}

.product_navv .p1 a:hover {
  background: #0068B6;
}

.product_navv .p1 .aa {
  background: #0068B6;
}

.product_navvv {
  color: #333;
  background-color: #f5f5f5;
}

.product_navvv b {
  display: block;
  font-size: 30px;
  margin-bottom: 42px;
}

.product_navvv span {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #999;
}

.product_navvv a {
  position: relative;
  z-index: 4;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
  line-height: 35px;
  font-size: 16px;
  padding: 7px 10px 7px 20px;
}

.product_navvv i {
  padding: 0 10px;
  color: #0068B6;
}

.product_navvv a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #0068B6;
  bottom: 0;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
  z-index: -1;
}

.product_navvv .p1 ul li:hover a:after {
  width: 100%;
}

.product_navvv .p1 ul li:hover a {
  color: #fff;
}

.product_navvv .p1 ul li:hover i {
  color: #fff;
}

.product_navvv .aa a:after {
  width: 100%;
  height: 100%;
  background: #0068B6;
  bottom: 0;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
  z-index: -1;
}

.product_navvv .aa a {
  color: #fff;
}

.product_navvv .aa a i {
  color: #fff;
}

.product_navvv dl {
  padding-left: 8px;
}

.product_navvv dl dt:hover a:after {
  width: 100%;
}

.product_navvv dl dt:hover a {
  color: #fff;
}

.product_navvv dl dt:hover i {
  color: #fff;
}

/*栏目*/
.inermlist {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 0px;
}

.inermlist li {
  width: 100%;
  height: auto;
  margin: 7px auto;
  position: relative;
}

.inermlist li a {
  width: 235px;
  height: 40px;
  line-height: 40px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
  font-size: 15px;
  float: left;
  text-indent: 20px;
  text-align: left;
}

.inermlist li a:hover {
  text-indent: 21px;
  color: #0068B6;
  font-weight: bold;
  text-decoration: none;
}

.inermlist li ul {
  padding: 0px;
  display: none;
}

.inermlist li ul li {
  width: 100%;
  margin: 0px;
  height: 35px;
}

.inermlist li ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: none;
  color: #777;
  font-size: 15px;
  display: block;
  text-indent: 15px;
  text-align: left;
}

.inermlist li ul li a:hover {
  color: #ca352b;
  background: none;
  text-indent: 16px;
}

.inermlist .addsubicon {
  width: 30px;
  height: 40px;
  line-height: 35px;
  color: #555;
  font-size: 25px;
  float: right;
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: bold;
}

/*热门新闻*/
.innernlist {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0px;
}

.innernlist li {
  width: 100%;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  border-bottom: 1px dashed #dedede;
}

.innernlist li a {
  display: block;
  color: #3d3d3d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.innernlist li a:hover {
  color: #0068B6;
  text-indent: 1px;
}

.innernlist li span {
  float: right;
}

/* 内页右边 */
.innerrightt {
  width: 900px;
  float: right;
  height: auto;
  margin: 0px 0px 30px 0px;
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 200%;
}

.innerright {
  width: 100%;
  float: right;
  height: auto;
  margin: 0px 0px 30px 0px;
  padding-bottom: 20px;
  background-color: #fff;
  line-height: 200%;
}

.inrrctainer {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 200%;
  color: #666;
  float: right;
}

.inrrctainer table {
  margin: 0 auto;
  text-align: center;
}

.inrrctainer img {
  max-width: 100% !important;
  height: auto !important;
}

/* 内页简介 */
.inrrctainer .company {
  width: 900px;
  padding-top: 50px;
}

.inrrctainer .company_le {
  padding-right: 30px;
  float: left;
  overflow: hidden;
}

.inrrctainer .company_le img {
  width: 400px;
}

.inrrctainer .list {
  float: left;
  display: inline-block;
  width: 225px;
}

.inrrctainer .com_list {
  padding-bottom: 30px;
  ;
}

.inrrctainer .list b {
  font-size: 54px;
  color: #000;
  display: block;
  padding-right: 15px;
  float: left;
  padding-bottom: 15px;
}

.inrrctainer .list div {
  display: block;
  float: left;
  align-items: center;
}

/* 内页联系我们 */
.inrrctainer .lianwm {
  padding-bottom: 30px;
  width: 880px;
  height: 440px;
}

.inrrctainer .contact {
  display: inline-block;
  float: left;
  width: 33%;
  height: 420px;
  background-color: #F0F0F0;
  text-align: center;
}

.inrrctainer .contact:hover {
  border-bottom: 2px solid #0068B6;
}

.inrrctainer .phone {
  display: inline-block;
  float: left;
  width: 33%;
  height: 420px;
  background-color: #F0F0F0;
  text-align: center;
}

.inrrctainer .phone:hover {
  border-bottom: 2px solid #0068B6;
}

.inrrctainer .fax {
  display: inline-block;
  float: left;
  width: 33%;
  height: 420px;
  background-color: #F0F0F0;
  text-align: center;
}

.inrrctainer .fax:hover {
  border-bottom: 2px solid #0068B6;
}

.inrrctainer .biankuang {
  padding: 0 18px;
  height: 100%;
  border: 10px solid #fff;
}

.inrrctainer .icon {
  padding: 30px 0 0 0;
  line-height: 4;
}

.inrrctainer .icon_z:hover {
  color: #0068B6;
}

/*内页新闻*/
.innewslist {
  width: 100%;
  height: auto;
}

.innewslist li {
  height: auto;
  width: 47%;
  float: left;
  margin: 10px 1.5%;
  border-bottom: 1px solid #f1f2f4;
  border-radius: 4px;
}

.innewslist li a {
  display: block;
  padding: 10px;
}

.innewslist li .innewleft {
  width: 110px;
  float: left;
  text-align: center;
  color: #191919;
  padding-top: 15px;
}

.innewslist li .innewleft p {
  font-size: 30px;
  text-align: center;
  color: #0068B6;
}

.innewslist li .innewleft span {
  font-size: 18px;
  line-height: 45px;
  color: #0068B6;
}

.innewslist li .innewrightb {
  width: 100%;
  float: right;
}

.innewslist li .innewright {
  width: calc(100% - 5px);
  float: right;
}

/*.innewslist li .innewright{ width:100%; float: right;}*/
.innewslist .ntitle {
  width: 100%;
  line-height: 45px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.innewslist .date {
  color: #999;
}

.innewslist .nconc {
  width: 100%;
  height: auto;
  line-height: 30px;
  font-size: 14px;
  color: #656565;
  overflow: hidden;
}

.innewslist .more {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #0068B6;
  padding: 0px 15px;
  text-indent: 0px;
  margin: 10px 0px;
  border: 1px solid #0068B6;
  display: inline-block;
  float: right;
}

.innewslist .ptime {
  height: 30px;
  line-height: 30px;
  color: #ccc;
}

.innewslist li:hover {
  box-shadow: 0 0 10px 0 #ccc;
  border-bottom: 1px solid #fff
}

.innewslist li:hover .ntitle {
  color: #0068B6;
}

/*.innewslist li:hover .more{background: #fff; border: 1px solid #fff; color: #0068B6;}
.innewslist li:hover .nconc{width:100%;height:auto;line-height:30px; color: #fff;font-size:14px; overflow: hidden;}
.innewslist li:hover .ntitle{color:#fff;}
.innewslist li:hover .ptime{color:#fff;}
.innewslist li:hover .date{color:#fff;}
.innewslist li:hover .innewleft{color:#fff;}
.innewslist li:hover .innewleft p{color:#fff;}
.innewslist li:hover .innewleft span{color:#fff;}*/
.innewslistpic {
  width: 100%;
  height: auto;
}

.innewslistpic li {
  height: auto;
  width: 100%;
  padding: 25px 0px;
  border-bottom: 1px solid #f5f5f5;
}

.innewslistpic li a {
  display: block;
  padding: 0 18px;
}

.innewslistpic li .innewleft {
  width: 180px;
  float: left;
  text-align: center;
  color: #191919;
}

.innewslistpic li .innewleft img {
  width: 100%;
}

.innewslistpic li .innewleft p {
  font-size: 30px;
  text-align: center;
  color: #0068B6;
}

.innewslistpic li .innewleft span {
  font-size: 18px;
  line-height: 45px;
  color: #0068B6;
}

.innewslistpic li .innewright {
  width: calc(100% - 200px);
  float: right;
}

.innewslistpic .ntitle {
  width: 100%;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.innewslistpic .nconc {
  width: 100%;
  height: auto;
  line-height: 25px;
  font-size: 14px;
  color: #656565;
  overflow: hidden;
}

.innewslistpic .more {
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #0068B6;
  padding: 0px 15px;
  text-indent: 0px;
  margin: 10px 0px;
  border: 1px solid #0068B6;
  display: inline-block;
}

.innewslistpic .ptime {
  height: 30px;
  line-height: 30px;
  color: #ccc;
}

.innewslistpic li:hover .innewleft img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
  overflow: auto;
}

.innewslistpic li:hover .more {
  background: #fff;
  border: 1px solid #fff;
  color: #fff;
}

.innewslistpic li:hover .ptime {
  color: #0068B6;
}

.innewslistpic li:hover .nconc {
  width: 100%;
  height: auto;
  line-height: 25px;
  color: #0068B6;
  font-size: 14px;
  overflow: hidden;
}

.innewslistpic li:hover .ntitle {
  color: #0068B6;
}

.innewslistpic li:hover .innewleft {
  color: #0068B6;
}

/*内页产品*/
.inprolist {
  width: 100%;
  height: auto;
  list-style: none;
  text-align: center;
}

.inprolist li {
  width: 31%;
  float: left;
  height: auto;
  margin: 1%;
}

.inprolist li img {
  width: 100%;
  -moz-transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
  transition: .5s ease-in;
  vertical-align: top;
}

.inprolist li .img {
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 10px #ccc;
}

.inprolist li p {
  padding: 10px 5px;
  line-height: 35px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}

.inprolist li p b {
  float: right;
  font-size: 24px;
}

.inprolist li p span {
  float: left;
}

.inprolist li a {
  color: #333;
  display: block;
}

.inprolist li:hover a {
  text-decoration: none;
}

.inprolist li:hover p {}

.inprolist li:hover .img {
  box-shadow: 0 0 10px #0068B6;
}

.inprolist li:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.4;
  filter: alpha(opacity=40);
}

@media (max-width: 1280px) {

  .inprolist li {
    width: 48%;
    float: left;
    height: auto;
  }
}

.incaseslistx {
  width: 100%;
  height: auto;
  list-style: none;
  text-align: center;
}

.incaseslistx li {
  width: 425px;
  float: left;
  height: auto;
  margin: 0px 8px 20px 8px;
}

.incaseslistx li img {
  width: 100%;
  height: 318px;
  -moz-transition: .5s ease-in;
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  -ms-transition: .5s ease-in;
  transition: .5s ease-in;
  vertical-align: top;
}

.incaseslistx li .img {
  width: 425px;
  height: 318px;
  overflow: hidden;
  border: 1px solid #dedede;
  padding: 1px;
}

.incaseslistx li p {
  padding: 0px 5px;
  line-height: 35px;
  height: 35px;
  background: #dedede;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.incaseslistx li a {
  color: #333;
  display: block;
}

.incaseslistx li:hover a {
  color: #fff !important;
  text-decoration: none;
}

.incaseslistx li:hover p {
  background: #ca352b;
}

.incaseslistx li:hover .img {
  border: 1px solid #ca352b;
}

.incaseslistx li:hover img {
  transform: scale(1.1, 1.1);
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/*视频*/
.invideolist {
  width: 100%;
  height: auto;
}

.invideolist li {
  width: 430px;
  height: auto;
  float: left;
  margin: 10px 7px;
}

.invideolist li p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.videoiframe {
  width: 100%;
  height: 300px;
}

/*分页*/
.ipage {
  height: auto;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}

.totalfont {
  font-size: 14px;
  color: #666;
  display: none;
}

.ipage a {
  height: 35px;
  line-height: 35px;
  color: #888;
  font-size: 15px;
  padding: 0px 5px;
  display: inline-block;
  margin: 0px 5px;
  vertical-align: top;
}

.ipage a:hover {
  color: #D10505;
  border-bottom: 2px solid #D10505;
  text-decoration: none;
  font-weight: bold;
}

.ipage .current {
  color: #D10505;
  border-bottom: 2px solid #D10505;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0px 5px;
  margin: 0px 5px;
  font-size: 15px;
  font-weight: bold;
}

.nytitle {
  width: 100%;
  text-align: center;
}

.nytitle b {
  color: #1d1d1d;
  font-size: 35px;
  font-weight: bold;
}

.nytitle b span {}

.nytitle i {
  display: block;
  color: #b2b2b2;
  font-family: Arial;
  font-size: 18px;
}

/*详情页*/
.article_title {
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  color: #444;
  padding: 15px 0px;
}

.newsin-c {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 15px 0px;
  color: #666;
}

.newsin-c .date {
  width: 190px;
  float: left;
  text-indent: 0px;
  font-size: 14px;
}

.newsin-c .date i {
  width: 28px;
  height: 30px;
  display: inline-block;
  background: url(../images/time.png) no-repeat left center;
  background-size: 22px 22px;
  float: left;
}

.newsin-c .click {
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: right;
  float: right;
}

.newsin-c .click i {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/eye.png) no-repeat left center;
  background-size: 25px 25px;
  float: left;
}

/*上页下页*/
.detpnt {
  height: auto;
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
  float: left;
}

.detpnt .detpntline {
  width: 35%;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  color: #0068B6;
}

.detpnt .detpntline a {
  color: #0068B6;
}

.detpnt .detpntline a:hover {
  color: #0068B6;
}

.detpntl {
  float: left;
}

.detpntline i {
  padding-right: 10px;
}

.detpntr {
  text-align: right;
  float: right;
}

.detpntr i {
  padding-left: 10px;
}

/*上页下页
.detpnt{ width:100%; float:left;overflow: hidden;margin:20px 0;}
.detpnt .detpntline{width:47%;height:25px;line-height:25px;font-size: 16px;font-weight: bold;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;background-size:17px 17px;background-repeat:no-repeat;}
.detpnt .detpntline a{color:#666;}
.detpnt .detpntline a:hover{ color: #333; }
.detpntl{background-image: url(../images/pnl.png);background-position:left center;text-align:left;padding-left: 25px;float: left;}
.detpntr{background-image: url(../images/pnr.png);background-position:right center;text-align:right; padding-right:25px;float:right;}*/
/*其它阅读*/
.innerabouttitle {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #dedede;
}

.innerabouttitle p {
  color: #0068B6;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}

.fotdetbox {
  padding: 15px 0;
}

.morearticle {
  padding: 10px 0;
}

.morearticle li {
  width: 29%;
  height: 35px;
  line-height: 35px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px dotted #ccc;
  margin: 0px 2%;
}

.morearticle li a {
  color: #333;
  padding-left: 10px;
}

.morearticle li a:hover {
  color: #0068B6;
  padding-left: 11px;
}

.moreproducts {
  border: 1px solid #fff;
  padding: 10px 0px;
}

.moreproducts li {
  width: 14.6%;
  height: auto;
  float: left;
  margin: 0px 1%;
  text-align: center;
}

.moreproducts li a {
  color: #333;
}

.moreproducts li p {
  text-align: center;
  line-height: 30px;
}

.moreproducts li a:hover {
  color: #0068B6;
}

.moreproducts li img {
  width: 100%;
  height: auto;
}

.moreproducts li a:hover img {}

.moreproductsov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1280px) {
  .innerabouttitle {
    display: none;
  }

  .moreproducts {
    display: none;
  }

  .morearticle {
    display: none;
  }
}

/*留言*/
.inmessagebox {
  width: 600px;
  height: auto;
  padding: 0px 0px 50px 0px;
  margin: 0 auto;
}

.inmessright {
  width: 550px;
  height: auto;
  float: right;
  padding: 30px 0px 50px 0px;
}

.inmessright img {
  width: 550px;
}

.inmessline {
  width: 100%;
  height: auto;
  margin-bottom: 15px
}

.zxlyinp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #999;
  background: #f8f8f8;
  border: 0px;
  vertical-align: top;
  text-indent: 10px;
  font-size: 14px;
  outline: none;
}

.inmesteat {
  height: 120px;
  resize: none;
  outline: none;
}

.zxlyyzm {
  width: 140px;
  outline: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  background: #f8f8f8;
  border: 0px;
  vertical-align: top;
  text-indent: 10px;
  border-radius: 2px;
}

.zxlysub {
  background: #0068B6;
  width: 48%;
  outline: none;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  border: 0px;
  font-size: 16px;
  float: left;
  cursor: pointer;
}

.zxlysub:hover {
  background: #0068B6;
}

.resetc {
  background: #999;
  float: right;
}

.resetc:hover {
  background: #666;
}

.indexcode {
  vertical-align: top;
  height: 40px;
}

/*图片集*/
#bodycontent .hov {
  display: block;
}

#bodycontent p {
  display: none;
}

.imgnav {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 930px;
  margin-top: 25px;
}

#tabsmalimg {
  z-index: 10;
  position: relative;
  text-align: center;
  margin-top: 11px;
  width: 720px;
  height: 540px;
  float: left;
  box-shadow: 0 0 10px 0 #ccc;
  display: table-cell;
  vertical-align: middle;
}

#tabsmalimg li {
  max-width: 100%;
  display: none;
  vertical-align: middle;
  position: relative;
}

#tabsmalimg li img {
  width: 100%;
  vertical-align: middle;
}

#tabsmalimg li p {
  width: 100%;
  padding: 10px 0;
  font-size: 18px;

}

#pofront, #ponext {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: auto;
  top: 50%;
  margin-top: -30px;
}

#pofront {
  left: 10px
}

#ponext {
  right: 10px
}

#pofront a, #ponext a {
  display: block;
  height: 60px;
}

#pofront a {
  background: url(../images/index_tab_l.png) no-repeat;
}

#ponext a {
  background: url(../images/index_tab_r.png) no-repeat;
}

#cbtn {
  background: #EAEBF0;
  position: relative;
  height: 580px;
  padding: 0 20px;
  float: right;
  margin-top: 10px;
}

#cbtn ul {
  position: relative;
  height: 10000px;
}

#cbtn ul li {
  width: 116px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 14px;
  position: relative;
}

#cbtn ul li img {
  width: 116px;
  line-height: 86px;
  display: block;
}

#cbtn ul li tt {
  background: #000;
  color: #FFF;
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 20;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
}

#cbtn li.hov {
  border: 1px solid #ccc;
  /*background:url(../images/ico/imgHoverBg.gif) no-repeat;*/
}

.ctrl div {
  clear: both;
}

#cSlideUl {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  top: 28px;
  margin: 0 auto;
}

.picSildeLeft {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 70px;
  z-index: 9;
}

.picSildeRight {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 70px;
  z-index: 9;
}

/*大屏PC*/
@media (min-width: 1000px) {
  .ncontainer {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
  }
}

.in_news {
  display: block;
  margin-top: 10px;
}

.in_news a {
  display: block;
  width: calc(33.33% - 1px);
  box-sizing: border-box;
  border: 1px #f1f1f1 solid;
  background: rgba(255, 255, 255, .4);
  float: left;
  padding: 18px;
  margin-left: -1px;
  margin-bottom: 20px;
  transition: .3s;
}

.in_news .img, .in_news .img img {
  width: 100%;
  overflow: hidden;
  transition: 1s;
}

.in_news .cont {
  padding: 20px 0px;
  min-height: 118px;
}

.in_news p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.in_news b {
  font-size: 16px;
  line-height: 32px;
  display: block;
  min-height: 64px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.in_news span {
  display: block;
  font-size: 16px;
  color: #999;
}

.in_news a:hover {
  background: #0068B6;
  background-size: 100%;
}

.in_news a:hover img {
  transform: scale(1.1);
}

.in_news a:hover b {
  color: #ffffff;
}

.in_news a:hover {
  box-shadow: 0px 2px 10px #ddd;
}

.in_news a:hover p {
  color: #ffffff;
}

.in_news_more {
  margin-top: 20px;
  display: block;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

/*产品与服务*/
.pord_list {
  float: left;
  width: 100%;
  padding: 1.56% 0 0 0;
}

.pord_list li {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-radius: 10px;
}

.pord_list li.double {}

.pord_list li a {
  float: left;
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(47, 54, 69, 0.2);
}

.pord_list li .pic1 {
  float: left;
  width: 43%;
  overflow: hidden;
  line-height: 0;
}

.pord_list li.double .pic1 {
  float: right;
}

.pord_list li .pic1 img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: -webkit-transform 2s;
  -ms-interpolation-mode: bicubic;
  border-radius: 10px;
}

.pord_list li .pic1:hover img {
  transform: scale(1.09, 1.09);
  -ms-transform: scale(1.09, 1.09);
  -webkit-transform: scale(1.09, 1.09);
  -o-transform: scale(1.09, 1.09);
  -moz-transform: scale(1.09, 1.09);
}

.pord_list li .tx1 {
  float: left;
  width: 52%;
  padding: 0 2% 0 2%;
  position: relative;
}

.pord_list li.double .tx1 {
  padding: 0 1.5% 0 1.5%;
  text-align: right;
}

.pord_list li .tx1 .l1 {
  float: left;
  width: 100%;
  margin: 12.76% 0 3.69% 0;
  position: relative;
}

.pord_list li .tx1 .l1::after {}

.pord_list li.double .tx1 .l1::after {
  left: auto;
  right: -77px;
}

.pord_list li .tx1 h2 {
  float: left;
  width: 100%;
  color: #333333;
  font-size: 28px;
  line-height: 1.1;
}

.pord_list li:hover .tx1 h2 {
  color: #0068B6;
}

.pord_list li .tx1 p {
  float: left;
  width: 100%;
  color: #666666;
  font-size: 15px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.pord_list li .tx1 span {
  float: left;
  margin-top: 4.46%;
  border: #0068B6 solid 1px;
  padding: 0 17px 0 19px;
  color: #0068B6;
  font-size: 16px;
  line-height: 35px;
  border-radius: 10px;
}

.pord_list li.double .tx1 span {
  float: right;
  border-radius: 10px;
}

.pord_list li .tx1 span:hover {
  background-color: #0068B6;
  color: #fff;
}