﻿@charset "utf-8";
#hearder {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#content {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#footer {
  color: #FDFDFD;
  width:100%;
  min-height:150px;
  padding-top:150px;
  background:#000 url(../img/foot-bg.jpg) no-repeat center bottom;
}
/*top*/
.w1200 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}
.w590 {
  width: 570px;
  padding: 13px;
  display: inline-block;
}
.w210 {
  width: 210px;
}
.top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #313338;
}
.top, .top a {
  color: #FFF;
}
.top .fr {
  width: auto;
  height: 40px;
}
.top .fr a {
  display: inline-block;
  padding: 0 10px;
}
.logo {
  width: 270px;
  height: 90px;
  background: url(../img/logo.png) no-repeat left bottom;
  padding-top: 11px;
  margin-bottom: 14px;
}
.logo:before {
  border-right: 16px solid transparent;
  border-bottom: 8px solid #d33a3c;
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  z-index: 99;
}
.logo:after {
  border-left: 16px solid #d33a3c;
  border-bottom: 8px solid transparent;
  content: "";
  position: absolute;
  right: -16px;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  z-index: 99;
}
.logo a {
  display: block;
  width: 270px;
  height: 90px;
  text-indent: -9999px;
}
.menu {
  width: 800px;
  height: 110px;
}
.menu ul {
  width: 100%;
  margin: 0 auto;
}
.menu ul li {
  width: 100px;
  height: 110px;
  float: left;
}
.menu ul li a {
  display: block;
  width: 95px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-top: 5px solid #FFF;
}
.menu ul .currclass a, .menu ul li a:hover {
  color: #e40000;
}
.menu ul .currclass a {
  border-top: 5px solid #e40000;
}
.menu a:hover {
  text-decoration: none;
}
/* banner */
.banner{
  width:100%;
}
.banner-sy{
  height:500px;
  background:url(../img/banner.jpg) no-repeat center 0;
}
.banner-ny{
  height:370px;
  background:url(../img/banner-ny.jpg) no-repeat center 0;
}
.banner .w1200{
  position:relative;
  height: 100%;
}
.banner .down{
  width:500px;
  max-height:400px;
  position:absolute;
  z-index:5;
  text-align:center;
  color:#FFF;
}
.banner-sy .down{
  right:44px;
  top:55px;
}
.banner-ny .down{
  right:53px;
  top:35px;
}
.banner .down h3{
  padding:30px 10px 10px;
  font-size:36px;
  font-weight:normal;
}
.banner .down li{
  padding:5px;
}
.banner-ny .down ul{
  overflow:hidden;
  padding: 0 30px;
}
.banner-ny .down li{
  padding:13px 0;
  float:left;
  width:50%;
}
.banner .down li strong{
  display:block;
  font-weight:normal;
}
.banner .down li a{
  color:#FFF;
}
.banner .down .price{
  color:#FD0004;
  font-weight:bold; 
}
.banner .down span{
  color:#CCC;
}
.banner .flash {
  position: absolute;
  left: 0;
  top: 135px;
  z-index:2
}
.banner-sy .flash {
  top: 135px;
}
.banner-ny .flash {
  top: 75px;
}
.banner-sy strong {
  font-size:18px;
}
.banner-ny strong {
  font-size:14px;
}

