@charset "UTF-8";

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: #1b1b1b;
}

* {
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
}

.bgcolor {
  background-color: #eaeaea;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

.clear {
  clear: both;
}

li {
  list-style: none
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}




.w1520 {
  width: 79%;
  margin: 0 auto;
}

html,
body {
  color: #777;

}

input,
textarea,
select {
  margin: 0;
  padding: 0;
}

input {
  border: none;
}

a {
  color: #777;

}

a:hover {
  color: #333;
}





img.up-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  *height: auto;
}

.pagination {
  /* position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 10px; */
  margin-bottom: 25px;
}

.pagination span {
  /* display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #dadada;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: top; */
}

.pagination span.swiper-pagination-bullet-active {
  border: 1px solid #3b3b3b;
  background: none;
}

header {
  position: relative;
  z-index: 10;
  transition: transform 0.5s ease 0s;
  height: 100px;
}

header .header-main {
  width: 100%;
  padding-top: 24px;
  background-color: #fff;
  transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
  position: fixed;
  left: 0;
  top: 0;
  border-bottom: solid 1px #d7d7d7;
}

header .logo img {
  transition: all 0.3s ease 0s;
  width: 385px;
}

header .nav-link {
  position: relative;
  margin-top: 4px;
}

header .nav-link .nav {
  line-height: 40px;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}

header .nav-link .nav a.tit-a {
  color: #333;
  display: inline-block;
  transition: all 0.3s ease 0s;
  line-height: 40px;
}

header .nav-link .nav a.tit-a:hover {
  color: #888;
}

header .nav-link .nav li {
  padding-left: 36px;
  height: 40px;
  padding-bottom: 32px;
  transition: all 0.3s ease 0s;
  position: relative;
  float: left;
}

header .nav-link .nav li.cur a.tit-a {
  color: #888;
}

header .nav-link .nav li .sub-nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  z-index: 2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
}

header .nav-link .nav li .sub-nav dl {
  float: right;
  width: 660px;
}

header .nav-link .nav li .sub-nav dd {
  margin-right: 60px;
  font-size: 14px;
  line-height: 47px;
  padding-top: 4px;
  position: relative;
  float: left;
}

header .nav-link .nav li .sub-nav dd a {}

header .nav-link .nav li .sub-nav dd a {
  display: inline-block;
  color: #777;
}

header .nav-link .nav li .sub-nav dd i {
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color: #333;
}

header .nav-link .nav li .sub-nav dd:hover a {
  color: #333;
}

header .nav-link .nav li .sub-nav dd:hover i {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}

header .nav-link .nav li .sub-nav dd.hover a {
  color: #333;
}

header .nav-link .nav li .sub-nav dd.hover i {
  left: 0;
  width: 100%;
}

header .nav-link .nav .line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  float: left;
  margin-left: 33px;
  margin-top: 16px;
}

header .nav-link .extra-nav {
  color: #333;
}

header .nav-link .sub-menu {
  width: 722px;
  position: absolute;
  left: 0;
  top: 72px;
  background-color: #fff;
  display: none;
}

header .nav-link .sub-menu .boxs {
  border-top: 1px solid #444444;
  display: none;
}

header .nav-link .sub-menu ul {
  width: 236px;
  border: 1px solid #d0d0d0;
}

header .nav-link .sub-menu li {
  border-top: 1px solid #d0d0d0;
  line-height: 44px;
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  transition: background 0.3s ease 0s;
}

header .nav-link .sub-menu li a {
  display: block;
  width: 186px;
  padding: 10px 25px;
}

header .nav-link .sub-menu li:hover {
  background-color: #eee;
}

header .nav-link .sub-menu li:first-child {
  border-top: none;
}

header .nav-link .sub-menu .img-box {
  padding-top: 13px;
  margin-left: 12px;
  padding-bottom: 10px;
}

header .nav-link .sub-menu .img-box .img {
  display: block;
  width: 225px;
  position: relative;
  margin-right: 10px;
  float: left;
}

