* {
  margin: 0 ;
  padding: 0;
}
ul,
li {
  list-style: none;
}
img {
  border: none;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.clear {
  clear: both;
}
body {
  font-size: 14px ;
  font-family: "Microsoft YaHei";
}
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.pc {
  display: block!important;
}
.phone {
  display: none!important;
}
.active {
  color: #62a4f8;
}
.disnone {
  display: none;
}

.fix {
  transition: .3s ;
  position: fixed;
  width: 131px;
  border: 1px solid #ccc;
  top: 30%;
  right: -133px;
  z-index: 9999999;
}
.fix .fix-tit {
  background: #0065E1;
  height: 33px;
  line-height: 33px;
  text-align: center;
  position: relative;
}
.fix .fix-tit > img {
  position: absolute;
  top: 0;
  left: 15px;
}
.fix .fix-tit > span {
  display: block;
  text-indent: 10px;
  color: #fff;
  font-size: 15px;
}
.fix .fix-box {
  background: #fff;
}
.fix .fix-box > ul {
  padding: 0 12px;
}
.fix .fix-box > ul li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
}
.fix .fix-box > ul li a {
  display: block;
}
.fix .fix-box > ul li a img {
  display: block;
  margin: 14px auto 0 auto;
}
.fix .fix-box .fix-img {
  position: relative;
  height: 61px;
}
.fix .fix-box .fix-img > img {
  position: absolute;
  top: 10px;
  right: -8px;
}
.fix .fix-box .fix-phone-txt {
  height: 28px;
  background: #EBEBEB;
  color: #0065E1;
  line-height: 28px;
  text-align: center;
  cursor: default;
}
.fix .fix-box > img {
  display: block;
}
.fix > img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -85px;
  left: -21px;
}
.fix > img.b {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: -30px;
  animation: btn 1s linear infinite;
}
@keyframes btn {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  to {
    transform: translateX(0);
  }
}
.head-t1 a {
  color: #333;
  float: right;
  padding: 0 10px;
}
.head-t1 a img {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px;
}
.head-t1 a:hover {
  text-decoration: underline;
}
.head {
  position: relative;
}
.head .head-top {
  background: #313131;
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-family: "SimSun";
}
.head .head-bottom {
  height: 105px;
}
.head .head-bottom .logo-box {
  margin-top: 25px;
}
.head .head-bottom .head-right {
  width: 390px;
  margin-top: 25px;
}
.head .head-bottom .head-right .head-t2 {
  width: 378px;
  float: right;
  border-radius: 32px;
  border: 1px solid #CFCFCF;
  height: 32px;
  line-height: 32px;
  margin-top: 5px;
  overflow: hidden;
}
.head .head-bottom .head-right .head-t2 > a {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.head .head-bottom .head-right .head-t2 input {
  width: 320px;
  height: 32px;
  line-height: 32px;
  text-indent: 5px;
  color: #cfcfcf;
  font-family: "SimSun";
  border: none;
  margin-left: 5px;
}
.head .nav {
  height: 55px;
  background: #3F6EDF;
  line-height: 55px;
}
.head .nav ul {
  overflow: hidden;
}
.head .nav ul li {
  float: left;
  width: 14.27%;
}
.head .nav ul li a {
  display: block;
  color: #fff;
  text-align: center;
  transition: .3s ;
  font-size: 18px;
  font-family: "Microsoft YaHei";
}
.head .nav ul li a:hover {
  background: #2385EF;
}
.head .nav ul li.this a {
  background: #2385EF;
}
.head .nav-slid-box {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 100;
  background: #F7F7F7;
}
.head .nav-slid-box .nav-slid {
  margin: 15px 0;
}
.head .nav-slid-box .nav-slid .nav-slid-title a {
  padding: 0 15px;
  color: #3F6EDF;
  font-size: 16px;
}
.head .nav-slid-box .nav-slid a:hover {
  text-decoration: underline;
}
.head .nav-slid-box .nav-slid .nav-slid-b {
  margin-top: 5px;
}
.head .nav-slid-box .nav-slid .nav-slid-b a {
  display: inline-block;
  color: #333333;
  padding: 0 17px;
  margin: 3px 0;
}
.head .nav-slid-box .nav-slid-2 {
  margin-left: 111px;
}
.head .nav-slid-box .nav-slid-3 {
  margin-left: 235px;
}
.head .nav-slid-box .nav-slid-4 {
  margin-left: 276px;
}
.head .nav-slid-box .nav-slid-5 {
  margin-left: 568px;
}
.head .nav-slid-box .nav-slid-6 {
  margin-left: 798px;
}
.head .nav-slid-box .nav-slid-7 {
  margin-left: 870px;
}
.foot .foot1 {
  background: #313131;
  padding: 40px 0 25px 0 ;
  border-bottom: 2px solid #989898;
  overflow: hidden;
}
.foot .foot1 .left {
  width: 850px;
  position: relative;
}
.foot .foot1 .left > img {
  position: absolute;
  top: 0;
  right: 0;
}
.foot .foot1 .left > ul {
  overflow: hidden;
}
.foot .foot1 .left > ul > li {
  float: left;
  width: 16.6%;
}
.foot .foot1 .left > ul > li .f-tit {
  font-size: 16px;
  margin-bottom: 20px;
}
.foot .foot1 .left > ul > li .f-tit a {
  color: #fff;
}
.foot .foot1 .left > ul > li .f-tit a:hover {
  text-decoration: underline;
}
.foot .foot1 .left > ul > li > ul > li > a {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.foot .foot1 .left > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.foot .foot1 .foot-right {
  overflow: hidden;
  margin-left: 850px;
}
.foot .foot1 .foot-right > div {
  float: left;
  width: 50%;
  text-align: center;
}
.foot .foot1 .foot-right > div .f-r-1 {
  font-size: 16px;
  color: #fff;
}
.foot .foot1 .foot-right > div .f-r-2 {
  font-size: 22px;
  color: #fff;
  margin: 18px 0;
}
.foot .foot1 .foot-right > div .f-r-btn {
  margin: 0 auto;
  width: 156px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #3F6EDF;
}
.foot .foot1 .foot-right > div p {
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
}
.foot .foot2 {
  background: #313131;
  padding: 12px 0;
  color: #fff;
  text-align: center;
}
.foot .foot2 p {
  margin: 7px 0;
  padding: 0 8px;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  line-height: 22px;
}
.phone_nav {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 18%;
  right: 4px;
}
.phone_nav div {
  transition: all 0.3s linear;
  margin: 8px auto;
  background: #007AFF;
  width: 80%;
  height: 2px;
  border-radius: 2px;
}
.phone_nav span {
  position: absolute;
  background: #007AFF;
  transition: all 0.3s linear;
}
.phone_x1 {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.phone_x2 {
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.phone_x3 {
  bottom: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.phone_x4 {
  bottom: 0;
  right: 0;
  width: 0 ;
  height: 1px;
}
.phone-box {
  position: absolute;
  top: 118%;
  width: 100%;
  left: 0;
  display: none;
  z-index: 9999999999;
}
.phone-box > div {
  width: 50%;
  float: left;
  overflow: hidden;
}
.phone-box > div:first-child {
  background: #3E6EE1;
}
.phone-box > div:first-child ul li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #9FB7EF;
}
.phone-box > div:first-child ul li a {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
.phone-box > div:first-child ul li a > img {
  position: absolute;
  top: 20px;
  right: 0;
  opacity: 0;
  transition: 0.3s ease-in;
}
.phone-box > div:first-child ul li.this {
  background: #2385EF!important;
}
.phone-box > div:last-child {
  background: #fff;
}
.phone-box > div:last-child ul {
  display: none;
  padding: 0 5px;
}
.phone-box > div:last-child ul > li a {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #9FB7EF;
  display: block;
  width: 100%;
  color: #3F6EDF;
  text-align: center;
  position: relative;
  font-size: 14px;
}
.phone-box > div:last-child ul > li a > img {
  position: absolute;
  top: 20px;
  right: 10%;
  transition: 0.3s ease-in;
  transform: rotate(-90deg);
}
.phone-box > div:last-child ul > li.slid3 ul {
  padding: 0 10px;
}
.phone-box > div:last-child ul > li.slid3 ul > li > a {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #DADADA;
  color: #888;
}
.swiper-slide a {
  display: block;
}
.swiper-slide a > img {
  display: block;
  width: 100%;
}
div.index-content {
  overflow: hidden;
 margin:30px auto;
}
.index-content > div .title-box {
  padding-right: 23px;
  font-family: "Microsoft YaHei";
}
.index-content > div .title {
  padding-bottom: 9px;
  border-bottom: 3px double #999999;
  margin-bottom: 21px;
}
.index-content > div .title .tit {
  font-family: "SimHei";
  font-size: 22px;
  color: #333;
}
.index-content > div .title .blue-tit {
  font-family: "Arial";
  color: #3F6EDF;
  font-size: 18px;
  margin-left: 10px;
}
.index-content > div .title a {
  color: #007aff;
  float: right;
  margin-top: 10px;
}
.index-content > div .title a:hover {
  text-decoration: underline;
}
.index-content .index-left {
  font-family: "SimSun";
  width: 390px;
}
.index-content .index-left .index-left-view {
  border-right: 1px dashed #CECECE;
  padding-right: 23px;
}
.index-content .index-left .index-left-view .swiper-new {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.index-content .index-left .index-left-view .swiper-new .index-new-text {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #333;
  margin-top: 20px;
}
.index-content .index-left .index-left-view .swiper-new .index-new-text a {
  color: #333;
}
.index-content .index-left .index-left-view .list-ul {
  font-size: 12px;
}
.index-content .index-left .index-left-view .list-ul li {
  border-bottom: 1px dashed #CECECE;
}
.index-content .index-left .index-left-view .list-ul li a {
  display: block;
  position: relative;
  line-height: 34px;
}
.index-content .index-left .index-left-view .list-ul li a > img {
  position: absolute;
  left: 0;
  top: 15px;
  transition: .3s ;
}
.index-content .index-left .index-left-view .list-ul li a:hover > img {
  left: -5px;
  opacity: 0;
}
.index-content .index-left .index-left-view .list-ul li .index-ul-text {
  width: 75%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 15px;
  color: #333;
}
.index-content .index-left .index-left-view .list-ul li .index-data {
  display: block;
  color: #3F6EDF;
  margin-left: 75%;
  text-align: right;
}
.index-content .index-right {
  width: 787px;
  margin-left: 413px;
}
.index-content .index-right .index-right-view > div {
  overflow: hidden;
}
.index-content .index-right .index-right-view .pro-littleimg-box {
  position: relative;
  overflow: hidden;
  margin-top: 13px;
}
.index-content .index-right .index-right-view .pro-littleimg-box > img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.index-content .index-right .index-right-view .pro-littleimg-box > img:last-child {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.index-content .index-right .index-right-view .pro-littleimg {
  width: 703px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: #2385EF;
  padding: 7px 0;
}
.index-content .index-right .index-right-view .pro-littleimg > ul {
  position: absolute;
  top: 7px;
  left: 0;
}
.index-content .index-right .index-right-view .pro-littleimg > ul li {
  float: left;
}
.index-content .index-right .index-right-view .pro-littleimg > ul li img {
  width: 128px;
  height: 122px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.index-content .index-right .index-right-view .pro-littleimg > ul li div {
  margin: 0 auto;
}
.index-content .index-right .index-right-view .products-img {
  float: left;
  width: 388px;
  height: 369px;
  border:1px solid #ddd;
}
.index-content .index-right .index-right-view .products-img > img {
  display: block;
  width: 100%;
}
.index-content .index-right .index-right-view .products-txt {
  margin-left: 399px;
  width: 386px;
  background: #ECECEC;
  height: 369px;
  border: 1px solid #CFCFCF;
}
.index-content .index-right .index-right-view .products-txt .pro-txt-bor {
  padding: 16px;
}
.index-content .index-right .index-right-view .products-txt .pro-txt-bor .pro-tit {
  color: #3F6EDF;
  font-size: 22px;
  margin-top: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-content .index-right .index-right-view .products-txt .pro-txt-bor .pro-c {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}
.index-content .index-right .index-right-view .products-txt .pro-txt-bor .btn:hover {
  background: #ECECEC;
  color: #3568DF;
}
.index-content .index-right .index-right-view .tit {
  color: #3F6EDF;
  font-size: 22px;
  margin-top: 47px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-content .index-right .index-right-view .slide-c {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 10px;
}
.index-content .index-right .index-right-view .btn {
  margin-top: 40px;
  border-radius: 5px;
  display: block;
  width: 128px;
  height: 36px;
  background: #3568DF;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  transition: .3s ;
  border: 1px solid #3568DF;
}
.banner-box {
  overflow: hidden;
}
.banner-box > img {
  display: block;
  width: 100%;
  animation: banner 10s linear infinite;
}
@keyframes banner {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.ny-top {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #F0EDED;
  position: relative;
}
.ny-top .ny-top-fix {
  width: 272px;
  height: 100px;
  background: url(../images/ny-hbg.jpg);
  line-height: 100px;
  text-align: center;
  font-family: "KaiTi_GB2312";
  color: #fff;
  font-size: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny-top .tit-page {
  color: #CECECE;
  font-family: "SimSun";
  font-size: 12px;
}
.ny-top .tit-page > a {
  color: #CECECE;
  margin: 0 5px;
}
.ny-top .tit-page > a:hover {
  text-decoration: underline;
}
.ny-top .tit-page > span {
  color: #013d88;
}
.ny-bottom {
  margin: 30px 0;
  overflow: hidden;
  /*nav3j*/
}
.ny-bottom .nav2j {
  width: 200px;
  float: left;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.ny-bottom .nav2j > li {
  font-size: 16px;
  line-height: 43px;
  border-bottom: 1px solid #dfdfdf;
  color: #bfbfbf;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.ny-bottom .nav2j > li span {
  margin-left: 10%;
  text-align: left;
  display: block;
}
.ny-bottom .nav2j > li a {
  color: #bfbfbf;
}
.ny-bottom .nav2j > li > span > b {
  position: absolute;
  right: 10%;
  transition: all .3s;
}
.ny-bottom .nav2j > li:first-child {
  background: #ECF1F6;
  color: #333;
}
.ny-bottom .nav2j > li:hover span {
  color: #62a4f8;
}
.ny-bottom .nav2j > li:hover span a {
  color: #62a4f8;
}
.ny-bottom .nav2j .active {
  color: #62a4f8;
}
.ny-bottom .nav2j .active .active2 {
  color: #62a4f8;
}
.ny-bottom .nav2j .active b {
  color: #62a4f8;
  transform: rotate(90deg);
}
.ny-bottom .nav2j .active .nav3j {
  display: block;
}
.ny-bottom .nav2j .active span a {
  color: #62a4f8;
}
.ny-bottom .nav3j {
  border-top: 1px solid #dfdfdf;
  display: none;
}
.ny-bottom .nav3j li {
  border-bottom: 1px solid #dfdfdf;
  width: 90%;
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 37px;
}
.ny-bottom .nav3j li:last-child {
  border: none;
}
.ny-bottom .nav3j li a {
  color: #bfbfbf;
}
.ny-bottom .nav3j li a:hover {
  color: #62a4f8;
}
.ny-bottom .ny-nav {
  width: 272px;
  background: #ECF1F6;
}
.ny-bottom .ny-nav > ul {
  padding: 0 20px 30px 20px;
  overflow: hidden;
}
.ny-bottom .ny-nav > ul li {
  height: 68px;
  line-height: 68px;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
}
.ny-bottom .ny-nav > ul li > h3 {
  text-align: center;
  color: #4F98F2;
}
.ny-bottom .ny-nav > ul li > a {
  display: block;
  color: #333;
  font-size: 16px;
  transition: .3s ;
}
.ny-bottom .ny-nav > ul li > img {
  position: absolute;
  top: 27px;
  right: -10px;
  opacity: 0;
  transition: .3s ;
}
.ny-bottom .ny-nav > ul li > b {
  width: 2px;
  height: 10px;
  background: #529CF7;
  position: absolute;
  top: 30px;
  left: -50px;
  opacity: 0;
  transition: .3s ;
}
.ny-bottom .ny-nav > ul li:hover > img {
  right: 0;
  opacity: 1;
}
.ny-bottom .ny-nav > ul li:hover > b {
  left: -10px;
  opacity: 1;
}
.ny-bottom .ny-nav > ul li:hover > a {
  color: #007aff;
}
.ny-bottom .ny-nav > ul li.this > img {
  right: 0;
  opacity: 1;
}
.ny-bottom .ny-nav > ul li.this > b {
  left: -10px;
  opacity: 1;
}
.ny-bottom .ny-nav > ul li.this > a {
  color: #007aff;
}
.ny-bottom div.mrglf23 {
  margin-left: 230px;
}
.ny-bottom .ny-right {
  margin-left: 300px;
  min-height: 300px;
}
.ny-bottom .ny-right .phone-nav2j {
  display: none;
}
.ny-bottom .ny-right .text-content {
  min-height: 300px;
}
.ny-bottom .ny-right .text-content .time span {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 12px;
}
.ny-bottom .ny-right .text-content p {
  text-indent: 2em;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.ny-bottom .ny-right .text-content p img {
  max-width: 100%;
  height: auto;
  text-indent: 0!important;
}
.ny-bottom .ny-right .area_select table {
  margin-top: 3%;
  width: 100%;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.ny-bottom .ny-right .area_select table th,
.ny-bottom .ny-right .area_select table td {
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
}
.ny-bottom .ny-right .area_select table thead {
  background: #ECECEC;
}
.ny-bottom .ny-right .area_select table thead th {
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
  color: #333;
}
.ny-bottom .ny-right .area_select table tbody td {
  font-size: 14px;
  line-height: normal;
  height: 65px;
  /*width: 37%;*/
  color: #747474;
}
.ny-bottom .ny-right .area_select table tbody td p {
  margin: 0 5%;
}
.ny-bottom .ny-right .area_select table tbody td:nth-child(2) {
  width: 26%;
  text-align: center;
}
.ny-bottom .ny-right .acc_list {
  overflow: hidden;
  margin-top: 23px;
}
.ny-bottom .ny-right .acc_list li {
  float: left;
  margin: 0 .72% 3%;
}
.ny-bottom .ny-right .acc_list p {
  text-align: center;
}
.ny-bottom .ny-right .acc_list .price {
  color: #f20707;
  font-size: 17px;
  padding-top: 5px;
  line-height: 24px;
}
.ny-bottom .ny-right .acc_list .pro_img {
  border: 1px solid #bfbfbf;
  width: 178px;
  height: 178px;
}
.ny-bottom .ny-right .acc_list .pro_img img {
  width: 100%;
}
.ny-bottom .ny-right .acc_list .pro_name {
  font-size: 14px;
  line-height: 20px;
  color: #494949;
}
.ny-bottom .ny-right .acc_list li:hover .pro_img {
  border-color: #2385ef;
}
.ny-bottom .ny-right .acc_list li:hover .pro_name {
  color: #62a4f8;
}
.ny-p-nav3 ul {
  overflow: hidden;
  margin-top: 10px;
}
.ny-p-nav3 ul li {
  float: left;
  width: 33.33%;
}
.ny-p-nav3 ul li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #ECF1F6;
  background: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.ny-p-nav3 ul li a.this {
  border: 1px solid #007aff;
  color: #007aff;
}
.ny-p-nav2 ul {
  overflow: hidden;
  margin-top: 10px;
}
.ny-p-nav2 ul li {
  float: left;
  width: 50%;
}
.ny-p-nav2 ul li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #ECF1F6;
  background: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
}
.ny-p-nav2 ul li a.this {
  border: 1px solid #007aff;
  color: #007aff;
}
.new-ul > li {
  padding: 13px 0;
  border-bottom: 1px solid #ECECEC;
}
.new-ul > li > a {
  display: block;
  overflow: hidden;
}
.new-ul > li > a .new-img-box {
  width: 140px;
  height: 97px;
  overflow: hidden;
}
.new-ul > li > a .new-img-box > img {
  display: block;
  width: 100%;
  transition: .3s ;
}
.new-ul > li > a .new-data {
  width: 96px;
  color: #333;
  font-size: 14px;
  margin-top: 20px;
}
.new-ul > li > a .new-data span.first-child {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 7px;
}
.new-ul > li > a .new-text-box {
  width: 480px;
  margin-left: 10px;
}
.new-ul > li > a .new-text-box .new-t-head {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  margin-top: 10px;
}
.new-ul > li > a .new-text-box .new-txt {
  height: 40px;
  font-family: "SimSun";
  color: #666666;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  margin-top: 10px;
}
.new-ul > li > a .new-right {
  margin-top: 20px;
}
.new-ul > li > a .new-right div {
  width: 98px;
  height: 28px;
  display: block;
  color: #666;
  transition: .3s ;
  text-align: center;
  line-height: 28px;
}
.new-ul > li > a .new-right div span {
  transition: .3s;
}
.new-ul > li > a:hover .new-img-box > img {
  transform: scale(1.1);
}
.new-ul > li > a:hover .new-t-head {
  color: #007aff;
}
.new-ul > li > a:hover .new-txt {
  color: #007aff;
}
.new-ul > li > a:hover .new-right div {
  width: 98px;
  height: 28px;
  display: block;
  color: #fff;
  background: #007aff;
}
.new-ul > li > a:hover .new-right div span {
  margin-left: 5px;
}
.mypage {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  border: #f00 0px solid;
  font-size: 12px;
  margin: 20px 0;
}
.mypage a {
  background: #F0F4F8;
  color: #111;
  font-weight: bold;
  width: auto;
  height: auto;
  padding: 7px 12px;
  font-size: 12px;
  margin-right: 5px;
  border-radius: 5px;
}
.mypage .linking,
.mypage a:hover {
  color: #fff;
  background-color: #529CF7;
}
.clickme {
  cursor: pointer;
}
.success {
  width: 100%;
  height: auto;
}
.new-title {
  padding: 0 0 25px 0;
  text-align: center;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #E2E1E1;
}
.new-f {
  border-top: 1px solid #E2E1E1;
  border-bottom: 1px solid #E2E1E1;
}
.new-f ul {
  overflow: hidden;
}
.new-f ul > li {
  float: left;
  width: 33.33%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.new-f ul > li a {
  color: #333;
}
.new-f ul > li a:hover {
  text-decoration: underline;
}
.img-ul {
  overflow: hidden;
}
.img-ul li {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
}
.img-ul li > div {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.img-ul li > div img {
  width: 100%;
  transition: .3s ;
}
.img-ul li > div img:hover {
  transform: scale(1.1);
}
.ny-p-nav4 ul li {
  width: 50%;
  margin: 1% 0;
}
.cehui {
  overflow: hidden;
  padding: 10px;
  background: #ECECEC;
}
.cehui > .left {
  width: 35%;
}
.cehui > .right {
  width: 60%;
}
.cehui > .right p {
  line-height: 20px;
  color: #666666;
}
.solution {
  margin-top: 20px;
}
.solution h3 {
  padding-left: 20px;
  background: #ECECEC;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
}
.solution h3 > span {
  color: #4F98F2;
  border-bottom: 2px solid #4F98F2;
  display: inline-block;
  height: 46px;
}
.solution > div {
  padding: 0 10px;
}
.solution > div ul li {
  line-height: 50px;
  border-bottom: 1px dashed #EBEBEB;
}
.solution > div ul li > a {
  color: #363636;
  display: block;
}
.solution > div ul li > a:hover {
  color: #4F98F2;
}
.related {
  margin-top: 20px;
}
.related h3 {
  padding-left: 20px;
  background: #ECECEC;
  height: 48px;
  line-height: 48px;
  font-weight: 400;
}
.related h3 > span {
  color: #4F98F2;
  border-bottom: 2px solid #4F98F2;
  display: inline-block;
  height: 46px;
}
.related-list {
  overflow: hidden;
}
.related-list > li {
  width: 25%;
  float: left;
  margin-top: 10px;
}
.related-list > li > div {
  width: 90%;
  margin: 0 auto;
}
.related-list > li > div .related-list-img {
  border: 1px solid #C3C3C3;
  overflow: hidden;
}
.related-list > li > div .related-list-img img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
}
.related-list > li > div .related-list-name {
  text-align: center;
}
.related-list > li > div .related-list-name > a {
  color: #666;
  display: block;
  text-align: center;
  line-height: 36px;
}
.related-list > li > div:hover .related-list-img {
  border: 1px solid #4F98F2;
}
.related-list > li > div:hover .related-list-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.related-list > li > div:hover .related-list-name > a {
  color: #4F98F2;
}
.cp-title {
  background: #ECF1F6;
  text-align: right;
  padding: 5px;
}
.cp-title select {
  height: 32px;
  line-height: 32px;
  width: 280px;
  margin-right: 5px;
  background: none;
}
.cp-title input {
  color: #ffffff;
  text-align: center;
  width: 84px;
  height: 32px;
  background: #4F98F2;
  border: none;
  cursor: pointer;
}
.cp-title input.search-box {
  background: none;
  width: 270px;
  border: 1px solid #C2C2C2;
  cursor: auto;
  text-align: left;
  color: #333;
  padding-left: 10px;
}
.ny-bottom-v {
  overflow: visible;
}
.cp-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cp-content > ul {
  margin-left: -1.66%;
  margin-right: -1.66%;
}
.cp-content > ul li {
  width: 30%;
  margin: 25px 1.66% 0;
  float: left;
}
.cp-content > ul li > div {
  border: 1px solid #ECECEC;
}
.cp-content > ul li > div > div {
  overflow: hidden;
}
.cp-content > ul li > div > div > a > img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
}
.cp-content > ul li .cp-name {
  padding: 0 15px 5px;
  background: #ECECEC;
  text-align: left;
  text-align-last: left;
}
.cp-content > ul li .cp-name > div {
  line-height: 30px;
}
.cp-content > ul li .cp-name > div a {
  color: #333333;
  display:block;
 word-break:break-all;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
}
.cp-content > ul li .cp-name input {
  vertical-align: middle;
  margin-right: 10px;
}
.cp-content > ul li .cp-name span {
  font-size: 12px;
}
.cp-content > ul li .cp-name span.red {
  color: #CA1212;
}
.cp-content > ul li:hover > div {
  box-shadow: 0px 0px 1px 1px #A9A9A9;
}
.cp-content > ul li:hover > div > div > a > img {
  transform: scale(1.1);
}
.ny-p-nav8 {
  overflow: hidden;
}
.ny-p-nav8 > ul {
  float: left;
  width: 98%;
  margin:1%;
}
.ny-p-nav8 > ul > li {
  display:none;
  float: none;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.ny-p-nav8 > ul > li:first-child {
	display:block; 
	margin: 5px 0;
}
.ny-p-nav8 > ul > li > h3 {
  background: #4F98F2;
  color: #ffffff;
  line-height: 36px;
}
.ny-p-nav8 > ul > li > a {
  width: auto;
  display: block;
}
/**�Ա���**/
.bottom {
  width: 100%;
  position: fixed;
  bottom: 20px;
}
.bottom > div {
  width: 1160px;
  margin: 0 auto;
  border: 1px solid #E5E5E5;
  overflow: hidden;
  background: #ffffff;
  display:none;
}
.compare-title {
  height: 100px;
  line-height: 100px;
  background: #ECF1F6;
  font-size: 18px;
  text-align: center;
  width: 170px;
}
.compare-list {
  width: 822px;
  position: relative;
}
.item-list-null > li {
  float: left;
  padding: 10px 0;
}
.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.item-none {
  width: 273px;
  border-right: 1px solid #D3D3D3;
  height: 70px;
  padding: 5px 0;
}
.item-none > dt {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ECF1F6;
  text-align: center;
  font-size: 30px;
  margin: 0px 25px 0 40px ;
  color: #CECECE;
  float: left;
}
.item-none > dd {
  text-align: left;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  float: left;
  color: #CECECE;
  width: 138px;
}
.compare-btn {
  width: 168px;
}
.compare-btn a {
  display: block;
  text-align: center;
  color: #ccc;
  cursor: default;
}
.btn-cpr {
  height: 68px;
  line-height: 68px;
  font-size: 14px;
  position: relative;
  background: #efeff4;
}
.btn-empty {
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  background: #f6f6f6;
  border-top: 1px solid #CFCFCF;
}
.btn-empty.able {
  background: #3F6EDF;
  color: #ffffff!important;
  cursor: pointer;
}
.btn-cpr.able {
  background: #2385EF;
  color: #ffffff!important;
  cursor: pointer;
}
.item-list-has {
  position: absolute;
  left: 0;
  top: 0;
  width: 822px;
}
.item-list-has > li {
  background: #ffffff;
  position: relative;
}
.item-list-has .item-none > dt {
  background: none;
}
.item-has > dt > img {
  width: 100%;
}
.item-list-has > li > .let-empty {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #4F98F2;
  color: #ffffff;
  width: 20px;
  text-align: center;
  display: none;
  cursor: pointer;
}
.item-list-has > li:hover {
  border: 2px solid #4F98F2;
  width: 270px;
  padding: 8px 0;
  overflow: hidden;
}
.item-list-has > li:hover > .let-empty {
  display: block;
}
.tit-page2 {
  width: 1200px;
  margin: 0 auto;
}
.item-detail > table {
  table-layout: fixed;
  text-align: center;
  border-collapse: collapse;
  width: 100%;
}
.item-detail > table tr td {
  border: 1px solid #C9C9C9;
  padding: 15px 0;
}
.item-detail > table tr td img {
  max-width: 100%;
}
.item-detail .null {
  background: #ECECEC;
}
.add {
  font-size: 24px;
  color: #999999;
}
.add2 {
  color: #999999;
}
.result-con > table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.result-con > table thead th {
  background: #ECECEC;
  border: 1px solid #C9C9C9;
  border-top: 0;
  text-align: left;
  line-height: 36px;
}
.result-con > table thead th > span {
  color: #727272;
  padding-left: 15px;
  background: url("../images/open.jpg") left center no-repeat;
  margin-left: 8px;
  font-weight: 400;
  cursor: pointer;
}
.result-con > table tbody td {
  border: 1px solid #C9C9C9;
  text-align: center;
  padding: 10px 0;
  color: #747474;
}
.gallery {
  width: 395px;
  margin-left: 20px;
}
.gallery .gallery-top {
  text-align: center;
  padding: 25px 0;
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
}
.gallery .gallery-top img {
  max-width: 100%;
}
.gallery .gallery-bottom li {
  padding: 0 3px ;
  float: left;
  box-sizing:border-box;
}
.gallery .gallery-bottom li div {
  border: 1px solid #CFCFCF;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  box-sizing:border-box;
}
.gallery .gallery-bottom .checked > div {
  border-color: #4F98F2;
}
.gallery .gallery-bottom li:first-child {
  margin-left: 0;
}
.intro {
  margin-left: 480px;
}
.intro h1 {
  padding: 30px 0;
  font-weight: 400;
  color: #4F98F2;
}
.intro div > p {
  max-width: 525px;
  line-height: 26px;
  color: #666666;
  text-align: justify;
}
.intro .share {
  margin-top: 50px;
}
.intro .share span {
  padding: 5px 0 5px 23px;
  background: url("../images/share.jpg") left center no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.intro .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.intro .share a img {
  display: block;
}
.pro-content {
  margin-top: 25px;
}
.pro-content .tab ul {
  border-bottom: 5px solid #4F98F2;
}
.pro-content .tab ul li {
  border: 1px solid #C7C7C7;
  border-bottom: 0;
  float: left;
  width: 84px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-left: 10px;
}
.pro-content .tab ul li a {
  display: block;
  color: #666666;
}
.pro-content .tab ul li:first-child {
  margin-left: 0;
}
.pro-content .tab ul .checked {
  background: #4F98F2;
}
.pro-content .tab ul .checked a {
  color: #fff;
}
.pro-content .tab-bottom {
  margin-top: 25px;
}
.pro-content .tab-bottom table {
  width: 90%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}
.pro-content .tab-bottom table thead tr th {
  border: 1px solid #D1D1D1;
  background: #ECECEC;
  line-height: 44px;
  font-size: 18px;
  font-weight: 400;
}
.pro-content .tab-bottom table tbody tr td {
  border: 1px solid #D1D1D1;
  font-size: 16px;
  padding: 10px 0 10px 10px;
}
.photo .acc_list {
  overflow: hidden;
  margin-top: 23px;
}
.photo .acc_list li {
  float: left;
  margin: 0 2.5% 2%;
}
.photo .acc_list p {
  text-align: center;
}
.photo .acc_list p img {
  display: block;
  font-size: 0;
}
.photo .acc_list .pro_img {
  border: 1px solid #bfbfbf;
  width: 178px;
  height: 178px;
}
.photo .acc_list .pro_img img {
  width: 100%;
}
.photo .acc_list .pro_name {
  font-size: 14px;
  line-height: 35px;
  color: #494949;
}
.photo .acc_list li:hover .pro_img {
  border-color: #2385ef;
}
.photo .acc_list li:hover .pro_name {
  color: #62a4f8;
}
.download {
  padding: 0 10px;
}
.download > ul > li {
  padding: 20px 0;
  border-bottom: 1px dashed #DFDFDF;
}
.download > ul > li a {
  background: url("../images/download.jpg") 10px center no-repeat #3F6EDF;
  border: 1px solid #DFDFDF;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px 5px 30px;
  color: #ffffff;
}
.pro_jszc {
  padding: 0 10px;
}
.pro_jszc > ul > li {
  padding: 20px 0;
  border-bottom: 1px dashed #DFDFDF;
}
.pro_jszc > ul > li a {
  display: block;
  color: #494949;
}
.pro_jszc > ul > li a span {
  float: right;
}
.pro_jszc > ul > li a:hover {
  color: #62a4f8;
}
.support ul li {
  line-height: 50px;
  border-bottom: 1px dashed #DFDFDF;
}
.support ul li a {
  color: #333;
  display: block;
}
.support ul li a:hover {
  color: #62A4F8;
}
.support-download {
  border: 1px solid #C3C3C3;
  padding: 35px 0;
}
.support-download li {
  float: left;
  width: 24%;
  margin-left: 7%;
}
.support-download li > div {
  border: 1px solid #C7C7C7;
  text-align: center;
  padding: 15px 10px;
}
.support-download li > div .sd1 img {
  width: 100%;
}
.support-download li > div .sd2 {
  padding: 15px 0;
  border-bottom: 1px solid #BFBFBF;
}
.support-download li > div .sd2 > span {
  padding-left: 18px;
  background: url("../images/right.jpg") left center no-repeat;
}
.support-download li > div .sd3 {
  margin-top: 16px;
}
.support-download li > div .sd3 a {
  border: 1px solid #CBCBCB;
  display: block;
  width: 108px;
  height: 30px;
  line-height: 30px;
  background: #3F6EDF;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 5px;
}
.support-download li > div:hover .sd2 span {
  background-image: url("../images/right-blue.jpg");
  color: #4F98F2;
}
.support-download li > div:hover .sd3 a {
  background: #2385EF;
}
.recruit ul li {
  margin-bottom: 15px;
}
.recruit ul li > h3 {
  padding-bottom: 10px;
  font-weight: 400;
  color: #4F98F2;
}
.recruit ul li > p {
  line-height: 22px;
  text-align: justify;
}
.jobs table {
  width: 100%;
  border-collapse: collapse;
}
.jobs table thead th {
  background: #ECECEC;
  line-height: 64px;
  height: 64px;
  color: #013D88;
  font-weight: 400;
  border-bottom: 20px solid #ffffff;
}
.jobs table thead th.th1 {
  text-align: left;
}
.jobs table thead th.th1 span {
  padding-left: 14px;
}
.jobs table tbody.double td {
  background: #ECECEC;
}
.jobs table tbody td {
  background: #F0F0F0;
  padding: 15px 0;
  text-align: center;
  color: #888888;
}
.jobs table tbody td.td1 {
  color: #4F98F2;
  text-align: left;
}
.jobs table tbody td.td1 span {
  padding-left: 14px;
}
.jobs table tbody td.td5 img {
  display: block;
  cursor: pointer;
}
.jobs table tbody td.td5 img.rotate {
  transform: rotate(90deg);
}
.jobs table tbody td.td-col {
  padding-top: 0;
  display: none;
  text-align: left;
  background: #ffffff;
}
.jobs table tbody td.td-col ul {
  padding: 0 15px;
}
.jobs table tbody td.td-col ul li h3 {
  padding: 10px 0;
  color: #000000;
}
.jobs table tbody td.td-col ul li p {
  line-height: 22px;
  color: #333333;
}
.job-phone {
  display: none;
  background: #ECF1F6;
}
.job-phone div {
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
  background: #ffffff;
}
.job-phone div ul li {
  margin-bottom: 10px;
}
.job-phone div ul li > span {
  padding-left: 30px;
  background: url("../images/tip.jpg") left center no-repeat;
  margin-right: 50px;
}
.job-phone div ul li.li1 {
  color: #4F98F2;
}
.job-phone div ul li.li1 h3 {
  font-weight: 400;
}
.job-phone div ul li.li5 a {
  width: 54px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  color: #BFBFBF;
  font-size: 22px;
}
.job-phone div ul li.li5 a:hover {
  background: #4F98F2;
  color: #ffffff;
}
.bzpj {
  border-bottom: 1px solid #dfdfdf;
  padding-left: 2.5%;
}
.bzpj li {
  line-height: 40px;
  border-bottom: 1px solid #2385ef;
  width: 68px;
  color: #2385ef;
  text-align: center;
  position: relative;
  bottom: -1px;
  font-size: 16px;
}
/*����֧��ҳ�浯����*/
.pop_layer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: -100%;
  right: -100%;
}
.pop_layer b {
  cursor: pointer;
  font-size: 70px;
  color: #fff;
  position: absolute;
  top: 5%;
  right: 20%;
}
.pop_layer .pop_inner {
  width: 640px;
  height: 820px;
  margin: 8% auto;
}
.pop_layer .pop_inner img#pop_img {
  width: 100%;
  height: auto;
  display: block;
}
.pop_layer .pop_inner p.pop_name {
  line-height: 77px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .recruit {
    padding: 10px;
  }
  .support ul li a {
    color: #333;
    display: block;
    margin: 0 2%;
  }
  .ny-bottom .ny-right .text-content .bt1 {
    text-indent: 0;
    color: #000;
    line-height: 35px;
  }
  .ny-right .blue-tit {
    color: #0065e1;
  }
  .phone ul.news_page {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    line-height: 40px;
    overflow: hidden;
  }
  .phone ul.news_page li {
    padding: 0 10px;
  }
  .list {
    display: block;
    width: 105px;
    height: 30px;
    border: 1px solid #2385EF;
    text-align: center;
    line-height: 30px;
    color: #2385EF;
    margin: 10px 0;
  }
  .pop_layer b {
    right: 5%;
  }
  .pop_layer .pop_inner {
    width: 80%;
    height: auto;
    margin: 35% auto 0;
  }
  .bzpj {
    padding-left: 0;
  }
  .pro-content .tab-bottom {
    margin-top: 0;
  }
  .bottom {
    display: none;
  }
  .img-ul li > div {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .img-ul li {
    float: left;
    width: 50%;
    margin: 5px 0;
  }
  .new-title {
    padding: 15px 8px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #E2E1E1;
  }
  .new-f {
    border: none;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .new-f a {
    display: block;
    width: 105px;
    height: 30px;
    border: 1px solid #2385EF;
    text-align: center;
    line-height: 30px;
    color: #2385EF;
  }
  .ny-bottom {
    background: #fff;
  }
  .mypage {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border: #f00 0px solid;
    font-size: 12px;
    margin: 20px 0;
  }
  .mypage a {
    background: #529CF7;
    color: #fff;
    font-weight: bold;
    width: auto;
    height: auto;
    padding: 7px 12px;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 5px;
  }
  .new-ul {
    background: #fff;
    padding: 0 5px;
  }
  .new-ul > li > a .new-text-box .new-t-head {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    margin-top: 3px;
  }
  .new-ul > li > a .new-img-box {
    width: 130px;
    height: 87px;
    overflow: hidden;
  }
  .new-ul > li > a .new-right {
    margin-top: 5px;
    float: none;
    margin-left: 140px;
  }
  .new-ul > li > a .new-text-box {
    width: auto;
    margin-left: 140px;
    float: none;
  }
  .ny-box {
    background: #ecf1f6;
    overflow: hidden;
  }
  .ny-bottom {
    margin: 10px ;
    overflow: hidden;
  }
  .text-content {
    min-height: 300px;
    padding: 8px;
    background: #fff;
  }
  .text-content p {
    text-indent: 2em;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    margin: 3px 0;
  }
  .text-content p img {
    max-width: 100%;
    height: auto;
    text-indent: 0!important;
    display: block;
    margin: 0 auto;
  }
  .ny-bottom .ny-right {
    margin-left: 0;
  }
  .foot .foot1 .left > ul > li .f-tit {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .foot .foot1 .foot-right > div p {
    margin-top: 0px;
    color: #fff;
  }
  .foot .foot1 {
    background: #313131;
    padding: 18px 0 18px 0;
    border-bottom: 2px solid #989898;
    overflow: hidden;
  }
  .foot .foot1 .foot-right > div .f-r-1 {
    color: #fff;
  }
  .foot .foot1 .foot-right > div .f-r-2 {
    font-size: 18px;
    color: #fff;
    margin: 12px 0;
  }
  .foot .foot1 .foot-right > div .f-r-btn {
    margin: 0 auto;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #3F6EDF;
  }
  .foot .foot1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .foot .foot1 .foot-right > div {
    float: none;
    width: 100%;
    text-align: center;
  }
  .foot .foot1 .left {
    width: 60%;
    position: relative;
  }
  .foot .foot1 .left > ul > li {
    float: left;
    width: 50%;
  }
  .foot .foot1 .foot-right {
    margin-left: 0;
  }
  .index-content .index-right .index-right-view .tit {
    color: #3F6EDF;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .index-content .index-right .index-right-view .btn {
    margin-top: 10px;
    border-radius: 5px;
    display: block;
    width: 128px;
    height: 36px;
    background: #3568DF;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    transition: .3s;
    border: 1px solid #3568DF;
  }
  .index-content .index-right {
    width: auto;
    margin-left: 0;
    padding: 0 8px;
    margin-top: 10px;
  }
  .index-content > div .title-box .title {
    padding-bottom: 9px;
    border-bottom: 3px double #999999;
    margin-bottom: 14px;
  }
  .index-content > div .title .blue-tit {
    font-family: "Arial";
    color: #3F6EDF;
    font-size: 16px;
    margin-left: 10px;
  }
  .index-content > div .title a {
    color: #007aff;
    float: right;
    margin-top: 5px;
  }
  .index-content > div .title .tit {
    font-family: "SimHei";
    font-size: 18px;
    color: #333;
  }
  .index-content {
    overflow: hidden;
    margin-top: 10px;
  }
  .swiper-newpage.swiper-pagination-bullets {
    background: none !important;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 14%!important;
    z-index: 9999;
  }
  .index-content .index-left .index-left-view {
    border-right: none;
    padding-right: 0;
  }
  .index-content > div .title-box {
    padding-right: 0;
  }
  .index-content .index-left {
    font-family: "SimSun";
    width: auto;
    float: none;
    padding: 0 8px;
  }
  .phone_nav {
    display: block;
  }
  .head-top p {
    padding: 0 10px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    padding: 3px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/banner-b.png) no-repeat center center;
  }
  .head .head-bottom {
    height: 54px;
  }
  .head .head-bottom .head-right {
    width: 45%;
    margin-top: 5px;
    margin-right: 50px;
  }
  .head .head-bottom .head-right .head-t2 {
    width: 100%;
    float: right;
    border-radius: 32px;
    border: 1px solid #CFCFCF;
    height: 32px;
    line-height: 32px;
    margin-top: 5px;
    overflow: hidden;
  }
  .head .head-bottom .head-right .head-t2 input {
    width: 45%;
    height: 32px;
    line-height: 32px;
    text-indent: 5px;
    color: #cfcfcf;
    border: none;
    margin-left: 5px;
  }
  .head .head-bottom .logo-box {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
  }
  .head .head-bottom .logo-box img {
    width: 100px;
  }
  .head-t1 a {
    color: #fff;
    float: right;
    padding: 0 10px;
  }
  .head-t1 a img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
  }
  .head-t1 a:hover {
    text-decoration: underline;
  }
  .content {
    width: 100%;
  }
  .pc {
    display: none!important;
  }
  .phone {
    display: block!important;
  }
  .cp-content > ul li .cp-name input {
    display: none;
  }
  .cp-content > ul li .cp-name span {
    display: none;
  }
  .cp-content > ul li .cp-name {
    padding: 5px;
    text-align: center;
    text-align-last: center;
  }
  .pro-content .tab ul li {
    width: 32%;
    border: none;
    margin-left: 2%;
  }
  .pro-content .tab ul li:first-child {
    margin-left: 0;
  }
  .pro-content .tab ul li > a {
    border: 1px solid #C8C8C8;
    border-bottom: 0;
  }
  .pro-content .tab ul {
    margin-bottom: 15px;
  }
  /*��������*/
  .nav2j {
    display: none;
  }
  .ny-bottom div.mrglf23 {
    margin-left: 0;
  }
  .bgnone {
    background: none;
  }
  .mrg0 {
    margin: 0;
  }
  .cp-title > form > span {
    display: inline-block;
  }
  .ny-bottom .ny-right .phone-nav2j {
    display: block;
    margin: 3% 1.6% 0;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    line-height: 33px;
    background: #ecf1f6;
  }
  .phone-nav2j li {
    float: left;
    width: 33%;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }
  .phone-nav2j li:last-child {
    border-right: none;
  }
  .ny-bottom .ny-right .phone-nav3j li {
    border-right: none;
    font-size: 16px;
  }
  .area_select {
    display: none;
  }
  .phone-area_select {
    margin: 3% 1.6%;
  }
  .phone-area_select table {
    width: 100%;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
  }
  .phone-area_select table td {
    border-left: 1px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
  }
  .phone-area_select table tbody tr td:first-child {
    text-align: center;
    background: #ececec;
    width: 12%;
  }
  .phone-area_select table tbody tr td {
    font-size: 14px;
    line-height: normal;
    height: 65px;
    width: 37%;
    color: #747474;
  }
  .phone-area_select table tbody tr td p {
    margin: 0 5%;
  }
  .ny-bottom .photo {
    text-align: center;
  }
  .ny-bottom .photo .acc_list {
    text-align: center;
  }
  .ny-bottom .photo .acc_list li {
    float: none;
    display: inline-block;
    margin: 0 2.5% 2%;
  }
}
@media (max-width: 767px) {
  #first,
  #second {
    width: 33%;
  }
  .fixed > img.b {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -30px;
    animation: btn 1s linear infinite;
  }
  .fixed {
    transition: .3s;
    position: fixed;
    width: 131px;
    border: 1px solid #ccc;
    top: 86px;
    right: -133px;
    z-index: 9999999;
  }
  .fixed > img {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -87px;
    left: -21px;
  }
  .cehui {
    background: #ffffff;
  }
  .cehui > .left {
    width: 100%;
  }
  .cehui > .right {
    width: 100%;
    margin-top: 20px;
  }
  .related-list > li {
    width: 50%;
  }
  .cp-title {
    background: #ffffff;
    text-align: left;
  }
  .cp-title > form {
    background: #ECF1F6;
    padding: 5px;
    text-align: center;
  }
  .cp-title > form > span {
    text-align: center;
  }
  .cp-title select {
    width: 200px;
    margin: 10px auto 0;
    display: block;
    height: 28px;
    line-height: 28px;
  }
  .cp-title input {
    line-height: 28px;
    height: 28px;
    width: 20%;
  }
  .cp-content {
    padding: 0 5px;
  }
  .cp-content > ul {
    margin-left: -0.66%;
    margin-right: -0.66%;
  }
  .cp-content > ul li {
    width: 48%;
    margin: 10px 0.66% 0;
  }
  .gallery {
    margin-left: 0;
    width: 100%;
    float: none;
  }
  .intro {
    margin-left: 0;
    padding: 0 5px;
  }
  .intro h1 {
    padding: 10px 0;
  }
  .intro .share {
    margin-top: 20px;
  }
  .cp-title input.search-box {
    width: 140px;
  }
  .support-download li {
    float: none;
    margin: 0 auto 10px;
    width: 90%;
  }
  .support-download {
    padding: 10px 0;
  }
  .jobs {
    display: none;
  }
  .job-phone {
    display: block;
  }
  .pjgm .cp-title {
    padding: 0;
  }
  .pjgm .cp-title .from {
    padding: 0;
  }
  .cp-title input.search-box {
    width: 40%;
  }
  .cp-title select {
    width: 42%;
    display: inline-block;
    margin: 0;
  }
}
@media (max-width: 321px) {
  #first,
  #second {
    width: 30%;
  }
  .ny-bottom .ny-right .acc_list {
    text-align: center;
  }
  .ny-bottom .ny-right .acc_list li {
    display: inline-block;
    float: none;
  }
}
.gallery-bottom{
		margin-top: 15px;
		position: relative;
	}
	.gallery-bottom>div{
		overflow: hidden;
		position: relative;
		height: 100%;
		width:93%;
		margin:auto;
	}
	.gallery-bottom ul{
	    position: absolute;
		top: 0;
		left: 0;
	}
	.gallery-bottom>a {
		position: absolute;
		top: 50%;
		margin-top: -11px;
		z-index: 1000;
	}
	.right-move {
		right: 0;
	}
	.left-move {
		left: 0;
	}
/* 后改首页产品缩略图轮播样式 */
.pro-littleimg-box{
	background:#2385EF;
}
#slt {
	width:86%;
	margin:auto;
	height:139px;
}
#slt .swiper-slide img{
	width:128px;
	height:122px;
	margin:7px 25px;
}
.pro-littleimg-box .swiper-button-prev,.pro-littleimg-box  .swiper-button-next{
	top:16%;
	width:42px;
	height:139px;
}
.pro-littleimg-box .swiper-button-prev{
	left:0;
}
.pro-littleimg-box  .swiper-button-next{
	right:0;
}
.big-btn{display:block;font-size:0;}
.download-btn{
  background: url("../images/download.jpg") 10px center no-repeat #3F6EDF;
border: 1px solid #DFDFDF;
text-align: center;
border-radius: 5px;
padding: 5px 10px 5px 30px;
color: #ffffff;
}