/*首页公共样式*/
.home-headline {
  text-align: center;
  font-weight: bold;
}
.home-headline2 {
  text-align: center;
  font-weight: bold;
}

/*首页小标题*/
@media (min-width: 1000px) {
  .home-headline {
    margin: 50px 0 60px;
  }
  .home-headline2 {
    margin: 50px 0 60px;
  }
  .home-headline3 {
    margin: 50px 0 60px;
    text-align: center;
  }
  .home-headline span {
    font-size: 32px;
    color: #0152a7;
    width: 1207px;
    display: block;
  }
  .home-headline2 span {
    font-size: 30px;
    width: 1207px;
    display: block;
    font-weight: bold;
    margin: 0 auto;
  }
  .home-headline3 span {
    font-size: 26px;
    color: #fff;
    width: 1207px;
    display: block;
    font-weight: normal;
  }
}
@media (max-width: 1000px) {
  .home-headline {
    margin: 30px 0;
  }
  .home-headline2 {
    padding: 30px 0;
  }
  .home-headline span {
    font-size: 20px;
  }
  .home-headline2 span {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
  }
}

/*分页-产品中心*/
/*内页样式*/
@media (min-width: 1000px) {
  .product-box li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-list .images-x li {
    margin-bottom: 10px;
  }
  .images-list .row .item img {
    display: block;
    width: 100% !important;
    height: 250px !important;
    transition: all 0.3s ease-out 0s;
  }
  .product-content .box {
    padding: 30px;
  }
  .product-content {
    border: 13px solid rgb(246, 246, 246);
    margin-top: 30px;
  }
  .product-content .title {
    color: #008aff;
    font-weight: bold;
  }
  .product-box ul li a:hover .box-img {
    opacity: 1;
    transform: scale(1.1);
  }
  .product-box ul li a:hover img {
    transform: scale(1.08, 1.08);
  }
  .product-box ul li a:hover .box-mask {
    opacity: 1;
    transform: scale(1.1);
  }
  .product-box ul li a:hover .box {
    border-color: #2b41a4;
  }
  .images-x li .box:hover {
    border-color: transparent;
  }
  .images-list .row .item a:hover img {
    transform: scale(1.1, 1.1);
  }
}

