@charset "UTF-8";
/*--------------------通用---------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

p, h2, h3, h4 {
  margin: 0;
  line-height: 1;
}

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: #333;
}

a:hover {
  text-decoration: none;
}

.fwb {
  font-weight: bold;
}

.op0 {
  opacity: 0;
}

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

.font-en {
  font-family: "微软雅黑";
}

.wenyue-cn {
  font-family: "wenyue";
}

.timesroman {
  font-family: "Times New Roman";
}

/*--------------------dufault---------------------*/
body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

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

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

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}

img {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

input[type=button], input[type=submit] {
  -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.button {
  border-radius: 0;
}

/******************************************************* DEFAULT END */
/***
*** header ***
***/
.header {
  height: 119px;
  -webkit-box-shadow: 0 0px 5px #ccc;
          box-shadow: 0 0px 5px #ccc;
}

.header .logo {
  padding-top: 16px;
  padding-left: 2px;
}

.header .menu {
  padding-top: 39px;
}

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

.header .menu > ul > li a {
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 24px;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.header .menu > ul > li ul {
  position: absolute;
  top: 80px;
  margin: 0;
  display: none;
  width: 100%;
  z-index: 100;
}

.header .menu > ul > li ul li {
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .menu > ul > li ul li a {
  display: block;
  padding: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  background: #0434a0;
  color: #fff;
  font-size: 14px;
}

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

.header .menu > ul > li ul li ul {
  position: absolute;
  top: 0;
  left: 112px;
}

.header .menu > ul > li ul li ul li {
  display: none;
}

.header .menu > ul > li ul li:hover ul li {
  display: block;
}

.header .menu > ul .on, .header .menu > ul > li:hover > a {
  color: #0434a0;
  font-weight: bold;
}

.header .wrap {
  position: relative;
}

.header .head-box {
  position: absolute;
  top: 0;
  right: 0;
}

.header .head-box .gouwu {
  width: 100px;
  height: 36px;
  background: #1296db;
}

.header .head-box .gouwu a {
  color: #fff;
  line-height: 36px;
  font-size: 14px;
}

.header .head-box .gouwu a img {
  float: left;
  margin: 8px 10px 0 7px;
}

.header .head-box .gouwu a .tit {
  float: left;
}

.header .head-box .language {
  width: 100px;
  background: #0434a0;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ebebeb;
  font-size: 14px;
  position: relative;
}

.header .head-box .language .lang-tit {
  cursor: pointer;
  position: relative;
}

.header .head-box .language .lang-tit img {
  float: left;
  height: 23px;
  margin: 6px 10px 0 17px;
  line-height: 1;
}

.header .head-box .language .lang-tit .tit {
  float: left;
}

.header .head-box .language ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 99;
}

.header .head-box .language ul li a {
  height: 36px;
  line-height: 36px;
  display: block;
  width: 100%;
  background: #0434a0;
  border-top: 1px solid #ccc;
  color: #fff;
  font-size: 14px;
}

.header .head-box .language ul li a:hover {
  background: #fff;
  color: #0434a0;
}

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

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

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

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

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

#edition-en .header .menu > ul > li:nth-child(6) {
  width: 124px;
}

#edition-en .header .menu > ul > li a {
  padding: 0 20px;
}

#edition-en .header .menu > ul > li li a {
  padding: 0;
}

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

#edition-en .header .head-box .language {
  width: 127px;
}

/******************************************************* HEADER END */
/***
*** index ***
***/
/* 本例子css */
.index-banner .swiper-container {
  width: 100%;
  min-width: 1400px;
}

.index-banner .swiper-slide {
  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;
}

