@charset "UTF-8";
/*--------------------初始化---------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: '微软雅黑';
}

label.error {
  text-indent: -9999999px;
  display: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

ul, ol {
  margin: 0;
  padding-left: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: #000;
}

a:hover {
  text-decoration: none;
}

#edition-cn {
  font-family: '微软雅黑';
}

#edition-en {
  font-family: 'Arial';
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

img {
  display: block;
}

/*--------------------dufault---------------------*/
body {
  overflow-x: hidden;
  font-size: 14px;
}

figure {
  margin: 0;
}

.wrap {
  margin: 0 auto;
  width: 1200px;
  min-width: 1200px;
}

.header-block {
  width: 100%;
  height: 146px;
}

/*-----------------------------------------*/
/******************************************************* DEFAULT END */
/***
*** 头部 ***
***/
.langbox {
  display: inline-block;
  float: right;
}

.search {
  position: relative;
  display: block;
  min-width: 26px;
  margin-right: 10px;
}

.search .tosearch {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
}

.search .formsearch {
  display: block;
  border-radius: 15px;
}

.search .formsearch .search-keyword {
  height: 24px;
  border: none;
  position: relative;
  top: 2px;
  background: #f3f3f3;
  text-indent: 10px;
  width: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search .formsearch .search-keyword:focus {
  outline: none;
}

.search .formsearch .search-btn {
  cursor: pointer;
  width: 31px;
  height: 31px;
  border: none;
  vertical-align: middle;
  background: url("/templets/images/lang-ico.jpg") no-repeat center center;
  background-size: cover;
}

.header {
  height: 80px;
}

.header .logo {
  padding-top: 4px;
}

.header .logo a {
  display: block;
  width: 280px;
  height: 71px;
  font-size: 0;
  background: url("/templets/images/logo.jpg") no-repeat;
}

.header .menu {
  padding-left: 120px;
}

.header .menu a {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.header .menu > ul > li {
  position: relative;
  float: left;
}

.header .menu > ul > li > a {
  display: block;
  margin: 0 25px;
  padding: 0 10px;
  line-height: 80px;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .menu > ul > li a:hover, .header .menu > ul > li .on {
  color: #0b3190;
  position: relative;
}

.header .menu > ul > li a:hover::after, .header .menu > ul > li .on::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-bottom: 3px solid #0b3190;
}

.header .menu > ul > li ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 80px;
  left: 25px;
  background: rgba(0, 0, 0, 0.6);
}

.header .menu > ul > li ul li {
  width: 150px;
}

.header .menu > ul > li ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: left;
  padding-left: 12px;
  color: #fff;
}

.header .menu > ul > li ul li a:hover {
  background: #0b3190;
  color: #fff;
}

.header .language {
  margin-top: 27px;
  position: relative;
}

.header .language .lang-logo {
  padding-right: 10px;
}

.header .language .lang-tit {
  cursor: pointer;
  line-height: 28px;
  font-size: 18px;
  color: #555;
}

.header .language .lang-tit .cn {
  display: none;
}

.header .language .lang-tit:hover {
  color: #0b3190;
}

.header .language .langhidebox {
  display: none;
  position: absolute;
  top: 33px;
  right: 0;
  z-index: 999;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .language .langhidebox a {
  line-height: 26px;
  font-size: 18px;
  color: #555;
}

.header .language .langhidebox a:hover {
  color: #0b3190;
}

.header .sanjiao {
  float: left;
  margin-top: 38px;
  margin-left: 13px;
  width: 0;
  height: 0;
  border-top: 5px solid #1f49b4;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.header .contact-menu {
  line-height: 78px;
  font-size: 18px;
  padding-left: 15px;
  padding-top: 1px;
}

.header .contact-menu a {
  color: #555;
}

#edition-en .menu {
  padding-left: 155px;
}

#edition-en .menu > ul > li:nth-child(1) {
  width: 92px;
}

#edition-en .menu > ul > li:nth-child(2) {
  width: 100px;
}

#edition-en .menu > ul > li:nth-child(2) ul {
  width: 180px;
  left: -40px;
}

#edition-en .menu > ul > li:nth-child(3) {
  width: 92px;
}

#edition-en .menu > ul > li:nth-child(3) ul {
  width: 160px;
  left: -34px;
}

#edition-en .menu > ul > li:nth-child(4) {
  width: 120px;
}

#edition-en .menu > ul > li:nth-child(4) ul {
  width: 180px;
  left: -30px;
}

#edition-en .menu > ul > li:nth-child(5) {
  width: 130px;
}

#edition-en .menu > ul > li:nth-child(5) ul {
  width: 180px;
  left: -25px;
}

#edition-en .header .language .lang-tit .en {
  display: none;
}

#edition-en .header .language .lang-tit .cn {
  display: block;
}

