@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.titstr7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.titstr8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.clearboth {
  content: " ";
  display: block;
  clear: both;
}
@font-face {
  font-family: Helvetica_Roman;
  src: url('../font/HelveticaNeueCERoman.ttf');
}
@font-face {
  font-family: impact;
  src: url('../font/impact.ttf');
}
@media (min-width: 3000px) and (max-width: 3999px) {
  body {
    zoom: 2;
  }
}
@media (min-width: 2700px) and (max-width: 2999px) {
  body {
    zoom: 1.5;
  }
}
@media (min-width: 2000px) and (max-width: 2699px) {
  body {
    zoom: 1.33;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body {
    zoom: 0.7;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  body {
    zoom: 0.6;
  }
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #287bc7;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#top {
  position: relative;
  height: 76px;
}
#top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999;
  background-color: #FFFFFF;
  border-bottom: solid 1px #EEEEEE;
}
#top .content {
  position: relative;
  width: 1680px;
  height: 76px;
  line-height: 76px;
  margin: 0 auto;
}
#top .content .logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
#top .content .logo a {
  display: block;
  height: 100%;
}
#top .content .logo a img {
  vertical-align: middle;
}
#top .content .menu {
  position: absolute;
  left: 16%;
  top: 0;
}
#top .content .menu .item {
  position: relative;
  float: left;
}
#top .content .menu .item .name {
  position: relative;
  font-size: 18px;
}
#top .content .menu .item .name a {
  padding: 0 30px;
  display: block;
}
#top .content .menu .item ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 100%;
  z-index: 1000;
  font-size: 16px;
  display: none;
}
#top .content .menu .item ul li {
  position: relative;
  background-color: #30a3fa;
  background-color: rgba(48, 163, 250, 0.7);
  border-top: dashed 1px #EEEEEE;
  line-height: 24px;
  text-align: center;
}
#top .content .menu .item ul li a {
  padding: 10px 0;
  margin: 0 10px;
  display: block;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#top .content .menu .item ul li:hover {
  background-color: #f7b555;
}
#top .content .menu .item.active2 .name {
  background-color: #30a3fa;
}
#top .content .menu .item.active2 .name a {
  color: #FFFFFF;
}
#top .content .menu .item:hover .name {
  background-color: #30a3fa;
}
#top .content .menu .item:hover .name a {
  color: #FFFFFF;
}
#top .content .menu .item:hover ul {
  display: block;
}
#top .content .menu:after {
  content: " ";
  display: block;
  clear: both;
}
#top .content .searchBar {
  position: absolute;
  right: -120px;
  top: 0;
  width: 415px;
  height: 100%;
  background-image: url(../Images/z2.png);
  background-size: 100% 100%;
}
#top .content .searchBar .icon {
  position: absolute;
  left: 27px;
  top: 0;
  width: 66px;
  height: 100%;
  background-image: url(../Images/z4.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#top .content .searchBar .icon:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 24px;
  background-color: #a9d3ee;
  transform: translateY(-50%);
}
#top .content .searchBar .tel {
  position: absolute;
  left: 112px;
  top: 0;
  height: 100%;
  padding-left: 36px;
  background-image: url(../Images/z3.png);
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
#top .sortcon {
  display: none;
  position: relative;
  background-color: #F3F3F3;
  text-align: center;
}
#top .sortcon .sorts {
  position: relative;
  display: none;
  padding: 8px 0;
}
#top .sortcon .sorts ul {
  position: relative;
}
#top .sortcon .sorts ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin: 0 1%;
}
#home_banner {
  position: relative;
  height: 746px;
}
#home_banner .swiper-container {
  height: 100%;
}
#home_banner .swiper-container .swiper-wrapper {
  height: 100%;
}
#home_banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
#home_banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home_banner .swiper-container .swiper-pagination {
  bottom: 30px;
}
#home_banner .swiper-container .swiper-pagination span {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background-color: #FFFFFF;
}
#home_banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #30a3fa;
}
#home_banner .swiper-container .swiper-button-prev {
  left: 5%;
  width: 29px;
  height: 55px;
  background-image: url(../Images/z6.png);
  background-size: 100% 100%;
}
#home_banner .swiper-container .swiper-button-prev:hover {
  background-image: url(../Images/z8.png);
}
#home_banner .swiper-container .swiper-button-next {
  right: 5%;
  width: 29px;
  height: 55px;
  background-image: url(../Images/z7.png);
  background-size: 100% 100%;
}
#home_banner .swiper-container .swiper-button-next:hover {
  background-image: url(../Images/z9.png);
}
#home_tool {
  position: relative;
}
#home_tool .items {
  position: relative;
}
#home_tool .items .item {
  position: relative;
  width: 25%;
  height: 400px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  float: left;
  text-align: center;
  color: #FFFFFF;
}
#home_tool .items .item .data {
  position: relative;
  padding: 50px;
  height: 300px;
  background-color: rgba(33, 150, 235, 0);
  transition: all 0.2s;
}
#home_tool .items .item .data .icon {
  position: relative;
  margin-top: 56px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
#home_tool .items .item .data .tit {
  margin-top: 10px;
  font-size: 24px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_tool .items .item .data .eng {
  font-size: 14px;
  line-height: 28px;
  font-family: Helvetica_Roman;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_tool .items .item .data .jianjie {
  margin-top: 16px;
  font-size: 14px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: none;
}
#home_tool .items .item .data .more {
  margin-top: 26px;
  position: relative;
  text-align: center;
  display: none;
}
#home_tool .items .item .data .more a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  background-image: url(../Images/z14.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#home_tool .items .item .data .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home_tool .items .item:hover .data {
  background-color: rgba(33, 150, 235, 0.6);
}
#home_tool .items .item:hover .data .icon {
  margin-top: 0;
}
#home_tool .items .item:hover .data .jianjie {
  display: -webkit-box;
}
#home_tool .items .item:hover .data .more {
  display: block;
}
#home_tool .items:after {
  content: " ";
  display: block;
  clear: both;
}
#home_groups {
  position: relative;
  background-image: url(../Images/bg1.png);
  background-repeat: no-repeat;
  background-position: top center;
}
#home_groups .product {
  position: relative;
  padding-top: 60px;
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 1px;
}
#home_groups .product .tit {
  position: relative;
  line-height: 60px;
  height: 50px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  font-family: Helvetica_Roman;
}
#home_groups .product .tit span {
  color: #30a3fa;
}
#home_groups .product .tit i {
  position: relative;
  top: -5px;
  font-style: normal;
  font-size: 20px;
}
#home_groups .product .jianjie {
  position: relative;
  line-height: 34px;
  font-size: 15px;
  color: #7a7a7a;
  text-align: center;
}
#home_groups .product .search {
  position: relative;
  width: 876px;
  margin: 25px auto;
  border-bottom: solid 1px #c6c6c6;
  overflow: hidden;
}
#home_groups .product .search input {
  position: relative;
  display: block;
  height: 46px;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  font-family: "微软雅黑";
  font-size: 15px;
}
#home_groups .product .search input::-webkit-input-placeholder {
  color: #b2b3b3;
}
#home_groups .product .search span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  background-image: url(../Images/z19.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#home_groups .product .datalist {
  position: relative;
  margin: 40px 0;
}
#home_groups .product .datalist .btn {
  position: absolute;
  top: 48%;
  width: 74px;
  height: 74px;
  cursor: pointer;
  background-size: 100% 100%;
}
#home_groups .product .datalist .btn.prev {
  background-image: url(../Images/z21.png);
  left: -114px;
}
#home_groups .product .datalist .btn.prev:hover {
  background-image: url(../Images/z22.png);
}
#home_groups .product .datalist .btn.next {
  background-image: url(../Images/z23.png);
  right: -114px;
}
#home_groups .product .datalist .btn.next:hover {
  background-image: url(../Images/z24.png);
}
#home_groups .product .datalist .swiper-container .swiper-wrapper .swiper-slide .item {
  position: relative;
  width: 324px;
  height: 386px;
  float: left;
  margin-left: 21px;
  margin-bottom: 21px;
  background-color: #FFFFFF;
  text-align: center;
}
#home_groups .product .datalist .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  position: relative;
  height: 300px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
