﻿@charset "utf-8";

/*初始化样式*/
body {
  margin: 0px;
  padding: 0px;
  margin: 0px auto;
  zoom: 1;
  background: #191919;
  overflow-x: hidden;

  /*设置字体*/
  font-size: 14px;
  line-height: 24px;
  font-family: Arial, Microsoft YaHei, "微软雅黑", "宋体";
  color: #999;

  /*设置宽度*/
  width: 100%;
  min-width: 1200px;
  /*宽度要自己改*/
}


/*该设置跟后台编辑器有关*/
.ul, .ul li, .dl, .dl dd {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.h1, .h2, .h3, .h4, .h5, .h6, .p {
  padding: 0px;
  margin: 0px;
}

/*该设置跟后台编辑器有关*/


/*强制去除表单自带的样式*/
select, input, textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #414446;
}

input:focus {
  outline: none;
}

input, button, select, textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}

textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}

textarea, input, select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}


/*html5设置*/
article, aside, footer, header, hgroup, nav, section, figure, figcaption {
  display: block;
}

figure, figcaption {
  margin: 0px;
  padding: 0px;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

img {
  border: none;
  border: 0;
  vertical-align: top;
}

a {
  color: #636363;
  text-decoration: none;
  noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a:focus {
  outline: none;
  -moz-outline: none;
}

a:hover {
  text-decoration: none;
  color: #FDD000;
}


/*清楚浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0px;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

/*初始化样式*/




/*页面框架结构*/
.contain {
  width: 1200px;
  margin: 0 auto;
}

/*页面主体内容*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.slidebar {}

/*边侧菜单*/
.maincontent {}

/*主要内容*/
.Content {
  padding-top: 50px;
  padding-bottom: 80px;
}

/*内容*/
.txtbox,
.singlepage {
  /*单片 设置文字两端对齐*/
  text-justify: inter-ideograph;
  text-align: justify;
  word-wrap: break-word;
  clear: both;
  overflow: hidden;
}

.current {
  /*当前位置*/
}

.location {
  height: 47px;
  border-bottom: 1px solid #303030;
}

.location .columnname {
  float: left;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding-top: 18px;
}

.location .current {
  float: right;
  font-size: 12px;
  color: #999;
  padding-top: 18px;
}

.location .current a {
  font-size: 12px;
  color: #999;
}


/*分页*/
.Pages {
  line-height: 28px;
  zoom: 1;
  overflow: hidden;
  text-align: center;
  padding-top: 25px;
}

.Pages span {
  padding: 0px 3px;
  display: inline-block;
}

.Pages a {
  display: inline-block;
  margin: 0px 2px;
  font-size: 12px;
  color: #999;
}

.Pages a:hover {
  color: #fff;
  border: 1px solid #FDD01E;
  background-color: #FDD01E;
}

.Pages .p_page em a:hover {
  border: 1px solid #FDD01E;
}

/*.Pages .p_cur{ float:left;}*/
.Pages .p_cur b {
  color: #F00;
}

/*.Pages .p_count{ float:left;}*/
.Pages .p_count b {
  color: #F00;
}

/*.Pages .p_total { float:left;}*/
.Pages .p_total b {
  color: #F00;
}

/*.Pages .p_page{ float:right;}*/
.Pages .a_first, .Pages .a_end {
  padding: 0px 17px;
  border: 1px solid #303030;
}

.Pages .a_prev, .Pages .a_next {
  padding: 0px 31px;
  border: 1px solid #303030;
  margin: 0px 15px;
}

.Pages .p_page em {
  font-style: normal;
  font-family: Arial;
}

.Pages .p_page em a {
  padding: 0px 11px;
  border: solid 1px #303030;
}

.Pages .p_page em a.a_cur {
  color: #fff;
  border: 1px solid #FDD01E;
  background-color: #FDD01E;
}

.Pages .p_page b {
  font-weight: normal;
}

.Pages .i_text {
  width: 30px;
  padding: 0px;
  text-align: center;
  font-size: 12px;
  border: inset 1px #ddd;
  background: #fff;
}

.Pages .i_button {
  position: relative;
  top: 5px;
  width: 32px;
  height: 20px;
  cursor: pointer;
  border: none;
  background: url(../images/page_goto.jpg) no-repeat;
}

/*分页*/


/*头部*/
.Top {
  height: 89px;
  border-bottom: 1px solid #3B393A;
  border-top: 2px solid #FDD000;
  position: fixed;
  z-index: 20;
  width: 100%;
  background: url(../images/top_bg.png) repeat rgba(0, 0, 0, .4);
}

.Top .logo {
  float: left;
  padding-top: 9px;
}

.Top .logo a {
  display: block;
}

.mainnav {
  float: right;
}

.mainnav li {
  float: left;
  margin-right: 55px;
}

.mainnav li>a {
  display: block;
  line-height: 89px;
  font-size: 16px;
  color: #fff;
}

.mainnav li:hover>a {
  border-bottom: 2px solid #FDD000;
  color: #FDD000;
}

.mainnav li.onnav>a {
  border-bottom: 2px solid #FDD000;
  color: #FDD000;
}

.mainnav ul {
  float: left;
}

.mainnav .subNav {
  height: 259px;
  position: absolute;
  width: 100%;
  top: 90px;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.mainnav .subNav1 {}

.mainnav .subNav1 .downbox {
  overflow: hidden;
  border-left: 1px solid #1E1E1E;
}

.mainnav .subNav1 .downbox dd {
  width: 170px;
  border-right: 1px solid #1E1E1E;
  height: 240px;
  padding-top: 18px;
  text-align: center;
  position: relative;
  float: left;
}

.mainnav .subNav1 .downbox dd img {
  width: 170px;
  height: 172px;
}

.mainnav .subNav1 .downbox .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
}

.mainnav .subNav1 .downbox dd a {
  display: block;
}

.mainnav .subNav1 .downbox dd i {
  font-style: normal;
  font-size: 14px;
  color: #999;
  display: block;
  padding-top: 8px;
}

.mainnav .subNav1 .downbox dd:hover {
  background: #292728;
}

.mainnav .subNav1 .downbox dd:hover .mask {
  display: none;
}

.mainnav .subNav1 .downbox dd:hover i {
  color: #fdd000;
  font-weight: bold;
}

.mainnav .subNav2 {}

.mainnav .subNav2 dd {
  width: 198px;
  border: 1px solid #151515;
  position: relative;
  float: left;
}

.mainnav #nav6 .subNav2 dd {
  width: 148px;
}

.mainnav #nav6 .subNav2 dd a img {
  width: 100%;
}