/*btn*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #00aeef;
  border-color: #009bd6;
  box-shadow: none;
}
/*content*/
.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.title {
  width: 612px;
  height: 80px;
  color: black;
  font-size: 38px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 2px;
  line-height: 80px;
  background-size: 100% 100%;
  font-weight: 300;
}
.title strong {
  position: relative;
  z-index:2;
  font-weight:normal;
}
.title p {
  margin: 0px 260px;
  height: 2px;
  background-color: #999;
}
.title .bg {
  font-size: 72px;
  color: #f7f8fb;
  position: relative;
  font-weight: bold;
  top: -108px;
  z-index: -1;
}
.title .bg2 {
  font-size: 72px;
  color: #dcdcde;
  position: relative;
  font-weight: bold;
  top: -108px;
}
/*about-number*/
.about-number .col {
  display: inline-block;
  padding: 50px 0;
  text-align: center;
  width:220px;
}
.about-number .con2{
  margin:0 265px;
}
.about-number .col:hover h2 {
  -webkit-transform: scale(1.1) translateY(-20px);
  transform: scale(1.1) translateY(-20px);
  -moz-transform: scale(1.1) translateY(-20px);
}
.about-number h2 {
  position: relative;
  transition: all ease .8s;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
}
.about-number p {
  color: #646464;
  font-size: 24px;
  margin-top: 40px;
}
.mt100 {
  margin-top: 100px;
}
/*fangfa*/
.fangfa{
  width:100%;
  height:125px;
  padding:12px 0;
  background:#21202f;
}
.fangfa h2{
  display:block;
  background:url(../img/fangfa.png) no-repeat;
  width:52px;
  height:124px;
  margin-left:15px;
  margin-right:35px;
  float:left;
  text-indent:-9999px;
}
.fangfa p{
  color:#76819c;
  font-size:16px;
  line-height:30px;
  float:left;
  padding: 5px 0 10px 0;
}
.fangfa ul{
  float:left;
}
.fangfa ul li{
  width:170px;
  height:35px;
  background:url(../img/ico.png) no-repeat;
  padding-right:50px;
  float:left;
}
.fangfa ul li span{
  display:block;
  width:170px;
  height:35px;
  line-height:35px;
  text-align:center;
  font-size:18px;
  color:#21202f;
  background:url(../img/btn1.png) no-repeat;
}
/*product*/
.product .title {
  padding: 0;
}
.product-list {
  /*height: 380px;*/
  /*padding: 0 15px;*/
  text-align: justify;
}
.product-list .image-center {
  position: relative;
  float: left;
  margin: 30px 42px;
  width: 214px;
  height: 100%;
  background: #fff;
}
.product-list .image-center img {
  width: 214px;
}
.cp-tit {
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.product-list .image-center .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-box-shadow: 2px 2px 5px #ccc;
  -webkit-box-shadow: 2px 2px 5px #ccc;
  box-shadow: 2px 2px 5px #ccc;
}
.product-list .image-center .info .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  background: #333;
  opacity: .9;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .8s;
}
.product-list .image-center .info .title {
  position: absolute;
  top: 180px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  z-index: 30;
}
.product-list .image-center:hover .bg {
  -webkit-transform: scale(8.7, 8.7);
  -moz-transform: scale(8.7, 8.7);
  transform: scale(8.7, 8.7);
}
.product-list .image-center.product-1 .bg, .product-list .image-center.product-5 .bg {
  background: #6bddd7;
}
.product-list .image-center.product-2 .bg, .product-list .image-center.product-6 .bg {
  background: #56de7f;
}
.product-list .image-center.product-3 .bg, .product-list .image-center.product-7 .bg {
  background: #0087fa;
}
.product-list .image-center.product-4 .bg, .product-list .image-center.product-8 .bg {
  background: #fcc300;
}
.feature-list {
  margin-top: 50px;
}
.feature-list .item {
  position: relative;
  text-align: center;
}
.feature-list .item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 100px;
  background: #ff6d01;
}
.feature-list .item h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #353535;
}
.feature-list .item p {
  margin-top: 15px;
  font-size: 14px;
  color: #888;
}
.product-list .info .tit {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  z-index: 30;
}
/*advantage*/
.advantage {
  background: url(../img/chuanqi.png) no-repeat 55% bottom;
  height: 530px;
}
.indexCont {
  color: #444;
}
.indexCont .usBest{
  position:relative;
  padding-top:30px;
}
.indexCont .usBest li {
  margin: 35px 0;
  width: 420px;
}
.indexCont .usBest li.fl{
  padding-right: 180px;
}
.indexCont .usBest li.fr{
  padding-left: 180px;
}
.indexCont .usBest li div{
  padding: 8px 0 0 110px;
}
.indexCont .usBest li:hover strong {
  padding-left: 15px;
}
.indexCont .absolute {
  position: absolute;
}
.indexCont .usBest li:nth-of-type(2) span {
  background: url(../img/indexImg2.png) no-repeat;
}
.indexCont .usBest li:nth-of-type(3) span {
  background: url(../img/indexImg3.png) no-repeat;
}
.indexCont .usBest li:nth-of-type(4) span {
  background: url(../img/indexImg4.png) no-repeat;
}
.indexCont .usBest span {
  width: 132px;
  height: 132px;
  background: url(../img/indexImg1.png) no-repeat;
}
.indexCont .usBest strong {
  font-size: 24px;
  color: #555;
  padding: 16px 0 20px;
  transition: all 0.25s ease-in-out;
}
.indexCont .usBest p {
  font-size: 14px;
  color: #8b95a6;
  line-height: 22px;
  padding-top:8px;
}
.indexCont>li:nth-of-type(2) {
  background: #f8f8f8;
}
/*news*/
.news-box{
  position:relative;
  z-index:3;
  margin-top:10px;
}
.news-list-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 24px;
  border-left: 5px solid #ff0000;
  padding-left: 10px;
}
.news-list {
  width: 340px;
  padding: 20px 10px;
  float: left;
}
.news-list-cont {
  /*min-height:290px;*/
  padding-top: 10px;
  border-top: 1px solid #d9d9d9;
}
.news-list-cont li {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #999;
  padding-left:10px;
  background:url(../images/ico_6.gif) no-repeat 0 center;
}
.news-list-cont a {
  max-width: 280px;
  height: 35px;
  overflow: hidden;
  display: inline-block;
}
.news-list-cont span {
  float: right;
}
/*news1*/
.big {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}
.index-info h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 0px;
}
/* left */
.left {
  width: 280px;
  height: auto;
  overflow: hidden;
  float: left;
  padding-bottom: 100px;
}
/* right */
.right {
  width: 900px;
  height: auto;
  overflow: hidden;
  float: right;
  padding-bottom: 100px;
}
/*foot*/
.copyRight {
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}
.copyRight, .copyRight a ,.yqlink,.yqlink a{
  color: #666;
}
.copyRight a:hover,.yqlink a:hover{
  color:#eee;
}
.yqlink {
  padding-top:15px;
}
.yqlink a{
  padding:0 10px;
}