.index-banner .swiper-slide img {
  width: 100%;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

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

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

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

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

.index-banner .swiper-pagination-bullet-active {
  background: #fff;
}

.index-box {
  height: 1150px;
  background: url("/templets/images/bigbox-bg.jpg") no-repeat center center;
}

.index-box .index-class {
  padding-top: 75px;
}

.index-box .index-class .class-l .pic {
  margin-left: 30px;
  margin-right: 70px;
}

.index-box .index-class .class-l .pic ul {
  position: relative;
  width: 450px;
  height: 450px;
}

.index-box .index-class .class-l .pic ul li {
  position: absolute;
  top: 0;
  left: 0;
}

.index-box .index-class .class-l .pic ul li img {
  width: 100%;
  border-radius: 50%;
}

.index-box .index-class .class-l .pic ul li:nth-child(1) {
  z-index: 1;
}

.index-box .index-class .class-l .pic ul .on {
  display: block;
}

.index-box .index-class .class-l .info {
  padding-left: 66px;
  padding-top: 75px;
}

.index-box .index-class .class-l .info ul {
  position: relative;
  width: 240px;
}

.index-box .index-class .class-l .info ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.index-box .index-class .class-l .info ul li:nth-child(1) {
  z-index: 1;
}

.index-box .index-class .class-l .info ul .on {
  display: block;
}

.index-box .index-class .class-l .info .tit {
  color: #0434a0;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 32px;
  line-height: 1;
}

.index-box .index-class .class-l .info .cont {
  padding-bottom: 20px;
}

.index-box .index-class .class-l .info .cont p {
  line-height: 30px;
  color: #555;
  font-size: 16px;
}

.index-box .index-class .class-l .info .cont p a {
  color: #555;
}

.index-box .index-class .class-l .info .cont p a:hover {
  color: #0434a0;
}

.index-box .index-class .class-l .info .more {
  display: block;
  color: #fff;
  text-align: center;
  width: 126px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  border-radius: 16px;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#1c9ad1), to(#0434a0));
  background: linear-gradient(to bottom right, #1c9ad1, #0434a0);
  /* 标准的语法 */
}

.index-box .index-class .class-r {
  margin-top: 10px;
  margin-right: 30px;
}

.index-box .index-class .class-r li {
  height: 142px;
  width: 183px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}

.index-box .index-class .class-r li .tit {
  color: #555;
  font-size: 16px;
  line-height: 1;
  padding-left: 23px;
  padding-top: 23px;
}

.index-box .index-class .class-r li .pic {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 58px;
  height: 53px;
  background: url("/templets/images/sb1.png") no-repeat;
  background-size: contain;
}

.index-box .index-class .class-r li:nth-child(2) .pic {
  background: url("/templets/images/sb2.png") no-repeat;
  background-size: contain;
}

.index-box .index-class .class-r li:nth-child(4) .pic {
  background: url("/templets/images/sb3.png") no-repeat;
  background-size: contain;
}

.index-box .index-class .class-r li:nth-child(3) .pic {
  background: url("/templets/images/sb4.png") no-repeat;
  background-size: contain;
}

.index-box .index-class .class-r .on {
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#1c9ad1), to(#0434a0));
  background: linear-gradient(to bottom right, #1c9ad1, #0434a0);
  /* 标准的语法 */
}

.index-box .index-class .class-r .on .tit {
  color: #fff;
}

.index-box .index-class .class-r .on .pic {
  background: url("/templets/images/sb1-h.png") no-repeat;
  background-size: contain;
}

.index-box .index-class .class-r li.on:nth-child(2) .pic {
  background: url("/templets/images/sb2-h.png");
  background-size: contain;
}

.index-box .index-class .class-r li.on:nth-child(4) .pic {
  background: url("/templets/images/sb3-h.png");
  background-size: contain;
}

.index-box .index-class .class-r li.on:nth-child(3) .pic {
  background: url("/templets/images/sb4-h.png");
  background-size: contain;
}

.index-box .index-about {
  padding-top: 217px;
}

.index-box .index-about .about-l {
  width: 610px;
  color: #fff;
}

.index-box .index-about .about-l .tit {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}

.index-box .index-about .about-l .cont {
  color: #fff;
}

.index-box .index-about .about-l .cont .en {
  display: none;
}

.index-box .index-about .about-l .cont p {
  line-height: 26px;
  font-size: 16px;
  padding-bottom: 26px;
}

.index-box .index-about .about-l .more {
  display: block;
  color: #0434a0;
  text-align: center;
  font-weight: bold;
  width: 126px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  font-size: 16px;
  background: #fff;
}

.index-box .index-about .about-r img {
  border-radius: 26px;
}

#edition-en .index-box .index-class .class-l .info ul {
  width: 270px;
}

#edition-en .index-about .about-l {
  width: 590px;
}

#edition-en .index-about .about-l .cont .en {
  display: block;
}

#edition-en .index-about .about-l .cont .cn {
  display: none;
}

.index-news {
  height: 545px;
  background: url("/templets/images/news-bg.jpg") bottom center no-repeat;
}

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