.mainnav .subNav2 dd a {
  display: block;
}

.mainnav .subNav2 dd a img {
  width: 198px;
  height: 257px;
}

.mainnav .subNav2 dd .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  top: 0px;
  left: 0;
}

.mainnav .subNav2 dd i {
  position: absolute;
  font-style: normal;
  font-size: 14px;
  color: #CCC;
  display: block;
  bottom: 0;
  width: 100%;
  height: 88px;
  line-height: 88px;
  text-align: center;
  background: url(../images/bg-1.png) repeat-x left bottom;
}

.mainnav .subNav2 dd:hover {}

.mainnav .subNav2 dd:hover .mask {
  display: none;
}

.mainnav .subNav2 dd:hover i {
  color: #fdd000;
  font-weight: bold;
}

.mainnav .subNav3 {
  height: 80px;
  line-height: 80px;
}

.mainnav .subNav3 dd {
  float: left;
  margin-right: 20px;
}

.mainnav .subNav3 dd a {
  font-size: 14px;
  color: #999;
}

.mainnav .subNav3 dd a:hover {
  color: #fdd000;
  font-weight: bold;
}

.mainnav #nav4 .subNav3 .downbox {
  padding-left: 596px;
}

.mainnav #nav5 .subNav3 .downbox {
  padding-left: 694px;
}

.mainnav #nav6 .subNav3 .downbox {
  padding-left: 500px;
}



.mainnav .language {
  float: left;
  padding-top: 30px;
  margin-left: 6px;
}

.mainnav .language a {
  display: block;
  width: 29px;
  height: 29px;
  background: url(../images/language_bg.png) no-repeat;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 12px;
}

.mainnav .search {
  float: left;
  margin-top: 30px;
  width: 29px;
  height: 29px;
  background: url(../images/searchbtn.png) no-repeat;
  position: relative;
  margin-left: 12px;
}

.mainnav .searchBox {
  position: absolute;
  right: 0;
  bottom: -28px;
  height: 28px;
  background: #ddd;
  width: 240px;
  line-height: 28px;
  width: 0;
  overflow: hidden;
}

.mainnav .searchBox input {
  float: left;
}

.mainnav .searchBox input.text {
  width: 160px;
  height: 28px;
  border: none;
  padding: 0px 10px;
}

.mainnav .searchBox input.btn {
  width: 60px;
  height: 28px;
  background: #666;
  color: #fff;
  cursor: pointer;
}

/*头部*/


/*Banner*/
.HomeBan {
  width: 100%;
  height: 942px;
  position: relative;
}

.HomeBan .bd li {
  width: 100%;
  height: 942px;
}

.HomeBan .bd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.HomeBan .hd {
  width: 100%;
  position: absolute;
  z-index: 4;
  bottom: 44px;
  right: 0;
  height: 12px;
  line-height: 12px;
  text-align: center;
  padding-right: 7px;
}

