@font-face {
  font-family: 'Arial';
 
  font-weight: normal;
  font-style: normal;
}
.main-color {
  color: #457499;
}
.header {
  padding-top: 20px;
  height: 100px;
  width: 100%;
  background: url("../image/header-bg.png") no-repeat center 0;
}
.header .logo {
  width: 15%;
}
.header .header-right {
  width: 85%;
  height: 80px;
  position: relative;
}
.header .header-top .language {
  float: right;
}
.header .header-top .language a {
  float: left;
  margin-right: 10px;
}
.header .header-top .sys {
  float: right;
  font-size: 12px;
}
.header .header-top .sys a {
  box-sizing: content-box;
  color: #999;
  padding: 0 8px;
}
.header .header-top .sys a:not(:last-child) {
  border-right: 1px solid #999;
}
.header .header-top .sys a:hover {
  text-decoration: underline;
}
.header .nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.header .nav ul li {
  padding: 0 5px;
  font-size: 18px;
  float: left;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.header .nav ul li > a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  position: relative;
}
.header .nav ul li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 57px;
  width: 0;
  left: 0;
  border-bottom: 3px solid #3487C5;
  transition: all 0.5s;
}
.header .nav ul li:hover a:after,
.header .nav ul li.active a:after {
  width: 100%;
}
.header .nav ul li .navv {
  z-index: 1000;
  display: none;
  width: 100%;
  padding: 10px 0;
  background-color: #F8F8F8;
  position: absolute;
  left: 0;
  top: 60px;
}
.header .nav ul li .navv a {
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.header .nav ul li .navv a:hover {
  background-color: #457499;
  color: #fff;
}
.header .nav ul li .nav-search {
  cursor: auto;
  width: 220px;
  left: -171px;
  padding: 20px;
  height: 70px;
}
.header .nav ul li .nav-search .box {
  width: 100%;
  height: 30px;
  position: relative;
}
.header .nav ul li .nav-search .box i.btn {
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 14px;
}
.header .nav ul li .nav-search .box input {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 10px;
  outline: none;
  border: 1px solid #ddd;
}
.header .nav ul li .nav-search .box input:focus {
  border-color: #457499;
}
.header .nav ul li:hover .navv {
  display: block;
}
.header .nav ul .nav-product .navv,
.header .nav ul .nav-application .navv {
  width: 270%;
}
.header .nav ul .nav-product .navv a,
.header .nav ul .nav-application .navv a {
  float: left;
  width: 50%;
}
.header .nav ul .search {
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  cursor: pointer;
}
.header .nav ul .search > img {
  position: relative;
  top: 2px;
}
.header .nav ul .search:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 15px;
  width: 1px;
  top: 21px;
  background-color: #999;
}
.home-banner {
  overflow: hidden;
  width: 100%;
  height: 727px;
}
.home-banner .box {
  height: 727px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.home-banner .slick-dots {
  bottom: 50px;
}
.home-banner .slick-dots li {
  margin: 0 7px;
  padding: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
}
.home-banner .slick-dots li button {
  width: 10px;
  box-sizing: content-box;
  height: 10px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s;
  background-color: #fff;
  padding: 0 0;
}
.home-banner .slick-dots li.slick-active {
  border-radius: 50%;
  border: 1px solid #fff;
}
.home-list1 {
  background-color: #EAEAEA;
  padding: 70px 0;
}
.home-list1 ul li {
  float: left;
  text-align: center;
  font-size: 24px;
  width: 145px;
}
.home-list1 ul li .pic {
  height: 105px;
  margin-bottom: 34px;
}
.home-list1 ul li .pic img {
  transform: rotate(0deg);
  transition: all 0.6s;
}
.home-list1 ul li:hover .txt {
  color: #457499;
}
.home-list1 ul li:hover .pic img {
  transform: rotate(360deg);
}
.home-list1 ul li + li {
  margin-left: 226px;
}
.home-product {
  height: 635px;
  overflow: hidden;
  background: url("../image/index-product.png") no-repeat center 0;
}
.home-product .container {
  position: relative;
}
.home-product .pic1 {
  height: 635px;
  width: 570px;
  float: left;
  position: relative;
}
.home-product .pic2 {
  position: absolute;
  width: 325px;
  height: 210px;
  right: -100px;
  bottom: 65px;
}
.home-product .intro {
  padding-top: 70px;
  width: 689px;
  height: 635px;
  float: right;
  color: #fff;
}
.home-product .intro .title {
  font-size: 60px;
  font-family: 'Arial';
}
.home-product .intro .subtitle {
  font-size: 32px;
}
.home-product .intro .content {
  margin-top: 30px;
  color: #9bbed8;
  font-size: 18px;
  line-height: 38px;
}
.home-product .intro .icon {
  margin-top: 30px;
  margin-bottom: 50px;
}
.home-product .intro .icon img {
  width: 77px;
  height: 77px;
  margin-right: 20px;
}
.home-product .intro .more {
  display: block;
  height: 45px;
  line-height: 41px;
  font-size: 16px;
  width: 210px;
  border: 2px solid #82A7C3;
  color: #fff;
  padding-left: 40px;
}
.home-product .intro .more i {
  display: inline-block;
  width: 30px;
  height: 7px;
  background: url("../image/more-arrow.png") no-repeat;
  margin-left: 8px;
  margin-bottom: 2px;
}
.home-product .intro .more:hover {
  border-color: #457499;
  background-color: #457499;
}
.home-about {
  padding-top: 60px;
  height: 980px;
  width: 100%;
  background: url("../image/about-bg.png") center 0;
}
.home-about .home-title {
  text-align: center;
}
.home-about .home-title .en {
  font-family: Arial;
  font-size: 50px;
  color: #457499;
}
.home-about .home-title .cn {
  font-size: 24px;
  color: #000;
}
.home-about .home-title .cn i {
  display: inline-block;
  width: 40px;
  border-top: 1px solid #D6D6D6;
  padding-bottom: 8px;
}
.home-about .home-about-box {
  padding-top: 70px;
}
.home-about .home-about-box .left-box {
  float: left;
  width: 485px;
  height: 470px;
}
.home-about .home-about-box .left-box .home-about-slick {
  width: 100%;
  height: 340px;
}
.home-about .home-about-box .left-box .home-about-slick div {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home-about .home-about-box .left-box .home-about-slick div img {
  transform: scale(1);
  transition: 0.6s;
}
.home-about .home-about-box .left-box .home-about-slick div:hover img {
  transform: scale(1.05);
}
.home-about .home-about-box .left-box .home-about-slick .slick-dots {
  text-align: right;
  padding-right: 20px;
  bottom: 20px;
}
.home-about .home-about-box .left-box .home-about-slick .slick-dots li {
  margin: 0 4px;
  padding: 0;
  width: 10px;
  height: 10px;
}
.home-about .home-about-box .left-box .home-about-slick .slick-dots li button {
  width: 10px;
  box-sizing: content-box;
  height: 10px;
  display: block;
  transition: all 0.3s;
  padding: 0 0;
  background-color: #FFF;
  opacity: 0.25;
}
.home-about .home-about-box .left-box .home-about-slick .slick-dots li.slick-active button {
  background-color: #408CC7;
  opacity: 1;
}
.home-about .home-about-box .left-box .magazine {
  width: 100%;
  height: 330px;
  background-color: #4984B1;
  padding-left: 40px;
  padding-top: 20px;
  color: #fff;
}
.home-about .home-about-box .left-box .magazine .title {
  font-size: 30px;
}
.home-about .home-about-box .left-box .magazine .content {
  margin-top: 20px;
}
.home-about .home-about-box .left-box .magazine .content .pic {
  float: left;
  width: 150px;
  height: 205px;
  position: relative;
  overflow: hidden;
}
.home-about .home-about-box .left-box .magazine .content .pic img {
  transform: scale(1);
  transition: 0.6s;
}
.home-about .home-about-box .left-box .magazine .content .pic:hover img {
  transform: scale(1.1);
}
.home-about .home-about-box .left-box .magazine .content .magazine-right {
  padding-top: 20px;
  width: 260px;
  margin-left: 35px;
  float: left;
}
.home-about .home-about-box .left-box .magazine .content .magazine-right .list {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.home-about .home-about-box .left-box .magazine .content .magazine-right .list li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-right: 20px;
  width: 50%;
  float: left;
}
.home-about .home-about-box .left-box .magazine .content .magazine-right .list li:before {
  content: "--";
  color: #fff;
}
.home-about .home-about-box .left-box .magazine .content .magazine-right .list li a {
  color: #fff;
}
.home-about .home-about-box .left-box .magazine .content .magazine-right .list li a:hover {
  text-decoration: underline;
  color: #333;
}
.home-about .home-about-box .left-box .magazine .content .magazine-right .read-more {
  line-height: 30px;
  margin-top: 5px;
  margin-right: 50px;
  padding-right: 15px;
  background: url("../image/home-arrow02.png") no-repeat right 10px;
  text-align: right;
}
.home-about .home-about-box .left-box .magazine .content .magazine-right .read-more a {
  font-style: italic;
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.home-about .home-about-box .left-box .magazine .content .magazine-right .read-more a:hover {
  color: #333;
}
.home-about .home-about-box .right-box {
  float: left;
  margin-left: 39px;
  width: 735px;
  height: 670px;
}
.home-about .home-about-box .right-box .home-news-slick {
  background-color: #fff;
  width: 100%;
  height: 310px;
}
.home-about .home-about-box .right-box .home-news-slick .slick-dots {
  text-align: right;
  padding-right: 20px;
  bottom: 10px;
}
.home-about .home-about-box .right-box .home-news-slick .slick-dots li {
  margin: 0 4px;
  padding: 0;
  width: 10px;
  height: 10px;
}
.home-about .home-about-box .right-box .home-news-slick .slick-dots li button {
  width: 10px;
  box-sizing: content-box;
  height: 10px;
  display: block;
  transition: all 0.3s;
  padding: 0 0;
  background-color: #FFF;
  opacity: 0.25;
}
.home-about .home-about-box .right-box .home-news-slick .slick-dots li.slick-active button {
  background-color: #408CC7;
  opacity: 1;
}
.home-about .home-about-box .right-box .home-news-slick .home-news {
  width: 100%;
  height: 100%;
}
.home-about .home-about-box .right-box .home-news-slick .txt {
  background: #fff;
  padding-top: 30px;
  padding-right: 30px;
  float: left;
  height: 100%;
  padding-left: 35px;
  width: 375px;
}
.home-about .home-about-box .right-box .home-news-slick .txt .title {
  font-size: 30px;
}
.home-about .home-about-box .right-box .home-news-slick .txt .date {
  margin-top: 20px;
  color: #999;
  font-style: italic;
}
.home-about .home-about-box .right-box .home-news-slick .txt .news-title {
  margin-top: 15px;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.home-about .home-about-box .right-box .home-news-slick .txt .news-title a:hover {
  color: #457499;
}
.home-about .home-about-box .right-box .home-news-slick .txt .news-summary {
  margin-top: 15px;
  color: #999;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.home-about .home-about-box .right-box .home-news-slick .txt .read-more {
  line-height: 30px;
  margin-top: 10px;
  padding-right: 15px;
  background: url("../image/home-arrow03.png") no-repeat right 10px;
  text-align: right;
}
.home-about .home-about-box .right-box .home-news-slick .txt .read-more a {
  font-style: italic;
  font-size: 14px;
  color: #999;
  text-decoration: underline;
}
.home-about .home-about-box .right-box .home-news-slick .txt .read-more a:hover {
  color: #457499;
}
.home-about .home-about-box .right-box .home-news-slick .pic {
  float: right;
  height: 310px;
  width: 360px;
  position: relative;
  overflow: hidden;
}
.home-about .home-about-box .right-box .home-news-slick .pic img {
  transform: scale(1);
  transition: 0.6s;
}
.home-about .home-about-box .right-box .home-news-slick .pic:hover img {
  transform: scale(1.1);
}
.home-about .home-about-box .right-box .home-company {
  background-color: #fff;
  width: 100%;
  height: 330px;
  margin-top: 30px;
  padding-top: 25px;
  padding-left: 60px;
}
.home-about .home-about-box .right-box .home-company .title {
  font-size: 30px;
}
.home-about .home-about-box .right-box .home-company .company-list {
  height: 216px;
  overflow: hidden;

  width: 100%;

  margin-top: 20px;
  line-height: 36px;
}
.home-about .home-about-box .right-box .home-company .company-list li {
  height: 36px;
  overflow: hidden;
    float: left;
      padding-right: 20px;width:320px;
}
.home-about .home-about-box .right-box .home-company .company-list li a {
  color: #999;
}
.home-about .home-about-box .right-box .home-company .company-list li a:hover {
  text-decoration: underline;
  color: #457499;
}
.home-about .home-about-box .right-box .home-company .company-list li:before {
  content: "--";
  color: #999;
}
.inside-banner {
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.inside-banner img {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.message-box {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 100px;
}
.message-box .message input,
.message-box .message textarea {
  background: #fff;
  padding: 10px 10px;
  color: #333;
  vertical-align: middle;
  border: #C4C4C4 solid 1px;
  border-radius: 3px;
}
.message-box .message .div-01 {
  margin-bottom: 10px;
  clear: both;
}
.message-box .message .div-03 {
  height: 40px;
  width: 306px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
.message-box .message .div-last {
  margin-right: 0;
}
.message-box .message .verify {
  clear: both;
  width: 100%;
  overflow: hidden;
}
.message-box .message .verify input {
  height: 40px;
  width: 250px;
  float: left;
  margin-right: 6px;
  max-height: 100%;
}
.message-box .message .verify img {
  width: 90px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  float: left;
}
.message-box .message .verify .a-01 {
  line-height: 40px;
  float: left;
  display: inline-block;
  margin-left: 10px;
  color: #666;
  text-decoration: underline;
}
.message-box .message input {
  width: 100%;
}
.message-box .message input:focus {
  border: #457499 solid 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.message-box .message textarea {
  width: 100%;
  min-height: 130px;
}
.message-box .message textarea:focus {
  border: #457499 solid 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.message-box .message .btn {
  clear: both;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
}
.message-box .message .submit,
.message-box .message .reset {
  border-radius: 3px;
  display: inline-block;
  min-width: 122px;
  padding: 0 5px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  margin: 0 10px;
}
.message-box .message .submit {
  background: #457499;
}
.message-box .message .reset {
  background: #626262;
}
.inside-menu {
  float: left;
  position: relative;
  top: -60px;
  width: 250px;
}
.inside-menu .menu-title {
  padding-top: 45px;
  width: 100%;
  height: 155px;
  background: url("../image/menu-bg.png") no-repeat 0 0;
  text-align: center;
  color: #fff;
}
.inside-menu .menu-title .cn {
  font-size: 30px;
}
.inside-menu .menu-title .en {
  font-size: 12px;
  text-transform:uppercase;
}
.inside-menu .menu-box {
  padding: 26px 23px;
  background-color: #F8F8F8;
  margin-top: 1px;
}
.inside-menu .menu-box li {
  color: #fff;
  width: 100%;
  height: 34px;
  margin-bottom: 12px;
  border: 1px solid #DBDBDB;
  padding: 1px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.inside-menu .menu-box li a {
  color: #666;
  display: block;
  padding-left: 16px;
  padding-right: 25px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  width: 100%;
  background-color: #F5F5F5;
  position: relative;
}
.inside-menu .menu-box li a:after {
  position: absolute;
  right: 13px;
  top: 9px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url("../image/menu-arrow.png") no-repeat 0 0;
}
.inside-menu .menu-box li.active,
.inside-menu .menu-box li:hover {
  border-color: #1F84BC;
  background-color: #4B99C4;
}
.inside-menu .menu-box li.active a,
.inside-menu .menu-box li:hover a {
  color: #fff;
  background-color: #3DA2CE;
  background: linear-gradient(#3DA2CE, #1C81B5);
}
.inside-menu .menu-box li.active a:after,
.inside-menu .menu-box li:hover a:after {
  background: url("../image/menu-arrow-w.png") no-repeat 0 0;
}
.position-title {
  line-height: 20px;
  padding-top: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DBDBDB;
}
.position-title .title {
  float: left;
  font-size: 20px;
}
.position-title .title:before {
  content: "";
  display: inline-block;
  width: 5px;
  margin: 0 5px;
  height: 14px;
  background-color: #457499;
}
.position-title .position {
  color: #999;
  float: right;
}
.position-title .position a {
  color: #999;
}
.position-title .position a:hover {
  color: #457499;
}
.position-title .position:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url("../image/home-icon.png") no-repeat;
  position: relative;
  top: 1px;
}
.inside-box {
  float: left;
  width: 985px;
  margin-left: 24px;
  border-left: 1px solid #EFEFEF;
  padding-left: 25px;
  overflow: hidden;
}
.product-list {
  padding-top: 50px;
  border-bottom: 1px solid #ddd;
  margin: 0 -17px;
}
.product-list li {
  margin-bottom: 70px;
  float: left;
  width: 296px;
  height: 380px;
  margin-left: 17px;
  margin-right: 17px;
}
.product-list li .pic {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  overflow: hidden;
  height: 238px;
  position: relative;
  background-color: #FAFAFA;
  border: 1px solid #DDDDDD;
}
.product-list li .pic .mask {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../image/product-bg.png") repeat;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.6s;
}
.product-list li .pic .mask:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.product-list li .txt {
  position: relative;
  text-align: center;
  margin-top: 10px;
  width: 100%;
  height: 132px;
}
.product-list li .txt .title {
  position: relative;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
}
.product-list li .txt .title a:hover {
  color: #457499;
}
.product-list li .txt .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  border-bottom: 1px solid #457499;
}
.product-list li .txt .summary {
  margin-top: 6px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}
.product-list li .txt .more {
  position: absolute;
  bottom: 0;
  display: block;
  left: 50%;
  margin-left: -50px;
  background-color: #457499;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  width: 100px;
  height: 28px;
  line-height: 28px;
}
.product-list li .txt .more:hover {
  background-color: #4b95d0;
}
.inside-page {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}

.inside-page a,.inside-page span {
  border: 1px solid #CBCBCB;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  line-height: 25px;
  height: 27px;
  margin: 0 5px;
}
.inside-page a:hover,
.inside-page .cur,.inside-page span {
  color: #fff;
  background-color: #457499;
  border-color: #457499;
}
.news-list {
  border-bottom: 1px solid #ddd;
  padding-top: 60px;
  padding-bottom: 20px;
}
.news-list li {
  height: 190px;
  margin-bottom: 50px;
}
.news-list li .txt {
  position: relative;
  padding-top: 25px;
  line-height: 24px;
  height: 190px;
  float: left;
  width: 645px;
  border-top: 1px solid #C6C6C6;
}
.news-list li .txt:before {
  content: "";
  display: block;
  border-top: 2px solid #457499;
  width: 0;
  position: absolute;
  transition: all 0.6s;
  top: -1px;
  left: 0;
}
.news-list li .txt .title {
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  font-size: 20px;
}
.news-list li .txt .date {
  margin-top: 10px;
  color: #999;
}
.news-list li .txt .summary {
  margin-top: 4px;
  color: #666;
  height: 48px;
  overflow: hidden;
}
.news-list li .txt .more {
  position: absolute;
  bottom: 0;
  width: 140px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}
.news-list li .txt:hover:before {
  width: 100%;
}
.news-list li .txt:hover .title a {
  color: #427499;
}
.news-list li .txt:hover .more {
  color: #fff;
  border-color: #457499;
  background-color: #457499;
}
.news-list li .pic {
  float: right;
  width: 265px;
  height: 190px;
  position: relative;
}
.news-show {
  padding-bottom: 100px;
}
.news-show img {
  max-width: 100%;
  max-height: 100%;
}
.news-show .title {
  text-align: center;
  line-height: 30px;
}
.news-show .title h1 {
  padding-top: 50px;
  padding-bottom: 30px;
  font-weight: normal;
  color: #427499;
  font-size: 26px;
}
.news-show .title .info {
  height: 32px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  font-size: 12px;
  line-height: 30px;
  color: #999;
}
.news-show .content {
  padding-top: 40px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.news-show .content p {
  text-indent: 2em;
}
.news-show .page-change {
  margin-top: 60px;
}
.news-show .page-change > a {
  overflow: hidden;
  display: block;
  width: 470px;
  height: 38px;
  line-height: 36px;
  color: #999;
  padding-left: 18px;
  border: 1px solid #EAEAEA;
}
.news-show .page-change > a:hover {
  background-color: #6B97B7;
  color: #fff;
}
.news-show .page-change .prev {
  float: left;
}
.news-show .page-change .next {
  float: right;
}
.news-show .related-news {
  margin-top: 65px;
}
.news-show .related-news .related-title {
  border-bottom: 1px solid #DEDEDE;
  height: 31px;
}
.news-show .related-news .related-title span {
  display: block;
  width: 159px;
  height: 29px;
  line-height: 29px;
  padding-left: 32px;
  color: #fff;
  background: url("../image/related-title.jpg") no-repeat 0 0;
}
.news-show .related-news .related-list {
  margin-top: 30px;
}
.news-show .related-news .related-list a {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  line-height: 40px;
  padding-left: 35px;
  padding-right: 20px;
  overflow: hidden;
  color: #999;
}
.news-show .related-news .related-list a .title {
  line-height: 40px;
  text-align: left;
  float: left;
  height: 40px;
  width: 700px;
  overflow: hidden;
}
.news-show .related-news .related-list a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #457499;
  position: absolute;
  left: 20px;
  top: 18px;
}
.news-show .related-news .related-list a:hover {
  background-color: #F9F9F9;
}
.application-list li {
  margin-top: 50px;
  height: 215px;
  width: 100%;
  background: url("../image/application-bg.jpg") no-repeat 0 0;
  padding: 20px;
}
.application-list li .pic {
  float: left;
  width: 340px;
  height: 100%;
  position: relative;
}
.application-list li .txt {
  position: relative;
  margin-left: 40px;
  width: 500px;
  height: 100%;
  float: left;
}
.application-list li .txt .title {
  display: block;
  position: relative;
  font-size: 18px;
  height: 55px;
  line-height: 54px;
  overflow: hidden;
  border-bottom: 1px solid #E8E8E8;
}
.application-list li .txt .title a {
  color: #3e789f;
}
.application-list li .txt .title:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid #5E8EAE;
  position: absolute;
  bottom: 1px;
  left: 0;
  transition: all 0.6s;
}
.application-list li .txt .content {
  height: 48px;
  line-height: 24px;
  margin-top: 10px;
  overflow: hidden;
  color: #666;
}
.application-list li .txt .more {
  display: block;
  width: 139px;
  height: 29px;
  position: absolute;
  bottom: 0;
}
.application-list li:hover {
  background: url("../image/application-active.jpg") no-repeat 0 0;
}
.application-list li:hover .txt .title:after {
  width: 100%;
}
.application-show {
  padding-bottom: 100px;
}
.application-show img {
  max-width: 100%;
  max-height: 100%;
}
.application-show h1 {
  font-weight: normal;
  text-align: center;
  font-size: 26px;
  color: #457499;
  padding-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.application-show .application-pic {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 60px;
}
.application-show .main-performance .title {
margin-bottom:20px;  color: #fff;
  height: 41px;
  width: 100%;
  background: url("../image/application-show-title.png") no-repeat 0 0;
  font-size: 16px;
  line-height: 41px;
  padding-left: 70px;
}
.application-show .main-performance .content {
  font-size: 12px;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.application-show .project-list li {
  float: left;
  width: 25%;
  font-size: 12px;
}
.application-show .project-list li > div {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.application-show .project-list li > div:before {
  content: "";
  display: inline-block;
  background-color: #41A5D1;
  width: 3px;
  height: 3px;
  margin: 0 9px;
  position: relative;
  top: -2px;
}
.contact {
  padding-bottom: 150px;
}
.contact .cn-map {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 35px;
}
.contact .contact-info {
  line-height: 20px;
  color: #666;
  width: 560px;
  margin: 0 auto;
  border: 3px solid #DCDCDC;
  padding: 25px 35px;
}
.contact .contact-info .name {
  color: #3187c5;
  font-size: 16px;
  margin-bottom: 10px;
}
.recruitment {
  padding-top: 50px;
  padding-bottom: 80px;
  width: 900px;
  position: relative;
  margin: 0 auto;
}
.recruitment .title {
  text-align: center;
}
.recruitment .title .en {
  color: #3e789f;
  font-size: 36px;
}
.recruitment .title .cn {
  margin-top: 10px;
  font-size: 36px;
}
.recruitment .title .email {
  margin-top: 30px;
  font-size: 16px;
  color: #999;
}
.recruitment .title .email a {
  text-decoration: underline;
  color: #3e789f;
}
.recruitment .contact-img {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.recruitment .contact-img .cooperation {
  position: absolute;
  bottom: 40px;
  right: -170px;
}
.recruitment .job-list {
  padding-top: 30px;
}
.recruitment .job-list dl {
  margin-bottom: 50px;
}
.recruitment .job-list dl dd {
  overflow: hidden;
  height: 150px;
  border: 1px solid #ccc;
  width: 100%;
  position: relative;
  line-height: 24px;
  color: #666;
}
.recruitment .job-list dl dd .box {
  padding: 25px 30px;
  padding-bottom: 80px;
}
.recruitment .job-list dl dd .box .job {
  font-size: 26px;
  line-height: 26px;
  color: #3e789f;
}
.recruitment .job-list dl dt {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-top: 5px;
}
.recruitment .job-list dl dt .btn {
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 1px;
  right: 5px;
  background: #D7D7D7 url("../image/btn-arrow.png") no-repeat 0 0;
}
.recruitment .job-list dl dt .open {
  background: #5083A7 url("../image/btn-arrow.png") no-repeat 0 -45px;
}
.recruitment .job-list dl:hover dd {
  border-color: #5083A7;
}
.recruitment .job-list dl:hover dt {
  border-color: #5083A7;
}
.recruitment .job-list dl:hover dt .btn {
  background-color: #41789F;
}
.recruitment .job-list dl.active dd {
  border-color: #5083A7;
}
.recruitment .job-list dl.active dd .job {
  color: #E6202E;
}
.recruitment .job-list dl.active dt {
  border-color: #5083A7;
}
.company-intro {
  padding-top: 40px;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  padding-bottom: 70px;
}
.company-intro img {
  max-width: 100%;
  max-height: 100%;
}
.company-intro .img-list li {
  float: left;
  width: 50%;
  height: 268px;
  position: relative;
}
.company-intro .img-list .first {
  text-align: center;
}
.company-intro .img-list .first img {
  left: 50%;
  margin-left: -148px;
  position: absolute;
  bottom: -100px;
  z-index: 100;
}
.company-intro .img-list .txt p {
  width: 360px;
  margin: 70px auto;
  height: 120px;
  overflow: hidden;
}
.company-intro p {

}
.company-intro .bold {
  font-size: 14px;
  font-weight: bold;
}
.advanced-equipment {
  padding-top: 40px;
  padding-bottom: 60px;
}
.advanced-equipment .intro-box .left-box {
  float: left;
  width: 380px;
}
.advanced-equipment .intro-box .left-box .pic {
  width: 380px;
  height: 250px;
  position: relative;
}
.advanced-equipment .intro-box .left-box .content {
  position: relative;
  text-align: right;
  margin-top: 35px;
  padding-right: 30px;
}
.advanced-equipment .intro-box .left-box .content:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  right: 30px;
  bottom: -10px;
  border-bottom: 3px solid #0B6FC8;
}
.advanced-equipment .intro-box .right-box {
  padding-top: 80px;
  float: right;
  width: 525px;
  color: #666;
  line-height: 36px;
}
.advanced-equipment .intro-box .right-box .title {
  color: #333;
  font-size: 16px;
}
.advanced-equipment .img-list {
  margin-top: 80px;
}
.advanced-equipment .img-list li {
  float: left;
  width: 303px;
  height: 202px;
  position: relative;
  margin-left: 25px;
  margin-bottom: 25px;
}
.advanced-equipment .img-list .first {
  margin-left: 0;
}
.magazine-box .magazine-list {
  padding-top: 45px;
}
.magazine-box .magazine-list li {
  float: left;
  width: 455px;
  height: 221px;
  padding-top: 45px;
  position: relative;
  margin-bottom: 80px;
}
.magazine-box .magazine-list li .pic {
  width: 172px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.magazine-box .magazine-list li .txt {
  padding-top: 15px;
  width: 455px;
  height: 162px;
  border: 1px solid #F2F2F2;
  color: #666;
  line-height: 22px;
  padding-left: 185px;
  box-shadow: 2px 2px 5px #ddd;
}
.magazine-box .magazine-list li .txt:hover {
  border: 1px solid #4A7794;
}
.magazine-box .magazine-list li .txt:hover .download {
  background-color: #457391;
}
.magazine-box .magazine-list li .txt .title {
 height:40px;overflow:hidden; color: #457499;
  font-size: 18px;
  line-height: 40px;
}
.magazine-box .magazine-list li .txt p {
  height: 22px;
  overflow: hidden;
}
.magazine-box .magazine-list li .txt .download {
  display: block;
  margin-top: 16px;
  width: 105px;
  height: 30px;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  padding-left: 20px;
  background: #D7D7D7 url("../image/down-icon.png") no-repeat 75px 10px;
}
.magazine-box .magazine-list .right {
  float: right;
}
.magazine-box .inside-page {
  padding-top: 20px;
}
.down-box {
  padding-top: 40px;
}
.down-box .down-list li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  margin-right: 8px;
  position: relative;
  top: -15px;
  background: url("../image/down-arrow.png") no-repeat 0 0;
}
.down-box .down-list li {
  padding-left: 18px;
  height: 38px;
  line-height: 38px;
  color: #606a71;
}
.down-box .down-list li .title {
  display: inline-block;
  max-width: 700px;
  height: 38px;
  overflow: hidden;
  color: #606a71;
}
.down-box .down-list li .title:hover {
  color: #457499;
}
.down-box .down-list li .download {
  float: right;
  display: block;
  width: 121px;
  height: 100%;
  text-align: center;
  border-left: 1px solid #fff;
  text-decoration: underline;
}
.down-box .down-list li .download:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  position: relative;
  margin-right: 5px;
  top: 5px;
  background: url("../image/down-green.png") no-repeat 0 0;
}
.down-box .down-list li .download:hover {
  color: #FFBB45;
}
.down-box .down-list li .download:hover:before {
  background: url("../image/down-yellow.png") no-repeat 0 0;
}
.down-box .down-list li:nth-child(odd) {
  background-color: #F9F9FB;
}
.down-box .inside-page {
  padding-top: 50px;
}
.product-show img {
  max-width: 100%;
  max-height: 100%;
}
.product-show .product-title {
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 24px;
  text-align: center;
  color: #457499;
}
.product-show .product-slick {
  width: 606px;
  height: 489px;
  margin: 0 auto;
  border: 1px solid #E3E3E3;
  background-color: #FEFEFE;
}
.product-show .product-slick div {
  width: 100%;
  height: 100%;
  position: relative;
}
.product-show .product-slick .slick-prev {
  width: 72px;
  height: 59px;
  background: url("../image/product-prev1.png") no-repeat;
  left: -100px;
}
.product-show .product-slick .slick-prev:hover {
  background: url("../image/product-prev.png") no-repeat;
}
.product-show .product-slick .slick-next {
  width: 72px;
  height: 59px;
  background: url("../image/product-next1.png") no-repeat;
  right: -100px;
}
.product-show .product-slick .slick-next:hover {
  background: url("../image/product-next.png") no-repeat;
}
.product-show .product-intro {
  margin-top: 70px;
}
.product-show .product-intro .product-intro-title {
 margin-bottom:20px; height: 41px;
  width: 100%;
  background: url("../image/pro-intro-bg.png") no-repeat 0 0;
  color: #fff;
  font-size: 16px;
  padding-left: 50px;
  line-height: 41px;
}
.product-show .product-intro .content {
  font-size: 12px;
  color: #666;
  padding-top: 40px;
  padding-bottom: 30px;
}
.product-show .table {
  width: 100%;
  overflow: scroll;
  border: 1px solid #E2E2E2;
}
.product-show .table tr {
  height: 36px;
  line-height: 36px;
}
.product-show .table td {
  border: 1px solid #E2E2E2;
}
.product-show .table .td1 {
  width: 10%;
  text-align: center;
}
.product-show .table .td2 {
  padding: 0 20px;
  width: 40%;
}
.product-show .pro-details {
  margin-top: 30px;
  width: 100%;
  padding: 20px 0;
  background-color: #4D525D;
  text-align: center;
  margin-bottom: 70px;
}
.product-show .data-download {
  height: 192px;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4;
  text-align: center;
}
.product-show .data-download a {
  margin: 0 auto;
  margin-top: 62px;
  display: block;
  width: 362px;
  height: 68px;
  background-color: #457499;
  border-radius: 5px;
  line-height: 68px;
  font-size: 22px;
  color: #fff;
}
.product-show .data-download a:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 29px;
  position: relative;
  margin-left: 15px;
  top: 8px;
  background: url("../image/product-down.png") no-repeat 0 0;
}
.product-show .data-download a:hover {
  background-color: #3487C5;
}
.product-show .related-pro {
  padding-bottom: 100px;
}
.product-show .related-pro .related-pro-title {
  padding: 30px 0;
  font-size: 20px;
  color: #666;
}
.product-show .related-pro .related-pro-title:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 14px;
  position: relative;
  margin-right: 5px;
  background: url("../image/related-icon.png") no-repeat 0 0;
}
.product-show .related-pro .product-list {
  padding-top: 0;
  border-bottom: none;
}
.product-show .related-pro .product-list li {
  height: 330px;
  margin-bottom: 0;
}
.product-show .related-pro .product-list li .txt {
  height: 92px;
}
.honor-list {
  padding: 50px 0;
  margin: 0 -30px;
}
.honor-list li {
  width: 192px;
  height: 261px;
  background-color: #fff;
  padding: 1px;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  border: 1px solid #DEDEDE;
  margin-bottom: 50px;
}
.honor-list li .box {
  width: 100%;
  height: 100%;
  position: relative;
}
.honor-list li .box .mask {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.5s;
  text-align: center;
  padding-top: 80px;
  background: url("../image/honor-mask.png") repeat;
}
.honor-list li .box .mask p {
  padding: 0 10px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.honor-list li .box .mask:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
}
.motai {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  background: url("../image/modal-bg.png") repeat;
  top: 0px;
  left: 0px;
  z-index: 100;
}
.motai .box {
  position: absolute;
  width: 380px;
  height: 520px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -190px;
  margin-top: -260px;
}
.motai .box .close {
  cursor: pointer;
  display: block;
  width: 47px;
  height: 47px;
  background: url("../image/honor-close.png") no-repeat;
  position: absolute;
  top: 0;
  right: -47px;
}
.footer {
  color: #6e6e6f;
  width: 100%;
  padding: 30px 0;
  line-height: 30px;
  background-color: #272730;
}
.footer .footer-map {
  color: #6e6e6f;
}
.footer .footer-map:hover {
  color: #fff;
  text-decoration: underline;
}
.insider-footer {
  padding-top: 60px;
  background-color: #272730;
  color: #6e6e6f;
}
.insider-footer .footer-box {
  height: 290px;
}
.insider-footer .footer-logo {
  float: left;
  width: 210px;
}
.insider-footer .footer-nav {
  padding-top: 12px;
  float: left;
  width: 500px;
}
.insider-footer .footer-nav li {
  float: left;
  width: 33.33%;
  padding-right: 20px;
}
.insider-footer .footer-nav li .title {
  margin-bottom: 15px;
  line-height: 20px;
  height: 20px;
}
.insider-footer .footer-nav li .title .cn {
  color: #fff;
  font-size: 20px;
}
.insider-footer .footer-nav li .title:hover {
  color: #fff;
  text-decoration: none;
}
.insider-footer .footer-nav li a {
  width: 100%;
  line-height: 36px;
  height:36px;
  overflow:hidden;
  display: block;
  color: #6e6e6f;
}
.insider-footer .footer-nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
.insider-footer .footer-company {
  width: 549px;
  height: 290px;
  float: left;
  border-left: 1px solid #454545;
  padding-top: 12px;
  padding-left: 65px;
}
.insider-footer .footer-company .title {
  margin-bottom: 15px;
  line-height: 20px;
}
.insider-footer .footer-company .title .cn {
  color: #fff;
  font-size: 20px;
}
.insider-footer .footer-company .company-list {
  height: 216px;
  overflow: hidden;

  width:100%;
 
  line-height: 36px;
}
.insider-footer .footer-company .company-list li {
  height: 36px;
  overflow: hidden;
    padding-right: 20px;
    width:235px;
    float:left;
}
.insider-footer .footer-company .company-list li a {
  color: #6e6e6f;
}
.insider-footer .footer-company .company-list li a:hover {
  color: #fff;
  text-decoration: underline;
}
.insider-footer .footer-company .company-list li:before {
  content: "--";
  color: #6e6e6f;
}
.insider-footer .copyright {
  margin-top: 50px;
  padding: 15px 0 ;
  line-height: 30px;
  border-top: 1px solid #3A3A3A;
  width: 100%;
}
.insider-footer .copyright .footer-map {
  color: #6e6e6f;
}
.insider-footer .copyright .footer-map:hover {
  color: #fff;
  text-decoration: underline;
}
/*map*/
.map {
  padding: 30px 50px;
}
.map img {
  margin-left: 20px;
}
.map dl {
  border: #d6dbe1 solid 1px;
  border-top: #457499 solid 2px;
  border-bottom: none;
  margin: 20px 0 20px 0;
  background: #fff;
}
.map dl dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}
.map dl dt a:hover {
  color: #457499;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dd {
  overflow: hidden;
  padding-top: 10px;
}
.map dd .first {
  padding: 10px 0 0 20px;
  clear: both;
  line-height: 30px;
}
.map dd .first a {
  color: #b87500;
  font-weight: bold;
}
.map dd .first a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0px 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  background: #457499;
  color: #fff;
}



.search_mask {
	background: url(../image/tm-bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.search_mask .s_box {
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff
}

.search_mask .s_box .text1 {
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
	font-style: normal
}

.search_mask .s_box #sure {
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #1b8fe2;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px
}
.main-performance li {
    background: rgba(0, 0, 0, 0) url("../image/pro_dian.jpg") no-repeat scroll left 10px;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
    overflow: hidden;
    text-indent: 15px;
    width: 200px;
}