@charset "gb2312";

* {
  box-sizing: border-box;
  outline: 0
}

body {
  font-size: 12px;
  min-width: 1120px;
  color: #666;
  line-height: 24px;
  font-family: arial, "΢���ź�";
  overflow-x: hidden
}

a {
  color: #666;
  outline: none;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

input,
textarea {
  -webkit-appearance: none
}

a:hover {
  color: #ff890b
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0
}

ol,
ul {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

table {
  border-collapse: collapse;
  width: 100%
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none
}

input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'],
input[type='button'] {
  padding: 0;
  color: #666;
  margin: 0;
  outline: none
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block
}

.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle
}

.container {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  word-wrap: break-word;
  word-break: break-all
}

.container img {
  max-width: 100%
}

.top {
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 999;
  background-color: #333;
  border-bottom: 1px solid #e4e4e4;
}

.top a {
  padding: 0 5px;
  color: #fff;
  display: inline-block
}

.top img {
  vertical-align: top
}

#wechat .ecode-icon {
  margin-top: 10px;
}

#wechat .ecode {
  display: none;
  position: absolute;
  top: 40px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

#wechat:hover .ecode {
  display: block;
}

.search {
  margin-top: 7px;
  float: right;
  margin-right: 30px;
  position: relative
}

.search .nice-select {
  width: 63px;
  height: 26px;
  float: left;
  position: relative
}

.search .nice-select input {
  width: 100%;
  height: 26px;
  border: 0;
  outline: 0;
  font-family: "΢���ź�";
  padding-left: 10px;
  vertical-align: top;
  line-height: 26px;
  background: none;
  cursor: pointer;
  background: url(../images/line3.png) no-repeat right center #fff
}

.search .nice-select ul {
  width: 100%;
  display: none;
  position: absolute;
  left: -1px;
  top: 26px;
  overflow: hidden;
  background-color: #fff;
  max-height: 150px;
  overflow-y: auto;
  border-top: 0;
  z-index: 99
}

.search .nice-select ul li {
  height: 30px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px;
  cursor: pointer
}

.search .nice-select ul li.on {
  color: #fff;
  background-color: #ff890b
}

.search .input {
  height: 26px;
  width: 170px;
  font-size: 12px;
  vertical-align: top;
  border: 0;
  padding: 5px 30px 5px 10px;
  font-family: "΢���ź�"
}

.search .button {
  background: url(../images/search.jpg) no-repeat;
  width: 16px;
  height: 11px;
  border: 0;
  position: absolute;
  top: 8px;
  z-index: 9;
  right: 5px
}

.header {
  padding: 10px 0;
  position: relative
}

.nav {
  float: right;
  padding-top: 20px
}

.nav li {
  float: left;
  z-index: 99;
  margin-left: 5px;
  height: 77px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  position: relative;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.nav li span {
  color: #9b9b9b;
  display: block;
  font-size: 8px;
  font-family: arial;
  text-transform: uppercase
}

.nav li a {
  color: #000;
  padding: 0 5px;
  margin: 0 10px;
  display: inline-block
}

.nav li a:hover {
  color: #ff890b;
  border-bottom: 2px solid #ff890b;
}

.nav li.active>a {
  color: #ff890b;
  border-bottom: 2px solid #ff890b;
}

.nav li:hover:before {
  opacity: 1;
  width: 100%
}

.nav li:hover .subnav {
  display: block
}

.nav .subnav {
  top: 77px;
  left: -20px;
  width: 150px;
  display: none;
  position: absolute;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  background-color: #fff;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8)
}

.nav .subnav a {
  color: #555;
  line-height: 28px;
  font-size: 14px;
  display: block;
  padding: 5px
}

.nav .subnav a:hover {
  font-weight: bold;
  color: #ff890b;
  border: none
}

.nav .subnav-two {
  left: auto;
  right: 0;
  width: 110px
}

.footer {
  background-color: #272727;
  padding-bottom: 30px;
  border-top: solid 8px #ff890b
}

.footer li {
  width: 186px;
  float: left;
  margin: 35px 0;
  margin-bottom: 20px;
  padding: 0 20px;
  min-height: 200px;
}

.footer li h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: normal
}

.footer li h3 a {
  color: #fff
}

.footer li a {
  display: block;
  height: 20px;
  color: #868686;
  line-height: 20px;
  overflow: hidden
}