.HomeBan .hd ul {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.HomeBan .hd ul li {
  cursor: pointer;
  display: inline-block;
  background: url(../images/hd.png) no-repeat;
  zoom: 1;
  width: 13px;
  height: 13px;
  text-align: center;
  margin: 0px 10px;
  overflow: hidden;
  line-height: 999px;
}

.HomeBan .hd ul .on {
  background: url(../images/hd_on.png) no-repeat;
}

.banner {
  width: 100%;
  height: 520px;
  position: relative;
}

.banner .bd li {
  width: 100%;
  height: 520px;
}

.banner .hd {
  width: 100%;
  position: absolute;
  z-index: 4;
  bottom: 42px;
  right: 0;
  height: 12px;
  line-height: 12px;
  text-align: center;
  padding-right: 7px;
}

.banner .hd ul {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.banner .hd ul li {
  cursor: pointer;
  display: inline-block;
  background: url(../images/hd.png) no-repeat;
  zoom: 1;
  width: 13px;
  height: 13px;
  text-align: center;
  margin: 0px 10px;
  overflow: hidden;
  line-height: 999px;
}

.banner .hd ul .on {
  background: url(../images/hd_on.png) no-repeat;
}

/*Banner*/


/*底部*/
.bottom {
  height: 80px;
  background: url(../images/bottom_bg.png) repeat;
  padding-top: 30px;
}

.bottom .bottomlinks {
  font-size: 12px;
  color: #5a5a5a;
}

.bottom .bottomlinks a {
  font-size: 12px;
  color: #5a5a5a;
}

.bottom .bottomlinks a:hover {
  color: #FDD000;
}

.bottom .bottomlinks em {
  font-size: 10px;
  color: #363636;
  padding: 0px 8px;
}

.bottom .copyright {
  font-size: 12px;
  color: #5a5a5a;
  line-height: 14px;
}

.bottom .copyright a {
  font-size: 12px;
  color: #3c3b3b;
  text-decoration: underline;
}

.bottom .b_nav {
  float: right;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  margin-top: -28px;
}

.bottom .b_nav li {
  float: left;
  padding-left: 35px;
  margin-right: 30px;
}

.bottom .b_nav li a {
  font-size: 14px;
  color: #5a5a5a;
}

.bottom .b_nav li.li1 {
  background: url(../images/b_nav01.png) no-repeat left center;
}

.bottom .b_nav li.li2 {
  background: url(../images/b_nav02.png) no-repeat left center;
}

.bottom .b_nav li.li3 {
  background: url(../images/b_nav03.png) no-repeat left center;
  margin-right: 10px;
}

.bottom .b_nav li:hover a {
  color: #9e9e9e;
}

.bottom .b_nav li.li1:hover {
  background: url(../images/b_nav01_on.png) no-repeat left center;
}

.bottom .b_nav li.li2:hover {
  background: url(../images/b_nav02_on.png) no-repeat left center;
}

.bottom .b_nav li.li3:hover {
  background: url(../images/b_nav03_on.png) no-repeat left center;
}

/*底部*/


/*页面二级/左侧/右侧菜单*/
.slidebar {}

/*页面二级/左侧/右侧菜单*/


.HomeCont {
  padding-bottom: 40px;
}

.HomeCont .floor1 {
  margin-top: 40px;
}

.HomeCont .floor1 li {
  float: left;
  width: 584px;
  height: 340px;
}

.HomeCont .floor1 li a {
  display: block;
  width: 584px;
  height: 340px;
  position: relative;
}

.HomeCont .floor1 li a>img {
  width: 584px;
  height: 340px;
}

.HomeCont .floor1 li .mask {
  position: absolute;
  width: 582px;
  height: 338px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(0, 0, 0, .2);
  z-index: 2;
}

.HomeCont .floor1 li .text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 3;
  width: 100%;
  top: 136px;
}

.HomeCont .floor1 li .text i {
  font-size: 55px;
  color: #fdd000;
  font-weight: bold;
  font-style: normal;
}

.HomeCont .floor1 li .text span {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 212px;
  line-height: 30px;
  top: 0;
}

.HomeCont .floor1 li .text em {
  font-size: 24px;
  color: #fdd000;
  font-weight: bold;
  font-style: normal;
  display: block;
  line-height: 55px;
}

.HomeCont .floor1 li:hover .mask {
  background: none;
  border: 1px solid #D0AD0B;
}

.HomeCont .floor1 li.li2 {
  float: right;
}

.HomeCont .floor1 li.li2 .text span {
  left: 258px;
}

.HomeCont .floor2 {
  margin-top: 34px;
  position: relative;
}

.HomeCont .floor2>img {
  width: 1200px;
  height: 340px;
}

.HomeCont .floor2 .mask {
  position: absolute;
  width: 1200px;
  height: 340px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(0, 0, 0, .2);
  z-index: 2;
}

.HomeCont .floor2 a:hover .mask {
  background: none;
  border: 1px solid #D0AD0B;
}

.HomeCont .floor2 .text {
  position: absolute;
  top: 142px;
  left: 306px;
}

.HomeCont .floor2 .text i {
  font-size: 55px;
  color: #fdd000;
  font-weight: bold;
  font-style: normal;
}

.HomeCont .floor2 .text span {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 40px;
  line-height: 30px;
  top: 0;
}

.HomeCont .floor2 .text em {
  font-size: 24px;
  color: #fdd000;
  font-weight: bold;
  font-style: normal;
  display: block;
  line-height: 55px;
}

.HomeCont .floor2 ul {
  position: absolute;
  top: 151px;
  right: 175px;
  z-index: 100;
}

.HomeCont .floor2 ul li {
  float: left;
  width: 132px;
  height: 38px;
  background: rgba(0, 0, 0, .2);
  border: 1px solid #898887;
  text-align: center;
  line-height: 38px;
  margin: 0 17px;
}

.HomeCont .floor2 ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
}

