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: 12px;
  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;
  padding-top: 142px;
}
.headTop {
  width: 100%;
  height: 41px;
  line-height: 40px;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 91;
}
.headTop .hello {
  font-size: 14px;
  color: #767676;
  float: left;
   background: url(/images/home.png) no-repeat left center;
   margin: 0 auto;
  padding-left: 25px;
	}
	
.headTop .hello a {
  font-size: 14px;
  color: #767676;
}
.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: #767676;
  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: #767676;
}
.headTop .language ul li a:hover {
  background: #eee;
}
.headTop .phone {
  line-height: 40px;
  background: url(/images/phone.png) no-repeat 0 center;
  padding-left:25px;
  font-size: 15px;
  color: #767676;
  float: right;
  margin-right: 11px;
}
.headTop .phone a {
  font-size: 15px;
  color: #165abf;
  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;
  border-bottom:1px #f2f2f2 solid;
}
.header .logo {
  width: 250px;
  float: left;
  overflow: hidden;
  margin-top: 23px;
  background:#0000CC;
}
.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 18px;
}
.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.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.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.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header .nav > ul > li span {
  width: 100%;
  height: 100px;
  line-height: 100px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.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:49.98%;
  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;
  width:1200px;
  margin:0 auto;
}
.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:nth-child(5) {
  margin-left: 0;
  padding-top:0px;
}

.header .nav .sub ul li:nth-child(6) {
  padding-top:0px;
}
.header .nav .sub ul li:nth-child(7) {
  padding-top:0px;
}
.header .nav .sub ul li:nth-child(8) {
  padding-top:0px;
}

.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: #042b5e;
  padding-top: 60px;
}
.footer .linkbox {
  background: url(../images/linkbox_line2.gif) no-repeat right 0;
  float: left;
}
.footer .linkbox .list {
  width: 140px;
  float: left;
}

.footer .linkbox .list:nth-child(3) {
  width: 190px;
  float: left;
}



.footer .linkbox .list a {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.footer .linkbox .list .tit {
  line-height: 20px;
  font-size: 18px;
  color: #cecece;
  padding-bottom:12px;
}
.footer .linkbox .list .tit a {
  font-size: 18px;
  color: #cecece;
}
.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: #c4c8d1;
}
.footer .linkbox .list ul li a {
  font-size: 14px;
  color: #c4c8d1;
}
.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: #fff;
  margin-top: 12px;
}
.footer .contact .text {
  float: left;
  width: 305px;
  margin-left:0px;
}
.footer .contact .text .tit {
  line-height: 20px;
  font-size: 18px;
  color: #cecece;
  margin-bottom: 26px;
}
.footer .contact .text p {
  padding-left: 29px;
  box-sizing: border-box;
  background: no-repeat 0 4px;
  line-height: 28px;
  font-size: 15px;
  color: #c4c8d1;
  margin-bottom: 10px;
}
.footer .contact .text p a {
  font-size: 15px;
  color: #c4c8d1;
  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: 40px 0 40px 0;
  margin-top: 60px;
  border-top:1px #294b76 solid;
}
.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: 0px;
  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: #000000;
  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: 58px 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;
  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: 32px 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/reason_bg.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 58px 0 104px 0;
}
.main .reason .brag {
  line-height: 28px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  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: 16.66666%;
  float: left;
  text-align: center;
}
.main .reason .advantage li:hover img {
  transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
}
.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: #27262b;
  margin-bottom: 1px;
  font-size: 20px;
  color: #fff;
  text-indent: 30px;
  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: 22px;
}
.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/introductionl_bg.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: 50%;
  float: left;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 1px #dadada;
  min-height: 437px;
}
.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: 44px;
}
.main .introductionl .content .text ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .introductionl .content .text ul li {
  width: 33.333%;
  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: 58px 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;
  border-bottom:1px #e4e9ed solid;
}
.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:20px;
}
.container .columnMenu .crumbs a {
  font-size: 15px;
  color: #666666;
  padding:0px 4px;
}
.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;
  width:125px;
    text-align:center;

}
.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;
  width:125px;
  display: block;
  text-align:center;
}
.container .columnMenu .menu li a:hover {
  color: #175bc0;
}





