echarset "utf-8";

html {
  width: 100%
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dd,
dt,
s,
del,
i,
em {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  font-style: normal;
  outline: none;
}

body {
  background: #fff;
  color: #444;
  font-size: 14px;
  font-family: tahoma, "microsoft yahei", Arial, sans-serif;
  width: 100%;
  min-width: 1250px;
}

ul,
ol,
li,
dl,
dd,
dt {
  list-style-type: none;
}

select,
input,
img,
select,
button,
textarea {
  vertical-align: middle;
  font-size: 12px;
  outline: none;
  font-family: tahoma, "microsoft yahei", Arial, sans-serif;
}

@font-face {
  font-family: 'iconfont';
  /* project id 165266 */
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
    url('iconfont.woff') format('woff'),
    url('iconfont.ttf') format('truetype'),
    url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg)
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg);
  }
}

:-moz-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bbb;
}


a {
  text-decoration: none;
  color: #555
}

a:hover {
  color: #0a4cb4;
}

.clearit {
  clear: both;
}


.b {
  font-weight: bold
}

.red {
  color: #d42121 !important
}

.orange {
  color: #ff4a00
}

.orange:hover {
  text-decoration: underline
}

.black {
  color: #222
}

.blue {
  color: #0294C5
}

.green {
  color: #69bd83 !important
}

.green:hover {
  color: #69bd83;
  text-decoration: underline
}

.gray {
  color: #888
}

.font14 {
  font-size: 14px
}

.left {
  float: left
}

.right {
  float: right
}



.wrapper {
  width: 1200px;
  margin: 0 auto
}

@font-face {
  font-family: "NoveDemiBold";
  src: url('novecentowide-demibold-webfont.eot');
  src: url('novecentowide-demibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('novecentowide-demibold-webfont.ttf') format('truetype');
}



#fex-header {
  background-color: #fff;
  height: 90px;
  position: fixed;
  left: 0;
  top: -100px;
  width: 100%;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

#fex-header .logo {
  float: left;
  margin-top: 16px;
}

#fex-header .logo img {
  height: 60px;
}

#fex-header .menu {
  float: left;
  margin-top: 29px;
  position: relative;
  margin-left: 50px;
}

#fex-header .menu li {
  float: left;
  height: 40px;
  position: relative
}

#fex-header .menu li a {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative
}

#fex-header .menu li a span {
  position: relative;
  z-index: 2
}

#fex-header .menu li a i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0px;
  width: 100%;
  background-color: #165eb2;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#fex-header .menu li.current a {
  color: #165eb2;
}

#fex-header .menu li a.hover {
  color: #fff
}

#fex-header .menu li a.hover i {
  height: 40px
}

#fex-header .menu li:last-child {
  background: none
}

#fex-header .menu li .sub-nav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  display: none
}

#fex-header .menu li .sub-nav a {
  display: block;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #165eb1;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 13px;
  padding: 0;
  text-indent: 30px;
}

#fex-header .menu li .sub-nav a:hover {
  background-color: #f38902
}

#fex-header .search {
  width: 200px;
  float: right;
  margin-top: 30px;
}

#fex-header .search .input {
  display: block;
  float: left;
  width: 140px;
  float: left;
  border: 1px #e2e2e2 solid;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-right: 0
}

#fex-header .search .hover {
  background-color: #fafafa
}

#fex-header .search button {
  background: url(../images/search-icon.png) no-repeat center center #f78900;
  border: 0;
  width: 60px;
  height: 40px;
  cursor: pointer;
  float: left
}



#header {
  height: 105px;
  background-color: #165eb2;
  position: relative;
  z-index: 1000
}

#header .wrapper {}

#header .logo {
  float: left;
  margin-top: 17px;
}

#header .top-links {
  float: right;
  margin-top: 38px;
}

#header .top-links a {
  display: block;
  float: left;
  line-height: 34px;
  color: #fff;
  font-size: 12px;
  font-weight: bold
}

#header .top-links a.a1 {
  background: url(../images/header-icon.png) no-repeat 10px 0 #165eb2;
  border: 1px #3b7dca solid;
  padding: 0 10px 0 31px;
}

#header .top-links a.a2 {
  background: url(../images/header-icon.png) no-repeat 10px -34px #165eb2;
  border: 1px #3b7dca solid;
  padding: 0 10px 0 31px;
  border-left: 0
}

#header .top-links a.a3 {
  background-color: #418ee9;
  padding: 0 25px;
  line-height: 36px;
}

#header .top-links a.a4 {
  background-color: #27c9cb;
  padding: 0 25px;
  line-height: 36px;
}

#header .top-links a.a5 {
  background-color: #418ee9;
  padding: 0 15px;
  line-height: 36px;
}

#header .top-links a.a5 i {
  font-weight: normal;
  margin-right: 3px;
}

#header .top-links span {
  display: block;
  float: left;
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
}

#header .top-links a:hover {
  color: #fff000
}

#nav {
  height: 80px;
  background-color: #fff;
  position: relative;
  z-index: 1000
}

#nav .menu {
  float: left;
  margin-top: 22px;
  position: relative
}

#nav .menu li {
  float: left;
  height: 40px;
  position: relative
}

#nav .menu li a {
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  position: relative
}

#nav .menu li a span {
  position: relative;
  z-index: 2
}

#nav .menu li a i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0px;
  width: 100%;
  background-color: #165eb2;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#nav .menu li.current a {
  color: #165eb2;
}

#nav .menu li a.hover {
  color: #fff
}

#nav .menu li a.hover i {
  height: 40px
}

#nav .menu li:last-child {
  background: none
}

#nav .menu li .sub-nav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  display: none
}

#nav .menu li .sub-nav a {
  display: block;
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #165eb1;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 13px;
  padding: 0;
  text-indent: 30px;
}

#nav .menu li .sub-nav a:hover {
  background-color: #f38902
}

#nav .search {
  width: 360px;
  float: right;
  margin-top: 21px;
}

#nav .search .input {
  display: block;
  float: left;
  width: 280px;
  float: left;
  border: 1px #e2e2e2 solid;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-right: 0
}

#nav .search .hover {
  background-color: #fafafa
}

#nav .search button {
  background: url(../images/search-icon.png) no-repeat center center #f78900;
  border: 0;
  width: 80px;
  height: 40px;
  cursor: pointer
}

#fex-header .search *,
#nav .search * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.indicator {
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: #165eb2
}

#banner {
  position: relative;
  z-index: 2;
  width: 1920px;
  height: 850px;
  overflow: hidden;
  margin: 0 auto;
}

#banner .pics {
  position: relative;
  width: 100%;
  height: 100%;
}

#banner .pics li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
}

#banner .pics li a {
  display: block;
  width: 100%;
  height: 100%;
}

#banner .pics .b1 {
  display: list-item;
}

#banner .btns a {
  position: absolute;
  top: 50%;
  z-index: 4;
  margin-top: -60px;
  width: 50px;
  height: 50px;
  -ms-transition: left 400ms, right 400ms;
  transition: left 400ms, right 400ms;
  -webkit-transition: left 400ms, right 400ms;
  -moz-transition: left 400ms, right 400ms;
  -o-transition: left 400ms, right 400ms;
}

#banner .btns .prev {
  left: -50px;
}

#banner .btns .next {
  right: -50px;
}

#banner .btns .prev.on {
  left: 50px;
}

#banner .btns .next.on {
  right: 50px;
}

#banner .btns a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: -ms-opacity 300ms;
  transition: opacity 300ms;
  -webkit-transition: -webkit-opacity 300ms;
  -moz-transition: -moz-opacity 300ms;
  -o-transition: -o-opacity 300ms;
  cursor: pointer;
}

#banner .btns a span.off {
  -webkit-opacity: 1;
  opacity: 1;
  display: block\9;
}

#banner .btns a span.on {
  -webkit-opacity: 0;
  opacity: 0;
  display: none\9;
}

#banner .btns .prev .off {
  background: url(../images/prev.png) no-repeat 0 0;
}

#banner .btns .prev .on {
  background: url(../images/prev_on.png) no-repeat 0 0;
}

#banner .btns .next .off {
  background: url(../images/next.png) no-repeat 0 0;
}

#banner .btns .next .on {
  background: url(../images/next_on.png) no-repeat 0 0;
}

#banner .btns a:hover .off {
  -webkit-opacity: 0;
  opacity: 0;
  display: none\9;
}

#banner .btns a:hover .on {
  -webkit-opacity: 1;
  opacity: 1;
  display: block\9;
}

#banner .g-wrap {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 2000;
  margin-left: -590px;
  width: 1200px;
  height: 30px;
  overflow: hidden;
}

#banner .g-wrap .idxs {
  height: 100%;
  text-align: center
}

#banner .g-wrap .idxs li {
  display: inline-block;
  margin: 30px 7px 0 0;
  width: 12px;
  height: 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
  -ms-transition: background-color 1000ms, margin-top 500ms, width 500ms;
  transition: background-color 500ms, margin-top 500ms, width 500ms;
  -webkit-transition: background-color 1000ms, margin-top 500ms, width 500ms;
  -moz-transition: background-color 1000ms, margin-top 500ms, width 500ms;
  -o-transition: background-color 1000ms, margin-top 500ms, width 500ms;
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#banner .g-wrap .idxs li.on {
  background-color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  width: 40px;
}


#banner2 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

#banner2 .pics {
  position: relative;
  width: 100%;
  height: 100%;
}

#banner2 .pics li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
}

#banner2 .pics li a {
  display: block;
  width: 100%;
  height: 100%;
}

#banner2 .pics .b1 {
  display: list-item;
}

#banner2 .btns a {
  position: absolute;
  top: 50%;
  z-index: 4;
  margin-top: -60px;
  width: 50px;
  height: 50px;
  -ms-transition: left 400ms, right 400ms;
  transition: left 400ms, right 400ms;
  -webkit-transition: left 400ms, right 400ms;
  -moz-transition: left 400ms, right 400ms;
  -o-transition: left 400ms, right 400ms;
}

#banner2 .btns .prev {
  left: -50px;
}

#banner2 .btns .next {
  right: -50px;
}

#banner2 .btns .prev.on {
  left: 50px;
}

#banner2 .btns .next.on {
  right: 50px;
}

#banner2 .btns a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: -ms-opacity 300ms;
  transition: opacity 300ms;
  -webkit-transition: -webkit-opacity 300ms;
  -moz-transition: -moz-opacity 300ms;
  -o-transition: -o-opacity 300ms;
  cursor: pointer;
}

#banner2 .btns a span.off {
  -webkit-opacity: 1;
  opacity: 1;
  display: block\9;
}

#banner2 .btns a span.on {
  -webkit-opacity: 0;
  opacity: 0;
  display: none\9;
}

#banner2 .btns .prev .off {
  background: url(../images/prev.png) no-repeat 0 0;
}

#banner2 .btns .prev .on {
  background: url(../images/prev_on.png) no-repeat 0 0;
}