#home_groups .product .datalist .swiper-container .swiper-wrapper .swiper-slide .item .ptitle {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_groups .product .datalist .swiper-container .swiper-wrapper .swiper-slide .item .pjianjie {
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_groups .product .datalist .swiper-container .swiper-wrapper .swiper-slide .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#home_groups .product .datalist .swiper-container .swiper-wrapper .swiper-slide .item:nth-child(4n+1) {
  margin-left: 0;
}
#home_groups .product .datalist .swiper-container .swiper-wrapper .swiper-slide .item:hover {
  font-weight: bold;
  color: #30a3fa;
}
#home_groups .product .datalist .swiper-container .swiper-wrapper .swiper-slide:after {
  content: " ";
  display: block;
  clear: both;
}
#home_groups .about {
  position: relative;
  background-image: url(../Images/z26.png);
  background-position: right -20px top;
  background-repeat: no-repeat;
}
#home_groups .about .content {
  position: relative;
  width: 1360px;
  height: auto;
  margin: 0 auto;
}
#home_groups .about .content .container {
  position: relative;
  width: 790px;
  min-height: 950px;
  height: auto;
  background-color: #ffffff;
  padding-left: 40px;
}
#home_groups .about .content .container .tname {
  padding: 55px 0 20px 0;
}
#home_groups .about .content .container .tips {
  font-size: 34px;
  line-height: 54px;
  color: #262626;
}
#home_groups .about .content .container .tips span {
  font-weight: bold;
}
#home_groups .about .content .container .jianjie {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  color: #676767;
  margin-top: 20px;
}
#home_groups .about .content .container .company {
  position: relative;
  text-align: right;
  font-size: 14px;
  line-height: 34px;
  margin-top: 30px;
}
#home_groups .about .content .container .company a {
  display: inline-block;
  padding-right: 30px;
  color: #30a3fa;
  background-image: url(../Images/z28.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#home_groups .about .content .container .img {
  margin-top: 20px;
}
#home_groups .about .content .container .img img {
  display: block;
  max-width: 100%;
}
#home_groups .about .content .right {
  position: absolute;
  right: 0;
  top: 80px;
  width: 390px;
}
#home_groups .about .content .right .item {
  position: relative;
  margin-bottom: 45px;
}
#home_groups .about .content .right .item .t1 {
  font-size: 82px;
  line-height: 100px;
  font-family: impact;
  color: #30a3fa;
}
#home_groups .about .content .right .item .t1 span {
  position: relative;
  padding-right: 30px;
}
#home_groups .about .content .right .item .t1 span.active {
  background-image: url(../Images/z30.png);
  background-position: right top 18px;
  background-repeat: no-repeat;
}
#home_groups .about .content .right .item .t2 {
  font-size: 16px;
  line-height: 35px;
}
#home_groups .cases {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1360px;
  margin: 0 auto;
}
#home_groups .cases .tit {
  position: relative;
  line-height: 60px;
  height: 50px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  font-family: Helvetica_Roman;
}
#home_groups .cases .tit span {
  color: #30a3fa;
}
#home_groups .cases .tit i {
  position: relative;
  top: -5px;
  font-style: normal;
  font-size: 20px;
}
#home_groups .cases .jianjie {
  position: relative;
  line-height: 34px;
  font-size: 15px;
  color: #7a7a7a;
  text-align: center;
}
#home_groups .cases .datalist {
  position: relative;
  margin-top: 30px;
}
#home_groups .cases .datalist .item {
  position: relative;
  width: 324px;
  height: 330px;
  margin-left: 21px;
  margin-bottom: 27px;
  float: left;
}
#home_groups .cases .datalist .item .pic {
  position: relative;
  height: 216px;
  box-sizing: border-box;
}
#home_groups .cases .datalist .item .pic a {
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
  transform: scale(1);
}
#home_groups .cases .datalist .item .ctit {
  margin-top: 10px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_groups .cases .datalist .item .cjianjie {
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home_groups .cases .datalist .item .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#home_groups .cases .datalist .item:nth-child(4n+1) {
  margin-left: 0;
}
#home_groups .cases .datalist .item:hover .pic {
  border: solid 1px #91caf5;
}
#home_groups .cases .datalist .item:hover .pic a {
  transform: scale(0.97);
}
#home_groups .cases .datalist .item:hover .ctit a {
  color: #30a3fa;
}
#home_groups .cases .datalist:after {
  content: " ";
  display: block;
  clear: both;
}
#home_groups .cases .more {
  position: relative;
  text-align: center;
}
#home_groups .cases .more a {
  display: inline-block;
  width: 270px;
  line-height: 58px;
  border-radius: 58px;
  background-color: #f1f1f1;
  font-size: 14px;
  color: #30a3fa;
}
#home_groups .cases .more a span {
  display: inline-block;
  padding-right: 30px;
  background-image: url(../Images/z28.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#home_groups .cases .more a:hover {
  background-color: #30a3fa;
  color: #FFFFFF;
}
#home_groups .cases .more a:hover span {
  background-image: url(../Images/z44.png);
}
#home_groups .service {
  position: relative;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 1360px;
  margin: 0 auto;
}
#home_groups .service .tit {
  position: relative;
  line-height: 60px;
  height: 50px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  font-family: Helvetica_Roman;
}
#home_groups .service .tit span {
  color: #30a3fa;
}
#home_groups .service .tit i {
  position: relative;
  top: -5px;
  font-style: normal;
  font-size: 20px;
}
#home_groups .service .jianjie {
  position: relative;
  line-height: 34px;
  font-size: 15px;
  color: #7a7a7a;
  text-align: center;
}
#home_groups .service .groups {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
#home_groups .service .groups .news {
  position: relative;
  width: 660px;
  height: 636px;
  float: left;
  background-color: #f4f4f4;
}
#home_groups .service .groups .news .con {
  position: relative;
  padding: 20px 30px;
}
#home_groups .service .groups .news .con .sorts {
  position: relative;
  line-height: 60px;
  font-size: 24px;
  border-bottom: solid 1px #dadada;
}
#home_groups .service .groups .news .con .sorts .sort {
  position: relative;
  display: inline-block;
  margin-right: 36px;
  cursor: pointer;
}
#home_groups .service .groups .news .con .sorts .sort.active {
  color: #30a3fa;
  font-weight: bold;
}
#home_groups .service .groups .news .con .items {
  position: relative;
}
#home_groups .service .groups .news .con .items .item {
  position: relative;
  display: none;
}
#home_groups .service .groups .news .con .items .item .data {
  position: relative;
  height: 140px;
  padding: 24px 0;
  border-bottom: dashed 1px #dadada;
}
#home_groups .service .groups .news .con .items .item .data .pic {
  position: relative;
  float: left;
  width: 212px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home_groups .service .groups .news .con .items .item .data .obj {
  position: relative;
  float: right;
  width: 360px;
}
#home_groups .service .groups .news .con .items .item .data .obj .t1 {
  font-size: 18px;
  line-height: 45px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_groups .service .groups .news .con .items .item .data .obj .t2 {
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home_groups .service .groups .news .con .items .item .data .obj .t3 {
  font-size: 14px;
  line-height: 24px;
  color: #afafaf;
  margin-top: 16px;
}
#home_groups .service .groups .news .con .items .item .data a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home_groups .service .groups .news .con .items .item .data:after {
  content: " ";
  display: block;
  clear: both;
}
#home_groups .service .groups .news .con .items .item ul {
  position: relative;
  margin-top: 20px;
}
#home_groups .service .groups .news .con .items .item ul li {
  position: relative;
  line-height: 38px;
  font-size: 15px;
  background-image: url(../Images/z33.png);
  background-position: left 6px center;
  background-repeat: no-repeat;
}
#home_groups .service .groups .news .con .items .item ul li a {
  margin-right: 110px;
  margin-left: 20px;
  display: block;
}
#home_groups .service .groups .news .con .items .item ul li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #afafaf;
  font-size: 14px;
}
#home_groups .service .groups .news .con .items .item.active {
  display: block;
}
#home_groups .service .groups .right {
  position: relative;
  float: right;
  width: 690px;
}
#home_groups .service .groups .right .items {
  position: relative;
}
#home_groups .service .groups .right .items .item {
  position: relative;
  width: 320px;
  height: 306px;
  float: left;
  margin-left: 24px;
  margin-bottom: 24px;
  background-color: #f4f4f4;
  text-align: center;
}
#home_groups .service .groups .right .items .item .data {
  position: relative;
  padding: 25px 35px;
}
#home_groups .service .groups .right .items .item .data .icon {
  position: relative;
  width: 115px;
  height: 115px;
  margin: 16px auto;
  border-radius: 50%;
  border: solid 1px #c7c7c7;
  overflow: hidden;
}
#home_groups .service .groups .right .items .item .data .icon span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
#home_groups .service .groups .right .items .item .data .icon .s1 {
  display: block;
}
#home_groups .service .groups .right .items .item .data .iname {
  font-size: 22px;
  line-height: 45px;
}
#home_groups .service .groups .right .items .item .data .ijianjie {
  font-size: 14px;
  line-height: 24px;
  color: #636363;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#home_groups .service .groups .right .items .item .data .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#home_groups .service .groups .right .items .item:hover .icon {
  border-color: #30a3fa;
}
#home_groups .service .groups .right .items .item:hover .icon .s1 {
  display: none;
}
#home_groups .service .groups .right .items .item:hover .icon .s2 {
  display: block;
}
#home_groups .service .groups .right .items .item:hover .data .iname {
  color: #30a3fa;
}
#home_groups .service .groups .right .items:after {
  content: " ";
  display: block;
  clear: both;
}
#home_groups .service .groups:after {
  content: " ";
  display: block;
  clear: both;
}
#footer_menu {
  position: relative;
  padding: 40px 0 30px 0;
  border-top: solid 1px #ffa722;
  border-image: linear-gradient(to right, #ffa722, #2199f4) 1 10;
}
#footer_menu .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#footer_menu .content .item {
  position: relative;
  float: left;
  min-width: 100px;
  margin-right: 65px;
}
#footer_menu .content .item .name {
  line-height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #262626;
}
#footer_menu .content .item ul li {
  position: relative;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#footer_menu .content .item.product {
  width: 380px;
  margin-right: 30px;
}
#footer_menu .content .item.product ul li {
  width: 180px;
  float: left;
  padding-right: 10px;
}
#footer_menu .content .item.product ul:after {
  content: " ";
  display: block;
  clear: both;
}
#footer_menu .content .item.cases {
  width: 120px;
}
#footer_menu .content .item.contact {
  margin-right: 0;
}
#footer {
  position: relative;
  background-color: #ebeef1;
  padding: 30px 0;
}
#footer .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#footer .content .logo {
  position: relative;
  float: left;
}
#footer .content .logo img {
  padding: 10px 0;
}
#footer .content .logo .tel {
  position: relative;
  margin-top: 12px;
  font-size: 28px;
  line-height: 36px;
  font-family: impact;
  padding-left: 32px;
  background-image: url(../Images/z35.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#footer .content .logo .tel span {
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #ffa722, #30a3fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#footer .content .contact {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 340px;
  font-size: 14px;
  line-height: 36px;
  color: #606162;
}
#footer .content .contact a {
  color: #606162;
}
#footer .content .copyright {
  position: relative;
  float: left;
  margin-left: 20px;
  width: 450px;
  font-size: 14px;
  line-height: 36px;
  color: #606162;
}
#footer .content .copyright a {
  color: #606162;
}
#footer .content .emws {
  position: relative;
  float: right;
}
#footer .content .emws .item {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 36px;
  color: #606162;
  margin-left: 5px;
}
#footer .content .emws .item img {
  display: block;
  width: 150px;
  height: 150px;
}
#footer .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #footer .content {
    width: 1280px;
  }
  #footer .content .contact {
    margin-left: 60px;
  }
}
#otherbanner {
  position: relative;
  height: 420px;
}
#otherbanner .pic {
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#product {
  position: relative;
  background-image: url(../Images/bg2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#product .sorts {
  position: relative;
  height: 70px;
  height: auto;
  z-index: 1000;
}
#product .sorts .sortlist {
  position: relative;
  background-color: #f3f3f3;
  background-image: url(../Images/z39.png);
}
#product .sorts .sortlist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: 70px;
  height: auto;
  line-height: 70px;
  overflow: hidden;
}
#product .sorts .sortlist .content .items {
  position: relative;
  margin-right: 130px;
}
#product .sorts .sortlist .content .items .item {
  position: relative;
  float: left;
  font-size: 16px;
}
#product .sorts .sortlist .content .items .item a {
  display: block;
  padding: 0 24px;
}
#product .sorts .sortlist .content .items .item.active {
  background-color: #30a3fa;
}
#product .sorts .sortlist .content .items .item.active a {
  color: #FFFFFF;
}
#product .sorts .sortlist .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#product .sorts .sortlist .content .more {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #30a3fa;
  font-size: 16px;
  cursor: pointer;
  padding-right: 20px;
  background-image: url(../Images/z38.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#product .sorts .sortlist .content .more .s1 {
  display: block;
}
#product .sorts .sortlist .content .more .s2 {
  display: none;
}
#product .sorts .sortlist .content.show {
  height: auto;
}
#product .sorts .sortlist .content.show .more .s1 {
  display: none;
}
#product .sorts .sortlist .content.show .more .s2 {
  display: block;
}
#product .other {
  position: relative;
  width: 1280px;
  margin: 45px auto;
}
#product .other .t1 {
  position: relative;
  line-height: 50px;
}
#product .other .t1 span {
  font-size: 36px;
}
#product .other .t1 .search {
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  width: 414px;
  border: solid 1px #c4c4c4;
}
#product .other .t1 .search input {
  display: block;
  height: 46px;
  border: none;
  width: 360px;
  margin-left: 10px;
  background: none;
  outline: none;
  font-size: 16px;
}
#product .other .t1 .search span {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 50px;
  height: 50px;
  background-color: #30a3fa;
  cursor: pointer;
  background-image: url(../Images/z40.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#product .other .t2 {
  position: relative;
  font-size: 18px;
  line-height: 46px;
  margin-top: 12px;
}
#product .other .t2 span {
  font-weight: bold;
}
#product .other .t3 {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #565656;
}
#product .other .t4 {
  position: relative;
  padding-bottom: 1px;
  margin: 20px 0;
}
#product .other .t4 .item {
  position: relative;
  width: 198px;
  line-height: 56px;
  border: solid 1px #30a3fa;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin-left: 18px;
  margin-bottom: 18px;
}
#product .other .t4 .item a {
  display: block;
  padding: 0 10px;
  color: #30a3fa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product .other .t4 .item:nth-child(6n+1) {
  margin-left: 0;
}
#product .other .t4 .item.active {
  background-color: #30a3fa;
}
#product .other .t4 .item.active a {
  color: #FFFFFF;
}
#product .other .t4 .item:hover {
  background-color: #30a3fa;
}
#product .other .t4 .item:hover a {
  color: #FFFFFF;
}
#product .other .t4:after {
  content: " ";
  display: block;
  clear: both;
}
#product .datalist {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#product .datalist .items {
  position: relative;
}
#product .datalist .items .item {
  position: relative;
  width: 304px;
  height: 370px;
  float: left;
  margin-bottom: 50px;
  margin-left: 21px;
  background-color: #f3f3f3;
  text-align: center;
}
#product .datalist .items .item .pic {
  position: relative;
  height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
  margin-bottom: 25px;
}
#product .datalist .items .item .tit {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product .datalist .items .item .jianjie {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product .datalist .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#product .datalist .items .item:nth-child(4n+1) {
  margin-left: 0;
}
#product .datalist .items .item:hover {
  color: #30a3fa;
  box-shadow: 0 0 16px #DDDDDD;
}
#product .datalist .items:after {
  content: " ";
  display: block;
  clear: both;
}
#product .datalist .tips {
  text-align: center;
  font-size: 16px;
  color: #777777;
  padding-bottom: 50px;
}
#product .otherdata {
  position: relative;
  padding: 85px 0;
  background-image: url(../Images/z41.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f3f3f3;
}
#product .otherdata .data {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#product .otherdata .data .photos {
  position: relative;
  width: 640px;
  height: 570px;
  float: left;
  background-color: #FFFFFF;
}
#product .otherdata .data .photos .swiper-wrapper {
  height: 100%;
}
#product .otherdata .data .photos .swiper-wrapper .swiper-slide {
  height: 100%;
}
#product .otherdata .data .photos .swiper-wrapper .swiper-slide .pic {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#product .otherdata .data .photos .swiper-pagination {
  bottom: 24px;
}
#product .otherdata .data .photos .swiper-pagination span {
  width: 10px;
  height: 10px;
}
#product .otherdata .data .right {
  position: relative;
  width: 594px;
  float: right;
}
#product .otherdata .data .right .title {
  position: relative;
  padding-top: 40px;
  line-height: 50px;
  font-size: 28px;
  font-weight: bold;
  color: #262626;
}
#product .otherdata .data .right .alias {
  font-size: 18px;
  line-height: 45px;
  padding-bottom: 10px;
  border-bottom: solid 1px #c6c6c6;
  color: #262626;
}
#product .otherdata .data .right .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #616161;
  margin-top: 10px;
}
#product .otherdata .data:after {
  content: " ";
  display: block;
  clear: both;
}
#product .tools {
  position: relative;
  background-color: #30a3fa;
}
#product .tools .items {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  line-height: 66px;
}
#product .tools .items .item {
  position: relative;
  float: left;
  padding: 0 30px;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
}
#product .tools .items .item.active {
  background-color: #fbc021;
  color: #FFFFFF;
}
#product .tools .items:after {
  content: " ";
  display: block;
  clear: both;
}
#product .texts {
  position: relative;
  width: 1280px;
  margin: 40px auto;
}
#product .texts .text {
  position: relative;
  display: none;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
}
#product .texts .text img {
  max-width: 100%;
}
#product .texts .text.active {
  display: block;
}
#product .otherproduct {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
}
#product .otherproduct .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#product .otherproduct .content .name {
  line-height: 60px;
  font-size: 30px;
  border-bottom: solid 1px #e0e0e0;
}
#product .otherproduct .content .items {
  position: relative;
}
#product .otherproduct .content .items .item {
  position: relative;
  width: 304px;
  height: 370px;
  float: left;
  margin-top: 24px;
  margin-left: 21px;
  background-color: #f3f3f3;
  text-align: center;
}
#product .otherproduct .content .items .item .pic {
  position: relative;
  height: 270px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  margin-bottom: 25px;
}
#product .otherproduct .content .items .item .tit {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product .otherproduct .content .items .item .jianjie {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#product .otherproduct .content .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#product .otherproduct .content .items .item:nth-child(4n+1) {
  margin-left: 0;
}
#product .otherproduct .content .items .item:hover {
  color: #30a3fa;
  box-shadow: 0 0 16px #DDDDDD;
}
#product .otherproduct .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#page {
  position: relative;
  padding: 45px 0;
  text-align: center;
  border-top: solid 1px #e9e9ea;
}
#page a,
#page span {
  display: inline-block;
  line-height: 42px;
  border: solid 1px #e0e2e7;
  box-sizing: border-box;
  min-width: 42px;
  border-radius: 42px;
  cursor: pointer;
  background-color: #FFFFFF;
  font-size: 15px;
  color: #707479;
  margin: 0 6px;
}
#page .current {
  background-color: #f7b555;
  border-color: #f7b555;
  color: #FFFFFF;
}
#page .prev,
#page .next {
  width: 72px;
}
#page .last,
#page .first {
  width: 60px;
}
#cases {
  position: relative;
  z-index: 10;
  background-image: url(../Images/bg2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#cases .menuaddress {
  position: relative;
  height: 0;
}
#cases .menuaddress .content {
  position: relative;
  top: -60px;
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-image: url(../Images/z42.png);
  color: #FFFFFF;
}
#cases .menuaddress .content .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(../Images/z43.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7b555;
}
#cases .menuaddress .content .r {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
}
#cases .menuaddress .content .items {
  position: relative;
  margin-left: 70px;
  margin-right: 260px;
}
#cases .menuaddress .content .items .item {
  position: relative;
  float: left;
  font-size: 16px;
}
#cases .menuaddress .content .items .item a {
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
}
#cases .menuaddress .content .items .item.active {
  background-color: #0079d4;
}
#cases .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#cases .content .thisname {
  text-align: center;
  margin-top: 45px;
}
#cases .content .thisname .t1 {
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
  color: #262626;
}
#cases .content .thisname .t2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  font-family: Helvetica_Roman;
  color: #dbdad8;
}
#cases .content .datalist {
  position: relative;
  margin-top: 30px;
}
#cases .content .datalist .items {
  position: relative;
}
#cases .content .datalist .items .item {
  position: relative;
  width: 410px;
  height: 390px;
  margin-left: 25px;
  margin-bottom: 35px;
  float: left;
}
#cases .content .datalist .items .item .pic {
  position: relative;
  height: 272px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