.footer li:first-child {
  border: 0;
  padding-left: 0
}

.footer .tel {
  border: 0;
  color: #fff;
  line-height: 30px;
  width: 190px;
  font-size: 16px;
  padding-right: 0;
  text-align: right
}

.footer .tel img {
  margin-bottom: 5px
}

.footer .tel span {
  font-size: 22px
}

.footer .form-select {
  cursor: pointer;
  color: #fff;
  width: 260px;
  padding: 8px 10px;
  background-color: #272727;
  border: solid 1px #ff890b
}

.copy {
  color: #868686;
  padding: 15px 0;
  background-color: #191919
}

.copy a {
  color: #868686
}

.copy a:hover {
  color: #fff
}

.bannerbox {
  width: 100%;
  overflow: hidden
}

.banner {
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  position: relative
}

.banner .slick-dots {
  bottom: 30px
}

.banner .slick-dots li button {
  margin: 0 3px;
  width: 12px;
  height: 12px;
  background-color: #d1d1d1;
  border: 5px solid rgba(0, 0, 0, 0.0.5)
}

.banner .slick-dots li.slick-active button {
  background: #ff890b
}

.home-title {
  font-size: 16px;
  padding: 30px
}

.home-title a {
  float: right;
  color: #252424
}

.home-title span {
  font-size: 28px;
  color: #ff890b
}

.home-title em {
  color: #b5b5b5;
  padding-left: 10px;
  font-size: 18px;
  font-style: normal
}

.home-title-2 {
  position: relative;
  color: #222;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
}

.home-title-2::before {
  content: ' ';
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 3px;
  background-color: #ff890b;
}

.home-title-2 .cn {
  font-size: 20px;
  color: #222;
  margin-top: 10px;
}

.home-title-2 .en {
  font-size: 28px;
  text-transform: uppercase;
  color: #ddd;
  font-weight: bold;
}


.home-product {
  padding: 30px 0;
  overflow: hidden
}

.home-product .menu {
  margin-top: 30px;
  font-size: 14px;
  text-align: center
}

.home-product .menu a {
  padding: 0 10px;
  color: #222;
  margin: 0 15px;
  line-height: 40px;
  display: inline-block;
  border: 1px solid transparent
}

.home-product .menu a:hover,
.home-product .menu .active {
  color: #ff890b;
  border-radius: 3px;
  border: 1px solid #ff890b
}

.home-product .list-product-type {
  display: none;
  margin-top: 15px;
  text-align: center;
  overflow: hidden;
}

.home-product .list-product-type li {
  display: inline-block;
  margin: 5px 10px;
}

.home-product .list-product-type li a {
  display: block;
  border: 1px solid #ff890b;
  padding: 5px 10px;
  color: #ff890b;
  font-size: 14px;
  border-radius: 3px;
}

.home-product .list-product-type li a:hover {
  background-color: #ff890b;
  color: #fff;
}

.home-product .scroll .items {
  margin: 5px 6px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  width: 268px;
  padding: 10px;
}

.home-product .scroll .items .pic {
  position: relative
}

.home-product .scroll .items .pic img {
  width: 100%;
  height: 200px;
}

.home-product .scroll .items .box h3 {
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  overflow: hidden;
  font-weight: normal;
  margin-top: 10px;
  color: #333;
  text-align: center
}

.home-product .scroll .items .box p {
  height: 0;
  overflow: hidden;
  line-height: 20px;
  color: #999
}

.home-product .scroll .items .box span {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #ff890b;
}

.home-product .scroll .items:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
}

.home-product .scroll .items:hover a:hover {
  color: #666
}

.home-product .scroll .slick-prev,
.home-product .scroll .slick-next {
  border-color: #b8b8b8;
  border-width: 2px;
  width: 30px;
  height: 30px;
  margin-top: -15px
}