#banner2 .btns .next .off {
  background: url(../images/next.png) no-repeat 0 0;
}

#banner2 .btns .next .on {
  background: url(../images/next_on.png) no-repeat 0 0;
}

#banner2 .btns a:hover .off {
  -webkit-opacity: 0;
  opacity: 0;
  display: none\9;
}

#banner2 .btns a:hover .on {
  -webkit-opacity: 1;
  opacity: 1;
  display: block\9;
}

#banner2 .g-wrap {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 2000;
  margin-left: -590px;
  width: 1200px;
  height: 30px;
  overflow: hidden;
}

#banner2 .g-wrap .idxs {
  height: 100%;
  text-align: center
}

#banner2 .g-wrap .idxs li {
  display: inline-block;
  margin: 30px 7px 0 0;
  width: 12px;
  height: 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
  -ms-transition: background-color 1000ms, margin-top 500ms, width 500ms;
  transition: background-color 500ms, margin-top 500ms, width 500ms;
  -webkit-transition: background-color 1000ms, margin-top 500ms, width 500ms;
  -moz-transition: background-color 1000ms, margin-top 500ms, width 500ms;
  -o-transition: background-color 1000ms, margin-top 500ms, width 500ms;
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#banner2 .g-wrap .idxs li.on {
  background-color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  width: 40px;
}



.index-bg1 {
  height: 120px;
  background: url(../images/index-search-bg.jpg) no-repeat center top
}

.index-notice {
  width: 700px;
  float: left;
  background-color: #fff;
  height: 48px;
  margin-top: 35px;
}

.index-notice h2 {
  width: 112px;
  height: 48px;
  background: url(../images/index-notice-h2.gif) no-repeat;
  float: left;
  text-indent: -10000px
}

.index-notice .notice-scroll {
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  width: 530px;
  float: left;
  margin-left: 20px;
  margin-top: 17px;
}

.q-search {
  width: 490px;
  height: 48px;
  background-color: #fff;
  margin-top: 35px;
  float: right
}

.q-search .select {
  width: 310px;
  float: right;
  position: relative
}

.q-search .select h2 {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  text-align: right;
  padding: 0 40px;
  background: url(../images/arrow-down.png) no-repeat 280px center;
  cursor: default
}

.q-search .select ul {
  position: absolute;
  width: 310px;
  left: 0;
  top: 48px;
  background-color: #11d1dc;
  display: none
}

.q-search .select ul a {
  display: block;
  line-height: 36px;
  text-align: right;
  padding: 0 40px;
  color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.q-search .select ul a:hover {
  background-color: #e0e0e0;
  color: #222;
}

.q-search .btn {
  width: 180px;
  float: left;
  background: url(../images/q-btn-icon.png) no-repeat 120px center #a4a4a4;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
  text-indent: 15px
}

.index-bg2 {
  background-color: #2c86cf;
  padding-bottom: 45px;
}

.index-service h2 {
  height: 60px;
  background-color: #f8f8f8;
  line-height: 70px;
  font-size: 18px;
  color: #165eb2;
  padding-left: 20px;
}

.index-service h2 span {
  color: #aaa;
  margin-left: 20px;
  font-weight: normal
}

.index-service .index-service-con {
  margin-top: 45px;
  height: 124px;
}

.index-service .item {
  width: 120px;
  height: 120px;
  float: left;
  margin-left: 37px;
  margin-right: 37px;
  height: 120px;
  border: 2px #fff solid;
  border-radius: 50%;
  overflow: hidden
}

.index-service .item i {
  display: block;
  height: 80px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.index-service .item span {
  display: block;
  height: 40px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color: #0066ca;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold
}

.index-service .item a {}

.index-service .item a.a1 i {
  background: url(../images/index-service-icon.gif) no-repeat
}

.index-service .item a.a2 i {
  background: url(../images/index-service-icon.gif) no-repeat -120px 0
}

.index-service .item a.a3 i {
  background: url(../images/index-service-icon.gif) no-repeat -240px 0
}

.index-service .item a.a4 i {
  background: url(../images/index-service-icon.gif) no-repeat -360px 0
}

.index-service .item a.a5 i {
  background: url(../images/index-service-icon.gif) no-repeat -480px 0
}

.index-service .item a.a6 i {
  background: url(../images/index-service-icon.gif) no-repeat -600px 0
}

.index-service .item a:hover i {
  background-position-y: -80px;
}

.index-service .item a:hover span {
  background-color: #2c86cf;
  color: #fff
}

/* .index-bg3 {
  background: url(../images/index-bg3.gif) repeat-x top center #fff
} */

.index-pro h2 {
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #165eb2;
  position: relative
}

.index-pro h2 span {
  display: block;
  background: url(../images/index-pro-span.png) no-repeat;
  width: 145px;
  height: 28px;
  line-height: 28px;
  text-indent: 20px;
  color: #2c86cf;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 190px;
  top: 22px;
}

.index-pro .index-pro-con {
  background: url(../images/index-pro-bg.gif) repeat-x #2bb4e6;
  height: 230px;
  padding-top: 15px;
  overflow: hidden
}

.index-pro .index-pro-con ul {
  height: 170px;
  width: 1220px
}

.index-pro .index-pro-con ul li {
  width: 390px;
  float: left;
  margin-right: 15px;
}

.index-pro .index-pro-con ul li a {
  display: block;
  width: 390px;
  height: 170px;
  background: url(../images/index-pro.gif) no-repeat;
  text-indent: -10000px
}

.index-pro .index-pro-con ul li a.a2 {
  background-position: 0 -170px
}

.index-pro .index-pro-con ul li a.a3 {
  background-position: 0 -340px
}

.index-pro .index-pro-con p {
  clear: both;
  height: 60px;
  line-height: 60px;
  background: url(../images/index-pro-p.gif) no-repeat 0 center;
  color: #fff;
  padding-left: 15px;
  margin-left: 20px;
  font-size: 16px;
}

.index-pro .index-pro-con p span {
  border: 1px #fff dotted;
  display: inline-block;
  line-height: 24px;
  margin-left: 20px;
  font-size: 12px;
  padding: 0 10px
}

.index-pro .index-pro-con p span i {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px #fff dotted;
  margin-right: 10px;
}

.index-bg4 {
  background: #165eb2;
  margin-top: 25px;
}

.index-news h2 {
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #fff;
  position: relative
}

.index-news h2 span {
  display: block;
  background: url(../images/index-pro-span.png) no-repeat;
  width: 145px;
  height: 28px;
  line-height: 28px;
  text-indent: 20px;
  color: #2c86cf;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  left: 190px;
  top: 22px;
}

.index-news h2 a.more {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 5px
}

.index-news .index-news-con {}

.index-news .index-news-con ul {
  height: 170px;
  width: 1220px
}

.index-news .index-news-con ul li {
  width: 390px;
  float: left;
  margin-right: 15px;
}

.index-news .index-news-con ul li .image {
  width: 390px;
  height: 160px;
  overflow: hidden
}

.index-news .index-news-con ul li img {
  width: 390px;
  height: 160px;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}

.index-news .index-news-con ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.index-news .index-news-con ul li .text {
  background-color: #fff;
  padding: 10px 20px;
  height: 70px;
  position: relative
}

.index-news .index-news-con ul li .text strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news .index-news-con ul li .text p {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
  line-height: 1.7;
  padding: 0
}

.index-news .index-news-con ul li .text a.more-icon {
  display: inline-block;
  background: url(../images/index-news-more.gif) no-repeat 0 5px;
  font-size: 12px;
  color: #2c86cf;
  position: absolute;
  right: 20px;
  bottom: 12px;
  text-indent: -100000px;
}

.index-news .index-news-con ul li .time {
  background-color: #f8f8f8;
  border-top: 1px #e2e2e2 solid;
  line-height: 40px;
  position: relative;
  color: #888;
  font-weight: bold
}

.index-news .index-news-con ul li .time em {
  display: block;
  width: 10px;
  height: 6px;
  background: url(../images/index-news-time-em.gif) no-repeat;
  position: absolute;
  left: 30px;
  top: -1px;
}

.index-news .index-news-con ul li .time span {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px #e2e2e2 solid;
  margin-right: 10px;
  font-weight: bold;
  color: #2c86cf
}

.index-news .index-news-con p {
  clear: both;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  padding: 10px 0
}

.index-news .index-news-con p b {
  display: inline-block;
  width: 94px;
  height: 26px;
  background: url(../images/index-news-p-h2.png) no-repeat;
  color: #2c86cf;
  line-height: 26px;
  font-size: 14px;
  text-indent: 20px;
  margin-right: 10px;
}

.index-news .index-news-con p a {
  color: #fff;
  margin-right: 5px;
}

.index-news .index-news-con p a:hover {
  color: #fff000;
}

.index-bg5 {
  background-color: #edfbfd;
  padding: 30px 0
}

.index-other-left {
  width: 260px;
  float: left;
  padding: 1px;
  border: 1px #e2e2e2 solid;
  background-color: #fff
}

.index-other-left h2 {
  text-indent: 15px;
  font-size: 18px;
  line-height: 60px;
}

.index-other-left a {
  display: block;
  margin-top: 5px;
}

.index-other-right {
  width: 920px;
  float: right
}

.index-other-right .service-links {
  background-color: #51ccd8;
  height: 145px;
}

.index-other-right .service-links h2 {
  height: 45px;
  background: url(../images/index-service-link-icon.png) no-repeat center 20px #3394d1;
  width: 180px;
  float: left;
  text-align: center;
  padding-top: 100px;
  font-size: 15px;
  color: #fff
}

.index-other-right .service-links ul {
  width: 660px;
  float: left;
  margin-top: 35px
}

.index-other-right .service-links ul li {
  float: left;
  margin-left: 30px;
  background-color: #fff;
  width: 95px;
  height: 80px;
  text-align: center;
  border-radius: 3px;
  border: 1px #45b3be solid;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1)
}

.index-other-right .service-links ul li a {
  display: block;
  padding: 12px 0;
  width: 95px;
  height: 56px;
}

.index-other-right .service-links ul li a i {
  text-align: center;
  display: block;
  font-size: 30px;
  margin-bottom: 4px;
}

.index-other-right .service-links a.more {
  background: url(../images/index-service-link-more.png) no-repeat;
  display: block;
  float: left;
  width: 25px;
  height: 27px;
  margin-top: 60px;
  margin-left: 20px
}

.index-other-right .index-gongkai {
  background-color: #fff;
  border: 1px #e2e2e2 solid;
  border-top: 0;
  height: 248px;
  overflow: hidden
}

.index-other-right .index-gongkai h2 {
  font-size: 18px;
  line-height: 60px;
  height: 60px;
  border-bottom: 1px #e2e2e2 solid;
  margin: 0 15px;
}

.index-other-right .index-gongkai ul {
  padding-top: 40px;
}

.index-other-right .index-gongkai ul li {
  width: 14.2857%;
  float: left;
  text-align: center
}

.index-other-right .index-gongkai ul li i {
  display: inline-block;
  width: 62px;
  height: 62px;
  background: url(../images/index-gongkai-icon.gif) no-repeat
}

.index-other-right .index-gongkai ul li i.icon2 {
  background-position: 0 -62px;
}

.index-other-right .index-gongkai ul li i.icon3 {
  background-position: 0 -124px;
}

.index-other-right .index-gongkai ul li i.icon4 {
  background-position: 0 -186px;
}

.index-other-right .index-gongkai ul li i.icon5 {
  background-position: 0 -248px;
}

.index-other-right .index-gongkai ul li i.icon6 {
  background-position: 0 -310px;
}

.index-other-right .index-gongkai ul li i.icon7 {
  background-position: 0 -372px;
}

.index-other-right .index-gongkai ul li span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
  padding: 0 25px
}



#footer {}

#footer .service-icons {
  background-color: #2bb4e6;
  height: 120px;
}

