html {
  color: #000;
  background: #FFF;
}
body {
  font-size: 12px;
  font-family: "microsoft yahei";
  line-height: 20px;
  min-width: 1200px;
}
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.ver-mid {
  vertical-align: middle;
}
.clear {
  clear: both;
}
.ft_14 {
  font-size: 14px;
}
.ft_16 {
  font-size: 16px;
}
.ft_18 {
  font-size: 18px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.mar_10 {
  margin: 10px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.word_nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@font-face {
  font-family: "çå¿”çˆ£ç€¹ï¿½";
  src: url('http://www.bjsykc.com/xcx/font/%C3%A7%C2%81%C2%8F%C3%A5%C2%BF%E2%80%9D%C3%A7%CB%86%C2%A3%C3%A7%E2%82%AC%C2%B9%C3%AF%C2%BF%C2%BD.TTF');
}
.dis_table {
  display: table;
  width: 100%;
  text-align: center;
}
.dis_tablecell {
  display: table-cell;
  vertical-align: middle;
}
.fulldiv {
  width: 100%;
  height: 100%;
}
.fanzhuan {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header {
  border-bottom: 1px solid #a09f9f;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header.white {
  background: rgba(0, 0, 0, 0.8);
  border-bottom-color: #333 ;
}
.logobox {
  font-size: 0;
  padding-top: 12px;
}
.logo_txt {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 80px;
  height: 45px;
  background: url(http://www.bjsykc.com/xcx/img/logo.png) no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}
.logobox i {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.logobox .circle1 {
  width: 45px;
  height: 45px;
  background-image: url(http://www.bjsykc.com/xcx/img/logo_circle1.png);
  position: relative;
  z-index: 2;
}
.logobox .circle2 {
  width: 36px;
  height: 36px;
  background-image: url(http://www.bjsykc.com/xcx/img/logo_circle2.png);
  position: relative;
  z-index: 1;
  margin-left: -18px;
}
.logobox:hover .circle1 {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.logobox:hover .circle2 {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}
.navbar {
  float: right;
}
.nav li {
  float: left;
  position: relative;
}
.nav li h3 a {
  display: block;
  height: 67px;
  line-height: 67px;
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
  padding: 0 20px;
  border-bottom: 2px solid transparent;
}
.nav li.on h3 a,
.nav li.active h3 a {
  border-bottom-color: #fff;
}
.nav li .sub {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  white-space: nowrap;
  height: 40px;
  z-index: 4;
}
.nav li .sub a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 15px;
  color: #fff;
}
.nav li .sub a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav li.active .sub {
  display: block;
  font-size: 0;
}
.header.white .nav li h3 a:hover {
  color: #00AEEF;
}
.header.white .nav li.on h3 a,
.header.white .nav li.active h3 a {
  border-bottom-color: #00AEEF;
}
.header.white .sub-nav-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
.sub-nav-bg {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.homebanner {
  position: relative;
  background-size: cover;
  color: #fff;
  display: table;
  width: 100%;
  text-align: center;
}
.hb_bg {
  width: 100%;
  height: 100%;
  background: rgba(22, 35, 44, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.hb_txt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 3;
}
.hb_txt .inner {
  width: 60%;
  margin: 0 auto;
  display: none;
}
.hb_txt .h2 {
  font-family: 'çå¿”çˆ£ç€¹ï¿½';
  font-size: 0.6rem;
  line-height: 80px;
  margin-bottom: 15px;
  position: relative;
}
.hb_txt .desc {
  font-size: 18px;
  line-height: 35px;
  position: relative;
}
.home_num {
  background: #fff;
  padding: 0.5rem 0;
  text-align: center;
}
.home_num .item {
  width: 25%;
  float: left;
  position: relative;
}
.home_num .item:after {
  content: '';
  display: block;
  width: 0;
  height: 72px;
  border-right: 1px solid #d6d6d6;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -36px;
}
.home_num .item:hover .img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.home_num .item:last-child:after {
  display: none;
}
.home_num .img {
  width: 0.5rem;
  vertical-align: top;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.home_num .txt {
  display: inline-block;
}
.home_num .txt .no {
  font-size: 0.5rem;
  line-height: 0.62rem;
  font-weight: bold;
  display: inline-block;
}
.home_num .txt .no i {
  font-style: normal;
  font-size: 0.15rem;
  line-height: 0.4rem;
  color: #727171;
  vertical-align: text-top;
  margin-left: 10px;
}
.home_num .txt .name {
  color: #727171;
  font-size: 0.16rem;
  text-align: left;
}
.home_yw {
  padding: 1.2rem;
  background: url(http://www.bjsykc.com/xcx/img/home_yw_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.home_yw a {
  color: #fff;
}
.yw_title {
  width: 1.5rem;
  float: left;
}
.yw_title p {
  font-size: 0.24rem;
  line-height: 0.3rem;
  padding: 0.4rem 0;
}
.yw_title p.on {
  font-weight: bold;
}
.yw_content {
  margin-left: 1.6rem;
  position: relative;
  overflow: hidden;
}
.yw_content .grid {
  padding-left: 0.9rem;
  position: relative;
}
.yw_content .grid .name {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.35rem;
}
.yw_content .grid .desc {
  font-size: 0.16rem;
  line-height: 0.26rem;
  margin: 0.2rem 0;
  color: #d0d1d2;
}
.yw_content .grid .sort_name {
  font-size: 0.18rem;
}
.yw_content .grid .line {
  width: 0.19rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(http://www.bjsykc.com/xcx/img/home_yw_line.png) no-repeat;
  background-position: center -2.5rem;
  background-size: 100% auto;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.yw_content .grid:nth-child(3n+1) .line {
  background-position: center -0.3rem;
}
.yw_content .grid:nth-child(3n+2) .line {
  background-position: center -2.5rem;
}
.yw_content .grid:nth-child(3n+3) .line {
  background-position: center -1.4rem;
}
.yw_content .yw_sortlist {
  padding: 0.2rem 0;
  margin-left: -0.6rem;
}
.yw_content .yw_sortlist li {
  padding-left: 0.6rem;
  float: left;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.yw_content .yw_sortlist li img {
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.yw_content .yw_sortlist li:hover img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.blue_line {
  display: inline-block;
  width: 53px;
  height: 2px;
  background: #00AEEF;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.home_section {
  padding: 30px 0;
}
.home_case_title {
  text-align: center;
}
.home_case_title .title {
  font-size: 0.3rem;
  color: #454545;
  line-height: 0.4rem;
}
.sortlist {
  text-align: center;
  padding: 0.25rem 0;
}
.sortlist a {
  display: inline-block;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #555;
  padding: 0 0.2rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sortlist a span {
  position: relative;
  z-index: 2;
}
.sortlist a:after,
.sortlist a:before {
  display: block;
  width: 50%;
  height: 0.32rem;
  background: #00AEEF;
  content: '';
  position: absolute;
  left: -50%;
  top: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sortlist a:after {
  left: auto;
  right: -50%;
}
.sortlist a:hover,
.sortlist a.on {
  color: #fff;
}
.sortlist a:hover:after,
.sortlist a.on:after {
  right: 0;
}
.sortlist a:hover:before,
.sortlist a.on:before {
  left: 0;
}
.case_list {
  margin: 10px -10px;
  overflow: hidden;
}
.case_list .imgbox {
  width: 100%;
  position: relative;
}
.case_list .imgbox .img {
  display: block;
  width: 100%;
  height: 100%;
}
.case_list .imgbox .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  opacity: 0;
}
.case_list .imgbox .txt {
  top: 50%;
  position: relative;
  z-index: 3;
  margin-top: -27px;
}
.case_list .imgbox .name {
  font-size: 18px;
  margin-bottom: 12px;
}
.case_list .line span {
  position: absolute;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.case_list .line .top {
  width: 0px;
  height: 1px;
  left: 8%;
  top: 8%;
}
.case_list .line .bottom {
  width: 0px;
  height: 1px;
  right: 8%;
  bottom: 8%;
}
.case_list .line .left {
  width: 1px;
  height: 0;
  top: 8%;
  left: 8%;
}
.case_list .line .right {
  width: 1px;
  height: 0;
  bottom: 8%;
  right: 8%;
}
.case_list .title {
  text-align: center;
  font-size: 0.15rem;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case_list .title .blackline {
  zoom: 1;
  vertical-align: middle;
  height: 1px;
  overflow: hidden;
  margin-right: 10px;
  background: #333;
  display: inline-block;
  width: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.case_list .title span {
  color: #737373;
  margin-left: 0.3rem;
}
.case_list li {
  width: 25%;
  padding: 0 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.case_list li:hover .imgbox .back {
  opacity: 1;
}
.case_list li:hover .line .top,
.case_list li:hover .line .bottom {
  width: 84%;
}
.case_list li:hover .line .left,
.case_list li:hover .line .right {
  height: 84%;
}
.case_list li:hover .title .blackline {
  width: 40px;
}
.bg_gray {
  background-color: #f1f1f1;
}
.btn {
  display: inline-block;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0 0.18rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.btn_graymore {
  display: inline-block;
  line-height: 0.4rem;
  font-size: 0.15rem;
  padding: 0 0.18rem;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #efefef;
  color: #787878;
  border: 1px solid transparent;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.btn_graymore:hover {
  color: #00AEEF;
  border: 1px solid #00AEEF;
  background: transparent;
}
.home_liucheng {
  background: url(http://www.bjsykc.com/xcx/img/home_liucheng_bg.jpg) no-repeat;
  background-size: cover;
  padding: 0.5rem 0;
}
.icon_circle {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.07rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
.icon_circle .inner {
  margin: 0 auto;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.14rem;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 3;
  position: relative;
}
.icon_circle .icon {
  width: 50%;
}
.icon_circle .title {
  font-size: 0.16rem;
  font-weight: bold;
}
.icon_circle .dot {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  -webkit-animation: trail_ 2s infinite linear;
  transform-style: preserve-3d;
  animation: trail_ 2s infinite linear;
}
.icon_circle .dot:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  box-shadow: 0 0 12px #00aaea;
  left: 0;
  margin-left: -5px;
  width: 8px;
  height: 8px !important;
  border-radius: 50%;
  background-color: #00aaea;
}
@-webkit-keyframes particle_ {
  from {
    -webkit-transform: rotateX(90deg) rotateY(0deg);
    transform: rotateX(90deg) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateX(90deg) rotateY(-360deg);
    transform: rotateX(90deg) rotateY(-360deg);
  }
}
@keyframes particle_ {
  from {
    transform: rotateX(90deg) rotateY(0deg);
  }
  to {
    transform: rotateX(90deg) rotateY(-360deg);
  }
}
@-webkit-keyframes trail_ {
  from {
    -webkit-transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
  }
}
@keyframes trail_ {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.home_lc_dl {
  width: 33.3%;
  float: left;
  overflow: hidden;
}
.home_lc_dl .line:after,
.home_lc_dl .line:before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0.62rem;
  top: 1.25rem;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: height ease 0.8s;
  -moz-transition: height ease 0.8s;
  -ms-transition: height ease 0.8s;
  transition: height ease 0.8s;
}
.home_lc_dl .line:before {
  height: 0;
  background: #00aaea;
}
.home_lc_dl dt {
  position: relative;
  overflow: hidden;
  height: 2.4rem;
}
.home_lc_dl dt:after,
.home_lc_dl dt:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  left: 1.25rem;
  top: 0.625rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: width ease 0.8s;
  -moz-transition: width ease 0.8s;
  -ms-transition: width ease 0.8s;
  transition: width ease 0.8s;
}
.home_lc_dl dt:before {
  width: 0;
  background: #00aaea;
}
.home_lc_dl dt.on:before {
  width: 100%;
}
.home_lc_dl dd {
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 1.8rem;
  padding-right: 0.25rem;
}
.home_lc_dl dd .icon_circle {
  width: 0.9rem;
  height: 0.9rem;
  margin-left: 0.16rem;
  float: left;
}
.home_lc_dl dd .icon_circle .inner {
  padding-top: 0.16rem;
}
.home_lc_dl dd .icon_circle .icon {
  width: 60%;
}
.home_lc_dl dd .txt {
  margin-left: 1.35rem;
}
.home_lc_dl dd .txt .title {
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.home_lc_dl dd .txt .title:after {
  content: '';
  height: 9px;
  width: 0;
  background: url(http://www.bjsykc.com/xcx/img/icon_jiantou.png) right 3px no-repeat;
  border-bottom: 3px solid #00AEEF;
  margin-left: 14px;
  -webkit-transition: width ease 0.5s;
  -moz-transition: width ease 0.5s;
  -ms-transition: width ease 0.5s;
  transition: width ease 0.5s;
}
.home_lc_dl dd .txt .desc {
  font-size: 0.14rem;
  line-height: 0.25rem;
}
.home_lc_dl dd .line:after,
.home_lc_dl dd .line:before {
  top: 0.9rem;
}
.home_lc_dl dd:last-child .line {
  display: none;
}
.home_lc_dl dd:nth-of-type(1) .icon_circle .dot {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.home_lc_dl dd:nth-of-type(2) .icon_circle .dot {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.home_lc_dl dd:nth-of-type(3) .icon_circle .dot {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.home_lc_dl dt.on .line:before,
.home_lc_dl dd.on .line:before {
  height: 100%;
}
.home_lc_dl dt.on .txt .title:after,
.home_lc_dl dd.on .txt .title:after {
  display: inline-block;
  width: 0.5rem;
}
.home_lc_dl:last-child dt:after,
.home_lc_dl:last-child dt:before {
  display: none;
}
.home_lc_dl dt.on .icon_circle,
.home_lc_dl dd.on .icon_circle {
  border-color: #00aaea;
}
.home_lc_dl dt.on .icon_circle .inner,
.home_lc_dl dd.on .icon_circle .inner {
  background: #00aaea;
}
.home_lc_dl dt.on .icon_circle .dot:after,
.home_lc_dl dd.on .icon_circle .dot:after {
  display: block;
}
.home_about,
.home_news,
.home_qianyue {
  width: 32%;
  color: #474747;
  font-size: 14px;
  float: left;
}
.home_about .desc {
  font-size: 14px;
  line-height: 26px;
  height: 156px;
  overflow: hidden;
}
.home_about h1{ float:left}
.block_name {
  font-size: 0.24rem;
  line-height: 0.35rem;
  margin-bottom: 15px;
}
.home_about_p {
  line-height: 30px;
  padding: 5px 0;
}
.home_about_p i {
  font-size: 5px;
  color: #00aaea;
  margin-right: 12px;
}
.wrap_lg {
  width: 85%;
  margin: 0 auto;
}
.icon_bluecircle {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(http://www.bjsykc.com/xcx/img/icon_bluecircle.png) no-repeat;
  vertical-align: middle;
}
.news_tab a,
.news_tab span {
  display: inline-block;
  font-size: 0.22rem;
  line-height: 0.35rem;
  margin-bottom: 12px;
  margin-right: 0.3rem;
  border-bottom: 3px solid transparent;
}
.news_tab a.on,
.news_tab span.on {
  border-color: #00AEEF;
}
.home_news {
  margin: 0 2%;
}
.ul li {
  line-height: 35px;
}
.ul li span {
  color: #999;
  float: right;
  font-size: 12px;
}
.ul li a {
  display: block;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 70px;
}
.ul li a:hover {
  color: #00AEEF;
}
.newsblock {
  border: 1px solid #ebeaea;
  margin-bottom: 12px;
  padding: 12px 15px;
  color: #666;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.newsblock .time {
  float: left;
  text-align: center;
  width: 0.65rem;
  font-size: 12px;
  margin-top: 12px;
}
.newsblock .time span {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.newsblock .txt {
  margin-left: 0.75rem;
}
.newsblock .txt .title {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsblock .txt .title a {
  color: #666;
}
.newsblock .txt .title a:hover {
  color: #00AEEF;
}
.newsblock .txt .desc {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  font-size: 12px;
  color: #787878;
}
.newsblock .txt .tag {
  float: right;
  text-align: right;
  font-size: 12px;
}
.logolist li {
  width: 14.28%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.15rem 1%;
  border: 1px solid #eaeaea;
  margin: -1px 0 0 -1px;
}
.logolist li img {
  width: 100%;
  height: 1.1rem;
}
.logolist li:hover {
  border-color: #00AEEF;
  position: relative;
  z-index: 2;
}
.baojia {
  background: #e7e7e7;
  color: #7c7c7c;
}
.baojia .title {
  font-size: 0.28rem;
  line-height: 0.5rem;
  color: #3e3e3e;
}
.baojia .subtitle {
  font-size: 14px;
  color: #3e3e3e;
}
.baojia_form {
  padding: 20px 0;
}
.baojia_form .input {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24%;
  margin-right: 1%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  outline: none;
  line-height: 0.45rem;
  height: 0.45rem;
  padding: 0 0.1rem;
}
.baojia_form .input.large {
  width: 40%;
  margin-right: 0;
}
.baojia_form .btn_tijiao {
  width: 9%;
  background: #00AEEF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  line-height: 0.45rem;
  height: 0.45rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
}
.footer {
  background: #fff;
  padding: 0.7rem 0 0.4rem;
  color: #919191;
}
.footer a {
  color: #919191;
}
.footer a:hover {
  color: #00AEEF;
}
.footer dl {
  width: 25%;
  margin-right: 3%;
  float: left;
}
.footer dl dt {
  font-size: 15px;
  margin-bottom: 5px;
  color: #5c5b5b;
}
.footer dl dd {
  line-height: 28px;
}
.footer dl.sm {
  width: 17%;
}
.footer .friendlink a {
  margin-right: 8px;
}
.f_icon {
  float: right;
}
.f_icon a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #00AEEF;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.f_icon a.icon_qq {
  background-image: url(http://www.bjsykc.com/xcx/img/icon_white_qq.png);
}
.f_icon a.icon_weixin {
  background-image: url(http://www.bjsykc.com/xcx/img/icon_white_weixin.png);
}
.f_icon a.icon_shouji {
  background-image: url(http://www.bjsykc.com/xcx/img/icon_white_shouji.png);
}
.f_icon a.icon_liuyan {
  background-image: url(http://www.bjsykc.com/xcx/img/icon_white_liuyan.png);
}
.f_btm {
  margin-top: 0.6rem;
}
.izl-rmenu {
  margin-right: 0;
  width: 82px;
  position: fixed;
  right: 2px;
  top: 50%;
  -webkit-box-shadow: #DDD 0px 1px 5px;
  -moz-box-shadow: #DDD 0px 1px 5px;
  box-shadow: #DDD 0px 1px 5px;
  z-index: 999;
}
.izl-rmenu .consult {
  background-image: url(http://www.bjsykc.com/xcx/images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center -77px;
  display: block;
  height: 76px;
  width: 82px;
}
.izl-rmenu .consult .phone {
  background-color: #f7f7ff;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #000;
  font-size: 18px;
  text-align: center;
  display: none;
  box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone {
  display: inline !important;
}
.izl-rmenu .cart {
  background-image: url(http://www.bjsykc.com/xcx/images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  display: block;
  width: 82px;
  height: 76px;
  font-size: 12px;
  line-height: 16px;
  color: #45BDFF;
  text-align: center;
}
.izl-rmenu a.cart:hover .pic {
  display: block;
}
.izl-rmenu .btn_top {
  background-image: url(http://www.bjsykc.com/xcx/images/float_top.gif);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 39px;
  width: 82px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
  background-image: url(http://www.bjsykc.com/xcx/images/float_top.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.izl-rmenu .cart .pic {
  display: none;
  position: absolute;
  left: -150px;
  top: 65px;
  width: 148px;
  height: 148px;
  background: url(http://www.bjsykc.com/xcx/images/ewm.png);
}
#udesk-feedback-tab {
  position: fixed;
  right: 2px;
  top: 50%;
  margin-top: -76px;
  -webkit-box-shadow: #DDD 0px -1px 5px;
  -moz-box-shadow: #DDD 0px -1px 5px;
  box-shadow: #DDD 0px -1px 5px;
  z-index: 10000;
  cursor: pointer;
  background-image: url(http://www.bjsykc.com/xcx/images/consult_icon.gif);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  height: 76px;
  width: 82px;
  background-color: #FFF!important;
  z-index: 999;
}
.home_about_img {
  width: 100%;
  height: 255px;
  background-repeat: no-repeat;
  background-size: cover;
}



.icon_menu{
	display: none;
}
@media (max-width: 1600px) {
  .newsblock .txt .title {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  body {
    min-width: 1024px;
  }
  .wrap {
    width: 95%;
  }
  .baojia_form .input {
    width: 20%;
  }
  .baojia_form .input.large {
    width: 40%;
  }
  .baojia_form .btn_tijiao {
    width: 15%;
  }
  
  
  
  .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 70px;
  height: 100%;
  overflow-y: auto;
  display: none;
}
.nav li {
  position: relative;
  float: none;
}
.nav li h3 a {
  display: block;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  padding: 0 20px;
  border-bottom: 2px solid transparent;
}
.nav li.on h3 a,
.nav li.active h3 a {
  color: #00AEEF;
  border-bottom: none;
}
.nav li .sub {
	position: static;
  display: none;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 12px;
  margin: 0 !important;
}
.nav li .sub a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  padding: 0 15px;
  color: #fff;
}
.nav li .sub a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav li.active .sub {
  display: block;
  font-size: 0;
}
.sub-nav-bg {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}
.icon_menu {
	display: block;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 30px;
}


  
}
@media only screen and (max-width: 600px) {
	.baojia_form .input,.baojia_form .input.large{
		width: 100%;
		margin-bottom: 10px;
	}
	.baojia_form .btn_tijiao{
		width: 100%;
	}
	
	.izl-rmenu,#udesk-feedback-tab{
		display: none !important;
	}
	.footer dl,.f_icon{
		display: none;
	}
	.footer{
		padding-top: 0.3rem;
	}
	.f_btm{
		margin-top: 0;
		
	}
	.f_btm .fr{
			display: none;
		}
}