.index-news .news-top .news-tit {
  font-size: 24px;
  font-weight: bold;
  color: #0434a0;
  line-height: 1;
  padding-left: 33px;
}

.index-news .news-top .news-list {
  padding-right: 41px;
}

.index-news .news-top .news-list li {
  float: left;
  padding-left: 45px;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
}

.index-news .news-top .news-list li.on {
  color: #0434a0;
  font-weight: bold;
}

.index-news .picScroll-left {
  overflow: hidden;
  position: relative;
  display: none;
}

.index-news .picScroll-left .picList {
  overflow: visible !important;
}

.index-news .picScroll-left .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}

.index-news .picScroll-left .hd ul {
  margin: 0 auto;
  text-align: center;
}

.index-news .picScroll-left .hd ul li {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 16px;
  border: 2px solid #0434a0;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  cursor: pointer;
}

.index-news .picScroll-left .hd ul li.on {
  background: #0434a0;
  border: 2px solid #0434a0;
}

.index-news .picScroll-left .bd {
  padding-bottom: 60px;
}

.index-news .picScroll-left .bd .tempWrap {
  overflow: hidden;
  position: relative;
  width: 1160px !important;
  margin: 0 auto;
  height: 250px;
}

.index-news .picScroll-left .bd li {
  float: left;
  width: 548px !important;
  background: #fff;
  margin: 0 15px;
  -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.index-news .picScroll-left .bd li a {
  display: block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 25px;
  position: relative;
}

.index-news .picScroll-left .bd li a .edu-l {
  margin-top: 48px;
  width: 140px;
  height: 110px;
  overflow: hidden;
  border: 1px solid #eee;
}

.index-news .picScroll-left .bd li a .edu-r {
  width: 330px;
}

.index-news .picScroll-left .bd li a .data {
  margin-bottom: 60px;
  padding-top: 10px;
}

.index-news .picScroll-left .bd li a .data span {
  font-size: 14px;
  line-height: 24px;
  display: block;
  color: #aaa;
}

.index-news .picScroll-left .bd li a .new-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-size: 16px;
  line-height: 48px;
  padding-top: 30px;
}

.index-news .picScroll-left .bd li a .new-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}

.index-news .picScroll-left .bd li a .box {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  text-align: center;
  line-height: 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.index-news .picScroll-left .bd li:hover .box {
  right: 40px;
}

#edition-en .index-news .news-list li:nth-child(1) {
  width: 127px;
}

#edition-en .index-news .news-list li:nth-child(2) {
  width: 194px;
}

#edition-en .index-news .news-list li:nth-child(3) {
  width: 214px;
}

/******************************************************* INDEX END */
/***
*** page ***
***/
.page-about {
  border-bottom: 1px solid #eee;
}

.page-about .about-head .tit {
  padding-top: 50px;
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.page-about .about-cont {
  padding: 50px 0;
}

.page-about .about-cont .pic {
  padding-right: 30px;
  padding-bottom: 30px;
}

.page-about .about-cont .pic img {
  width: 100%;
  width: 500px;
}

.page-about .about-cont .cont {
  width: 52%;
}

.page-about .about-cont .cont p {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 30px;
}

#edition-en .page-about .about-cont .cont p {
  line-height: 26px;
}

.page-contact {
  border-bottom: 1px solid #eee;
}

.page-contact iframe {
  display: block;
  border: 0;
  width: 100%;
  height: 450px;
}

.page-contact .map-con {
  overflow: hidden;
}

.page-contact .map-con li {
  position: relative;
  z-index: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}

.page-contact .map-con li.on {
  height: 450px;
  opacity: 1;
  z-index: 98;
}