#footer .footer-line {
  background-color: #f7be30;
  height: 7px;
}

#footer .service-icons ul {
  padding-top: 28px;
}

#footer .service-icons ul li {
  width: 16.66666%;
  float: left;
  color: #fff;
}

#footer .service-icons ul li i {
  display: block;
  width: 60px;
  height: 60px;
  float: left;
  border: 2px #fff solid;
  border-radius: 50%;
  background: url(../images/service-icon.png) no-repeat;
  margin-left: 30px;
}

#footer .service-icons ul li i.icon2 {
  background-position: 0 -60px;
}

#footer .service-icons ul li i.icon3 {
  background-position: 0 -120px;
}

#footer .service-icons ul li i.icon4 {
  background-position: 0 -180px;
}

#footer .service-icons ul li i.icon5 {
  background-position: 0 -240px;
}

#footer .service-icons ul li i.icon6 {
  background-position: 0 -300px;
}

#footer .service-icons ul li span {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  font-weight: bold
}

#footer .copyright {
  margin: 0 auto;
  padding: 15px 0 10px;
  line-height: 1.7;
  font-size: 13px;
  float: left
}

#footer .footer-links {
  width: 1200px;
  margin: 0 auto;
  height: 100px;
}

#footer .footer-links .linking {
  float: left;
  line-height: 40px;
  background-color: #3394d1;
  color: #fff;
  padding: 0 25px;
}

#footer .footer-links .linking a {
  display: inline-block;
  background: url(../images/linking.png) no-repeat;
  width: 78px;
  height: 17px;
  text-indent: -100000px;
  line-height: 17px;
}

#footer .footer-links .other-link {
  float: right;
  margin-top: 20px;
}

#footer .footer-links .other-link h3 {
  float: right;
  line-height: 40px;
  background-color: #ec6d20;
  color: #fff;
  padding: 0 25px;
  ;
  display: block;
  font-size: 14px;
}

#footer .footer-links .other-link .select {
  float: right;
  width: 220px;
  position: relative
}

#footer .footer-links .other-link .select strong {
  display: block;
  line-height: 38px;
  border: 1px #e2e2e2 solid;
  text-indent: 15px;
  background: url(../images/select-icon.gif) no-repeat 200px center
}

#footer .footer-links .other-link .select strong a {
  font-weight: normal;
  color: #888
}

#footer .footer-links .other-link .select ul {
  position: absolute;
  left: 0;
  bottom: 39px;
  border: 1px #e2e2e2 solid;
  width: 198px;
  border-bottom: 0;
  background-color: #fff;
  display: none
}

#footer .footer-links .other-link .select ul li {
  border-bottom: 1px #e2e2e2 solid;
  line-height: 40px;
  text-indent: 15px;
}

#footer .footer-links .other-link .select ul li a {
  display: block
}


#follow-btn {
  position: fixed;
  right: 0px;
  bottom: -159px;
  z-index: 99;
  -webkit-transition: bottom 0.5s;
  -moz-transition: bottom 0.5s;
  transition: bottom 0.5s;
}

#follow-btn a {
  display: block;
  background-color: #aaa;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden
}

#follow-btn a i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  top: 0px;
  position: absolute;
  left: 0;
  line-height: 50px;
}

#follow-btn a span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 10px;
  line-height: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#follow-btn a:hover {
  background-color: #f39800
}

#follow-btn a:hover i {
  top: -50px
}

#follow-btn a:hover span {
  top: 0;
}

#follow-btn .back-top {
  position: absolute;
  left: 0;
  top: 260px;
}



p.none {
  background-color: #fafafa;
  border: 1px #e5e5e5 dashed;
  margin-top: 30px;
  padding: 60px 30px;
  text-align: center;
  font-size: 24px;
}

p.none i {
  color: #f39800;
  font-size: 30px;
  margin-right: 20px;
  position: relative;
  top: 2px
}


#about-banner {
  height: 330px;
  overflow: hidden;
  position: relative
}

#about-banner img {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}


.page-top-bg {
  height: 200px;
  background: url(../images/page-top-bg.jpg) no-repeat center top
}

#about-nav {
  height: 120px;
  padding-top: 80px
}

#about-nav a {
  display: block;
  width: 12.5%;
  height: 120px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px #dedede solid;
  border-right: 1px #dedede solid;
  text-align: center;
  padding-top: 25px;
}

#about-nav a i {
  font-size: 45px;
  height: 50px;
  display: block;
  color: #1fa5b8
}

#about-nav a span {
  display: block;
  margin-top: 5px;
}

#about-nav a.current {
  font-weight: bold;
  background-color: #1fa5b8;
  color: #fff;
  border-bottom: 0;
}

#about-nav a.current i {
  color: #fff;
  font-weight: 100;
}

#about-main {
  padding-bottom: 150px;
}

.about-title {
  background: url(../images/about-title-bg.gif) no-repeat;
  height: 90px;
  margin-top: 40px;
  text-align: center;
  padding-top: 18px;
}

.about-title span {
  font-weight: bold;
  color: #bbb
}

.about-title h1 {
  font-size: 22px;
}

.about-title p {
  margin-top: 10px;
  font-size: 18px;
  color: #888
}

.about-content {
  margin-top: 20px;
  line-height: 195%;
}

.about-content p {
  margin-bottom: 20px;
  text-indent: 2em
}

/*.about-content strong{ color:#f7be30;}*/

.event-cate {
  overflow: hidden
}

/*
.event-cate-con{ width:1250px;}
.event-cate a{ display:block; width:580px; float:left; margin-right:40px; line-height:150px; font-size:30px; font-weight:bold; color:#fff; text-align:center; background-color:#ff8a5b; margin-top:40px;background-color 0.3s;-moz-transition:background-color 0.3s;transition: background-color 0.3s; }
.event-cate a:hover{ background-color:#ff7239}
.event-cate a.a2{ background-color:#5fb7f5}
.event-cate a.a2:hover{ background-color:#2f9be7}
.event-cate a.a3{ background-color:#3cd1c1}
.event-cate a.a3:hover{ background-color:#0fb8a6}
.event-cate a.a4{ background-color:#8682cc}
.event-cate a.a4:hover{ background-color:#625dc0}
*/

/*
.event-layer{ position:fixed; left:0;top:0; width:100%; height:100%; z-index:999; display:none}
.event-layer .close{ background-color:#fff; width:80px; height:80px;border-radius:50%; position:absolute; left:50%; margin-left:-40px;top:50%; margin-top:230px; z-index:2; line-height:80px; text-align:center; font-size:16px; cursor:pointer; font-weight:bold}
.event-layer .close:hover{ background-color:#eee}
.event-layer .mask{ background-color:#000; position:absolute; left:0;top:0; width:100%; height:100%;filter:alpha(opacity=70);-moz-opacity:0.7; opacity:0.7; }
.event-layer .box{ position:absolute; width:1200px; height:550px; left:50%; margin-left:-600px;top:50%; margin-top:-280px; background-color:#fff}
.event-layer .scroller{ width:1100px; height:450px; margin:50px; overflow:hidden }
*/

.event-cate-con {
  width: 770px;
  float: left;
  height: 445px;
  background: #fff;
  border: 1px #e9e9e9 solid;
}

.event-cate-con .scroller {
  width: 710px;
  height: 385px;
  overflow: hidden;
  margin: 30px;
}

.event-pic {
  width: 360px;
  float: right;
  padding: 20px;
  border: 1px #e8e8e8 solid
}

.event-pic img {
  width: 100%
}

.event-list {}

.event-list h2 {
  font-size: 20px;
  margin-top: 30px;
  height: 30px;
  color: #2072c5
}

.event-list .item {
  padding: 10px 0;
  line-height: 1.6;
  padding-left: 110px;
  position: relative;
  border-bottom: 1px #e2e2e2 dotted;
}

.event-list .item strong {
  color: #aaa;
  position: absolute;
  left: 0;
  top: 10px
}


.shareholder {
  margin-top: 20px;
  background-color: rgba(32, 114, 197, 0.1);
  padding: 30px
}

.shareholder .item {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px #d1dae1 solid
}

.shareholder .item .logo {
  float: left;
  padding: 14px 30px;
  float: left
}

.shareholder .item .icon {
  background: url(../images/shareholder-bg.gif) no-repeat 0 center;
  text-align: center;
  line-height: 120px;
  float: left;
  width: 57px;
  color: #fff;
  font-size: 12px;
}

.shareholder .item .text {
  width: 650px;
  padding: 20px 30px;
  float: right;
  line-height: 1.7
}

.shareholder .item .text b {
  color: #2072c5
}

.leader {
  margin-top: 20px;
  border-top: 10px #e54b4b solid;
  background: url(../images/speech-bg.gif);
  padding-top: 48px;
}

.leader .item {
  margin-bottom: 26px;
}

.leader .item .image {
  float: left;
  padding: 10px 11px 11px;
  background: url(../images/speech-img-bg.gif) no-repeat #fff;
  width: 330px
}

.leader .item .image img {
  width: 100%
}

.leader .item .text {
  width: 800px;
  float: right;
  line-height: 2;
  padding-top: 10px
}

.leader .item .text p {
  margin-bottom: 15px;
}

.leader .item .text .qianming {
  color: #2072c5;
  font-weight: bold
}

.leader .item .text .qianming img {
  position: relative;
  top: 10px;
}

.leader .item:last-child {
  border: 0;
  margin-bottom: 0
}

.zuzhi {
  margin-top: 20px;
  background-color: rgba(32, 114, 197, 0.1);
  padding: 30px
}

