body {
  font-family: "微软雅黑";
}


.accordion { width:100%;}
.accordion>li{ width:100%; margin: 6px 0 0 0;}
.accordion>li>a{ transition:all 0.3s; display:block; text-align:center; color:#646464; line-height:40px; background: #ececec; height:40px; padding: 0 3px; overflow:hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; font-size:16px;}
.accordion>li>a:hover{ color:#fff; background: #e60012;}	
.dka{ color:#fff !important; background: #e60012 !important;}	
.accordion>li>ul{display: none;}
.accordion>li>ul>li{ width: 100%;}
.accordion>li>ul>li>a{display: block; text-align:center; height:35px; line-height:35px; overflow:hidden; color:#b0b0b0; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease;}
.accordion>li>ul>li>a:hover{ color:#000;}

.container {
  max-width: 1000px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-wrap {
  background: #0d72b2;
}
.header-wrap .header .logo {
  line-height: 65px;
}
.header-wrap .header .phone {
  margin-top: 30px;
}
.header-wrap .header .phone i {
  float: left;
  margin-right: 5px;
}
.header-wrap .header .phone p {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 1.4rem;
}
.header-wrap .header .phone p span {
  margin-left: 10px;
  font-size: 3rem;
  color: #f5f5f5;
  font-family: "Arial";
  font-weight: bold;
}
.header-wrap .header .menu {
  float: right;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 60px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(13, 114, 178, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.header-wrap .navbox .nav-ul {
  height: 40px;
}
.header-wrap .navbox .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 12%;
}
.header-wrap .navbox .nav-ul .navlist a.listh1 {
  text-decoration: none;
  display: block;
  color: #fff;
  height: 40px;
  text-align: center;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.header-wrap .navbox .nav-ul .navlist a.listh1:hover span,
.header-wrap .navbox .nav-ul .navlist a.listh1.on span {
  opacity: 1;
}
.header-wrap .navbox .nav-ul .navlist a.listh1 span {
  background: #3895d8;
  display: block;
  width: 70px;
  height: 2px;
  margin: 5px auto 0;
  opacity: 0;
}
.header-wrap .navbox .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 10;
  background: rgba(20, 101, 154, 0.8) !important;
  background: #14659a;
  filter: alpha(opacity=80);
  width: 140px;
}
.header-wrap .navbox .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.header-wrap .navbox .nav-ul .navlist .list2-ul .list .listh2 {
  text-align: left;
  padding-left: 10px;
  line-height: 35px;
  border-bottom: 1px solid #377ca9;
  color: #fff;
  display: block;
  text-decoration: none;
}
.header-wrap .navbox .nav-ul .navlist .list2-ul .list .listh2:hover,
.header-wrap .navbox .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #14659a;
}
.header-wrap .navbox .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.header-wrap .navbox .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  display: block;
  line-height: 35px;
  color: #fff;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  left: 47%;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ddb937;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #ddb937;
}
.banner-wrap .banner .focusBox {
  position: relative;
  width: 100%;
  height: 570px;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li {
  position: relative;
  overflow: hidden;
}
.banner-wrap .banner .focusBox .pic li a span {
  display: block;
}
.banner-wrap .banner .focusBox .hd {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 30px;
  right: 50%;
  z-index: 3;
  text-align: center;
}
.banner-wrap .banner .focusBox .hd li {
  display: inline-block;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  overflow: hidden;
  background: #000;
  margin-left: 4px;
  border-radius: 20px;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
}
.banner-wrap .banner .focusBox .hd .on {
  background: #ddb937;
}
.banner-wrap .banner .focusBox .prev {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 60%;
  margin-top: -25px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/prev.png) no-repeat;
  left: 0;
}
.banner-wrap .banner .focusBox .prev:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .focusBox .next {
  width: 50px!important;
  height: 50px!important;
  position: absolute;
  top: 60%;
  margin-top: -25px;
  z-index: 3;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  opacity: .2;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  background: url(../images/next.png) no-repeat;
  right: 0;
}
.banner-wrap .banner .focusBox .next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  opacity: .6;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .product-wrap {
  background: #f5f5f5;
  padding: 30px 0;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
}
.content-wrap .product-wrap .title-line h3 {
  margin: 0;
  font-size: 2.3rem;
  color: #317cb3;
  font-weight: bold;
}
.content-wrap .product-wrap .title-line h3 span {
  margin-top: 5px;
  font-size: 2rem;
  color: #317cb3;
  font-family: "Aparajita";
  display: block;
  font-weight: normal;
}
.content-wrap .product-wrap .title-line .linebox {
  margin-top: 5px;
  background: #317cb3;
  width: 100%;
  height: 1px;
}
.content-wrap .product-wrap .title-line .linebox .line {
  height: 3px;
  width: 100px;
  background: #317cb3;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .product-wrap .product-con {
  margin-top: 30px;
}
.content-wrap .product-wrap .product-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .product-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .plist a:hover .picbox {
  border-color: #c8c8c8;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.content-wrap .product-wrap .product-con .plist a .picbox {
  border-radius: 500px;
  overflow: hidden;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .plist a .tit {
  text-align: center;
  margin-top: 10px;
  color: #282828;
  font-size: 1.6rem;
}
.content-wrap .product-wrap .product-con .picMarquee-left {
  width: 100%;
  position: relative;
}
.content-wrap .product-wrap .product-con .picMarquee-left .bd {
  margin: 0 10px;
  overflow: hidden;
}
.content-wrap .product-wrap .product-con .picMarquee-left .bd ul {
  width: 100%;
  zoom: 1;
}
.content-wrap .product-wrap .product-con .picMarquee-left .bd ul li {
  margin: 0 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 200px;
}
.content-wrap .product-wrap .product-con .picMarquee-left .bd ul li a {
  display: block;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .picMarquee-left .bd ul li a:hover .picbox {
  border-color: #c8c8c8;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.content-wrap .product-wrap .product-con .picMarquee-left .bd ul li a .picbox {
  border-radius: 500px;
  overflow: hidden;
  border: 2px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .picMarquee-left .bd ul li a .tit {
  text-align: center;
  margin-top: 10px;
  color: #282828;
  font-size: 1.6rem;
  line-height: 18px;
  overflow: hidden;
}

.content-wrap .about-wrap {
  padding: 30px 0;
}
.content-wrap .about-wrap .title-line {
  text-align: center;
}
.content-wrap .about-wrap .title-line h3 {
  margin: 0;
  font-size: 2.3rem;
  color: #317cb3;
  font-weight: bold;
}
.content-wrap .about-wrap .title-line h3 span {
  margin-top: 5px;
  font-size: 2rem;
  color: #317cb3;
  font-family: "Aparajita";
  display: block;
  font-weight: normal;
}
.content-wrap .about-wrap .title-line .linebox {
  margin-top: 5px;
  background: #317cb3;
  width: 100%;
  height: 1px;
}
.content-wrap .about-wrap .title-line .linebox .line {
  height: 3px;
  width: 100px;
  background: #317cb3;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .about-wrap .about-con {
  margin-top: 30px;
}
.content-wrap .about-wrap .about-con a {
  text-decoration: none;
  display: block;
}
.content-wrap .about-wrap .about-con a:hover .con .morebtn {
  background: #3b97da;
  color: #fff;
}
.content-wrap .about-wrap .about-con a .con p {
  text-indent: 2em;
  color: #505050;
  font-size: 1.4rem;
  line-height: 22px;
  margin-bottom: 0;
}


.content-wrap .about-wrap .about-con a .con .morebtn {
  border: 1px solid #3b97da;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #3b97da;
  margin-top: 20px;
  font-size: 1.6rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .bearing-wrap {
  background: #f5f5f5;
  padding: 30px 0;
}
.content-wrap .bearing-wrap .title-line {
  text-align: center;
}
.content-wrap .bearing-wrap .title-line h3 {
  margin: 0;
  font-size: 2.3rem;
  color: #317cb3;
  font-weight: bold;
}
.content-wrap .bearing-wrap .title-line h3 span {
  margin-top: 5px;
  font-size: 2rem;
  color: #317cb3;
  font-family: "Aparajita";
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .bearing-wrap .title-line .linebox {
  margin-top: 5px;
  background: #317cb3;
  width: 100%;
  height: 1px;
}
.content-wrap .bearing-wrap .title-line .linebox .line {
  height: 3px;
  width: 100px;
  background: #317cb3;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .bearing-wrap .bearing-con {
  margin-top: 30px;
}
.content-wrap .bearing-wrap .bearing-con .blist {
  padding: 0 10px 20px;
}
.content-wrap .bearing-wrap .bearing-con .blist a {
  display: block;
  text-decoration: none;
}
.content-wrap .bearing-wrap .bearing-con .blist a:hover .picbox {
  opacity: .6;
}
.content-wrap .bearing-wrap .bearing-con .blist a .picbox {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .bearing-wrap .bearing-con .blist a .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #353535;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  text-align: center;
}



.content-wrap .bearing-wrap .bearing-con .picMarquee-left {
  width: 100%;
  position: relative;
}
.content-wrap .bearing-wrap .bearing-con .picMarquee-left .bd {
  margin: 0 10px;
  overflow: hidden;
}
.content-wrap .bearing-wrap .bearing-con .picMarquee-left .bd ul {
  width: 100%;
  zoom: 1;
}
.content-wrap .bearing-wrap .bearing-con .picMarquee-left .bd ul li {
  margin: 0 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 200px;
}
.content-wrap .bearing-wrap .bearing-con .picMarquee-left .bd ul li a {
  display: block;
  text-decoration: none;
}
.content-wrap .bearing-wrap .bearing-con .picMarquee-left .bd ul li a:hover .picbox {
  opacity: .6;
}
.content-wrap .bearing-wrap .bearing-con .picMarquee-left .bd ul li a .picbox {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .bearing-wrap .bearing-con .picMarquee-left .bd ul li a .tit {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #353535;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  text-align: center;
}
.content-wrap .news-wrap {
  padding: 30px 0;
}
.content-wrap .news-wrap .title-line {
  text-align: center;
}
.content-wrap .news-wrap .title-line h3 {
  margin: 0;
  font-size: 2.3rem;
  color: #317cb3;
  font-weight: bold;
}
.content-wrap .news-wrap .title-line h3 span {
  margin-top: 5px;
  font-size: 2rem;
  color: #317cb3;
  font-family: "Aparajita";
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .news-wrap .title-line .linebox {
  margin-top: 5px;
  background: #317cb3;
  width: 100%;
  height: 1px;
}
.content-wrap .news-wrap .title-line .linebox .line {
  height: 3px;
  width: 100px;
  background: #317cb3;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .news-wrap .news-con {
  margin-top: 30px;
}
.content-wrap .news-wrap .news-con .nlist {
  padding: 0 10px 20px;
}
.content-wrap .news-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
}
.content-wrap .news-wrap .news-con .nlist a:hover .picbox {
  opacity: .6;
}
.content-wrap .news-wrap .news-con .nlist a .picbox {
  width: 30%;
  border: 1px solid #ccc;
  padding: 3px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .news-wrap .news-con .nlist a .con {
  width: 68%;
}
.content-wrap .news-wrap .news-con .nlist a .con h5 {
  margin: 5px 0 0;
  font-size: 1.4rem;
  color: #353535;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .con p {
  font-size: 1.2rem;
  color: #505050;
  text-indent: 2em;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nlist a .con p span {
  color: #3b97da;
  font-size: 1.2rem;
  font-family: "Arial";
}
.content-wrap .news-wrap .news-con .nlist a .con .time {
  font-size: 1.2rem;
  color: #9b9c9c;
}
.content-wrap .ad-wrap {
  background: url(../images/ad.jpg) no-repeat center center;
  background-size: cover;
  height: 140px;
  margin-bottom:20px;
}
.content-wrap .download-talent-wrap {
  padding: 30px 0;
}
.content-wrap .download-talent-wrap .download-wrap .title-more {
  border-bottom: 1px solid #317cb3;
}
.content-wrap .download-talent-wrap .download-wrap .title-more .title {
  display: inline-block;
  float: left;
  border-bottom: 3px solid #317cb3;
  padding-bottom: 5px;
  position: relative;
  bottom: -2px;
}
.content-wrap .download-talent-wrap .download-wrap .title-more .morebtn {
  float: right;
  display: inline-block;
  margin-top: 20px;
  color: #5c5c5c;
  font-size: 1.2rem;
  text-decoration: none;
}
.content-wrap .download-talent-wrap .download-wrap .title-more .morebtn:hover {
  color: #317cb3;
}
.content-wrap .download-talent-wrap .download-wrap .download-con {
  margin-top: 10px;
}
.content-wrap .download-talent-wrap .download-wrap .download-con .picbox {
  margin-bottom: 10px;
}
.content-wrap .download-talent-wrap .download-wrap .download-con .con .clist {
  border-bottom: 1px dashed #d5d5d5;
}
.content-wrap .download-talent-wrap .download-wrap .download-con .con .clist a {
  text-decoration: none;
  color: #303030;
  line-height: 30px;
  display: block;
}
.content-wrap .download-talent-wrap .download-wrap .download-con .con .clist a:hover {
  color: #014286;
}
.content-wrap .download-talent-wrap .download-wrap .download-con .con .clist a i {
  float: left;
  font-style: normal;
  margin-right: 5px;
}
.content-wrap .download-talent-wrap .download-wrap .download-con .con .clist a span.tit {
  float: left;
  display: inline-block;
  width: 200px;
  height: 25px;
  overflow: hidden;
}
.content-wrap .download-talent-wrap .download-wrap .download-con .con .clist a .time {
  font-size: 1.2rem;
}
.content-wrap .download-talent-wrap .talent-wrap .title-more {
  border-bottom: 1px solid #317cb3;
}
.content-wrap .download-talent-wrap .talent-wrap .title-more .title {
  display: inline-block;
  float: left;
  border-bottom: 3px solid #317cb3;
  padding-bottom: 5px;
  position: relative;
  bottom: -2px;
}
.content-wrap .download-talent-wrap .talent-wrap .title-more .morebtn {
  float: right;
  display: inline-block;
  margin-top: 20px;
  color: #5c5c5c;
  font-size: 1.2rem;
  text-decoration: none;
}
.content-wrap .download-talent-wrap .talent-wrap .title-more .morebtn:hover {
  color: #317cb3;
}
.content-wrap .download-talent-wrap .talent-wrap .talent-con {
  margin-top: 10px;
}
.content-wrap .download-talent-wrap .talent-wrap .talent-con .picbox {
  background: #a4bbd3;
  margin-bottom: 10px;
}
.content-wrap .download-talent-wrap .talent-wrap .talent-con .con {
  /*text-indent: 2em;*/
  color: #303030;
  font-size: 1.4rem;
  line-height: 25px;
}
.content-wrap .download-talent-wrap .talent-wrap .talent-con .con p img {
 width:100%;
 height:auto;
}
.content-wrap .contact-wrap {
  padding: 0px 0;
}
.content-wrap .contact-wrap .title-line {
  text-align: center;
}
.content-wrap .contact-wrap .title-line h3 {
  margin: 0;
  font-size: 2.3rem;
  color: #317cb3;
  font-weight: bold;
}
.content-wrap .contact-wrap .title-line h3 span {
  margin-top: 5px;
  font-size: 2rem;
  color: #317cb3;
  font-family: "Aparajita";
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.content-wrap .contact-wrap .title-line .linebox {
  margin-top: 5px;
  background: #317cb3;
  width: 100%;
  height: 1px;
}
.content-wrap .contact-wrap .title-line .linebox .line {
  height: 3px;
  width: 100px;
  background: #317cb3;
  margin: 0 auto;
  position: relative;
  top: -2px;
}
.content-wrap .contact-wrap .contact-con {
  margin-top: 30px;
}
.content-wrap .contact-wrap .contact-con .ccon .title {
  font-size: 1.6rem;
  color: #353535;
  font-weight: bold;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .con p {
  text-indent: 2em;
  color: #505050;
  font-size: 1.4rem;
  line-height: 25px;
  margin-bottom: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist {
  margin-bottom: 3px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist i {
  margin-right: 10px;
}
.content-wrap .contact-wrap .contact-con .ccon .con .iconbox .ilist span {
  font-size: 1.4rem;
  color: #505050;
}
.content-wrap .contact-wrap .contact-con .messagecon .title {
  font-size: 1.6rem;
  color: #353535;
  font-weight: bold;
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist {
  margin-bottom: 20px;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .textbox1 {
  width: 100%;
  height: 35px;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .submitbtn {
  background: #d93f33;
  height: 40px;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contact-wrap .contact-con .messagecon .mbox .mlist .submitbtn:hover {
  background: #b72d22;
}












 .mlist {
  margin-bottom: 20px;
}
.mlist .textbox1 {
  width: 100%;
  height: 35px;
  padding: 5px;
  font-size: 1.4rem;
  color: #333;
}
.mlist .submitbtn {
  background: #d93f33;
  height: 40px;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.mlist .submitbtn:hover {
  background: #b72d22;
}

.content-wrap .content {
  margin-top: 20px;
}
.content-wrap .content .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .content .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #1e1e1e;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  border-radius: 5px;
  cursor: pointer;
}
.content-wrap .content .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .content .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .content .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .content .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eaeaea;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .content .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .content .w-ltside .show-hide .div2:hover {
  background: #008b52;
}
.content-wrap .content .w-ltside .show-hide .div2:hover a {
  color: #fff;
}
.content-wrap .content .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .content .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #ececec;
  overflow: hidden;
  margin-top: 2px;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .content .w-ltside .show-hide .div3 ul li a:hover {
  color: #379eff;
}
.content-wrap .content .w-posit-backbtn {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 5px;
  color: #8e8e8e;
}
.content-wrap .content .w-posit-backbtn a {
  color: #8e8e8e;
  font-size: 1.2rem;
}
.content-wrap .content .ltside {
  width: 220px;
  margin-bottom: 20px;
}
.content-wrap .content .ltside h4.title {
  background: #1e1e1e;
  background-size: cover;
  color: #fff;
  font-size: 1.8rem;
  height: 55px;
  line-height: 55px;
  margin: 0;
  text-indent: 2em;
}
.content-wrap .content .ltside .link-wrap {
  background: #eaeaea;
  padding: 10px 0;
}
.content-wrap .content .ltside .link-wrap .list {
  background: #eaeaea;
  border-bottom: 1px solid #fff;
  display: block;
  height: 35px;
  text-align: center;
  color: #505050;
  line-height: 35px;
  font-size: 1.4rem;
  text-decoration: none;
}
.content-wrap .content .ltside .link-wrap .list:hover {
  background: #317cb3;
  color: #fff !important;
}
.content-wrap .content .ltside .link-wrap .list2 {
  display: none;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 5.3em;
  color: #666164;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #e9e9e9;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a:hover {
  color: #f08300;
}
.content-wrap .content .ltside .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .content .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .content .ltside .contactbox .con {
  background: #e7e7e7;
  margin-top: 5px;
  padding: 5px;
}
.content-wrap .content .ltside .contactbox .con .pic img {
  width: 100%;
}
.content-wrap .content .ltside .contactbox .con p {
  margin-top: 10px;
  color: #262626;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 28px;
}
.content-wrap .content .main-wrap {
  padding-bottom: 20px;
}
.content-wrap .content .main-wrap .title-posit {
  margin-bottom: 20px;
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .content .main-wrap .title-posit .title {
  font-size: 1.8rem;
  color: #505050;
  margin-top: 15px;
}
.content-wrap .content .main-wrap .title-posit .posit {
  margin-right: 10px;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #505050;
}
.content-wrap .content .main-wrap .title-posit .posit a {
  color: #505050;
}
.content-wrap .content .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .about-con .con .pic {
  margin-top: 20px;
}
.content-wrap .content .main-wrap .about-con .con .pic img {
  max-width: 100%;
}


.content-wrap .content .main-wrap .about-con .con img {
/*width:80%;*/
height:auto;
}

.content-wrap .content .main-wrap .bearing-con .blist {
  padding: 0 10px 20px;
}
.content-wrap .content .main-wrap .bearing-con .blist a {
  display: block;
  text-decoration: none;
  border: 5px solid #f5f5f5;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .bearing-con .blist a:hover {
  border-color: #14659a;
}
.content-wrap .content .main-wrap .bearing-con .blist a:hover .tit {
  background: #14659a;
  color: #fff;
}
.content-wrap .content .main-wrap .bearing-con .blist a .tit {
  background: #f5f5f5;
  line-height: 35px;
  color: #505050;
  font-size: 1.4rem;
  text-align: center;
  height: 35px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.content-wrap .content .main-wrap .news-con .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .content .main-wrap .news-con .nlist a:hover .picbox {
  border-color: #317cb3;
}
.content-wrap .content .main-wrap .news-con .nlist a .picbox {
  width: 28%;
  border: 1px solid #ccc;
  padding: 3px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .content .main-wrap .news-con .nlist a .con {
  width: 70%;
}
.content-wrap .content .main-wrap .news-con .nlist a .con h5 {
  margin: 5px 0;
  font-size: 1.4rem;
  color: #353535;
  font-weight: bold;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-con .nlist a .con p {
  font-size: 1.2rem;
  color: #505050;
  text-indent: 2em;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-con .nlist a .con p span {
  color: #3b97da;
  font-size: 1.2rem;
  font-family: "Arial";
}
.content-wrap .content .main-wrap .news-con .nlist a .con .time {
  font-size: 1.2rem;
  color: #9b9c9c;
}
.content-wrap .content .main-wrap .contact-con .con {
  font-size: 1.4rem;
  color: #505050;
  line-height: 25px;
}
.content-wrap .content .main-wrap .download-con .dlist {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .download-con .dlist .pic {
  text-align: center;
}
.content-wrap .content .main-wrap .download-con .dlist .pic img {
  width:100%;
  height:auto;
}
.content-wrap .content .main-wrap .download-con .dlist .dcon p {
  font-size: 1.4rem;
  color: #505050;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .download-con .dlist .dcon .dbtn {
  background: #317cb3;
  height: 25px;
  width: 80px;
  color: #fff;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
}
.content-wrap .content .main-wrap .download-con .dlist .dcon .dbtn:hover {
  background: #26608b;
}
.content-wrap .content .main-wrap .download-con .dlist .tcon p {
  font-size: 1.4rem;
  color: #505050;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change {
  text-align: center;
  color: #989898;
  font-size: 1.2rem;
  border: 1px solid #ccc;
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 5px 0;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change .time {
  display: inline-block;
  margin-right: 10px;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change .admin {
  display: inline-block;
  margin-right: 10px;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change .change {
  display: inline-block;
}
.content-wrap .content .main-wrap .news-details-con .admin-time-change .change a {
  color: #989898;
}
.content-wrap .content .main-wrap .news-details-con h4 {
  text-align: center;
  font-size: 1.6rem;
  color: #505050;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .pic {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .content .main-wrap .news-details-con .pic img {
  padding: 5px;
  background: #dedede;
  max-width: 100%;
}
.content-wrap .content .main-wrap .news-details-con .con {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #505050;
  /*text-indent: 2em;*/
}
.content-wrap .content .main-wrap .bearing-details-con h4 {
  text-align: center;
  font-size: 1.6rem;
  color: #505050;
}
.content-wrap .content .main-wrap .bearing-details-con .pic {
  margin-top: 20px;
  text-align: center;
}

.content-wrap .content .main-wrap .bearing-details-con .pic {
  margin-top: 20px;
  text-align: center;
}


.content-wrap .content .main-wrap .bearing-details-con .pic img {
  max-width: 100%;
}
.content-wrap .content .main-wrap .bearing-details-con .con {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #505050;
  line-height: 25px;
}


.content-wrap .content .main-wrap .bearing-details-con .con img{
 max-width:100%;
 height:auto;
}


.footer-wrap .footer {
  background: #252734;
  padding: 20px 0;
  text-align: center;
}
.footer-wrap .footer .linkbox {
  color: #8f96a1;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.footer-wrap .footer .linkbox .list {
  display: inline-block;
}
.footer-wrap .footer .linkbox .list a {
  color: #8f96a1;
}
.footer-wrap .footer .linkbox .list span {
  margin: 0 5px;
}
.footer-wrap .footer .copyright {
  color: #8f96a1;
  font-size: 1.2rem;
}
.footer-wrap .footer .copyright a {
  color: #8f96a1;
}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #252734;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #040407;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 992px) {
  .col-md-13 {
    width: 20%;
    float: left;
  }
  .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(13, 114, 178, 0.8) !important;
    background: #0d72b2;
    filter: alpha(opacity=80);
  }
  .header-wrap .header {
    height: 95px;
  }
  .header-wrap .header .logo {
    line-height: 95px;
  }
  .content-wrap .product-wrap .product-con .plist {
    padding: 0 40px;
  }
  .content-wrap .about-wrap .about-con a .con {
    padding-left: 20px;
  }
  .content-wrap .download-talent-wrap .download-wrap {
    padding-right: 20px;
  }
  .content-wrap .download-talent-wrap .talent-wrap {
    padding-left: 20px;
  }
  .content-wrap .contact-wrap .contact-con .ccon {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  
}
@media (max-width: 768px) {
  .container {
    padding-left: .5em;
    padding-right: .5em;
  }
  .header-wrap .header .logo {
    line-height: 60px;
  }
  .header-wrap .header .menu {
    line-height: 60px;
    text-align: right;
    padding-right: 10px;
  }
  .header-wrap .header .menu img {
    width: 80%;
  }
  .content-wrap {
    margin-bottom: 75px;
  }
  .content-wrap .download-talent-wrap .download-wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  
}
@media (max-width: 640px) {
  
}
@media (max-width: 480px) {
  .logo img {
    width: 83%;
  }
  .content-wrap .news-wrap .news-con .nlist a .picbox {
    width: 45%;
  }
  .content-wrap .news-wrap .news-con .nlist a .con {
    width: 53%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .picbox {
    width: 45%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con {
    width: 53%;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con h5 {
    margin: 5px 0 0;
  }
  .content-wrap .content .main-wrap .news-con .nlist a .con p {
    height: 40px;
  }
}
@media (max-width: 435px) {
  
}
@media (max-width: 414px) {
  
}
@media (max-width: 375px) {
  .logo img {
    width: 83%;
  }
  .menu img {
    width: 83%;
  }
}
@media (max-width: 346px) {
  
}
@media (max-width: 320px) {
  
}




div.page {
    margin: 0px 0px;
    padding: 3px;
    text-align: center;
}



div.page a {
    background-position: 50% bottom;
    border-color: #dedfde;
    border-style: solid;
    border-width: 1px;
    color:black;
    margin-right: 3px;
    padding: 2px 6px;
    text-decoration: none;
}


div.page span.disabled {
    color: #adaaad;
    margin-right: 3px;
    padding: 2px 6px;
}

div.page span.current {
    color: #eb5914;
    font-weight: bold;
    margin-right: 3px;
    padding: 2px 6px;
}

/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel1 i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel1 p {
width: 150px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:180px;
    line-height:18px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 170px;
    height:160px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}
.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}