.HomeCont .floor2 ul li:hover {
  width: 144px;
  height: 54px;
  margin: 0px 9px;
  margin-top: -11px;
  line-height: 56px;
  background: #D0AD0B;
  border: 3px solid rgba(0, 0, 0, .2);
}



/*发展历程*/
.History {
  padding-top: 10px;
}

.History .hisList .year {
  height: 40px;
  width: 100%;
  background: url(../images/hist_bg.png) no-repeat center 4px;
  position: relative;
}

.History .hisList .year .btn {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0;
  cursor: pointer
}

.History .hisList .year .prev {
  background: url(../images/his_left.png) no-repeat;
  left: 0;
}

.History .hisList .year .prev:hover {
  background: url(../images/his_left_on.png) no-repeat;
}

.History .hisList .year .next {
  background: url(../images/his_right.png) no-repeat;
  right: 0;
}

.History .hisList .year .next:hover {
  background: url(../images/his_right_on.png) no-repeat;
  right: 0;
}

.History .hisList .year .List {
  width: 966px;
  margin: 0 auto;
  overflow: hidden;
}

.History .hisList .year .List .tempWrap {
  width: 966px !important
}

.History .hisList .year .List li {
  width: 36px;
  float: left;
  font-size: 14px;
  color: #999;
  font-weight: bold;
  line-height: 14px;
  padding-top: 26px;
  background: url(../images/his_yera_bg.png) no-repeat center 3px;
  text-align: center;
  margin-right: 67px;
  cursor: default;
}

.History .hisList .year .List li:hover {
  color: #fff;
  background: url(../images/his_yera_bg_on.png) no-repeat center 3px;
}

.History .hisList .year .List li.swiper-slide-thumb-active {
  color: #fff;
  background: url(../images/his_yera_bg_on.png) no-repeat center 3px;
}

.History .hisList .hisCont {
  margin-top: 68px;
  overflow: hidden;
}

.History .hisList .hisCont .Img {
  float: left;
  width: 491px;
  height: 312px;
  background: url(../images/his_img_bg.png) no-repeat left center;
}

.History .hisList .hisCont .Img img {
  width: 480px;
  height: 302px;
}

.History .hisList .hisCont .memos {
  width: 50%;
  padding: 30px 10px;
  margin: 0 auto;
  text-align: center;
}

.History .hisList .hisCont .memos .title {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 22px;
  background: url(../images/his_year_line.png) no-repeat bottom center;
}

.History .hisList .hisCont .memos .text {
  font-size: 14px;
  color: #999;
  margin-top: 30px;
}


/*荣誉资质*/
.Honor {}

.Honor .honList {}

.Honor .honBig {
  width: 447px;
  margin: 0px auto;
}

.Honor .honBig li img {
  width: 447px;
  height: 298px;
}

.Honor .honBig li span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin-top: 44px;
}

.Honor .honImg {
  position: relative;
  height: 61px;
  margin-top: 38px;
}

.Honor .honImg .btn {
  position: absolute;
  width: 21px;
  height: 21px;
  top: 24px;
  cursor: pointer
}

.Honor .honImg .prev {
  background: url(../images/his_left.png) no-repeat;
  left: 0;
}

.Honor .honImg .prev:hover {
  background: url(../images/his_left_on.png) no-repeat;
}

.Honor .honImg .next {
  background: url(../images/his_right.png) no-repeat;
  right: 0;
}

.Honor .honImg .next:hover {
  background: url(../images/his_right_on.png) no-repeat;
  right: 0;
}

.Honor .honImg .List {
  height: 61px;
  width: 818px;
  margin: 0px auto;
  overflow: hidden;
}

.Honor .honImg .List .tempWrap {
  width: 818px !important;
}

.Honor .honImg .List li {
  margin-right: 53px;
  float: left;
}

.Honor .honImg .List li img {
  width: 92px;
  height: 61px;
}

/*团队掠影*/
.Team {}

.Team li {
  float: left;
  margin-right: 63px;
  margin-bottom: 56px;
}

.Team li>a {
  display: block;
}

.Team li>a img {
  width: 358px;
  height: 215px;
}

.Team li h5 {
  width: 100%;
  height: 79px;
  line-height: 79px;
  text-align: center;
  background: #252525;
}

.Team li h5 a {
  font-size: 14px;
  color: #fff;
  font-family: "黑体";
}

.Team li h5 a:hover {
  color: #FDD000;
}

.Team li:nth-of-type(3n) {
  margin-right: 0;
}

/*团队掠影详情页*/
.InfoTitle {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}

.InfoTitle h5 {
  font-size: 20px;
  text-align: center;
  color: #ddd;
}

.InfoTitle span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}

.PrevNextBox {
  margin-top: 40px;
}

.PrevNextBox dl {
  margin: 0px;
  padding: 0px;
}


/*产品认证*/
.Approve {}

.Approve li {
  float: left;
  width: 221px;
  margin-bottom: 31px;
  margin-right: 23px;
}

.Approve li>a {
  display: block;
  padding: 5px 4px;
  border: 1px solid #373737;
}

.Approve li>a img {
  width: 209px;
  height: 286px;
  border: 1px solid #373737;
}

.Approve li h5 {
  text-align: center;
  font-size: 14px;
  color: #A8A8A8;
  font-weight: normal;
  padding-top: 15px;
}