/*
#news-cate{ background-color:#eaeaea; height:120px;}
#news-cate a{ display:block; width:50%; float:left; display:block; height:120px; text-align:center;-moz-transition:background-color 0.3s;transition: background-color 0.3s; position:relative}
#news-cate a strong{ color:#fff; font-size:24px; padding-top:30px; display:block}
#news-cate a span{ color:#fff; display:block; padding-top:5px;}
#news-cate a em{width: 0; height: 0; border-left:12px solid transparent; border-right:12px solid transparent; border-top: 12px solid #f78900; display:block; position:absolute; left:50%; margin-left:-12px;bottom:-12px; display:none}
#news-cate a.a1{ background:url(../images/news-cate-bg1.png) no-repeat 490px 60px #f78900;}
#news-cate a.a1:hover{ background-color:#e68000}
#news-cate a.a2{ background:url(../images/news-cate-bg2.png) no-repeat 530px 60px #418ee9;}
#news-cate a.a2 em{border-top: 12px solid #418ee9; }
#news-cate a.a2:hover{ background-color:#1e72d6}
#news-cate a.current em{ display: block }
*/

/*
#news-cate{height:150px;padding-top:50px}
#news-cate .wrapper{ height:120px; background:url(../images/news-cate-bg.png) no-repeat center 20px; position:relative}
#news-cate a{ float:left; width:195px; float:left; line-height:60px; margin-top:90px; text-align:center; font-size:14px; color:#fff; font-weight:bold; position:relative}
#news-cate a em{width: 0; height: 0; border-left:8px solid transparent; border-right:8px solid transparent; border-top: 8px solid #f78900; display:block; position:absolute; left:50%; margin-left:-8px;bottom:-8px; display:none}
#news-cate a.a1{ background-color:#2faedd}
#news-cate a.a1 em{ border-top: 8px solid #2faedd}
#news-cate a.a2{background-color:#fb8404; margin-left:5px;}
#news-cate a.a2 em{ border-top: 8px solid #fb8404}
#news-cate a.a3{background-color:#a283bf; margin-left:5px;}
#news-cate a.a3 em{ border-top: 8px solid #a283bf}
#news-cate a.a4{background-color:#bcae84; margin-left:5px;}
#news-cate a.a4 em{ border-top: 8px solid #bcae84}
#news-cate a.a5{background-color:#18abb2; margin-left:5px;}
#news-cate a.a5 em{ border-top: 8px solid #18abb2}
#news-cate a.a6{background-color:#e1aa7f; margin-left:5px;}
#news-cate a.a6 em{ border-top: 8px solid #e1aa7f}
#news-cate a.current em{ display:block}
*/

#news-nav {
  height: 120px;
  padding-top: 110px
}

#news-nav a {
  display: block;
  width: 14.286%;
  height: 90px;
  line-height: 90px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px #dedede solid;
  border-right: 1px #dedede solid;
  text-align: center;
}

#news-nav a i {
  font-size: 30px;
  color: #1fa5b8
}

#news-nav a span {
  position: relative;
  top: -7px;
  margin-left: 5px;
}

#news-nav a.current {
  font-weight: bold;
  background-color: #1fa5b8;
  color: #fff;
  border-bottom: 0;
}

#news-nav a.current i {
  color: #fff;
  font-weight: 100;
}

#news-main {
  width: 1200px;
  margin: 0 auto
}

.news-main {
  background: #fff;
  padding: 30px;
  border: 1px #e9e9e9 solid;
  position: relative;
  margin-top: -80px
}

.news-main .item-a {
  width: 390px;
  float: left
}

.news-main .item-a h2 {
  height: 35px;
  border-bottom: 1px #f2f2f2 solid;
  position: relative;
  font-size: 18px;
  color: #165eb2
}

.news-main .item-a h2 span {
  color: #aaa;
  font-size: 15px;
  margin-left: 10px
}

.news-main .pic-slider {
  position: relative;
  width: 390px;
  height: 180px;
  overflow: hidden;
}

.news-main .pic-slider .bd {
  width: 390px;
}

.news-main .pic-slider .bd ul li {
  position: relative
}

.news-main .pic-slider .bd ul li img {
  width: 390px;
  height: 180px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.news-main .pic-slider .bd ul li p {
  position: absolute;
  left: 0;
  top: 260px;
  height: 40px;
  z-index: 2;
  width: 100%;
  display: none
}

.news-main .pic-slider .bd ul li p em {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #000;
  opacity: 0.5;
}

.news-main .pic-slider .bd ul li p a {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 40px;
  padding-left: 20px;
}

.news-main .pic-slider .bd ul li p a:hover {
  text-decoration: underline
}

.news-main .pic-slider .hd {
  position: absolute;
  right: 15px;
  bottom: 14px;
  z-index: 10
}

.news-main .pic-slider .hd li {
  width: 12px;
  height: 12px;
  background: url(../images/slider-icon.png) no-repeat -13px center;
  float: left;
  cursor: pointer;
  margin-left: 3px;
}

.news-main .pic-slider .hd li.on {
  background-position: 0 center;
}

.news-main .item-a a.more {
  float: right;
  border: 1px #e9e9e9 solid;
  display: inline-block;
  padding: 3px 8px;
  color: #888;
  font-size: 12px;
  font-weight: 100;
  margin-top: 10px;
}

.news-main .item-a .list {
  background: #fff;
  margin-top: 15px
}

.news-main .item-a .list li {
  line-height: 16px;
  padding: 10px 0;
  border-bottom: 1px #e9e9e9 dotted;
  text-align: right;
}

.news-main .item-a .list li a {
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  text-align: left
}

.news-main .item-a .list li span {
  color: #aaa;
  font-size: 12px
}

.news-main .item-b {
  width: 365px;
  float: left;
  margin-left: 25px;
}

.news-main .item-b h2 {
  height: 35px;
  border-bottom: 1px #f2f2f2 solid;
  position: relative;
}

.news-main .item-b h2 span {
  display: inline-block;
  height: 34px;
  border-bottom: 3px #165eb2 solid;
  font-size: 18px;
  color: #165eb2
}

.news-main .item-b h2 a {
  position: absolute;
  right: 0;
  top: 5px;
  border: 1px #e9e9e9 solid;
  display: inline-block;
  padding: 3px 8px;
  color: #888;
  font-size: 12px;
  font-weight: 100
}

.news-main .item-b .item-b-con {
  background: #fff;
  margin-top: 15px
}

.news-main .item-b .item-b-con li {
  line-height: 16px;
  padding: 13px 0 12px;
  border-bottom: 1px #e9e9e9 dotted;
  text-align: right;
}

.news-main .item-b .item-b-con li a {
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
  text-align: left;
  background: url(../images/news-li.gif) no-repeat left center;
  padding-left: 23px
}

.news-main .item-b .item-b-con li span {
  color: #aaa;
  font-size: 12px
}

.news-main .item-c {
  width: 300px;
  float: right;
  padding-left: 25px;
  border-left: 3px #e9e9e9 solid
}

.news-main .item-c h2 {
  height: 35px;
  border-bottom: 1px #f2f2f2 solid;
  position: relative;
}

.news-main .item-c h2 span {
  display: inline-block;
  height: 34px;
  border-bottom: 3px #165eb2 solid;
  font-size: 18px;
  color: #165eb2
}

.news-main .item-c h2 a {
  position: absolute;
  right: 0;
  top: 5px;
  border: 1px #e9e9e9 solid;
  display: inline-block;
  padding: 3px 8px;
  color: #888;
  font-size: 12px;
  font-weight: 100
}

.news-main .item-c .item-c-con {
  background: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px #e9e9e9 dotted;
}

.news-main .item-c .item-c-con li {
  line-height: 16px;
  padding: 6px 0;
  text-align: right;
}

.news-main .item-c .item-c-con li a {
  float: left;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  text-align: left
}

.news-main .item-c .item-c-con li span {
  color: #aaa;
  font-size: 12px
}

.news-list {
  margin-top: 30px;
}

.news-list li {
  padding: 15px 0;
  border-bottom: 1px #f2f2f2 solid;
  border-left: 5px #cfcfcf solid;
  padding-left: 20px;
  text-align: right;
  margin-top: 1px;
}

.news-list li a {
  float: left
}

.news-list li span {
  color: #999
}


/**************分页********************/
#pages {
  padding-top: 25px;
  height: 60px;
  background-color: #f1f1f1;
  margin-bottom: 50px;
  margin-top: 30px;
  padding-left: 40px;
}

#pages a {
  display: inline-block;
  padding: 10px 14px;
  background-color: #1d94d2;
  color: #fff;
  margin: 0 2px;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}

#pages a:hover {
  background-color: #828d95;
  color: #fff
}

#pages a.active {
  background-color: #f7be30;
  color: #fff
}

#pages a.prev,
#pages a.next {
  font-size: 14px;
}

#pages span {
  display: inline-block;
  padding: 10px 14px;
  color: #888;
  position: relative;
  top: -2px
}




.news-view {
  margin-top: 40px;
  padding: 30px;
  border: 1px #e2e2e2 solid;
}

.news-view h1 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 33px;
  padding: 10px 30px 20px;
  color: #333
}

.news-view .info {
  padding: 12px 0px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  color: #888
}

.news-view .info span {
  color: #d42121;
  margin-right: 3px;
}

.news-view .info a {
  cursor: pointer
}

.news-view .content {
  line-height: 200% !important;
  margin-top: 20px;
  font-family: "微软雅黑";
  font-size: 14px;
}

.news-view .content p {
  margin-bottom: 15px;
  line-height: 200% !important;
}

.news-view .content span {
  margin-bottom: 15px;
  line-height: 240% !important;
}

.news-view .content h3 {
  margin: 25px 0 10px !important;
  font-size: 16px !important;
}

.news-view .content img {
  max-width: 980px
}

.news-other {
  font-size: 14px;
  height: 80px;
  margin-bottom: 50px;
  border: 1px #e2e2e2 solid;
  border-top: 0;
}

.news-other .next {
  float: left;
  color: #fff;
  width: 520px;
  background-color: #0dbdd4;
  line-height: 80px;
  padding-left: 30px;
}

.news-other .next a {
  margin-left: 3px;
  color: #fff
}

.news-other .next a:hover {
  color: #fff000
}

.news-other .share {
  float: right;
  color: #777;
  margin-right: 30px;
  margin-top: 25px;
}

.news-view .download {
  border-top: 1px #ddd solid;
  padding-top: 20px;
  margin-top: 25px;
}

.news-view .download h2 {
  font-size: 15px;
  color: #d42121;
  height: 25px;
}

.news-view .download p {
  padding: 5px 0px;
  padding-left: 20px;
}

.news-view .download p a {
  color: #0033FF;
  text-decoration: underline;
  font-size: 14px;
}

.news-view .download p a:hover {
  text-decoration: none;
  color: #0033FF
}

.news-view .pics {
  background: #fff;
  margin-top: 30px;
  position: relative;
  overflow: hidden
}

.news-view .pics .list {}

.news-view .pics .list img {
  max-width: 842px;
  max-height: 500px;
}

.news-view .pics .list li {
  display: none;
  text-align: center
}

.news-view .pics .prev {
  width: 421px;
  background: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 800px;
}

