body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "微软雅黑", arial;
  color: #333333;
  font-size: 16px;
  text-decoration: none;
}
a:hover {
  color: #0047b0;
}
html,
body {
  height: 100%;
}
body.hide {
  overflow: hidden;
}
.taxian:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.row {
  width: 100%;
  box-sizing: border-box;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.l {
  float: left;
}
.r {
  float: right;
}
.article {
  line-height: 26px;
  font-size: 20px;
  color: #666666;
}
.article img {
  max-width: 100%;
}
.mainFilter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainfilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;

}
.headTop {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 91;
}
.headTop .hello {
  font-size: 14px;
  color: #999999;
  float: left;
}
.headTop .hello a {
  font-size: 14px;
  color: #999999;
}
.headTop .language {
  float: right;
  background: url(../images/language_line.gif) no-repeat 0 center;
  position: relative;
}
.headTop .language .tit {
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  padding-left: 11px;
  white-space: nowrap;
}
.headTop .language .tit img {
  vertical-align: middle;
  margin: -2px 7px 0 0;
  display: inline-block;
}
.headTop .language ul {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #ddd;
  display: none;
}
.headTop .language ul li a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: solid 1px #fff;
  display: block;
  font-size: 14px;
  color: #666;
}
.headTop .language ul li a:hover {
  background: #eee;
}
.headTop .phone {
  line-height: 40px;
  background: url(../images/phone.png) no-repeat 0 center;
  padding-left: 30px;
  font-size: 15px;
  color: #175bc0;
  float: right;
  margin-right: 11px;
}
.headTop .phone a {
  font-size: 15px;
  color: #175bc0;
  font-weight: bold;
}
.header {
  width: 100%;
  height: 106px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 90;
  background: #fff;
}
.header.fixed {
  position: fixed;
  top: 0;
}
.header .logo {
  width: 250px;
  height: 70px;
  float: left;
  overflow: hidden;
  margin-top: 20px;
}
.header .logo img {
  width: 100%;
  display: block;
}
.header .searchBox {
  float: right;
  margin-top: 40px;
  position: relative;
}
.header .searchBox .searchBtn {
  width: 23px;
  height: 23px;
  background: url(../images/searchbtn.png) no-repeat center;
  cursor: pointer;
}
.header .searchBox .searchBar {
  width: 300px;
  height: 40px;
  position: absolute;
  right: -9px;
  top: 66px;
  z-index: 95;
  border: solid 2px #eee;
  box-sizing: border-box;
  display: none;
  background: #fff;
}
.header .searchBox .searchBar .inpu {
  width: 258px;
  height: 36px;
  float: left;
}
.header .searchBox .searchBar .inpu input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #666;
}
.header .searchBox .searchBar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}
.header .searchBox .searchBar .btn {
  width: 36px;
  height: 36px;
  float: right;
  background: url(../images/searchbtn.png) no-repeat center #ffffff;
  border-left: solid 2px #eee;
}
.header .searchBox .searchBar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .phone,
.header .menuBtn {
  display: none;
}
.header .nav {
  float: right;
  margin-right: 10px;
}
.header .nav > ul > li {
  float: left;
  padding: 0 25px;
}
.header .nav > ul > li > a {
  position: relative;
  height: 106px;
  line-height: 106px;
  padding: 0 2px;
  display: block;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.header .nav > ul > li > a:after {
  content: "";
  width: 0%;
  height: 3px;
  background: #175bc0;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  transition: 0.4s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.header .nav > ul > li span {
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-weight: 600;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.header .nav > ul > li span:last-child {
  color: #175bc0;
}
.header .nav > ul > li.on > a span:first-child,
.header .nav > ul > li:hover > a span:first-child {
  margin-top: -100px;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
}
.header .nav:hover > ul > li.on > a {
  color: #333333;
}
.header .nav:hover > ul > li.on > a::after {
  width: 0;
  left: 50%;
}
.header .nav:hover > ul > li > a:hover {
  color: #175bc0;
}
.header .nav:hover > ul > li > a:hover::after {
  width: 100%;
  left: 0;
}
.header .nav .sub {
  min-width: 100%;
  display: none;
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  z-index: 90;
  background: #eeeeee;
  text-align: center;
}
.header .nav .sub ul {
  display: inline-block;
}
.header .nav .sub ul li {
  width: 272px;
  float: left;
  padding: 40px 0 25px 0;
  margin: 0 0 0 30px;
}
.header .nav .sub ul li:first-child {
  margin-left: 0;
}
.header .nav .sub ul li .pic {
  height: 178px;
  overflow: hidden;
}
.header .nav .sub ul li .pic a {
  display: block;
}
.header .nav .sub ul li .pic img {
  width: 100%;
  display: block;
}
.header .nav .sub ul li > a {
  display: block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.header .nav .sub ul li > a:hover {
  color: #175bc0;
}
.friendship {
  background: #175bc0;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  padding: 19px 0;
}
.friendship a {
  font-size: 15px;
  color: #fff;
  background: url(../images/friendship_line.gif) no-repeat 0 center;
  padding: 0 22px;
}
.footer {
  width: 100%;
  background: #0b4192;
  padding-top: 45px;
}
.footer .linkbox {
  background: url(../images/linkbox_line2.gif) no-repeat right 0;
  float: left;
}
.footer .linkbox .list {
  width: 120px;
  float: left;
}
.footer .linkbox .list a {
  transition: 0.4s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.footer .linkbox .list .tit {
  line-height: 20px;
  font-size: 18px;
  color: #cecece;
  padding-bottom: 22px;
  background: url(../images/linkbox_line.jpg) no-repeat 0 bottom;
}
.footer .linkbox .list .tit a {
  font-size: 18px;
  color: #FFF;
}
.footer .linkbox .list .tit a:hover {
  color: #fff;
}
.footer .linkbox .list ul {
  margin-top: 26px;
}
.footer .linkbox .list ul li {
  line-height: 26px;
  font-size: 14px;
  color: #797979;
}
.footer .linkbox .list ul li a {
  font-size: 14px;
  color: #797979;
}
.footer .linkbox .list ul li a:hover {
  color: #fff;
}
.footer .contact {
  float: right;
}
.footer .contact .qrcode {
  width: 142px;
  float: left;
  text-align: center;
}
.footer .contact .qrcode .pic {
  height: 142px;
  overflow: hidden;
}
.footer .contact .qrcode .pic img {
  width: 100%;
  display: block;
}
.footer .contact .qrcode .txt {
  line-height: 20px;
  font-size: 16px;
  color: #858585;
  margin-top: 12px;
}
.footer .contact .text {
  float: left;
  width: 295px;
  margin-left: 22px;
}
.footer .contact .text .tit {
  line-height: 20px;
  font-size: 18px;
  color: #cecece;
  margin-bottom: 26px;
}
.footer .contact .text p {
  
  box-sizing: border-box;
  background: no-repeat 0 4px;
  line-height: 25px;
  font-size: 15px;
  color: #FFF;
  margin-bottom: 10px;
}
.footer .contact .text p a {
  font-size: 15px;
  color: #858585;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .contact .text p a:hover {
  color: #fff;
}
.footer .copyright {
  line-height: 20px;
  font-size: 15px;
  color: #FFF;
  padding: 18px 0 16px 0;
  background: url(../images/copyright_line.jpg) repeat-x 0 0;
  margin-top: 45px;
}
.footer .copyright a {
  font-size: 15px;
  color: #FFF;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .copyright a:hover {
  color: #fff;
}
.fixedSidebar {
  width: 80px;
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  z-index: 90;
  text-align: center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.fixedSidebar li {
  margin-top: 2px;
  position: relative;
}
.fixedSidebar li:hover a {
  background: #175bc0;
}
.fixedSidebar li a {
  height: 80px;
  display: block;
  padding-top: 12px;
  box-sizing: border-box;
  background: #2ba52f;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.fixedSidebar li a:hover .icon {
  display: none;
}
.fixedSidebar li a:hover .txt {
  width: 80px;
  height: 80px;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.fixedSidebar li a .icon {
  height: 30px;
  line-height: 30px;
}
.fixedSidebar li a .icon img {
  vertical-align: middle;
}
.fixedSidebar li a .txt {
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 6px;
}
.fixedSidebar li a .txt2 {
  width: 80px;
  height: 80px;
  font-size: 16px;
  color: #fff;
  line-height: 18px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.fixedSidebar li .hide {
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 0;
  right: 80px;
  z-index: 5;
  background: #175bc0;
  white-space: nowrap;
  box-sizing: border-box;
  display: none;
}
.fixedSidebar li .phone {
  background: #175bc0;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
.fixedSidebar li .qrcode {
  width: 142px;
  height: auto;
  right: 81px;
  padding: 8px;
}
.fixedSidebar li .qrcode img {
  width: 100%;
  display: block;
}
.main .banner img {
  width: 100%;
  display: block;
}
.main .banner .pic2 {
  display: none;
}
.main .banner .swiper-pagination {
  bottom: 16px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  margin: 0 9px;
  background: url(../images/swiper-pagination-bullet1.png) no-repeat center;
  opacity: 1;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/swiper-pagination-bullet2.png);
}
.main .banner:hover .swiper-button-prev {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 40px;
}
.main .banner:hover .swiper-button-next {
  left: auto;
  right: 40px;
}
.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
  width: 30px;
  height: 44px;
  left: -40px;
  background: url(../images/prev1.png) no-repeat center;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .banner .swiper-button-next {
  left: auto;
  right: -40px;
  background-image: url(../images/next1.png);
}
.main .columnTitle {
  text-align: center;
}
.main .columnTitle.white .tit,
.main .columnTitle.white .txt {
  color: #fff;
}
.main .columnTitle .tit {
  line-height: 40px;
  font-size: 36px;
  color: #333333;
}
.main .columnTitle .txt {
  line-height: 20px;
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
}
.main .categories {
  padding: 50px 0;
}
.main .categories .swiper-container {
  margin-top: 40px;
}
.main .categories .swiper-container .bottom {
  width: 186px;
  margin: 52px auto 0 auto;
}
.main .categories .swiper-container .bottom .swiper-button-next,
.main .categories .swiper-container .bottom .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../images/arrow3.png) no-repeat center #f4f4f4;
  position: static;
  margin: 0;
  float: left;
  opacity: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.main .categories .swiper-container .bottom .swiper-button-next:hover,
.main .categories .swiper-container .bottom .swiper-button-prev:hover {
  background-color: #175bc0;
  background-image: url(../images/arrow4.png);
}
.main .categories .swiper-container .bottom .swiper-button-next {
  background-image: url(../images/arrow1.png);
}
.main .categories .swiper-container .bottom .swiper-button-next:hover {
  background-image: url(../images/arrow2.png);
}
.main .categories .swiper-container .bottom .icon {
  background: url(../images/categories_icon.png) no-repeat center #f4f4f4;
  width: 84px;
  height: 40px;
  margin: 0 10px;
  float: left;
}
.main .categories .swiper-container .swiper-slide a {
  display: block;
}
.main .categories .swiper-container .swiper-slide .pic {
  overflow: hidden;
}
.main .categories .swiper-container .swiper-slide .pic:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .categories .swiper-container .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .categories .swiper-container .swiper-slide:nth-child(even) .text::after {
  top: auto;
  bottom: -1px;
  background: url(../images/triangle2.png) no-repeat;
}
.main .categories .swiper-container .swiper-slide .text {
  height: 265px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 40px 0 40px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .categories .swiper-container .swiper-slide .text:hover {
  border: solid 1px #175bc0;
  background: #175bc0;
}
.main .categories .swiper-container .swiper-slide .text:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .categories .swiper-container .swiper-slide .text:hover .tit,
.main .categories .swiper-container .swiper-slide .text:hover .txt {
  color: #fff;
}
.main .categories .swiper-container .swiper-slide .text:hover .more {
  background-color: #fff;
}
.main .categories .swiper-container .swiper-slide .text::after {
  content: " ";
  position: absolute;
  left: 50%;
  top: -1px;
  background: url(../images/triangle1.png) no-repeat;
  width: 16px;
  height: 8px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.main .categories .swiper-container .swiper-slide .text .tit {
  line-height: 30px;
  font-size: 24px;
  color: #000000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .categories .swiper-container .swiper-slide .text .txt {
  line-height: 23px;
  font-size: 15px;
  color: #666666;
  text-align: left;
  margin-top: 22px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .categories .swiper-container .swiper-slide .text .more {
  width: 138px;
  height: 40px;
  line-height: 40px;
  margin: 20px auto 0 auto;
  text-indent: 22px;
  font-size: 16px;
  color: #666666;
  background: url(../images/arrow1.png) no-repeat right 23px center #f4f4f4;
  border-radius: 4px;
  text-align: left;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .worry {
  background: url(../images/worry_bg.jpg) no-repeat center 0 #f2f1f0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 58px 0;
}
.main .worry ul {
  margin-top: 58px;
}
.main .worry ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .worry ul li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 12px;
  box-sizing: border-box;
}
.main .worry ul li:hover .pic img {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
}
.main .worry ul li .pic {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.main .worry ul li .pic img {
  width: 100%;
  display: block;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.main .worry ul li .tit {
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-top: 30px;
}
.main .worry ul li .txt {
  line-height: 26px;
  font-size: 16px;
  color: #333333;
  margin-top: 26px;
}
.main .worry .btn {
  text-align: center;
  margin-top: 44px;
}
.main .worry .btn a {
  width: 146px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin: 0 8px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.main .worry .btn a:hover {
  background: #175bc0;
  border: solid 1px #175bc0;
  color: #fff;
}
.main .reason {
  background: url(../images/ss.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 58px 0 65px 0;
}
.main .reason .brag {
  line-height: 28px;
  font-size: 16px;
  text-align: left;
  color: #ffffff;
  
  max-width: 1020px;
  margin: 42px auto 0 auto;
}
.main .reason .number {
  max-width: 800px;
  margin: 54px auto 0 auto;
}
.main .reason .number:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .reason .number li {
  width: 25%;
  float: left;
  text-align: center;
  color: #fff;
}
.main .reason .number li .p1 {
  font-family: "Arial";
  font-size: 20px;
  line-height: 36px;
}
.main .reason .number li .p1 span {
  font-size: 56px;
}
.main .reason .number li .p2 {
  line-height: 24px;
  font-size: 20px;
}
.main .reason .advantage {
  margin-top: 54px;
}
.main .reason .advantage:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .reason .advantage li {
  width: 25%;
  float: left;
  text-align: center;
}
.main .reason .advantage li:hover img {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform:  translateY(30px);
  -moz-transform:  translateY(30px);
}
.main .reason .advantage li .pic {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.main .reason .advantage li .pic img {
  width: 100%;
  display: block;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.main .reason .advantage li .txt {
  line-height: 30px;
  font-size: 24px;
  color: #fff;
  margin-top: 26px;
}
.main .case {
  padding: 56px 0 70px 0;
  background: #f4f4f4;
}
.main .case .album {
  margin-top: 40px;
  position: relative;
}
.main .case .album .tab {
  width: 249px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.main .case .album .tab li {
  width: 100%;
  height: 117px;
  line-height: 117px;
  background: #2ba52f;
  margin-bottom: 1px;
  font-size: 20px;
  color: #fff;
  text-indent: 25px;
  cursor: pointer;
  position: relative;
}
.main .case .album .tab li.on {
  background: #175bc0;
}
.main .case .album .tab li.on::after {
  display: block;
}
.main .case .album .tab li::after {
  content: " ";
  width: 8px;
  height: 17px;
  position: absolute;
  right: -7px;
  top: 50%;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  background: url(../images/triangle3.png) no-repeat;
  display: none;
}
.main .case .album .tab li img {
  vertical-align: middle;
  margin-right: 15px;
}
.main .case .album .gallery {
  width: 950px;
  height: 588px;
  float: right;
  position: relative;
}
.main .case .album .gallery img {
  width: 100%;
  display: block;
}
.main .case .album .gallery .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: url(../images/album_filter.png);
  padding: 16px 30px;
  box-sizing: border-box;
  color: #fff;
}
.main .case .album .gallery .text .p1 {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .case .album .gallery .text .p2 {
  height: 40px;
  line-height: 20px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 10px;
}
.main .case .album .thumbs {
  width: 100%;
  padding-top: 22px;
}
.main .case .album .thumbs .swiper-slide {
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.main .case .album .thumbs .swiper-slide img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .case .album .thumbs .swiper-slide .txt {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: url(../images/album_filter.png);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .case .album .thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .introductionl {
  padding-bottom: 62px;
}
.main .introductionl .bg {
  height: 314px;
  background: url(../images/gg.jpg) no-repeat center 0;
  background-attachment: fixed;
  padding-top: 60px;
  box-sizing: border-box;
}
.main .introductionl .content {
  position: relative;
  margin-top: -135px;
  z-index: 2;
  background: #fff;
}
.main .introductionl .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .introductionl .content .pic {
  width: 50%;
  overflow: hidden;
  float: right;
}
.main .introductionl .content .pic img {
  width: 100%;
  display: block;
}
.main .introductionl .content .text {
  width: 49%;
  float: left;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 1px #dadada;
  min-height: 437px;
  margin-right: 10px;
}
.main .introductionl .content .text .tit {
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.main .introductionl .content .text .line {
  width: 33px;
  height: 2px;
  background: #d2d2d2;
  margin: 28px 0 16px 0;
}
.main .introductionl .content .text .txt {
  line-height: 30px;
  font-size: 14px;
  color: #595959;
}
.main .introductionl .content .text ul {
  margin-top: 48px;
}
.main .introductionl .content .text ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .introductionl .content .text ul li {
  width: 50%;
  float: left;
  text-align: center;
  background: url(../images/introductionl_line.gif) no-repeat 0 center;
}
.main .introductionl .content .text ul li:first-child {
  background: none;
}
.main .introductionl .content .text ul li a:hover .txt2 {
  color: #175bc0;
}
.main .introductionl .content .text ul li .icon {
  height: 34px;
}
.main .introductionl .content .text ul li .icon img {
  max-height: 100%;
}
.main .introductionl .content .text ul li .txt2 {
  line-height: 20px;
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
}
.main .introductionl .honor {
  margin-top: 42px;
  position: relative;
}
.main .introductionl .honor .swiper-button-next,
.main .introductionl .honor .swiper-button-prev {
  display: none;
}
.main .introductionl .honor:hover .next,
.main .introductionl .honor:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main .introductionl .honor .next,
.main .introductionl .honor .prev {
  width: 50px;
  height: 50px;
  background: url(../images/prev2.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .introductionl .honor .next {
  left: auto;
  right: -60px;
  background-image: url(../images/next2.png);
}
.main .introductionl .honor .swiper-slide img {
  width: 100%;
  display: block;
}
.main .news {
  padding: 40px 0;
  background: #f5f5f5;
}
.main .news .tab {
  text-align: center;
  margin-top: 38px;
}
.main .news .tab ul {
  display: inline-block;
}
.main .news .tab ul li {
  width: 144px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  float: left;
  font-size: 16px;
  color: #333333;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}
.main .news .tab ul li.on {
  background: #175bc0;
  border: solid 1px #175bc0;
  color: #fff;
}
.main .news .tabBox {
  margin-top: 30px;
}
.main .news .tabBox .left {
  width: 442px;
  float: left;
}
.main .news .tabBox .left .swiper-slide a:hover .text .tit {
  color: #175bc0;
}
.main .news .tabBox .left .swiper-slide a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .tabBox .left .swiper-slide .pic {
  height: 268px;
  overflow: hidden;
}
.main .news .tabBox .left .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .tabBox .left .swiper-slide .text {
  padding: 26px 30px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 1px;
}
.main .news .tabBox .left .swiper-slide .text .tit {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  color: #2c2c2c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .tabBox .left .swiper-slide .text .txt {
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .tabBox .left .swiper-slide .text .date {
  height: 20px;
  line-height: 20px;
  font-family: "Arial";
  color: #999999;
  font-size: 16px;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .tabBox .left .swiper-pagination {
  bottom: 26px;
  text-align: right;
  padding: 0 32px;
  box-sizing: border-box;
}
.main .news .tabBox .left .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c7c7c7;
  opacity: 1;
  margin: 0 5px;
}
.main .news .tabBox .left .swiper-pagination .swiper-pagination-bullet-active {
  background: #175bc0;
}
.main .news .tabBox ul {
  width: 758px;
  float: right;
}
.main .news .tabBox ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .tabBox ul li {
  width: 368px;
  float: left;
  margin: 0 0 10px 10px;
}
.main .news .tabBox ul li a {
  display: block;
  padding: 28px 26px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.main .news .tabBox ul li a:hover {
  box-shadow: 3px 3px 10px 1px #cbcbcb;
}
.main .news .tabBox ul li a:hover .tit {
  color: #175bc0;
}
.main .news .tabBox ul li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #2c2c2c;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .tabBox ul li .txt {
  height: 78px;
  line-height: 26px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 22px 0;
}
.main .news .tabBox ul li .date {
  height: 20px;
  font-size: 16px;
  color: #999999;
  font-family: "Arial";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container {
  background: #f7f7f7;
}
.container .banner img {
  width: 100%;
  display: block;
}
.container .banner .pic2 {
  display: none;
}
.container .columnMenu {
  background: #fff;
  line-height: 56px;
}
.container .columnMenu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .columnMenu .crumbs {
  float: left;
  background: url(../images/crumbs.png) no-repeat 0 center;
  font-size: 16px;
  color: #666666;
  padding-left: 24px;
}
.container .columnMenu .crumbs a {
  font-size: 16px;
  color: #666666;
}
.container .columnMenu .crumbs a:hover {
  color: #175bc0;
}
.container .columnMenu .menu {
  float: right;
}
.container .columnMenu .menu .tit {
  display: none;
}
.container .columnMenu .menu li {
  float: left;
}
.container .columnMenu .menu li span {
  display: none;
  padding: 0 6px;
}
.container .columnMenu .menu li.on a {
  background: #175bc0;
  color: #fff;
  padding: 0 13px;
}
.container .columnMenu .menu li.on a span {
  display: inline-block;
}
.container .columnMenu .menu li.on a:hover {
  color: #fff;
}
.container .columnMenu .menu li a {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #666666;
  padding: 0 32px;
  display: block;
}
.container .columnMenu .menu li a:hover {
  color: #175bc0;
}
.container .columnTitle {
  line-height: 40px;
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.container .paging {
  text-align: center;
}
.container .paging ul {
  display: inline-block;
}
.container .paging ul li {
  float: left;
  margin: 0 5px;
}
.container .paging ul li a:hover,
.container .paging ul li.on a {
  background: #175bc0;
  color: #fff;
}
.container .paging ul li a {
  display: block;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  background: #fff;
  font-size: 14px;
  color: #666666;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.container .prevnext {
  line-height: 20px;
  font-size: 16px;
  color: #868686;
}
.container .prevnext:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.container .prevnext a {
  font-size: 16px;
  color: #868686;
}
.container .prevnext a:hover {
  color: #175bc0;
}
.container .prevnext p {
  width: 40%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.container .prevnext .r {
  text-align: right;
}
.aboutPage {
  padding: 60px 0;
}
.aboutPage .introduction {
  background: #fff;
  margin-top: 38px;
}
.aboutPage .introduction .pic img {
  width: 100%;
  display: block;
}
.aboutPage .introduction .article {
  padding: 36px 44px;
  box-sizing: border-box;
  border-bottom: solid 1px #eeeeee;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.aboutPage .introduction .list:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .introduction .list li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 46px 0;
  background: url(../images/introduction_line.gif) no-repeat 0 center;
}
.aboutPage .introduction .list li:first-child {
  background: none;
}
.aboutPage .introduction .list li .icon {
  height: 50px;
  line-height: 50px;
}
.aboutPage .introduction .list li .icon img {
  vertical-align: middle;
  max-height: 100%;
}
.aboutPage .introduction .list li .p1 {
  line-height: 46px;
  font-size: 44px;
  color: #585858;
  margin-top: 20px;
}
.aboutPage .introduction .list li .p2 {
  line-height: 30px;
  font-size: 18px;
  color: #585858;
}
.aboutPage .honorBox {
  margin-top: 40px;
}
.aboutPage .honorBox .honorList {
  margin-bottom: 30px;
}
.aboutPage .honorBox .honorList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .honorBox .honorList figure {
  margin: 0 0 20px 20px;
  float: left;
  width: 285px;
}
.aboutPage .honorBox .honorList figure:nth-child(4n+1) {
  margin-left: 0;
}
.aboutPage .honorBox .honorList figure a {
  display: block;
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
  background: url(../images/arrow5.png) no-repeat left 22px bottom 22px #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .honorBox .honorList figure a:hover {
  box-shadow: 0px 3px 10px 1px #cccccc;
  background-position: left 28px bottom 22px;
}
.aboutPage .honorBox .honorList figure a:hover .line::after {
  width: 100%;
}
.aboutPage .honorBox .honorList figure .pic {
  height: 169px;
  overflow: hidden;
}
.aboutPage .honorBox .honorList figure .pic img {
  width: 100%;
  display: block;
}
.aboutPage .honorBox .honorList figure .tit {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .honorBox .honorList figure .line {
  height: 1px;
  background: #eaeaea;
  position: relative;
}
.aboutPage .honorBox .honorList figure .line::after {
  content: " ";
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: #175bc0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .team {
  background: #f7f7f7;
}
.aboutPage .team .tab {
  text-align: center;
  margin-top: 38px;
}
.aboutPage .team .tab .tit {
  display: none;
}
.aboutPage .team .tab ul {
  display: inline-block;
}
.aboutPage .team .tab ul li {
  margin: 0 10px;
  float: left;
}
.aboutPage .team .tab ul li a:hover,
.aboutPage .team .tab ul li.on a {
  background: #175bc0;
}
.aboutPage .team .tab ul li a {
  width: 152px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
  background: #27262b;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.aboutPage .team .tabBox {
  margin-top: 30px;
}
.aboutPage .team .teamList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .team .teamList li {
  float: left;
  width: 285px;
  margin: 0 0 22px 20px;
}
.aboutPage .team .teamList li:nth-child(4n+1) {
  margin-left: 0;
}
.aboutPage .team .teamList li a {
  display: block;
  background: #fff;
}
.aboutPage .team .teamList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.aboutPage .team .teamList li .pic {
  height: 311px;
  overflow: hidden;
}
.aboutPage .team .teamList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .team .teamList li .text {
  text-align: center;
  padding: 10px 0 14px 0;
}
.aboutPage .team .teamList li .text .p1 {
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .team .teamList li .text .p2 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.aboutPage .team .paging {
  margin-top: 30px;
}
.aboutPage .employees {
  background: #fff;
  margin-top: 50px;
  padding: 58px 0 60px 0;
}
.aboutPage .employees .brag {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 14px;
}
.aboutPage .employees .swiper-container {
  margin-top: 38px;
}
.aboutPage .employees .swiper-container img {
  width: 100%;
  display: block;
}
.aboutPage .employees .swiper-container:hover .swiper-button-next,
.aboutPage .employees .swiper-container:hover .swiper-button-prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.aboutPage .employees .swiper-container .swiper-button-next,
.aboutPage .employees .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/prev2.png) no-repeat;
  background-size: 100% 100%;
  left: 20px;
  margin: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .employees .swiper-container .swiper-button-next {
  left: auto;
  right: 20px;
  background: url(../images/next2.png) no-repeat;
}
.aboutPage .videoList {
  margin-top: 40px;
}
.aboutPage .videoList li {
  width: 277px;
  height: 225px;
  float: left;
  margin-left: 30px;
}
.aboutPage .videoList li:nth-child(1) {
  width: 100%;
  height: 612px;
  margin-left: 0;
  margin-bottom: 30px;
}
.aboutPage .videoList li:nth-child(2) {
  margin-left: 0;
}
.aboutPage .videoList li .pic {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.aboutPage .videoList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.aboutPage .videoList li .pic .icon {
  width: 53px;
  height: 53px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url(../images/promotional_video_icon.png) no-repeat center;
  background-size: 100% 100%;
}
.aboutPage .videoList li:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.aboutPage .videoList li:nth-child(1) .pic .icon {
  width: 72px;
  height: 72px;
}
.aboutPage .videoList video {
  width: 900px;
  height: 600px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 105;
  display: none;
}
.newsPage {
  padding: 58px 0 50px 0;
}
.newsPage .newsList {
  margin-top: 40px;
}
.newsPage .newsList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .newsList li {
  width: 386px;
  float: left;
  margin: 0 0 20px 20px;
}
.newsPage .newsList li:nth-child(3n+1) {
  margin-left: 0;
}
.newsPage .newsList li a {
  display: block;
  background: #fff;
  padding: 28px 29px;
  box-sizing: border-box;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li a:hover {
  box-shadow: 0px 3px 10px 1px #cccccc;
}
.newsPage .newsList li a:hover .date {
  color: #175bc0;
}
.newsPage .newsList li a:hover .line::after {
  width: 100%;
}
.newsPage .newsList li a:hover .see {
  background-position: right 0 center;
}
.newsPage .newsList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .newsList li .date {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .tit {
  height: 56px;
  line-height: 28px;
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin: 10px 0 14px 0;
}
.newsPage .newsList li .pic {
  height: 200px;
  overflow: hidden;
}
.newsPage .newsList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .line {
  height: 1px;
  background: #e1e1e1;
  position: relative;
  margin: 30px 0 24px 0;
}
.newsPage .newsList li .line::after {
  content: " ";
  width: 0%;
  height: 1px;
  background: #175bc0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .newsList li .see {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  background: url(../images/arrow1.png) no-repeat right 10px center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .paging {
  margin-top: 30px;
}
.newsPage .newsDetails .title {
  text-align: center;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 30px;
}
.newsPage .newsDetails .title .tit {
  line-height: 40px;
  font-size: 30px;
  color: #333333;
}
.newsPage .newsDetails .title .info {
  line-height: 20px;
  font-size: 16px;
  color: #999999;
  margin-top: 16px;
}
.newsPage .newsDetails .article {
  padding: 28px 0;
}
.newsPage .newsDetails .share {
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
  font-size: 16px;
  color: #868686;
  text-align: center;
  padding: 30px 0 0 0;
}
.newsPage .newsDetails .share .bdsharebuttonbox {
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
}
.newsPage .newsDetails .share a {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: red;
  margin: -4px 10px 0 10px;
  padding: 0;
  float: none;
  vertical-align: middle;
  background: no-repeat 0 0;
}
.newsPage .newsDetails .share a.bds_weixin {
  background-image: url(../images/share1.png);
  margin-left: 22px;
}
.newsPage .newsDetails .share a.bds_tsina {
  background-image: url(../images/share2.png);
}
.newsPage .newsDetails .share a.bds_sqq {
  background-image: url(../images/share3.png);
}
.newsPage .newsDetails .prevnext {
  margin-top: 36px;
}
.newsPage .answerList {
  background: #fff;
  padding: 14px 14px 1px 14px;
  box-sizing: border-box;
  margin-top: 40px;
}
.newsPage .answerList li {
  margin-bottom: 26px;
}
.newsPage .answerList li .title {
  padding: 13px 0;
  line-height: 20px;
  background: url(../images/answerlist_arrow1.png) no-repeat right 14px center #f6f6f6;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  overflow: hidden;
  cursor: pointer;
}
.newsPage .answerList li .title span {
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  background: url(../images/answerlist_title1.png) no-repeat 14px 2px;
  line-height: 20px;
  font-size: 14px;
  color: #555555;
}
.newsPage .answerList li:nth-child(even) .title {
  background-color: #e3e3e3;
}
.newsPage .answerList li.on .title {
  background: url(../images/answerlist_arrow2.png) no-repeat right 10px center #175bc0;
}
.newsPage .answerList li.on .title span {
  background-image: url(../images/answerlist_title2.png);
  color: #fff;
}
.newsPage .answerList li .text {
  padding: 14px 45px;
  box-sizing: border-box;
  background: #f6f6f6;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  text-align: justify;
  display: none;
}
.newsPage .downloadList {
  margin: 40px 0;
}
.newsPage .downloadList li {
  padding: 30px 0;
  position: relative;
}
.newsPage .downloadList li:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.newsPage .downloadList li:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.newsPage .downloadList li:hover .line::after {
  width: 100%;
}
.newsPage .downloadList li .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.newsPage .downloadList li .line::after {
  content: " ";
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #175bc0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .downloadList li .pic {
  width: 226px;
  height: 138px;
  overflow: hidden;
  float: left;
}
.newsPage .downloadList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.newsPage .downloadList li .text {
  width: 744px;
  float: left;
  margin: 12px 0 0 30px;
}
.newsPage .downloadList li .text .tit {
  line-height: 30px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.newsPage .downloadList li .text .txt {
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  margin-top: 14px;
}
.newsPage .downloadList li .btn {
  float: right;
  width: 142px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #175bc0;
  margin-top: 48px;
  font-size: 14px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.newsPage .downloadList li .btn:hover {
  background: #0047b0;
}
.casePage {
  padding: 58px 0 50px 0;
}
.casePage .tab {
  text-align: center;
  margin-top: 38px;
}
.casePage .tab .tit {
  display: none;
}
.casePage .tab ul {
  display: inline-block;
}
.casePage .tab ul li {
  margin: 0 10px;
  float: left;
}
.casePage .tab ul li a:hover,
.casePage .tab ul li.on a {
  background: #175bc0;
}
.casePage .tab ul li a {
  width: 152px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
  background: #27262b;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.casePage .caseList {
  margin-top: 30px;
}
.casePage .caseList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .caseList li {
  width: 386px;
  float: left;
  margin: 0 0 22px 20px;
  text-align: center;
}
.casePage .caseList li:nth-child(3n+1) {
  margin-left: 0;
}
.casePage .caseList li a {
  display: block;
}
.casePage .caseList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.casePage .caseList li a:hover .filter {
  opacity: 1;
  filter: alpha(opacity=100);
}
.casePage .caseList li a:hover .txt {
  background: #175bc0;
  color: #fff;
}
.casePage .caseList li .pic {
  height: 239px;
  overflow: hidden;
  position: relative;
}
.casePage .caseList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.casePage .caseList li .pic .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: url(../images/caselist_filter.png) no-repeat;
  background-size: 100% 100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.casePage .caseList li .txt {
  background: #fff;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.casePage .paging {
  margin-top: 30px;
}
.casePage .caseDetails {
  margin-top: 30px;
}
.casePage .caseDetails:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .caseDetails .photo {
  width: 630px;
  float: left;
}
.casePage .caseDetails .photo .swiper-container img {
  width: 100%;
  display: block;
}
.casePage .caseDetails .photo .swiper-container .swiper-button-next,
.casePage .caseDetails .photo .swiper-container .swiper-button-prev {
  width: 54px;
  height: 54px;
  margin: 0;
  background: url(../images/prev3.png) no-repeat;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.casePage .caseDetails .photo .swiper-container .swiper-button-next {
  background: url(../images/next3.png) no-repeat;
  left: auto;
  right: 20px;
}
.casePage .caseDetails .content {
  width: 540px;
  float: right;
}
.casePage .caseDetails .content .title {
  line-height: 30px;
  font-size: 26px;
  color: #000000;
}
.casePage .caseDetails .content .line {
  width: 33px;
  height: 2px;
  background: #666666;
  margin: 18px 0;
}
.casePage .caseDetails .content .text {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 28px;
}
.casePage .caseDetails .content .btn {
  padding-top: 20px;
}
.casePage .caseDetails .content .btn:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.casePage .caseDetails .content .btn a {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  background: no-repeat;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: block;
  float: left;
}
.casePage .caseDetails .content .btn a.btn1 {
  background-image: url(../images/casedetails_btn1.png);
}
.casePage .caseDetails .content .btn a.btn1:hover {
  background-image: url(../images/casedetails_btn11.png);
}
.casePage .caseDetails .content .btn a.btn2 {
  background-image: url(../images/casedetails_btn2.png);
}
.casePage .caseDetails .content .btn a.btn2:hover {
  background-image: url(../images/casedetails_btn22.png);
}
.casePage .caseDetails .content .btn a.btn3 {
  background-image: url(../images/casedetails_btn3.png);
}
.casePage .caseDetails .content .btn a.btn3:hover {
  background-image: url(../images/casedetails_btn33.png);
}
.recommend {
  clear: both;
  margin-top: 40px;
  margin-bottom: 12px;
}
.recommend .title {
  background: #e3e2e2;
}
.recommend .title:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recommend .title .tit {
  float: left;
  padding: 0 28px;
  font-size: 16px;
  color: #fff;
  background: #175bc0;
  line-height: 50px;
}
.recommend .title .btn {
  float: right;
  margin: 17px 16px;
}
.recommend .title .btn .next,
.recommend .title .btn .prev {
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 2px;
  background: url(../images/triangle6.png) no-repeat center;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.recommend .title .btn .next:hover,
.recommend .title .btn .prev:hover {
  background-image: url(../images/triangle7.png);
}
.recommend .title .btn .next {
  background-image: url(../images/triangle8.png);
}
.recommend .title .btn .next:hover {
  background-image: url(../images/triangle9.png);
}
.recommend .swiper-container {
  margin-top: 30px;
}
.recommend .swiper-container .swiper-button-prev,
.recommend .swiper-container .swiper-button-next {
  display: none;
}
.recommend .swiper-container .swiper-slide {
  text-align: center;
}
.recommend .swiper-container .swiper-slide a {
  display: block;
}
.recommend .swiper-container .swiper-slide a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.recommend .swiper-container .swiper-slide a:hover .text {
  color: #fff;
  background: #175bc0;
}
.recommend .swiper-container .swiper-slide .pic {
  height: 239px;
  overflow: hidden;
}
.recommend .swiper-container .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.recommend .swiper-container .swiper-slide .text {
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage {
  padding: 50px 0;
}
.productPage .sidebar {
  width: 240px;
  float: left;
}
.productPage .sidebar .title {
  height: 107px;
  padding: 30px 27px 0 27px;
  box-sizing: border-box;
  background: #175bc0;
}
.productPage .sidebar .title .tit {
  line-height: 30px;
  font-size: 26px;
  color: #fff;
}
.productPage .sidebar .title .line {
  width: 28px;
  height: 2px;
  background: #fff;
  margin-top: 16px;
}
.productPage .sidebar .menu {
  margin-top: 10px;
  background: #fff;
}
.productPage .sidebar .menu > ul > li {
  border-bottom: solid 1px #fff;
}
.productPage .sidebar .menu > ul > li.on > a {
  background-image: url(../images/triangle11.png);
}
.productPage .sidebar .menu > ul > li > a {
  height: 52px;
  line-height: 52px;
  text-indent: 56px;
  display: block;
  background: url(../images/triangle10.png) no-repeat 30px center #131313;
  font-size: 16px;
  color: #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.productPage .sidebar .menu > ul > li > ul {
  display: none;
}
.productPage .sidebar .menu > ul > li > ul li a {
  border-bottom: dotted 1px #d9d9d9;
  height: 50px;
  line-height: 50px;
  display: block;
  text-indent: 56px;
  font-size: 16px;
  color: #666666;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  background: url(../images/arrow1.png) no-repeat right -20px center;
}
.productPage .sidebar .menu > ul > li > ul li.on a,
.productPage .sidebar .menu > ul > li > ul li a:hover {
  background-color: #e7e7e7;
  background-position: right 14px center;
}
.productPage .sidebar .recommend {
  margin-top: 20px;
}
.productPage .sidebar .recommend .tit {
  height: 50px;
  line-height: 50px;
  text-indent: 26px;
  font-size: 20px;
  color: #fff;
  background: #175bc0;
}
.productPage .sidebar .recommend .tit .btn {
  float: right;
  margin: 17px 18px;
}
.productPage .sidebar .recommend .tit .btn:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .sidebar .recommend .tit .btn .next,
.productPage .sidebar .recommend .tit .btn .prev {
  width: 13px;
  height: 19px;
  float: left;
  background: url(../images/triangle12.png) no-repeat center;
  background-size: 6px 11px;
  cursor: pointer;
}
.productPage .sidebar .recommend .tit .btn .next {
  background-image: url(../images/triangle10.png);
}
.productPage .sidebar .recommend .content {
  padding: 0 22px;
  margin-top: 4px;
  background: #fff;
}
.productPage .sidebar .recommend .content .swiper-button-next,
.productPage .sidebar .recommend .content .swiper-button-prev {
  display: none;
}
.productPage .sidebar .recommend .content .swiper-slide {
  text-align: center;
  border-bottom: solid 1px #f7f7f7;
}
.productPage .sidebar .recommend .content .swiper-slide a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.productPage .sidebar .recommend .content .swiper-slide a:hover .text {
  color: #175bc0;
  background: #fff;
}
.productPage .sidebar .recommend .content .swiper-slide .pic {
  overflow: hidden;
}
.productPage .sidebar .recommend .content .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .sidebar .recommend .content .swiper-slide .text {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  border: none;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .sidebar .advertising {
  margin-top: 6px;
}
.productPage .sidebar .advertising img {
  width: 100%;
  display: block;
}
.productPage .contentRight {
  width: 932px;
  float: right;
}
.productPage .productList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .productList li {
  width: 297px;
  float: left;
  margin: 0 0 20px 20px;
}
.productPage .productList li:nth-child(3n+1) {
  margin-left: 0;
}
.productPage .productList li a {
  display: block;
  padding: 20px;
  background: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .productList li a:hover {
  box-shadow: 0 5px 15px 1px #cccccc;
}
.productPage .productList li a:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.productPage .productList li a:hover .more {
  background: url(../images/arrow2.png) no-repeat right 10px center #175bc0;
  color: #fff;
}
.productPage .productList li .pic {
  height: 190px;
  overflow: hidden;
  border-bottom: solid 1px #f7f7f7;
}
.productPage .productList li .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .productList li .tit {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #333333;
  margin-top: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .productList li .txt {
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.productPage .productList li .more {
  width: 124px;
  height: 36px;
  line-height: 36px;
  text-indent: 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #666666;
  background: url(../images/arrow1.png) no-repeat right 20px center #f4f4f4;
  margin: 26px 0 10px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.productPage .paging {
  margin-top: 30px;
}
.productPage .productDetails .introduction:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .productDetails .introduction .pic {
  width: 521px;
  float: left;
}
.productPage .productDetails .introduction .pic img {
  width: 100%;
  display: block;
}
.productPage .productDetails .introduction .content {
  width: 388px;
  float: right;
}
.productPage .productDetails .introduction .content .title {
  line-height: 36px;
  font-size: 26px;
  color: #175bc0;
  font-weight: bold;
  padding: 15px 0;
}
.productPage .productDetails .introduction .content .text {
  border-top: solid 1px #e2e2e2;
  padding: 18px 0;
}
.productPage .productDetails .introduction .content .text .p1 {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.productPage .productDetails .introduction .content .text .p2 {
  line-height: 26px;
  font-size: 14px;
  color: #333333;
  margin-top: 6px;
}
.productPage .productDetails .details {
  margin-top: 32px;
}
.productPage .productDetails .details .tab {
  background: #e3e2e2;
}
.productPage .productDetails .details .tab:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.productPage .productDetails .details .tab li {
  float: left;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
  background: url(../images/productdetails_line.gif) no-repeat 0 center;
  cursor: pointer;
}
.productPage .productDetails .details .tab li:first-child {
  background: none;
}
.productPage .productDetails .details .tab li.on {
  background: #175bc0;
  color: #fff;
}
.productPage .productDetails .details .tabBox .article {
  padding: 26px 30px;
  box-sizing: border-box;
  background: #fff;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.productPage .productDetails .details .tabBox .article .tit {
  font-weight: bold;
}
.productPage .recommend .swiper-container {
  margin-top: 20px;
}
.productPage .recommend .swiper-container .swiper-slide .pic {
  height: auto;
}
.productPage .recommend .swiper-container .swiper-slide .text {
  height: 50px;
  line-height: 50px;
  border-top: solid 2px #f7f7f7;
}
.contactPage {
  padding: 58px 0;
}
.contactPage .columnTitle {
  margin-bottom: 38px;
}
.contactPage .contact .content {
  border: solid 1px #e9e9e9;
  box-sizing: border-box;
  background: #fff;
}
.contactPage .contact .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contactPage .contact .company {
  max-width: 600px;
  width: 50%;
  float: right;
  height: 485px;
  overflow: auto;
}
.contactPage .contact .company::-webkit-scrollbar {
  width: 4px;
  background: #ccc;
}
.contactPage .contact .company::-webkit-scrollbar-button,
.contactPage .contact .company::-webkit-scrollbar-button:vertical:end,
.contactPage .contact .company::-webkit-scrollbar-button:vertical:start {
  display: none;
}
.contactPage .contact .company::-webkit-scrollbar-thumb {
  background: #999;
}
.contactPage .contact .company li {
  padding: 23px 30px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: solid 1px #f1f1f1;
  cursor: pointer;
}
.contactPage .contact .company li:last-child {
  border-bottom: none;
}
.contactPage .contact .company li.on {
  background: #f7f7f7;
}
.contactPage .contact .company li .tit {
  line-height: 24px;
  font-size: 20px;
  color: #000000;
}
.contactPage .contact .company li .txt {
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
}
.contactPage .contact .map {
  max-width: 600px;
  width: 50%;
  float: left;
  border-right: solid 1px #e9e9e9;
  box-sizing: border-box;
}
.contactPage .contact .map #allmap {
  width: 100%;
  height: 485px;
}
.contactPage .message {
  margin-top: 58px;
}
.contactPage .message .inpu {
  width: 582px;
  height: 50px;
  box-sizing: border-box;
  border: solid 1px #dfdfdf;
  background: #fff;
  margin-bottom: 30px;
}
.contactPage .message .inpu .icon {
  width: 48px;
  float: left;
  border-right: solid 1px #dfdfdf;
  text-align: center;
  line-height: 48px;
}
.contactPage .message .inpu .icon img {
  vertical-align: middle;
}
.contactPage .message .inpu input {
  width: 530px;
  height: 48px;
  font-size: 16px;
  color: #333333;
  padding: 0 11px;
  box-sizing: border-box;
}
.contactPage .message .inpu input::-webkit-input-placeholder {
  color: #333333;
}
.contactPage .message .inpu input:-moz-placeholder {
  color: #333333;
}
.contactPage .message .inpu input::-moz-placeholder {
  color: #333333;
}
.contactPage .message .inpu input:-ms-input-placeholder {
  color: #333333;
}
.contactPage .message .r {
  width: 588px;
}
.contactPage .message .inpu2 {
  box-sizing: border-box;
  border: solid 1px #dfdfdf;
  background: #fff;
}
.contactPage .message .inpu2 .icon {
  width: 22px;
  height: 21px;
  float: left;
  margin: 16px 0 0 18px;
}
.contactPage .message .inpu2 textarea {
  resize: none;
  width: 536px;
  height: 204px;
  margin-left: 10px;
  box-sizing: border-box;
  padding: 14px 0;
  line-height: 20px;
  font-size: 16px;
  color: #333333;
}
.contactPage .message .inpu2 textarea::-webkit-input-placeholder {
  color: #333333;
}
.contactPage .message .inpu2 textarea:-moz-placeholder {
  color: #333333;
}
.contactPage .message .inpu2 textarea::-moz-placeholder {
  color: #333333;
}
.contactPage .message .inpu2 textarea:-ms-input-placeholder {
  color: #333333;
}
.contactPage .message .btn {
  width: 100%;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border-bottom: solid 1px #dfdfdf;
  box-sizing: border-box;
  background: #175bc0;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.contactPage .message .btn:hover {
  background: #0047b0;
}
.cctvPage {
  background: #fff;
}
.cctvPage .title {
  line-height: 40px;
  font-size: 36px;
  color: #333333;
  text-align: center;
}
.cctvPage .report {
  background: url(../images/report_bg.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  padding: 56px 0;
}
.cctvPage .report .title {
  color: #fff;
}
.cctvPage .report .videoBox {
  max-width: 800px;
  margin: 38px auto;
  overflow: hidden;
}
.cctvPage .report .videoBox:hover .pic img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.cctvPage .report .videoBox .pic {
  position: relative;
  cursor: pointer;
}
.cctvPage .report .videoBox .pic img {
  width: 100%;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.cctvPage .report .videoBox .pic .icon {
  width: 62px;
  height: 62px;
  position: absolute;
  background: url(../images/video_icon.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.cctvPage .report .videoBox video {
  display: none;
  width: 100%;
}
.cctvPage .report .text {
  color: #fff;
}
.cctvPage .report .text .p1 {
  line-height: 36px;
  font-size: 28px;
}
.cctvPage .report .text .p2 {
  line-height: 26px;
  font-size: 18px;
  margin-top: 4px;
}
.cctvPage .signing {
  padding: 58px 0;
  background: #fff;
}
.cctvPage .signing .wrap {
  position: relative;
}
.cctvPage .signing .wrap:hover .next,
.cctvPage .signing .wrap:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cctvPage .signing .wrap .next,
.cctvPage .signing .wrap .prev {
  width: 50px;
  height: 50px;
  background: url(../images/prev2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -70px;
  top: 55%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.cctvPage .signing .wrap .next {
  background: url(../images/next2.png) no-repeat;
  left: auto;
  right: -70px;
}
.cctvPage .signing .swiper-container {
  margin-top: 40px;
}
.cctvPage .signing .swiper-container .swiper-button-next,
.cctvPage .signing .swiper-container .swiper-button-prev {
  display: none;
}
.cctvPage .signing .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.cctvPage .archives {
  background: #f7f7f7;
  padding: 58px 0 62px 0;
}
.cctvPage .archives .content {
  background: #fff;
  margin-top: 40px;
}
.cctvPage .archives .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.cctvPage .archives .content .pic {
  width: 50%;
  float: left;
}
.cctvPage .archives .content .pic img {
  width: 100%;
  display: block;
}
.cctvPage .archives .content .text {
  width: 50%;
  float: right;
  padding: 38px 38px 0 38px;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 16px;
  color: #333333;
}
.cctvPage .archives .content .text .icon {
  float: right;
}
.cctvPage .power {
  padding: 58px 0;
}
.cctvPage .power .content {
  background: #f7f7f7;
  margin-top: 40px;
}
.cctvPage .power .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.cctvPage .power .content .pic {
  width: 50%;
  float: right;
}
.cctvPage .power .content .pic img {
  width: 100%;
  display: block;
}
.cctvPage .power .content .text {
  width: 50%;
  padding: 34px 28px 0 28px;
  box-sizing: border-box;
  float: left;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
}
.cctvPage .power .content .btn {
  width: 148px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  background: url(../images/arrow2.png) no-repeat right 29px center #175bc0;
  text-indent: 28px;
  font-size: 16px;
  color: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  display: block;
  margin-top: 28px;
}
.cctvPage .power .content .btn:hover {
  background-position: right 10px center;
  background-color: #0047b0;
}
.cctvPage .prize {
  margin-top: 30px;
  position: relative;
}
.cctvPage .prize:hover .next,
.cctvPage .prize:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.cctvPage .prize .next,
.cctvPage .prize .prev {
  width: 50px;
  height: 50px;
  background: url(../images/prev2.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translate(0, -60%);
  -webkit-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
  -ms-transform: translate(0, -60%);
  -o-transform: translate(0, -60%);
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.cctvPage .prize .next {
  background: url(../images/next2.png) no-repeat;
  left: auto;
  right: -70px;
}
.cctvPage .prize .swiper-container .swiper-button-prev,
.cctvPage .prize .swiper-container .swiper-button-next {
  display: none;
}
.cctvPage .prize .swiper-container .swiper-slide {
  text-align: center;
}
.cctvPage .prize .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}
.cctvPage .prize .swiper-container .swiper-slide .txt {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-top: 22px;
}
/**
 * 弹出大图
 */
.pswp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
}
.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__container,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-touch-action: none;
  touch-action: none;
}
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -ms-transform-origin: left top;
}
.pswp__bg {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  -webkit-transition: opacity .15s;
  transition: opacity 0.15s;
}
.pswp__img--placeholder {
  display: none;
  -webkit-backface-visibility: hidden;
}
.pswp__img--placeholder--blank {
  background: #222222;
}
.pswp--ie .pswp__img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp__ui {
  z-index: 1550;
  visibility: visible;
  opacity: 1;
  -webkit-font-smoothing: auto;
}
.pswp__top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
}
.pswp__preloader {
  position: absolute;
  position: relative;
  top: 0;
  left: 50%;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
}
.pswp__preloader__icn {
  margin: 12px;
  width: 20px;
  height: 20px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  background: url(../images/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
  width: 14px;
  height: 14px;
  background: 0 0;
  opacity: 0.75;
}
.pswp--css_animation .pswp__preloader__cut {
  position: relative;
  overflow: hidden;
  width: 7px;
  height: 14px;
}
.pswp--css_animation .pswp__preloader__donut {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.pswp__error-msg {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.7;
}
.pswp__error-msg a {
  color: #fff;
  text-decoration: underline;
}
.pswp__button {
  position: relative;
  float: right;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  outline: 0;
  border: 0;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .75;
  cursor: pointer;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  -webkit-appearance: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp--animated-in .pswp__button {
  -webkit-transition: opacity .25s;
  transition: opacity 0.25s;
}
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  width: 44px;
  height: 44px;
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1600;
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  position: absolute;
  top: 56px;
  right: 44px;
  z-index: 1620;
  display: block;
  width: auto;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform .25s;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -ms-transform: translateY(6px);
  will-change: transform;
  -webkit-backface-visibility: hidden;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  color: #000;
  text-decoration: none;
}
.pswp__share-tooltip a:hover:first-child {
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:hover:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  position: absolute;
  top: -12px;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: '';
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #ffffff;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}
a.pswp__share--twitter:hover {
  background: #55acee;
  color: #ffffff;
}
a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}
a.pswp__share--download:hover {
  background: #dddddd;
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
  display: none;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: none;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  background: 0 0;
}
.pswp__button--arrow--left,
.pswp__button--arrow--right,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  position: absolute;
  top: 35px;
  width: 32px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
.pswp__counter {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 10px;
  height: 44px;
  color: #fff;
  font-size: 13px;
  line-height: 44px;
  opacity: 0.75;
}
@media screen and (max-width: 1024px) {
  .pswp_scroll-wrap {
    top: 0;
    bottom: 0;
  }
  .pswp__caption {
    margin-top: 0;
  }
  .pswp__preloader {
    position: relative;
    top: auto;
    left: auto;
    float: right;
    margin: 0;
  }
}
.pswp__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 44px;
  color: #ffffff;
}

.pswp__caption small {
  color: #bbb;
  font-size: 11px;
}
.pswp__caption__center {
  margin: 0 auto;
  padding: 10px;
  max-width: 420px;
  color: #fff;
  color: #ccc;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.pswp__caption--empty {
  display: none;
}
.pswp__caption--fake {
  visibility: hidden;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  will-change: opacity;
}
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__caption,
.pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}
.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
.pswp__ui--hidden .pswp__bg,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}
.pswp--minimal--dark .pswp__button--arrow--left,
.pswp--minimal--dark .pswp__button--arrow--right {
  background: 0 0;
}
/*弹出大图end*/
/*动画*/
/*动画*/
.navv{ width:100%; height:55px; background:#175bc0}
.navv ul{ width:1200px; margin:0 auto; overflow:hidden}
.navv ul li{ float:left; width:14%; text-align:center; height:55px; line-height:55px}
.navv ul li a{ color:#FFF;  font-size:17px; display:inline-block; width:100%; height:100%}
.navv ul li a:hover{ background:#FFF; color:#000}
.head{ width:1200px; margin:0 auto; height:135px; overflow:hidden}
.zuo{ float:left}
.you{ float:right; color:red; font-weight:550; font-size:24px; margin-top:15px; line-height:30px; overflow:hidden}
.zuofu{ float:left; width:300px}
.youfu{ float:right; width:880px; border:1px solid #ccc; overflow:hidden}
.chan{ height:60px; background:#175bc0; text-align: center; line-height:60px; font-size:24px; color:#FFF; border:1px solid #ccc; width:298px}
.zuofu li{ line-height:54px; border:1px solid #ccc; border-top:none; overflow: hidden; position:relative}
.zuofu li a{ font-size:15px; color:#000; width:100%; height:1010%; display:inline-block; transition:0.8s; text-indent:2em }
.zuofu li a:hover{ background:#175bc0; color:#FFF; padding-left:15px}
.zuofu img{ width:12px; margin-right:5px}
.io{ height:50px !important; text-align:center; line-height:50px; font-size:17px !important; color:#000; display:block; width:298px; height:100%; border:1px solid #ccc; border-top:none}
.quan{ height:60px; line-height:60px; background:#175bc0; text-indent:2em; font-size:18px; color:#FFF}
.danj{border:1px solid #ccc; overflow:hidden}
.you img{ width:50px; float:left}
.you p{ float:left; margin-left:10px}
.da{ background:#eeeeee; width:100%}