#cases .content .datalist .items .item .pic a {
  position: relative;
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
  transform: scale(1);
}
#cases .content .datalist .items .item .ctit {
  margin-top: 10px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cases .content .datalist .items .item .cjianjie {
  font-size: 14px;
  line-height: 24px;
  color: #525252;
  padding: 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#cases .content .datalist .items .item .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#cases .content .datalist .items .item:nth-child(3n+1) {
  margin-left: 0;
}
#cases .content .datalist .items .item:hover {
  background-color: #30a3fa;
  color: #FFFFFF;
}
#cases .content .datalist .items .item:hover .pic {
  border: solid 1px #91caf5;
}
#cases .content .datalist .items .item:hover .pic a {
  transform: scale(0.97);
}
#cases .content .datalist .items .item:hover .ctit a {
  color: #FFFFFF;
}
#cases .content .datalist .items .item:hover .cjianjie {
  color: #FFFFFF;
}
#cases .content .datalist .items:after {
  content: " ";
  display: block;
  clear: both;
}
#cases .content .datalist .tips {
  text-align: center;
  font-size: 16px;
  color: #777777;
  padding-bottom: 50px;
}
#cases .detail {
  position: relative;
  padding: 45px 0;
}
#cases .detail .con {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#cases .detail .con .title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 15px;
}
#cases .detail .con .text {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
}
#cases .detail .con .text img {
  max-width: 100%;
}
#service {
  position: relative;
  z-index: 10;
  background-image: url(../Images/bg2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#service .menuaddress {
  position: relative;
  height: 0;
}
#service .menuaddress .content {
  position: relative;
  top: -60px;
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-image: url(../Images/z42.png);
  color: #FFFFFF;
}
#service .menuaddress .content .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(../Images/z43.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7b555;
}
#service .menuaddress .content .r {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
}
#service .menuaddress .content .items {
  position: relative;
  margin-left: 70px;
  margin-right: 260px;
}
#service .menuaddress .content .items .item {
  position: relative;
  float: left;
  font-size: 16px;
}
#service .menuaddress .content .items .item a {
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
}
#service .menuaddress .content .items .item.active {
  background-color: #0079d4;
}
#service .sortlist {
  position: relative;
  background-color: #f3f3f3;
}
#service .sortlist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
#service .sortlist .content .item {
  position: relative;
  display: inline-block;
  line-height: 70px;
  margin: 0 20px;
  font-size: 16px;
}
#service .sortlist .content .item a {
  display: block;
}
#service .sortlist .content .item.active {
  font-weight: bold;
}
#service .sortlist .content .item.active a {
  border-bottom: solid 2px #30a3fa;
  color: #30a3fa;
}
#service .thissort {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
#service .thissort .t1 {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#service .thissort .t2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#service .filelist {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#service .filelist .items {
  position: relative;
}
#service .filelist .items .item {
  position: relative;
  background-color: #FFFFFF;
  line-height: 62px;
}
#service .filelist .items .item .date {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 14px;
  transition: all 0.2s;
}
#service .filelist .items .item .tit {
  position: relative;
  margin: 0 160px;
  font-size: 16px;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#service .filelist .items .item a {
  position: absolute;
  right: 0;
  top: 0;
  width: 132px;
  height: 100%;
  font-size: 14px;
  color: #30a3fa;
  text-indent: 24px;
  background-image: url(../Images/z28.png);
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: auto 17px;
  transition: all 0.2s;
}
#service .filelist .items .item:nth-child(2n+1) {
  background-color: #f3f3f3;
}
#service .filelist .items .item:hover {
  background-color: #e0f1fe;
  color: #30a3fa;
  font-weight: bold;
}
#service .filelist .items .item:hover .date {
  left: 50px;
}
#service .filelist .items .item:hover .tit {
  margin-left: 200px;
}
#service .filelist .items .item:hover a {
  background-image: url(../Images/z44.png);
  background-color: #f7b555;
  color: #FFFFFF;
  font-weight: normal;
}
#service .filelist .tips {
  text-align: center;
  font-size: 14px;
  padding: 30px 0 60px 0;
  color: #777777;
}
#service .downlist {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#service .downlist .items {
  position: relative;
}
#service .downlist .items .item {
  position: relative;
  padding: 1px 0;
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  background-color: #f3f3f3;
}
#service .downlist .items .item .obj {
  position: relative;
  margin: 20px;
}
#service .downlist .items .item .obj .tit {
  position: relative;
  line-height: 36px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#service .downlist .items .item .obj .other {
  position: relative;
  line-height: 36px;
  font-size: 14px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#service .downlist .items .item .obj a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 36px;
  color: #30a3fa;
  display: inline-block;
  padding-right: 20px;
  background-image: url(../Images/z45.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#service .downlist .items:after {
  content: " ";
  display: block;
  clear: both;
}
#service .downlist .tips {
  text-align: center;
  font-size: 14px;
  padding: 30px 0 60px 0;
  color: #777777;
}
#service .detail {
  position: relative;
  padding: 30px 0;
  width: 1280px;
  margin: 0 auto;
}
#service .detail .title {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#service .detail .en {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
  margin-bottom: 20px;
}
#service .detail .tit {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}
#service .detail .date {
  font-size: 14px;
  line-height: 40px;
  color: #777777;
  text-align: center;
}
#service .detail .text {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #262626;
  overflow: hidden;
}
#service .detail .text img {
  max-width: 100%;
}
#service-apply {
  position: relative;
  padding: 30px 0;
  width: 1280px;
  margin: 0 auto;
}
#service-apply .title {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#service-apply .en {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
  margin-bottom: 20px;
}
#service-apply .login {
  position: relative;
  width: 900px;
  margin: 50px auto;
}
#service-apply .login .item {
  position: relative;
  margin: 20px 0;
}
#service-apply .login .item .ziduan {
  position: relative;
  line-height: 56px;
  float: left;
  width: 300px;
  text-align: right;
  font-size: 16px;
}
#service-apply .login .item .val {
  position: relative;
  float: left;
  width: 600px;
}
#service-apply .login .item .val input {
  position: relative;
  display: inline-block;
  width: 546px;
  height: 54px;
  border: solid 1px #DDDDDD;
  background-color: #f3f3f3;
  font-size: 16px;
  text-indent: 10px;
  outline: none;
}
#service-apply .login .item .val .code {
  position: absolute;
  left: 340px;
  top: 3px;
  width: 210px;
  line-height: 56px;
  background-color: #fffdfd;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#service-apply .login .item .val .danger {
  position: relative;
  top: 6px;
  display: inline-block;
  color: #DD0000;
  margin-left: 16px;
  font-size: 22px;
  line-height: 56px;
}
#service-apply .btns {
  position: relative;
  text-align: center;
  margin: 20px 0;
}
#service-apply .btns .add {
  position: relative;
  display: inline-block;
  width: 230px;
  line-height: 66px;
  border: solid 1px #30a3fa;
  box-sizing: border-box;
  border-radius: 66px;
  font-size: 24px;
  color: #30a3fa;
  cursor: pointer;
  background-color: #FFFFFF;
}
#service-apply .btns .query {
  position: relative;
  display: inline-block;
  width: 230px;
  line-height: 66px;
  border: solid 1px #30a3fa;
  box-sizing: border-box;
  border-radius: 66px;
  font-size: 24px;
  color: #30a3fa;
  cursor: pointer;
  background-color: #FFFFFF;
}
#service-apply .btns .submit {
  position: relative;
  display: inline-block;
  width: 230px;
  line-height: 66px;
  border: solid 1px #30a3fa;
  box-sizing: border-box;
  border-radius: 66px;
  font-size: 24px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #30a3fa;
}
#service-apply .applylist {
  position: relative;
}
#service-apply .applylist .heads {
  position: relative;
  background-color: #30a3fa;
  color: #FFFFFF;
  line-height: 60px;
  font-size: 18px;
}
#service-apply .applylist .heads .zd {
  position: relative;
  float: left;
  width: 200px;
  padding: 0 15px;
  text-align: center;
}
#service-apply .applylist .heads .zd.zd1 {
  width: 550px;
  text-align: left;
}
#service-apply .applylist .heads .zd.zd4 {
  float: right;
  width: 120px;
}
#service-apply .applylist .heads:after {
  content: " ";
  display: block;
  clear: both;
}
#service-apply .applylist ul {
  position: relative;
  border: solid 1px #EEEEEE;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