.news-view .pics .next {
  width: 421px;
  display: block;
  background: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  height: 800px;
}

.news-view .pics .prev-btn {
  display: block;
  z-index: 50;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 0;
  display: none
}

.news-view .pics .next-btn {
  display: block;
  z-index: 50;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  right: 0;
  display: none
}

.news-view .pics p {
  font-size: 14px;
  color: #fff;
  background: #000;
  border-radius: 5px;
  padding: 8px 10px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 60
}



#product {
  background: url(../images/page-top-bg.jpg) no-repeat center -50px;
  height: 250px;
  padding-top: 160px;
}

#product .tips {
  background-color: #418ee9;
  margin: 0 auto;
  width: 450px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold
}

#product .tips a {
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  background-color: #f78900;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
}

#product .text {
  text-align: center;
  margin-top: 30px;
}

#product .text strong {
  font-size: 30px;
  font-weight: normal
}

#product .text p {
  margin-top: 7px;
  color: #888
}


#job-cate {
  height: 150px;
  padding-top: 50px;
}

#job-cate .wrapper {
  height: 120px;
  background: url(../images/job-cate-bg.png) no-repeat 800px 50px;
  position: relative
}

#job-cate a {
  float: left;
  display: block;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  margin-top: 90px;
  background-color: #1fa5b8;
  width: 240px;
  text-indent: 50px;
  font-size: 20px;
  color: #fff;
  position: relative;
  color: #fff;
  font-weight: bold
}

#job-cate a:hover {
  background-color: #1797a9
}

#job-cate a i {
  font-size: 22px;
  margin-right: 5px;
  font-weight: normal
}

#job-cate a.current {
  background-color: #2bb5e6;
  color: #fff
}

#job-cate a em {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2fafde;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -12px;
  display: none
}

#job-cate a.current em {
  display: block
}

#job-cate p {
  position: absolute;
  right: 0;
  bottom: 30px;
  color: #fff;
  font-size: 18px;
}

.job-list {
  padding: 30px;
}

.job-list table {
  background-color: #f7f5f4;
  width: 100%
}

.job-list table th {
  padding: 15px;
  background-color: #faf6e6;
  text-align: left;
  border-bottom: 1px #e5e5e5 solid
}

.job-list table td {
  padding: 12px 15px;
  border-bottom: 1px #e2e2e2 dotted
}

.job-list table td a.job-title {
  color: #005bac;
  font-weight: bold
}

.job-list table td a.job-title:hover {
  text-decoration: underline
}

.job-list table td a.view-btn {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  background-color: #f39800;
  color: #fff
}

.job-list table td a.view-btn:hover {
  background-color: #d68600
}

.job-list table tr:hover td {
  background-color: #fafafa
}

.job-list #pages {
  margin-top: 0;
  margin-bottom: 0
}

.job-view {
  width: 1200px;
  margin: 30px auto 0px;
  padding-bottom: 50px;
}

.job-view .intro {
  line-height: 50px;
  border-bottom: 1px #e5e5e5 solid;
  background-color: #faf6e6;
  text-indent: 20px;
}

.job-view-left {
  width: 250px;
  float: left;
  height: 500px;
  background: url(../images/job-view-left-bg.png) 35px 30px no-repeat #09adc5;
  position: relative;
}

.job-view-left h2 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  left: 30px;
  top: 60px;
}

.job-view-left ul {
  position: absolute;
  right: -2px;
  top: 188px;
}

.job-view-left ul li a {
  display: block;
  width: 150px;
  line-height: 50px;
  border: 2px #fff solid;
  margin-bottom: 25px;
  padding-left: 30px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}

.job-view-left ul li a i {
  font-weight: normal;
  font-size: 22px;
  margin-right: 5px;
}

.job-view-left ul li a.current {
  background-color: #fff;
  color: #09adc5
}

.job-view-right {
  width: 920px;
  float: right;
}

.job-view-right table.info {
  width: 100%;
  background-color: #e2e2e2;
}

.job-view-right table.info th {
  padding: 12px 15px;
  background-color: #f2f2f2
}

.job-view-right table.info td {
  background-color: #fafafa;
  padding: 12px 15px;
}

.job-view-right table.info h1 {
  font-size: 24px;
}

.job-view-right .job-view-content {
  padding: 10px;
  margin-top: 20px;
}

.job-view-right .job-view-content h3 {
  font-size: 16px;
}

.job-view-right .job-view-content .content-item {
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1.8
}

.job-view-right .job-view-content .content-item p {
  margin-bottom: 10px;
}

.job-view .job-apply-btn {
  display: block;
  width: 300px;
  height: 60px;
  margin-left: 10px;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background-color: #2072c4;
  text-align: center
}

.job-view .job-apply-btn:hover {
  background-color: #1263b4
}


#apply {
  padding: 0px 0px 30px
}

#apply .btns {
  margin-top: 20px;
  margin-left: 173px;
}

#apply .btns button {
  display: inline-block;
  border: 0;
  cursor: pointer;
  padding: 0 40px;
  height: 45px;
  line-height: 45px;
  background: #0066ca;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
}

#apply .btns button.btn2 {
  background-color: #747979
}

#apply .btns button:hover {
  background-color: #d3a129;
}

#apply p.intro {
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 30px
}

#apply fieldset {
  border: 1px #e2e2e2 solid;
  padding: 20px 30px;
}

#apply fieldset legend {
  font-size: 20px;
  color: #444;
  padding: 0 10px;
  font-weight: bold
}

#apply fieldset legend span {
  font-size: 14px;
  margin-left: 10px;
  color: #888
}

#apply .form {
  line-height: 180%;
  font-size: 14px;
}

#apply .form span {
  margin: 0px 2px
}

#apply .form table {
  width: 100%;
}

#apply .form table td {
  padding: 5px 10px;
}

#apply .form table tbody th {
  padding: 5px 10px;
  width: 110px
}

#apply .form table thead td {}

#apply .form table thead h3 {
  font-weight: bold;
  color: #3e94ca;
  font-size: 14px;
  border-bottom: 1px #e2e2e2 dotted;
  padding-bottom: 7px;
}

#apply .form table tbody td {}

#apply .form table tbody th {
  text-align: left;
  font-weight: normal
}

#apply .form table tbody th span.red {
  display: inline-block;
  width: 8px;
}

#apply .form table .input {
  border: 1px #ccc solid;
  padding: 12px 10px;
  width: 230px;
  background-color: #fff;
  color: #888
}

#apply .form table .radio {
  position: relative;
  top: -2px
}

#apply .form table select {
  padding: 7px;
  border: 1px #e2e2e2 solid;
  color: #555;
  font-size: 14px;
  min-width: 252px
}

#apply .form table textarea {
  border: 1px #ccc solid;
  padding: 6px;
  width: 666px;
  height: 80px;
  color: #888;
  line-height: 22px
}

#apply .form table a.btn {
  display: inline-block;
  background-color: #f39000;
  color: #fff;
  border: 1px #f37000 solid;
  font-size: 14px;
  padding: 0 20px;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold
}

#apply .form table a.btn:hover {
  background-color: #f37000
}

#apply .form input.hover {
  color: #555;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-color: #74b9ef !important;
  background-color: #fff !important
}

#apply .form textarea.hover {
  color: #555;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-color: #74b9ef !important;
  background-color: #fff !important
}

#apply .upload-head {
  position: relative;
  margin-top: 5px;
  width: 160px;
  height: 220px;
  padding: 9px;
  border: 1px #ccc solid
}

#apply .upload-head .image img {
  width: 160px;
  height: 220px;
}

#apply .upload-head .upload-btn {
  position: absolute;
  left: 10px;
  top: 190px;
}

#apply .upload-head .upload-btn a {
  display: block;
  width: 160px;
  line-height: 40px;
  text-align: center;
  background-color: #2bb5e6;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#apply .upload-head .upload-btn a i {
  font-weight: normal;
  margin-right: 5px;
  position: relative;
  top: 2px
}

#apply .upload-head .upload-btn a:hover {
  background-color: #1b9ecd
}



#service-cate {
  height: 150px;
  padding-top: 50px;
}

#service-cate .wrapper {
  height: 120px;
  background: url(../images/service-cate-bg.png) no-repeat center 20px;
  position: relative
}

#service-cate a {
  float: left;
  width: 195px;
  float: left;
  line-height: 60px;
  margin-top: 90px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  position: relative
}

#service-cate a em {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f78900;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
  display: none
}

#service-cate a.a1 {
  background-color: #2faedd
}

#service-cate a.a1 em {
  border-top: 8px solid #2faedd
}

#service-cate a.a2 {
  background-color: #fb8404;
  margin-left: 5px;
}

#service-cate a.a2 em {
  border-top: 8px solid #fb8404
}

#service-cate a.a3 {
  background-color: #a283bf;
  margin-left: 5px;
}

#service-cate a.a3 em {
  border-top: 8px solid #a283bf
}

#service-cate a.a4 {
  background-color: #bcae84;
  margin-left: 5px;
}

#service-cate a.a4 em {
  border-top: 8px solid #bcae84
}

#service-cate a.a5 {
  background-color: #18abb2;
  margin-left: 5px;
}

#service-cate a.a5 em {
  border-top: 8px solid #18abb2
}

#service-cate a.a6 {
  background-color: #e1aa7f;
  margin-left: 5px;
}

#service-cate a.a6 em {
  border-top: 8px solid #e1aa7f
}

#service-cate a.a7 {
  background-color: #a5636f;
  margin-left: 5px;
}

#service-cate a.a7 em {
  border-top: 8px solid #a5636f
}

#service-cate a.a8 {
  background-color: #d7912d;
  margin-left: 5px;
}

#service-cate a.a8 em {
  border-top: 8px solid #d7912d
}

#service-cate a.a9 {
  background-color: #85a1ef;
  margin-left: 5px;
}

#service-cate a.a9 em {
  border-top: 8px solid #85a1ef
}

#service-cate a.a10 {
  background-color: #eeaf15;
  margin-left: 5px;
}

#service-cate a.a10 em {
  border-top: 8px solid #eeaf15
}

#service-cate a.a11 {
  background-color: #cb7abd;
  margin-left: 5px;
}

#service-cate a.a11 em {
  border-top: 8px solid #cb7abd
}

#service-cate a.current em {
  display: block
}