.page-contact .menu-toolbar2 {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.page-contact .menu-toolbar2 li {
  float: left;
  display: inline-block;
  width: 16.6666%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background: #353535 url(../images/menu_down.png) right 18px bottom -30px no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.page-contact .menu-toolbar2 li a {
  color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.page-contact .menu-toolbar2 li.on, .page-contact .menu-toolbar2 li:hover {
  color: #fff;
  background: #0434a0 url(../images/menu_down.png) right 18px center no-repeat;
}

.page-contact .contact-head .tit {
  padding-top: 50px;
  color: #000103;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.page-contact .ltd-list {
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.page-contact .ltd-list .en {
  display: none;
}

.page-contact .ltd-list li {
  padding: 0 20px;
  float: left;
  width: 400px;
  padding-bottom: 30px;
}

.page-contact .ltd-list li .pic {
  height: 150px;
  width: 150px;
  overflow: hidden;
  margin: 15px auto 0;
  border-radius: 50%;
}

.page-contact .ltd-list li .pic img {
  height: 100%;
}

.page-contact .ltd-list li .cont {
  padding-top: 10px;
}

.page-contact .ltd-list li .cont .tit {
  font-size: 18px;
  line-height: 30px;
  color: #0434a0;
  font-weight: bold;
  text-align: center;
}

.page-contact .ltd-list li .cont p {
  font-size: 16px;
  line-height: 24px;
  color: #555;
  text-align: center;
}

.page-contact .kehu {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-contact .kehu .kehu-info {
  padding-bottom: 20px;
}

.page-contact .kehu .kehu-info .en {
  display: none;
}

.page-contact .kehu .kehu-info p {
  line-height: 30px;
  font-size: 16px;
  color: #555;
  font-weight: bold;
}

.page-contact .kehu .form-liuyan input {
  font-size: 16px;
  text-indent: 15px;
  height: 40px;
  color: #555;
  outline: none;
  border: none;
  border-bottom: 1px solid #a9a9a9;
  background: #f7f7f7;
}

.page-contact .kehu .form-liuyan textarea {
  width: 100%;
  height: 60px;
  padding-top: 10px;
  text-indent: 15px;
  font-size: 16px;
  font-family: '微软雅黑';
  outline: none;
  border: none;
  background: #f7f7f7;
  border-bottom: 1px solid #a9a9a9;
}

.page-contact .kehu .form-liuyan .inp-box {
  width: 32%;
  padding-bottom: 20px;
}

.page-contact .kehu .form-liuyan .inp-box input {
  width: 100%;
}

.page-contact .kehu .form-liuyan .inp-box:nth-child(4), .page-contact .kehu .form-liuyan .inp-box:nth-child(5) {
  margin-right: 2%;
}

.page-contact .kehu .form-liuyan .form-mess {
  width: 100%;
}

.page-contact .kehu .form-liuyan .inp-btn input {
  font-size: 16px;
  text-align: center;
  border: 1px solid #0434a0;
  width: 150px;
  text-indent: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-contact .kehu .form-liuyan .inp-btn input:nth-child(1) {
  background: #0434a0;
}

.page-contact .kehu .form-liuyan .inp-btn input:nth-child(1):hover {
  color: #0434a0;
  background: #fff;
}

.page-contact .kehu .form-liuyan .inp-btn input:nth-child(2) {
  background: #aaa;
  border-color: #aaa;
}

.page-contact .kehu .form-liuyan .inp-btn input:nth-child(2):hover {
  color: #aaa;
  background: #fff;
}

#edition-en .page-contact .kehu-info .en {
  display: block;
}

#edition-en .page-contact .kehu-info .cn {
  display: none;
}

#edition-en .page-contact .ltd-list .en {
  display: block;
}

#edition-en .page-contact .ltd-list .cn {
  display: none;
}

.page-news {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.page-news .news-list {
  padding-top: 35px;
}

.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;
}

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

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

.page-news .news-list .tit {
  width: 700px;
  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;
  white-space: nowrap;
}

.page-news .news-list .date {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 16px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.page-news .news-list .description {
  top: 80px;
  width: 600px;
  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;
}

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

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

#news_con article table {
  border-collapse: collapse;
}

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

#news_con article .date {
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin-top: 17px;
  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: 800px;
  height: auto !important;
  display: block;
  margin: 0 auto;
}

.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: 16px;
  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: #0434a0;
  border: 1px solid #0434a0;
  color: #fff;
}

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

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

.contentnav .in-nonew {
  opacity: 0;
}

.page-product {
  padding-top: 60px;
  border-bottom: 1px solid #eee;
}

.page-product .product-list {
  padding-top: 50px;
}

.page-product .product-list ul li {
  float: left;
  width: 300px;
  margin-bottom: 20px;
}

.page-product .product-list ul li a {
  display: block;
  width: 270px;
  margin: 0 auto;
}

.page-product .product-list ul li a .pro-pic {
  width: 100%;
  height: 270px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #eee;
}

.page-product .product-list ul li a .pro-pic .pic {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
}

.page-product .product-list ul li a .pro-pic img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page-product .product-list ul li a h3 {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  /*background: #f7f7f7;*/
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}