#service-apply .applylist ul li {
  position: relative;
  line-height: 56px;
  font-size: 14px;
  border-bottom: solid 1px #E0E0E0;
}
#service-apply .applylist ul li .zd {
  position: relative;
  float: left;
  width: 200px;
  padding: 0 15px;
  text-align: center;
  min-height: 1px;
}
#service-apply .applylist ul li .zd.zd1 {
  width: 550px;
  text-align: left;
}
#service-apply .applylist ul li .zd.zd4 {
  float: right;
  width: 120px;
}
#service-apply .applylist ul li .zd.zd4 a {
  color: #30a3fa;
}
#service-apply .applylist ul li:after {
  content: " ";
  display: block;
  clear: both;
}
#service-apply .addform {
  position: relative;
  width: 900px;
  margin: 50px auto;
}
#service-apply .addform .item {
  position: relative;
  margin: 20px 0;
}
#service-apply .addform .item .danger {
  position: relative;
  top: 6px;
  display: inline-block;
  color: #DD0000;
  margin-left: 16px;
  font-size: 22px;
  line-height: 56px;
}
#service-apply .addform .item .ziduan {
  position: relative;
  line-height: 56px;
  float: left;
  width: 200px;
  text-align: right;
  font-size: 16px;
}
#service-apply .addform .item .val {
  position: relative;
  float: left;
  width: 700px;
  line-height: 56px;
}
#service-apply .addform .item .val input,
#service-apply .addform .item .val select {
  position: relative;
  display: inline-block;
  width: 546px;
  height: 54px;
  border: solid 1px #DDDDDD;
  background-color: #f3f3f3;
  font-size: 16px;
  text-indent: 10px;
  outline: none;
}
#service-apply .addform .item .val select {
  width: 552px;
}
#service-apply .addform .item .val textarea {
  position: relative;
  display: inline-block;
  width: 530px;
  height: 154px;
  border: solid 1px #DDDDDD;
  background-color: #f3f3f3;
  font-size: 16px;
  outline: none;
  padding: 10px;
  line-height: 32px;
  font-family: "微软雅黑";
}
#service-apply .addform .item .val .empty {
  border-color: #dd3333;
}
#service-apply .addform .item .checkboxs input {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#service-apply .apply_table table {
  border: solid 1px #DDDDDD;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  background-color: #FFFFFF;
}
#service-apply .apply_table table tr th {
  padding: 10px;
  font-weight: bold;
}
#service-apply .apply_table table tr td {
  padding: 10px;
}
#service-apply .apply_table table tr .items {
  position: relative;
}
#service-apply .apply_table table tr .items .item {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#service-apply .apply_table table tr .items .item .date {
  color: #888888;
  font-size: 14px;
  line-height: 30px;
}
#service-apply .apply_table table tr .items .item .text {
  font-size: 14px;
  line-height: 30px;
}
#service-apply .apply_table table tr .items .item.relay {
  color: #30a3fa;
}
#service-apply .apply_table table tr form textarea {
  position: relative;
  width: 600px;
  height: 200px;
  padding: 10px;
  font-family: "微软雅黑";
  font-size: 14px;
  border: solid 1px #DDDDDD;
}
#service-apply .apply_table table tr form textarea:focus {
  border: solid 1px #30a3fa;
}
#service-apply .apply_table table tr form input {
  background-color: #30a3fa;
  color: #FFFFFF;
  border: solid 1px #30a3fa;
  width: 80px;
  line-height: 36px;
  cursor: pointer;
}
#center {
  position: relative;
  z-index: 10;
  background-image: url(../Images/bg2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#center .menuaddress {
  position: relative;
  height: 0;
}
#center .menuaddress .content {
  position: relative;
  top: -60px;
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-image: url(../Images/z42.png);
  color: #FFFFFF;
}
#center .menuaddress .content .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(../Images/z43.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7b555;
}
#center .menuaddress .content .r {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
}
#center .menuaddress .content .items {
  position: relative;
  margin-left: 70px;
  margin-right: 260px;
}
#center .menuaddress .content .items .item {
  position: relative;
  float: left;
  font-size: 16px;
}
#center .menuaddress .content .items .item a {
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
}
#center .menuaddress .content .items .item.active {
  background-color: #0079d4;
}
#center .sortlist {
  position: relative;
  background-color: #f3f3f3;
}
#center .sortlist .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}
#center .sortlist .content .item {
  position: relative;
  display: inline-block;
  line-height: 70px;
  margin: 0 20px;
  font-size: 16px;
}
#center .sortlist .content .item a {
  display: block;
}
#center .sortlist .content .item.active {
  font-weight: bold;
}
#center .sortlist .content .item.active a {
  border-bottom: solid 2px #30a3fa;
  color: #30a3fa;
}
#center .thissort {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
#center .thissort .t1 {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#center .thissort .t2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#center .recommend {
  position: relative;
  height: 416px;
  width: 1280px;
  margin: 45px auto;
  background-color: #f5f5f5;
}
#center .recommend .swiper-container {
  height: 100%;
}
#center .recommend .swiper-container .swiper-wrapper {
  height: 100%;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item {
  position: relative;
  height: 100%;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  position: relative;
  float: left;
  width: 625px;
  height: 100%;
  overflow: hidden;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .pic a {
  display: block;
  height: 100%;
  transition: all 0.2s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .pic a:hover {
  transform: scale(1.06);
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .obj {
  position: relative;
  float: right;
  width: 585px;
  margin-right: 35px;
  padding-top: 30px;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .obj .tit {
  position: relative;
  margin: 10px 0;
  font-size: 20px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .obj .other {
  position: relative;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .obj .other span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .obj .other span.date {
  background-image: url(../Images/z46.png);
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .obj .other span.readview {
  background-image: url(../Images/z47.png);
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item .obj .jianjie {
  position: relative;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#center .recommend .swiper-container .swiper-wrapper .swiper-slide .item:after {
  content: " ";
  display: block;
  clear: both;
}
#center .recommend .swiper-container .swiper-pagination {
  bottom: 36px;
  left: auto;
  right: 0;
  width: 49%;
  text-align: left;
}
#center .recommend .swiper-container .swiper-pagination span {
  opacity: 1;
  width: 12px;
  height: 12px;
  background-color: #d0d0d0;
}
#center .recommend .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f7b555;
}
#center .newslist {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#center .newslist .items {
  position: relative;
}
#center .newslist .items .item {
  position: relative;
  padding: 35px 0;
  border-top: solid 1px #ececec;
}
#center .newslist .items .item .pic {
  position: relative;
  float: left;
  width: 325px;
  height: 215px;
  overflow: hidden;
}
#center .newslist .items .item .pic a {
  display: block;
  height: 100%;
  transition: all 0.2s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#center .newslist .items .item .pic a:hover {
  transform: scale(1.06);
}
#center .newslist .items .item .obj {
  position: relative;
  float: right;
  width: 935px;
}
#center .newslist .items .item .obj .tit {
  position: relative;
  margin: 16px 0 10px 0;
  font-size: 20px;
  line-height: 36px;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#center .newslist .items .item .obj .other {
  position: relative;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
}
#center .newslist .items .item .obj .other span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
#center .newslist .items .item .obj .other span.date {
  background-image: url(../Images/z46.png);
}
#center .newslist .items .item .obj .other span.readview {
  background-image: url(../Images/z47.png);
}
#center .newslist .items .item .obj .jianjie {
  position: relative;
  line-height: 28px;
  font-size: 14px;
  color: #666666;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#center .newslist .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#center .newslist .tips {
  text-align: center;
  font-size: 14px;
  padding: 30px 0 60px 0;
  color: #777777;
}
#center .detail {
  position: relative;
  padding: 30px 0;
  width: 1280px;
  margin: 0 auto;
}
#center .detail .title {
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
#center .detail .other {
  position: relative;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