.service-main {
  border: 1px #e5e5e5 solid;
  ;
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.service-sub-cate {
  height: 55px;
  line-height: 55px;
  background-color: #f2f2f2;
  border-bottom: 1px #e2e2e2 solid
}

.service-sub-cate a {
  float: left;
  border-right: 1px #e2e2e2 solid;
  padding: 0 50px;
}

.service-sub-cate a.current {
  background-color: #fff;
  border-bottom: 1px #fff solid;
  font-weight: bold
}

.service-content {
  padding: 40px 60px;
  line-height: 1.8
}

.service-content p {
  margin-bottom: 15px;
}

.service-content h1 {
  color: #2072c4;
  margin-bottom: 20px;
}

.download-title {
  height: 55px;
  background-color: #fde7ea;
  border-bottom: 1px #e5e5e5 solid
}

.download-title h1 {
  line-height: 55px;
  float: left;
  padding: 0 50px;
  background-color: #f1abb5;
  font-size: 16px;
}

.download-title p {
  float: left;
  line-height: 55px;
  margin-left: 20px;
}

.download-main {
  background-color: #f0f0f0;
  padding: 20px 0;
}

.download-main .item {
  width: 370px;
  float: left;
  margin-left: 20px;
  background-color: #fff;
}

.download-main .item h2 {
  text-align: center;
  font-size: 16px;
  background-color: #418ee9;
  padding: 15px 0;
  color: #fff
}

.download-main .item ul {
  min-height: 300px;
  border: 1px #e2e2e2 solid;
  padding: 20px 30px
}

.download-main .item ul li {
  background: url(../images/li.gif) no-repeat 0 center;
  padding-left: 12px;
  margin-bottom: 15px;
}

.download-main .item ul li i {
  color: #2094d2
}

#contact {
  height: 450px;
  background: url(../images/contact-bg.jpg) no-repeat center top;
  padding-top: 40px
}

#contact .contact-box {
  width: 1138px;
  background-color: #fff;
  padding: 30px;
  border: 1px #e2e2e2 solid;
  margin: 0 auto;
  height: 350px;
}

#contact .contact-box .image {
  position: relative;
  width: 680px;
  height: 350px;
  float: left
}

#contact .contact-box .image a {
  display: block;
  width: 250px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: #a9a9a9
}

#contact .contact-box .text {
  width: 420px;
  float: right
}

#contact .contact-box .text strong {
  display: block;
  font-size: 22px;
  height: 60px;
}

#contact .contact-box .text p {
  margin-bottom: 15px;
}

#login {
  background: url(../images/login-bg.jpg) no-repeat center top;
  height: 510px;
  padding-top: 50px;
}

.login-box {
  background-color: #fff;
  width: 1160px;
  height: 420px;
  margin: 0 auto;
  padding: 20px;
}

.login-box .image {
  float: right;
  width: 680px;
}

.login-box .form {
  width: 340px;
  float: left;
  height: 378px;
  border-right: 1px #eee solid;
  margin-left: 30px;
  margin-top: 20px;
  padding-right: 70px;
}

.login-box .form h2 {
  color: #f78900;
  font-size: 22px;
}

.login-box .form ul {
  margin-top: 15px;
}

.login-box .form ul li {
  margin-bottom: 15px;
}

.login-box .form ul li .input {
  width: 318px;
  padding: 10px;
  font-size: 14px;
  border: 1px #ccc solid;
  border-bottom-color: #e2e2e2;
  border-right-color: #e2e2e2;
  line-height: 20px;
  color: #888;
  font-family: tahoma, "microsoft yahei", Arial, sans-serif;
}

.login-box .form ul li .hover {
  background-color: #f2f2f2;
  color: #3891ff
}

.login-box .form ul li p {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
}

.login-box .form ul li p img {
  margin-right: 15px;
}

.login-box .form ul li a {
  color: #3891ff
}

.login-box .form ul li a:hover {
  text-decoration: underline
}

.login-box .form ul li label {
  float: left
}

.login-box .form ul li button {
  height: 50px;
  border: 0;
  background-color: #f78900;
  color: #fff;
  font-size: 18px;
  width: 340px;
  margin-top: 10px;
  cursor: pointer
}

.login-box .form ul li a.btn {
  color: #fff;
  display: inline-block;
  width: 90px;
  text-align: center;
  line-height: 42px;
  background-color: #3891ff;
  margin-left: 10px;
  position: relative;
  top: 1px
}

.login-box .form ul li a.btn:hover {
  text-decoration: underline
}

.login-box .form ul li .select {
  width: 340px;
  padding: 10px;
  font-size: 14px;
  border: 1px #ccc solid;
  border-bottom-color: #e2e2e2;
  border-right-color: #e2e2e2;
  line-height: 20px;
  color: #555;
  font-family: tahoma, "microsoft yahei", Arial, sans-serif;
}

.form-tab {
  height: 50px;
  border-bottom: 1px #ddd solid;
}

.form-tab a {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 49px;
  border: 1px #fff solid;
  border-bottom-color: #ddd;
  width: 168px;
  text-align: center;
  float: left
}

.form-tab a.current {
  border-color: #ddd;
  border-bottom-color: #fff;
  color: #f78900
}


#register {
  background: #eef6fb;
  padding-bottom: 40px;
  padding-top: 30px;
}

.register-box {
  width: 1200px;
  margin: 0 auto;
}

.register-box .image {
  float: left;
  width: 680px;
  margin-top: 20px
}

.register-box .form {
  width: 340px;
  float: right;
  border: 1px #e2e2e2 solid;
  padding: 20px 30px;
  background-color: #fff;
  border-top: 5px #2c93f2 solid
}

.register-box .form h2 {
  color: #f78900;
  font-size: 22px;
  border-bottom: 1px #e2e2e2 solid;
  padding-bottom: 10px
}

.register-box .form ul {
  margin-top: 15px;
}

.register-box .form ul li {
  margin-bottom: 10px;
}

.register-box .form ul li .input {
  width: 300px;
  padding: 10px;
  border: 1px #ccc solid;
  border-bottom-color: #e2e2e2;
  border-right-color: #e2e2e2;
  font-size: 14px;
  line-height: 20px;
}

.register-box .form ul li .hover {
  background-color: #f2f2f2
}

.register-box .form ul li p {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
}

.register-box .form ul li p img {
  margin-right: 5px;
}

.register-box .form ul li a.btn {
  color: #fff;
  display: inline-block;
  width: 90px;
  text-align: center;
  line-height: 42px;
  background-color: #3891ff;
  margin-left: 10px
}

.register-box .form ul li a.btn:hover {
  text-decoration: underline
}

.register-box .form ul li a.disabled {
  background-color: #ccc;
}

.register-box .form ul li a.disabled:hover {
  text-decoration: none;
}

.register-box .form ul li span {
  display: inline-block;
  color: #999;
  margin-left: 5px;
}

.register-box .form ul li label {
  float: left
}

.register-box .form ul li button {
  height: 50px;
  border: 0;
  background-color: #f78900;
  color: #fff;
  font-size: 18px;
  width: 322px;
  margin-top: 10px;
  cursor: pointer
}

.register-box .form ul li .select {
  width: 322px;
  padding: 10px;
  font-size: 14px;
  border: 1px #ccc solid;
  border-bottom-color: #e2e2e2;
  border-right-color: #e2e2e2;
  line-height: 20px;
  color: #555;
  font-family: tahoma, "microsoft yahei", Arial, sans-serif;
}


/*
.register-box{ width:1000px;padding:80px 200px 50px; background-color:#fff;  margin:0 auto; }

.reg-nav li{ width:333px; height:47px; float:left; border-top:3px solid #ccc; position:relative; font-size:16px; color:#ccc;}
.reg-nav li span{ width:90px; text-align:center; position:absolute; left:50%; margin-left:-45px; top:-23px;}
.reg-nav li span i{ width:44px; height:44px; background:url(../images/cir.png) no-repeat left 0; display:block; margin:0 auto 6px; line-height:44px; text-align:center; font-size:24px; font-style:normal;}
.reg-nav li.active{ border-color:#ff6600;}
.reg-nav li.active span i{ background-position:right 0; color:#ff6600;}

.register-box .form{ width:500px; margin:30px auto 0 }
.register-box .form h2{color:#f78900; font-size:22px; border-bottom:1px #e2e2e2 solid; padding-bottom:10px}
.register-box .form ul{ margin-top:15px;}
.register-box .form ul li{ margin-bottom:10px;}
.register-box .form ul li .input{ width:300px; padding:10px;  border:1px #ccc solid; border-bottom-color:#e2e2e2; border-right-color:#e2e2e2; font-size:14px;  line-height:20px;}
.register-box .form ul li .hover{ background-color:#f2f2f2}
.register-box .form ul li p{ margin-top:10px; color:#888; font-size:12px;}
.register-box .form ul li p img{ margin-right:5px;}
.register-box .form ul li a.btn{ color:#fff; display:inline-block; width:90px; text-align:center; line-height:42px; background-color:#3891ff; margin-left:10px}
.register-box .form ul li a.btn:hover{ text-decoration:underline}
.register-box .form ul li a.disabled {background-color:#ccc;}
.register-box .form ul li a.disabled:hover {text-decoration:none;}
.register-box .form ul li span{ display:inline-block; color:#999; margin-left:5px;}
.register-box .form ul li label{ float:left}
.register-box .form ul li button{ height:50px; border:0; background-color:#f78900; color:#fff; font-size:18px; width:322px; margin-top:10px; cursor:pointer}

.register-box .form ul li .select{width:322px; padding:10px; font-size:14px; border:1px #ccc solid; border-bottom-color:#e2e2e2; border-right-color:#e2e2e2; line-height:20px; color:#555;font-family:tahoma,"microsoft yahei",Arial,sans-serif;}
*/


#message {
  width: 400px;
  padding: 30px 40px 40px;
  background: #fff;
  margin: 0 auto;
  border: 1px #ddd dashed;
  position: relative;
  top: 150px;
  text-align: center
}

#message .msg {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: Tahoma, "microsoft Yahei";
  line-height: 26px;
}

#message .msg a {
  text-decoration: underline;
  color: #0066cc
}

#message .msg a:hover {
  color: #ff0000;
  text-decoration: none
}


.search-word {
  padding-top: 55px;
  height: 60px;
  border-bottom: 5px #f78900 solid;
  font-size: 26px;
}

.search-word span {
  margin-right: 10px;
  color: #f78900;
  font-weight: bold
}

.information-bg {
  background: url(../images/page-top-bg.jpg) no-repeat center top;
  padding-top: 120px;
}

.information-con {
  width: 1201px;
  position: relative;
  margin: 0px auto;
  background-color: #f2f2f2;
}

.information-left {
  width: 250px;
  float: left;
}

.information-left h2 {
  background-color: #1fa5b8;
  color: #fff;
  font-size: 18px;
  line-height: 70px;
  padding-left: 20px;
}

.information-left h2 i {
  font-weight: normal;
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 2px
}

.information-left ul {
  border-bottom: 0;
}

.information-left ul li {
  border-bottom: 1px #e9e9e9 solid;
}

.information-left ul li i {
  position: absolute;
  right: 30px;
  top: 16px;
  color: #1fa5b8;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
}

.information-left ul li a {
  display: block;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  padding-left: 45px;
  position: relative;
  color: #888;
}

.information-left ul li a.active {
  color: #165eb2;
}

.information-left ul li dl {
  padding-bottom: 10px;
  display: none;
}