@media (max-width: 1000px) {
  .images-x li {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .images-x li .box {
    padding: 6px;
  }
  .images-x li .box .title {
    font-size: 13px;
  }
  .images-list .row .item img {
    display: block;
    width: 100% !important;
    height: 93px !important;
    transition: all 0.3s ease-out 0s;
  }
  .product-content .title {
    font-weight: bold;
    padding-top: 20px;
  }
}
.images-x li .box {
  border: 1px solid transparent;
}
.images-x li .box .box-img {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 40%;
  left: 45%;
  opacity: 0;
  transition: all 0.7s;
  transform: scale(0);
}
.images-x li .box .box-img img {
  width: 100% !important;
  height: 100% !important;
}
.images-x li .box .box-mask {
  top: 0;
  left: 0;
  background: #008aff none repeat scroll 0% 0%;
  width: 100%;
  height: 100%;
  transform: scale(0);
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.7s;
}
.page {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.product-box ul {
  text-align: center;
}
.product-box ul li a {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.images-list .row .item .intro {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
}

/*图片列表*/
.images-list .row .item a {
  display: block;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .intel {
    padding-top: 10px;
  }
  .product-box2 .row .item .box-borser {
    width: calc(100% + 10px);
    height: calc(100% + 280px);
    left: -7px;
    top: -138px;
    position: absolute;
    transition: all 0.7s;
  }
  .product-box2 .row .item:hover .box-borser {
    left: 20px;
    top: -100px;
    width: calc(100% - 40px);
    height: calc(100% - -208px);
    z-index: 1;
  }
  .images-x .item .box {
  }
  .images-x .item .box .title {
    font-size: 13px;
  }
  .images-x .item .box {
    border: 1px solid transparent;
  }
  .images-x .item .box:hover {
    border-color: transparent;
  }
  .images-x .item .box .box-img img {
    width: 100% !important;
    height: 100% !important;
  }
  .images-x .item .cloud .box-img {
    width: 300px;
    height: auto;
    position: absolute;
    top: 0%;
    opacity: 0;
    transition: all 0.7s;
    transform: scale(0);
    background: rgba(255, 126, 0, 1);
    padding: 100px 10px;
  }
  .images-x .item .cloud .box-mask {
    top: 64px;
    left: -164px;
    background: rgba(25, 25, 25, 0.3) none repeat scroll 0% 0%;
    width: 100%;
    height: auto;
    transform: scale(0);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.7s;
  }
  .images-x .item .cloud2 .box-img {
    width: 300px;
    height: auto;
    position: absolute;
    top: 0%;
    opacity: 0;
    transition: all 0.7s;
    transform: scale(0);
    background: rgba(0, 138, 255, 1);
    padding: 20px 30px;
  }
  .images-x .item .cloud2 .box-mask {
    top: 45px;
    left: -164px;
    background: rgba(25, 25, 25, 0.3) none repeat scroll 0% 0%;
    width: 100%;
    height: auto;
    transform: scale(0);
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.7s;
  }
  .sa {
    padding-top: 10px;
  }
  .cloud img {
    display: block;
    width: 100% !important;
    height: 500px !important;
  }
  .cloud2 img {
    display: block;
    width: 100% !important;
    height: 245px !important;
  }

  .product-box2 .row {
    text-align: center;
  }
  .product-box2 .row .item a .box-img {
    color: #fff;
  }
  .product-box2 .row .item .cloud2 .box-img p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .product-box2 .row .item .cloud .box-img p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  .product-box2 .row .item a:hover .box-img {
    opacity: 1;
    transform: scale(1.1);
  }
  .product-box2 .row .item a:hover img {
    overflow: hidden;
  }
  .product-box2 .row .item a:hover .box-mask {
    opacity: 1;
    transform: scale(1.1);
  }
  .product-box2 .row .item a:hover .box {
    border-color: #2b41a4;
  }
  .product-box2 .row .item a {
    position: relative;
    background-color: #4b9600;
  }

  .product-box2 .item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
  }
  .images-list .row .item a:hover img {
    transform: scale(1.1, 1.1);
  }
}
@media (max-width: 1000px) {
  .images-x .item {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .da {
    padding-top: 0 !important;
  }
  .pad {
    padding-top: 0 !important;
  }
  .sa {
    padding-top: 10px;
  }
  .cloud img {
    display: block;
    width: 100% !important;
    height: 100px !important;
  }
  .cloud2 img {
    display: block;
    width: 100% !important;
    height: 100px !important;
  }
  .product-box2 .row .item .box-img p {
    display: none;
  }
  .images-x .item .box-img {
    text-align: center;
    padding: 10px 0;
  }
}

/*news*/
.pa_textlist_3 .item {
  padding: 20px 0px;
  border-bottom: 1px dashed #d9d9d9;
}

.pa_textlist_3 .item .picbox {
  display: block;
  overflow: hidden;
}
.pa_textlist_3 .item .picbox img {
  transition: all 0.3s ease;
}
.pa_textlist_3 .item .picbox:hover img {
  transform: scale(1.1, 1.1);
}
.pa_textlist_3 .item .date {
  margin-bottom: 6px;
  font-size: 11px;
  display: inline-block;
}
.pa_textlist_3 .item .intro {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pa_textlist_3 .item .title {
  font-size: 16px;
  font-weight: bold;
}
.tion {
  border: 1px solid #e5e5e5;
  padding: 10px;
  background: #f5f5f5;
  font-size: 12px;
  margin: 15px 0;
}
@media (min-width: 1000px) {
  .contentbox {
    padding-left: 0;
  }
  .pa_textlist_3 {
    margin-left: -15px;
  }
  .pa_textlist_3 .col-md-3 {
    padding-left: 0;
  }
  .pa_textlist_3 .titlebox {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 1000px) {
  .pa_textlist_3 .item {
    padding: 15px 0;
  }
  .pa_textlist_3 .contentbox2 {
    padding-left: 0;
    padding-right: 0;
  }
  .case-news ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .pa_textlist_3 .titlebox {
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .pa_textlist_3 .item .intro {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
  .case-news ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/*------------------------add---------------------------------------*/
/*top*/
.home-headline {
  text-align: center;
  font-weight: normal;
}
.home-headline i {
  background-color: #54bfc4;
  height: 2px;
  width: 40px;
  display: block;
  margin: 10px auto;
}
.num {
  padding-top: 30px;
  color: #fff;
  text-align: right;
}
.num img {
  width: 15px;
  height: auto;
}
.num p {
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}

a.btn-more {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; /* Firefox 4 */
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -o-transition: all 0.5s ease; /* Opera */
}
a.btn-more2 {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; /* Firefox 4 */
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
  -o-transition: all 0.5s ease; /* Opera */
}
@media (min-width: 1000px) {
  .homemore {
    margin-top: 30px;
  }
  .homemore2 {
    margin-top: 30px;
  }
  .homemore a {
    padding: 12px 40px;
  }
  .homemore2 a {
    padding: 12px 40px;
  }
  .moss {
    padding-top: 10px;
  }
}
@media (max-width: 1000px) {
  .homemore {
    margin-top: 20px;
    text-align: center;
  }
  .homemore2 {
    margin-top: 20px;
    text-align: center;
  }
  .homemore a {
    padding: 8px 30px;
  }
  .homemore2 a {
    padding: 8px 30px;
  }
}
.homemore a {
  text-align: center;
  background-color: rgba(0, 138, 255, 1);
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
}
.homemore2 a {
  text-align: center;
  background-color: rgba(255, 126, 0, 1);
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  border-radius: 30px 30px 30px 30px;
  color: #fff;
}
.homemore a:hover {
  background-color: rgb(0, 138, 255);
}
.homemore2 a:hover {
  background-color: rgba(255, 126, 0, 1);
}

/*联系我们*/
.service .infor {
  line-height: 180%;
  font-size: 24px;
  font-weight: bold;
}
.service p {
  font-size: 18px;
  line-height: 180%;
  color: #008aff;
  font-weight: bold;
}
.frame .frame-bg {
  border: 1px solid rgb(242, 244, 249);
  padding: 30px 15px;
  height: 216px;
  text-align: center;
}
.headline {
  padding-bottom: 15px;
}
.frame-bg h5 {
  padding-bottom: 10px;
}
.frame p {
  line-height: 22.4px;
}

@media (min-width: 1000px) {
  .service {
    padding: 30px 0;
    text-align: left;
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  .service {
    padding: 5px 15px 20px;
    text-align: center;
  }
}

/*footer*/
.wiaq p {
  color: #bababa;
  font-size: 12px;
}
.wiaq li {
  display: inline-block;
}
.wiaq ul {
  padding-top: 10px;
}
.wiaq li:nth-child(2) {
  padding-left: 10px;
}
.ewm-img img {
  width: 100%;
}
.footernav li {
  display: inline-block;
  margin-top: 10px;
}
.footernav li a {
  color: #cccccc;
  font-size: 10px;
}
.title-dZ {
  padding-left: 50px;
}
.title-dZ .lxfscc {
  color: #fff;
  font-size: 17px;
}
.title-dZ2 .lxfscc {
  color: #fff;
  font-size: 17px;
}
.title-dZ3 .lxfscc {
  color: #fff;
  font-size: 17px;
}
.title-dZ3 {
  text-align: left;
  padding-left: 60px;
}
.title-dZ .xx p {
  line-height: 210%;
}
.title-dZ .navigation {
  line-height: 210%;
}
.accoun img {
  width: 45%;
}
.tailored {
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.tailored .tit {
  font-size: 36px;
  line-height: 160%;
}
@media (min-width: 1000px) {
  .foo-footer {
    color: rgb(186, 186, 186);
    background-color: #000;
    padding-top: 30px;
  }
}

@media (max-width: 1000px) {
  .foo-footer {
    color: rgb(186, 186, 186);
    background-color: #000;
  }
  footer {
    background-color: #000;
  }
  .db-mg {
    margin-right: 15px;
  }
  .foo-footer {
    margin-bottom: 50px;
  }
}

/*在线留言*/
.div-img {
  position: relative;
  overflow: hidden;
}
.div-img img {
  display: block;
  width: 100%;
  transition: all 0.3s ease-out 0s;
}
.system p {
  position: relative;
  bottom: 54px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px 0;
}

/*新闻内页*/

.bshare-custom {
  display: inline-block;
}
@media (min-width: 1000px) {
  .ht {
    font-size: 18px;
    line-height: 3;
    font-weight: 600;
    color: #008aff;
  }
}
@media (max-width: 1000px) {
  .ht {
    font-size: 18px;
    line-height: 3;
    font-weight: 600;
  }
}

/*新闻栏目模板*/
.pa_textlist_2 .picbox {
  width: 100%;
  position: relative;
}
.pa_textlist_2 .item {
  padding: 20px 0px;
  border-bottom: 1px dashed #ddd;
}
.pa_textlist_2 .picbox img {
  width: 100%;
}
.pa_textlist_2 .title {
  font-size: 18px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .pa_textlist_2 .title {
    font-size: 16px;
  }
}
@media (max-width: 468px) {
  a.container {
    max-width: 1230px;
  }
}

/*首页-新闻中心*/
.pa_textlist_3 .tta {
  border: none;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 21px;
  padding-top: 10px;
}

@media (min-width: 1000px) {
}
@media (max-width: 1000px) {
}
.pa_text .hidden-mask .mask-left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.pa_text .picbox {
  width: 100%;
  position: relative;
}
.pa_text .hidden-mask .mask-right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.pa_text .hidden-mask:hover .mask-left,
.pa_text .hidden-mask:hover .mask-right {
  width: 0%;
}
.pa_text .item {
}
.pa_text .picbox img {
  width: 100%;
  transition: 0.3s linear;
}
.pa_text .picbox:hover img {
  transform: scale(1.1, 1.1);
}
.pa_text .title {
  font-size: 16px;
  margin-bottom: 8px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pa_text .title:hover {
  color: #fff;
}
.pa_text .box {
  background: #008aff;
  color: #fff;
  padding: 10px 5px;
}
.pa_text .box .introduct {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pa_text .title {
    font-size: 16px;
  }
}
@media (max-width: 468px) {
  .pa_text .title {
    font-size: 16px;
  }
  .pa_text .introduct {
    display: none;
  }
}