#center .detail .other span {
  display: inline-block;
  margin-right: 30px;
  padding-left: 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
#center .detail .other span.date {
  background-image: url(../Images/z46.png);
}
#center .detail .other span.readview {
  background-image: url(../Images/z47.png);
}
#center .detail .text {
  position: relative;
  font-size: 14px;
  line-height: 28px;
  color: #262626;
  overflow: hidden;
}
#center .detail .text img {
  max-width: 100%;
}
#humanresources {
  position: relative;
  z-index: 10;
  background-image: url(../Images/bg2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#humanresources .menuaddress {
  position: relative;
  height: 0;
}
#humanresources .menuaddress .content {
  position: relative;
  top: -60px;
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-image: url(../Images/z42.png);
  color: #FFFFFF;
}
#humanresources .menuaddress .content .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(../Images/z43.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7b555;
}
#humanresources .menuaddress .content .r {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
}
#humanresources .menuaddress .content .items {
  position: relative;
  margin-left: 70px;
  margin-right: 260px;
}
#humanresources .menuaddress .content .items .item {
  position: relative;
  float: left;
  font-size: 16px;
}
#humanresources .menuaddress .content .items .item a {
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
}
#humanresources .menuaddress .content .items .item.active {
  background-color: #0079d4;
}
#humanresources #zpln {
  position: relative;
  padding: 50px 0;
}
#humanresources #zpln .content {
  position: relative;
  width: 1280px;
  min-height: 414px;
  margin: 0 auto;
  background-color: #f5f5f5;
  background-image: url(../Images/z48.png);
  background-position: right top;
  background-repeat: no-repeat;
}
#humanresources #zpln .content .data {
  position: relative;
  padding: 30px 35px;
  width: 440px;
}
#humanresources #zpln .content .data .thisname {
  position: relative;
}
#humanresources #zpln .content .data .thisname .t1 {
  position: relative;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#humanresources #zpln .content .data .thisname .t2 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#humanresources #zpln .content .data .jianjie {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  margin-top: 10px;
}
#humanresources #zpln .content .data .jianjie img {
  max-width: 100%;
}
#humanresources #ypxz {
  position: relative;
  padding-bottom: 60px;
}
#humanresources #ypxz .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#humanresources #ypxz .content .thissort {
  position: relative;
  text-align: center;
}
#humanresources #ypxz .content .thissort .t1 {
  position: relative;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#humanresources #ypxz .content .thissort .t2 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#humanresources #ypxz .content .jianjie {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0;
}
#humanresources #ypxz .content .items {
  position: relative;
  margin-top: 50px;
}
#humanresources #ypxz .content .items .head {
  position: relative;
  line-height: 48px;
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 30px;
  background-color: #303030;
}
#humanresources #ypxz .content .items .head .zd {
  position: relative;
  float: left;
  text-align: center;
}
#humanresources #ypxz .content .items .head .zd.zd1 {
  width: 270px;
  text-align: left;
}
#humanresources #ypxz .content .items .head .zd.zd2 {
  width: 140px;
}
#humanresources #ypxz .content .items .head .zd.zd3 {
  width: 200px;
  margin-left: 100px;
}
#humanresources #ypxz .content .items .head .zd.zd4 {
  width: 150px;
  margin-left: 100px;
}
#humanresources #ypxz .content .items .head .zd.zd5 {
  float: right;
  width: 140px;
}
#humanresources #ypxz .content .items .head:after {
  content: " ";
  display: block;
  clear: both;
}
#humanresources #ypxz .content .items .item {
  position: relative;
  margin-bottom: 4px;
}
#humanresources #ypxz .content .items .item .data {
  position: relative;
  padding: 0 30px;
  line-height: 48px;
  font-size: 14px;
  background-color: #f3f3f3;
  cursor: pointer;
}
#humanresources #ypxz .content .items .item .data .zd {
  position: relative;
  float: left;
  text-align: center;
}
#humanresources #ypxz .content .items .item .data .zd.zd1 {
  width: 270px;
  text-align: left;
}
#humanresources #ypxz .content .items .item .data .zd.zd2 {
  width: 140px;
}
#humanresources #ypxz .content .items .item .data .zd.zd3 {
  width: 200px;
  margin-left: 100px;
}
#humanresources #ypxz .content .items .item .data .zd.zd4 {
  width: 150px;
  margin-left: 100px;
}
#humanresources #ypxz .content .items .item .data .zd.zd5 {
  float: right;
  width: 140px;
}
#humanresources #ypxz .content .items .item .data .zd.zd5 img {
  vertical-align: middle;
}
#humanresources #ypxz .content .items .item .data .zd.zd5 .img1 {
  display: inline-block;
}
#humanresources #ypxz .content .items .item .data .zd.zd5 .img2 {
  display: none;
}
#humanresources #ypxz .content .items .item .data:after {
  content: " ";
  display: block;
  clear: both;
}
#humanresources #ypxz .content .items .item .data.active {
  background-color: #30a3fa;
  color: #FFFFFF;
}
#humanresources #ypxz .content .items .item .data.active .zd5 .img1 {
  display: none;
}
#humanresources #ypxz .content .items .item .data.active .zd5 .img2 {
  display: inline-block;
}
#humanresources #ypxz .content .items .item .text {
  display: none;
  position: relative;
  background-color: #f3f3f3;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
}
#humanresources #ypxz .content .items .item .text img {
  max-width: 100%;
}
#about {
  position: relative;
  z-index: 10;
}
#about .menuaddress {
  position: relative;
  height: 0;
}
#about .menuaddress .content {
  position: relative;
  top: -60px;
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-image: url(../Images/z42.png);
  color: #FFFFFF;
}
#about .menuaddress .content .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(../Images/z43.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7b555;
}
#about .menuaddress .content .r {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
}
#about .menuaddress .content .items {
  position: relative;
  margin-left: 70px;
  margin-right: 260px;
}
#about .menuaddress .content .items .item {
  position: relative;
  float: left;
  font-size: 16px;
}
#about .menuaddress .content .items .item a {
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
}
#about .menuaddress .content .items .item.active {
  background-color: #0079d4;
}
#about .introduce {
  position: relative;
  margin-bottom: 50px;
  background-image: url(../Images/z52.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
#about .introduce .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  background-image: url(../Images/z53.png);
  background-position: bottom 116px center;
  background-repeat: no-repeat;
  padding-top: 50px;
}
#about .introduce .content .en {
  position: relative;
  line-height: 36px;
  font-size: 18px;
  color: #30a3fa;
  margin-left: 35px;
}
#about .introduce .content .en span {
  display: inline-block;
  padding-left: 70px;
  font-family: Helvetica_Roman;
  background-image: url(../Images/z54.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#about .introduce .content .kouhao {
  position: relative;
  font-size: 34px;
  line-height: 54px;
  color: #262626;
  margin-left: 35px;
}
#about .introduce .content .kouhao span {
  font-weight: bold;
}
#about .introduce .content .text {
  position: relative;
  font-size: 15px;
  line-height: 32px;
  color: #646464;
  overflow: hidden;
  margin: 30px 0;
  margin-left: 35px;
}
#about .introduce .content .text img {
  max-width: 100%;
}
#about .introduce .content .other {
  position: relative;
}
#about .introduce .content .other .pic {
  position: relative;
  width: 790px;
  float: left;
}
#about .introduce .content .other .pic img {
  display: block;
  max-width: 100%;
}
#about .introduce .content .other .items {
  position: relative;
  float: right;
  width: 480px;
  padding-top: 60px;
}
#about .introduce .content .other .items .item {
  position: relative;
  width: 200px;
  height: 160px;
  margin-left: 30px;
  float: left;
}
#about .introduce .content .other .items .item .num {
  position: relative;
  font-size: 62px;
  font-family: impact;
  color: #30a3fa;
}
#about .introduce .content .other .items .item .num span {
  display: inline-block;
  padding-right: 20px;
}
#about .introduce .content .other .items .item .num span.add {
  background-image: url(../Images/z30.png);
  background-position: right top 12px;
  background-repeat: no-repeat;
  background-size: auto 13px;
}
#about .introduce .content .other .items .item .str {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
}
#about .introduce .content .other .items:after {
  content: " ";
  display: block;
  clear: both;
}
#about .introduce .content .other:after {
  content: " ";
  display: block;
  clear: both;
}
#about .culture {
  position: relative;
  background-image: url(../Images/z56.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 1px 0;
}
#about .culture .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#about .culture .thissort {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
#about .culture .thissort .t1 {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#about .culture .thissort .t2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#about .culture .items {
  position: relative;
}
#about .culture .items .item {
  position: relative;
  padding: 30px 0;
  border-top: solid 1px #eaeaea;
}
#about .culture .items .item .name {
  position: relative;
  float: left;
  width: 400px;
  margin-right: 126px;
}
#about .culture .items .item .name .t1 {
  position: relative;
  line-height: 50px;
  font-size: 18px;
  font-family: Helvetica_Roman;
  font-weight: bold;
}
#about .culture .items .item .name .t1 span {
  display: inline-block;
  padding-left: 70px;
  color: #30a3fa;
  background-image: url(../Images/z54.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#about .culture .items .item .name .t2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  color: #262626;
}
#about .culture .items .item .text {
  position: relative;
  float: left;
  width: 720px;
  font-size: 15px;
  line-height: 36px;
  padding-left: 12px;
  background-image: url(../Images/z57.png);
  background-position: left top;
  background-repeat: repeat-y;
}
#about .culture .items .item:after {
  content: " ";
  display: block;
  clear: both;
}
#about .culture .more {
  position: relative;
  text-align: center;
  padding: 50px 0;
}
#about .culture .more a {
  display: inline-block;
  line-height: 70px;
  background-color: #30a3fa;
  color: #FFFFFF;
  font-size: 24px;
  padding: 0 50px;
  border-radius: 70px;
}
#about .culture .more a img {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  margin-right: 10px;
}
#about .business {
  position: relative;
  background-image: url(../Images/z56.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 1px 0;
}
#about .business .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#about .business .thissort {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
#about .business .thissort .t1 {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#about .business .thissort .t2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#about .business .text {
  position: relative;
  top: -10px;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  color: #262626;
  margin: 30px 0;
}
#about .business .text img {
  max-width: 100%;
}
#about .cooperation {
  position: relative;
  background-image: url(../Images/z56.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 1px 0;
}
#about .cooperation .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
#about .cooperation .thissort {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
#about .cooperation .thissort .t1 {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#about .cooperation .thissort .t2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#about .cooperation .text {
  position: relative;
  top: -10px;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  color: #262626;
  margin: 30px 0;
}
#about .cooperation .text img {
  max-width: 100%;
}
#contact {
  z-index: 10;
}
#contact .menuaddress {
  position: relative;
  height: 0;
}
#contact .menuaddress .content {
  position: relative;
  top: -60px;
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-image: url(../Images/z42.png);
  color: #FFFFFF;
}
#contact .menuaddress .content .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(../Images/z43.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7b555;
}
#contact .menuaddress .content .r {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
}
#contact .menuaddress .content .items {
  position: relative;
  margin-left: 70px;
  margin-right: 260px;
}
#contact .menuaddress .content .items .item {
  position: relative;
  float: left;
  font-size: 16px;
}
#contact .menuaddress .content .items .item a {
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
}
#contact .menuaddress .content .items .item.active {
  background-color: #0079d4;
}
#contact .thissort {
  position: relative;
  text-align: center;
  margin: 40px 0;
}
#contact .thissort .t1 {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#contact .thissort .t2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#contact .contactitems {
  position: relative;
  width: 1280px;
  margin: 30px auto;
  background-image: url(../Images/z58.png);
}
#contact .contactitems .item {
  position: relative;
  float: left;
  width: 590px;
  padding-left: 40px;
  font-size: 15px;
  background-image: url(../Images/z59.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 65px;
}
#contact .contactitems .item.address {
  background-image: url(../Images/z60.png);
}
#contact .contactitems .item.email {
  background-image: url(../Images/z61.png);
}
#contact .contactitems .item:nth-child(2n) {
  float: right;
}
#contact .contactitems .item.hide {
  opacity: 0;
}
#contact .contactitems:after {
  content: " ";
  display: block;
  clear: both;
}
#contact .douyin {
  position: relative;
  text-align: center;
}
#contact .douyin a {
  display: inline-block;
  padding: 0 30px;
  line-height: 62px;
  border-radius: 62px;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #30a3fa;
  text-align: center;
}
#contact .douyin a img {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  margin-right: 10px;
}
#contact #map {
  width: 1280px;
  height: 416px;
  margin: 30px auto 74px;
  display: none;
}
#contact #allmap {
  width: 1280px;
  height: 500px;
  margin: 30px auto 74px;
  font-size: 14px;
  line-height: 2;
}
#contact #guestbook {
  position: relative;
  background-image: url(../Images/z62.jpg);
  background-position: center center;
  background-size: cover;
  padding: 4px 0;
}
#contact #guestbook .content {
  position: relative;
  width: 1280px;
  margin: 70px auto;
  background-color: #FFFFFF;
  border-top: solid 5px #30a3fa;
}
#contact #guestbook .content .data {
  position: relative;
  padding: 60px;
  width: 420px;
  float: left;
}
#contact #guestbook .content .data .t1 {
  font-size: 34px;
  line-height: 58px;
  color: #262626;
  font-weight: bold;
}
#contact #guestbook .content .data .t2 {
  font-size: 24px;
  line-height: 24px;
  color: #dbdad8;
  font-weight: bold;
  font-family: Helvetica_Roman;
}
#contact #guestbook .content .data .t3 {
  font-size: 14px;
  line-height: 30px;
  color: #525252;
  margin: 20px 0 30px 0;
}
#contact #guestbook .content .data .t4 a {
  display: inline-block;
  width: 208px;
  line-height: 62px;
  border-radius: 62px;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #30a3fa;
  text-align: center;
}
#contact #guestbook .content .form {
  position: relative;
  float: right;
  padding: 60px;
  width: 620px;
}
#contact #guestbook .content .form .item {
  position: relative;
  border: solid 1px #eaeaea;
  overflow: hidden;
  margin-top: 20px;
}
#contact #guestbook .content .form .item input {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  font-size: 15px;
  border: none;
  outline: none;
  background: none;
  text-indent: 12px;
  font-family: "微软雅黑";
}
#contact #guestbook .content .form .item textarea {
  position: relative;
  font-family: "微软雅黑";
  font-size: 15px;
  display: block;
  width: 590px;
  height: 104px;
  padding: 12px;
  border: none;
  outline: none;
  background: none;
  resize: none;
}
#contact #guestbook .content .form .btns {
  position: relative;
  margin-top: 20px;
}
#contact #guestbook .content .form .btns .btn {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 155px;
  line-height: 50px;
  background-color: #30a3fa;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