.page-product .product-list ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-product .product-list ul li a:hover h3 {
  /*background: $hover-color;*/
  color: #0434a0;
}

.page-product .product-list ul.on {
  display: block;
}

.art-product .pro-content {
  padding-bottom: 20px;
}

.art-product .pro-tit {
  width: 900px;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  color: #444;
  border-bottom: 1px solid #eee;
}

.art-product .pro-pic {
  padding-top: 50px;
  width: 800px;
  margin: 0 auto;
}

.art-product .pro-pic img {
  width: 100%;
}

.art-product .pro-body {
  padding-top: 30px;
  width: 1000px;
  margin: 0 auto;
  color: #555;
  min-height: 150px;
}

.art-product .pro-body img {
  max-width: 100%;
}

.art-product .pro-body p {
  line-height: 30px;
  font-size: 16px;
}

.art-product .inquiry {
  text-transform: uppercase;
  text-indent: 15px;
  display: block;
  width: 80%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  background: url("/templets/images/addtocart.png") no-repeat #ff6600;
  background-position: 28px 16px;
  margin-top: 41px;
  -webkit-transition: none;
  transition: none;
  margin: 0 auto;
}

.art-product .inquiry.added {
  background: url("/templets/images/dagou.png") no-repeat #ff6600;
  background-position: 28px 6px;
  background-size: 38px;
}

.disn {
  display: block !important;
}

.page-zhaopin {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.page-zhaopin .zhaopin-list {
  padding-top: 50px;
}

.page-zhaopin .zhaopin-list li {
  width: 100%;
  margin-bottom: 5px;
}

.page-zhaopin .zhaopin-list li .zp-tit {
  border-bottom: 1px solid #eee;
  padding: 15px 88px 15px 35px;
  line-height: 26px;
  font-size: 16px;
  color: #444;
  position: relative;
  cursor: pointer;
}

.page-zhaopin .zhaopin-list li .zp-tit .zp-add {
  width: 22px;
  height: 22px;
  background-color: #d8d8d8;
  text-align: center;
  display: block;
  position: absolute;
  right: 46px;
  top: 17px;
  font-size: 16px;
  color: #fff;
}

.page-zhaopin .zhaopin-list li .zp-tit .zp-add i {
  position: absolute;
  background-color: #fff;
}

.page-zhaopin .zhaopin-list li .zp-tit .zp-add .i1 {
  width: 11px;
  height: 1px;
  top: 50%;
  left: 50%;
  margin-left: -5px;
}

.page-zhaopin .zhaopin-list li .zp-tit .zp-add .i2 {
  height: 11px;
  width: 1px;
  left: 50%;
  top: 50%;
  margin-top: -5px;
}

.page-zhaopin .zhaopin-list li .zp-tit .on {
  background: #0434a0;
}

.page-zhaopin .zhaopin-list li .zp-cont {
  display: none;
  padding: 25px 35px;
}

.page-zhaopin .zhaopin-list li .zp-cont .en {
  display: none;
}

.page-zhaopin .zhaopin-list li .zp-cont p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.page-zhaopin .zhaopin-list li .zp-cont p strong {
  color: #0434a0;
}

.page-zhaopin .zhaopin-list li .zp-cont .add-btn {
  margin-top: 20px;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 1px solid #0434a0;
  background: #0434a0;
}

.page-zhaopin .zhaopin-list li .zp-cont .add-btn:hover {
  background: #fff;
  color: #0434a0;
}

.page-zhaopin .zhaopin-list .open .zp-tit {
  color: #0434a0;
}

.page-zhaopin .kong {
  display: none;
  font-size: 16px;
  padding: 30px 0;
  text-align: center;
}

.page-jishu {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.page-jishu .jishu-content {
  padding-top: 50px;
}

.page-jishu .jishu-content p {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 26px;
}

.page-jishu .jishu-content p img {
  width: 100%;
}

.page-jishu .jishu-pro ul li {
  width: 290px;
  float: left;
  margin-right: 13px;
}

.page-jishu .jishu-pro ul li a img {
  display: inline-block;
}

.page-jishu .jishu-pro ul li a p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
}

.page-jishu .jishu-pro ul :nth-child(4) {
  margin-right: 0;
}

#edition-en .page-zhaopin .choose-list li {
  padding-top: 15px;
}

#edition-en .page-zhaopin .choose-list li .tit {
  line-height: 18px;
  padding-top: 4px;
}