.home-product .scroll .slick-prev {
  left: -70px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.home-product .scroll .slick-next {
  right: -60px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.home-case {
  color: #fff;
  padding: 60px 0;
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
}

.home-case .cn {
  color: #fff
}

.home-case .text {
  text-align: center;
  font-size: 15px;
  margin: 0 auto;
  width: 790px;
}

.home-case li {
  width: 258px;
  height: 258px;
  float: left;
  margin-top: 30px;
  position: relative;
  margin-left: 26px
}

.home-case li:first-child {
  margin-left: 0
}

.home-case li img {
  width: 100%;
  height: 210px;
  border: 1px solid #eee;
}

.home-case .more {
  margin-top: 50px;
  text-align: center
}

.home-case .more a {
  width: 230px;
  height: 45px;
  color: #fff;
  font-size: 26px;
  line-height: 43px;
  display: inline-block;
  border: solid 1px #fff
}

.home-case .more a:hover {
  color: #ff890b;
  background-color: #fff
}

.home-news {
  padding: 60px 0
}

.home-news .home-list-aboutus {
  width: 40%;
  float: left;
  margin-top: 15px;
}

.home-news .home-list-aboutus h4 {
  font-weight: normal;
  font-size: 16px;
  margin: 15px 0 10px;
  letter-spacing: 2px;
}

.home-news .home-list-aboutus h4 span {
  color: #ff890b
}

.home-news .home-list-news {
  width: 55%;
  float: right;
}

.home-news li dl {
  float: left;
  padding: 15px 0;
  border-bottom: dashed 1px #ebebeb
}

.home-news li dt h3 {
  text-align: right;
  font-weight: normal;
  font-size: 26px;
}

.home-news li dt p {
  text-align: right;
}

.home-news li dt {
  float: left;
  height: 72px;
  position: relative
}

.home-news li dd {
  width: 480px;
  float: left;
  padding-left: 15px
}

.home-news li dd .h3 {
  font-weight: normal;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  display: block;
  margin-top: -5px;
}

.home-news li dd p {
  margin-top: 7px;
  color: #858585;
  height: 40px;
  line-height: 20px;
  overflow: hidden
}

.home-news li:hover dd h3 a {
  color: #ff890b
}

.page-banner {
  overflow: hidden
}

.page-banner p {
  width: 1920px;
  left: 50%;
  height: 200px;
  margin-left: -960px;
  position: relative
}

.page-content {
  padding: 50px 0;
  min-height: 300px
}

.page-menu {
  font-size: 14px;
  text-align: center
}

.page-menu a {
  color: #fff;
  margin: 0 10px;
  line-height: 36px;
  border-radius: 3px;
  width: 130px;
  overflow: hidden;
  height: 36px;
  display: inline-block;
  background-color: #a8a8a8
}

.page-menu a:hover,
.page-menu .active {
  color: #fff;
  background-color: #ff890b
}

.page-title {
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 15px;
  background: url(../images/line.jpg) repeat-x left bottom
}

.page-title h2 {
  width: 300px;
  height: 30px;
  color: #000;
  font-size: 23px;
  overflow: hidden;
  line-height: 30px;
  font-weight: normal;
  float: left
}

.page-title h2 span {
  padding-left: 10px;
  color: #989494;
  font-size: 18px;
  font-family: arial
}

.page-title p {
  width: 500px;
  float: right;
  height: 30px;
  overflow: hidden;
  text-align: right;
  color: #959595
}

.page-title p a {
  padding: 0 5px;
  color: #959595;
}

.page-title p a:hover {
  color: #ff890b
}

.page-title p img {
  margin-top: 7px;
  vertical-align: top
}

.list-about {
  color: #696767;
  font-size: 14px;
  padding-top: 70px;
  position: relative
}

.list-about .box {
  left: 0;
  width: 385px;
  line-height: 28px;
  font-size: 14px;
  padding-top: 100px;
  padding-left: 40px;
  padding-bottom: 120px;
  position: absolute;
  color: #333;
  background: url(../images/line-2.jpg) no-repeat top left
}

.list-about .box .t1 {
  color: #000;
  font-size: 60px;
  line-height: 50px;
  font-family: "labrador_a_lightregular"
}

.list-about .box .t2 {
  font-size: 23px;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #ff890b
}

.list-news {
  position: relative
}

.list-news dl {
  height: 136px;
  margin-top: 22px;
  position: relative
}

.list-news dt {
  width: 176px;
  position: relative;
  margin-left: 56px;
  height: 136px;
  float: left
}

.list-news dt:before {
  content: "";
  width: 8px;
  height: 8px;
  left: -63px;
  top: 60px;
  border-radius: 3px;
  position: absolute;
  border-radius: 100%;
  border: solid 3px #ababab;
  background-color: #fff
}

.list-news dt .pic {
  width: 176px;
  height: 108px;
  position: relative
}

.list-news dt time {
  color: #fff;
  margin-top: 6px;
  display: block;
  text-align: center;
  background-color: #ababab
}

.list-news dd {
  width: 100%;
  height: 136px;
  float: right;
  padding: 20px;
  background-color: #f2f2f2
}

.list-news dd h3 {
  height: 24px;
  height: 30px;
  font-size: 20px;
  overflow: hidden;
  line-height: 30px;
  font-weight: normal
}

.list-news dd h3 a {
  color: #292929
}

.list-news dd p {
  color: #858585;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  margin-top: 10px;
  overflow: hidden
}

.list-news dl:hover dt:before {
  border-color: #ff890b
}

.list-news dl:hover dt time {
  background-color: #ff890b
}

.list-news-show {
  position: relative;
  font-size: 14px;
  color: #696767;
  padding-top: 30px;
  line-height: 26px;
  min-height: 400px
}

.list-news-show p {
  margin-bottom: 10px;
}

.list-news-show .title {
  font-size: 24px;
  text-align: center;
  color: #333;
  line-height: 40px
}

.list-page-news {
  height: 43px;
  margin-top: 40px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd
}

.list-page-news li {
  width: 50%;
  float: left;
  height: 43px;
  font-size: 14px;
  line-height: 43px;
  overflow: hidden;
  padding-right: 50px
}

.list-page-news li a {
  color: #666;
  padding-left: 30px;
}

.list-page-news li a:hover {
  color: #ff890b
}

.list-contact {
  padding-top: 50px
}

.list-contact .tit {
  color: #000;
  font-size: 24px;
  padding-bottom: 40px
}

.list-contact li {
  float: left;
  color: #343434;
  height: 40px;
  width: 350px;
  font-size: 14px;
  overflow: hidden
}

.list-contact li img {
  margin-right: 10px
}

.list-related {
  margin-top: 50px
}

.list-related .title {
  color: #fff;
  font-size: 18px;
  padding-left: 15px;
  line-height: 42px;
  font-weight: normal;
  background-color: #ff890b
}

.list-related .title span {
  font-size: 10px;
  text-transform: uppercase
}

.list-related ul {
  margin-top: 10px;
  padding: 0 28px;
  overflow: hidden;
  background-color: #f5f5f5
}

.list-related li:first-child {
  border: 0
}

.list-related li {
  overflow: hidden;
  border-top: solid 1px #ddd
}

.list-related li {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 13px;
  background: url(../images/icon5.jpg) no-repeat left 18px
}

.list-related li span {
  padding: 0 80px;
  float: right;
  color: #797979;
  font-family: arial
}

.list-message {
  position: relative
}

.list-message li {
  margin-top: 25px
}

.list-message li input,
.list-message li textarea {
  padding: 15px;
  font-size: 14px;
  color: #666;
  width: 467px;
  font-family: "΢���ź�";
  border: solid 1px #1890d3
}

.list-message li input:focus,
.list-message li textarea:focus {
  border-color: #ed904b
}

.list-message .mess {
  top: -25px;
  right: 0;
  width: 620px;
  position: absolute
}

.list-message .mess textarea {
  width: 100%;
  height: 204px
}

.list-message .but {
  right: 0;
  bottom: 0;
  position: absolute
}

.list-message .but input[type="button"] {
  width: 180px;
  color: #fff;
  font-size: 16px;
  padding: 0;
  line-height: 50px;
  outline: none;
  background-color: #ff890b;
  border-color: #ff890b
}

.list-message .but input[type="button"]:focus {
  background-color: #1dd0ff
}

.list-pro-nav {
  width: 220px;
  float: left
}

.list-pro-nav .title {
  color: #fff;
  padding: 30px;
  background-color: #ff890b
}

.list-pro-nav .title h3 {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: solid 1px #2c5584
}

.list-pro-nav .title p {
  font-size: 16px;
  padding-top: 10px;
  text-align: right
}

.list-pro-nav ul {
  background-color: #1e1e1e
}

.list-pro-nav ul li {
  font-size: 14px;
  border-left: solid 10px #1e1e1e;
  border-right: solid 10px #1e1e1e;
  border-top: solid 1px #3d3d3d
}

.list-pro-nav ul li a {
  color: #a1a1a1;
  display: block;
  padding: 10px 0;
  padding-left: 20px
}

.list-pro-nav ul li:hover,
.list-pro-nav ul .active {
  border-color: #ff890b;
  background-color: #ff890b
}

.list-pro-nav ul li:hover a,
.list-pro-nav ul .active a {
  color: #fff
}

.list-content-r {
  width: 864px;
  float: right;
  overflow: hidden
}

.list-content-r .page-title {
  padding: 0;
  margin: 0;
  padding-bottom: 24px
}

.list-product ul {
  width: 900px;
  padding-top: 25px;
  margin-left: -13px
}

.list-product li {
  margin: 10px 15px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 260px;
  border: 1px solid #ddd;
  padding: 10px;
}

.list-product li .pic {
  position: relative
}

.list-product li .pic img {
  width: 100%;
  height: 187px;
}

.list-product li .box {}

.list-product li .box h3 {
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  font-weight: normal;
  margin-top: 10px
}

.list-product li .box p {
  height: 0;
  overflow: hidden;
  line-height: 24px
}

.list-product li .box span {
  margin-top: 10px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  border: solid 1px #fff
}

.list-product li:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.list-product li:hover .box {
  opacity: 1;
  height: 100%;
  display: block / 9
}

.list-proshow {
  padding-top: 45px
}

.list-proshow .items dt {
  float: left;
  width: 340px;
  height: 240px;
  position: relative
}

.list-proshow .items dd {
  width: 480px;
  float: right;
  color: #262626;
  font-size: 13px
}

.list-proshow .items dd h1 {
  color: #262626;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e2e2e2
}

.list-proshow .tabnav {
  height: 31px;
  margin-top: 50px;
  line-height: 31px;
  background-color: #ff890b
}

.list-proshow .tabnav li {
  float: left;
  color: #fff;
  margin: 0 10px;
  font-size: 16px;
  padding: 0 30px;
  cursor: pointer
}

.list-proshow .tabnav .active {
  color: #ff890b;
  background-color: #fff
}

.list-proshow .tabbox {
  display: none;
  font-size: 14px;
  padding-top: 30px
}

.list-proshow .tabcot {
  margin-top: 20px;
  text-align: center;
  border-top: solid 1px #ddd
}

.list-proshow .tabcot th {
  color: #333
}

.list-proshow .tabcot tr,
.list-proshow .tabcot th,
.list-proshow .tabcot td {
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd
}

.list-proshow .tabcot tr,
.list-proshow .tabcot th:first-child {
  border-left: 0
}

.list-proshow .tabcot tr,
.list-proshow .tabcot td:first-child {
  border-left: 0
}

.list-proshow .tabcot .dow {
  display: inline-block;
  color: #fff;
  padding: 3px 15px;
  background-color: #ff890b
}

.list-proshow .tabcot .dow:hover {
  background-color: #1dd0ff
}

.list-case ul {
  width: 900px;
  padding-top: 25px;
  margin-left: -13px
}

.list-case li {
  margin: 10px 15px;
  position: relative;
  float: left;
  width: 265px
}

.list-case li .tit {
  font-size: 16px;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all
}

.list-case li .pic {
  width: 265px;
  height: 187px;
  position: relative
}

.list-case li .pic img {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s
}

.list-case li .box {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  color: #fff;
  opacity: 0;
  display: none\9;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  text-align: center;
  position: absolute;
  background-color: #ff890b;
  background-color: rgba(36, 187, 232, 0.8)
}

.list-case li .box h3 {
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  overflow: hidden;
  font-weight: normal;
  margin-top: 30px
}

.list-case li .box p {
  height: 24px;
  overflow: hidden;
  line-height: 24px
}

.list-case li .box span {
  padding: 4px 10px;
  margin-top: 30px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  border: solid 1px #fff
}

.list-case li .box .icon {
  padding-top: 40px;
  display: block
}

.list-case li:hover .box {
  opacity: 1;
  height: 187px;
  display: block\9
}

.list-case-show {
  padding-top: 40px
}

.list-job {
  margin-top: 50px
}

.list-job .content {
  width: 800px;
  float: right
}

.list-job .tit:first-child {
  font-weight: bold;
  color: #ff890b
}

.list-job .tit {
  line-height: 30px;
  height: 30px;
  margin-top: 3px;
  cursor: pointer;
  background-color: #f4f4f4
}

.list-job .tit span {
  width: 24%;
  height: 30px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  border-left: solid 1px #e2e2e2
}

.list-job .tit span:first-child {
  border: 0
}

.list-job .active .more em {
  background-color: #ff890b
}

.list-job .txtbox {
  display: none;
  padding: 30px 0;
  padding-left: 10px
}

.list-job .txtbox ul {
  padding-left: 40px;
  border-left: solid 1px #ff890b
}

.list-job .txtbox ul li {
  padding-bottom: 30px;
  position: relative
}

.list-job .txtbox ul li:before {
  top: 0;
  left: -45px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  background-color: #ff890b
}

.list-job .txtbox ul li p {
  line-height: 16px;
  margin-bottom: 10px
}

.list-job .txtbox ul li .name {
  color: #3a3a3a;
  font-size: 14px;
  font-weight: bold
}

.list-job .more em {
  color: #fff;
  width: 100px;
  padding: 3px 30px;
  font-style: normal;
  border-radius: 3px;
  background-color: #7b7b7b
}

.list-honor {
  padding-top: 15px
}

.list-honor li {
  float: left;
  width: 260px;
  margin: 0 10px;
  margin-top: 30px
}

.list-honor li div {
  width: 260px;
  height: 180px;
  position: relative;
  background-color: #fff;
  border: solid 1px #eee;
  box-shadow: 0 5px 10px #eee
}

.list-honor li p {
  text-align: center;
  height: 40px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden
}

.tab {
  margin-top: 50px;
  text-align: center
}

.tab a,
.tab span {
  margin-right: 5px;
  height: 28px;
  padding: 0 11px;
  font-family: arial;
  line-height: 28px;
  display: inline-block;
  background-color: #efefef
}

.mapborder {
  padding: 7px;
  margin-top: 80px;
  border: dashed 1px #fff;
  background-color: #4acdc5
}

.mapborder-2 {
  padding: 8px 10px;
  margin-top: 100px;
  background-color: #fff;
  border: solid 1px #ddd;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px
}

.contact-emap {
  position: relative;
  width: 100%;
  height: 380px
}

#allmap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px
}

.anchorBL {
  display: none
}

.map {
  margin: 0 auto
}

.map dl {
  border: #eee solid 1px;
  border-bottom: none;
  margin: 20px 0 20px 0
}

.map dl:hover {
  background: #f8f8f8
}

.map dl:hover dt a {
  color: #ff890b
}

.map dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #eee solid 1px;
  padding: 0 0 0 20px
}