.Approve li:hover h5 {
  color: #FDD000;
  font-weight: bold;
}

.Approve li:nth-of-type(5n) {
  margin-right: 0;
}

/*人才招聘*/
.job_list {
  padding-bottom: 60px;
}

.job_list li.top {
  height: 60px;
  line-height: 60px;
  background-color: #000000;
}

.job_list li {
  overflow: hidden;
}

.job_list li dl {
  overflow: hidden;
}

.job_list li dl dd {
  float: left;
  font-size: 16px;
  color: #fff;
  width: 16.6%;
  text-align: center;
}

.job_list .jobBox {
  border-bottom: 1px solid #262626;
}

.job_list .job_con {
  padding-left: 63px;
  padding-right: 35px;
  color: #555;
  padding-bottom: 34px;
  display: none;
  background: #1D1D1D;
  border-top: 1px solid #262626;
}

.job_list li .job {
  height: 44px;
  line-height: 44px;
}

.job_list li.on .job {
  background: #1D1D1D;
}

.job_list li dl.job dd {
  font-size: 14px;
  color: #929292;
  text-align: center;
}

.job_list li dl.job dd.more span {
  font-size: 12px;
  color: #fdd000;
  padding-right: 20px;
  background: url(../images/arrow_down.png) no-repeat right center;
}

.job_list li.on dl.job dd.more span {
  background: url(../images/arrow_up.png) no-repeat right center;
}

.job_list .zhize {
  font-size: 14px;
  color: #636363;
  font-weight: bold;
  padding-top: 18px;
}

.job_list .infocon {
  font-size: 12px;
}

.job_list .apply {
  display: block;
  background: #FDD000;
  text-align: center;
  width: 162px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 26px;
}

/*人才招聘详情页*/
.jobform {
  padding: 50px 0;
}