.page-l {
  position: relative;
}

.page-left-menu.fixed {
  position: fixed;
  top: 60px;
}

.page-left-menu {
  float: left;
  width: 260px;
  background: #0434a0;
}

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

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

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

.page-left-menu ul li a {
  display: block;
  height: 56px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 56px;
  color: #fff;
  background: url(../images/icon-s.png) 20px 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) 18px center no-repeat #f0fff8;
  color: #0434a0;
}

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

.page-mess {
  padding-top: 60px;
  position: relative;
}

.page-right {
  width: 900px;
  float: right;
}

.xunpan {
  border-bottom: 1px solid #eee;
}

.xunpan .productcontainer {
  padding-top: 50px;
}

.xunpan .ft-car-list li:nth-child(1) {
  border-top: 1px solid #ddd;
}

.xunpan .ft-car-list li {
  padding: 0 40px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xunpan .ft-car-list li .carpic {
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 15px 0;
  float: left;
  display: block;
  margin-right: 20px;
}

.xunpan .ft-car-list li p {
  float: left;
  text-align: center;
  height: 150px;
  line-height: 150px;
  font-size: 16px;
}

.xunpan .ft-car-list li .title-car {
  text-align: left;
}

.xunpan .ft-car-list li .shan {
  float: right;
  text-align: right;
}

.xunpan .ft-car-list li .shan-text {
  cursor: pointer;
}

.xunpan .ft-car-list li .icon-shan {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/delete.png);
  vertical-align: middle;
}

.xunpan .ft-car-list li .icon-shan:hover {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../images/delete_h2.png);
}

.xunpan .ft-car-list li .shan-text:hover {
  color: #0434a0;
}

.xunpan .ft-car-list li img {
  width: 100%;
}

.xunpan .ft-inquiry-list {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #eee;
  border-bottom: 0;
}

.xunpan .ft-inquiry-list li {
  height: 160px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.xunpan .ft-inquiry-list li .carpic {
  width: 50%;
  padding-left: 40px;
  float: left;
}

.xunpan .ft-inquiry-list li .carpic img {
  width: 120px;
}

.xunpan .ft-inquiry-list li p {
  width: 50%;
  float: left;
  height: 120px;
  line-height: 120px;
  font-size: 16px;
  text-align: center;
}

.xunpan .ft-inquiry-list .message {
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
}

.xunpan .ft-inquiry-list .message span {
  font-size: 16px;
  line-height: 20px;
}

.xunpan .ft-inquiry-list .message .data {
  float: right;
}

.xunpan .ft-inquiry-list .message .data span {
  padding-right: 30px;
}

.xunpan .backlist {
  display: block;
  width: 150px;
  color: #fff;
  background: #0434a0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin: 30px auto 70px;
  border-radius: 20px;
  border: 1px solid #0434a0;
}

.xunpan .backlist:hover {
  color: #0434a0;
  background: #fff;
}

.reveal-modal-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#66000000', endcolorstr='#66000000');
  z-index: 1000;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.reveal-modal {
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 600px;
  width: 80%;
  max-height: 690px;
  background: #fff;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.jDialog .jDialog-content {
  padding: 15px 20px;
  position: relative;
}

.jDialog .close {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
  background: url(../images/d_close.png) center center no-repeat;
}

.jDialog .close:hover {
  background: url(../images/d_close_h.png) center center no-repeat;
}

.jDialog h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 2;
  padding-top: 13px;
  border-bottom: 1px solid #ccc;
}

.jDialog form > ul {
  padding: 30px 0 20px;
}

.jDialog form > ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.jDialog form > ul > li {
  float: left;
  width: 240px;
}

.jDialog form > ul > li:last-child {
  padding-left: 39px;
  margin-left: 40px;
  border-left: 1px solid #ccc;
  height: 130px;
}

.jDialog form > ul > li:last-child h3 {
  color: #2c8dd1;
  font-size: 20px;
  margin-top: -6px;
  line-height: 2;
}

.jDialog form > ul > li:last-child h3.form-title-cn {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0;
  padding-top: 13px;
}

.jDialog form > ul > li:last-child li input {
  margin: 8px 5px 0 0;
  width: 13px;
  height: 13px;
  float: left;
}

.jDialog form > ul > li:first-child {
  text-align: center;
}

.jDialog form > ul > li:first-child h3 {
  color: #fff;
  font-size: 24px;
  line-height: 2;
}