/*新闻导航*/
.exploit-nav {
  padding-bottom:30px;
}
.exploit-nav ul {
  text-align: center;
}
.exploit-nav li {
  width: 270px;
  text-align: center;
  line-height: 58px;
  display: inline-block;
  margin: 0 100px;
}
.exploit-nav li a {
  display: inline-block;
  padding: 0 60px;
  border-radius: 50px;
  border: 1px solid #e3e3e3;
  font-size: 22px;
  color: #2d2d2d;
  transition: all 0.3s;
}
.exploit-nav li.curr a {
  color: #fff;
  background: #4792fa;
}
.exploit-nav li.currclass a, .exploit-nav li a:hover {
  color: #fff;
  background: #4792fa;
  border: 1px solid #4792fa;
  box-shadow: 0 0 50px rgba(71,146,250,.8);
}

.wzlm, .wzsy, .wznr, .wzky {
  line-height: 250%;
  min-height: 200px;
}
.wzsy {
  font-size: 16px;
}
.text_content{
  min-height:200px;
}
/*downlist*/
.downlist{
  padding-bottom:50px;
}
.downlist li{
  border-bottom:1px solid #ccc;
  overflow:hidden;
  padding:20px 0;
}
.down-title{
  width:250px;
}
.down-title a,.down-title h3{
  font-size:16px;
  display:inline-block;
}
.downlist .down-new h3{
  padding-right:30px;
  background:url(../img/icon_new.gif) no-repeat right 0; 
}
.down-title h3{
  padding-bottom:3px;
}
.down-title p{
  padding:3px 0;
}
.down-intro{
  width:600px;
  padding:0 25px;
  line-height:26px;
}
.down-intro a{
  color:#666;
}
.down-btn {
  text-align: right;
  min-width:250px;
  padding: 15px 0;
}
.down-btn a {
  background-color: #EB3A3A;
  /*border: 1px solid #EB3A3A;*/
  color: #FFF;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  border: 1px solid #B81212;
  margin-right: 5px;
  margin-left: 5px;
  height: 30px;
  border-radius:30px;
}
.down-btn a:hover {
  background-color: #d62121;
  color: #FF0;
}
#down-btn{
  text-align: center;
}

#floatDivBoxs{width:158px;background:#fff;position:fixed;top:155px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{text-align:center;width:100%;height:45px;line-height:45px; background:#EC774B;color:#fff;font-size:18px;position:relative;box-shadow:-2px 0 3px 
rgba(0,0,0,0.25);}
#floatDivBoxs .floatDtt1{text-align:center;width:100%;height:35px;line-height:35px; background:#3BB0D1;color:#fff;font-size:18px;position:relative;box-shadow:-2px 0 3px 
rgba(0,0,0,0.25);}
#floatDivBoxs .floatDqq li{text-align:center;height:55px;line-height:25px;font-size:15px;}
.floatShadow{ background:#fff;box-shadow:-2px 0 13px rgba(0,0,0,0.25);}
#floatDivBoxs .floatDqq a{font-family:'Microsoft YaHei',SimHei;color:#424242;text-decoration: none;}
#floatDivBoxs .floatDqq a:hover{font-family:'Microsoft YaHei',SimHei;text-decoration:none;color:#3BB0D1;}
#floatDivBoxs .floatDqq a:active, a:focus{outline:none}
/*@media screen and (max-width: 1280px) {
#MyContent {
  font-size:20px;
  line-height:2.5em;
}
#content{
  min-height:800px;
  height:100%;
}
}*/