.jobform dl {
  background: #333;
  border: #333 solid 1px;
  padding: 10px 0;
  margin: 0 auto 10px;
  width: 500px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.jobform dl.dl3 {
  height: 50px;
}

.jobform dl dt {
  padding: 0 10px;
  color: #fff;
  float: left;
  text-align: right;
  width: 80px;
}

.jobform dl dd {
  padding: 0 5px;
  float: left;
  width: 380px;
  color: #fff;
}

.jobform dl dd .text {
  width: 100%;
  color: #fff;
}

.jobform dl.last {
  border: none;
  background: none;
}

.jobform dl dd em {
  font-style: normal;
}

.jobform .btn {
  width: 45%;
  float: right;
  background: #FDD000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 0;
}

.jobform .btn.submit {
  float: left;
  background: #FDD000;
  cursor: pointer;
  text-align: center;
  font-style: normal;
}

/*新闻资讯*/
.News {}

.News li {
  height: 212px;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  margin-bottom: 56px;
}

.News li>a {
  display: block;
  float: left;
  margin-top: -1px;
}

.News li>a img {
  width: 380px;
  height: 214px;
}

.News li .memos {
  float: left;
  width: 758px;
  padding: 0px 29px 0px 33px;
}

.News li .memos h5 {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #303030;
  padding: 0px 10px;
}

.News li .memos h5 a {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}

.News li .memos h5 span {
  float: right;
  font-size: 16px;
  color: #595959;
  font-weight: normal;
}

.News li .memos h5 a:hover {
  color: #FDD000;
}

.News li .memos p {
  padding: 15px 10px 0;
  margin-bottom: 23px;
  color: #7C7C7C;
}

.News li .memos .more {
  font-size: 12px;
  color: #fdd000;
  margin-left: 10px;
}


/*营销网络*/
.Market .landName {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
}

.Market .inland select {
  width: 181px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #464646;
  font-size: 14px;
  color: #999;
  margin-right: 14px;
}

.Market .inland .selectBox {
  margin-top: 20px;
}

.Market .inland select option {
  background: #DDDDDD;
}

.Market .mapBox {
  margin-top: 15px;
  overflow: hidden;
}

.Market .mapBox .map {
  float: left;
  width: 828px;
}

.Market .mapBox .adress {
  width: 262px;
  height: 323px;
  float: left;
  padding-left: 24px;
  padding-right: 86px;
  overflow-y: scroll;
}

.Market .outland {
  margin-top: 40px;
}

.Market .mapBox .adress .ul1 li {
  margin: 0 0 15px
}

.Market .mapBox .adress .ul1 {
  margin: 0 0 15px;
  padding: 0 0 10px
}

/*常见问题*/
.Quetion {}

.Quetion li {
  background: #252525;
  margin-bottom: 42px;
}

.Quetion li .Q {
  padding: 31px 35px 31px 120px;
  border-bottom: 1px solid #212121;
  font-size: 14px;
  color: #ececec;
  background: url(../images/q_q_bg.png) no-repeat 33px center;
}

.Quetion li .A {
  padding: 19px 35px 19px 120px;
  font-size: 14px;
  color: #888;
  background: url(../images/q_a_bg.png) no-repeat 33px center;
}


/*下载中心*/
.D_nav {
  overflow: hidden;
}

.D_nav li {
  float: left;
  margin-right: 3px;
  padding-bottom: 4px;
}

.D_nav li a {
  display: block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #FFFFFF;
  font-size: 15px;
  color: #999;
}

.D_nav li:hover {
  background: url(../images/d_nav_bg.png) no-repeat bottom center;
}

.D_nav li:hover a {
  background: #FDD100;
  color: #000;
}

.D_nav li.on {
  background: url(../images/d_nav_bg.png) no-repeat bottom center;
}

.D_nav li.on a {
  background: #FDD100;
  color: #000;
}


.Download ul {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}

.Download {
  margin-top: 50px;
}

.Download li.litop {
  height: 50px;
  background: #000000;
  line-height: 50px;
}

.Download li.litop dd {
  float: left;
  font-size: 15px;
  color: #fff;
  border-left: 1px solid #000;
}

.Download li.litop dd.dd1 {
  width: 447px;
  padding-left: 60px;
}

.Download li.litop dd.dd2 {
  width: 467px;
  text-align: center;
}

.Download li.litop dd.dd3 {
  width: 222px;
  border-right: 1px solid #000;
  text-align: center;
}

.Download li.down {}

.Download li.down dd {
  float: left;
  height: 48px;
  border-left: 1px solid #303030;
  border-top: 1px solid #303030;
  line-height: 48px;
  color: #727272;
}

.Download li.down dd.dd1 {
  width: 447px;
  padding-left: 60px;
}

.Download li.down dd.dd2 {
  width: 467px;
  text-align: center;
}

.Download li.down dd.dd3 {
  width: 222px;
  border-right: 1px solid #000;
  text-align: center;
  border-right: 1px solid #303030;
}

.Download li.down dd.dd3 a {
  display: block;
  width: 18px;
  height: 16px;
  background: url(../images/downbtn.png) no-repeat;
  margin: 14px auto 0;
}



/*经典案例*/
.Case {}

.Case li {
  float: left;
  margin-right: 21px;
  margin-bottom: 34px;
}

.Case li>a {
  display: block;
}

.Case li>a img {
  width: 284px;
  height: 186px;
}

.Case li h5 {
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding-top: 25px;
}

.Case li:hover h5 {
  color: #fdd000;
}

.Case li:nth-of-type(4n) {
  margin-right: 0;
}

/*联系方式*/
.Contact {
  margin-top: 56px;
}


/*系统解决方案*/
.Solve {}

.Solve li {
  float: left;
  width: 326px;
  margin-right: 111px;
  margin-bottom: 40px;
}

.Solve li>a {
  display: block;
}

.Solve li>a img {
  width: 326px;
  height: 203px;
}

.Solve li .memos {
  height: 123px;
  border-bottom: 1px solid #303030;
  padding-top: 28px;
  overflow: hidden;
}

.Solve li .memos h5 {
  text-align: center;
  line-height: 14px;
}

.Solve li .memos h5 a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.Solve li .memos p {
  font-size: 12px;
  color: #666;
  padding-top: 13px;
}

.Solve li:hover .memos {
  border-bottom: 1px solid #FDD000;
}

.Solve li:hover .memos h5 a {
  color: #FDD000;
}

.Solve li:nth-of-type(3n) {
  margin-right: 0;
}

/*系统解决方案详情页*/
.SolveInfo {}

.SolveInfo .solList {}

.SolveInfo .solBig {
  width: 1200px;
  margin: 0px auto;
}

.SolveInfo .solBig li img {
  width: 1200px;
  height: 372px;
}

.SolveInfo .solBig li span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin-top: 44px;
}

.SolveInfo .solImg {
  position: relative;
  height: 44px;
  margin-top: 44px;
}

.SolveInfo .solImg .btn {
  position: absolute;
  width: 10px;
  height: 17px;
  top: 16px;
  cursor: pointer
}

.SolveInfo .solImg .prev {
  background: url(../images/s_left.png) no-repeat;
  left: 0;
}

.SolveInfo .solImg .prev:hover {
  background: url(../images/s_left_on.png) no-repeat;
}

.SolveInfo .solImg .next {
  background: url(../images/s_right.png) no-repeat;
  right: 0;
}

.SolveInfo .solImg .next:hover {
  background: url(../images/s_right_on.png) no-repeat;
  right: 0;
}

.SolveInfo .solImg .List {
  height: 44px;
  width: 728px;
  margin: 0px auto;
  overflow: hidden;
}

.SolveInfo .solImg .List .tempWrap {
  width: 728px !important;
}

.SolveInfo .solImg .List li {
  margin-right: 93px;
  float: left;
}

.SolveInfo .solImg .List li img {
  width: 112px;
  height: 44px;
}

.SolveInfo .intro {
  margin-top: 58px;
}

.SolveInfo .intro h5 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 14px;
}

.SolveInfo .intro p {
  font-size: 12px;
  color: #666;
  padding-top: 12px;
}


.SolveInfo .mainCont {
  margin-top: 35px;
}

.SolveInfo .mainContTitle {
  height: 51px;
  border-top: 1px solid #FDD000;
  background: #232526;
  line-height: 51px;
  padding-left: 39px;
}