.jDialog form > h3 {
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}

.jDialog form > input {
  border: 1px solid #aaa;
  padding: 0 10px;
  height: 44px;
  margin-bottom: 8px;
  color: #555;
}

.jDialog form > textarea {
  border: 1px solid #aaa;
  padding: 0 10px;
  height: 80px;
  margin-bottom: 8px;
  color: #444;
  font-family: "微软雅黑";
  line-height: 24px;
}

.jDialog form .intxt {
  max-width: 538px;
  width: 100%;
  display: block;
}

.jDialog form .code {
  width: 320px;
}

.jDialog form .coolbg {
  width: 200px;
  position: relative;
  left: 50%;
  margin-left: -100px;
  height: 46px;
  color: #fff;
  background: #0434a0;
  line-height: 46px;
  cursor: pointer;
}

.jDialog form .coolbg:hover {
  font-weight: bold;
}

.jDialog p {
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}

.jDialog p a {
  color: #fff;
}

.jDialog p a:hover {
  color: #aaa;
}

.send {
  display: none;
}

.openselect {
  margin: 40px 0;
  display: inline-block;
  background-color: #0434a0;
  color: #fff;
  border-radius: 50px;
  padding: 0 30px;
  line-height: 40px;
  border: 1px solid #0434a0;
}

.prolist2 {
  width: 420px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.prolist2 ul {
  overflow: hidden;
  background: #eee;
}

.prolist2 ul li {
  width: 80px;
  height: 60px;
  float: left;
  cursor: pointer;
  margin-bottom: 4px;
  margin-top: 4px;
  margin-left: 4px;
  border: 1px inset transparent;
}

.prolist2 ul li span {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

.prolist2 ul li.on {
  border: 1px inset #0434a0;
  overflow: hidden;
}

.prolist2 ul li img {
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  max-height: 70px;
  vertical-align: middle;
  display: block;
}

.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: 800px;
  -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;
}

.center {
  width: 420px;
  float: left;
  background: #eeeeee;
}

.center .content {
  width: 100%;
  height: 310px;
  position: relative;
  overflow: hidden;
}

.center .content:hover .magnifier {
  opacity: 1;
}

.center .content .magnifier {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.center .content .magnifier i {
  display: block;
  width: 60;
  height: 60;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../images/magnifier.png) no-repeat;
}

.center .content > img {
  margin: auto;
  width: 100%;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
}

.detail_prenext {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 400px;
  padding-top: 20px;
}

.detail_prenext span {
  width: 90px;
  height: 32px;
  line-height: 30px;
  font-size: 16px;
  text-align: right;
}

.detail_prenext #pre {
  position: absolute;
  left: 0;
  top: 20px;
  float: left;
  background: url(../images/left-circle2.png) no-repeat;
}

.detail_prenext #next {
  position: absolute;
  right: 0;
  top: 20px;
  float: right;
  text-align: left;
  background: url(../images/right-circle2.png) no-repeat right;
}

.detail_prenext #item {
  display: inline-block;
  width: 104px;
  background: url(../images/unordered-list.png) no-repeat;
}

.detail_prenext span a {
  text-decoration: none;
  color: #666;
  display: block;
}

.detail_prenext span:hover a span {
  color: #666;
}

.detail_prenext span a:hover {
  color: #0434a0;
}

/******************************************************* PAGE END */
/***
*** product ***
***/
/******************************************************* PRODUCT END */
/***
*** contact ***
***/
/******************************************************* CONTACT END */
/***
*** footer ***
***/
.footer .foot-info {
  padding: 25px 0 50px;
}

.footer .foot-info .info-l {
  width: 920px;
  padding-top: 31px;
}

.footer .foot-info .info-l p {
  float: left;
  line-height: 26px;
  font-size: 16px;
  color: #555;
}

.footer .foot-info .info-l p span {
  display: block;
  width: 26px;
  height: 24px;
  float: left;
  margin-right: 12px;
  vertical-align: middle;
}

.footer .foot-info .info-l p:nth-child(1) {
  padding-right: 217px;
  padding-bottom: 25px;
}

.footer .foot-info .info-l p:nth-child(1) span {
  background: url("/templets/images/ico-add.jpg") no-repeat;
}

.footer .foot-info .info-l p:nth-child(2) {
  padding-bottom: 25px;
}

.footer .foot-info .info-l p:nth-child(2) span {
  background: url("/templets/images/ico-web.jpg") no-repeat;
}