/******************************************************* HEADER END */
/*--------------------轮播图---------------------*/
.index-banner {
  width: 100%;
  min-width: 1400px;
  height: 538px;
  background: url("/templets/images/banner.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.index-banner .banner-video {
  position: absolute;
  top: 8%;
  right: 48%;
  padding: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.index-banner .banner-video video {
  width: 720px;
}

.index-banner .banner-font {
  width: calc(100% - 850px);
  height: 100%;
  position: relative;
}

.index-banner .banner-font .font-box {
  width: 390px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.index-banner .banner-font p {
  font-weight: bold;
  text-align: center;
}

.index-banner .banner-font p span {
  color: #f00;
}

.index-banner .banner-font .big {
  font-size: 40px;
}

.index-banner .banner-font .small {
  font-size: 20px;
}

.index-aboutxy .about-top h2 {
  font-size: 40px;
  color: #1f49b4;
  text-align: center;
  font-weight: bold;
  padding: 60px 0 35px;
}

.index-aboutxy .about-top .index-aboutcont {
  width: 1010px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #4a4a4a;
}

.index-aboutxy .about-icobox {
  position: relative;
  padding: 75px 0 80px;
}

.index-aboutxy .about-icobox .icobox {
  display: inline-block;
  float: left;
  width: 300px;
}

.index-aboutxy .about-icobox .icobox .tit {
  color: #ff5a00;
  font-weight: bold;
  padding-top: 25px;
}

.index-aboutxy .about-icobox .icobox p {
  font-size: 18px;
  text-align: center;
  color: #555;
  line-height: 35px;
}

.index-aboutxy .about-icobox .icobox img {
  margin: 0 auto;
}

.index-partner {
  position: relative;
  height: 392px;
  background: url(../images/partnerbg.jpg) no-repeat center center;
}

.index-partner h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 70px 0 40px;
}

.index-partner p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}

.index-partner .pro-box {
  width: 985px;
  background: #fff;
  -webkit-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
  height: 140px;
  margin: 0 auto;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
}

.index-partner .pro-box .box {
  float: left;
  display: inline-block;
  padding: 35px 34px 0;
}

.index-partner .pro-box .box img {
  margin: 0 auto;
}

.index-partner .pro-box .box p {
  text-align: center;
  font-size: 20px;
  color: #000;
  padding-top: 8px;
}

.index-partner .pro-box .box:hover p {
  color: #0b3190;
}

/*--------------------首页新闻中心---------------------*/
.index-news {
  padding: 130px 0 85px;
}

.index-news .index-tit {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  color: #1f49b4;
  text-align: center;
}

.index-news .tit-des {
  font-size: 18px;
  color: #555;
  text-align: center;
  padding-top: 30px;
  line-height: 30px;
}

.index-news .news-content {
  padding-top: 50px;
}

.index-news .news-content .news-left {
  width: 474px;
}

.index-news .news-content .news-left .news-pic {
  height: 237px;
  overflow: hidden;
}

.index-news .news-content .news-left .news-pic img {
  width: 474px;
}

.index-news .news-content .news-left .news-info {
  background: #0b3190;
  padding: 20px;
}

.index-news .news-content .news-left .news-info .time .top {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.index-news .news-content .news-left .news-info .time .bottom {
  color: #8eaeff;
  font-size: 12px;
  text-align: center;
}

.index-news .news-content .news-left .news-info .news-tit {
  width: 336px;
}

.index-news .news-content .news-left .news-info .news-tit .tit {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 17px;
  border-bottom: 1px solid #4b6dc3;
}

.index-news .news-content .news-left .news-info .news-tit .description {
  padding-top: 16px;
  font-size: 14px;
  line-height: 26px;
  color: #8eaeff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.index-news .news-content .news-right {
  width: 640px;
}

.index-news .news-content .news-right .newfirst {
  position: relative;
  padding-bottom: 30px;
}

.index-news .news-content .news-right .newfirst .tit {
  width: 80%;
  color: #1f49b4;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #dfdfdf;
}

.index-news .news-content .news-right .newfirst .des {
  width: 80%;
  color: #999;
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 60px;
  overflow: hidden;
}

.index-news .news-content .news-right .newfirst .time {
  position: absolute;
  right: 5px;
  top: 0;
}

.index-news .news-content .news-right .newfirst .time .top {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #8c8c8c;
}

.index-news .news-content .news-right .newfirst .time .bottom {
  font-size: 12px;
  text-align: center;
  color: #9b9b9b;
}

.index-news .news-content .news-right .newfirst .ico {
  position: absolute;
  top: 75px;
  right: 24px;
  color: #999;
}

.index-news .news-content .news-right .newfirst li:hover .tit {
  color: #0b3190;
}

.index-news .news-content .news-right .newfirst li:hover .des {
  color: #555;
}

.index-news .news-content .news-right .new-list li a {
  display: block;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}

.index-news .news-content .news-right .new-list li .tit {
  width: 80%;
  font-size: 18px;
  line-height: 56px;
  color: #555;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-news .news-content .news-right .new-list li .time {
  position: absolute;
  right: 5px;
  top: 20px;
  color: #9b9b9b;
}

.index-news .news-content .news-right .new-list li:hover .tit {
  color: #0b3190;
}

.index-kehu {
  background: url(../images/kehu_bg.jpg) no-repeat center center;
  height: 398px;
  padding-top: 40px;
}

.index-kehu .kehu {
  border-left: 4px solid #1f49b4;
  padding-left: 24px;
}

.index-kehu .kehu .tit {
  font-size: 40px;
  color: #1f49b4;
  line-height: 1;
  padding: 8px 0 13px;
}

.index-kehu .kehu .about {
  font-size: 22px;
  color: #555;
  line-height: 1;
  padding-bottom: 9px;
}

.footer {
  background: #1f49b4;
}

.footer .footer-top {
  border-bottom: 1px solid #476ac2;
  padding-bottom: 20px;
}

.footer .footer-top .footer-menu {
  float: left;
  width: 175px;
  margin-right: 30px;
}

.footer .footer-top .footer-menu:nth-child(6) {
  margin-right: 0;
}

.footer .footer-top .footer-menu ul .tit {
  padding: 45px 0 12px;
  border-bottom: 1px solid #476ac2;
  margin-bottom: 8px;
}

.footer .footer-top .footer-menu ul li {
  color: #fff;
}

.footer .footer-top .footer-menu ul li a {
  color: #a4b5e0;
  line-height: 30px;
}

.footer .footer-top .footer-menu ul li a:hover {
  color: #fff;
}

.footer .footer-down {
  padding: 20px 0;
}

.footer .footer-down .fd-l {
  color: #a4b5e0;
}

.footer .footer-down .fd-r ul li {
  float: left;
  padding: 0 5px;
  border-left: 1px dotted #a4b5e0;
  line-height: 1;
}

.footer .footer-down .fd-r ul li a {
  color: #a4b5e0;
}

.footer .footer-down .fd-r ul li a:hover {
  color: #fff;
}

.line_bottom {
  border-bottom: 3px solid #0b3190 !important;
  color: #0b3190;
  font-weight: bold;
}

.page-t .page-top-menu {
  width: 100%;
  height: 52px;
  display: none;
}

.page-t .page-top-menu ul {
  display: inline-block;
}

.page-t .page-top-menu ul li {
  float: left;
  display: inline-block;
  margin-right: 50px;
}

.page-t .page-top-menu ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 3px solid transparent;
}

.page-t .page-top-menu ul li:hover a {
  border-bottom: 3px solid #0b3190;
}

.page-t .top-r {
  padding: 15px 0;
}

.page-about .qiye-culture {
  background: url(../images/pageabout-bg1.jpg) no-repeat center center;
  height: 680px;
  padding: 97px 0 0;
}

.page-about .qiye-culture .tit {
  color: #0b3190;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 18px;
}

.page-about .qiye-culture .desc {
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-bottom: 70px;
}

.page-about .qiye-culture .eight-cont ul :nth-child(4) {
  margin-right: 0;
}

.page-about .qiye-culture .eight-cont ul :nth-child(8) {
  margin-right: 0;
}

.page-about .qiye-culture .eight-cont ul li {
  float: left;
  display: inline-block;
  border-top: 1px solid #d8d8d8;
  width: 270px;
  height: 150px;
  margin-right: 40px;
}

.page-about .qiye-culture .eight-cont ul li p {
  line-height: 25px;
  font-size: 16px;
}

.page-about .qiye-culture .eight-cont ul li .li-tit {
  color: #0b3190;
  font-weight: bold;
  padding-top: 23px;
}

.page-about .qiye-culture .eight-cont ul li .li-cont {
  color: #000;
}

.page-about .time-line {
  height: 655px;
}

.page-about .time-line .tit {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #0b3190;
  padding-top: 80px;
}

.page-about .time-line .desc {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding: 18px 0 30px;
}

.page-about .about-power {
  background: #f7f7f7;
  padding-bottom: 50px;
}

.page-about .about-power .box-l .tit {
  font-size: 35px;
  font-weight: bold;
  color: #0b3190;
  padding: 80px 0 40px;
  text-align: center;
}

.page-about .about-power .box-l .cont {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.page-about .about-power .pic-map {
  padding-top: 50px;
}

.page-about .about-power .pic-map img {
  width: 100%;
}

.page-about .about-power .shengchanjidi {
  position: relative;
  bottom: 65px;
}

.page-about .about-power .shengchanjidi .tit {
  color: #0b3190;
  font-size: 35px;
  font-weight: bold;
}

.page-about .about-honor {
  margin-bottom: 75px;
}

.page-about .about-honor .tit {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #0b3190;
  padding-top: 80px;
}

.page-about .about-honor .arrowl {
  display: block;
  left: -70px;
  top: 43%;
}

.page-about .about-honor .arrowr {
  display: block;
  right: -55px;
  top: 43%;
}

.page-about .about-honor .arrowl {
  background: url(../images/prev2.png) 3px center no-repeat;
  background-size: 32px 32px;
  border: 1px solid #efefef;
  border-radius: 50%;
}

.page-about .about-honor .arrowr {
  background: url(../images/next2.png) 5px center no-repeat;
  background-size: 32px 32px;
  border: 1px solid #efefef;
  border-radius: 50%;
}

.page-about .about-develop {
  border-top: 1px solid #f0f0f0;
}

.page-about .about-develop .tit {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #0b3190;
  padding: 70px 0 35px;
}

.page-about .about-develop .cont {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 25px;
}

.page-about .about-develop .develop-pic {
  padding-top: 30px;
}

.page-about .about-develop .develop-pic img {
  margin: 0 auto;
}

.related_scroll {
  position: relative;
}

.related_scroll ul {
  margin-bottom: 65px;
  padding: 50px 0 0 !important;
  margin-bottom: 80px !important;
}

.related_scroll ul li {
  float: left;
  width: 280px !important;
  margin-right: 25px;
}

.related_scroll ul li p {
  cursor: pointer;
  background: #fff;
  line-height: 58px;
  font-size: 16px;
  color: #000;
  text-align: center;
  height: 58px;
  overflow: hidden;
  -webkit-transition: all .5s linear 0s;
  transition: all .5s linear 0s;
  border: 1px solid #eeeeee;
  border-top: none;
}

.related_scroll ul li .img {
  text-align: center;
  width: 280px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  position: relative;
}

.related_scroll ul li .img img {
  max-width: 100% !important;
  margin: auto;
  display: block;
}

.related_scroll ul li .img img .title {
  font-size: 16px;
  font-weight: bold;
}

.related_scroll ul li .img .typename {
  position: absolute;
  left: 20px;
  top: 220px;
}

.related_scroll ul li:hover p {
  color: #0b3190;
}

.tempWrap {
  margin: 0 auto !important;
  overflow: hidden;
  width: 1200px !important;
}

.arrowl {
  display: block;
  right: 56px;
  top: -13%;
}

.arrowr {
  display: block;
  right: 6px;
  top: -13%;
}

.product_btn {
  border-top: 1px solid #eee;
  text-align: center;
  padding-top: 70px;
}

.product_btn a {
  display: inline-block;
  height: 40px;
  border: 2px solid #2c8dd1;
  line-height: 40px;
  width: 204px;
  border-radius: 40px;
  margin: 0 15px;
}

.product_btn a:hover {
  background: #2c8dd1;
  color: #fff;
}

.bottomwrap {
  margin: 0 auto;
  padding-left: 20px;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  cursor: pointer;
}

.arrowl {
  background: url(../images/prev2.png) 3px center no-repeat;
  background-size: 32px 32px;
  background-color: #fff;
  border-radius: 50%;
}

.arrowr {
  background: url(../images/next2.png) 5px center no-repeat;
  background-size: 32px 32px;
  background-color: #fff;
  border-radius: 50%;
}

/*历史*/
.his-box {
  position: relative;
}

.history {
  padding: 100px 0;
  overflow: hidden;
}

.history .about-tit {
  margin-bottom: 55px;
}

.historyPage {
  height: 425px;
  position: relative;
}

.historyDemo {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 450px;
}

.hisBot {
  position: absolute;
  left: 0px;
  width: 100%;
  display: block;
  top: 50%;
  height: 5px;
  background-color: #dddddd;
  margin-top: -1px;
}

.historyDemo .item {
  width: 100%;
  height: 450px;
  position: relative;
  color: #555;
}

.historyDemo .xian {
  background: url(../images/h_i2.png) no-repeat scroll left top;
  width: 38px;
  height: 190px;
  padding-top: 10px;
  position: absolute;
  left: 0px;
}

.historyDemo .dian {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 1px;
  background-color: #ff6600;
  border-radius: 7px;
}

.historyDemo .year {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  color: #ff6600;
  margin-bottom: 12px;
  font-family: 'EuclidFlexBold';
}

.historyDemo .c {
  font-size: 14px;
  line-height: 1.5em;
  color: #777;
}

.historyDemo .hitem1, .historyDemo .hitem2, .historyDemo .hitem3, .historyDemo .hitem4 {
  padding-left: 50px;
}

.historyDemo .hitem1 .dian {
  bottom: -17px;
  left: -2px;
}

.historyDemo .hitem3 .dian {
  bottom: -12px;
  left: -2px;
}

.historyDemo .hitem4 .dian {
  top: -5px;
  left: -1px;
}

.historyDemo .hitem2 .dian {
  top: 1px;
  left: -1px;
}

/*.historyDemo .hitem1 .xian, .historyDemo .hitem2 .xian { bottom: 0px; }*/
.historyDemo .hitem2 .xian, .historyDemo .hitem4 .xian {
  top: 0px;
  background: url(../images/h_i5.png) no-repeat scroll center bottom;
}

/*.historyDemo .hitem1{background-position: 0 34px}*/
.historyDemo .hitem1 .xian {
  height: 170px;
  top: 34px;
}

.historyDemo .hitem3 .xian {
  height: 134px;
  padding-top: 0;
  top: 28px;
}

.historyDemo .hitem2 .xian {
  height: 114px;
}

.historyDemo .hitem4 .xian {
  height: 78px;
}

.historyDemo .hitem1 {
  position: absolute;
  left: 5%;
  height: 190px;
  padding-top: 10px;
  top: 0;
  width: 36%;
}

.historyDemo .hitem3 {
  position: absolute;
  left: 47%;
  height: 155px;
  padding-top: 5px;
  top: 40px;
  width: 31%;
}

.historyDemo .hitem2 {
  position: absolute;
  left: 21%;
  padding-top: 98px;
  height: 124px;
  top: 195px;
  width: 30%;
}

.historyDemo .hitem4 {
  position: absolute;
  left: 66%;
  padding-top: 60px;
  height: 164px;
  top: 200px;
  width: 30%;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  display: block;
  background: #ff6600;
  border-radius: 48px;
  top: 43%;
  margin-top: 10px;
  z-index: 100;
}

.slick-arrow i {
  width: 15px;
  height: 32px;
  display: block;
  margin: 4px auto;
  cursor: pointer;
}

.slick-prev {
  left: -24px;
  position: absolute;
}

.slick-next {
  right: -24px;
  position: absolute;
}

.slick-prev i {
  -webkit-animation: start1 1s infinite ease-in-out;
  animation: start1 1s infinite ease-in-out;
  background: url(../images/h_btn_l.png) no-repeat scroll left center;
}

.slick-next i {
  -webkit-animation: start 1s infinite ease-in-out;
  animation: start 1s infinite ease-in-out;
  background: url(../images/h_btn_r.png) no-repeat scroll left center;
}

@-webkit-keyframes start {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(-8px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
  }
}

@keyframes start {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(-8px, 0px);
            transform: translate(-8px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(10px, 0px);
            transform: translate(10px, 0px);
  }
}

@-webkit-keyframes start1 {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(8px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
  }
}

@keyframes start1 {
  0%, 30% {
    opacity: 0;
    -webkit-transform: translate(8px, 0px);
            transform: translate(8px, 0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
  }
}

.page-ability .pro-idea {
  padding-top: 70px;
}

.page-ability .pro-idea .tit {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #0b3190;
}

.page-ability .pro-idea .cont {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  padding: 30px 0 50px;
}

.page-ability .pro-idea .picbox {
  padding-bottom: 80px;
  overflow: hidden;
}

.page-ability .pro-idea .picbox .slide-box {
  width: 2432px;
  animation: myfirst infinite linear 40s;
  -moz-animation: myfirst infinite linear 40s;
  /* Firefox */
  -webkit-animation: myfirst infinite linear 40s;
  /* Safari 和 Chrome */
  -o-animation: myfirst infinite linear 40s;
}

.page-ability .pro-idea .picbox .slide-box:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  /* Safari 和 Chrome */
}

.page-ability .pro-idea .picbox .box {
  float: left;
  position: relative;
}

.page-ability .pro-idea .picbox .box img {
  margin-right: 18px;
}

.page-ability .pro-idea .picbox .box p {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 8px;
  font-size: 16px;
}

@-webkit-keyframes myfirst {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1216px);
            transform: translateX(-1216px);
  }
}