.SolveInfo .mainContTitle span {
  font-size: 14px;
  color: #fdd000;
  font-weight: bold;
}

.SolveInfo .mainCont .singlepage {
  padding-top: 40px;
  padding-bottom: 20px;
}


/*产品中心首页*/
.Product {
  padding-bottom: 34px;
}

.Product .title {
  font-size: 24px;
  color: #f7f8fa;
  font-weight: normal;
  text-align: center;
  padding: 38px 0;
}

.Product li {
  position: relative;
  width: 278px;
  height: 278px;
  border: 1px solid #474747;
  float: left;
  margin-right: 26px;
  margin-bottom: 29px;
}

.Product li img {
  width: 278px;
  height: 278px;
}

.Product li.litop img {
  width: 585px;
  height: 278px;
}

.Product li.litop {
  width: 585px;
}

.Product li .memos {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
}

.Product li .memos h5 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 18px;
}

.Product li .memos a {
  display: block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background: #FDD000;
  text-align: center;
  font-size: 14px;
  color: #0a0506;
  margin: 17px auto 0;
  opacity: 0
}

.Product li.litop .memos {
  bottom: 26px;
  width: 280px;
  left: 305px;
}

.Product li:hover {
  border-color: #FDD000;
}

.Product li:hover .memos a {
  opacity: 1
}


/*产品中心列表页*/
.ProList {}

.ProList li {
  width: 275px;
  height: 252px;
  border: 1px solid #616161;
  float: left;
  margin-right: 30px;
  margin-bottom: 54px;
}

.ProList li>a {
  display: block;
}

.ProList li img {
  width: 275px;
  height: 190px;
}

.ProList li .memos {
  text-align: center;
  height: 62px;
}

.ProList li .memos h5 {
  font-size: 14px;
  color: #fdfdfd;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 18px;
  margin-top: 18px;
}

.ProList li .memos .more {
  font-size: 12px;
  color: #fdd000;
  display: none;
}

.ProList li.on {
  background: url(../images/prolist_bg.png) no-repeat;
}

.ProList li.on .memos h5 {
  color: #333;
}

.ProList li:hover {
  border: 1px solid #fdd000;
}

.ProList li:hover .memos .more {
  display: block;
}

.ProList li.on .memos .more {
  color: #fff;
}

.ProList li:nth-of-type(4n) {
  margin-right: 0;
}

/*产品中心详情页*/
.ProInfo {
  padding-top: 92px;
  padding-bottom: 1px;
}

.ProInfo .P_nav {
  padding-top: 30px;
  position: relative;
}

.ProInfo .P_nav ul {
  margin-bottom: 20px;
  overflow: hidden;
}

.ProInfo .P_nav li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  float: left;
  line-height: 35px;
  margin-right: 58px;
  padding-left: 12px;
  margin-top: 24px;
  text-align: left;
  border: 3px solid transparent;
}

.ProInfo .P_nav li a {
  font-size: 14px;
  color: #ccc;
  font-weight: bold;
}

.ProInfo .P_nav li:hover {
  background: #D0AD0B;
  border: 3px solid rgba(0, 0, 0, .2);
}

.ProInfo .P_nav li:hover a {
  color: #fff;
}

.ProInfo .P_nav li.on {
  background: #D0AD0B;
  border: 3px solid rgba(0, 0, 0, .2);
}

.ProInfo .P_nav li.on a {
  color: #444;
}

/*.ProInfo .P_nav .more {float: right;position: relative;}
.ProInfo .P_nav .more span {display: block;padding-right: 12px;background: url(../images/more_add.png) no-repeat right center;font-size: 12px;color: #fff;cursor: pointer}
.ProInfo .P_nav .more .slideBox {position: absolute;top: 24px;right: 0px;width: 120px;background: #000;padding:10px;z-index: 10;display: none;}
.ProInfo .P_nav .more .slideBox dd {display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;height: 32px;line-height: 32px;}
.ProInfo .P_nav .more .slideBox dd a {font-size: 12px;color: #fff;}
.ProInfo .P_nav .more .slideBox dd a:hover {color: #FDD000;}
.ProInfo .P_nav .more .slideBox dd.on a {color: #FDD000;}
*/
.ProInfo .proImg {
  background: #000000;
}

.ProInfo .proImg img {
  width: 1200px;
  height: 378px;
}

.ProInfo .proName {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 70px;
  padding-bottom: 13px;
  border-bottom: 1px solid #FDD000;
  margin-bottom: 76px;
}

.ProInfo .P_nav .lihide {
  display: none;
}

.ProInfo .P_nav span {
  display: block;
  padding-right: 12px;
  background: url(../images/more_add.png) no-repeat right center;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 63px;
  right: 0;
  float: right;
}

.ProInfo .P_nav span.on {
  position: inherit;
  margin: 0 0 20px;
  background: url(../images/more_ad.png) no-repeat right center;
}


.CaseIndex {
  padding-top: 40px;
}


/*友情链接*/
.Links li {
  float: left;
  margin-right: 25px;
  margin-bottom: 30px;
}

.Links li>a {
  display: block;
}

.Links li>a img {
  width: 220px;
  height: 88px;
}