#contact #guestbook .content .form .btns .reset {
  background-color: #3a3a3a;
}
#contact #guestbook .content:after {
  content: " ";
  display: block;
  clear: both;
}
#searchMain {
  position: relative;
  z-index: 10;
  background-image: url(../Images/bg2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 1px 0;
}
#searchMain .menuaddress {
  position: relative;
  height: 0;
}
#searchMain .menuaddress .content {
  position: relative;
  top: -60px;
  width: 1280px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  background-image: url(../Images/z42.png);
  color: #FFFFFF;
}
#searchMain .menuaddress .content .home {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background-image: url(../Images/z43.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7b555;
}
#searchMain .menuaddress .content .r {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
}
#searchMain .menuaddress .content .items {
  position: relative;
  margin-left: 70px;
  margin-right: 260px;
}
#searchMain .menuaddress .content .items .item {
  position: relative;
  float: left;
  font-size: 16px;
}
#searchMain .menuaddress .content .items .item a {
  display: block;
  padding: 0 25px;
  color: #FFFFFF;
}
#searchMain .menuaddress .content .items .item.active {
  background-color: #0079d4;
}
#searchMain .thissort {
  position: relative;
  text-align: center;
  margin: 30px 0;
}
#searchMain .thissort .t1 {
  position: relative;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  font-weight: bold;
}
#searchMain .thissort .t2 {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Helvetica_Roman;
  color: #dbdad8;
  font-weight: bold;
}
#searchMain .search {
  position: relative;
  width: 876px;
  margin: 25px auto;
  border-bottom: solid 1px #c6c6c6;
  overflow: hidden;
}
#searchMain .search input {
  position: relative;
  display: block;
  height: 46px;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  font-family: "微软雅黑";
  font-size: 15px;
}
#searchMain .search input::-webkit-input-placeholder {
  color: #b2b3b3;
}
#searchMain .search span {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  background-image: url(../Images/z19.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#searchMain .datalist {
  position: relative;
  width: 1280px;
  margin: 30px auto;
}
#searchMain .datalist .items {
  position: relative;
}
#searchMain .datalist .items .item {
  position: relative;
  line-height: 60px;
  border-bottom: dashed 1px #DDDDDD;
}
#searchMain .datalist .items .item span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #30a3fa;
}
#searchMain .datalist .tips {
  text-align: center;
  font-size: 14px;
  padding: 30px 0 60px 0;
  color: #777777;
}