header .nav-link .sub-menu .img-box .up-tit {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42px;
}

header .nav-link .sub-menu .img-box .up-tit p {
  font-size: 70px;
  font-family: "Trump";
  color: #fff;
  line-height: 80px;
}

header .nav-link .sub-menu .img-box .up-tit .line {
  display: block;
  width: 78px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
}

header .extra-link {
  margin-left: 28px;
  margin-top: 4px;
}

header .extra-link a {
  display: inline-block;
  height: 40px;
  width: 22px;
  margin-left: 15px;
  float: left;
}

header .extra-link .link1 {
  background: url(../images/ico_01.png) no-repeat center;
}

header .extra-link .link2 {
  background: url(../images/ico_02.png) no-repeat center;
}

header .extra-link .link3 {
  background: url(../images/ico_03.png) no-repeat center;
}

header .extra-link .link4 {
  background: url(../images/ico_04.png) no-repeat center;
}

header .m-btn {
  width: 22px;
  height: 20px;
  padding: 12px;
  display: none;
  cursor: pointer;
  margin-top: 3px;
}

header .m-btn .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

header .m-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}

header .m-btn .line1 {
  width: 12px;
  top: 0;
}

header .m-btn .line2 {
  width: 20px;
  top: 6px;
}

header .m-btn .line3 {
  width: 16px;
  top: 13px;
}

header .m-btn.cur .line1,
header .m-btn.cur .line2,
header .m-btn.cur .line3 {
  width: 100%;
}

header.fixed .header-main {
  position: fixed;
  left: 0;
  top: 0;
}


.fullSlide {
  width: 100%;
  position: relative;
 height:640px;

}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  height:640px;
  overflow: hidden;
  text-align: center;
}

.fullSlide>.bd>li>a {
  display: block;
  height:640px;
}

.fullSlide>.hd {
  width: 1500px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  height: 30px;
  line-height: 30px;
  background: url(../images/touming.png) repeat-x;
  text-align: center;
  _background: #000;
  _filter: alpha(opacity=60);
  margin: 0 auto;
  display: block;
  right: 0;
}

.fullSlide .hd ul {
  text-align: left;
  padding-top: 5px;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 28px;
  height: 2px;
  margin: 5px;
  background: #226ee5;
  overflow: hidden;
  line-height: 9999px;
  border-radius: 8px;
}

.fullSlide .hd ul .on {
  background-position: 0 0;
  background-color: #000;
}

.index_mork1 {
  width: 1500px;
  margin: 0 auto;
  background-color: #fff;
}

