@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: '微软雅黑';
  min-width: 1420px;
}
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  font-family: '微软雅黑';
}
img {
  border: 0px;
}
.clearfloat {
  width: 100%;
  height: 0px;
  clear: both;
}

/*................头部开始..............*/
.top {
  z-index: 99999;
  width: 100%;
  margin: 0 auto;
}
.sjb {
  width: 100%;
  margin: 0 auto;
}
.head {
  background: #f5f5f5;
  display: table;
  width: 100%;
  height: 130px;
}
.fixednav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1111111;
}
.head_l {
  display: table-cell;
  width: 440px;
  text-align: left;
}
.head_l .logo {
  display: block;
  width: 225px;
  height: 130px;
  background: #f20000;
  float: left;
  text-align: center;
}
.head_l .logo img {
  margin-top: 50px;
}
.head_l p {
  text-align: center;
  margin-left: 20px;
  font-size: 15px;
  line-height: 28px;
  width: 412px;
}
.head_l p span {
  font-size: 18px;
  line-height: 35px;
}
.head_l p span b {
  font-weight: normal;
  color: #f20000;
}

.head_r {
  display: table-cell;
  width: 920px;
  padding-left: 30px;
  text-align: right;
  padding-right: 20px;
}
.head_r .shoucang {
  text-align: right;
  line-height: 22px;
  margin-top: 8px;
}
.head_r .shoucang a {
  color: #131313;
}
.head_r .shoucang a:hover {
  color: #f20000;
}
.head_r .shoucang span {
  padding: 0 5px 0 5px;
}
.head_r .phone {
  width: 315px;
  float: right;
  margin-top: 20px;
}
.head_r .phone img {
  float: left;
  margin-top: 2px;
}
.head_r .phone span {
  font-size: 18px;
  float: left;
  margin-left: 5px;
}
.head_r .phone span b {
  font-weight: normal;
  color: #f20000;
}
.nav {
  margin-top: 22px;
  float: right;
  height: 30px;
}
.nav li {
  font-size: 16px;
  float: left;
  margin-left: 30px;
  position: relative;
}
.nav li .li_nav {
  display: block;
  color: #000000;
  padding: 4px 5px;
  border-radius: 3px;
}
.nav li a {
  line-height: 20px;
}

.nav li .xiala {
  display: none;
  z-index: 9999;
}
.nav li .xiala a span {
  font-size: 12px;
}
.nav li:hover .xiala {
  display: block;
}
.nav li .xiala1 {
  width: 920px;
  height: 240px;
  background: url(../images/product_03.png);
  position: absolute;
  right: -285px;
}
.nav li .xiala1 .pronav {
  width: 865px;
  height: auto;
  margin: 0 auto;
  margin-top: 22px;
}
.nav li .xiala1 .pronav2 {
  width: 865px;
  height: auto;
  margin: 0 auto;
  margin-top: 8px;
}
.nav li .xiala1 dl dd {
  width: 279px;
  height: 65px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  float: left;
}
.nav li .xiala1 dl dd img {
  float: left;
}
.nav li .xiala1 dl dd .row1 {
  margin-top: 20px;
  margin-left: 10px;
}
.nav li .xiala1 dl dd span {
  display: block;
  width: 160px;
  float: left;
  line-height: 57px;
  margin-left: 10px;
  text-align: left;
}
.nav li .xiala1 dl dd span.liang {
  line-height: 28px;
}
.nav li .xiala1 dl dd.spacing {
  margin-left: 10px;
}

.nav li .xiala2 {
  width: 1058px;
  height: 467px;
  background: url(../images/solution_03.png);
  position: absolute;
  right: -360px;
}
.nav li .xiala2 .fangannav {
  margin-top: 22px;
}
.nav li .xiala2 dl {
  width: 1000px;
  margin: 0 auto;
}
.nav li .xiala2 dl dd {
  width: 325px;
  float: left;
  height: 62px;
  border-bottom: 1px solid #dddddd;
  margin-top: 8px;
  text-align: left;
}
.nav li .xiala2 dl dd img {
  float: left;
}
.nav li .xiala2 dl dd span {
  display: block;
  width: 185px;
  float: left;
  line-height: 57px;
  margin-left: 5px;
}
.nav li .xiala2 dl dd span b {
  font-size: 8px;
}
.nav li .xiala2 dl dd .row2 {
  margin-top: 20px;
  margin-left: 6px;
}

.nav li .xiala3 {
  width: 435px;
  height: 80px;
  background: url(../images/news_03.png);
  position: absolute;
  top: 29px;
  right: -130px;
}
.nav li .xiala3 div {
  width: 49.5%;
  float: left;
  margin-top: 20px;
}
.nav li .xiala3 div img {
  float: left;
  margin-left: 8px;
}
.nav li .xiala3 div span {
  display: block;
  float: left;
}

.nav li a span {
  font-size: 15px;
}
.nav li:hover a {
  background: #f20000;
  color: #ffffff;
}
.nav li:hover .xiala a {
  color: #000000;
}
.nav li.current a {
  background: #f20000;
}
.nav li.current a {
  color: #ffffff;
}

