@charset "UTF-8";
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
}

/***
**** base css ****
***/
.wrap, header, .about .title {
  width: 1320px;
  margin: 0 auto;
}

.clearfix::after {
  zoom: 1;
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
  background: #222;
}

body {
  font-size: 16px;
  font-family: 微软雅黑;
  background-color: #fff;
}

#backtop {
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 50px;
  width: 50px;
  /* height:50px; */
  height: 0;
  background: url(../images/totop.png) center no-repeat;
  -webkit-transition: 1s;
  transition: 1s;
}

#backtop.show {
  height: 50px;
}

#backtop.show:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* ------------------------------------------ */
/***
****  header css ****
***/
header {
  height: 106px;
}

header .left {
  float: left;
  margin-top: 14px;
}

header .left .logo {
  display: inline-block;
  width: 130px;
  height: 80px;
  margin-right: 16px;
}

header .left .logo img {
  width: 100%;
  height: 100%;
}

header .left .webname {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

header .left .webname .cn {
  font-size: 24px;
  color: #1e50ae;
  font-weight: bold;
  line-height: 36px;
}

header .left .webname .en {
  font-size: 14px;
  color: #A9A9A9;
}

header .right {
  float: right;
  margin-top: 30px;
}

header .right a.vedio {
  display: inline-block;
  margin-right: 52px;
  width: 163px;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #076ce0;
  background: -webkit-gradient(linear, left bottom, left top, from(#076ce0), to(#83b5ef));
  background: linear-gradient(bottom, #076ce0, #83b5ef);
  border-radius: 3px;
  -webkit-box-shadow: 0 1.5px 5px -1px #fff inset;
          box-shadow: 0 1.5px 5px -1px #fff inset;
  color: #fff;
  text-align: center;
}

header .right .mobile {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #0550e6;
  margin-right: 26px;
}

header .right .mobile .text {
  font-size: 18px;
  color: #353535;
  font-weight: 400;
}

header .right .text {
  display: inline-block;
  font-size: 18px;
  color: #353535;
}

header .right .search {
  display: inline-block;
}

header .right .search input {
  outline: none;
}

header .right .search input[type="text"] {
  border: 1px solid #ddd;
  border-right: 0;
  width: 139px;
  height: 29px;
  line-height: 29px;
  text-indent: 14px;
  color: #666;
  font-size: 14px;
  margin-right: -6px;
}

header .right .search input[type="submit"] {
  width: 75px;
  height: 31px;
  background: url(../images/search.jpg) center no-repeat;
  background-color: #076ce0;
}

header .right .search input[type="submit"]:hover {
  cursor: pointer;
}

.nav {
  height: 46px;
  background-color: #2B2B2B;
}

.nav .wrap li, .nav header li, .nav .about .title li, .about .nav .title li {
  position: relative;
  display: inline-block;
  width: 98px;
  height: 46px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  margin: 0 2px;
}

.nav .wrap li:hover, .nav header li:hover, .nav .about .title li:hover, .about .nav .title li:hover {
  background-color: #1E50AE;
}

.nav .wrap li:hover a, .nav header li:hover a, .nav .about .title li:hover a, .about .nav .title li:hover a {
  color: #fff;
}

.nav .wrap li:hover > ul, .nav header li:hover > ul, .nav .about .title li:hover > ul, .about .nav .title li:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.nav .wrap li:hover > ul li:hover ul, .nav header li:hover > ul li:hover ul, .nav .about .title li:hover > ul li:hover ul, .about .nav .title li:hover > ul li:hover ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.nav .wrap li:hover > ul a, .nav header li:hover > ul a, .nav .about .title li:hover > ul a, .about .nav .title li:hover > ul a {
  color: #fff;
}

.nav .wrap li:hover > ul span, .nav header li:hover > ul span, .nav .about .title li:hover > ul span, .about .nav .title li:hover > ul span {
  border-bottom: 6px solid #1e50ae;
}

.nav .wrap li a, .nav header li a, .nav .about .title li a, .about .nav .title li a {
  font-size: 16px;
  color: #eaeaea;
}

.nav .wrap li ul, .nav header li ul, .nav .about .title li ul, .about .nav .title li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  width: 202px;
  background-color: #1e50ae;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 9999;
  margin-top: 12px;
}

.nav .wrap li ul li, .nav header li ul li, .nav .about .title li ul li, .about .nav .title li ul li {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 202px;
}

.nav .wrap li ul li:hover, .nav header li ul li:hover, .nav .about .title li ul li:hover, .about .nav .title li ul li:hover {
  background-color: #174499;
}

.nav .wrap li ul li:hover a, .nav header li ul li:hover a, .nav .about .title li ul li:hover a, .about .nav .title li ul li:hover a {
  color: #fff;
}

.nav .wrap li ul li a, .nav header li ul li a, .nav .about .title li ul li a, .about .nav .title li ul li a {
  font-size: 14px;
  color: #fff;
}

.nav .wrap li ul li ul, .nav header li ul li ul, .nav .about .title li ul li ul, .about .nav .title li ul li ul {
  left: 208px;
  top: 0;
  width: 134px;
  margin: 0;
}

.nav .wrap li ul li ul li, .nav header li ul li ul li, .nav .about .title li ul li ul li, .about .nav .title li ul li ul li {
  width: 134px;
}

.nav .wrap li ul li:nth-of-type(3) ul, .nav header li ul li:nth-of-type(3) ul, .nav .about .title li ul li:nth-of-type(3) ul, .about .nav .title li ul li:nth-of-type(3) ul {
  width: 180px;
}

.nav .wrap li ul li:nth-of-type(3) ul li, .nav header li ul li:nth-of-type(3) ul li, .nav .about .title li ul li:nth-of-type(3) ul li, .about .nav .title li ul li:nth-of-type(3) ul li {
  width: 180px;
}

.nav .wrap li ul span, .nav header li ul span, .nav .about .title li ul span, .about .nav .title li ul span {
  width: 0;
  height: 0;
  position: absolute;
  border: 6px solid transparent;
  top: -12px;
  left: 54px;
}

.nav .wrap li:last-child, .nav header li:last-child, .nav .about .title li:last-child, .about .nav .title li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.nav .wrap li.current, .nav header li.current, .nav .about .title li.current, .about .nav .title li.current {
  background-color: #1e50ae;
}

.nav .wrap li.current a, .nav header li.current a, .nav .about .title li.current a, .about .nav .title li.current a {
  color: #fff;
}

/***
****  index css ****
***/
.banner-hidden {
  opacity: 0;
  visibility: hidden;
}

.banner-hidden img {
  width: 100%;
  vertical-align: top;
}

.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .index-banner {
  /* z-index: 9;width: 100%; */
}

.banner .index-banner .swiper-slide {
  /* position:absolute;top:0;  */
  width: 100%;
}

.banner .index-banner .swiper-slide img {
  /* position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); */
  overflow: hidden;
  width: 100%;
}

.banner .index-banner .swiper-button-white {
  width: 71px;
  height: 71px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}

.banner .index-banner .swiper-button-white:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.banner .index-banner .swiper-button-prev {
  left: 60px;
}

.banner .index-banner .swiper-button-next {
  right: 60px;
}

.index-pro {
  width: 1320px;
  margin: 0 auto;
  height: 900px;
}

.index-pro .title {
  margin: 56px auto 40px;
  text-align: center;
}

.index-pro .title .design {
  font-size: 26px;
  color: #1e50ae;
  line-height: 38px;
  font-weight: bold;
}

.index-pro .title .desc {
  font-size: 14px;
  color: #9b9b9b;
}

.index-pro .pro-main {
  /* .preNext{position:relative; width: 1200px;text-align:center;margin-top:30px;color:#666;font-size: 14px;
			.swiper-button-white{width: 50px;top:100%;margin-top:30px;}
			.swiper-button-next{right:500px;}
			.swiper-button-prev{left:500px;}
		}
		.banner-btn {width: 1200px;margin-top:30px;
			.swiper-pagination-bullet{background-color:#fff;color:$fontColor;margin:0 14px;}
		    .swiper-pagination-bullet-active{color:$defaultColor;}
			    } */
}

.index-pro .pro-main li {
  display: inline-block;
  width: 300px;
  height: 338px;
  margin: 5px 10px;
}

.index-pro .pro-main li .img-box {
  display: block;
  width: 300px;
  height: 300px;
  vertical-align: middle;
}

.index-pro .pro-main li .img-box img {
  max-width: 100%;
  vertical-align: middle;
}

.index-pro .pro-main li .pro-text {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}

.index-img {
  height: 204px;
  line-height: 204px;
  background: url(../images/index_img.jpg) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.index-img .text span {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}

.about .title {
  text-align: center;
}

.about .cont .about1 .left {
  float: left;
  position: relative;
  /* background: url(../images/about1.jpg) center no-repeat;background-size: 100% 100%;cursor: pointer; */
}

.about .cont .about1 .left .vjs-tech {
  width: 600px;
  height: 300px;
  background-color: #000;
}

.about .cont .about1 .left .company-logo {
  background: url(../images/company_logo.jpg) center no-repeat;
  margin-top: 28px;
}

.about .cont .about1 .right {
  float: right;
}

.about .cont .about1 .right p {
  margin-bottom: 14px;
}

.index-about {
  height: 560px;
}

.index-about .title {
  margin: 54px auto 30px;
}

.index-about .title .cn {
  font-size: 30px;
  font-weight: bold;
  color: #1e50ae;
}

.index-about .title .en {
  font-size: 18px;
  color: #ccc;
  margin-left: 10px;
}

.index-about .cont .about1 .left .company-logo {
  background-size: 610px 81px;
  width: 610px;
  height: 81px;
}

.index-about .cont .about1 .right {
  width: 648px;
}

.index-about .cont .about1 .right .text {
  font-size: 16px;
  color: #999;
  line-height: 30px;
}

.index-about .cont .about2, .index-about .cont .about3 {
  display: none;
}

.about-bg {
  background: url(../images/about_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.page-about .title {
  margin: 60px auto 72px;
}

.page-about .title .cn {
  font-weight: bold;
  color: #1e50ae;
  font-size: 30px;
}

.page-about .title .en {
  font-size: 24px;
  color: #C6C6C6;
  margin-left: 10px;
}

.page-about .cont .about1 .left .company-logo {
  background-size: 586px 78px;
  width: 586px;
  height: 78px;
}

.page-about .cont .about1 .right {
  width: 700px;
}

.page-about .cont .about1 .right .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.page-about .cont .about2 {
  margin: 38px auto 84px;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}

.page-about .cont .about3 {
  height: 404px;
  background: url(../images/about2.jpg) center no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.page-about .cont .about3 .left {
  width: 608px;
  float: left;
  margin-top: 62px;
}

.page-about .cont .about3 .right {
  width: 662px;
  float: right;
  margin-top: 62px;
}

.index-contact {
  height: 414px;
  background: url("../images/about2.jpg") center no-repeat;
  background-size: 100% 100%;
}

.index-contact .wrap, .index-contact header, .index-contact .about .title, .about .index-contact .title {
  width: 1248px;
  padding: 0 36px;
}

.index-contact .wrap .left, .index-contact header .left, .index-contact .about .title .left, .about .index-contact .title .left {
  float: left;
  margin-top: 94px;
}

.index-contact .wrap .left p, .index-contact header .left p, .index-contact .about .title .left p, .about .index-contact .title .left p {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}

.index-contact .wrap .right, .index-contact header .right, .index-contact .about .title .right, .about .index-contact .title .right {
  float: right;
}

.index-contact .wrap .right .qrCode, .index-contact header .right .qrCode, .index-contact .about .title .right .qrCode, .about .index-contact .title .right .qrCode {
  margin-top: 80px;
  /* li{display:inline-block;@include size(150px,192px);margin:0 22px;
    			.img{@include size(150px,145px);display:inline-block;
    				img{@include size(100%,100%);}
    			}
    			.tit{margin-top: 18px;font-size:16px;color:#fff; text-align:center;}
    		} */
}

.index-contact .wrap .right .link, .index-contact header .right .link, .index-contact .about .title .right .link, .about .index-contact .title .right .link {
  margin-top: 28px;
}

.index-contact .wrap .right .link span, .index-contact header .right .link span, .index-contact .about .title .right .link span, .about .index-contact .title .right .link span, .index-contact .wrap .right .link span a, .index-contact header .right .link span a, .index-contact .about .title .right .link span a, .about .index-contact .title .right .link span a {
  font-size: 16px;
  color: #fff;
}

.index-contact .wrap .right .link a:hover, .index-contact header .right .link a:hover, .index-contact .about .title .right .link a:hover, .about .index-contact .title .right .link a:hover {
  color: #fff;
}

.index-contact .wrap .right .link .ali, .index-contact header .right .link .ali, .index-contact .about .title .right .link .ali, .about .index-contact .title .right .link .ali {
  margin-right: 64px;
}

/***
****  page css ****
***/
.page-bg {
  height: 600px;
}

.news-bg {
  background: url(../images/news_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.page-news {
  margin: 66px auto 10px;
  min-height: 530px;
}

.page-news ul {
  position: relative;
  width: 1000px;
  margin: 5px auto;
}

.page-news ul li {
  width: 1190px;
  height: 97px;
  padding: 3px 0;
  font-size: 14px;
}

.page-news ul li .date {
  display: inline-block;
  vertical-align: top;
  line-height: 28px;
  cursor: pointer;
  color: #666666;
}

.page-news ul li .news-right {
  width: 1080px;
  display: inline-block;
}

.page-news ul li .news-right .newsCircleOuter {
  position: relative;
  display: inline-block;
  margin: 5px 15px 0;
  width: 18px;
  height: 18px;
  background: #f4f4f4;
  border-radius: 50%;
  vertical-align: top;
  z-index: 1;
}

.page-news ul li .news-right .newsCircleOuter .newsCircle {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #bababa;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  z-index: 2;
}

.page-news ul li .news-right .txt {
  display: inline-block;
  width: 1015px;
}

.page-news ul li .news-right .txt a {
  color: #666666;
  vertical-align: bottom;
  display: inline-block;
  height: 23px;
  line-height: 23px;
}

.page-news ul li .news-right .txt a:hover {
  color: #076ce0;
}

.page-news ul li .news-right .txt a h3 {
  font-size: 14px;
}

.page-news ul li .news-right .txt .description {
  color: #808080;
  font-size: 14px;
  padding-top: 4px;
  margin: 4px 0 6px 0;
  line-height: 24px;
  overflow: hidden;
  height: 24px;
}

.page-news ul .newsListTimeLine {
  width: 1px;
  height: 105px;
  position: absolute;
  background: #dadada;
  top: 0;
  left: 105.797px;
}

.page-news ul a.more {
  position: absolute;
  top: 70px;
  left: 140px;
  width: 24px;
  height: 18px;
  padding: 1px 8px;
  border: 1px solid #dadada;
  font-size: 12px;
  color: #717171;
  border-radius: 10px;
}

.page-news ul a.more:hover {
  background-color: #dadada;
  color: #fff;
}

.more-news {
  width: 980px;
  margin: 20px auto;
  padding-left: 220px;
}

.more-news .news-tit {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #EAEAEA;
}

.more-news .news-tit h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #076ce0;
  width: 54px;
  height: 44px;
  border-bottom: 1px solid #076ce0;
}

.more-news ul {
  padding: 10px 5px;
}

.more-news ul li {
  width: 960px;
  height: 40px;
  line-height: 40px;
  padding: 3px 5px;
  border-bottom: 1px dashed #E7E7E7;
}

.more-news ul li a {
  font-size: 14px;
  color: #666666;
}

.more-news ul li a .tit {
  float: left;
}

.more-news ul li a .date {
  float: right;
}

.more-news ul li a:hover {
  color: #076ce0;
}

.paging {
  width: 1110px;
  text-align: center;
  margin: 30px auto;
}

.paging li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 12px;
}

.paging li a {
  display: inline-block;
  color: #666;
  font-size: 14px;
}

.paging li .pageinfo {
  color: #666;
  font-size: 14px;
}

.paging li.thisclass a, .paging li:hover a {
  color: #076ce0;
}

.more-news-paging {
  padding-left: 350px;
}

.pro-bg {
  background: url(../images/pro_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.menu-pro {
  float: left;
  width: 198px;
  margin: 10px 10px 10px 0;
  border: 1px solid #F0F0F0;
}

.menu-pro .menu-tit {
  height: 45px;
  line-height: 45px;
  border: none;
  background-color: #076ce0;
  font-size: 16px;
  color: #fff;
  text-indent: 8px;
}

.menu-pro .menu-wrap {
  padding: 5px 10px;
}

.menu-pro .menu-son {
  border-bottom: 1px dashed #E5E5E5;
}

.menu-pro .menu-son .item {
  display: inline-block;
  width: 178px;
  height: 40px;
  line-height: 40px;
  padding: 3px 0 3px 4px;
}

.menu-pro .menu-son .item a {
  font-size: 14px;
  color: #444;
}

.menu-pro .menu-son .item span {
  display: inline-block;
  border-top: 1px solid #BCBCBC;
  border-right: 1px solid #BCBCBC;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin: 0 0 .3rem 1rem;
  -webkit-transition: all, ease, 0.5s;
  transition: all, ease, 0.5s;
}

.menu-pro .menu-son .item span.tran {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 0;
}

.menu-pro .menu-son .item:hover {
  cursor: pointer;
}

.menu-pro .menu-son .item:hover a {
  color: #076ce0;
}

.menu-pro .menu-son li.current a {
  color: #076ce0;
}

.menu-pro .menu-son ul li {
  width: 168px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px 0 16px;
}

.menu-pro .menu-son ul li a {
  font-size: 14px;
  color: #666666;
}

.menu-pro .menu-son ul li a:hover {
  color: #076ce0;
}

.menu-pro .menu-son:last-child {
  border-bottom: 0;
}

.page-pro {
  margin-top: 20px;
}

.page-pro .pro-wrap {
  float: left;
  width: 1110px;
  margin-top: 10px;
}

.page-pro .pro-wrap .tit {
  height: 46px;
  border-bottom: 1px solid #EAEAEA;
}

.page-pro .pro-wrap .tit span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #076ce0;
  font-size: 16px;
  color: #076ce0;
  padding: 0 11px;
}

.page-pro .pro-wrap .cont ul {
  padding: 5px;
}

.page-pro .pro-wrap .cont ul li {
  display: inline-block;
  width: 250px;
  height: 300px;
  text-align: center;
  margin: 5px 10px;
}

.page-pro .pro-wrap .cont ul li .img {
  width: 230px;
  height: 230px;
  margin: 0 auto;
}

.page-pro .pro-wrap .cont ul li .img img {
  width: 100%;
  height: 100%;
}

.page-pro .pro-wrap .cont ul li .text {
  margin-top: 20px;
}

.page-pro .pro-wrap .cont ul li .text a {
  font-size: 14px;
  color: #666666;
}

.page-pro .pro-wrap .cont ul li .text a:hover {
  color: fontColor;
}

.page-pro .pro-wrap .pro-condition {
  height: 60px;
  line-height: 60px;
}

.page-pro .pro-wrap .pro-condition .left {
  float: left;
  padding-left: 18px;
}

.page-pro .pro-wrap .pro-condition .left .text {
  display: inline-block;
  width: 86px;
  font-size: 14px;
  color: #666666;
}

.page-pro .pro-wrap .pro-condition .left .category {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  color: #666666;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.page-pro .pro-wrap .pro-condition .left .category .icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/search_close.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: 6px;
}

.page-pro .pro-wrap .pro-condition .right {
  float: right;
  padding-right: 6px;
}

.page-pro .pro-wrap .pro-condition .right .search-keyword {
  width: 194px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #D6D6D6;
  border-right: 0;
  outline: none;
}

.page-pro .pro-wrap .pro-condition .right .search-btn {
  width: 38px;
  height: 28px;
  background: url(../images/search.png) center no-repeat;
  background-size: 18px 18px;
  border: 1px solid #D6D6D6;
  border-left: 0;
  margin-left: -6px;
  outline: none;
}

.page-pro .pro-wrap .search-cont ul {
  padding: 20px 5px 0;
}

.page-pro .pro-wrap .search-cont ul li {
  display: inline-block;
  width: 250px;
  height: 243px;
  margin: 5px 10px;
}

.page-pro .pro-wrap .search-cont ul li .img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.page-pro .pro-wrap .search-cont ul li .img img {
  width: 100%;
  height: 100%;
}

.page-pro .pro-wrap .search-cont ul li .text {
  text-align: center;
  margin-top: 15px;
}

.page-pro .pro-wrap .search-cont ul li .text a {
  font-size: 14px;
  color: #666666;
}

.page-pro .pro-wrap .search-cont ul li .text a:hover {
  color: #666666;
}

.paging {
  text-align: center;
}

.history-bg {
  background: url(../images/history_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.page-history {
  width: 1200px;
  height: 1300px;
  margin: 74px auto 0;
}

.page-history ul {
  height: 48px;
  padding-left: 10px;
  border-bottom: 1px solid #076ce0;
}

.page-history ul li {
  display: inline-block;
  padding: 0 23px;
  margin: 0 20px 0 5px;
  height: 45px;
  line-height: 46px;
  background-color: #fff;
  cursor: default;
  -webkit-transition: height ease-in-out .3s;
  transition: height ease-in-out .3s;
}

.page-history ul li span {
  font-size: 16px;
  color: #666666;
}

.page-history ul li:hover {
  border: 1px solid #076ce0;
  border-top: 3px solid #076ce0;
  border-bottom: none;
  height: 46px;
}

.page-history ul li:hover span {
  color: #096CDD;
}

.page-history ul li.current {
  border: 1px solid #076ce0;
  border-top: 3px solid #076ce0;
  border-bottom: none;
  height: 46px;
}

.page-history ul li.current span {
  color: #096CDD;
}

.page-history .container {
  padding: 48px 0 0 76px;
}

.page-history .container .con p {
  width: 602px;
  border: 1px solid #E5E5E5;
  padding: 38px 95px;
  margin-bottom: 48px;
}

.recruit-bg {
  background: url(../images/recruit_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.page-recruit {
  min-height: 680px;
}

.page-recruit ul {
  padding-top: 3rem;
  text-align: center;
}

.page-recruit ul li {
  display: inline-block;
  width: 138px;
  height: 44px;
  line-height: 44px;
  margin: 0 30px 20px 8px;
  text-align: center;
  -webkit-transition: background-color ease .5s;
  transition: background-color ease .5s;
  background-color: #F0F0F0;
}

.page-recruit ul li .department {
  font-size: 16px;
  color: #7b7b7b;
}

.page-recruit ul li:hover {
  background-color: #076ce0;
}

.page-recruit ul li:hover .department {
  color: #fff;
}

.page-recruit ul li.current {
  background-color: #076ce0;
}

.page-recruit ul li.current .department {
  color: #fff;
}

.page-recruit .container {
  padding: 24px 0 0 300px;
}

.tech-bg {
  background: url(../images/tech_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.page-tech {
  /* height:976px; */
}

.page-tech ul {
  padding-top: 30px;
  text-align: center;
}

.page-tech ul li {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 24px;
  margin: 0 12px;
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: background-color ease .5s;
  transition: background-color ease .5s;
}

.page-tech ul li .pro-tech {
  font-size: 16px;
  color: #6e6e6e;
}

.page-tech ul li:hover {
  background-color: #076ce0;
}

.page-tech ul li:hover .pro-tech {
  color: #fff;
}

.page-tech ul li.current {
  background-color: #076ce0;
}

.page-tech ul li.current .pro-tech {
  color: #fff;
}

.page-tech #quality {
  padding: 36px 110px 0;
}

.page-tech #quality li {
  display: inline-block;
  width: 200px;
  height: 343px;
  overflow: hidden;
  margin: 10px;
}

.page-tech #quality li a .img-box img {
  width: 200px;
  height: 300px;
}

.page-tech #quality li a .tit {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin-top: 8px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-tech #quality li a:hover .tit {
  color: #666;
}

.page-tech #quality .paging li {
  width: auto;
  height: auto;
  padding: 0;
}

.contact-bg {
  background: url(../images/contact_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

.page-contact .title {
  text-align: center;
}

.page-contact .title .cn {
  font-size: 30px;
  color: #1e50ae;
  font-weight: bold;
}

.page-contact .title .en {
  font-size: 26px;
  color: #dedede;
  margin-left: 8px;
}

.page-contact .contact-tit {
  margin: 54px auto 72px;
}

.page-contact .address-tit {
  margin: 80px auto 50px;
}

.page-contact .cont {
  padding: 0 60px 80px 100px;
}

.page-contact .cont .left {
  float: left;
  margin: 0 190px 0 20px;
}

.page-contact .cont .left p {
  line-height: 48px;
  font-size: 16px;
  color: #666666;
}

.page-contact .cont .left .name {
  font-size: 20px;
  font-weight: bold;
  color: #1E50AE;
}

.page-contact .cont .left .name .text {
  display: none;
}

.page-contact .cont .fr .map {
  width: 600px;
  height: 344px;
}

.page-contact .cont .right {
  float: left;
  width: 640px;
  font-size: 14px;
  color: #666666;
}

.page-contact .cont .right .contact {
  padding: 15px 0 0 15px;
}

.page-contact .cont .right .contact li {
  display: inline-block;
  width: 280px;
  height: 34px;
  line-height: 34px;
  margin: 10px 30px 10px 0;
}

.page-contact .cont .right .contact li span {
  display: inline-block;
  width: 56px;
  height: 34px;
  line-height: 34px;
  margin: 1px;
}

.page-contact .cont .right .contact li input {
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-indent: 6px;
  padding: 1px;
  border: 1px solid #dadada;
}

.page-contact .cont .right .contact li em {
  vertical-align: middle;
  color: red;
  margin-left: 6px;
}

.page-contact .cont .right .contact .formgroup span {
  width: 56px;
  display: inline-block;
  margin: 1px;
  height: 74px;
  line-height: 90px;
  vertical-align: top;
  margin-right: -2px;
}

.page-contact .cont .right .contact .formgroup textarea {
  border: 1px solid #dadada;
  padding: 2px;
  width: 510px;
  height: 74px;
  margin: 10px 0;
  text-indent: 6px;
}

.page-contact .cont .right .contact input[type="submit"] {
  width: 232px;
  height: 44px;
  line-height: 44px;
  background-color: #5AB4FF;
  color: #fff;
  text-align: center;
  margin-left: 60px;
}

/***
****  article css ****
***/
.article-pro {
  margin-top: 40px;
}

.article-pro .pro-wrap {
  width: 1020px;
  padding: 5px;
  margin-top: 6px;
  margin-left: 52px;
  float: left;
}

.article-pro .pro-wrap .pro-show {
  margin-bottom: 60px;
}

.article-pro .pro-wrap .pro-show .show-img .smallimg {
  width: 416px;
  height: 416px;
  overflow: hidden;
  border: 1px solid #EEEEEE;
  position: relative;
}

.article-pro .pro-wrap .pro-show .show-img .smallimg .link {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 416px;
  height: 416px;
}

.article-pro .pro-wrap .pro-show .show-img .smallimg .link img {
  max-width: 100%;
  height: 100%;
}

.article-pro .pro-wrap .pro-show .right {
  margin-left: 55px;
}

.article-pro .pro-wrap .pro-show .right .pro-tit {
  font-size: 20px;
  color: #585858;
}

.article-pro .pro-wrap .pro-show .right .prenext {
  width: 360px;
  height: 31px;
  margin: 180px auto 10px;
}

.article-pro .pro-wrap .pro-show .right .prenext a {
  line-height: 29px;
  height: 28px;
  width: 80px;
  text-align: center;
  border: 1px solid #e9e9e9;
  padding: 0;
  color: #999;
  border-radius: 15px;
  font-size: 14px;
}

.article-pro .pro-wrap .pro-show .right .prenext a:hover {
  color: #999;
}

.article-pro .pro-wrap .pro-show .right .prenext .pre {
  float: left;
}

.article-pro .pro-wrap .pro-show .right .prenext .next {
  float: right;
}

.article-pro .pro-wrap .pro-show .right .img-banner {
  position: relative;
  height: auto;
  max-width: 360px;
  margin: 0 40px 0;
}

.article-pro .pro-wrap .pro-show .right .img-banner .swiper-container .swiper-wrapper {
  padding: 42px 0;
}

.article-pro .pro-wrap .pro-show .right .img-banner .swiper-container .swiper-wrapper li {
  width: 60px !important;
  height: 60px !important;
  border: 1px solid #D1D1D1;
  padding: 2px;
  margin: 0 12px !important;
  overflow: hidden;
}

.article-pro .pro-wrap .pro-show .right .img-banner .swiper-container .swiper-wrapper li .img img {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  -webkit-transition: border, 0.5s, ease-in-out;
  transition: border, 0.5s, ease-in-out;
  margin: -3px 0 0 -3px;
}

.article-pro .pro-wrap .pro-show .right .img-banner .swiper-container .swiper-wrapper li .img img:hover {
  border-color: #076ce0;
}

.article-pro .pro-wrap .pro-show .right .img-banner .button {
  height: 17px;
  width: 31px;
  outline: 0;
  top: 58%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.article-pro .pro-wrap .pro-show .right .img-banner .swiper-button-next {
  right: -50px;
  background: url(../images/vbg01.png) -526px -1317px no-repeat;
}

.article-pro .pro-wrap .pro-show .right .img-banner .swiper-button-prev {
  left: -50px;
  background: url(../images/vbg01.png) -527px -1275px no-repeat;
}

.article-pro .pro-wrap .pro-desc-tit {
  margin-left: 5px;
  width: 1000px;
  height: 55px;
  border: 1px solid #EAEAEA;
}

.article-pro .pro-wrap .pro-desc-tit .text {
  display: inline-block;
  width: 159px;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid #EAEAEA;
  border-top: 5px solid #076ce0;
  text-align: center;
  font-size: 14px;
  color: #076ce0;
}

.article-pro .pro-wrap .pro-desc-cont {
  padding: 20px 0 0 5px;
}

.zoomMask {
  z-index: 110;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px !important;
  height: 50px !important;
  cursor: move;
  background: url(../images/bg_sign071.gif);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(Opacity=60);
}

.zoomDiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 360px;
  height: 360px;
  background: #fff;
  border: 1px solid #EEEEEE;
  display: none;
  text-align: center;
  overflow: hidden;
  margin-left: -372px;
}

.article-news {
  width: 1170px;
  padding: 20px 15px;
  margin: 0 auto;
}

.article-news .news-tit {
  padding: 5px 0 58px;
  border-bottom: 1px solid #F0EFEF;
}

.article-news .news-tit h2 {
  font-size: 25px;
  font-weight: 400;
  color: #333;
}

.article-news .body {
  padding: 20px 0;
  border-bottom: 1px dashed #F0EFEF;
}

.article-news .classyfy {
  margin-top: 24px;
  text-align: right;
  font-size: 13px;
  color: #666;
}

/*分享*/
.middlePanel {
  margin: 27px 0 50px;
  width: 1170px;
  height: 32px;
}

.shareInfo {
  max-width: 50%;
  height: 32px;
  float: right;
  overflow: hidden;
}

.shareInfo .shareTag {
  display: inline-block;
  font-size: 13px;
  color: #666;
  padding-top: 10px;
  float: left;
}

.shareListPanel {
  max-width: 270px;
  overflow: hidden;
}

.shareListPanel .shareIcon {
  width: 33px;
  height: 33px;
  margin: 0 0 12px 12px;
  display: inline-block;
  background-color: #fff;
}

.shareListPanel .Weixin {
  background: url(../images/vbg01.png) -1302px -100px no-repeat;
}

.shareListPanel .sina_weibo {
  background: url(../images/vbg01.png) -1302px -190px no-repeat;
}

.shareListPanel .qq_share {
  background: url(../images/vbg01.png) -1302px -145px no-repeat;
}

.shareListPanel .qq_zone {
  background: url(../images/vbg01.png) -1302px -235px no-repeat;
}

.shareListPanel .douban {
  background: url(../images/vbg01.png) -1302px -730px no-repeat;
}

.shareListPanel .baidu_tieba {
  background: url(../images/vbg01.png) -1302px -595px no-repeat;
}

/***
****  footer css ****
***/
footer {
  height: 44px;
  background-color: #222;
  text-align: center;
  padding-top: 20px;
}

footer p {
  line-height: 22px;
}

footer p, footer p a {
  font-size: 14px;
  color: #fff;
}

footer a:hover {
  color: #1F87E8;
}
/*# sourceMappingURL=style.css.map */