@charset "utf-8";
/*样式重置*/
body {
 
  background: #fff;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  min-width: 1400px;
}
body {
  margin: 0;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  line-height: 1.5;
  color: #333;
  min-height: 100%;
}
.NewList{width:1200px;margin:0 auto;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
  color: #333;
}
a:active {
  outline: 0;
  color: #333;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  vertical-align: middle;
}
button,
input,
select {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
input,
select,
textarea {
  outline: 0;
}
textarea,
input {
  -webkit-user-modify: read-write-plaintext-only;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.placeholder {
  color: #999;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
i {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.widthcenter {
  width: 1200px;
  margin: 0 auto;
}
header {
  width: 100%;
  height: 97px;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background-color 0.5s;
}
header .left_logo {
  display: block;
  vertical-align: top;
  height: 47px;
  border-bottom: 1px solid #bbb;
}
header .left_logo .logo {
  display: inline-block;
  vertical-align: top;
  margin: 5px 47px;
  width: 200px;
  height: 40px;
  background: url(../images/logo_1.png) no-repeat center;
}
header .nav_center {
  margin-left: 35px;
  height: 50px;
}
header .nav_center .regist {
  float: right;
  width: 120px;
  height: 50px;
  /*background: #f6f6f6;*/
  display: inline-block;
  font: 16px/50px "";
  text-align: center;
  color: #232526;
}
header .nav_center .regist:hover {
  background: #f6f6f6;
}
header .nav_center li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  position: relative;
  min-width: 100px;
  padding: 0 10px;
  margin-right: 10px;
}
header .nav_center li a {
  display: block;
  text-align: center;
  color: #232526;
  font: 16px/50px "";
}
header .nav_center li a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -1px;
  border-top: 6px solid #232526;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
header .nav_center li .nav_pop {
  height: 0;
  position: absolute;
  overflow: hidden;
  top: 40px;
  left: -24px;
  background: transparent;
  padding-top: 0px;
  z-index: 999;
  min-width: 140px;
  transition: height 0.2s cubic-bezier(0, 0, 0.2, 1) 100ms;
}
header .nav_center li .nav_pop .threePoints {
  display: block;
  vertical-align: top;
  position: relative;
  width: 0;
  top: 0px;
  left: 56px;
  border-bottom: 10px solid #eee;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}
header .nav_center li .nav_pop p {
  height: 50px;
  width: 100%;
  border-bottom: none;
  background: #f5f5f5;
  text-align: left;
  text-indent: 0;
  text-align: center;
  overflow: hidden;
}

header .nav_center li .nav_pop p span {
	display: block;
	height: 40px;
	margin: 5px;
  font: 14px/40px "";
  color: #333;
  transition: all 0.2s;
  cursor: pointer;
}
header .nav_center li .big_navpop {
  width: 800px;
  /*height: 400px !important;*/
}
header .nav_center li .big_navpop .left_nav {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 400px;
  background: #fff;
}
header .nav_center li .big_navpop .left_nav p{height: 50px;background: #0096E6;border-bottom: 1px solid #1CA1E9;font: 16px/50px "";}
header .nav_center li .big_navpop .left_nav p span{color: #fff;}
header .nav_center li .big_navpop .left_nav .active {
  background: #F5F5F5;
  border-bottom: 1px solid transparent;
}
header .nav_center li .big_navpop .left_nav .active span {
  color: #0096E6;
  color: #0096E6;
}
header .nav_center li .big_navpop .right_func {
  position: absolute;
  width: 660px;
  background: #F5F5F5;
  height: 400px;
  top: 10px;
  left: 140px;
  padding: 20px 20px;
}
header .nav_center li .big_navpop .right_func .product1 img {
  width: 196px;
  height: 85px;
}
header .nav_center li .big_navpop .right_func .product1 .inp {
  width: calc(100% - 196px);
  height: 85px;
  padding: 5px 20px;
}
header .nav_center li .big_navpop .right_func .product1 .inp p {
  border: none;
  background: #fff;
  text-align: left;
  height: auto;
}
/*
header .nav_center li .big_navpop .right_func .product2 ul li.li_link {
  width: 50%;
}
header .nav_center li .big_navpop .right_func .product2 ul li.li_link a {
  text-align: left;
}
header .nav_center li .big_navpop .right_func .product2 ul li.li_link p {
  background: transparent;
  border: none;
  text-align: left;
}
*/
header .nav_center li .big_navpop .right_func .product3,
header .nav_center li .big_navpop .right_func .product2 {
  width: 625px;
}
header .nav_center li .big_navpop .right_func .product3 p,
header .nav_center li .big_navpop .right_func .product2 p {
  border: none !important;
}
header .nav_center li .big_navpop .right_func .product3 .p_form input[type=text],
header .nav_center li .big_navpop .right_func .product2 .p_form input[type=text] {
  width: 180px;
}
header .nav_center li .big_navpop .right_func .product3 .issue i,
header .nav_center li .big_navpop .right_func .product2 .issue i {
  border: none;
}
header .nav_center li .big_navpop .right_func .product2 .p_form{margin-bottom: 0px;}
header .nav_center li .big_navpop .right_func .product2  .search_btn{margin-bottom: 0px;}
header .nav_center li .big_navpop .right_func .product4 .right_list {
  padding: 15px;
}
header .nav_center li .big_navpop .right_func .product4{background: #fff;}
header .nav_center li .big_navpop .right_func .product4 .left_search p{height: auto;border: none;background: none;text-align: left;}
header .nav_center li .big_navpop .right_func .product4 .right_list ul li {
  width: 45%;
  padding: 11px 5px;
  margin-bottom: 15px;
  box-shadow: 0px 2px 8px 2px #cee1f7;
}
header .nav_center li .big_navpop .right_func .product4 .right_list ul li a {
  padding: 0;
  color: #333;
  margin: 0;
}
header .nav_center li .big_navpop .right_func .product4 .right_list ul li a:hover {
  color: #0096E6;
}
header .nav_center li .big_navpop .right_func .product4 .right_list ul li span {
  font: 14px/30px "";
}

header .nav_center li:hover .nav_pop {
  height: 400px;
  box-shadow: 0px 11px 11px 3px rgba(0,0,0,0.35);
}
header .nav_center li:hover .product_pop {
  height: auto;
}

header .nav_center li:hover .product_pop p:hover span ,header .nav_center li:hover .news_pop p:hover span {
	background: #0096E6;
	border-radius: 2px;
  color: #fff;
}
header .nav_center li:hover .news_pop {
  height: 360px;
}
header .nav_center .logined {
  float: right;
  overflow: hidden;
  line-height: 50px;
  margin-right: 20px;
}
header .nav_center .logined .userImg {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-top: 4px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  position:  relative;
  border-radius: 50% 50%;
}
header .nav_center .logined .userImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
}
header .nav_center .logined .username {
  display: inline-block;
  font: 13px/50px "";
  color: #fff;
}
header .nav_center .logined span {
  color: #fff;
  font: 13px/50px "";
}
header .nav_center .logined a {
  color: #fff;
  font: 13px/50px "";
}
header .right_top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  height: 46px;
  margin-right: 20px;
}
header .right_top li {
  display: inline-block;
  vertical-align: top;
  height: 46px;
  font: 14px/46px "";
  color: #232526;
  text-align: center;
  min-width: 90px;
  padding: 0 10px;
}
header .right_top li a {
  color: #232526;
}
header .right_top li i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 14px;
  line-height: 1;
  transform: rotate(90deg);
  font-family: '华文细黑';
}
header .right_top li .accountPop,
header .right_top li .booksPop {
  display: block;
  height: 0;
  overflow: hidden;
  width: 110px;
  position: absolute;
  left: -1px;
  top: 45px;
  font: 14px/30px "";
  text-indent: 19px;
  z-index: 999;
}
header .right_top li .accountPop p,
header .right_top li .booksPop p {
  height: 30px;
  text-align: left;
  background: #fff;
}
header .right_top li .accountPop p a,
header .right_top li .booksPop p a {
  color: #333;
}
header .right_top li .accountPop p:hover a,
header .right_top li .booksPop p:hover a {
  color: #0096E6;
}
header .right_top li.haspop:hover {
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #333;
}
header .right_top li.haspop:hover i {
  transform: rotate(270deg);
}
header .right_top li.haspop:hover .accountPop,
header .right_top li.haspop:hover .booksPop {
  height: auto;
  border: 1px solid #ddd;
  border-top: none;
}
header .right_top li.haspop:hover .accountPop p:hover,
header .right_top li.haspop:hover .booksPop p:hover {
  background: #f3f3f3;
}
header .right_top li.haspop {
  width: 110px;
  position: relative;
  background: transparent;
}
header:hover {
  background: rgba(255, 255, 255, 0.6);
}
.index_banner {
  position: relative;
}
.index_banner .swiper-slide {
  min-height: 680px;
}
.index_banner .swiper-slide .bg_img {
  min-height: 680px;
}
.index_banner .swiper-pagination-bullets,
.index_banner .swiper-pagination-custom,
.index_banner .swiper-pagination-fraction {
  bottom: 60px;
}
.index_banner .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
}
.index_banner .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
.index_banner .swiper-pagination-bullet-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  opacity: 1;
  background: #fff;
  animation: 4.9s toRight linear forwards normal;
}
.index_banner .banner_opa {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 59%;
  margin-top: -240px;
  background: url(../images/banner_mask.png) no-repeat center;
  text-align: center;
  padding: 30px 0;
}
.index_banner .banner_opa .dec {
  display: block;
  margin: 0 auto;
}
.index_banner .banner_opa .onlinebuy {
  display: block;
  position: relative;
  z-index: 222;
  margin: -30px auto 0;
  width: 240px;
  height: 60px;
  background: url(../images/858420364819095186.png) no-repeat center;
  font: 30px/58px "";
  color: #fff;
  letter-spacing: 4px;
}
.banner{width:100%;height:680px;background-color:#fff;position:relative;overflow:hidden;}
.imgbox{width:100%;height:680px;position:relative;background-color:background: rgb(36, 40, 44);;overflow:hidden}
.img_item{width: 100%;height: 680px;position: relative; display: none;}
.img{position:absolute;left:50%;margin-left:-960px;width: 1920px;height: 680px;max-width: 1920px;}
.im{display:block}
.change{height:100px;display:block;position:absolute;z-index:20;opacity:.4;transition:.4s;top:50%;margin-top:-50px}
.change:hover{opacity:1}.pre{left:1%}.next{right:1%}
.cirbox{width:280px;position:absolute;bottom:80px;z-index:10;left:50%;margin-left:-144px;cursor:pointer;padding: 10px 0;}
.cir{ width: 40px; height: 5px; border-radius: 0;;background-color:rgba(255,255,255,.4);float:left;margin:0 5px;cursor:pointer;position: relative;}
/*.cir:hover{background-color:cyan;transition:.8s}*/
.crs:after{opacity: 1;  content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 50%; background: #fff;animation: 4.9s toRight linear forwards normal;z-index: 22222;}

@keyframes toRight {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
.forum {
  width: 1120px;
  height: 260px;
  position: relative;
  z-index: 333;
  padding: 25px 30px ;
  margin: -50px auto 0;
  background: url(../images/bg_forum.png) no-repeat center;
  overflow: hidden;
  font-size: 0;
}
.forum h2 {
  text-align: center;
  font: 22px/50px "";
  color: #000;
}
.forum .f_list {
  height: 120px;
  overflow: hidden;
  margin-top: 18px;
}
.forum ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 40px;
  font: 14px/40px "";
}
.forum ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  margin-right: 10px;
}
.forum ul li p {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  color: #444;
  width: 360px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.forum ul li p:hover {
  color: #0096E6;
}
.forum ul li span {
  color: #888;
  float: right;
  margin-right: 20px;
}
.product {
  margin: 50px auto ;
  width: 100%;
}
.product h3 {
  font: 24px/50px "";
  color: #000;
  text-align: center;
}
.product h5 {
  font: 16px/30px "";
  color: #717578;
  text-align: center;
}
.product .ali_product_layer {
  width: 100%;
  font-size: 0;
}
.product .ali_product_layer ul {
  width: 1250px;
  margin: 0 auto;
}
.product .ali_product_layer ul li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 0 50px;
  text-align: center;
  cursor: pointer;
}
.product .ali_product_layer ul li .img_box {
  width: 100%;
  height: 80px;
}
.product .ali_product_layer ul li .ibox1 {
  background: url(../images/icon_1.png) no-repeat center;
}
.product .ali_product_layer ul li .ibox2 {
  background: url(../images/icon_2.png) no-repeat center;
}
.product .ali_product_layer ul li .ibox3 {
  background: url(../images/icon_3.png) no-repeat center;
}
.product .ali_product_layer ul li .ibox4 {
  background: url(../images/icon_4.png) no-repeat center;
}
.product .ali_product_layer ul li .ibox5 {
  background: url(../images/icon_5.png) no-repeat center;
}
.product .ali_product_layer ul li .ibox6 {
  background: url(../images/icon_6.png) no-repeat center;
}
.product .ali_product_layer ul li .ibox7 {
  background: url(../images/icon_7.png) no-repeat center;
}
.product .ali_product_layer ul li span {
  display: block;
  text-align: center;
  font: 16px/30px "";
  color: #333;
}
.product .ali_product_layer ul li:hover span {
  color: #0096E6;
}
.product .ali_product_layer ul li:hover .ibox1 {
  background: url(../images/icon_1_2.png) no-repeat center;
}
.product .ali_product_layer ul li:hover .ibox2 {
  background: url(../images/icon_2_2.png) no-repeat center;
}
.product .ali_product_layer ul li:hover .ibox3 {
  background: url(../images/icon_3_2.png) no-repeat center;
}
.product .ali_product_layer ul li:hover .ibox4 {
  background: url(../images/icon_4_2.png) no-repeat center;
}
.product .ali_product_layer ul li:hover .ibox5 {
  background: url(../images/icon_5_2.png) no-repeat center;
}
.product .ali_product_layer ul li:hover .ibox6 {
  background: url(../images/icon_6_2.png) no-repeat center;
}
.product .ali_product_layer ul li:hover .ibox7 {
  background: url(../images/icon_7_2.png) no-repeat center;
}
.product .ali_product_layer ul li.active span {
  color: #0096E6;
}
.product .ali_product_layer ul li.active .ibox1 {
  background: url(../images/icon_1_2.png) no-repeat center;
}
.product .ali_product_layer ul li.active .ibox2 {
  background: url(../images/icon_2_2.png) no-repeat center;
}
.product .ali_product_layer ul li.active .ibox3 {
  background: url(../images/icon_3_2.png) no-repeat center;
}
.product .ali_product_layer ul li.active .ibox4 {
  background: url(../images/icon_4_2.png) no-repeat center;
}
.product .ali_product_layer ul li.active .ibox5 {
  background: url(../images/icon_5_2.png) no-repeat center;
}
.product .ali_product_layer ul li.active .ibox6 {
  background: url(../images/icon_6_2.png) no-repeat center;
}
.product .ali_product_layer ul li.active .ibox7 {
  background: url(../images/icon_7_2.png) no-repeat center;
}
.product .ali_product_layer ul .threePoint {
  display: block;
  position: relative;
  width: 0;
  border-bottom: 10px solid #f5f5f6;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  top: 20px;
  left: 115px;
}
.product .ali_product_layer .indicator_triangle {
  background: #f5f5f6;
  width: 100%;
  margin-top: 20px;
}
.product .ali_product_layer .indicator_triangle .indicator_content {
  width: 1250px;
  position: relative;
  padding: 30px;
  margin: 0 auto;
}
.product1 {
  width: 100%;
  padding: 30px 0;
  font-size: 0;
}
.product1 form{font-size: 0;}
.product1 img {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  height: 130px;
}
.product1 .inp {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 360px);
  height: 130px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-left: 0;
}
.product1 .inp p {
  font: 14px/30px "";
}
.product1 .inp input[type=text] {
  width: 70%;
  height: 38px;
  vertical-align: top;
  border: 1px solid #eee;
  background: #FAFAFA;
  font: 14px/36px "";
  text-indent: 10px;
  color: #333;
}
.product1 .inp input[type=text]:focus {
  border-color: #0096E6;
}
.product1 .inp input[type=submit] {
  width: 30%;
  height: 38px;
  font: 14px/38px "";
  color: #fff;
  background: #0096E6;
  border: none;
}
/*
.product2 {
  width: 100%;
  font-size: 0;
}
.product2 ul {
  width: auto !important;
}
.product2 ul li.li_link {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 33%;
  margin: 0;
  padding: 10px 20px;
  position: relative;
  border: 1px solid transparent;
}
.product2 ul li.li_link h4 {
  font: 14px/25px "";
  color: #000;.newsdynamic ul li .title
}
.product2 ul li.li_link p {
  font: 14px/25px "";
  color: #444;
}
.product2 ul li.li_link:after {
  content: "〉";
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  font: 16px/1 "";
  color: #333;
  margin-top: -5px;
}
.product2 ul li.li_link:hover {
  background: #fff;
  border: 1px solid #d1d1d1;
}
.product2 ul li.li_link:hover:after {
  display: block;
}*/
.product2,
.product3 {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 2px 2px 2px 1px #f1f1f1;
}
.product2 .choose,
.product3 .choose {
  margin: 0 auto;
  width: 240px;
  height: 40px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
}
.product2 .choose{width: 120px;}
.product2 .choose .blue_bg,
.product3 .choose .blue_bg {
  display: block;
  position: absolute;
  width: 120px;
  height: 40px;
  top: 0;
  left: 0;
  background: #0096E6;
  border-radius: 20px;
}
.product2 .choose span,
.product3 .choose span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 50%;
  height: 40px;
  text-align: center;
  font: 16px/40px "";
  color: #333;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
}
.product2 .choose span{width: 100%;}
.product2 .choose span.choosed,
.product3 .choose span.choosed {
  color: #fff;
}
.product2 .p_form,
.product3 .p_form {
  margin: 20px auto;
}
.product2 .p_form .inp_box,
.product3 .p_form .inp_box {
  border: 1px solid #D1D1D1;
  background: #f5f5f5;
  margin-bottom: 10px;
  height: 36px;
  position: relative;
}
.product2 .p_form span,
.product3 .p_form span {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  font: 16px/34px "";
  width: 80px;
  margin-left: 10px;
}
.product2 .p_form input[type=text],
.product3 .p_form input[type=text] {
  border: none;
  outline: none;
  width: 350px;
  height: 34px;
  background: transparent;
  font: 16px/34px "";
  color: #333;
}
.product2 .p_form .select_opa,
.product3 .p_form .select_opa {
  text-align: center;
  margin: 20px auto;
}
.product2 .p_form .select_opa p,
.product3 .p_form .select_opa p {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 36px;
  text-align: left;
  cursor: pointer;
  margin-right: 20px;
  background: url(../images/unselect.png) no-repeat center;
  font: 14px/36px "";
  color: #000;
}
.product3 .p_form .select_opa p i,
.product2 .p_form .select_opa p i {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 8px  7px 0 15px;
}
.product3 .p_form .select_opa p.selected,
.product2 .p_form .select_opa p.selected {
  background: url(../images/select.png) no-repeat center;
  color: #0096E6;
}
.product3 .p_form .select_opa p.selected.select1 i,
.product2 .p_form .select_opa p.selected.select1 i {
  background-image: url(../images/icon_14.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa p.selected.select2 i,
.product2 .p_form .select_opa p.selected.select2 i {
  background-image: url(../images/icon_15.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa p.selected.select3 i,
.product2 .p_form .select_opa p.selected.select3 i {
  background-image: url(../images/icon_16.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa p.selected.select4 i,
.product2 .p_form .select_opa p.selected.select4 i {
  background-image: url(../images/icon_16.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa p.selected.select5 i,
.product2 .p_form .select_opa p.selected.select5 i {
  background-image: url(../images/icon_17.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa p.selected.select6 i,
.product2 .p_form .select_opa p.selected.select6 i {
  background-image: url(../images/icon_18.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa .select1 i,
.product2 .p_form .select_opa .select1 i {
  background-image: url(../images/icon_14_2.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa .select2 i,
.product2 .p_form .select_opa .select2 i {
  background-image: url(../images/icon_15_2.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa .select3 i,
.product2 .p_form .select_opa .select3 i {
  background-image: url(../images/icon_16_2.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa .select4 i,
.product2 .p_form .select_opa .select4 i {
  background-image: url(../images/icon_16_2.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa .select5 i,
.product2 .p_form .select_opa .select5 i {
  background-image: url(../images/icon_17_2.png);
  background-size: 100% 100%;
}
.product3 .p_form .select_opa .select6 i,
.product2 .p_form .select_opa .select6 i {
  background-image: url(../images/icon_18_2.png);
  background-size: 100% 100%;
}
.product3 .p_form .search_btn,
.product2 .p_form .search_btn {
  display: block;
  margin: 30px auto;
  width: 260px;
  height: 40px;
  border: none;
  outline: none;
  background: #0096E6;
  color: #fff;
  font: 16px/40px "";
  border-radius: 20px;
  text-align: center;
}
.product3 .issue,
.product2 .issue {
  display: block;
  text-align: right;
  font: 15px/30px "";
  color: #0096E6;
}
.product3 .issue i,
.product2 .issue i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/edit.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.product4 {
  width: 100%;
  font-size: 0;
}
.product4 .left_search {
  display: inline-block;
  vertical-align: top;
  width: 248px;
  background: #fff;
  border-radius: 3px;
  padding: 16px 14px;
}
.product4 .left_search h4 {
  font: 18px/32px "";
  color: #000;
}
.product4 .left_search textarea {
  width: 100%;
  height: 190px;
  border-radius: 3px;
  background: #fdfdfd;
  border-color: #ddd;
  font: 14px/20px "";
  resize: none;
  padding: 12px;
}
.product4 .left_search input[type=button] {
  width: 100%;
  height: 32px;
  font: 16px/32px "";
  color: #fff;
  background: #0096E6;
  border: none;
  outline: none;
  border-radius: 3px;
  margin: 12px auto;
}
.product4 .left_search p {
  font: 14px/30px "";
  color: #000;
  margin-top: 5px;
}
.product4 .left_search span {
  display: block;
  font: 14px/20px "";
  color: #777;
}
.product4 .right_list {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 248px);
  padding: 40px;
}
.product4 .right_list ul {
  width: 100% !important;
}
.product4 .right_list ul li {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  background: #fff;
  margin: 0 5% 30px 0 ;
  border-radius: 5px;
  padding: 30px 20px;
  text-align: center;
}
.product4 .right_list ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.hidden {
  display: none;
}
.solution {
  width: 100%;
  height: 530px;
  background: #373D41;
  padding: 40px 0 0;
}
.solution h3 {
  font: 24px/40px "";
  color: #fff;
  text-align: center;
}
.solution h5 {
  font: 16px/30px "";
  color: #fff;
  text-align: center;
}
.solution .sol_list {
  width: 1400px;
  margin: 30px auto;
  font-size: 0;
}
.solution .sol_list li {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 420px;
  position: relative;
}
.solution .sol_list li .sol_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.solution .sol_list li .mask_blue {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent;
  transition: all 0.2s;
  overflow: hidden;
}
.solution .sol_list li .mask_blue img {
  display: block;
  margin: 100px auto 35px;
  transition: all 0.2s;
}
.solution .sol_list li .mask_blue h4 {
  font: 22px/35px "";
  color: #fff;
  text-align: center;
  transition: all 0.2s;
}
.solution .sol_list li .mask_blue p {
  font: 13px/20px "";
  color: transparent;
  text-align: center;
  padding: 0 20px;
  transition: all 0.2s;
}
.solution .sol_list li .mask_blue a {
  display: block;
  width: 140px;
  height: 40px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid transparent;
  font: 16px/38px "";
  color: transparent;
  transition: all 0.2s;
}
.solution .sol_list li .mask_blue:hover {
  background: rgba(0, 150, 230, 0.6);
}
.solution .sol_list li .mask_blue:hover p {
  color: #fff;
}
.solution .sol_list li .mask_blue:hover a {
    border-color: #fff;
    color: #fff;
    position: absolute;
    transition: all 0.2s;
    bottom: 30px;
    left: 50%;
    margin-left: -70px;
}
.solution .sol_list li .mask_blue:hover a:hover {
  background: #0096E6;
  border-color: #0096E6;
}
.newsdynamic {
  margin: 50px auto;
  font-size: 0;
}
.newsdynamic h3 {
  font: 24px/40px "";
  color: #000;
  text-align: center;
}
.newsdynamic h5 {
  font: 16px/30px "";
  color: #777;
  text-align: center;
}
.newsdynamic ul {
  width: 1200px;
  margin: 40px auto;
}
.newsdynamic ul li {
  display: inline-block;
  vertical-align: top;
  width: 285px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.newsdynamic ul li .news_img {
  width: 100%;
  position: relative;
}
.newsdynamic ul li .news_img img {
  width: 100%;
  height: 170px;
}
.newsdynamic ul li .news_img h5 {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 40px;
  font: 16px/40px "";
  color: #fff;
  text-align: center;
}
.newsdynamic ul li .title {
  border: 1px solid #D1D1D1;
  width: 100%;
  border-top: none;
  padding: 15px 10px;
  height: 72px;
  font: 14px/20px "";
  overflow: hidden;
}
.newsdynamic ul li .title span{
	display: block;height: 40px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
footer {
  width: 100%;
  margin: 0px auto ;
  background: #232526;
  padding: 40px 0 52px;
}
footer {
  width: 100%;
  margin: 50px auto 0;
  background: #232526;
  padding: 40px 0 52px;
}
footer .widthcenter {
  width: 1200px;
  margin: 0 auto;
}
footer .widthcenter .left_footer {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
footer .widthcenter .left_footer .tel {
  margin-bottom: 10px;
}
footer .widthcenter .left_footer .tel img {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 10px;
}
footer .widthcenter .left_footer .tel .r_tel {
  display: inline-block;
  vertical-align: top;
  width: 230px;
}
footer .widthcenter .left_footer .tel .r_tel p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.17px;
  margin-bottom: 5px;
}
footer .widthcenter .left_footer .tel .r_tel p span {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  margin-left: 15px;
}
footer .widthcenter .left_footer .tel .r_tel p span a {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.21px;
  line-height: 1;
}
footer .widthcenter .left_footer .tel .r_tel p span font {
  display: block;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #BBBBBB;
}
footer .widthcenter .left_footer .tel .r_tel p button {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 30px;
  background: #0096E6;
  color: #fff;
  font: 13px/30px "";
  border: none;
  outline: none;
  margin-left: 15px;
  border-radius: 3px;
}
footer .widthcenter .left_footer .tel .r_tel p button:hover {
  background: #0585FE;
}
footer .widthcenter .left_footer h3 {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #BBBBBB;
  letter-spacing: 0.92px;
  font-weight: bold;
}
footer .widthcenter .left_footer p {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #bbb;
  line-height: 22px;
}
footer .widthcenter ul {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
footer .widthcenter ul li {
  display: inline-block;
  vertical-align: top;
  font: 16px/30px "";
  color: #fff;
  margin-right: 20px;
}
footer .widthcenter ul li h3 {
  font: 16px/30px "";
  color: #fff;
}
footer .widthcenter ul li ul {
  margin: 0;
}
footer .widthcenter ul li ul > li {
  display: block;
  margin-right: 0;
  font: 13px/30px "";
  color: #bbb;
}
footer .widthcenter ul li ul > li a {
  color: #bbb;
}
footer .widthcenter ul li ul > li:last-child {
  margin-left: 0;
  border-left: none;
  width: auto;
  padding: 0;
}
footer .widthcenter ul li:last-child {
  border-left: 1px solid #bbb;
  height: 259px;
  padding-left: 20px;
  width: 150px;
}
footer .widthcenter ul li:last-child img {
  display: block;
  margin: 10px 0 20px;
}
footer .widthcenter ul li:last-child p {
  display: inline-block;
  width: 250px;
  vertical-align: bottom;
  font: 13px/18px "";
  color: #bbb;
}
footer .widthcenter ul li ul li:last-child {
  height: auto;
}
footer .widthcenter .colla {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #bbb;
  height: 72px;
}
footer .widthcenter .colla h4 {
  display: inline-block;
  vertical-align: top;
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  line-height: 72px;
  color: #FFFFFF;
  font-weight: normal;
  letter-spacing: 0.17px;
}
footer .widthcenter .colla p {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  font-family: PingFangSC-Regular;
  font-size: 15px;
  line-height: 72px;
  letter-spacing: 0.16px;
  color: #BBBBBB;
}
footer .widthcenter .colla p a {
  color: #bbb;
}
footer .widthcenter .records {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0px auto 20px;
  font: 13px/54px "";
  text-align: left;
  height: 56px;
  color: #FFFFFF;
  letter-spacing: 0.14px;
}
footer .widthcenter .records img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -4px;
}
footer .widthcenter .records a {
    color: #fff;
}
footer .widthcenter .records img.int_img {
  margin-left: 20px;
}
footer .copyright {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.14px;
  text-align: left;
}
.top {
  background: #fff;
  height: 90px;
  border-bottom: 1px solid #d1d1d1;
}
.top .logo_img {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  position: relative;
}
.top .logo_img:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  position: absolute;
  width: 31px;
  height: 20px;
  background: url(../images/new_icon.png) no-repeat center;
  top: -20px;
  left: 185px;
}
.top .search_top {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 60px;
  font-size: 0;
}
.top .search_top input[type=text] {
  width: 440px;
  height: 34px;
  border: 1px solid #bbb;
  vertical-align: top;
  outline: none;
  text-indent: 10px;
  font: 14px/32px "";
  color: #333;
}
.top .search_top input[type=text]:focus {
  border-color: #0096E6;
}
.top .search_top input[type=button] {
  width: 100px;
  border: none;
  outline: none;
  height: 34px;
  background: #0096E6;
  font: 14px/34px "";
  color: #fff;
}
.red {
  color: #d21c1c;
}
.blue {
  color: blue;
}
.content {
  margin: 30px auto;
  font-size: 0;
}
.content .left_slide {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  border: 1px solid #d1d1d1;
  background: #fff;
}
.content .left_slide h2 {
  font: 14px/39px "";
  border-bottom: 1px solid #ddd;
  background: #fbfbfb;
  text-indent: 20px;
}
.content .left_slide ul {
  margin-left: 20px;
}
.content .left_slide ul li {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content .left_slide ul li h4 {
  font: 14px/20px "";
  color: #0096E6;
  font-weight: bolder;
}
.content .left_slide ul li p {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #1A1A1A;
  letter-spacing: 0.14px;
  padding-right: 20px;
  max-height: 38px;
  overflow: hidden;
}
.content .left_slide ul li:last-child {
  border-bottom: none;
}
.content .left_slide .more {
  display: block;
  text-align: right;
  padding-right: 16px;
  font: 14px/30px "";
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.content .left_slide .looknow {
  display: block;
  margin: 20px auto;
  width: 260px;
  height: 152px;
  background: url(../images/advertising.png) no-repeat center;
}
.content .left_slide .slide_search {
  width: 260px;
  height: 400px;
  background: url() no-repeat center, #0096E6;
  overflow: hidden;
  margin: 20px auto 20px;
  text-align: center;
  padding-top: 80px;
  font-size: 0;
}
.content .left_slide .slide_search input[type="text"] {
  display: inline-block;
  vertical-align: top;
  width: 154px;
  height: 30px;
  border: none;
  outline: none;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  font: 13px/30px "";
  text-indent: 10px;
  color: #333;
}
.content .left_slide .slide_search input[type=button] {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 30px;
  font: 13px/30px "";
  color: #fff;
  background: #0585FE;
  border: none;
  outline: none;
}
.content .right {
  display: inline-block;
  vertical-align: top;
  width: 920px;
}
.content .guess {
  display: inline-block;
  vertical-align: top;
  width: 900px;
  margin-left: 20px;
  border: 1px solid #ddd;
  background: #fbfbfb;
  margin-bottom: 10px;
  padding: 10px;
}
.content .guess span {
  display: inline-block;
  vertical-align: top;
  font: 14px/30px "";
  color: #333;
  width: 80px;
}
.content .guess .r_choose {
  display: inline-block;
  vertical-align: top;
  width: 780px;
  height: 80px;
  overflow: hidden;
}
.content .guess .r_choose a {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  padding: 0 15px;
  margin: 0px 10px 10px 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  font: 14px/28px "";
  color: #1a1a1a;
}
.content .guess .r_choose a:hover {
  color: #fff;
  background: #0096E6;
  border-color: #0096E6;
}
.content .guess p {
  width: 100%;
}
.content .guess p a {
  float: right;
  font: 14px/20px "";
  color: #666;
  margin-right: 20px;
}
.content .right_content {
  display: inline-block;
  vertical-align: top;
  width: 900px;
  margin-left: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.content .right_content h2 {
  background: #FBFBFB;
  border-bottom: 1px solid #DDDDDD;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #444444;
  letter-spacing: 0.15px;
  line-height: 39px;
}
.content .right_content h2 p {
  display: inline-block;
  vertical-align: top;
  text-indent: 20px;
}
.content .right_content h2 .time {
  float: right;
  margin-right: 20px;
  color: #666;
}
.content .right_content h3 {
  padding-left: 24px;
  margin-top: 16px;
}
.content .right_content ul {
  margin: 20px auto;
  padding: 0 24px;
}
.content .right_content ul li {
  margin-bottom: 15px;
}
.content .right_content ul li .title {
  display: block;
  color: #000;
  font: 16px/30px "";
  text-decoration: underline;
}
.content .right_content ul li .title span {
  color: #d21c1c;
  text-decoration: underline;
}
.content .right_content ul li .r_title {
  display: block;
  color: blue;
  font: 16px/30px "";
  text-decoration: underline;
}
.content .right_content ul li h4 {
  font: 14px/20px "";
  color: #000;
  font-weight: bold;
}
.content .right_content ul li .text {
  font: 14px/20px "";
  color: #666;
}
.content .right_content ul li .correlation {
  margin-top: 10px;
  font: 13px/20px "";
  color: #222;
}
.content .right_content ul li .correlation a {
  color: #0096E6;
  margin-right: 10px;
}
.content .right_content ul li .correlation .cor_more {
  display: inline-block;
  vertical-align: top;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
.content .right_content ul li .goods {
  margin-top: 5px;
  font: 13px/20px "";
  color: #222;
}
.content .right_content ul li .goods a {
  color: #333;
  text-decoration: underline;
  margin-right: 10px;
}
.content .right_content ul li .goods a span {
  color: #d21c1c;
  text-decoration: underline ;
}
.content .right_content ul li .goods .cor_more {
  display: inline-block;
  vertical-align: top;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
.pages {
  margin: 80px 0 36px;
  padding-left: 24px;
  font-size: 0;
}
.pages a {
  display: inline-block;
  vertical-align: top;
  min-width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0 5px;
  font: 14px/34px "";
  color: #000;
  text-align: center;
  margin-right: 2px;
}
.pages a:hover,
.pages a.active {
  color: #fff;
  border-color: #0096E6;
  background: #0096E6;
}
.details {
  background: #fff;
  margin: 30px auto;
  width: 1200px;
  border: 1px solid #ddd;
  padding-bottom: 50px;
}
.details .title_img {
  width: 100%;
  height: 100px;
  background: url(../images/bg.png) no-repeat center;
  border-left: 5px solid #0096E6;
  overflow: hidden;
  padding: 26px 0 0 24px;
}
.details .title_img h2 {
  font: 20px/30px "";
  color: #0096E6;
}
.details .title_img p {
  font: 14px/20px "";
  color: #333;
}
.details h3 {
  font: 16px/1 "";
  color: #000;
  font-weight: bolder;
  border-left: 3px solid #0096E6;
  padding-left: 6px;
  margin: 30px 0 12px 24px;
}
.details .pd20 {
  font: 14px/20px "";
  color: #444;
  padding-left: 33px;
  margin-bottom: 10px;
}
.details .pd40 {
  font: 14px/20px "";
  color: #444;
  padding-left: 44px;
  margin-bottom: 10px;
}
.details .pd60 {
  font: 14px/20px "";
  color: #444;
  padding-left: 55px;
  margin-bottom: 10px;
}
.details table {
  margin-left: 24px;
  border: 1px solid #ddd;
  width: 1152px;
}
.details table td,
.details table th {
  height: 32px;
  font: 14px/32px "";
  text-align: center;
}
.notfind {
  width: 800px;
  margin: 30px auto;
  padding-top: 120px;
}
.notfind img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 70px;
}
.notfind .r_text {
  display: inline-block;
  vertical-align: middle;
  width: 500px;
}
.notfind .r_text h3 {
  font: 16px/30px "";
  margin-bottom: 40px;
  color: #000;
}
.notfind .r_text h3 span {
  color: #d21c1c;
}
.notfind .r_text p {
  color: #000;
}


.secondPage{background: #fff;}

.content_tab_list li a, .content_tab_list1 li a{font-size: 14px;}
header .nav_center li .big_navpop .right_func .product1 .inp{font-size: 0;}
.newheader .nav_center li:hover .product2 a.issue{color: #0096e6;}
.newheader .nav_center li:hover .product4 .right_list ul{font-size: 0;}

.bswl_1,.bswl_3{width: 100%;background: #f5f5f5;padding: 40px 0;}
.bswl_1 h2,.bswl_2 h2,.bswl_3 h2{font: 24px/50px "";text-align: center;margin-bottom: 20px;}
.bswl_1 img{margin-bottom: 40px;}
.bswl_2{width: 100%;background: #fff;padding: 40px 0;}



.unselect{ -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}
.unselect *{ -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}