/**头部2**/
/*................头部开始..............*/
.top1 {
  min-width: 1265px;
  z-index: 99999;
  display: none;
  width: 100%;
}
.head1 {
  background: #f5f5f5;
  min-width: 1265px;
  width: 100%;
  height: 65px;
}
.head_l1 {
  width: 230px;
  text-align: left;
  float: left;
}
.head_l1 .logo1 {
  display: block;
  width: 225px;
  height: 65px;
  background: #f20000;
  float: left;
  text-align: center;
}
.head_l1 .logo1 img {
  margin-top: 20px;
}

.head_r1 {
  width: 930px;
  float: right;
  padding-right: 20px;
  position: relative;
}
.nav1 {
  margin-top: 27px;
}
.nav1 li {
  font-size: 16px;
  float: left;
  position: relative;
}
.nav1 li .li_navv {
  display: block;
  color: #000000;
  padding: 4px 5px;
  border-radius: 3px;
}

.nav1 li .xialaa {
  position: absolute;
  display: none;
}
.nav1 li .xialaa a span {
  font-size: 12px;
}
.nav1 li:hover .xialaa {
  display: block;
}
.nav1 li .xiala1 {
  width: 920px;
  height: 240px;
  background: url(../images/product_03.png);
  top: 30px;
  right: -285px;
}
.nav1 li .xiala1 .pronav1 {
  width: 865px;
  height: auto;
  margin: 0 auto;
  padding-top: 22px;
}
.nav1 li .xiala1 .pronav2 {
  width: 865px;
  height: auto;
  margin: 0 auto;
  margin-top: 8px;
}
.nav1 li .xiala1 dl dd {
  width: 279px;
  height: 65px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  float: left;
}
.nav1 li .xiala1 dl dd img {
  float: left;
}
.nav1 li .xiala1 dl dd .row1 {
  margin-top: 22px;
  margin-left: 10px;
}
.nav1 li .xiala1 dl dd span {
  display: block;
  width: 160px;
  float: left;
  line-height: 57px;
  margin-left: 10px;
  color: #000;
}
.nav1 li .xiala1 dl dd span.liang {
  line-height: 28px;
}
.nav1 li .xiala1 dl dd.spacing {
  margin-left: 10px;
}

.nav1 li .xiala2 {
  width: 1058px;
  height: 467px;
  background: url(../images/solution_03.png);
  top: 30px;
  right: -361px;
}
.nav1 li .xiala2 .fangannavv {
  padding-top: 22px;
}
.nav1 li .xiala2 dl {
  width: 1000px;
  margin: 0 auto;
}
.nav1 li .xiala2 dl dd {
  width: 325px;
  float: left;
  height: 62px;
  border-bottom: 1px solid #dddddd;
  margin-top: 8px;
}
.nav1 li .xiala2 dl dd img {
  float: left;
}
.nav1 li .xiala2 dl dd span {
  display: block;
  width: 185px;
  float: left;
  line-height: 57px;
  margin-left: 5px;
  color: #000;
}
.nav1 li .xiala2 dl dd span b {
  font-size: 8px;
}
.nav1 li .xiala2 dl dd .row2 {
  margin-top: 22px;
  margin-left: 6px;
}

.nav1 li .xiala3 {
  width: 435px;
  height: 80px;
  background: url(../images/news_03.png);
  top: 30px;
  right: -132px;
}
.nav1 li .xiala3 div {
  width: 49.5%;
  float: left;
  margin-top: 20px;
}
.nav1 li .xiala3 div img {
  float: left;
  margin-left: 8px;
}
.nav1 li .xiala3 div span {
  display: block;
  float: left;
  color: #000;
}

.nav1 li a span {
  font-size: 10px;
}
.nav1 li:hover a {
  background: #f20000;
  color: #ffffff;
}
.nav1 li:hover .xiala a {
  color: #000000;
}
.nav1 li.current1 a {
  background: #f20000;
}
.nav1 li.current1 a {
  color: #ffffff;
}

.float {
  display: block;
  position: fixed;
  top: 0;
}

/*焦点图开始*/
.banner {
  width: 100%;
  overflow: hidden;
}
/*focus*/
.slide-main {
  height: 555px;
  position: relative;
}
.prev,
.next {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 222;
  top: 267px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
  _border: 1px solid none;
}
.prev {
  left: 70px;
}
.next {
  right: 70px;
}
.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}
.item {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 124;
  top: 540px;
  left: 0;
  text-align: center;
}
.item a {
  display: inline-block;
  width: 24px;
  height: 5px;
  margin-right: 11px;
  background: #333;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  overflow: hidden;
}
.item a.cur {
  background: #fff;
}
.slide-box,
.slide {
  display: block;
  width: 100%;
  height: 555px;
  overflow: hidden;
}
.slide-box {
  position: relative;
}
.slide {
  display: none;
  height: 490px;
  padding-top: 89px;
  background: #ff6900;
  position: relative;
  position: absolute;
  z-index: 8;
}
#bgstylea {
  background: url(../images/banner1.jpg) center;
}
#bgstyleb {
  background: #193d85;
}