.index_mork1_le {
  width: 50%;
  float: left;
  padding: 0px 0 0px 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.index_mork1_ri {
  width: 50%;
  float: left;
  padding: 50px 0px 0 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  margin-top: -100px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.index_mork1_le_top {
  width: 210px;
  height: 206px;
  line-height: 206px;
  background-color: #f0f0f0;
  text-align: center;
  font-size: 26px;
  float: right;
}

.index_mork1_body {
  margin-top: 206px;
  padding-right: 45px;
}

.index_mork1_body h3 {
  font-size: 26px;
  font-weight: normal;
  color: #000;
}

.index_mork1_body p {
  color: #777;
  font-size: 16px;
  line-height: 26px;
margin-top: 10px;
text-indent: 2em;
}

.link {
  border: 1px solid #aaa;
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 100%;
  transition: background 0.3s ease 0s;
  background: url(../images/ico_06.png) no-repeat center;
  margin-top: 80px;
}

.link:hover {
  border: 1px solid #333;
  background-color: #333;
  overflow: hidden;
  background: #333 url(../images/ico_05.png) no-repeat center;
}


.link_2 {
  border: 1px solid #aaa;
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 100%;
  transition: background 0.3s ease 0s;
  background: url(../images/ico_05.png) no-repeat center;
  margin-top: 80px;
}

.link_2:hover {
  border: 1px solid #fff;
  background-color: #fff;
  overflow: hidden;
  background: #fff url(../images/ico_06.png) no-repeat center;
}

.index_mork1_ri_top h3 {
  font-size: 22px;
 
  color: #000;
  padding: 0 0px 5px 45px;
}
.index_mork1_ri_top span{
  padding-left: 45px;
  font-size: 36px;
  color: #000;
}
.index_mork1_ri_top p {
  font-size: 16px;
  line-height: 30px;
  padding: 0 45px 28px 45px;
  margin-top: 10px;
  text-indent: 2em;
}

.index_mork1_ri_bottom .parent .img {
  background: linear-gradient(-45deg, #004776 0%, #000000 100%);
  position: relative;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(-45deg, #004776 0%, #000000 100%);
}

.index_mork1_ri_bottom .parent .img a {
  display: block;
}

.index_mork1_ri_bottom .parent .img a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  opacity: 0.3;
}

.index_mork1_ri_bottom .parent .img a:hover figcaption::after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 0.8;
}

.index_mork1_ri_bottom .parent .img a:hover figcaption p {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.index_mork1_ri_bottom .parent .img a img {
  width: 100%;
  /* height: 350px; */
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  display: block;
}

.index_mork1_ri_bottom .parent .img a figcaption {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.index_mork1_ri_bottom .parent .img a figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.index_mork1_ri_bottom .parent .img a figcaption p {
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  left: 0;
  width: 100%;
  line-height: 30px;
  margin-top: -15px;
  text-transform: uppercase;
  font-size: 22px;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  width: 60%;
  left: 20%;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  overflow: hidden;
}

.index_mork1_ri_bottom .parent .text a {
  padding: 20px 25px 0;
  display: block;
  border: 1px solid #f5f5f5;
}

.index_mork1_ri_bottom .parent .text a:hover {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.index_mork1_ri_bottom .parent .text a:hover .more .write {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.index_mork1_ri_bottom .parent .text a:hover .more .write img:nth-of-type(1) {
  display: none;
}

.index_mork1_ri_bottom .parent .text a:hover .more .write img:nth-of-type(2) {
  display: block;
}

.index_mork1_ri_bottom .parent .text a:hover .title {
  color: #0166ce;
}

.index_mork1_ri_bottom .parent .text a:hover .position {
  color: #0166ce;
}

.index_mork1_ri_bottom .parent .text a:hover .more {
  color: #0166ce;
}

.index_mork1_ri_bottom .parent .text a .title {
  font-size: 20px;
  color: #333333;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.index_mork1_ri_bottom .parent .text a .title h3 {
  font-size: 20px;
}

.index_mork1_ri_bottom .parent .text a .position {
  font-size: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #999999;
  margin: 12px 0 20px;
}

.index_mork1_ri_bottom .parent .text a .more {
  border-top: 1px solid #e0e0e0;
  line-height: 42px;
  position: relative;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_mork1_ri_bottom .parent .text a .more .write {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.index_mork1_ri_bottom .parent .text a .more .write img:nth-of-type(1) {
  display: block;
}

.index_mork1_ri_bottom .parent .text a .more .write img:nth-of-type(2) {
  display: none;
}




.index_solve {
  width: 1500px;
  margin: 20px auto;
  height: 551px;
}

.index_solve_le {
  width: 65%;
  float: left;
}

.index_solve_ri {
  float: left;
  width: 35%;
  height: 100%;
  background-color: #2f2f2f;
  color: #fff;
  padding: 100px 30px 0 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.index_solve_ri h3 {
  font-size: 26px;
  font-weight: bold;
}

.index_solve_ri span {
  padding: 15px 0;
  display: inline-block;
}

.index_solve_ri p {
  line-height: 33px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow-y: hidden;
  font-size: 16px;

}

.index_solve_ri_label {
  margin-top: 45px;
}

.index_solve_ri_label a {
  border: solid 1px #fff;
  padding: 2px 20px;
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  margin: 0 15px 15px 0;
  display: inline-block;
  font-size: 14px;
  transition: all 0.3s ease 0s;
}

.index_solve_ri_label a:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #2f2f2f;
}

/* .index_mork1_ri_bottom img{
  width: 100%;
}
.aboutimg-box{
  transition: all 0.3s ease 0.1s;
  display: block;
  width: 100%;
  overflow: hidden;
  position:relative;
  height: 450px;
}
.aboutimg-box img{
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}

.aboutimg-box img:hover{
  background: rgba(0,0,0,0.5);
  transition: transform 0.3s ease 0s;
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
} 
 */
.index_case {
  background-color: #fff;
  padding: 50px;
  width: 1400px;
  margin: 0 auto;
}

.index_case_title h3 {
  font-size: 26px;
}

.index_case_title span {
  line-height: 26px;
  font-size: 15px;
  margin-top: 6px;
  color: #999;
  display: block;
}

.index_case_title a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #f5f5f5;
  margin-right: 2px;
  font-size: 14px;
  margin: 25px 0;
}

.index_case_title a:hover {
  background-color: #333;
  color: #fff;
}

.index_case ul {}

.index_case ul li {
  margin-bottom: 25px;
  float: left;
  width: 450px;
  margin-right: 25px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}

.index_case ul li:nth-child(3),
.index_case ul li:nth-child(6) {
  margin-right: 0;
}







.index-product {
  background-color: #fff;
  padding: 50px;
  width: 1400px;
  margin: 20px auto;
}
.index-product ul li{
  width: 50%;
  float: left;
  height: 350px;
}

.index-product ul li .parent{
  width: 60%;
  float: left;
  height: 350px;
  overflow: hidden;
}
.index-product ul li .parent-text {
    width: 36%;
        float: left;
        padding: 2%;
        position: relative;
        height: 323px;
        background-color: #f1f3f2;
}
.index-product ul li .parent-text h3{
  color: #2d2d2d;
  font-size: 22px;
}
.index-product ul li .parent-text span {
  color: #313431;
  font-size: 14px;
  overflow: hidden;
   display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 5;
  line-height: 25px; 
}
.index-product ul li .parent-text .ckxq-a{
  position: absolute;
  left: 15px;
  bottom: 10px;
  background-color: #333;
  color: #fff;
  padding: 10px 25px;
}
.index-product ul li .parent-text .ckxq-a:hover{
  background-color: #333;
  color: #fff;
}
.parent_body {
  padding: 15px 0 8px 15px;
}

.parent_body h3 {
  font-size: 18px;
  color: #333;

}

.parent_body p {
  font-size: 14px;
  line-height: 26px;
}

.footer {
  background-color: #333;


}

.footer {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  margin-top: 18px;
}

.footer p {
  line-height: 30px;
}
.footer p a{
  color:#fff;
}
.footer p a:hover{
  color:#fff;
  text-decoration:underline;
}
/* 关于我们 */
.aboutBan {
  width: 100%;
  height: 290px;
  background: url(../images/aboutBan.jpg) no-repeat center;
  position: relative;
}

.page_fication_max {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 45px;
  line-height: 45px;
  border: 1px solid #cacaca;
}

.page_fication {
  width: 1200px;
  margin: 0 auto;
}

.page_fication_le {
  float: left;

}

.page_fication_le ul li {
  float: left;
  padding: 0 15px;
  text-align: center;
}

.page_fication_le ul li a {
  display: inline-block;

  font-size: 15px;
  color: #3c3c3c;
  position: relative;
}

.page_fication_le ul .on a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0%;
  bottom: 1px;
  width: 100%;
  height: 3px;
  background: #226ee5;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}

.page_fication_le ul li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 0;
  height: 3px;
  background: #226ee5;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}

.page_fication_le ul li a:hover:after {
  width: 100%;
  left: 0;
}




.page_fication_ri {
  float: right;
}

.page_fication_ri a {
  font-size: 15px;
  color: #3c3c3c;
}


.mTitbg h2 {
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #010101;
}

.mTitbg h2 p {
  font-size: 16px;
  color: #323232;
  line-height: 24px;
  font-family: Arial;
}

.mTitbg h2:after,
.mTitbg h2:before {
  position: absolute;
  top: 50%;
  width: 85px;
  height: 7px;
  background-repeat: no-repeat;
  display: block;
  content: "";
}

.mTitbg h2:before {
  left: -125px;
  background-image: url(../images/mTitbg1.png);
}

.mTitbg h2:after {
  right: -125px;
  background-image: url(../images/mTitbg2.png);
}

.text-center {
  text-align: center;
  padding: 25px 0;
}

.about_body {
  width: 1200px;
  margin: 0 auto;
}

.about_body p {
  font-size: 14px;
  line-height: 30px;
}

.por_list {
  margin-top: 25px;
  width: 1200px;
  margin: 0 auto;
  padding: 15px;
}
.por_list ul li .parent-text h3{
  font-size: 20px;
}
.por_list ul {
  
}
.por_list ul li .parent {
  
  overflow: hidden;
}
.por_list ul li .parent-text{
  height: 326px;
}
.por_list ul li {
  /* float: left;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 15px;
  width: 294px;
  height: 196px; */
}

.por_list ul li img {
  /* width: 294px;
  height: 196px; */
}

.page_body {
  width: 1200px;
  margin: 0 auto;
}

/* 详情页切换css */
.game163 {
  position: relative;
  border: 1px solid #dcdddd;
  padding: 4px;
  overflow: hidden;
  width: 790px;
  margin-top: 20px !important;
}

.game163 .bigImg {
  height: 800px;
  position: relative;
}

.game163 .bigImg li img {
  vertical-align: middle;
  width: 780px;
  height: 800px;
}

.game163 .bigImg h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  height: 33px;
  padding-right: 30px;
  overflow: hidden;
  text-align: left;
}

.game163 .smallScroll {
  
  margin-top: 6px;
}

.game163 .sPrev {
  width: 20px;
  height: 80px;
  /* background-color: #f60; */
  float: left;
  line-height: 80px;
}

.game163 .sNext {
  width: 20px;
  height: 80px;
  /* background-color: #f60; */
  float: right;
  line-height: 80px;
}

/* .game163 .sPrev,
.game163 .sNext {
  float: left;
  display: block;
  width: 14px;
  height: 47px;
  text-indent: -9999px;
  background: url(../images/sprites1008.png) no-repeat 0 -3046px;
} */

.game163 .sNext {
  background-position: 0 -2698px;
}

.game163 .sPrev:hover {
  background-position: 0 -3133px;
}

.game163 .sNext:hover {
  background-position: 0 -2785px;
}

.game163 .smallImg {
  float: left;
  margin: 0 6px;
  display: inline;
  width: 596px;
  overflow: hidden;
}

.game163 .smallImg ul {
  height: 90px;
  width: 9999px;
  overflow: hidden;
}

.game163 .smallImg li {
  float: left;
  padding: 0 4px 0 0;
  width: 150px;
  cursor: pointer;
  display: inline;
}

.game163 .smallImg img {
  border: 1px solid #dcdddd;
  width: 150px;
  height: 80px;
}

.game163 .smallImg .on img {
  border-color: #1e50a2;
}

.game163 .pageState {
  position: absolute;
  bottom: 100px;
  right: 5px;

  letter-spacing: 1px;
}

.game163 .pageState span {
  color: #f00;
  font-size: 16px;
}

.por_show_body p {
  line-height: 28px;
  font-size: 14px;
 
  width: 66%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.serviceBread {
  padding: 10px 0 30px;
  width: 1200px;
  margin: 0 auto;
}

.serviceH2 {
  font-size: 30px;
  color: #3d3d3d;
  float: left;
}

.serviceWrap {
  font-size: 16px;
  color: #424141;
  line-height: 30px;
  background: #ffffff;
}

.serviceBrief {
  padding: 40px 0;
}
.BreadNav{
  float: right;
}
.page_body_max{
  background-color: #f3f3f3;
}
.service_flow_max{
  width: 1200px;
  margin: 0 auto;
  
}
.service_body_max{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 45px;
}
.service_body_max p{
 text-align: center;
  line-height: 35px;
}
.service_body_max form{
    text-align: center;
    margin-top: 20px;
}
.service_body_max form div{
  margin: 15px 0;
}
.service_body_max form label{
  width: 10%;
  display: inline-block;
}
.service_body_max form input{
  width: 50%;
  border: solid 1px #c9c9c9;
  padding: 10px 0;
  border-radius: 5px;
}
.service_body_max form textarea{
  width: 50%;
  vertical-align: middle;
  border: solid 1px #c9c9c9;
}
.button{
  width: auto !important;
  padding: 10px 150px !important;
  font-size: 20px;
  background-color: #226ee5;
  color: #fff;
  outline: none;
}
.Honor_body{
  
}
.Honor_body ul{
  margin-right: -35px;
}
.Honor_body ul li{
 display: inline-block;
  text-align: center;
  margin-right: 30px;
 
}
.Honor_body ul li img{
  border: solid 10px #ccc;
}
/* .Honor_body ul li img{
  
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  
  width: 275px;
  height: 363px;
  overflow:hidden;
} */
.news_body li{
  border-bottom: dashed 1px #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.news_body li a:hover h3 {
  color: #910f2c;
}
.news_body li a:hover .news_more{
  background-color:#910f2c;
}
.Honor_body ul li a p{
  font-size: 18px;
  line-height: 35px;
}
.news_body ul .news_body_le{
  width: 30%;
  float: left;
  overflow: hidden;
}
.news_body ul .news_body_le img{
  max-width:329px;
  max-height:209px;
  transition:all 0.3s ease 0s;
  -webkit-transition:all 0.3s ease 0s;
}
.news_body li a:hover img{
  transform:scale(1.1);
  -webkit-transform:scale(1.1)
}
.news_body ul .news_body_ri {
  width: 60%;
  float: left;
}
.news_body ul .news_body_ri h3{
  color: #1f1f1f;
  font-size: 22px;
  padding: 0 0 10px 0;
}
.news_body ul .news_body_ri p{
  color: #787878;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news_body ul .news_body_ri span{
  display: inline-block;
  margin: 10px 0 8px 0;
}
.news_more{
  font-size: 14px;
  color: #ffffff;
  background: #bcbcbd;
  width: 136px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.show_title{
  text-align: center;
  padding: 10px 0;

}
.show_title h3{
  border-bottom: 1px dashed #cbcbcb;
  padding: 0 0 10px 0;
}
.show_title span{
  padding-top: 10px;
  display: inline-block;
}
.news_show_body p{
  font-size: 14px;
  line-height: 30px;
}
.news_show_body img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}






.caseTop {
  font-size: 0;
  padding: 35px 0;
  margin-left: -1px;
}

.caseTop li {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid #ffffff;
  margin-bottom: 1px;
}

.caseTop li a {
  display: block;
  line-height: 40px;
  background: #f4f3f3;
  color: #1b1b1b;
}

.caseTop li a:hover {
  color: #a61838;
}

.caseTop li a.active {
  background: #FFFFFF;
  color: #a61838;
}

.caseBot {
  margin: 0 -21px;
}

.caseBot li {
  padding: 0 16px 10px;
}

.caseBot li a {
  display: block;
  height: 100%;
}

.caseImg {
  overflow: hidden;
  position: relative;
}
.caseBot_li{
  width: 30%;
  float: left;
  margin-top: 20px;
}
.caseImg img {
  display: block;
  max-width: 100%;
  height: 350px;
}

.caseBg {
  position: absolute;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}

.caseText {
  position: absolute;
  left: 0;
  top: 200%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /* width: 100%; */
  font-size: 14px;
  color: #dadada;
  line-height: 26px;
  padding: 0 25px;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}

.caseLine {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #a61838;
  transition: all 0.3s ease-in 0.3s;
  -webkit-transition: all 0.3s ease-in 0.3s;
}

.caseName {
  font-size: 18px;
  color: #040404;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.caseName i {
  color: #a61838;
  padding-right: 10px;
}

.caseBot li a:hover .caseBg {
  top: 0;
}

.caseBot li a:hover .caseText {
  top: 50%;
}

.caseBot li a:hover .caseLine {
  left: 0;
  width: 100%;
}

.caseWindow {
  display: none;
}

.caseMore {
  display: block;
  border: 1px solid #b1bcbf;
  width: 150px;
  margin: 0 auto;
  border-radius: 4px;
  color: #868686;
  font-size: 14px;
  padding: 10px 0 5px;
  margin: 30px auto 50px;
  transition: all 0.3s ease-in 0.3s;
  -webkit-transition: all 0.3s ease-in 0.3s;
}

.caseMore i {
  font-size: 22px;
}

.caseMore:hover,
.caseMore:focus {
  border-color: #a61838;
  color: #a61838;
}

.caseWinBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
  display: none;
}

.caseWinBox {
  border: 10px solid rgba(255, 255, 255, 0.39);
  z-index: 10;
  position: fixed;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 10px;
  display: none;
}

.caseClose {
  position: absolute;
  right: -25px;
  top: -25px;
  text-align: center;
  line-height: 35px;
  z-index: 11;
  display: block;
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 50%;
  font-size: 35px;
  color: #000000;
  font-family: "黑体";
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.casewinTop {
  background: #FFFFFF;
  position: relative;
}

.casewinTop img {
  max-width: 100%;
  min-width: 100%;
  max-height: 667px;
  margin: 0 auto;
}

.casewinTopName {
  font-size: 16px;
  color: #e6e6e6;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.78);
  padding: 0 45px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: left;
}

.casewinBot {
  padding: 10px 45px 20px;
  position: relative;
  background: #FFFFFF;
}

.casewinBot img {
  padding: 4px;
  border: 1px solid #c7c7c7;
}

.casewinBot .swiper-slide-active img {
  border-color: #701b2e;
}

.casewinBtn1,
.casewinBtn2,
.casewinBtn3,
.casewinBtn4 {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #787878;
  display: block;
  width: 35px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.casewinBtn1,
.casewinBtn3 {
  left: 0;
}

.casewinBtn2,
.casewinBtn4 {
  right: 0;
}

.casewinBtn3,
.casewinBtn4 {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.por_show_h3{
	text-align:center;
	margin-top:25px
}

#pages{
	display: flex;
    justify-content: center;
}
#pages li{
	padding: 3px 15px;
    border:solid 1px #226ee5;
    margin: 0 15px;
    border-radius: 5px;
}

#pages .active{
	background-color: #226ee5;
}
#pages .active span{
	color:#fff;
}
.Product-h3 {
    border-left: solid 6px #226ee5;
    padding-left: 10px;
    margin: 15px 0;
}
.page_Product-one ul li{
  margin-bottom: 25px;
  float: left;
  width: 50%;
}
.page_Product-one ul li img{
   
}
.page_Product-one ul li p {
  float: left;
 
  margin-left: 15px;
  line-height: 35px;
  text-indent: 2em;
}
.page_Product-tow{
  margin: 25px 0;
}
.page_Product-tow p{
   line-height: 35px;
   text-indent: 2em;
}
.page_Product_max img{
  max-width: 100%;
  border: solid 1px #ccc;
}

.page_Product-tow ul li{
  width: 50%;
  float: left;
}