.information-left ul li dl dd a {
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  color: #888;
  padding-left: 60px;
}

.information-left ul li dl dd a:hover {
  color: #2bb5e6;
}

.information-left ul li dl dd a.current {
  color: #2bb5e6
}

.information-right {
  width: 948px;
  float: right;
  min-height: 500px;
  background-color: #fff;
  border: 1px #e9e9e9 solid
}

.information-list {
  padding: 30px 40px 50px
}

.information-list ul li {
  border-bottom: 1px #e2e2e2 dotted;
  font-weight: bold;
  padding: 15px 0;
  background: url(../images/pdf.png) no-repeat 0 center;
  padding-left: 30px
}

.information-title {
  height: 70px;
  border-bottom: 1px #e9e9e9 solid;
  padding-left: 40px;
}

.information-title h1 {
  line-height: 70px;
  font-size: 18px;
  font-weight: normal
}


.bd-bg {
  background: url(../images/login-bg.jpg) no-repeat center top;
  padding: 50px 0 50px;
}

.bd-bg .wrapper {
  background-color: #f1f1f1;
}

.bd-bg .bd-left {
  width: 240px;
  float: left;
  min-height: 460px
}

.bd-bg .bd-left h2 {
  background-color: #2bb5e6;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  padding: 0 50px
}

.bd-bg .bd-left ul {}

.bd-bg .bd-left ul li {
  border-top: 1px #0fa3db solid;
  border-bottom: 1px #0480af solid;
}

.bd-bg .bd-left ul li:first-child {
  border-top: 0;
}

.bd-bg .bd-left ul li:last-child {
  border-bottom: 0;
}