.slide a {
  display: block;
  width: 100%;
  height: 490px;
  cursor: pointer;
}
.obj-a,
.obj-b,
.obj-c,
.obj-d,
.obj-e,
.obj-f {
  position: absolute;
  z-index: 9;
  left: 50%;
}
.obj-a,
.obj-b {
  width: 952px;
  margin-left: -476px;
  text-align: center;
}
.obj-a {
  display: block;
  height: 352px;
  top: 100px;
}
.obj-b {
  top: 406px;
  height: 100px;
}
.obj-c {
  display: block;
  height: 582px;
  top: 0;
  margin-left: -540px;
}
.obj-d {
  top: 228px;
  height: 164px;
}
.obj-d p {
  display: block;
  padding-top: 20px;
  font-size: 16px;
  color: #fff;
  clear: both;
}
.obj-e {
  width: 928px;
  height: 247px;
  margin-left: -460px;
  top: 113px;
  z-index: 12;
}
.obj-f {
  width: 692px;
  height: 394px;
  top: 158px;
  margin-left: -180px;
}
.banAnimate .obj-a {
  display: block;
  animation-name: baoAni;
  -webkit-animation: baoAni 0.4s linear 0s normal none;
  -moz-animation: baoAni 0.4s linear 0s normal none;
  animation: baoAni 0.4s linear 0s normal none;
}
@-webkit-keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@-moz-keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes baoAni {
  from {
    opacity: 0;
    left: 60%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
.banAnimate .obj-b {
  display: block;
  animation-name: saAni;
  -webkit-animation: saAni 0.4s linear 0s normal none;
  -moz-animation: saAni 0.4s linear 0s normal none;
  animation: saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes saAni {
  from {
    opacity: 0;
    -moz-transform: scale(0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
  }
}
@keyframes saAni {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.watch-code.code-show {
  display: block;
  animation-name: scode;
  -webkit-animation: scode 0.3s linear 0s normal none;
  -moz-animation: scode 0.3s linear 0s normal none;
  animation: scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode {
  from {
    opacity: 0;
    -webkit-transform: scale(1, 0);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform-origin: left bottom;
  }
}
@-moz-keyframes scode {
  from {
    opacity: 0;
    -moz-transform: scale(1, 0);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform-origin: bottom bottom;
  }
}
@keyframes scode {
  from {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
    transform-origin: left bottom;
  }
}
.banAnimate .obj-c,
.banAnimate .obj-e {
  display: block;
  animation-name: saAnic;
  -webkit-animation: saAnic 0.3s linear 0s normal none;
  -moz-animation: saAnic 0.3s linear 0s normal none;
  animation: saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@-moz-keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes saAnic {
  from {
    opacity: 0;
    left: 47%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
.banAnimate .obj-d,
.banAnimate .obj-f {
  display: block;
  animation-name: saAnid;
  -webkit-animation: saAnid 0.3s linear 0s normal none;
  -moz-animation: saAnid 0.3s linear 0s normal none;
  animation: saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@-moz-keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}
@keyframes saAnid {
  from {
    opacity: 0;
    left: 53%;
  }
  to {
    opacity: 1;
    left: 50%;
  }
}

/*...........搜索框开始............*/
.sbox {
  width: 1000px;
  height: 30px;
  margin: 24px auto 0;
  position: relative;
}
.sbox select {
  height: 30px;
  border: 1px solid #444444;
  float: left;
  margin-left: 37px;
}
.sbox .search {
  width: 640px;
  height: 28px;
  border: 1px solid #000000;
  float: left;
  margin-left: 16px;
  padding: 0;
  padding-left: 3px;
  outline: none;
}
.sbox .btn1 {
  width: 80px;
  height: 28px;
  position: absolute;
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-family: '微软雅黑';
  left: 710px;
  top: 1px;
  outline: none;
}
.sbox .btn2 {
  display: block;
  width: 150px;
  height: 30px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  float: left;
  line-height: 30px;
  margin-left: 16px;
}

/*............探索产品..............*/
.sproduct {
  width: 1000px;
  margin: 0 auto;
  margin-top: 65px;
}
.title {
  text-align: center;
}
.title p {
  font-size: 26px;
}
.title p b {
  font-weight: normal;
  font-size: 28px;
  padding: 4px;
}
.title span {
  display: block;
  font-size: 18px;
  margin-top: 18px;
  color: #030303;
}
.sproduct_c {
  width: 100%;
  margin-top: 40px;
}
.sproduct_c li {
  width: 314px;
  float: left;
}
.sproduct_c .li_t {
  display: block;
  width: 314px;
  height: 44px;
  background: url(../images/index_10.jpg);
  font-size: 18px;
  color: #ffffff;
  line-height: 44px;
}
.sproduct_c .pic {
  width: 314px;
  height: 210px;
}
.sproduct_c .pic1 {
  background: url(../images/img_01_on.jpg);
}
.sproduct_c li:hover .pic1 {
  background: url(../images/img_01.jpg);
}
.sproduct_c .pic2 {
  background: url(../images/img_02_on.jpg);
}
.sproduct_c li:hover .pic2 {
  background: url(../images/img_02.jpg);
}
.sproduct_c .pic3 {
  background: url(../images/img_03_on.jpg);
}
.sproduct_c li:hover .pic3 {
  background: url(../images/img_03.jpg);
}
.sproduct_c p {
  font-size: 18px;
  margin-top: 15px;
}
.sproduct_c dl {
  margin-top: 15px;
}
.sproduct_c dl dd {
  height: 25px;
  font-size: 14px;
}
.sproduct_c dl dd img {
  float: left;
  margin-top: 4px;
}
.sproduct_c dl dd a {
  color: #3366cc;
  float: left;
  margin-left: 6px;
}
.btn3 {
  display: block;
  width: 307px;
  height: 50px;
  background: #f20000;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
}
.btn3 span {
  float: left;
  margin-left: 63px;
}
.btn3 img {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}

/*............解决方案..............*/
.ssolution {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 65px;
}
.ssolution .ssolution_c {
  margin-top: 45px;
}
.ssolution ul {
  width: 100%;
}
.ssolution ul li {
  float: left;
  width: 325px;
  height: 62px;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  padding-top: 10px;
}
.ssolution ul li img {
  float: left;
}
.ssolution ul li img.row {
  float: left;
  margin-top: 21px;
  margin-left: 8px;
}
.ssolution ul li a {
  color: #000000;
  font-size: 14px;
}
.ssolution ul li:hover a {
  background: #ffbdbd;
}
.ssolution ul li span {
  display: block;
  width: 180px;
  float: left;
  margin-left: 8px;
}
.ssolution ul li .one {
  line-height: 54px;
}
.ssolution ul li .two {
  line-height: 25px;
}
.ssolution ul li span b {
  font-size: 15px;
  font-weight: normal;
  padding: 0 4px 0 4px;
}

.hbanner {
  width: 100%;
  margin-top: 65px;
}
.hbanner img {
  width: 100%;
}

/*..............新闻资讯...........*/
.snews {
  width: 1000px;
  margin: 0 auto;
  margin-top: 65px;
}
.snews .snews_c {
  width: 100%;
}
.snews_c li {
  margin-top: 40px;
}
.snews ul li {
  width: 480px;
  float: left;
  background: #f5f5f5;
}
.snews ul li .nimg {
  float: left;
}
.snews ul li .nc {
  width: 330px;
  float: left;
}
.snews ul li .nt {
  float: left;
  margin-left: 15px;
  margin-top: 6px;
  font-size: 16px;
  color: #000000;
}
.snews ul li .nm {
  float: right;
  margin-right: 5px;
  margin-top: 12px;
}
.snews ul li .nc p {
  display: block;
  width: 298px;
  margin-left: 15px;
  margin-top: 12px;
}
.snews ul li .nc p a {
  color: #000000;
  font-size: 13px;
  line-height: 24px;
}

/*...........联系我们...............*/
.scontact {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 65px;
}
.scontact ul {
  width: 100%;
  margin-top: 15px;
}
.scontact ul li {
  width: 49.9%;
  float: left;
  text-align: center;
}
.scontact ul li p {
  font-size: 20px;
}
.scontact ul li p b {
  font-weight: normal;
  color: #f20000;
}
.scontact ul li a {
  display: block;
  width: 476px;
  height: 64px;
  background: #5b5b5b;
  border-radius: 10px;
  margin: 18px auto 0;
  font-size: 26px;
  color: #ffffff;
  line-height: 66px;
}
.scontact ul li a span {
  float: left;
  margin-left: 164px;
}
.scontact ul li a img {
  float: right;
  margin-top: 22px;
  margin-right: 164px;
}

/*...........友情链接...............*/
.slinks {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 65px;
}
.slinks_c {
  margin-top: 20px;
  font-size: 14px;
  line-height: 28px;
}
.slinks_c a {
  color: #000000;
}
.slinks_c a:hover {
  color: #f20000;
}
.slinks_c span {
  padding: 0 8px;
}

/*...........底部开始.............*/
.bottom {
  width: 100%;
  height: 570px;
  background: #f5f5f5;
  overflow: hidden;
  margin-top: 65px;
}
.bottom_c {
  width: 1000px;
  margin: 0 auto;
}
.bottom_c .bnavt {
  font-size: 18px;
}
.bottom_c .mulu {
  width: 245px;
  margin-top: 35px;
  float: left;
}
.bottom_c .bnav {
  display: block;
  font-size: 13px;
  margin-top: 15px;
  line-height: 24px;
  color: #1d1d1d;
}
.bottom_c .bnav a {
  color: #000000;
}
.bottom_c .fangan {
  width: 155px;
  float: left;
  margin-top: 35px;
  float: left;
  margin-left: 100px;
}
.bottom_c .renshii {
  width: 118px;
  margin-top: 35px;
  float: left;
  margin-left: 150px;
}
.bottom_c .xinwen {
  width: 78px;
  margin-top: 35px;
  float: left;
  margin-left: 150px;
}
.bottom_c .suoqu {
  width: 1000px;
  height: auto;
  margin-top: 35px;
}
.bottom_c .suoqu .suoqu_c {
  width: 100%;
  border: 1px solid #cccccc;
  margin-top: 10px;
  border-left: none;
  border-right: none;
  height: 180px;
}
.bottom_c .suoqu .suoqu_c span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #454444;
}
.bottom_c .suoqu .suoqu_c span img {
  float: left;
}
.bottom_c .suoqu .suoqu_c span a {
  float: left;
  color: #000000;
  line-height: 100px;
  font-size: 14px;
  color: #454444;
}
.bottom_c .suoqu .fangshi {
  width: 538px;
  height: auto;
  float: right;
}
.bottom_c .suoqu .fangshi span {
  line-height: 22px;
}
.bottom_c .suoqu .fangshi .fangshi_l {
  width: 420px;
  float: left;
}
.bottom_c .suoqu .fangshi a {
  float: right;
}

.footer {
  width: 100%;
  height: 90px;
  background: #222222;
}
.site {
  width: 185px;
  float: left;
  margin-left: 35px;
  margin-top: 40px;
  color: #ffffff;
}
.site a {
  color: #ffffff;
}
.site span {
  padding: 0 4px;
}
.footer_r {
  float: right;
  margin-right: 80px;
  margin-top: 30px;
  color: #ffffff;
}
.footer_r img {
  float: left;
  margin-right: 8px;
}
.footer_r span {
  float: left;
  margin-top: 10px;
}
.footer_r span a {
  color: #ffffff;
}

/*................产品中心开始..................*/
.bread {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #dddddd;
}
.bread p {
  width: 1000px;
  line-height: 53px;
  margin: 0 auto;
  font-size: 14px;
}
.gaishu {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.gaishu p {
  font-size: 28px;
  margin-top: 25px;
  line-height: 40px;
}
.gaishu span {
  display: block;
  font-size: 20px;
  margin-top: 20px;
}
.fenlei {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 80px;
}
.faa {
  width: 100%;
  border-top: 1px solid #dddddd;
  overflow: hidden;
}
.fenlei .tupian {
  width: 225px;
  float: left;
  margin-top: 30px;
}
.fenlei .fenlei_r {
  width: 740px;
  float: right;
  margin-top: 30px;
}
.fenlei .fenlei_r p {
  font-size: 18px;
}
.fenlei table {
  margin-top: 20px;
}
.fenlei table img {
  float: left;
  margin-top: 3px;
  margin-right: 8px;
}
.fenlei table a {
  float: left;
  color: #000000;
  font-size: 14px;
}
.fenlei table a:hover {
  color: #f20000;
}
.fenlei table tr {
  height: 35px;
}
.fbb {
  width: 100%;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  margin-top: 30px;
}
.fcc {
  width: 100%;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  margin-top: 30px;
}

/*..........产品详情页.........*/
.progaishu {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 25px;
}
.progaishu img {
  float: left;
  display: block;
  width: 258px;
}
.progaishu_r {
  width: 720px;
  float: right;
}
.progaishu_r p {
  font-size: 26px;
  margin-top: 15px;
}
.progaishu_r span p {
  font-size: 14px;
  line-height: 16px;
}
.progaishu_r span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  line-height: 28px;
}

.proliebiao {
  width: 1000px;
  margin: 0 auto;
  margin-top: 25px;
  border-top: 1px solid #dddddd;
}
.page {
  margin: 25px auto;
}
.page a {
  color: #000000;
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  border: 1px solid #cccccc;
  line-height: 29px;
  text-align: center;
}
.page a img {
  padding-top: 6px;
}
.page a.curr {
  background: #fdd9d9;
}
.product {
  width: 100%;
  height: auto;
}
.product li {
  width: 228px;
  height: 360px;
  border: 1px solid #dddddd;
  float: left;
  margin-top: 30px;
}
.product li img {
  display: block;
  width: 170px;
  height: 190px;
  margin: 0 auto;
  margin-top: 25px;
}
.product li p {
  margin-left: 14px;
  line-height: 24px;
  font-size: 14px;
}
.product li p.mingc {
  margin-top: 25px;
}
.product li p.xingh {
  margin-top: 15px;
}
.product li a {
  color: #000000;
}
.product li:hover a {
  color: #f20000;
}
.product li:hover {
  border: 1px solid #f20000;
}
.product li.spacing1 {
  margin-left: 26px;
}
.xiangguan {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}
.xiangguan_t {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  line-height: 45px;
  font-size: 20px;
}
.xpro {
  width: 100%;
  margin-top: 10px;
}
.xpro li {
  width: 180px;
  text-align: center;
  float: left;
  font-size: 14px;
  line-height: 35px;
}
.xpro li div {
  width: 178px;
  height: 180px;
  border: 1px solid #dddddd;
  margin-top: 25px;
}
.xpro img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 150px;
}
.xpro li a {
  color: #000000;
}
.xpro li:hover a {
  color: #f20000;
}
.xpro li:hover div {
  border: 1px solid #f20000;
}
.xpro li.spacing2 {
  margin-left: 24px;
}

/*.............产品详情页第二层............*/
.bread .bread_c {
  width: 1000px;
  margin: 0 auto;
}
.bread_c .ll {
  width: 750px;
  float: left;
}
.bread_c .rr {
  width: 249px;
  float: left;
}
.bread_c .rr a {
  display: block;
  width: 120px;
  margin-top: 10px;
  color: #000000;
  float: left;
  line-hight: 54px;
}
.bread_c .rr a.shang {
  border-right: 1px solid #cccccc;
}
.bread_c .rr a.shang img {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
}
.bread_c .rr a.shang span {
  float: left;
  margin-top: 10px;
}
.bread_c .rr a.xia span {
  padding-left: 15px;
  float: left;
  margin-top: 10px;
}
.bread_c .rr a.xia img {
  float: right;
  margin-top: 5px;
}
.details {
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
.xh {
  width: 115px;
  float: left;
  height: 30px;
}
.xh span {
  display: block;
  float: left;
  width: 8px;
  height: 30px;
  background: #f20000;
}
.xh a {
  display: block;
  width: 107px;
  height: 30px;
  background: #777777;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
}
.details p {
  font-size: 26px;
  float: left;
  line-height: 30px;
}
.pdf {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
.pdf_t {
  width: 1000px;
  margin: 0 auto;
}
.pdf_t a {
  display: block;
  width: 260px;
  height: 26px;
  background: #999999;
  border-radius: 3px;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  font-size: 14px;
}
.pdf_t .cp {
  float: left;
}
.pdf_t .xz {
  float: right;
}
.pdf_c {
  width: 1000px;
  height: 1000px;
  margin: 0 auto;
  overflow-y: auto;
  margin-top: 20px;
  border: 1px solid #cccccc;
  scrollbar-face-color: #fd6464;
}
.cpsm {
  width: 998px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #cccccc;
}
.sm {
  display: block;
  width: 100%;
  height: 38px;
  background: #999999;
  font-size: 18px;
  color: #ffffff;
  line-height: 38px;
}
.smw {
  width: 100%;
  background: #f9faf4;
  padding-bottom: 10px;
  padding-top: 8px;
}
.smw p {
  width: 98%;
  margin: 0 auto;
  line-height: 26px;
  font-size: 14px;
}
.zhi {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 30px;
}
.zhi a {
  display: block;
  width: 49.9%;
  float: left;
  color: #000000;
}
.zhi a.zhi_l img {
  float: left;
}
.zhi a.zhi_l span {
  display: block;
  margin-top: 5px;
}
.zhi a.zhi_r img {
  float: right;
}
.zhi a.zhi_r {
  text-align: right;
}
.zhi a.zhi_r span {
  margin-top: 5px;
  float: right;
}

.dinggou {
  width: 998px;
  height: 269px;
  border: 1px solid #cccccc;
  margin: 0 auto;
  margin-top: 30px;
  background: #fafafa;
}
.dinggou p {
  text-align: center;
  font-size: 24px;
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
}
.dinggou p span {
  font-size: 18px;
  color: #f20000;
}
.dinggou .name {
  width: 288px;
  height: 28px;
  border: 1px solid #cccccc;
}
.tab {
  height: 172px;
  margin: 0 auto;
  margin-top: 42px;
  font-size: 14px;
}
.tab a {
  color: #000000;
}
.yan {
  width: 158px;
  height: 28px;
  border: 1px solid #cccccc;
  float: left;
}
.yimg {
  display: block;
  width: 80px;
  height: 29px;
  border: 1px solid #cccccc;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
.btn4 {
  width: 159px;
  height: 30px;
  background: #f20000;
  text-align: center;
  line-height: 30px;
  border: none;
  color: #ffffff;
}

/*........解决方案...........*/
.sbread {
  width: 1000px;
  margin: 0 auto;
  line-height: 54px;
  font-size: 14px;
}
.slo {
  width: 1000px;
  margin: 0 auto;
}
.solution {
  width: 100%;
}
.solution li {
  width: 485px;
  float: left;
  margin-top: 40px;
}
.solution li .solution_t {
  display: block;
  width: 100%;
  height: 36px;
  background: url(../images/solution_11.gif);
  line-height: 36px;
  color: #ffffff;
  font-size: 16px;
}
.solution li p {
  font-size: 14px;
  line-height: 39px;
}
.solution li .more {
  display: block;
  margin-top: 20px;
}
.solution li .more span {
  float: right;
  font-size: 14px;
  color: #f20000;
  line-height: 20px;
}
.solution li .more:hover span {
  color: #f20000;
}
.solution li .more img {
  float: right;
  margin-top: 4px;
}
.solution li.spacing3 {
  margin-left: 29px;
}

/*............解决方案详情页...........*/
.solution_d {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 15px;
}
.solution_dt {
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}
.solution_pro {
  width: 100%;
  height: auto;
}
.solution_pro li {
  width: 308px;
  height: 462px;
  border: 1px solid #cccccc;
  float: left;
  margin-top: 35px;
}
.solution_pro li a {
  color: #000000;
}
.solution_pro li img {
  display: block;
  margin: 0 auto;
}
.solution_pro li p {
  font-size: 14px;
  line-height: 26px;
  width: 90%;
  margin: 0 auto;
}
.solution_pro li .cpmc {
  margin-top: 20px;
}
.solution_pro li .cpxh {
  margin-top: 8px;
}
.solution_pro li:hover {
  border: 1px solid #f20000;
}
.solution_pro li:hover a {
  color: #f20000;
}
.solution_pro li.spacing4 {
  margin-left: 33px;
}

/*.................新闻中心.................*/
.news {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.xliebiao {
  margin-top: 10px;
}
.xliebiao li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
  margin-top: 25px;
}
.xliebiao li img {
  float: left;
  width: 223px;
  height: 129px;
  border: 1px solid #dddddd;
}
.xliebiao li .li_r {
  width: 756px;
  float: right;
}
.xliebiao li .li_rt {
  width: 100%;
}
.xliebiao li p a {
  float: left;
  color: #000000;
  font-size: 16px;
}
.xliebiao li p a:hover {
  color: #f20000;
}
.xliebiao li span {
  float: right;
}
.xliebiao li .nei {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
}
.xliebiao li .quan {
  width: 100%;
  margin-top: 22px;
}
.xliebiao li .quan a {
  display: block;
  color: #f20000;
  width: 49.9%;
}

/*.................新闻中心详情页.................*/
.news_d {
  width: 1000px;
  margin: 0 auto;
}
.news_dt {
  width: 100%;
  height: 101px;
  border: 1px solid #f20000;
  margin-top: 40px;
  text-align: center;
}
.news_d .news_dt p {
  margin-top: 10px;
  font-size: 26px;
}
.news_d .news_dt span {
  display: block;
  margin-top: 20px;
  font-size: 12px;
}
.news_ds {
  margin-top: 25px;
  font-size: 14px;
  line-height: 28px;
}
.news_d p {
  font-size: 15px;
  line-height: 26px;
}
.news_d div {
  font-size: 15px;
  line-height: 26px;
}
.news_shang1 {
  width: 100%;
  border-top: 1px solid #cccccc;
  margin-top: 45px;
}
.news_shang1 a {
  display: block;
  width: 49.9%;
  float: left;
  margin-top: 20px;
  font-size: 14px;
  color: #000000;
}
.news_shang1 .shang2 img {
  float: left;
}
.news_shang1 .shang2 span {
  float: left;
  margin-left: 8px;
}
.news_shang1 .xia2 img {
  float: right;
}
.news_shang1 .xia2 span {
  float: right;
  margin-right: 8px;
}

/*................关于TAKIGEN..................*/
.about {
  width: 1000px;
  height: auto;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 15px;
  line-height: 24px;
}
.world {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 60px;
  text-align: center;
}
.world p {
  font-size: 26px;
  margin-bottom: 10px;
}
.world span {
  font-weight: bold;
  color: #f20000;
  font-size: 14px;
  line-height: 28px;
}
.world img {
  margin-top: 15px;
}
.renshi {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
}
.renshi p {
  font-size: 26px;
  line-height: 60px;
  text-align: center;
}
.renshi ul {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.renshi ul li {
  width: 495px;
  float: left;
  margin-top: 7px;
}
.renshi ul li a {
  display: block;
  width: 497px;
  line-height: 46px;
  background: url(../images/about_09.jpg);
  color: #000000;
  font-size: 16px;
}
.renshi ul li.spacing5 {
  margin-left: 6px;
}

/*..................发展历程..................*/
.history {
  width: 1000px;
  height: auto;
  border-top: 1px solid #cccccc;
  margin: 0 auto;
  margin-top: 45px;
}
.tab1 {
  margin-top: 1px;
  font-size: 14px;
  margin-top: 45px;
  line-height: 28px;
}

/*..................产品策略..................*/
.celue {
  width: 562px;
  margin: 0 auto;
  margin-top: 25px;
}
.celue p {
  font-size: 26px;
  text-align: center;
}
.celue img {
  display: block;
  margin: 0 auto;
}

/*..................应用领域..................*/
.lingyu {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 45px;
  color: #ffffff;
}
.lingyu p {
  font-size: 24px;
  margin-bottom: 20px;
}
.lingyu span {
  font-size: 16px;
  line-height: 30px;
}

/*..................环境方针.................*/
.yuanze {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 15px;
}
.yuanze p {
  font-size: 18px;
}
.yuanze span {
  display: block;
  line-height: 26px;
  font-size: 14px;
  margin-top: 12px;
}
.zhengce {
  width: 1000px;
  margin: 0 auto;
  margin-top: 35px;
}
.zhengce span {
  display: block;
  width: 1000px;
  height: 30px;
  font-size: 18px;
  color: #f20000;
  border-bottom: 1px dotted #565656;
}
.zhengce p {
  font-size: 14px;
  line-height: 30px;
  margin-top: 10px;
}
.zhengce .zr {
  text-align: right;
}
.zhengce p img {
  float: left;
  margin-right: 10px;
}
.zhengce div {
  width: 49.9%;
  float: left;
  margin-top: 15px;
  font-size: 14px;
  line-height: 28px;
}

/*..........联系我们..........*/
.contact {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 35px;
}
.map {
  width: 100%;
  margin-top: 20px;
}
.map #allmap {
  width: 100%;
  height: 370px;
  /* background-color: lightgreen; */
}
/*.........在线询价..........*/
.msg {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}
.msg p {
  font-size: 28px;
}
.msg span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
}
.msg .online {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 45px;
  border-bottom: 1px dotted #565656;
  padding-bottom: 8px;
}
.msg .online b {
  font-size: 24px;
  color: #f20000;
  font-weight: normal;
}
.tab2 {
  margin: 0 auto;
  margin-top: 15px;
  height: 480px;
  font-size: 14px;
}
.tab2 .xj {
  width: 560px;
  height: 28px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #cccccc;
  outline: none;
}
.tab2 .textarea {
  width: 560px;
  height: 110px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #cccccc;
  outline: none;
}
.tab2 .xj1 {
  width: 150px;
  height: 28px;
  border-radius: 3px;
  background: #f2f2f2;
  border: 1px solid #cccccc;
  outline: none;
  float: left;
}
.tab2 .xjyan {
  display: block;
  float: left;
  margin: 0 5px;
  width: 100px;
  height: 30px;
  border: 1px solid #cccccc;
}
.tab2 .hy {
  float: left;
  font-size: 12px;
  color: #000000;
  line-height: 28px;
}
.tab2 b {
  float: left;
  line-height: 28px;
  color: #f20000;
  font-weight: normal;
  margin-left: 68px;
}
.tab2 .btn5 {
  width: 95px;
  height: 40px;
  background: #f20000;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: '微软雅黑';
  color: #ffffff;
  letter-spacing: 3px;
}

/*.................客户案例..................*/
.case {
  width: 1000px;
  margin: 0 auto;
  margin-top: 15px;
}
.case_c {
  width: 100%;
}
.case_c li {
  width: 300px;
  float: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.case_c li div {
  width: 298px;
  height: 298px;
  text-align: center;
  border: 1px solid #dddddd;
}
.case_c li div img {
  margin-top: 20px;
}
.case_c li:hover div {
  border: 1px solid #f20000;
}
.case_c li:hover {
  color: #f20000;
}
.case_c li.spacing6 {
  margin-left: 48px;
}

.guanglong {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
}

.tanchu {
  width: 500px;
  height: 320px;
  background: #ffffff;
  position: fixed;
  left: 470px;
  top: 200px;
  font-family: '微软雅黑';
  display: none;
  z-index: 9999999;
}
.tanchu p {
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  margin-top: 15px;
}
.tanchu table {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 14px;
}
.tanchu table .tan {
  width: 245px;
  height: 28px;
  border: 1px solid #dddddd;
  outline: none;
}
.tanchu table textarea {
  width: 245px;
  height: 48px;
  border: 1px solid #dddddd;
  outline: none;
}
.tanchu table .button {
  width: 90px;
  color: #ffffff;
  height: 30px;
  background: #c33;
  border: none;
  border-radius: 4px;
}
.guanbi {
  position: absolute;
  right: 0;
}
.gonggao {
  width: 1365px;
  height: 495px;
  background: url(../images/gg_02.png);
  margin: 0 auto;
  position: relative;
  display: none;
  top: 0px;
}
.gonggao p.biaoti {
  width: 100%;
  text-align: center;
  font-size: 28px;
  padding-top: 50px;
}
.gonggao p {
  font-size: 16px;
  width: 92%;
  margin: 0 auto;
  line-height: 30px;
}
.mingzi {
  width: 130px;
  height: 28px;
  border: 1px solid #ff2200;
  border-radius: 5px;
}
.mi {
  width: 80px;
  height: 28px;
  border: 1px solid #ff2200;
  border-radius: 5px;
  float: left;
}
.yzm {
  width: 75px;
  height: 28px;
  float: left;
  margin-left: 10px;
}
.btn6 {
  width: 80px;
  height: 28px;
  color: #fff;
  font-family: '微软雅黑';
  background: #ff2200;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  letter-spacing: 4px;
}
.btn7 {
  position: absolute;
  right: 30px;
  top: 5px;
  z-index: 88;
}
.yin {
  display: none;
}

@media only screen and (max-width: 768px) {
  .contact,
  .fenlei,
  .gaishu {
    max-width: 100%;
    padding: 0 15px;
    width: auto;
  }
}