.container .columnMenu .menu2 { margin:0 auto}
.container .columnMenu .menu2 .tit {
  display: none;
}
.container .columnMenu .menu2 li {
  float: left;
}
.container .columnMenu .menu2 li span {
  display: none;
  padding: 0 6px;
}
.container .columnMenu .menu2 li.on a {
  background: #175bc0;
  color: #fff;
  padding:0px 29px;

}
.container .columnMenu .menu2 li.on a span {
  display: inline-block;
}
.container .columnMenu .menu2 li.on a:hover {
  color: #fff;
}
.container .columnMenu .menu2 li a {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #666666;
  display: block;
  padding:0px 29px;
}
.container .columnMenu .menu2 li a:hover {
  color: #175bc0;
}






.container .columnTitle {
  line-height:30px;
  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;
  background:#FFFFFF;
}
.aboutPage .introduction {
  background: #fff;
  margin-top: 38px;
}

.aboutPage .introduction div {
  line-height:30px;
}


.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: 0px;
}
.aboutPage .honorBox .honorList:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.aboutPage .honorBox .honorList figure {
  margin: 0 0 20px 20px;
  float: left;
  width: 386px;
}
.aboutPage .honorBox .honorList figure:nth-child(3n+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 #f7f7f7;
  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: auto;
  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: 30px 0 0px 0;
  background:#FFFFFF;
    min-height: 400px;

}
.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: 290px;
  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: #f7f7f7;
  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*/