.footer .foot-info .info-l p:nth-child(3) {
  padding-right: 78px;
}

.footer .foot-info .info-l p:nth-child(3) span {
  background: url("/templets/images/ico-phone.jpg") no-repeat;
}

.footer .foot-info .info-l p:nth-child(4) {
  padding-right: 78px;
}

.footer .foot-info .info-l p:nth-child(4) span {
  background: url("/templets/images/ico-fax.jpg") no-repeat;
}

.footer .foot-info .info-l p:nth-child(5) span {
  background: url("/templets/images/ico-mail.jpg") no-repeat;
}

.footer .foot-info .info-r {
  padding-top: 10px;
}

.footer .foot-info .info-r img {
  float: left;
  height: 118px;
}

.footer .foot-info .info-r img:nth-child(1) {
  padding-right: 30px;
}

.footer .foot-power {
  height: 50px;
  background: #2a2a2a;
  text-align: center;
}

.footer .foot-power span {
  color: #aaa;
  font-size: 12px;
  line-height: 50px;
}

.footer .foot-power span a {
  color: #aaa;
}

#edition-en .footer .foot-info .info-l p:nth-child(1) {
  padding-right: 74px;
}

/******************************************************* FOOTER END */
/*翻页样式*/
.paging {
  text-align: center;
  padding: 45px;
  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: #0434a0;
  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: #0434a0;
  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 #0434a0;
}

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

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

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

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

/*固定侧边拦*/
.float-right-box {
  width: 234px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #0434a0;
  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 #0434a0;
}

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

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

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

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

.float-right-box .top-list .ico_wechat {
  background: url(../images/elf.png) no-repeat -67px -127px #0434a0;
}

.float-right-box .top-list .ico_top {
  -webkit-transition: all 0s;
  transition: all 0s;
  background: url(../images/elf.png) no-repeat -188px -69px #0434a0;
}

.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: 222px;
}

.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/elf.png) no-repeat -7px -127px #fff;
}

.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 {
  -webkit-transition: all 0s;
  transition: all 0s;
}

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

.float-right-box .bot-share {
  position: relative;
  height: 50px;
}

.float-right-box .bot-share a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  float: left;
}

.float-right-box .bot-share .share {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.float-right-box .bot-share .sina {
  background: url(../images/ico_63.png) no-repeat center;
}

.float-right-box .bot-share .wx {
  background: url(../images/ico_64.png) no-repeat center;
}

.float-right-box .bot-share .tx {
  background: url(../images/ico_65.png) no-repeat center;
}

.float-right-box .bot-share .more {
  background: url(../images/ico_66.png) no-repeat center;
}

.float-right-box .top-list li:hover .icoche {
  background: url(../images/icon_gouwu_hei.png) no-repeat center center #fff;
}

.icoche {
  background: url(../images/icon_gouwu.png) center center no-repeat #0434a0;
}

.float-right-box .bot-share a:hover {
  background-color: #525354;
}

.float-right-box .bot-share .share-ico {
  background: url(../images/ico_67.png) no-repeat center #191919;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}

#wechat .img {
  position: absolute;
  right: 234px;
  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;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 0;
}

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

.page-banner {
  overflow: hidden;
  height: 250px;
  width: 100%;
  min-width: 1200px;
  position: relative;
}

.page-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 250px;
}

.page-banner .tit {
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  top: 50%;
  margin-top: -15px;
  left: 0;
}

.page-banner .about-tit {
  position: absolute;
  top: 20px;
  right: 60px;
}

.page-banner .about-tit p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.page-banner .product-title {
  position: relative;
  z-index: 2;
  top: 250px;
  background: #ddd;
}

.page-banner .product-title ul {
  width: 100%;
  height: 60px;
}

.page-banner .product-title li {
  float: left;
  width: 50%;
}

.page-banner .product-title li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  font-weight: bold;
  color: #333;
  background: #ddd;
  text-align: center;
  padding: 0 15px;
}

.page-banner .product-title li:hover a, .page-banner .product-title .on {
  color: #fff;
  background: #0434a0;
  position: relative;
}

.page-banner .product-title li:hover a::after, .page-banner .product-title .on::after {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  background: url("/templets/images/ico-down.png") no-repeat;
}

.page-banner .new-title li {
  width: 50%;
}
/*# sourceMappingURL=css.css.map */