.bd-bg .bd-left ul li strong s.arrow-down {
  display: block;
  width: 11px;
  height: 6px;
  background: url(../images/arrow-down-white.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 22px;
}

.bd-bg .bd-left ul li strong s.arrow-right {
  display: block;
  width: 6px;
  height: 11px;
  background: url(../images/arrow-right-white.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 20px;
}

.bd-bg .bd-left ul li strong {
  display: block;
  cursor: default;
  line-height: 50px;
  text-indent: 50px;
  position: relative;
  background-color: #0491c7;
  color: #fff;
  position: relative;
}

.bd-bg .bd-left ul li strong a {
  display: block;
  color: #fff;
  line-height: 50px
}

.bd-bg .bd-left ul li strong a:hover {
  background-color: #0077a4
}

.bd-bg .bd-left ul li strong a.current {
  background-color: #0077a4
}

.bd-bg .bd-left ul li dd a {
  display: block;
  line-height: 36px;
  text-indent: 50px;
  position: relative
}

.bd-bg .bd-left ul li dd a:hover {
  background-color: #e4e6c1;
  color: #0491c7
}

.bd-bg .bd-left ul li dd a s {
  display: none;
  width: 4px;
  height: 7px;
  background: url(../images/arrow-right.gif) no-repeat;
  position: absolute;
  right: 30px;
  top: 15px;
}

.bd-bg .bd-left ul li dd a.current {
  background-color: #e4e6c1;
  color: #0491c7
}

.bd-bg .bd-left ul li dd a.current s {
  display: block
}

.bd-bg .bd-right {
  width: 960px;
  float: right;
  background-color: #fff
}

.bd-bg .bd-location {
  line-height: 59px;
  border-bottom: 1px #e2e2e2 solid;
  padding: 0 20px;
  color: #888
}

.bd-bg .bd-location span {
  color: #999;
  margin: 0 2px;
}

.bd-bg .bd-con {
  background: url(../images/bd-con-bg.jpg) no-repeat right bottom;
  min-height: 400px
}

.bd-bg .bd-search-form {
  padding: 30px
}

.bd-bg .bd-search-form table {
  width: 100%;
}

.bd-bg .bd-search-form table th {
  width: 150px;
  text-align: right;
  padding: 5px 5px;
  font-weight: normal;
  line-height: 40px;
}

.bd-bg .bd-search-form table td {
  padding: 5px 10px
}

.bd-bg .bd-search-form table td .input {
  width: 300px;
  padding: 12px 10px;
  line-height: 16px;
  border: 1px #ccc solid;
  color: #888
}

.bd-bg .bd-search-form table td select.input {
  width: 322px;
}

.bd-bg .bd-search-form table td .hover {
  background-color: #faffbd;
  color: #222;
  border-color: #69b3e7
}

.bd-bg .bd-search-form table td p {
  margin-top: 10px;
}

.bd-bg .bd-search-form table td p img {
  margin-right: 20px;
}

.bd-bg .bd-search-form table td p a {
  color: #005acb
}

.bd-bg .bd-search-form table td p a:hover {
  text-decoration: underline
}

.bd-bg .bd-search-form table td em {
  margin-left: 10px;
  color: #ff0000;
  font-family: sans-serif;
  font-size: 12px;
}

.bd-bg .bd-search-form table td button {
  background-color: #f78900;
  height: 50px;
  text-align: center;
  font-size: 18px;
  border: 0;
  width: 320px;
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
}

.bd-bg .bd-search-form table td button:hover {
  background-color: #e07c00
}

.bd-bg .bd-search-result {
  padding: 30px
}

.bd-bg .bd-search-result .title {
  height: 46px;
  margin-bottom: 20px;
}

.bd-bg .bd-search-result .title h2 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
  border-left: 6px #f78900 solid;
  padding-left: 10px;
  float: left
}

.bd-bg .bd-search-result .title a {
  display: block;
  line-height: 46px;
  width: 180px;
  color: #fff;
  font-weight: bold;
  background-color: #f78900;
  text-align: center;
  float: right
}

.bd-bg .bd-search-result .title a i {
  font-weight: normal
}

.bd-bg .bd-search-result .title a:hover {
  background-color: #e07c00
}

.bd-bg .bd-search-result table {
  width: 100%;
  background-color: #ccc;
  line-height: 36px;
}

.bd-bg .bd-search-result table th {
  width: 150px;
  text-align: right;
  padding: 5px 10px;
  font-weight: normal;
  background-color: #f2f2f2
}

.bd-bg .bd-search-result table td {
  padding: 5px 10px;
  background-color: #fff
}

.bd-bg .bd-search-result table td strong {
  color: #f78900
}

.bd-bg .bd-search-result table td b {
  margin: 0 3px;
  color: #ee4433;
  font-size: 18px;
  position: relative;
  top: 1px
}

.bd-bg .bd-search-result table td a.showmore {
  color: #0491c7;
}

.bd-bg .bd-search-result table td a:hover {
  color: #f78900;
}

.bd-bg .bd-search-result table td i {
  position: relative;
  left: 3px;
  top: 4px;
  font-size: 23px;
}

.bd-bg .bd-search-result table td span.on {
  color: #64cd53;
  font-weight: bold;
  background: url(../images/gou.png) no-repeat 0 center;
  padding-left: 22px
}

.bd-bg .bd-search-result table td table {
  font-size: 12px;
  border-top: 1px #e2e2e2 solid;
  display: none
}

.bd-bg .bd-search-result table td table th {
  text-align: left;
  padding: 10px 10px;
  line-height: 20px;
  font-weight: bold;
  color: #666;
  width: auto
}

.bd-bg .bd-search-result table td table td {
  line-height: 20px;
  padding: 8px 10px;
  border-top: 1px #e2e2e2 solid;
  color: #888
}

.bd-search-form {
  background-color: #fff;
  padding: 60px !important
}

.bd-search-form .list1 {
  width: 300px;
  height: 200px;
  float: left;
  padding: 50px 40px;
  background: url(../images/search-icon1.png) no-repeat 225px 35px #fff;
  border: 1px #eee solid;
  color: #e07c00;
  position: relative;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
}

.bd-search-form .list1 li {
  margin-bottom: 10px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}

.bd-search-form .list1 a.btn {
  display: block;
  line-height: 46px;
  color: #fff;
  background-color: #e07c00;
  text-align: center;
  font-size: 16px;
  position: absolute;
  width: 300px;
  left: 40px;
  bottom: 50px;
}

.bd-search-form .list1 a.btn:hover {
  background-color: #165eb2
}

.bd-search-form .list2 {
  width: 300px;
  height: 200px;
  float: left;
  padding: 50px 40px;
  background: url(../images/search-icon2.png) no-repeat 225px 35px #fff;
  border: 1px #eee solid;
  color: #25c2c7;
  margin-left: 50px;
  position: relative;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
}

.bd-search-form .list2 li {
  margin-bottom: 10px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: 20px;
}

.bd-search-form .list2 a.btn {
  display: block;
  line-height: 46px;
  color: #fff;
  background-color: #25c2c7;
  text-align: center;
  font-size: 16px;
  position: absolute;
  width: 300px;
  left: 40px;
  bottom: 50px;
}

.bd-search-form .list2 a.btn:hover {
  background-color: #165eb2
}

.job-wrapper {
  background-color: #f1f1f1;
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px
}

.job-left {
  width: 240px;
  float: left;
  min-height: 460px;
}

.job-left h2 {
  background-color: #2bb5e6;
  color: #fff;
  line-height: 60px;
  font-size: 16px;
  padding: 0 50px
}

.job-left ul {}

.job-left ul li {
  border-top: 1px #0fa3db solid;
  border-bottom: 1px #0480af solid;
}

.job-left ul li:first-child {
  border-top: 0;
}

.job-left ul li:last-child {
  border-bottom: 0;
}

.job-left ul li strong s.arrow-down {
  display: block;
  width: 11px;
  height: 6px;
  background: url(../images/arrow-down-white.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 22px;
}

.job-left ul li strong s.arrow-right {
  display: block;
  width: 6px;
  height: 11px;
  background: url(../images/arrow-right-white.png) no-repeat;
  position: absolute;
  right: 30px;
  top: 20px;
}

.job-left ul li strong {
  display: block;
  cursor: default;
  line-height: 50px;
  text-indent: 50px;
  position: relative;
  background-color: #0491c7;
  color: #fff;
  position: relative;
}

.job-left ul li strong a {
  display: block;
  color: #fff;
  line-height: 50px
}

.job-left ul li strong a:hover {
  background-color: #0085b8
}

.job-left ul li strong.current a {
  background-color: #f39800
}

.job-left ul li dl {
  display: none
}

.job-left ul li dd a {
  display: block;
  line-height: 36px;
  text-indent: 50px;
  position: relative
}

.job-left ul li dd a:hover {
  background-color: #e4e6c1;
  color: #0491c7
}

.job-left ul li dd a s {
  display: none;
  width: 4px;
  height: 7px;
  background: url(../images/arrow-right.gif) no-repeat;
  position: absolute;
  right: 30px;
  top: 15px;
}

.job-left ul li dd a.current {
  background-color: #e4e6c1;
  color: #0491c7
}

.job-left ul li dd a.current s {
  display: block
}

.job-right {
  width: 959px;
  min-height: 460px;
  border: 1px #e2e2e2 solid;
  border-left: 0;
  float: right;
  background-color: #fff;
}

.job-location {
  line-height: 49px;
  border-bottom: 1px #e2e2e2 solid;
  padding: 0 20px;
  color: #888
}

.job-location span {
  color: #999;
  margin: 0 2px;
}

.job-con {
  background: #fff;
  padding: 30px;
  min-height: 400px
}


.member-bg {
  background: url(../images/member-bg.jpg) no-repeat center top #2bb4e6;
  padding: 50px 0 60px;
}

.member-bg .wrapper {
  background-color: #f1f1f1;
  border-bottom: 6px #f7be30 solid
}

.member-left {
  width: 240px;
  float: left;
}

.member-left h2 {
  background-color: #f39800;
  line-height: 60px;
  text-indent: 40px;
  color: #fff;
  font-size: 18px;
}

.member-left h2 i {
  font-weight: normal;
  margin-right: 3px;
}

.member-left ul li a {
  display: block;
  line-height: 50px;
  text-indent: 50px;
  border-bottom: 1px #e2e2e2 solid;
  position: relative
}

.member-left ul li a em {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #aaa;
  border-bottom: 5px solid transparent;
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
}

.member-left ul li a.current {
  color: #f39800;
  background-color: #fff
}

.member-left ul li a.current em {
  border-left: 5px solid #f39800;
}

.member-right {
  width: 960px;
  float: right;
  background-color: #fff
}

.member-location {
  line-height: 59px;
  border-bottom: 1px #e2e2e2 solid;
  padding: 0 20px;
  color: #888
}

.member-location span {
  color: #999;
  margin: 0 2px;
}

.member-home {
  background: url(../images/bd-con-bg.jpg) no-repeat 300px 80px;
  height: 350px;
  padding-top: 100px;
  font-size: 18px;
  line-height: 2;
  padding-left: 100px
}

.member-home b {
  color: #f39800
}

.member-baodan-form {
  min-height: 400px;
}

.member-baodan-form .tip {
  padding: 50px 100px;
  color: #ee4433;
  font-size: 18px;
}

.member-baodan-form .tip i {
  font-size: 30px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.member-baodan-form .tip a {
  display: block;
  color: #fff;
  width: 160px;
  margin-top: 25px;
  font-size: 14px;
  margin-left: 40px;
  text-align: center;
  line-height: 42px;
  background-color: #3891ff;
}

.member-baodan-form .tip a:hover {
  text-decoration: underline
}

.member-baodan-form {
  margin: 30px 50px;
  padding-bottom: 30px
}

.member-baodan-form ul li {
  margin-bottom: 15px;
}

.member-baodan-form ul li .input {
  width: 318px;
  padding: 10px;
  font-size: 14px;
  border: 1px #ccc solid;
  border-bottom-color: #e2e2e2;
  border-right-color: #e2e2e2;
  line-height: 20px;
  color: #888;
  font-family: tahoma, "microsoft yahei", Arial, sans-serif;
}

.member-baodan-form ul li .hover {
  background-color: #f2f2f2;
  color: #3891ff
}

.member-baodan-form ul li strong {
  display: inline-block;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  font-weight: normal
}

.member-baodan-form ul li strong span {
  color: #ff0000;
  margin-right: 3px;
}

.member-baodan-form ul li p {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
}

.member-baodan-form ul li p img {
  margin-right: 15px;
}

.member-baodan-form ul li a {
  color: #3891ff
}

.member-baodan-form ul li a:hover {
  text-decoration: underline
}

.member-baodan-form ul li label {
  margin-right: 10px;
}

.member-baodan-form ul li button {
  height: 50px;
  border: 0;
  background-color: #f78900;
  color: #fff;
  font-size: 18px;
  width: 340px;
  margin-top: 10px;
  cursor: pointer;
  margin-left: 110px;
}

.member-baodan-form ul li i.date-icon {
  display: block;
  width: 25px;
  height: 16px;
  background: url(../images/date-icon.png) no-repeat;
  position: absolute;
  left: 420px;
  top: 12px;
}

.member-baodan-form ul li .select {
  width: 340px;
  padding: 10px;
  font-size: 14px;
  border: 1px #ccc solid;
  border-bottom-color: #e2e2e2;
  border-right-color: #e2e2e2;
  line-height: 20px;
  color: #555;
  font-family: tahoma, "microsoft yahei", Arial, sans-serif;
}

.member-baodan-list {
  min-height: 400px;
  padding: 30px 30px 50px
}

.member-baodan-list table {
  width: 100%;
  background-color: #ddd
}

.member-baodan-list table th {
  background-color: #f2f2f2;
  padding: 10px 15px;
  text-align: left
}

.member-baodan-list table td {
  background-color: #fff;
  padding: 10px 15px
}

.member-baodan-list table a.title {
  color: #f39800;
  font-weight: bold
}

.member-baodan-list table a.link {
  color: #006acb
}

.member-baodan-list table a.link:hover {
  text-decoration: underline
}

.baodan-pic-box {
  background-color: #fff;
  padding: 30px;
  text-align: center
}

.tip-suc {
  background: url(../images/suc.gif) no-repeat center 30px;
  font-size: 26px;
  height: 200px;
  text-align: center;
  padding-top: 100px;
  line-height: 2
}

.tip-suc span {
  display: block;
  font-size: 14px;
  color: #888
}

.tip-suc a {
  color: #006acb
}

.tip-suc a:hover {
  text-decoration: underline
}

.bind-box ul li a.btn {
  color: #fff;
  display: inline-block;
  width: 90px;
  text-align: center;
  line-height: 42px;
  background-color: #3891ff;
  margin-left: 10px
}

.bind-box ul li a.btn:hover {
  text-decoration: underline
}

.bind-box ul li a.disabled {
  background-color: #ccc;
}

.bind-box ul li a.disabled:hover {
  text-decoration: none;
}

.member-bg .bd-search-result {
  padding: 30px
}

.member-bg .bd-search-result .title {
  height: 46px;
  margin-bottom: 20px;
}

.member-bg .bd-search-result .title h2 {
  font-size: 22px;
  line-height: 26px;
  margin-top: 10px;
  border-left: 6px #f78900 solid;
  padding-left: 10px;
  float: left
}

.member-bg .bd-search-result .title a {
  display: block;
  line-height: 46px;
  width: 180px;
  color: #fff;
  font-weight: bold;
  background-color: #f78900;
  text-align: center;
  float: right
}

.member-bg .bd-search-result .title a i {
  font-weight: normal
}

.member-bg .bd-search-result .title a:hover {
  background-color: #e07c00
}

.member-bg .bd-search-result table {
  width: 100%;
  background-color: #ccc;
  line-height: 36px;
}

.member-bg .bd-search-result table th {
  width: 150px;
  text-align: right;
  padding: 5px 10px;
  font-weight: normal;
  background-color: #f2f2f2
}

.member-bg .bd-search-result table td {
  padding: 5px 10px;
  background-color: #fff
}

.member-bg .bd-search-result table td strong {
  color: #f78900
}

.member-bg .bd-search-result table td b {
  margin: 0 3px;
  color: #ee4433;
  font-size: 18px;
  position: relative;
  top: 1px
}

.member-bg .bd-search-result table td a.showmore {
  color: #0491c7;
}

.member-bg .bd-search-result table td a:hover {
  color: #f78900;
}

.member-bg .bd-search-result table td i {
  position: relative;
  left: 3px;
  top: 4px;
  font-size: 23px;
}

.member-bg .bd-search-result table td span.on {
  color: #64cd53;
  font-weight: bold;
  background: url(../images/gou.png) no-repeat 0 center;
  padding-left: 22px
}

.member-bg .bd-search-result table td table {
  font-size: 12px;
  border-top: 1px #e2e2e2 solid;
  display: none
}

.member-bg .bd-search-result table td table th {
  text-align: left;
  padding: 10px 10px;
  line-height: 20px;
  font-weight: bold;
  color: #666;
  width: auto
}

.member-bg .bd-search-result table td table td {
  line-height: 20px;
  padding: 8px 10px;
  border-top: 1px #e2e2e2 solid;
  color: #888
}

.member-bg .bd-search-result table td a.btn {
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
  font-weight: bold;
  background-color: #f78900;
  text-align: center
}

.member-bg .bd-search-result table td a.btn:hover {
  background-color: #e07c00
}

/* Sidebar Tools (lanhu styles) */
.sidebar-tools-container {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.sidebar-tools__qrcode {
  width: 64px;
  height: 48px;
  display: block;
  margin-bottom: 10px;
}

.sidebar-tools__qrcode-img {
  width: 64px;
  height: 48px;
}

.sidebar-tools__badge {
  width: 60px;
  height: 19px;
  margin-left: 2px;
  margin-bottom: 11px;
}

.sidebar-tools__badge-text-wrapper {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 9px;
  height: 19px;
  border: 1px solid rgba(0, 0, 0, 1);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-tools__badge-text {
  color: rgba(46, 168, 196, 1) !important;
  font-size: 10px !important;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  line-height: normal;
}

.sidebar-tools__contact {
  width: 72px;
  margin-bottom: 10px;
}

.sidebar-tools__contact-box {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 72px;
  border: 1px solid rgba(168, 228, 214, 1);
  padding: 15px 0;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
}

.sidebar-tools__contact-item--online,
.sidebar-tools__contact-item--contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none !important;
}

.sidebar-tools__contact-item--contact {
  margin-top: 15px;
}

.sidebar-tools__contact-icon--online {
  width: 23px;
  height: 23px;
  background: url(../images/header_new/f1ebf945a166b4505a4841cbdf7f2bed.png) no-repeat center;
  background-size: 100% 100%;
}


.sidebar-tools__contact-text--online,
.sidebar-tools__contact-text--contact {
  color: rgba(51, 51, 51, 1) !important;
  font-size: 12px !important;
  margin-top: 6px;
  white-space: nowrap;
  text-align: center;
  line-height: normal;
}

.sidebar-tools__contact-icon--contact {
  width: 24px;
  height: 24px;
  background: url(../images/header_new/ce63fdd87d72cd44a47ce333ba113f5e.png) no-repeat center;
  background-size: 100% 100%;
}


.sidebar-tools__backtop {
  width: 72px;
  height: 72px;
}

.sidebar-tools__backtop-box {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 12px;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(168, 228, 214, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.sidebar-tools__backtop-box:hover {
  background-color: rgba(168, 228, 214, 0.1);
}

.sidebar-tools__backtop-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-tools__backtop-icon {
  width: 25px;
  height: 17px;
  background: url(../images/header_new/cfcd7903b5dbe98335df1154f59bc100.png) no-repeat center;
  background-size: 100% 100%;
}


.sidebar-tools__backtop-text {
  color: rgba(51, 51, 51, 1) !important;
  font-size: 12px !important;
  margin-top: 8px;
  white-space: nowrap;
  text-align: center;
  line-height: normal;
}