.map dt a {
  color: #333
}

.map dt a:hover {
  color: #ff890b
}

.map dt img {
  margin-left: 20px
}

.map dd {
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  padding-top: 10px
}

.map dd .p2 {
  font-size: 14px;
  padding: 0 0 0 20px;
  clear: both
}

.map dd .p2 a {
  color: #333;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.map dd .p2 a:hover {
  color: #ff890b
}

.map dd div {
  clear: both;
  font-size: 14px;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #eee solid 1px;
  padding: 0 20px 10px 10px
}

.map dd div a {
  color: #666;
  float: left;
  padding: 0 10px 0 10px
}

.map dd div a:hover {
  background: #ff890b;
  color: #fff
}

.select-box {
  vertical-align: top;
  display: inline-block
}

.select-box .select {
  position: relative;
  width: 420px;
  height: 41px;
  margin-top: 1px;
  cursor: pointer;
  border: solid 1px #b4b4b4;
  background-color: #fff
}

.select-box .select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  border-top: 7px solid #747474;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent
}

.select-box .select .select_text {
  height: 24px;
  line-height: 22px;
  font-size: 14px;
  color: #777;
  padding: 10px 10px 0 20px
}

.select-box .select_ul {
  display: none;
  position: absolute;
  top: 35px;
  left: -1px;
  padding: 0;
  color: #333;
  font-size: 14px;
  width: 420px;
  border: solid 1px #b4b4b4;
  text-align: left;
  background: #fff;
  list-style: none
}

.select-box .select_ul li {
  margin-top: 0;
  font-size: 14px;
  line-height: 40px;
  text-indent: 10px
}

.select-box .select_ul li:hover {
  color: #fff;
  background-color: #ff890b
}

.select-box .select_ul li.cur {
  color: #fff;
  background-color: #ff890b
}

.search_mask {
  background: rgba(26, 26, 26, 0.6) none repeat scroll 0 0 !important;
  background: #403E41;
  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;
}

.search_mask .s_box #sure {
  width: 140px;
  height: 36px;
  display: block;
  margin: 20px auto 0;
  background: #ff890b;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  letter-spacing: 5px;
}