@keyframes myfirst {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1216px);
            transform: translateX(-1216px);
  }
}

.page-ability .factory-mokuai {
  background: url(../images/ability-bg1.jpg) no-repeat center center;
  height: 770px;
  padding-top: 47px;
  background-size: cover;
}

.page-ability .factory-mokuai .tit {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-bottom: 47px;
}

.page-ability .factory-mokuai .factory {
  position: relative;
  width: 387px;
  height: 564px;
  margin-right: 12px;
  overflow: hidden;
}

.page-ability .factory-mokuai .factory img {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-ability .factory-mokuai .factory .tit {
  position: relative;
  z-index: 1;
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  color: #0b3190;
  padding: 35px 0 18px;
}

.page-ability .factory-mokuai .factory .cont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.page-ability .factory-mokuai .factory:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-ability .factory-mokuai .factory-r {
  width: 801px;
}

.page-ability .factory-mokuai .factory-r .bg2 {
  position: relative;
  width: 387px;
  height: 275px;
  font-weight: bold;
  float: left;
  margin: 0 12px 12px 0;
  overflow: hidden;
}

.page-ability .factory-mokuai .factory-r .bg2 p {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 18px;
  padding: 30px 0 0 30px;
}

.page-ability .factory-mokuai .factory-r .bg2 img {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-ability .factory-mokuai .factory-r .bg2:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-ability .factory-mokuai .factory-r .bg3 {
  position: relative;
  width: 387px;
  height: 275px;
  font-weight: bold;
  float: left;
  margin-bottom: 12px;
  overflow: hidden;
}

.page-ability .factory-mokuai .factory-r .bg3 p {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 18px;
  padding: 30px 0 0 30px;
}

.page-ability .factory-mokuai .factory-r .bg3 img {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-ability .factory-mokuai .factory-r .bg3:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-ability .factory-mokuai .factory-r .bg4 {
  position: relative;
  width: 387px;
  height: 275px;
  font-weight: bold;
  float: left;
  margin: 0 12px 12px 0;
  overflow: hidden;
}

.page-ability .factory-mokuai .factory-r .bg4 p {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 18px;
  padding: 30px 0 0 30px;
}

.page-ability .factory-mokuai .factory-r .bg4 img {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-ability .factory-mokuai .factory-r .bg4:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-ability .factory-mokuai .factory-r .bg5 {
  position: relative;
  width: 387px;
  height: 275px;
  font-weight: bold;
  float: left;
  margin-bottom: 12px;
  overflow: hidden;
}

.page-ability .factory-mokuai .factory-r .bg5 p {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 18px;
  padding: 30px 0 0 30px;
}

.page-ability .factory-mokuai .factory-r .bg5 img {
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-ability .factory-mokuai .factory-r .bg5:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-ability .zhiliang {
  background: #f2f2f2;
  padding-bottom: 70px;
}

.page-ability .zhiliang .tit {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #0b3190;
  padding: 40px 0 20px;
}

.page-ability .zhiliang .cont {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  padding-bottom: 60px;
}

.page-ability .zhiliang img {
  margin: 0 auto;
}

.page-ability .service .tit {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #0b3190;
  padding: 45px 0 20px;
}

.page-ability .service .cont {
  font-weight: bold;
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-bottom: 55px;
}

.page-ability .service .iconbox {
  text-align: center;
  padding-bottom: 72px;
}

.page-ability .service .iconbox .box {
  float: left;
  width: 340px;
  border-left: 1px solid #e1e1e1;
}

.page-ability .service .iconbox .box img {
  margin: 0 auto;
}

.page-ability .service .iconbox .box p {
  color: #555555;
  text-align: center;
  font-size: 16px;
  padding-top: 20px;
}

.page-market {
  padding: 60px 0;
}

.page-market .market-pro :nth-child(3) {
  margin-right: 0 !important;
}

.page-market .market-pro :nth-child(6) {
  margin-right: 0 !important;
}

.page-market .market-pro .box {
  height: 295px;
  width: 385px;
  display: inline-block;
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
}

.page-market .market-pro .box a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 35px 0;
}

.page-market .market-pro .box .tit {
  font-size: 16px;
  font-weight: bold;
  color: #0b3190;
  line-height: 30px;
}

.page-market .market-pro .box .cont {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.page-market .market-pro .probox1 {
  background: url(../images/marketbg1.jpg) no-repeat;
}

.page-market .market-pro .probox2 {
  background: url(../images/marketbg2.jpg) no-repeat;
}

.page-market .market-pro .probox3 {
  background: url(../images/marketbg3.jpg) no-repeat;
}

.page-market .market-pro .probox4 {
  background: url(../images/marketbg4.jpg) no-repeat;
}

.page-market .market-pro .probox5 {
  background: url(../images/marketbg5.jpg) no-repeat;
}

.page-market .market-pro .probox6 {
  background: url(../images/marketbg6.jpg) no-repeat;
}

.page-news {
  padding: 50px 0;
}

.page-news .news-list {
  min-height: 200px;
}

.page-news .news-list li {
  position: relative;
  padding: 32px 20px 32px 36px;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

.page-news .news-list span {
  display: inline-block;
  width: 200px;
  height: 135px;
  overflow: hidden;
  border: 1px solid #eee;
}

.page-news .news-list span .no-pic {
  display: none;
  color: #555;
  text-align: center;
  position: relative;
  top: 50%;
  line-height: 30px;
  margin-top: -15px;
}

.page-news .news-list img {
  height: 135px;
  margin-right: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .txt {
  position: absolute;
  width: 65%;
  top: 32px;
  left: 280px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .tit {
  margin: 5px 0 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #575757;
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 480px;
  white-space: nowrap;
}

.page-news .news-list .date {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 14px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .description {
  top: 80px;
  width: 550px;
  height: 56px;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  color: #999;
  line-height: 28px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 20px;
}

.page-news .news-list a {
  display: block;
}

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

.page-news .news-list li:hover .description, .page-news .news-list .caiyan-news li:hover .tit {
  margin-left: 10px;
}

.page-news .news-list li:hover .date, .page-news .news-list .caiyan-news li:hover .tit {
  color: #333;
}

.page-news .news-list li:hover .description {
  color: #666;
}

.page-news .page-tit {
  margin-bottom: 0;
}

.epd-news {
  padding-top: 40px;
  padding-bottom: 0;
}

#news_con article {
  font-size: 14px;
  line-height: 28px;
}

#news_con article .title {
  width: 800px;
  color: #444;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  line-height: 28px;
}

#news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

#news_con article .body {
  width: 900px;
  margin: 50px auto 50px;
  min-height: 250px;
}

#news_con article .body p {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}

#news_con article .body img {
  max-width:100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.tj-news {
  padding: 30px 0 60px;
}

.tj-news .tj-container h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
}

.tj-news .tj-container li {
  float: left;
  width: 47%;
  font-size: 16px;
  line-height: 40px;
  color: #555;
}

.tj-news .tj-container li a {
  display: block;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.tj-news .tj-container li .tit {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tj-news .tj-container li .date {
  color: #aaa;
  font-size: 14px;
  margin-right: 15px;
  position: absolute;
  line-height: 40px;
  right: 0;
  top: 0;
}

.tj-news .tj-container li:nth-child(even) {
  margin-left: 6%;
}

.tj-news .tj-container li:hover a {
  color: #0b3190;
}

.page-pro {
  margin: 70px 0 90px;
}

.page-pro .pro-l {
  height: 585px;
  width: 575px;
  background: #f6f6f7;
  position: relative;
}

.page-pro .pro-l .tit {
  font-size: 25px;
  font-weight: bold;
  padding: 30px 0 15px 30px;
}

.page-pro .pro-l .tit a {
  color: #0b3190;
}

.page-pro .pro-l ul {
  padding-left: 30px;
}

.page-pro .pro-l ul li {
  border-bottom: 1px solid #dbdbdb;
  width: 163px;
  float: left;
  margin-right: 15px;
}

.page-pro .pro-l ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 5px;
}

.page-pro .pro-l ul li a:hover {
  color: #0b3190;
}

.page-pro .pro-l .picbox-big {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.page-pro .pro-l .picbox-big img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-pro .pro-l .picbox-big:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-pro .pro-r {
  height: 585px;
  position: relative;
}

.page-pro .pro-r .pror-top {
  height: 281px;
  width: 575px;
  background: #f6f6f7;
}

.page-pro .pro-r .pror-top .picbox-big {
  float: left;
  overflow: hidden;
}

.page-pro .pro-r .pror-top .picbox-big img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-pro .pro-r .pror-top .picbox-big:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-pro .pro-r .pror-top .tit {
  padding: 124px 90px 0 0;
  float: right;
}

.page-pro .pro-r .pror-top .tit a {
  font-size: 25px;
  color: #0b3190;
  font-weight: bold;
}

.page-pro .pro-r .pror-down {
  height: 281px;
  width: 575px;
  background: #f6f6f7;
  position: absolute;
  bottom: 0;
}

.page-pro .pro-r .pror-down .picbox-big {
  float: right;
  overflow: hidden;
}

.page-pro .pro-r .pror-down .picbox-big img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-pro .pro-r .pror-down .picbox-big:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-pro .pro-r .pror-down .pro-boxd {
  float: left;
}

.page-pro .pro-r .pror-down .pro-boxd ul :nth-child(1) {
  border-bottom: none;
  padding: 0;
}

.page-pro .pro-r .pror-down .pro-boxd ul li {
  width: 230px;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 30px;
  padding: 15px 0;
}

.page-pro .pro-r .pror-down .pro-boxd ul li .tit a {
  display: block;
  font-size: 25px;
  color: #0b3190;
  font-weight: bold;
  margin: 65px 0 10px;
}

.page-pro .pro-r .pror-down .pro-boxd ul li > a {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

.page-pro .pro-r .pror-down .pro-boxd ul li > a:hover {
  color: #0b3190;
}

.page-procont {
  background: #eee;
  padding-top: 40px;
}

.page-procont .wrap :nth-child(2n) .pic {
  float: right !important;
  right: 0 !important;
  left: unset !important;
}

.page-procont .wrap :nth-child(2n) .pro-detail {
  float: left !important;
}

.page-procont .wrap .probox {
  height: 435px;
  width: 100%;
  position: relative;
}

.page-procont .wrap .probox .pic {
  float: left;
  position: absolute;
  left: 0;
  width: 700px;
  height: 435px;
  background: #fff;
  overflow: hidden;
}

.page-procont .wrap .probox .pic img {
  /* width: 100%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.page-procont .wrap .probox .pro-detail {
  float: right;
  width: 40%;
  padding: 70px 20px 0;
  position: relative;
  z-index: 99;
}

.page-procont .wrap .probox .pro-detail p {
  text-indent: 0 !important;
}

.page-procont .wrap .probox .pro-detail .tit {
  font-size: 25px;
  color: #0b3190;
  font-weight: bold;
}

.page-procont .wrap .probox .pro-detail .cont {
  font-size: 14px;
  color: #555555;
  padding-top: 30px;
  line-height: 25px;
}

.page-artmark .probox .swiper-slide {
  width: 100%;
  height: 435px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-artmark .probox .swiper-slide img {
  width: 100%;
  display: none;
}

.page-artmark .probox .swiper-button-next,
.page-artmark .probox .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

.page-artmark .probox .swiper-button-next {
  right: 30px;
  border-radius: 5px;
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.page-artmark .probox .swiper-button-prev {
  left: 30px;
  border-radius: 5px;
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.1) no-repeat;
  background-size: contain;
}

.page-artmark .probox .swiper-button-next:hover {
  background: url("/templets/images/right.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.page-artmark .probox .swiper-button-prev:hover {
  background: url("/templets/images/left.png") rgba(0, 0, 0, 0.2) no-repeat;
  background-size: contain;
}

.page-artmark .probox .swiper-pagination-bullet-active {
  background: #0b3190;
}

.page-contact {
  padding-bottom: 80px;
}

.page-contact #map {
  position: absolute !important;
  z-index: -10 !important;
  top: 80px !important;
  left: 0 !important;
}

.page-contact #map .BMap_mask {
  z-index: -1;
}

.page-contact .contact-list {
  padding-top: 306px;
}

.page-contact .contact-list li {
  float: left;
  width: 33.3333%;
  padding: 0 10px;
}
.page-contact .contact-list li .contact-box {
  background: #fff;
  position: relative;
}

.contact-box h2{font-size:16px;font-weight:bold;line-height: 2;color:#0b3190;}

.page-contact .contact-list li .contact-box .ico {
  position: absolute;
  display: block;
  left: 50%;
  top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0b3190;
  font-size: 28px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

.page-contact .contact-list li .contact-box .cont {
  height: 220px;
  padding: 60px 15px 30px;
}

.page-contact .contact-list li .contact-box .cont .en {
  display: none;
}

.page-contact .contact-list li .contact-box .cont p {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  line-height: 1.8;padding:5px ;
}

.page-contact .contact-list li .contact-box .cont p a {
  color: #333;
}

.page-talents .share_learn {
  background: url(../images/pageabout-bg1.jpg) no-repeat center center;
  height: 680px;
}

.page-talents .share_learn .tit {
  font-size: 40px;
  color: #0b3190;
  text-align: center;
  font-weight: bold;
  padding: 100px 0 105px;
}

.page-talents .share_learn ul :nth-child(1) {
  border-left: none;
}

.page-talents .share_learn ul li {
  float: left;
  width: 33.3%;
  text-align: center;
  border-left: 1px solid #e2e2e2;
}

.page-talents .share_learn ul li img {
  margin: 0 auto;
}

.page-talents .share_learn ul li .li_tit {
  font-size: 20px;
  color: #000;
  padding-top: 15px;
}

.page-talents .share_learn ul li .li_desc {
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}

.page-talents .share_learn ul li .li_cont {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  padding-top: 35px;
}

.page-talents .xingyi_team {
  padding-bottom: 120px;
}

.page-talents .xingyi_team .tit {
  font-size: 40px;
  color: #0b3190;
  text-align: center;
  font-weight: bold;
  padding: 110px 0 20px;
}

.page-talents .xingyi_team .cont {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-bottom: 30px;
}

.page-talents .xingyi_team .related_scroll ul li {
  width: 380px !important;
}

.page-talents .xingyi_team .related_scroll ul li .img {
  width: 386px !important;
}

.page-talents .xingyi_team .related_scroll ul li .img img {
  width: 100% !important;
}

.page-talents .xingyi_team .arrowl {
  display: block;
  left: -70px;
  top: 42%;
}

.page-talents .xingyi_team .arrowr {
  display: block;
  right: -55px;
  top: 42%;
}

.page-talents .xingyi_team .arrowl {
  background: url(../images/prev2.png) 3px center no-repeat;
  background-size: 32px 32px;
  border: 1px solid #efefef;
  border-radius: 50%;
}

.page-talents .xingyi_team .arrowr {
  background: url(../images/next2.png) 5px center no-repeat;
  background-size: 32px 32px;
  border: 1px solid #efefef;
  border-radius: 50%;
}

.banner {
  min-width: 1200px;
}

.banner img {
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 51%;
}

.banner .banner-search img{
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.page-search {
  padding: 80px 0;
}
.page-search li{
  width: 385px;
  margin-right: 22px;
  margin-bottom: 20px;
}
.page-search li:nth-child(3n){
  margin-right: 0;
}
.page-search li img{
  width: 100%;
}
.page-search li p{
  text-align: center;
  overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
line-height: 40px;
font-size: 14px;
}

.page-search .tit {
  font-size: 43px;
  color: #0b3190;
  text-align: center;
  font-weight: bold;
}

/***
*** 内页 ***
***/
.page-banner {
  width: 100%;
  height: 400px;
}

.page-banner .banner-bg {
  height: 100%;
}

.pageabout-banner {
  width: 100%;
  height: 599px;
  position: relative;
}

.pageabout-banner .banner-bg {
  height: 100%;
}

.pageabout-banner .aboutpage-content {
  position: absolute;
  top: 0;
  width: 700px;
}

.pageabout-banner .aboutpage-content .tit {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  padding: 70px 0 20px 0;
}

.pageabout-banner .aboutpage-content .cont {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.pageabout-banner .page-abilitytit {
  position: absolute;
  left: 0;
  text-align: center;
  top: 45px;
  width: 100%;
  font-size: 35px;
  font-weight: bold;
  color: #0b3190;
  line-height: 60px;
}

.pageabout-banner .page-abilitytit img {
  display: inline;
  height: 50px;
  margin-top: -10px;
  vertical-align: middle;
}

.pageabout-banner .page-abilitycont {
  position: absolute;
  top: 120px;
  width: 1200px;
}

.pageabout-banner .page-abilitycont .cont {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.pagemarket-banner {
  width: 100%;
  height: 599px;
  position: relative;
}

.pagemarket-banner .banner-bg {
  height: 100%;
}

.pagemarket-banner .marketpage-content {
  position: absolute;
  top: 210px;
}

.pagemarket-banner .marketpage-content .tit {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 25px;
}

.pagemarket-banner .marketpage-content .cont {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.pagemarket-banner .marketpage-content .joinbox {
  margin-top: 20px;
}

.pagemarket-banner .marketpage-content .joinbox a {
  display: inline-block;
  background: #ff6600;
  color: #fff;
  font-weight: bold;
  padding: 12px 43px;
}

.page-l {
  position: relative;
}

.page-left-menu {
  position: relative;
  float: left;
  display: none;
  width: 240px;
  background: #0b3190;
}

.page-left-menu.on {
  display: block;
}

.page-left-menu h2 {
  height: 80px;
  font-size: 20px;
  color: #fff;
  line-height: 80px;
  text-indent: 24px;
  font-weight: bold;
}

.page-left-menu ul li {
  height: 40px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.page-left-menu ul li a {
  display: block;
  height: 40px;
  padding-left: 45px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: url(../images/icon-s.png) 12px center no-repeat;
  -webkit-transition: all .35s ease-in;
  transition: all .35s ease-in;
}

.page-left-menu ul li.on a,
.page-left-menu ul li a:hover {
  padding-left: 20px;
  background: url(../images/icon-s.png) 34px center no-repeat #f0fff8;
  color: #0b3190;
}

.page-left-menu.fixed {
  position: fixed;
  top: 50px !important;
}

.page-r {
  width: 900px;
}

.page-r .page-tit {
  border-bottom: 1px solid #ccc;
  height: 65px;
  padding: 0 13px;
  margin-bottom: 40px;
}

.page-r .page-tit h2 {
  float: left;
  position: relative;
  line-height: 45px;
  color: #0b3190;
  font-size: 20px;
}

.page-r .page-tit p {
  width: 100%;
  text-align: right;
  line-height: 45px;
}

.page-r .page-tit p, .page-r .page-tit a {
  color: #333;
  font-size: 14px;
}

.page-r .page-tit a:hover {
  color: #0b3190;
}

.contentnav {
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.contentnav div {
  display: inline-block;
}

.contentnav div:first-child + div {
  margin: 0 160px;
}

.contentnav a {
  display: block;
  width: 120px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #555;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contentnav a:hover {
  background-color: #0b3190;
  border: 1px solid #0b3190;
  color: #fff;
}

.contentnav .t-prev a:hover {
  text-indent: -10px;
}

.contentnav .t-next a:hover {
  text-indent: 10px;
}

/*固定侧边拦*/
.float-right-box {
  width: 255px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #0f3baa;
  z-index: 1000;
  -webkit-transition: width 0.3s ease 0s;
  transition: width 0.3s ease 0s;
}

.float-right-box.on {
  width: 50px;
}

.float-right-box .top-list {
  width: 100%;
}

.float-right-box .top-list ul {
  width: 100%;
}

.float-right-box .top-list li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  height: 50px;
}

.float-right-box .top-list a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 51px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.float-right-box .top-list .ico {
  display: inline-block;
  width: 50px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.float-right-box .top-list .ico_qq {
  background: url(../images/elf.png) no-repeat -68px -69px #0f3baa;
}

.float-right-box .top-list .ico_tel {
  background: url(../images/elf.png) no-repeat -188px -9px #0f3baa;
}

.float-right-box .top-list .ico_phone {
  background: url(../images/elf.png) no-repeat -68px -186px #0f3baa;
}

.float-right-box .top-list .ico_dizhi {
  background: url(../images/elf.png) no-repeat -189px -126px #0f3baa;
}

.float-right-box .top-list .ico_email {
  background: url(../images/elf.png) no-repeat -67px -8px #0f3baa;
}

.float-right-box .top-list .ico_wechat {
  background: url(../images/erweima.png) no-repeat center #0f3baa;
  background-size: 28px 28px;
}

.float-right-box .top-list .ico_top {
  background: url(../images/elf.png) no-repeat -188px -69px #0f3baa;
}

.float-right-box .top-list .stt {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: 1;
  width: 255px;
}

.float-right-box .top-list li:hover .stt {
  color: #191919;
}

.float-right-box .top-list li:hover .ico_qq {
  background: url(../images/elf.png) no-repeat -8px -69px #fff;
}

.float-right-box .top-list li:hover .ico_tel {
  background: url(../images/elf.png) no-repeat -128px -9px #fff;
}

.float-right-box .top-list li:hover .ico_phone {
  background: url(../images/elf.png) no-repeat -8px -186px #fff;
}

.float-right-box .top-list li:hover .ico_dizhi {
  background: url(../images/elf.png) no-repeat -129px -126px #fff;
}

.float-right-box .top-list li:hover .ico_email {
  background: url(../images/elf.png) no-repeat -7px -8px #fff;
}

.float-right-box .top-list li:hover .ico_wechat {
  background: url(../images/erweima_h.png) no-repeat center #fff;
  background-size: 28px 28px;
}

.float-right-box .top-list li:hover .ico_top {
  background: url(../images/elf.png) no-repeat -128px -69px #fff;
}

.float-right-box .top-list li:hover {
  background-color: #fff;
}

.float-right-box .top-list li:hover .img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list .return-webtop .stt {
  font-family: "Arial";
  text-align: left;
  font-weight: bold;
}

#wechat .img {
  position: absolute;
  right: 255px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 150px;
  height: 150px;
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 50%;
  margin-top: -75px;
}

#wechat .img img {
  width: 150px;
  height: 150px;
}

.float-right-box .top-list li:hover #wechat .img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.float-right-box .top-list li.am-gotop {
  opacity: 0;
  visibility: hidden;
  height: 0;
  border-bottom: 0;
}

.float-right-box .top-list li.am-gotopon {
  visibility: visible;
  opacity: 1;
  height: 50px;
}

/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px 0 0 0;
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.paging li {
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
}

.paging li a {
  display: inline-block;
  color: #0b3190;
  background: #f2f2f2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 3px;
  font-size: 12px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.paging li.thisclass a, .paging li:hover a {
  background: #0b3190;
  color: #fff;
}

.pageinfo {
  letter-spacing: 1px;
}

.pageinfo strong {
  font-family: "Arial";
  font-weight: normal;
  font-size: 14px;
}

.paging li.i a, .paging li.n a, .paging li a.e, .paging li.p a, .paging li.e a {
  text-indent: -9999px;
}

.paging li.i a {
  background: url(../images/paging_btn.png) 7px center no-repeat #f2f2f2;
}

.paging li a.e {
  background: url(../images/paging_btn.png) -152px center no-repeat #f2f2f2;
}

.paging li.e a {
  background: url(../images/paging_btn.png) -152px center no-repeat #f2f2f2;
}

.paging li.p a {
  background: url(../images/paging_btn.png) -32px center no-repeat #f2f2f2;
}

.paging li.n a {
  background: url(../images/paging_btn.png) -100px center no-repeat #f2f2f2;
}

.paging li.i:hover a {
  background: url(../images/paging_btn_hover.png) 7px center no-repeat #0b3190;
}

.paging li:hover a.e {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #0b3190;
}

.paging li.e:hover a {
  background: url(../images/paging_btn_hover.png) -152px center no-repeat #0b3190;
}

.paging li.p:hover a {
  background: url(../images/paging_btn_hover.png) -32px center no-repeat #0b3190;
}

.paging li.n:hover a {
  background: url(../images/paging_btn_hover.png) -100px center no-repeat #0b3190;
}

.contentnav {
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.contentnav div {
  display: inline-block;
}

.contentnav div:first-child + div {
  margin: 0 160px;
}

.contentnav a {
  display: block;
  width: 120px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #555;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contentnav a:hover {
  background-color: #0b3190;
  border: 1px solid #0b3190;
  color: #fff;
}

.contentnav .t-prev a:hover {
  text-indent: -10px;
}

.contentnav .t-next a:hover {
  text-indent: 10px;
}

.content {
  height: 194px;
}

.pro-bigpic {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.pro-bigpic .pic-box {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pro-bigpic .pic-box img {
  width: 100%;
}

.pro-bigpic .pic-box .close {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/templets/images/close.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 0;
}

.pro-bigpic .pic-box .close:hover {
  opacity: .8;
  cursor: pointer;
}

@media screen and (max-width: 1500px) {
  .index-banner .banner-video {
    right: 44%;
  }
}
/*# sourceMappingURL=css.css.map */