.Links li h5 {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.Links li h5 a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

.Links li:hover h5 a {
  color: #fdd000;
}


/*搜索*/
.searchList {
  padding-top: 54px;
}

.searchList ul {
  margin-top: 40px;
}

.searchList li {
  padding: 10px 0;
  border-bottom: 1px solid #666;
}

.searchList li span {
  float: right;
}


/*网站地图*/
.ul_sitemap li {
  border-bottom: dotted 1px #ddd;
  padding: 5px 0px;
}

.ul_sitemap li strong {
  width: 90px;
  display: inline-block;
}

.AboutIndex {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

.AboutIndex .imgd {
  width: 40%;
}

.AboutIndex>.textCont {
  width: 60%;
  padding-left: 10%;
  box-sizing: border-box;
}

.AboutIndex>.textCont h6 {
  font-size: 24px;
  color: #f7f8fa;
  font-weight: normal;
  /* text-align: center; */
  padding: 12px 0 20px;
  margin: 0;
}

.AboutIndex>.textCont .textCont {
  min-height: 120px;
  margin-bottom: 16px;
  color: #a5a3a3;
  font-size: 14px;
}

.AboutIndex>.textCont a {
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  width: 128px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #616161;
  margin: 0 12px;
  color: #dcd8d8;
}

.AboutIndex>.textCont a:hover {
  border-color: #fdd01e;
  color: #fff !important;
  background: #fdd01e;
}

/*20170623*/
.HomeCont .floor1 .imgbox {
  width: 584px;
  height: 340px;
  overflow: hidden;
}

.HomeCont .floor2 .imgbox {
  width: 1200px;
  height: 340px;
  overflow: hidden;
}

.HomeCont .imgbox img {
  transition: all 0.5s linear;
}

.HomeCont .imgbox img:hover {
  transform: scale(1.3);
}

.HomeCont .floor1 li:hover img {
  transform: scale(1.3);
}

.HomeCont .floor2:hover img {
  transform: scale(1.3);
}

.Market .inland .selectBox {
  display: none;
}



.Product li .memos a {
  background: none;
  color: #FDD000;
  margin: 7px auto 0;
}

.ProList li {
  position: relative;
}

.ProList li img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.ProList li .memos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}


/* 翻页 */

.com-pages {

  margin-top: 40px;

  text-align: center;

  font-size: 0;

}

.com-pages span,

.com-pages a {

  display: inline-block;

  width: 35px;

  height: 32px;

  line-height: 32px;

  margin: 0 5px;

  font-size: 12px;

  font-weight: 700;

  /* background: #d6d6d6; */

  transition: all .3s;

  vertical-align: middle;

}

.com-pages a:first-of-type,

.com-pages a:last-of-type {

  width: 85px;

  color: #fdd01e;

  border: 1px solid #303030;
  color: #999;

}

.com-pages a:first-of-type:before,

.com-pages a:last-of-type:before {

  content: '上一页';

  display: block;

  width: 100%;

  height: 100%;

}

.com-pages a:last-of-type:before {

  content: '下一页';

}

.com-pages a:hover {

  color: #fff;

  background-color: #fdd01e;

}

.com-pages span {

  color: #fff;

  background: #fdd01e;

}

.com-pages label {

  display: none;

}

.bdes {
  display: inline-block;
  vertical-align: middle
}

.bdes a {
  display: inline-block;
  margin-right: 8px;
}

/* 首页新闻 */
.NewLists {
  width: 100%;
  padding-bottom: 80px;
}

.NewLists .title {
  font-size: 24px;
  color: #f7f8fa;
  font-weight: normal;
  text-align: center;
  padding: 30px 0 38px;
}

.NewLists .newnav {
  text-align: center;
}

.NewLists .newnav a {
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  width: 128px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #616161;
  margin: 0 12px;
  color: #dcd8d8
}

.NewLists .newnav a.on {
  border-color: #fdd01e;
  color: #fff !important;
  background: #fdd01e
}

.NewListcont {
  width: 100%;
  /* padding-top: 40px; */

}

.NewListcont .pageNew {
  width: 32%;
  margin-right: 2%;
  float: left;
}

.NewListcont .pageNew>h6 {
  font-size: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #616161;
  margin-bottom: 38px;

}

.NewListcont .pageNew>h6 a {
  color: #fff;
}

.NewListcont .pageNew:nth-of-type(3n) {
  margin-right: 0;
}

.NewListcont ul {
  margin: 0;
  padding: 0;
}

.NewListcont li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  margin-bottom: 28px;
  /* margin-right: 1.333%; */
  float: left;
}

.NewsLists .NewListcont li {
  width: 32%;
  margin-right: 2%;
}

.NewsLists .NewListcont li:nth-of-type(3n) {
  margin-right: 0;
}

.NewListcont li .imgd {
  width: 100%;
  overflow: hidden;
}

.NewListcont li:hover .imgd img {
  transform: scale(1.1)
}

.NewListcont li .imgd img {
  width: 100%;
  height: 168px;
  transition: all 0.5s;
}

.NewListcont li h6 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding: 16px 0 8px;
  color: #fff;
}

.NewListcont li:hover h6 {
  color: #fdd01e
}

.NewListcont li p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #666;
}