/*动画*/
/*动画*/
/**公共Banner**/
.f40{ font-size:40px;}
#AutoBanner{ position: relative; overflow: hidden; }
#AutoBanner img{ animation: scaleAnim 5s ease forwards; display: block; max-width: 100%; height:300px }
#AutoBanner .pc{ display: block; }
#AutoBanner .phone{ display: none; }
#AutoBanner .cont{ position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; color:#fff; }
#AutoBanner .table{display: table; width: 100%; height: 100%; }
#AutoBanner .table .t-cell{ vertical-align: middle; display: table-cell; }
#AutoBanner .table .word:after{ content: ""; display: block; width: 1em; height: 3px; background-color: #fff; margin-top: 0.725em; }
@keyframes scaleAnim{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
/*联系我们*/
.commonweb { margin: 0 auto; max-width: 1200px; padding: 0; }
/*联系我们*/
.contact-dl { background-color: #fcfcfc; }

.contact-dl .thumb img { display: block; width: 100%; }

.contact-dl .infor { padding: 15px; border: 1px solid #f2f2f2; color: #929292; }

.contact-dl .infor h3 { color: #0c337f; padding: 0 0 10px 0; }

.contact-dl .infor .name { float: left; display: block; }

.contact-dl .infor .text { overflow: hidden; display: block; }

.contact-dl .infor a { color: #929292; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; }

@media (min-width: 1024px) {
  .contact-dl { border: 1px solid #f2f2f2; }
  .contact-dl .thumb { float: left; width: 46.5%; margin: -1px 0 -1px -1px; }
  .contact-dl .infor { overflow: hidden; border: 0; padding: 3.5% 2% 0 5.8%; line-height: 28px; }
  .contact-dl .infor h3 { padding: 0 0 16px 0; } }

@media (min-width: 1199px) { .contact-dl .infor { line-height: 36px; font-size: 16px; }
  .contact-dl .infor .PS { padding: 0 0 6px 0; } }

#allmap { width: 100%; height: 500px; margin: 31px 0 0px; }

.BMap_Marker img { width: auto !important; max-width: none !important; }

.BMap_shadow img, .BMap_pop img { max-width: none !important; }

@media (min-width: 1024px) { #allmap { height: 500px; margin: 55px 0 0px 0; } }

/*2018.12.11*/
.contact-dl .infor .huayaewm{ display:block;height:150px;}
@media(min-width:1024px) {
    .contact-dl .infor { position:relative;}
    .contact-dl .infor .huayaewm { position:absolute; right:30px; bottom:0;}
}
























































































@charset "UTF-8";
/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; touch-callout: none; cursor: pointer; }

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; background-repeat: no-repeat; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

em { font-style: normal; }

body, button, input, select, textarea { font-size: 14px; line-height: 24px; color: #333; font-family: 'Microsoft YaHei','Hiragino Sans GB', sans-serif, Arial; }

ul, li { list-style: none; }

img { border: 0px; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

article, aside, footer, header, nav, section { display: block; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"] { cursor: pointer; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.clear { clear: both; line-height: 0; height: 0; font-size: 0; }

.fl { float: left; }

.fr { float: right; }


.commonweb, .indexweb { padding: 0px 0px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; padding-left: 10px; padding-right: 10px; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }


  





@-webkit-keyframes fadeHeaderInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0); }
  100% { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@-moz-keyframes fadeHeaderInDown { 0% { opacity: 0;
    -moz-transform: translate3d(0, -100%, 0); }
  100% { opacity: 1;
    -moz-transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeHeaderInDown { 0% { opacity: 0;
    -o-transform: translate3d(0, -100%, 0); }
  100% { opacity: 1;
    -o-transform: translate3d(0, 0, 0); } }

@keyframes fadeHeaderInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% { opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }


  .languge-wrapper{ 
    position: absolute;
    top: 100%;
    left: 50%;
    top: 46px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    width: 100px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    display: none; 
  }
  .languge-wrapper ul li{width: 100%;line-height: 20px; padding: 4px 0; text-align: center;}
  .languge-wrapper ul li a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

@media (min-width: 1024px){
	.languge-wrapper {
	    padding-top: 5px;
	}
	.languge-wrapper ul li a:hover{ color: #e2001a; }
}

@-webkit-keyframes slidein { 0% { opacity: 0; }
  1% { -webkit-transform: translateX(-160px);
    transform: translateX(-160px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-moz-keyframes slidein { 0% { opacity: 0; }
  1% { -webkit-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    transform: translateX(-160px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes slidein { 0% { opacity: 0; }
  1% { -webkit-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    transform: translateX(-160px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slidein { 0% { opacity: 0; }
  1% { -webkit-transform: translateX(-160px);
    -moz-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    transform: translateX(-160px); }
  100% { opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }

@charset "UTF-8";
.full-inside-subnav .channel-title::after { _font-size: 0; _line-height: 0; _overflow: hidden; width: 0; height: 0; }

.title { font-size: 16px; }

::-webkit-scrollbar { width: 5px; background-color: #e4e4e4; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 0; }

::-webkit-scrollbar-thumb { width: 20px; background-color: #c2c2c2; -webkit-border-radius: 0; border-radius: 0; }


body { overflow-x: hidden; }


.nopadtb { padding-top: 0; padding-bottom: 0; }

.padt10 { padding-top: 10px; }

.font36 { font-size: 22px; }

.font30 { font-size: 20px; }

.font24 { font-size: 18px; }

.font22 { font-size: 18px; }

.font20 { font-size: 18px; }

.font18 { font-size: 16px; }

.font15 { font-size: 15px; }

.font16 { font-size: 16px; }

.alcenter { text-align: center; }

.c333333 { color: #333333; }

.ccccccc { color: #CCCCCC; }

.cffffff { color: #ffffff; }

.c666666 { color: #666666; }

.c929292 { color: #929292; }

.c0c337f { color: #0c337f; }

.c4c4c4c { color: #4c4c4c; }

.h10 { height: 10px; }

.h30 { height: 30px; }

@media (min-width: 1024px) { .font36 { font-size: 28px; line-height: 30px; }
  .font34 { font-size: 28px; line-height: 30px; }
  .font32 { font-size: 27px; line-height: 30px; }
  .font30 { font-size: 26px; line-height: 30px; }
  .font24 { font-size: 24px; }
  .font22 { font-size: 22px; }
  .font20 { font-size: 20px; }
  .font18 { font-size: 18px; } }

@media (min-width: 1199px) { .font36 { font-size: 36px; line-height: 38px; }
  .font34 { font-size: 34px; line-height: 38px; }
  .font32 { font-size: 32px; line-height: 36px; }
  .font30 { font-size: 30px; line-height: 32px; } }

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto; 
    padding: 10px 0;
    height: 39px;
    text-align: center;
	margin-bottom:70px;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 14px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #e5e5e5; 
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#175bc0;
    color:#fff;
    border-color:#175bc0;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}


.coninfo5555{ padding:20px 0px}



.coninfo5555 img{ width:80%; padding:20px 0px}





















































































































.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.container {
  width: 100%;
}




/*新闻资讯*/
.news {
  position: relative;
  min-height: 400px;
  background:#FFFFFF;
}
.news-width {
  padding-bottom:2px;
  width:1200px;
  margin:0 auto;
  padding-top:17px;
  }
.news-box,
.project-box {
  padding: 15px 0px 30px;
}
.news-box li,
.project-box li {
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0;
  position: relative;
}
.news-box li .con {}
.news-box li .con .img {
  width: 23.40%;
}
.news-box li .con .img img {
  width: 100%;
}
.news-box li .con .text {
  width: 73.67%;
}
.news-box li .con .text h3 {
  padding-bottom:20px;
  font-size: 18px;
}
.news-box li .con .text h3 a,
.project-box .text h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 18px;
  font-weight:bold;
}
.news-box li .con .text h3:hover a,
.project-box .text h3:hover a {
  color: #0057a8;
}
.news-box li .con .text p {
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
  overflow: hidden;
}
.news-box li .con .text .time {
  color: #999999;
  font-family: "ITCAvantGardeStd-Bk";
}
.news-box li.no-img .con .text {
  width: 85.25%;
}
.news-head {
  position: absolute;
  right: 0;
  top: 0;
  width: 396px;
}
.news-head-swiper {}
.news-head-swiper .img {
  max-height: 260px;
  overflow: hidden;
}
.news-head-swiper .img img {
  width: 100%;
  display: block;
}
.news-head-swiper .text {
  background: url(../images/news-head02.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-size: 18px;
  padding: 30px 12.6% 70px;
}
.news-head-swiper .time {
  font-size: 44px;
  padding-bottom: 10px;
  font-family: "ITCAvantGardeStd-XLt";
}
.news-head-swiper p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.news-head-swiper .swiper-pagination {
  bottom: 30px;
  text-align: left;
  left: 12.6%;
}
.news-head-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
}
.news-head-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.news-head-box {
  display: block;
}
/*项目公示*/
.project-box .con {
  position: relative;
}
.project-box .time {
  font-weight: bold;
  width: 95px;
  background-color: #e5e5e5;
  color: #333333;
  padding: 10px 16px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-box .time .day {
  font-size: 35px;
  color: #0057a8;
  line-height: 1;
}
.project-box .text {
  padding: 25px 0 25px 120px;
  width: 100%;
}
.project-box .text h3 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
}
.project-box .text p {
  font-size: 14px;
  color: #666666;
}
/*新闻详情*/
.news-details {}
.news-details-text {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
.news-title {
  position: relative;
}
.news-title .share {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.news-title .share .share-text {
  float: left;
  line-height: 28px;
  padding-right: 10px;
}
.news-title .share .bdsharebuttonbox {
  float: left;
}
.news-details-text .title {
  font-size: 28px;
  padding-bottom: 10px;
  color: #333;
}
.news-details-text .time {
  color: #bcbcbc;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.news-details-text .time span {
    font-family: "ITCAvantGardeStd-Bk";
}
.news-details-text .con {
  line-height: 1.6;
  color: #555555;
  font-size: 16px;
}
.news-details-page {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
  position: relative;
  padding: 25px 0;
}
.news-details-page:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  background-color: #e5e5e5;
  height: 54px;
  margin-top: -27px;
}
.list-page {}
.list-page li {
  float: left;
  width: 330px;
  line-height: 1.6;
}
.list-page li:last-child {
  float: right;
  text-align: right;
}
.list-page li .img {
  width: 83px;
}
.list-page li p {
  width: 210px;
}
.list-page li a {
  font-size: 14px;
  color: #666666;
  padding-left: 20px;
  background: url(../images/icon05.jpg) no-repeat left center;
}
.list-page li a:hover {
  color: #0d428a;
}
.list-page li:last-child a {
  padding-left: 0;
  padding-right: 20px;
  background: url(../images/icon06.jpg) no-repeat right center;
}
/*人才招聘*/
.recruit {
  position: relative;
  min-height: 500px;
}
.recruit .news-details-text {
  max-width: 920px;
}
.recruit .news-box li {
  padding: 25px 0;
}
.recruit .news-box li .con .text h3 {
  padding-bottom: 0;
  padding-left: 20px;
  position: relative;
}
.recruit .news-box li .con .text h3:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px;
  margin-top: -4px;
  width: 8px;
  border-radius: 100%;
  background-color: #ccc;
}
.recruit .news-box li .con .time {
  font-size: 16px;
  color: #ccc;
  position: relative;
}

/*投资者关系*/
.investor {}
.investor-text {
  font-size: 16px;
  color: #666666;
  padding: 60px 0 50px;
  line-height: 1.6;
}
.investor-shares {
  background-color: #0d428a;

  color: #ffffff;
  text-align: center;
}
.investor-shares .col-sm-6 {
  padding: 0;
}
.investor-shares .box {
  padding: 5%;
}
.investor-shares .box .icon {
  padding-bottom: 5px;
}
.investor-shares .box .title {
  font-size: 46px;
  font-family: "ITCAvantGardeStd-Bk";
}
.investor-shares .box p {
  font-size: 16px;
  padding: 0 0 25px;
}
.investor-shares .box .more {
  display: block;
  border: 2px solid #ffffff;
  color: #ffffff;
  line-height: 36px;
  height: 40px;
  width: 140px;
  margin: 0 auto;
}
/*业务板块*/
.business {}
.business-box {
  padding: 50px 0 25px;
}
.business-box .business-text {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  /*width: 90.90%;*/
}
.business-box .business-text p {
  text-indent: 36px;
  /*padding-bottom: 25px;*/
}
.introduce {
  background-color: #0d428a;
  color: #ffffff;
}
.introduce-con {
  font-size: 16px;
  text-align: center;
}
.introduce-con .box {
  padding: 5%;
}
.introduce-con .img {
  height: 120px;
  line-height: 120px;
}
.introduce-con .img img {
  max-height: 100%;
}
.introduce-con .title {
  font-size: 26px;
  padding: 15px 0 10px;
}
.introduce-tab {
  background-color: #f3f3f3;
  background-image: url(../images/introduce-map.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 480px;
}
.introduce-tab .map01,
.introduce-tab .map02,
.introduce-tab .map03,
.introduce-tab .map04 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.introduce-tab .map01 a,
.introduce-tab .map02 a,
.introduce-tab .map03 a,
.introduce-tab .map04 a {
  position: absolute;
  /*background-color: #2971cf;*/
  color: #ffffff;
  border-radius: 100%;
  display: block;
  text-align: center;
  z-index: 9;
  font-size: 0 !important;
}
.introduce-tab .map01 a {
  width: 100px;
  height: 100px;
  line-height: 80px;
  font-size: 16px;
  top: 49%;
  right: 15%;
}
.introduce-tab .map02 a {
  width: 85px;
  height: 85px;
  line-height: 78px;
  font-size: 17px;
  top: 67%;
  right: 19%;
}
.introduce-tab .map03 a {
  width: 40px;
  height: 40px;
  line-height: 86px;
  font-size: 18px;
  top: 82.875%;
  right: 27%;
}
.introduce-tab .map04 a {
  width: 86px;
  height: 86px;
  line-height: 86px;
  font-size: 22px;
  top: 41.375%;
  left: 46.5%;
}

.introduce-tab li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
      -ms-transition: all .25s linear;
       -o-transition: all .25s linear;
          transition: all .25s linear;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/*.introduce-tab .map01:after {
  background-image: url(../images/map-bg01.jpg);
}
.introduce-tab .map02:after {
  background-image: url(../images/map-bg01.jpg);
}
.introduce-tab .map03:after {
  background-image: url(../images/map-bg01.jpg);
}
.introduce-tab .map04:after {
  background-image: url(../images/map-bg01.jpg);
}*/
.introduce-tab li.active:after {
  opacity: 1;
  visibility: visible;
}
.introduce-tab li.active a {
  /*background-color: #0d428a;*/
}
.introduce .col-sm-6,
.business-href .col-sm-3 {
  padding: 0;
}
.business-href a {
  display: block;
  position: relative;
}
.business-href a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease-in-out 0.45s;
  -moz-transition: all .25s ease-in-out 0.45s;
  -ms-transition: all .25s ease-in-out 0.45s;
  -o-transition: all .25s ease-in-out 0.45s;
  transition: all .25s ease-in-out 0.45s; 
}
.business-href .text {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 13.8889% 12.2448%;
  -webkit-transition: all .35s ease-in-out .2s;
  -moz-transition: all .35s ease-in-out .2s;
  -ms-transition: all .35s ease-in-out .2s;
  -o-transition: all .35s ease-in-out .2s;
  transition: all .35s ease-in-out .2s;
}
.business-href .sou {
  font-size: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  font-family: "ITCAvantGardeStd-XLt";
  position: relative;
}
.business-href .sou:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.business-href .title {
  font-size: 26px;
}
.business-href a:hover:after {
  opacity: 1;
}
.business-href a:hover .text {
  bottom: 10px;
}
.business-href a:hover .sou:after {
  width: 100%;
}

.product {
  padding: 60px 0 0;
}
.product ul.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.product li {
  margin-bottom: 45px;
}
.product li .img {
  display: block;
  position: relative;
}
.product li .img .hot {
  position: absolute;
  right: 35px;
  top: 0;
  width: 58px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  z-index: 9;
  text-align: center;
  height: 74px;
  line-height: 1.6;
  padding: 10px 0;
  background: url(../images/label_title.png) no-repeat center;
}
.product li .title {
  display: block;
  font-size: 20px;
  padding: 12px 0;
  margin-bottom: 12px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.product li .tle,
.product li .add {
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
}
/*详情页*/
#product-details {
  position: relative;
}
.product-breadcrumb {
  background-color: #ffffff;
}
.product-logo {
  padding: 18px 0 17px 4.5931%;
  display: block;
}
.product-return .breadcrumb {
  padding-top: 34px;
  padding-bottom: 34px;
}
.product-return .return {
  color: #fff;
  display: block;
  padding: 34px 33px;
  font-size: 16px;
  margin-left: 30px;
  background: #2971cf;
}
.product-return .return span {
  display: block;
  padding-left: 30px;
  background: url(../images/icon10.jpg) no-repeat left center;
}
.product-details-swiper .citizenship-swiper {
  height: 100vh;
  width: 100%;
  height: calc(100vh - 90px);
}
.product-details-swiper .citizenship-swiper .swiper-pagination {
  text-align: center;
  bottom: 30px;
}
.product-details-swiper .citizenship-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 3px;
  width: 54px;
  margin: 0 5px;
  background: #cdcbcd;
  border-radius: 0;
}
.product-details-swiper .citizenship-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2971cf;
}
.product-details-left {
  width: 100%;
  padding-right: 396px;
}
.product-details-right {
  width: 396px;
  position: absolute;
  top: 0;
  right: 0;
}
.product-tab {
  background: #ffffff;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
}
.product-tab li {
  margin: 0 6.9%;
}
.product-tab a {
  position: relative;
  padding: 34px 0;
  display: block;
}
.product-content {
  padding: 20% 12.62%;
  line-height: 1.6;
  color: #555555;
  font-size: 16px;
  height: calc(100vh - 90px);
  overflow: hidden;
  overflow-y: auto;
}
.product-content .title {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
.product-content .title-en {
  text-transform: uppercase;
  color: #333;
  padding: 0 0 20px;
  font-weight: bold;
}
.built-up-area {
  padding: 20px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  position: relative;
}
.built-up-area:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  width: 1px;
  height: 70px;
  margin-top: -35px;
  background: #dedede;
}
.built-up-area .architecture,
.built-up-area .time {
  width: 50%;
}
.built-up-area .label_area {
  font-size: 16px;
  color: #999999;
}
.built-up-area .sou {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
  font-family: "ITCAvantGardeStd-Bk";
}
/*加入我们*/
.join {
  font-size: 16px;
  line-height: 1.6;
}
.join-box {
  padding: 80px 0;
  font-size: 16px;
  color: #666666;
}
.join-title {
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}
.join-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  background: #2971cf;
}
.join-title .title {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.join-title .text {
  font-size: 16px;
  color: #999999;
}
.join-interest {
  background-color: #0d428a;
  color: #ffffff;
  font-size: 16px;
}
.join-interest .col-sm-6 {
  padding: 0;
}
.join-interest .box {
  padding: 5% 11%;
}
.join-interest .box .join-title .title {
  color: #ffffff;
}
.join-interest .box .join-title .text {
  color: rgba(255, 255, 255, 0.4);
}
/*企业公民*/
.citizenship-swiper {
  height: 470px;
}
.citizenship-swiper li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.citizenship-swiper li .text {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #ffffff;
  display: block;
  font-size: 16px;
}
.citizenship-swiper li .text .time {
  font-family: "ITCAvantGardeStd-XLt";
}
.citizenship-swiper li .text p {
  font-size: 32px;
  padding-top: 3px;
}
.citizenship-swiper li .text .title {
  font-size: 32px;
}
.citizenship-swiper li .text .add {
  font-size: 16px;
}
.citizenship-swiper .swiper-pagination {
  bottom: 20px;
  text-align: right;
  left: 0;
  padding: 0 4.1667%;
}
.citizenship-swiper .swiper-pagination .swiper-pagination-bullet,
.citizenship-activities-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
.citizenship-swiper .swiper-pagination .swiper-pagination-bullet-active,
.citizenship-activities-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.citizenship-box {
  padding: 50px 0 25px;
}
.citizenship-box .citizenship-text {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  /*width: 78%;*/
}
.citizenship-box .citizenship-text p {
  text-indent: 36px;
  padding-bottom: 25px;
}
.citizenship-activity .col-sm-4 a {
  display: block;
  position: relative;
}
.citizenship-activity .col-sm-4 {
  padding: 0;
  overflow: hidden;
}
.citizenship-activity .col-sm-4 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .35s ease-in-out 0.35s;
     -moz-transition: all .35s ease-in-out 0.35s;
      -ms-transition: all .35s ease-in-out 0.35s;
       -o-transition: all .35s ease-in-out 0.35s;
          transition: all .35s ease-in-out 0.35s;
}
.citizenship-activity .text {
  position: absolute;
  z-index: 9;
  bottom: -160px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
.citizenship-activity .text .title {
  font-size: 24px;
  font-weight: bold;
}
.citizenship-activity .text p {
  text-transform: capitalize;
  font-size: 16px;
  font-family: "ITCAvantGardeStd-XLt";
}
.citizenship-activity .text .more {
  width: 200px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #ffffff;
  margin: 110px auto 30px;
  display: block;
  color: #ffffff;
}
.citizenship-activities-swiper {
  background: url(../images/activitie-bg.jpg) no-repeat right bottom #0d428a;
  position: relative;
  padding: 50px 0 80px;
}
.citizenship-activities-width {
  position: relative;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 11px 21px 21px 11px;
  color: #ffffff;
  background-size: 100%;
  background: url(../images/activitie-border.png) no-repeat center;
  min-height: 363px;
}
.citizenship-activities-width .citizenship-activities-prev,
.citizenship-activities-width .citizenship-activities-next {
  height: 48px;
  width: 48px;
  background-size: 48px 48px;
  margin-top: -24px;
}
.citizenship-activities-width .citizenship-activities-prev {
  background-image: url(../images/prev02.png);
  left: -80px;
}
.citizenship-activities-width .citizenship-activities-next {
  background-image: url(../images/next02.png);
  right: -80px;
}
.citizenship-activities-swiper .img {
  width: 49%;
}
.citizenship-activities-swiper .img img {
  width: 100%;
}
.citizenship-activities-swiper .text {
  width: 46%;
}
.citizenship-activities-swiper .time {
  font-size: 44px;
  font-family: "ITCAvantGardeStd-XLt";
}
.citizenship-activities-swiper .title {
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0 5px;
}
.citizenship-activities-swiper p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 35px;
  line-height: 1.6;
}
.citizenship-activities-swiper .more {
  height: 40px;
  line-height: 36px;
  width: 150px;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  display: block;
}
.citizenship-activities-swiper .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: -40px;
}
.citizenship-activities-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
.activity {}
.activity {
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0 80px;
}
.activity .news-box {
  padding: 15px 0 30px;
}
.activity .news-box li .con .img {
  width: 21.60%;
}
.activity .news-box li .con .text {
  width: 76%;
  padding-right: 8%;
}


/*投诉建议*/
.gfdj_main {
  padding-bottom: 60px;
}
.gfdj_main .form-group::after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;  
}
.gfdj_main .gfdj_title {
  width: 15%;
  float: left;
  text-align: right;
  padding-right: 15px;
  line-height: 42px;
  font-size: 18px;
}
.gfdj_main .gfdj_control {
  float: left;
  width: 85%;
}
.gfdj_main .form-control {
  box-shadow: none;
  border-radius: 0;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
.gfdj_main textarea.form-control {
  height: auto;
}
.gfdj_main .gfdj_button {
  padding-left: 15%;
}
.gfdj_main .gfdj_button .btn {
  font-size: 16px;
  padding: 10px 30px;
}


/*渐变效果样式*/
.animation-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.animation-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.animation-img:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

