a{
  cursor: pointer;
}
.top {
  position: relative;
  height: 124px;
}
.top .wrap {
  position: relative;
}
.top .logo {
  float: left;
  margin-top: 54px;
  width: 263px;
  height: 35px;
}
.top .nav {
  float: right;
  margin-top: 76px;
  height: 100px;
}
.top .nav li {
  float: left;
  margin-left: 56px;
  height: 100%;
  position: relative;
}
.top .nav li:hover dl {
  display: block;
}
.top .nav li a {
  font-size: 15px;
  color: #333333;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.top .nav li a:hover {
  color: #95b7e1;
}
.top .nav li a:hover:after {
  display: block;
  opacity: 1;
}
.top .nav .chufa:after {
  content: "";
  position: absolute;
  width: 73px;
  height: 6px;
  background: url(../imgaes/w5.png) no-repeat center;
  top: 42px;
  left: 50%;
  margin-left: -36px;
  display: none;
}
.top .nav .first a{
  color: #95b7e1;
}
.top .nav .first:after{
  content: "";
  position: absolute;
  width: 73px;
  height: 6px;
  background: url(../imgaes/w5.png) no-repeat center;
  top: 42px;
  left: 50%;
  margin-left: -36px;
  display: block;
}
.top .nav li dl {
  display: none;
  position: absolute;
  padding-top: 28px;
  width: 1000px;
  top: 48px;
  text-align: center;
  margin-left: -78px;
  z-index: 4;
}
.top .nav li dl dt {
  float: left;
  margin: 0 23px;
}
.top .nav li dl dt span {
  display: block;
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.top .nav li dl dt b {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #666666;
}
/*.top .nav li dl .d1 span {
  background: #95b7e1 url(../imgaes/w1.png) no-repeat center;
}
.top .nav li dl .d2 span {
  background: #95b7e1 url(../imgaes/w2.png) no-repeat center;
}
.top .nav li dl .d3 span {
  background: #95b7e1 url(../imgaes/w3.png) no-repeat center;
}
.top .nav li dl .d4 span {
  background: #95b7e1 url(../imgaes/w4.png) no-repeat center;
}*/
.top .form form {
  position: absolute;
  top: 20px;
  right: 138px;
  width: 182px;
  height: 28px;
  background: url(../imgaes/search.png) no-repeat center;
}
.top .form form input[type="text"] {
  float: left;
  width: 128px;
  line-height: 28px;
  padding-left: 30px;
  font-size: 14px;
  color: #000;
}
.top .form form input[type="submit"] {
  float: left;
  width: 24px;
  height: 28px;
}
.top .form .a1 {
  position: absolute;
  top: 28px;
  right: 60px;
  font-size: 12px;
  color: #666666;
}
.top .form .a1:before {
  content: "";
  display: inline-block;
  background: url(../imgaes/q1.jpg) no-repeat center;
  width: 22px;
  height: 14px;
  margin-right: 6px;
  vertical-align: top;
}
.top .form .a2 {
  position: absolute;
  top: 28px;
  right: 0;
  font-size: 12px;
  color: #666666;
}
.top .form .a2:before {
  content: "";
  display: inline-block;
  background: url(../imgaes/q2.jpg) no-repeat center;
  width: 22px;
  height: 14px;
  margin-right: 6px;
  vertical-align: top;
}
.h {
  position: fixed;
  width: 100%;
  top: 124px;
  left: 0;
  height: 180px;
  background-color: #fff;
  opacity: 0.8;
  z-index: 2;
  display: none;
}
.banner {
  position: relative;
}
.banner .bd li {
  height: 610px;
  background: no-repeat center;
}
.banner .hd {
  position: absolute;
  text-align: center;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.banner .hd ul {
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.banner .hd ul li {
  float: left;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: url(../imgaes/ball.png) no-repeat center;
  margin: 0 10px;
}
.banner .hd ul .on {
  background-image: url(../imgaes/ballX.png);
}
.m1 {
  background-color: #f8f8f8;
  padding-top: 50px;
}
.m1 .wrap .p1 span {
  float: left;
  font-size: 28px;
  color: #333333;
}
.m1 .wrap .p1 a {
  float: right;
  font-size: 14px;
  color: #666666;
}
.m1 .wrap ul {
  margin-top: 30px;
}
.m1 .wrap ul li {
  float: left;
  width: 346px;
  height: 250px;
  margin-right: 31px;
  margin-bottom: 32px;
  background: no-repeat center;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.m1 .wrap ul li:hover span {
  bottom: -44px;
}
.m1 .wrap ul li:hover b {
  top: 0;
}
.m1 .wrap ul li span {
  position: absolute;
  width: 100%;
  font-size: 16px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  color: #fff;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.m1 .wrap ul li b {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 190, 228, 0.8);
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.m1 .wrap ul li b a {
  display: block;
  font-size: 18px;
  color: #fff;
  margin: 115px auto 0;
  text-align: center;
}
.m2 {
  height: 406px;
  background: url(../imgaes/bg.jpg) no-repeat center;
  padding-top: 64px;
}
.m2 .p1 span {
  float: left;
  font-size: 28px;
  color: #fff;
}
.m2 .p1 a {
  float: right;
  font-size: 14px;
  color: #fff;
}
.m2 ul {
  margin-top: 30px;
}
.m2 ul li {
  float: left;
  height: 310px;
  width: 185px;
  text-align: center;
  
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: relative;
}
.m2 ul li b {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.m2 ul li span {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 48px;
  left: 0;
  text-align: center;
}
.m2 ul li i {
  position: absolute;
  width: 24px;
  height: 1px;
  top: 100px;
  left: 50%;
  background-color: #fff;
  margin-left: -12px;
}
.m2 ul li a {
  position: absolute;
  width: 112px;
  height: 36px;
  line-height: 36px;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  bottom: 36px;
  left: 50%;
  margin-left: -56px;
}
.m2 ul .on {
  width: 360px;
}
.m2 ul .on b {
  height: 0%;
}
.m3 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 56px;
  background-color: #f8f8f8;
}
.m3 .p1 span {
  float: left;
  font-size: 28px;
  color: #000;
}
.m3 .p1 a {
  float: right;
  font-size: 14px;
  color: #666666;
}
.m3 .banner2 {
  position: relative;
  margin-top: 30px;
}
.m3 .banner2 li {
  float: left;
  margin-right: 32px;
}
.m3 .banner2 li span {
  width: 198px;
  height: 258px;
  
  background-size: 186px 256px;
  display: block;
  padding: 26px;
}
.m3 .banner2 li b {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
  color: #333333;
}
.m3 .banner2 .prev {
  position: absolute;
  top: 44%;
  margin-top: -30px;
  left: -70px;
  width: 30px;
  height: 60px;
  background: url(../imgaes/prev.png) no-repeat;
}
.m3 .banner2 .prev:hover {
  background-image: url(../imgaes/prevx.png);
}
.m3 .banner2 .next {
  position: absolute;
  width: 30px;
  height: 60px;
  top: 44%;
  margin-top: -30px;
  right: -60px;
  background: url(../imgaes/next.png) no-repeat;
}
.m3 .banner2 .next:hover {
  background-image: url(../imgaes/nextx.png);
}
.m4 {
  padding-top: 50px;
}
.m4 .p1 span {
  float: left;
  font-size: 28px;
  color: #000;
}
.m4 .p1 a {
  float: right;
  font-size: 14px;
  color: #666666;
}
.new {
  margin-top: 30px;
  padding-bottom: 80px;
}
.new .n1 {
  float: left;
  width: 345px;
  margin-right: 32px;
}
.new .n1 img{
  
  width: 345px;
  height: 219px;
}
.new .n1 .n1-inner {
  padding: 26px 20px 25px 20px;
  border: 1px solid #cdcdcd;
  border-top: none;
  height:231px;
}
.new .n1 .n1-inner .p1 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.new .n1 .n1-inner .e1 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 10px;
}
.new .n1 .n1-inner .p2 {
  font-size: 14px;
  color: #999999;
  line-height: 1.7;
  margin-bottom: 20px;
  min-height: 100px;
}
.new .n1 .n1-inner .p3 {
  height: 1px;
  background-color: #dedede;
  margin-bottom: 24px;
}
.new .n1 .n1-inner a {
  font-size: 12px;
  color: #95b7e1;
}
.new .n3 {
  float: left;
  padding: 0 18px;
  border: 1px solid #DEDEDE;
  width: 308px;
  height: 500px;
}
.new .n3 dl {
  padding-bottom: 28px;
  border-bottom: 1px solid #dedede;
  padding-top: 28px;
}
.new .n3 dl dt {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.new .n3 dl dd {
  font-size: 14px;
  color: #999999;
  margin-bottom: 30px;
  min-height: 15px;
}
.new .n3 dl a {
  color: #95b7e1;
  font-size: 14px;
  display: block;
}
.footer {
  background-color: #305d92;
}
.footer .wrap {
  position: relative;
  padding-top: 48px;
  padding-left: 278px;
  width: 855px;
}
.footer .wrap .logox {
  position: absolute;
  top: 50px;
  left: 0;
  width: 221px;
  height: 51px;
  background: url(../imgaes/logox.png);
}
.footer .wrap ul {
  float: left;
  margin-right: 81px;
}
.footer .wrap ul li {
  margin-bottom: 28px;
}
.footer .wrap ul li p {
  color: #fff;
  font-size: 15px;
}
.footer .wrap ul li a {
  color: #b0bdcf;
  font-size: 13px;
}
.footer .wrap ul li a:hover {
  color: #fff;
}
.footer2 {
  background-color: #25548c;
}
.footer2 .wrap .p1 {
  float: left;
  text-align: left;
  font-size: 13px;
  color: #ffffff;
  line-height: 64px;
}
.footer2 .wrap .u1 {
  float: right;
  margin-top: 14px;
}
.footer2 .wrap .u1 li {
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 14px;
}
.footer2 .wrap .u1 li a {
  display: block;
  height: 100%;
  background: #1d4473 url(../imgaes/w6.png) no-repeat center;
  border-radius: 50%;
}
.footer2 .wrap .u1 li .a2 {
  background-image: url(../imgaes/w7.png);
}
.footer2 .wrap .u1 li .a3 {
  background-image: url(../imgaes/w8.png);
}
.footer2 .wrap .u1 li .a4 {
  background-image: url(../imgaes/w9.png);
}
/********产品中心*******/
.product {
  
  height: 260px;
}
.product .p1 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding-top: 94px;
  margin-bottom: 28px;
}
.product .p1-c {
  padding-top: 116px;
}
.product .p2 {
  text-align: center;
}
.product .p2 a {
  font-size: 12px;
  color: #fff;
}
.product .p2 span {
  color: #fff;
  margin: 0 4px;
}
.product .p2 .on {
  color: #95b7e1;
}
.q1 {
  background-color: #f1f1f1;
  height: 40px;
}
.q1 .p2 {
  float: right;
  margin-top: 14px;
}
.q1 .p2 em,
.q1 .p2 a,
.q1 .p2 span {
  font-size: 12;
  color: #666666;
}
.q1 .p2 .on {
  color: #b0c7e5;
}
.q1 .p2 span {
  margin: 0 4px;
}
/********产品中心结束*******/
/********产品中心-列表结束*******/
.q2 {
  height: 485px;
}
.q2 .wrap {
  
  height: 100%;
}
.q3 {
  height: 485px;
  background-color: #f7f7f7;
}
.q3 .wrap {
  
  height: 100%;
}
.q3 .commonDl {
  margin-right: 24px;
}
.q4 {
  height: 744px;
}
.q4 .wrap {
  background: url(../imgaes/q11.jpg) no-repeat 594px center;
  height: 100%;
}
.commonDl {
  padding-top: 71px;
  padding-left: 115px;
}
.commonDl dt {
  font-size: 34px;
  color: #131313;
}
.commonDl dd .px {
  width: 42px;
  height: 2px;
  background-color: #95b7e1;
  margin: 40px 0 40px 0;
}
.commonDl dd .p1 {
  font-size: 14px;
  color: #333333;
  padding-bottom: 16px;
}
.commonDl dd a {
  display: block;
  width: 112px;
  height: 34px;
  line-height: 34px;
  background-color: #95b7e1;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 14px;
}
/********产品中心-列表结束*******/
/********产品中心-详情*******/
.product-xx {
  background: url(../imgaes/banner3.jpg) no-repeat center;
  height: 767px;
}
.product-xx .wrap {
  position: relative;
}
.product-xx .wrap .vedio {
  position: absolute;
  width: 646px;
  height: 364px;
  /*background: url(../imgaes/banner3x.jpg) no-repeat center;*/
  top: 148px;
  left: 50%;
  margin-left: -325px;
}
.q5 {
  height: 570px;
}
.q5 .wrap {
  
  height: 100%;
}
.q5 .pa {
  margin-top: 106px;
  padding: 60px 52px 48px 52px;
  background-color: #f5f5f5;
  margin-right: 70px;
}
.q6 {
  background-color: #f6f6f6;
  padding-top: 38px;
}
.q6 .wrap ul {
  background-color: #e6e6e6;
}
.q6 .wrap ul li {
  float: left;
  line-height: 76px;
  text-align: center;
  width: 168px;
  font-size: 18px;
  color: #000;
  border-top: 4px solid #e6e6e6;
}
.q6 .wrap ul .on {
  background-color: #fff;
  border-color: #95b7e1;
  color: #95b7e1;
}
.q6 .wrap dl {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.q6 .wrap dl dt {
  overflow: hidden;
  line-height: 3;
  margin-bottom: 40px;
}
.q6 .wrap dl dt .d1 {
  float: left;
  width: 276px;
  font-size: 16px;
  color: #333333;
  padding-left: 46px;
}
.q6 .wrap dl dt .d2 {
  float: right;
  width: 778px;
  font-size: 16px;
  color: #666666;
}
.q6 .wrap dl dt .d2 p {
  margin-bottom: 10px;
}
.q6 .wrap .title {
  text-align: center;
  font-size: 30px;
  color: #333333;
  padding-top: 60px;
}
.q6 .wrap .trade {
  text-align: right;
  padding-top: 14px;
  font-size: 12px;
  color: #666666;
}
.q6 .wrap .trade span {
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url(../imgaes/trade.jpg) no-repeat center;
  margin-right: 6px;
}
/********产品中心-详细结束*******/
/********公司资质开始*******/
.w1 {
  height: 74px;
  line-height: 74px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
.w1 .x li {
  width: auto;
  padding: 0 10px;
}
.w1 li {
  display: inline-block;
  width: 86px;
  margin: 0 28px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.w1 li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.w1 .on {
  color: #95b7e1;
}
.w1 .on:after {
  background-color: #95b7e1;
}
.w2 {
  background-color: #f2f2f2;
  padding-top: 60px;
}
.w2 ul {
  display: none;
}
.w2 ul li {
  float: left;
  margin-bottom: 50px;
  margin-right: 34px;
}
.w2 ul li span {
  display: block;
  padding: 28px 30px;
  width: 186px;
  height: 254px;
  
}
.w2 ul li b {
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #666666;
}
.br li {
  border: 1px solid #e5e5e5;
}
.page {
  text-align: center;
  background-color: #f2f2f2;
  padding-bottom: 110px;
  padding-top: 20px;
}
.page li {
  display: inline-block;
  background-color: #fff;
  margin: 0 5px;
}
.page li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  color: #666666;
}
.page .on {
  background-color: #95b7e1;
}
.page .on a {
  color: #fff;
}
/********公司资质结束*******/
/********关于我们开始*******/
.w3 {
  padding-bottom: 56px;
}
.w3 .wrap {
  
}
.w3 .wrap .pti {
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 28px;
  color: #333333;
}
.w3 .wrap img {
  margin-bottom: 30px;
}
.w3 .wrap .px {
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 26px;
}
/********关于我们结束*******/
/********解决方案开始*******/
.w4 .wrap {
  padding-top: 60px;
  padding-bottom: 50px;
}
.w4 .wrap ul li {
  float: left;
  margin-right: 24px;
  margin-bottom: 40px;
}
.w4 .wrap ul li:hover a span {
  color: #95b7e1;
}
.w4 .wrap ul li a {
  display: block;
}
.w4 .wrap ul li a b {
  display: block;
  
  width: 350px;
  height: 230px;
}
.w4 .wrap ul li a span {
  display: block;
  line-height: 56px;
  border: 1px solid #e6e6e6;
  border-top: none;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
/********解决方案结束*******/
/********解决方案详情页开始*******/
.w5 .title {
  font-size: 30px;
  color: #333333;
  text-align: center;
  padding-top: 68px;
  padding-bottom: 40px;
}
.inner {
  line-height: 60px;
  background-color: #f6f6f6;
  text-align: center;
}
.inner span {
  font-size: 14px;
  color: #999999;
  margin-left: 40px;
  vertical-align: middle;
}
.inner ul {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.inner ul li {
  float: left;
  margin-left: -11px;
}
.inner ul li a {
  display: block;
  width: 28px;
  height: 28px;
  background: no-repeat center;
}
.inner ul li .a1 {
  background-image: url(../imgaes/t1.jpg);
}
.inner ul li .a2 {
  background-image: url(../imgaes/t2.jpg);
}
.inner ul li .a3 {
  background-image: url(../imgaes/t3.jpg);
}
.inner ul li .a4 {
  background-image: url(../imgaes/t4.jpg);
}
.fa-main {
  padding: 50px 0 50px 0;
  border-bottom: 1px solid #cdcdcd;
}
.fa-main .img {
  width: 823px;
  height: 549px;
  
  display: block;
  margin: 0 auto 50px;
}
.fa-main .p1 {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 25px;
  text-indent: 30px;
}
.np {
  padding-top: 24px;
  padding-bottom: 70px;
}
.np dt {
  float: left;
}
.np dt p {
  margin-bottom: 14px;
}
.np dt p span {
  font-size: 14px;
  color: #666666;
}
.np dt p a {
  font-size: 14px;
  color: #666666;
}
.np dd {
  float: right;
  font-size: 14px;
  color: #666666;
}
/********解决方案详情页结束*******/
/********联系我们开始*******/
.w6 {
/*  position: relative;
  height: 780px;
  background: url(../imgaes/map.jpg) no-repeat center;*/
}
.w6 .wrap {
  position: relative;
}
.w6 .w6-inner {
  position: absolute;
  top: -660px;
  right: 0;
  width: 330px;
  height: 440px;
  padding: 48px 40px;
  background-color: rgba(85, 127, 168, 0.9);
}
.w6 .w6-inner .p1 {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 28px;
}
.w6 .w6-inner .p2 {
  height: 1px;
  background-color: #99b2cb;
}
.w6 .w6-inner dl {
  padding-top: 30px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #ffffff;
}
.w6 .w6-inner dl dt {
  margin-bottom: 12px;
}
/********联系我们结束*******/
/********品牌理念开始*******/
.w7 {
  height: 448px;
}
.w7 .w7-inner {

  margin-top: 70px;
  height: 100%;
}
/********品牌理念结束*******/
/********下载中心开始*******/
.w8 {
  padding-bottom: 70px;
}
.w8 .w8-inner {
  padding-top: 60px;
  
}
.w8 .w8-inner .p-title {
  text-align: center;
  line-height: 24px;
}
.w8 .w8-inner .p-title span {
  width: 22px;
  height: 1px;
  background-color: #686868;
  margin: 0 24px;
  display: inline-block;
  line-height: 24px;
  vertical-align: 8px;
}
.w8 .w8-inner .p-title em {
  font-size: 24px;
  color: #333333;
}
.w8 .w8-inner ul {
  margin-top: 40px;
}
.w8 .w8-inner ul li {
  float: left;
  margin-right: 40px;
  width: 530px;
  height: 104px;
  margin-bottom: 20px;
}
.w8 .w8-inner ul li:hover span {
  background-color: #0095da;
}
.w8 .w8-inner ul li:hover span em {
  color: #fff;
}
.w8 .w8-inner ul li:hover span b {
  color: #fff;
}
.w8 .w8-inner ul li:hover a {
  background-color: #2b2b2b;
  color: #fff;
}
.w8 .w8-inner ul li span {
  float: left;
  width: 390px;
  height: 88px;
  padding: 16px 0 0 30px;
  background-color: #ededed;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.w8 .w8-inner ul li span em {
  font-size: 18px;
  color: #393838;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.w8 .w8-inner ul li span b {
  font-size: 14px;
  color: #909090;
  line-height: 1.7;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.w8 .w8-inner ul li a {
  float: left;
  width: 110px;
  padding-top: 68px;
  height: 36px;
  background: url(../imgaes/w10.png) no-repeat center 19px;
  background-color: #bbbbbb;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
/********下载中心结束*******/
/********新闻中心开始*******/
.w9 > ul li {
  overflow: hidden;
  padding: 56px 0;
  border-bottom: 1px solid #eee;
}
.w9 > ul li img {
  float: left;
  width: 418px;
  height: 277px;
  margin-right: 38px;
}
.w9 > ul li .d1 {
  width: 640px;
}
.w9 > ul li .p1 {
  font-size: 22px;
  color: #95b7e1;
  margin-bottom: 24px;
}
.w9 > ul li .p2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 18px;
  
}
.w9 > ul li .p2 .s1 {
  margin-right: 50px;
}
.w9 > ul li .p3 {
  font-size: 14px;
  color: #666666;
  line-height: 2.4;
}
.w9 > ul li .a1 {
  display: block;
  width: 130px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  color:#999999;
  background:#eeeeee;
  /*color: #95b7e1;
  border: 1px solid #95b7e1;*/
  text-transform: uppercase;
  margin-top: 30px;
  position: absolute;
}
/********新闻中心结束*******/
.collect-share {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  display: none;
}
.collect-share .collect-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.collect-share .collect-banner {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -700px;
  width: 1400px;
  height: 806px;
  background-color: #fff;
  padding-top: 108px;
  box-sizing: border-box;
}
.collect-share .collect-banner .bd {
  width: 468px;
  height: 566px;
  margin: 0 auto;
}
.collect-share .collect-banner .bd li {
  width: 100%;
  height: 100%;
  background: no-repeat center;
  position: relative;
}
.collect-share .collect-banner .bd li p {
  position: absolute;
  font-size: 12px;
  color: #000;
  bottom: -50px;
}
.collect-share .collect-banner .prev {
  position: absolute;
  width: 30px;
  height: 60px;
  background: url(../imgaes/prev.png) no-repeat center;
  left: 100px;
  top: 50%;
  margin-top: -13px;
}
.collect-share .collect-banner .next {
  position: absolute;
  width: 30px;
  height: 60px;
  background: url(../imgaes/next.png) no-repeat center;
  right: 100px;
  top: 50%;
  margin-top: -13px;
}
.collect-share .collect-banner .closeBtn5 {
  position: absolute;
  top: -26px;
  right: 0;
  padding-right: 20px;
  font-size: 16px;
  color: #fff;
}
/*# sourceMappingURL=c.css.map */
