@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;
}
@font-face {
  font-family: Helvetica;
  src: url('../font/helvetica.ttf');
}
@font-face {
  font-family: SourceHanSansCN_Bold;
  src: url('../font/SourceHanSansCN-Bold.otf');
}
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: #e80125;
  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;
  border-bottom: solid 1px #ededee;
}
#top .content {
  position: relative;
  width: 1360px;
  height: 100px;
  line-height: 100px;
  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;
  max-height: 80px;
}
#top .content .ewm {
  position: absolute;
  right: 0;
  top: 8px;
}
#top .content .ewm img {
  position: relative;
  display: block;
  width: 83px;
  height: 83px;
}
#top .content .tel {
  position: absolute;
  right: 96px;
  top: 24px;
  font-size: 22px;
  line-height: 28px;
  color: #e80125;
  padding-left: 76px;
  font-weight: bold;
}
#top .content .tel .icon {
  position: absolute;
  left: 40px;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #575757;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../Images/z1.png);
}
#top .content .tel .tit {
  position: absolute;
  left: 4px;
  bottom: 0;
  font-size: 15px;
  color: #262626;
  font-weight: normal;
}
.clear {
  content: " ";
  display: block;
  clear: both;
}
#menu {
  position: relative;
}
#menu .content {
  position: relative;
  width: 1360px;
  height: 58px;
  margin: 0 auto;
}
#menu .content .items {
  position: relative;
  left: -25px;
}
#menu .content .items .item {
  position: relative;
  float: left;
  width: 130px;
  line-height: 58px;
  font-size: 18px;
  text-align: center;
}
#menu .content .items .item .name a {
  display: block;
}
#menu .content .items .item:hover .name a {
  color: #e80125;
}
#menu .content .items .item.active .name {
  background-color: #e80125;
}
#menu .content .items .item.active .name a {
  color: #FFFFFF;
}
#menu .content .items .item.active .name a:hover {
  color: #FFFFFF;
}
#menu .content .items::after {
  content: " ";
  display: block;
  clear: both;
}
#menu .content .search {
  position: absolute;
  right: 0;
  top: 9px;
  border: solid 1px #cbcbcb;
  width: 240px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 40px;
  overflow: hidden;
}
#menu .content .search input {
  position: relative;
  font-family: "微软雅黑";
  font-size: 14px;
  border: none;
  height: 36px;
  width: 100%;
  text-indent: 12px;
  outline: none;
}
#menu .content .search span {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 100%;
  background-image: url(../Images/z3.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #FFFFFF;
}
#banner {
  position: relative;
  height: 680px;
}
#banner .swiper-container {
  height: 100%;
}
#banner .swiper-container .swiper-wrapper {
  height: 100%;
}
#banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
#banner .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#banner .swiper-container .tool {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 80px;
  background-color: #e80125;
  z-index: 100;
}
#banner .swiper-container .tool .swiper-pagination {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 80px;
  font-family: Helvetica;
}
#banner .swiper-container .tool .swiper-pagination span {
  font-size: 36px;
}
#banner .swiper-container .tool .bili {
  position: absolute;
  left: 220px;
  top: 50%;
  width: 245px;
  height: 1px;
  background-color: #f1677c;
}
#banner .swiper-container .tool .bili span {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.2s;
}
#banner .swiper-container .tool .bili span.s1 {
  width: 20%;
}
#banner .swiper-container .tool .bili span.s2 {
  width: 40%;
}
#banner .swiper-container .tool .bili span.s3 {
  width: 60%;
}
#banner .swiper-container .tool .bili span.s4 {
  width: 80%;
}
#banner .swiper-container .tool .bili span.s5 {
  width: 100%;
}
#banner .swiper-container .tool .btns {
  position: absolute;
  left: 590px;
  top: 25px;
  width: 100px;
  height: 30px;
}
#banner .swiper-container .tool .btns div {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url(../Images/z4.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#banner .swiper-container .tool .btns div.prev {
  left: 0;
}
#banner .swiper-container .tool .btns div.stop {
  left: 32px;
}
#banner .swiper-container .tool .btns div.stop.s1 {
  background-position: left -24px center;
}
#banner .swiper-container .tool .btns div.stop.s2 {
  background-position: center center;
  background-image: url(../Images/play.png);
  background-size: auto 18px;
}
#banner .swiper-container .tool .btns div.next {
  left: auto;
  right: 0;
  background-position: left -55px center;
}
#page {
  position: relative;
  margin: 50px 0;
  text-align: center;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: solid 1px #DDDDDD;
  font-size: 15px;
  margin: 0 3px;
  border-radius: 40px;
  background-color: #FFFFFF;
}
#page .current {
  background-color: #e80125;
  border-color: #e80125;
  color: #FFFFFF;
}
#page .prev {
  width: 76px;
}
#page .next {
  width: 76px;
}
#lease_product {
  position: relative;
  background-color: #f2f7fb;
  padding: 45px 0;
}
#lease_product .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#lease_product .content .prev {
  position: absolute;
  left: -90px;
  top: 52%;
  width: 54px;
  height: 54px;
  cursor: pointer;
  background-image: url(../Images/z31.png);
  background-repeat: no-repeat;
  background-size: 54px 54px;
}
#lease_product .content .next {
  position: absolute;
  right: -90px;
  top: 52%;
  width: 54px;
  height: 54px;
  cursor: pointer;
  background-image: url(../Images/z32.png);
  background-repeat: no-repeat;
  background-size: 54px 54px;
}
#lease_product .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#lease_product .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
#lease_product .content .items {
  position: relative;
  margin-bottom: 30px;
}
#lease_product .content .items .item {
  position: relative;
  width: 430px;
  height: 300px;
  float: left;
  margin-top: 30px;
  margin-right: 35px;
}
#lease_product .content .items .item .pic {
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#lease_product .content .items .item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-image: url(../Images/z6.png);
}
#lease_product .content .items .item .title span {
  display: block;
  margin: 0 16px;
  font-size: 16px;
  color: #ffffff;
  background-image: url(../Images/z7.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lease_product .content .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#lease_product .content .items .item:nth-child(3n) {
  margin-right: 0;
}
#lease_product .content .items .item:hover .title {
  background-color: #e80125;
  background-image: none;
}
#lease_product .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#home_about {
  position: relative;
  background-image: url(../Images/z8.jpg);
  background-position: top center;
  padding: 80px 0;
  color: #FFFFFF;
}
#home_about .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#home_about .content .about {
  position: relative;
  float: left;
  width: 680px;
}
#home_about .content .about .t1 {
  position: relative;
  line-height: 70px;
  font-size: 34px;
  font-weight: bold;
}
#home_about .content .about .t2 {
  position: relative;
  line-height: 30px;
  font-size: 18px;
}
#home_about .content .about .t3 {
  position: relative;
  line-height: 32px;
  font-size: 15px;
  margin-top: 15px;
}
#home_about .content .about .t3 a {
  margin-left: 10px;
  color: #FFFFFF;
}
#home_about .content .about .t3 a:hover {
  color: #e80125;
}
#home_about .content .number {
  position: relative;
  float: right;
  padding-top: 136px;
}
#home_about .content .number .item {
  position: relative;
  display: inline-block;
  margin-left: 80px;
}
#home_about .content .number .item .t1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
#home_about .content .number .item .t1 span {
  font-size: 64px;
  font-family: Helvetica;
}
#home_about .content .number .item .t2 {
  position: relative;
  line-height: 36px;
  font-size: 15px;
}
#home_about .content:after {
  content: " ";
  display: block;
  clear: both;
}
#home_service {
  background-color: #e80125;
  padding: 45px 0;
  color: #FFFFFF;
}
#home_service .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#home_service .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#home_service .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #FFFFFF;
}
#home_service .content .items {
  position: relative;
  margin-top: 35px;
}
#home_service .content .items .swiper-wrapper .swiper-slide {
  position: relative;
  width: 111px;
  text-align: center;
}
#home_service .content .items .swiper-wrapper .swiper-slide .pic {
  position: relative;
  height: 128px;
  background-image: url(../Images/z9.png);
  background-position: top center;
  background-repeat: no-repeat;
}
#home_service .content .items .swiper-wrapper .swiper-slide .pic span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#home_service .content .items .swiper-wrapper .swiper-slide .pic span.s2 {
  z-index: -1;
  opacity: 0;
}
#home_service .content .items .swiper-wrapper .swiper-slide .tit {
  position: relative;
  font-size: 18px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_service .content .items .swiper-wrapper .swiper-slide:hover .pic {
  background-image: url(../Images/z10.png);
}
#home_service .content .items .swiper-wrapper .swiper-slide:hover .pic span.s1 {
  z-index: -1;
  opacity: 0;
}
#home_service .content .items .swiper-wrapper .swiper-slide:hover .pic span.s2 {
  z-index: 1;
  opacity: 1;
}
#home_youshi {
  padding: 45px 0;
  background-image: url(../Images/z11.jpg);
  background-position: center center;
  background-size: cover;
}
#home_youshi .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#home_youshi .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#home_youshi .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
#home_youshi .content .items {
  position: relative;
  height: 550px;
  background-image: url(../Images/z12.png);
}
#home_youshi .content .items .item {
  position: absolute;
  width: 410px;
  height: 91px;
}
#home_youshi .content .items .item .index {
  position: absolute;
  left: 0;
  top: 24px;
  width: 38px;
  height: 38px;
  background-color: #e80125;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
}
#home_youshi .content .items .item .text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  margin-left: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#home_youshi .content .items .item:nth-child(1) {
  left: 0;
  right: auto;
  top: 0px;
}
#home_youshi .content .items .item:nth-child(2) {
  left: 0;
  right: auto;
  top: 91px;
}
#home_youshi .content .items .item:nth-child(3) {
  left: 0;
  right: auto;
  top: 182px;
}
#home_youshi .content .items .item:nth-child(4) {
  left: 0;
  right: auto;
  top: 273px;
}
#home_youshi .content .items .item:nth-child(5) {
  left: 0;
  right: auto;
  top: 364px;
}
#home_youshi .content .items .item:nth-child(6) {
  left: 0;
  right: auto;
  top: 455px;
}
#home_youshi .content .items .item:nth-child(7) {
  left: auto;
  right: 0;
  top: 0px;
}
#home_youshi .content .items .item:nth-child(8) {
  left: auto;
  right: 0;
  top: 91px;
}
#home_youshi .content .items .item:nth-child(9) {
  left: auto;
  right: 0;
  top: 182px;
}
#home_youshi .content .items .item:nth-child(10) {
  left: auto;
  right: 0;
  top: 273px;
}
#home_youshi .content .items .item:nth-child(11) {
  left: auto;
  right: 0;
  top: 364px;
}
#home_youshi .content .items .item:nth-child(12) {
  left: auto;
  right: 0;
  top: 455px;
}
#home_case {
  padding: 45px 0;
  background-image: url(../Images/z13.jpg);
  background-position: center center;
  background-size: cover;
}
#home_case .content {
  position: relative;
  color: #FFFFFF;
}
#home_case .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#home_case .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
}
#home_case .content .items {
  position: relative;
  height: 492px;
  margin-top: 30px;
  color: #262626;
  overflow: hidden;
}
#home_case .content .items .swiper-container {
  position: relative;
  height: 100%;
}
#home_case .content .items .swiper-container .swiper-wrapper {
  position: relative;
  height: 100%;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  width: 450px;
  float: left;
  margin-right: 36px;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 354px;
  background-color: #FFFFFF;
  padding: 13px;
  text-align: center;
  transition: all 0.2s;
  overflow: hidden;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data .pic {
  position: relative;
  height: 282px;
  background-position: center center;
  background-size: cover;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data .tit {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 26px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data .more {
  display: none;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data:hover {
  height: 468px;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data:hover .tit {
  color: #e80125;
  font-weight: bold;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data:hover .text {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#home_case .content .items .swiper-container .swiper-wrapper .swiper-slide .data:hover .more {
  display: block;
}
#home_case .content .btns {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
#home_case .content .btns span {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url(../Images/z16.png);
  background-size: 100% 100%;
  margin: 0 10px;
  cursor: pointer;
}
#home_case .content .btns .next {
  background-image: url(../Images/z17.png);
}
#home_news {
  position: relative;
  padding: 45px 0;
}
#home_news .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#home_news .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#home_news .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
#home_news .content .items {
  position: relative;
  margin-top: 10px;
}
#home_news .content .items .item {
  position: relative;
  width: 640px;
  height: 100px;
  float: left;
  margin: 30px 0;
}
#home_news .content .items .item .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 94px;
  height: 100%;
  border-right: solid 1px #e8e8e8;
}
#home_news .content .items .item .date .d {
  padding-top: 16px;
  font-size: 48px;
  line-height: 50px;
  color: #262626;
}
#home_news .content .items .item .date .ym {
  font-size: 15px;
  line-height: 36px;
  color: #676767;
}
#home_news .content .items .item .obj {
  position: relative;
  margin-left: 116px;
}
#home_news .content .items .item .obj .tit {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_news .content .items .item .obj .tit a {
  color: #262626;
}
#home_news .content .items .item .obj .text {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#home_news .content .items .item .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#home_news .content .items .item:nth-child(2n) {
  float: right;
}
#home_news .content .items .item:hover .date .d {
  color: #e80125;
}
#home_news .content .items .item:hover .obj .tit {
  font-weight: bold;
}
#home_news .content .items .item:hover .obj .tit a {
  color: #e80125;
  border-bottom: solid 1px #e80125;
}
#home_news .content .items .item:hover .obj .text {
  color: #7f7f7f;
}
#home_news .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#home_news .content .more {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
#home_news .content .more a {
  display: inline-block;
  transition: all 0.2s;
  text-align: left;
  width: 140px;
  line-height: 42px;
  border: solid 1px #e80125;
  border-radius: 42px;
  text-indent: 20px;
  font-size: 14px;
  color: #e80125;
  background-image: url(../Images/z18.png);
  background-position: right 7px center;
  background-repeat: no-repeat;
}
#home_news .content .more a:hover {
  transform: translate(-3px, -3px);
}
#home_parent {
  position: relative;
  background-image: url(../Images/z19.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#home_parent .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
  padding: 45px 0;
  border-top: solid 1px #f1f1f1;
}
#home_parent .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#home_parent .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
#home_parent .content .items {
  position: relative;
}
#home_parent .content .items .item {
  position: relative;
  width: 260px;
  height: 140px;
  float: left;
  margin-right: 15px;
  margin-top: 20px;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
#home_parent .content .items .item a {
  position: relative;
  display: block;
  height: 120px;
  margin: 10px;
  background-position: center center;
  background-size: cover;
}
#home_parent .content .items .item:nth-child(5n) {
  margin-right: 0;
}
#home_parent .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#home_parent .content .swiper-pagination {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
#home_parent .content .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
#footer {
  position: relative;
  background-image: url(../Images/z21.png);
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
}
#footer .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#footer .content .data {
  position: relative;
  padding: 30px 0;
}
#footer .content .data .logo {
  position: relative;
}
#footer .content .data .logo .item {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
}
#footer .content .data .logo .item.item1 {
  color: #e80125;
  font-size: 21px;
  padding-right: 10px;
  border-right: solid 1px #404244;
  margin-right: 10px;
  font-family: SourceHanSansCN_Bold;
}
#footer .content .data .logo .item.item2 {
  font-weight: bold;
}
#footer .content .data .logo .item.item2 span {
  font-weight: normal;
  color: #dfdfdf;
  font-size: 14px;
}
#footer .content .data .other {
  position: relative;
  margin: 16px 0 0 0;
  font-size: 15px;
  line-height: 38px;
  color: #cececf;
}
#footer .content .data .other .item {
  position: relative;
  float: left;
  width: 500px;
  margin-right: 20px;
  padding-left: 30px;
}
#footer .content .data .other .item span {
  position: absolute;
  left: 0;
  top: 6px;
  width: 26px;
  height: 26px;
  background-color: #616364;
  border-radius: 50%;
  background-image: url(../Images/z22.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#footer .content .data .other .item span.s2 {
  background-image: url(../Images/z23.png);
}
#footer .content .data .other .item span.s3 {
  background-image: url(../Images/z24.png);
}
#footer .content .data .other:after {
  content: " ";
  display: block;
  clear: both;
}
#footer .content .data .ewm {
  position: absolute;
  right: 0;
  bottom: 30px;
}
#footer .content .data .ewm img {
  width: 150px;
  height: 150px;
}
#footer .content .copyright {
  position: relative;
  padding: 15px 0;
  line-height: 36px;
  font-size: 14px;
  border-top: solid 1px #363839;
}
#footer .content .copyright a {
  color: #FFFFFF;
}
#otherbanner {
  position: relative;
  height: 458px;
  background-image: url(../Images/z25.jpg);
  background-position: center center;
  background-size: cover;
}
#tagmenu {
  position: relative;
  background-color: #f2f7fb;
}
#tagmenu .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
  line-height: 64px;
  text-align: center;
}
#tagmenu .content .item {
  position: relative;
  display: inline-block;
  font-size: 17px;
}
#tagmenu .content .item a {
  padding: 0 40px;
  display: block;
}
#tagmenu .content .item.active {
  background-color: #e80125;
}
#tagmenu .content .item.active a {
  color: #FFFFFF;
}
#tagmenu.bg_fff {
  background-color: #FFFFFF;
}
#about {
  position: relative;
}
#about .company {
  position: relative;
  padding: 50px 0;
  background-color: #FFFFFF;
}
#about .company .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#about .company .content .text {
  position: relative;
  line-height: 2;
}
#about .wenhua {
  position: relative;
  padding: 50px 0;
  background-image: url(../Images/z27.jpg);
  background-position: center center;
  background-size: cover;
}
#about .wenhua .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#about .wenhua .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#about .wenhua .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
#about .wenhua .content .items {
  position: relative;
  margin-top: 35px;
}
#about .wenhua .content .items .item {
  position: relative;
  width: 50%;
  float: left;
  height: 220px;
  background-color: #FFFFFF;
}
#about .wenhua .content .items .item .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .wenhua .content .items .item .data {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
#about .wenhua .content .items .item .data .obj {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#about .wenhua .content .items .item .data .obj .tit {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
#about .wenhua .content .items .item .data .obj .str {
  font-size: 14px;
  line-height: 26px;
  color: #7f7f7f;
  margin: 0 25px;
}
#about .wenhua .content .items .item:nth-child(4n+3) .pic {
  left: auto;
  right: 0;
}
#about .wenhua .content .items .item:nth-child(4n+3) .data {
  left: 0;
  right: auto;
}
#about .wenhua .content .items .item:nth-child(4n+4) .pic {
  left: auto;
  right: 0;
}
#about .wenhua .content .items .item:nth-child(4n+4) .data {
  left: 0;
  right: auto;
}
#about .wenhua .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#about .honor {
  position: relative;
  padding: 50px 0;
  background-image: url(../Images/z30.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#about .honor .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#about .honor .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#about .honor .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
#about .honor .content .lists {
  position: relative;
  margin-top: 36px;
}
#about .honor .content .lists .swiper-wrapper .swiper-slide .items {
  position: relative;
}
#about .honor .content .lists .swiper-wrapper .swiper-slide .items .item {
  position: relative;
  width: 320px;
  height: 290px;
  float: left;
  margin-bottom: 28px;
  margin-right: 26.66666667px;
}
#about .honor .content .lists .swiper-wrapper .swiper-slide .items .item .pic {
  position: relative;
  height: 230px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
#about .honor .content .lists .swiper-wrapper .swiper-slide .items .item .tit {
  position: relative;
  line-height: 60px;
  font-size: 15px;
  padding: 0 15px;
  background-color: #f2f2f2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#about .honor .content .lists .swiper-wrapper .swiper-slide .items .item:nth-child(4n) {
  margin-right: 0;
}
#about .honor .content .lists .swiper-wrapper .swiper-slide .items:after {
  content: " ";
  display: block;
  clear: both;
}
#about .honor .content .others {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
#about .honor .content .others .other {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
#about .honor .content .others .other .btn {
  position: absolute;
  width: 39px;
  height: 39px;
  cursor: pointer;
}
#about .honor .content .others .other .btn.prev {
  left: -60px;
  background-image: url(../Images/z31.png);
}
#about .honor .content .others .other .btn.next {
  right: -60px;
  background-image: url(../Images/z32.png);
}
#about .honor .content .others .other .page {
  display: inline-block;
  height: 39px;
  line-height: 39px;
}
#about .honor .content .others .other .page span {
  margin: 0 8px;
  width: 10px;
  height: 10px;
}
#gotop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 1000;
  cursor: pointer;
}
#lease {
  position: relative;
  padding: 50px 0;
  background-image: url(../Images/z34.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#lease .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
#lease .content .thisname {
  position: relative;
  text-align: center;
  line-height: 60px;
  font-size: 34px;
  font-weight: bold;
}
#lease .content .jianjie {
  position: relative;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #444444;
}
#lease .content .list {
  position: relative;
  margin-top: 60px;
}
#lease .content .list .items {
  position: relative;
}
#lease .content .list .items .item {
  position: relative;
  float: left;
  width: 110px;
  text-align: center;
  margin-right: 66px;
}
#lease .content .list .items .item .icon {
  position: relative;
  height: 110px;
  background-color: rgba(232, 1, 37, 0.1);
  border-radius: 50%;
}
#lease .content .list .items .item .icon span {
  position: relative;
  display: inline-block;
  top: 10px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #e80125;
  background-position: center center;
  background-repeat: no-repeat;
}
#lease .content .list .items .item .tit {
  position: relative;
  margin: 10px 0;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#lease .content .list .items .item:after {
  content: " ";
  position: absolute;
  right: -40px;
  top: 44px;
  width: 17px;
  height: 27px;
  background-image: url(../Images/z36.png);
}
#lease .content .list .items:after {
  content: " ";
  display: block;
  clear: both;
}
#cases {
  position: relative;
  padding: 1px 0;
  background-image: url(../Images/z45.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f2f7fb;
}
#cases .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#cases .content .items {
  position: relative;
}
#cases .content .items .item {
  position: relative;
  float: left;
  width: 428px;
  height: 452px;
  background-color: #ffffff;
  margin-right: 36px;
  margin-top: 36px;
}
#cases .content .items .item .data {
  position: relative;
  padding: 14px;
}
#cases .content .items .item .data .pic {
  position: relative;
  height: 280px;
  background-position: center center;
  background-size: cover;
  margin-bottom: 15px;
}
#cases .content .items .item .data .title {
  position: relative;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#cases .content .items .item .data .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#cases .content .items .item .data .more {
  position: relative;
  font-size: 14px;
  line-height: 36px;
  color: #e80125;
  margin-top: 15px;
}
#cases .content .items .item .data .more span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  background-image: url(../Images/z46.png);
  background-position: right center;
  background-repeat: no-repeat;
}
#cases .content .items .item .data a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#cases .content .items .item:nth-child(3n) {
  margin-right: 0;
}
#cases .content .items .item:hover {
  background-color: #e80125;
  color: #FFFFFF;
}
#cases .content .items .item:hover .data .jianjie {
  color: #FFFFFF;
}
#cases .content .items .item:hover .data .more {
  color: #FFFFFF;
}
#cases .content .items .item:hover .data .more span {
  background-image: url(../Images/z47.png);
}
#cases .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#cases .content .tips {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #777777;
  padding: 50px 0;
}
#detail {
  position: relative;
  padding: 50px 0;
  background-image: url(../Images/z45.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f2f7fb;
}
#detail .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#detail .content .data {
  position: relative;
}
#detail .content .data .title {
  position: relative;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}
#detail .content .data .date {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin: 5px 0;
}
#detail .content .data .text {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  color: #262626;
}
#detail .content .data .text img {
  max-width: 100%;
}
#service {
  position: relative;
  padding: 50px 0;
  background-image: url(../Images/z55.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f2f7fb;
}
#service .content {
  position: relative;
  width: 1360px;
  margin: 0 auto;
}
#service .content .data {
  position: relative;
}
#service .content .data .title {
  position: relative;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 20px;
}
#service .content .data .date {
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin: 5px 0;
}
#service .content .data .text {
  position: relative;
  font-size: 15px;
  line-height: 30px;
  overflow: hidden;
  color: #262626;
}
#service .content .data .text img {
  max-width: 100%;
}
#product {
  position: relative;
  padding: 1px 0;
  background-image: url(../Images/z45.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f2f7fb;
}
#product .content {
  position: relative;
  width: 1360px;
  margin: 30px auto;
}
#product .content .sortlist {
  position: relative;
  float: left;
  width: 172px;
}
#product .content .sortlist .sorts {
  position: relative;
}
#product .content .sortlist .sorts .sort {
  position: relative;
  line-height: 26px;
  background-color: #dde4ea;
  font-size: 16px;
  margin-bottom: 3px;
}
#product .content .sortlist .sorts .sort a {
  padding: 10px;
  display: block;
}
#product .content .sortlist .sorts .sort:hover {
  background-color: #e80125;
}
#product .content .sortlist .sorts .sort:hover a {
  color: #FFFFFF;
}
#product .content .sortlist .sorts .sort.active {
  background-color: #e80125;
}
#product .content .sortlist .sorts .sort.active a {
  color: #FFFFFF;
}
#product .content .items {
  position: relative;
  float: right;
  width: 1160px;
}
#product .content .items .item {
  position: relative;
  height: 366px;
  background-color: #FFFFFF;
  border: solid 1px #FFFFFF;
  margin-bottom: 24px;
  padding: 1px;
}
#product .content .items .item .data {
  position: relative;
  margin: 50px 0;
  height: 266px;
}
#product .content .items .item .data .pic {
  position: absolute;
  left: 30px;
  top: 5%;
  width: 420px;
  height: 90%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#product .content .items .item .data .obj {
  position: relative;
  float: right;
  width: 610px;
  height: 100%;
  margin-right: 30px;
}
#product .content .items .item .data .obj .title {
  position: relative;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#product .content .items .item .data .obj .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
}
#product .content .items .item .data .obj .more {
  position: absolute;
  left: 0;
  bottom: 0;
}
#product .content .items .item .data .obj .more span {
  display: inline-block;
  transition: all 0.2s;
  text-align: left;
  width: 140px;
  line-height: 42px;
  border: solid 1px #e80125;
  border-radius: 42px;
  text-indent: 20px;
  font-size: 14px;
  color: #e80125;
  background-image: url(../Images/z18.png);
  background-position: right 7px center;
  background-repeat: no-repeat;
}
#product .content .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#product .content .items .item:hover {
  border-color: #e80125;
}
#product .content .items .item:hover .obj .title {
  color: #e80125;
}
#product .content .items .item:hover .obj .more span {
  background-color: #e80125;
  color: #FFFFFF;
  background-image: url(../Images/z48.png);
}
#product .content .tips {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #777777;
  padding: 50px 0;
}
#product .content:after {
  content: " ";
  display: block;
  clear: both;
}
#news {
  position: relative;
  padding: 1px 0;
  background-image: url(../Images/z45.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #f2f7fb;
}
#news .content {
  position: relative;
  width: 1360px;
  margin: 30px auto;
}
#news .content .tuijian {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data {
  position: relative;
  height: 460px;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj {
  position: relative;
  margin-left: 15px;
  width: 610px;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj .date {
  position: relative;
  width: 80px;
  text-align: center;
  color: #FFFFFF;
  background-color: #e80125;
  padding: 10px 0 15px 0;
  margin-bottom: 30px;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj .date .d {
  position: relative;
  font-size: 38px;
  font-weight: bold;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj .date .ym {
  position: relative;
  font-size: 13px;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj .tit {
  position: relative;
  font-size: 24px;
  line-height: 36px;
  margin: 7px 0;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj .more {
  position: relative;
  margin-top: 60px;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj .more a {
  display: inline-block;
  transition: all 0.2s;
  text-align: left;
  width: 140px;
  line-height: 42px;
  border: solid 1px #e80125;
  border-radius: 42px;
  text-indent: 20px;
  font-size: 14px;
  color: #e80125;
  background-image: url(../Images/z18.png);
  background-position: right 7px center;
  background-repeat: no-repeat;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .obj .more a:hover {
  background-color: #e80125;
  color: #FFFFFF;
  background-image: url(../Images/z48.png);
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 660px;
  height: 100%;
  overflow: hidden;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .pic a {
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .2s;
}
#news .content .tuijian .swiper-container .swiper-wrapper .swiper-slide .data .pic a:hover {
  transform: scale(1.08);
}
#news .content .tuijian .swiper-container .swiper-pagination {
  left: auto;
  right: 0;
  width: 660px;
}
#news .content .tuijian .swiper-container .swiper-pagination span {
  width: 10px;
  height: 10px;
  background-color: #cfcfcf;
  opacity: 1;
}
#news .content .tuijian .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #e80125;
}
#news .content .items {
  position: relative;
}
#news .content .items .item {
  position: relative;
  background-color: #FFFFFF;
  padding: 20px;
  margin-top: 20px;
}
#news .content .items .item .data {
  position: relative;
  height: 236px;
}
#news .content .items .item .data .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  height: 100%;
  overflow: hidden;
}
#news .content .items .item .data .pic a {
  transition: all 0.2s;
  display: block;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#news .content .items .item .data .pic a:hover {
  transform: scale(1.06);
}
#news .content .items .item .data .obj {
  position: relative;
  margin-left: 360px;
  width: 820px;
}
#news .content .items .item .data .obj .tit {
  position: relative;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  padding: 15px 0 0 0;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news .content .items .item .data .obj .jianjie {
  position: relative;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#news .content .items .item .data .obj .more {
  position: relative;
  margin-top: 30px;
  font-size: 14px;
  line-height: 36px;
}
#news .content .items .item .data .obj .more a {
  display: inline-block;
  color: #e80125;
  padding-right: 30px;
  background-image: url(../Images/z18.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 20px;
}
#news .content .items .item .data .date {
  position: absolute;
  right: 0;
  top: 76px;
  width: 80px;
  text-align: center;
  color: #FFFFFF;
  background-color: #e80125;
  padding: 10px 0 15px 0;
  margin-bottom: 30px;
}
#news .content .items .item .data .date .d {
  position: relative;
  font-size: 38px;
  font-weight: bold;
}
#news .content .items .item .data .date .ym {
  position: relative;
  font-size: 13px;
}
#news .content .items .item .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#news .content .items .item:hover {
  background-color: #e80125;
  color: #FFFFFF;
}
#news .content .items .item:hover .obj .tit a {
  color: #FFFFFF;
}
#news .content .items .item:hover .obj .jianjie {
  color: #FFFFFF;
}
#news .content .items .item:hover .obj .more a {
  color: #FFFFFF;
  background-image: url(../Images/z48.png);
}
#news .content .items .item:hover .date {
  background-color: #FFFFFF;
  color: #e80125;
}
#news .content .items .tips {
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #777777;
  padding: 50px 0;
}
#contact {
  position: relative;
  padding: 1px 0;
  background-image: url(../Images/z55.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}
#contact .content {
  position: relative;
  width: 1360px;
  margin: 50px auto;
}
#contact .content .company {
  position: relative;
  font-size: 26px;
  line-height: 64px;
  font-weight: bold;
  color: #e80125;
}
#contact .content .items {
  position: relative;
}
#contact .content .items .item {
  position: relative;
  float: left;
  width: 600px;
  padding-left: 50px;
  line-height: 40px;
  margin: 16px 0;
}
#contact .content .items .item span {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: solid 1px #e80125;
  border-radius: 50%;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
}
#contact .content .items .item span.s1 {
  background-image: url(../Images/z50.png);
}
#contact .content .items .item span.s2 {
  background-image: url(../Images/z51.png);
}
#contact .content .items .item span.s3 {
  background-image: url(../Images/z52.png);
}
#contact .content .items .item span.s4 {
  background-image: url(../Images/z53.png);
}
#contact .content .items .item span.s5 {
  background-image: url(../Images/z54.png);
}
#contact .content .items .item label {
  position: relative;
  font-size: 16px;
}
#contact .content .items .item:nth-child(2n) {
  float: right;
}
#contact .content .items:after {
  content: " ";
  display: block;
  clear: both;
}
#contact .content .other {
  position: relative;
  padding-top: 45px;
  height: 516px;
  background-color: #FFFFFF;
}
#contact .content .other #map {
  position: relative;
  float: left;
  width: 680px;
  height: 100%;
}
#contact .content .other #guestbook {
  position: relative;
  float: right;
  width: 624px;
  height: 100%;
  margin-right: 30px;
}
#contact .content .other #guestbook .tname {
  position: relative;
  padding-top: 50px;
  line-height: 50px;
  font-size: 26px;
  color: #e80125;
  font-weight: bold;
}
#contact .content .other #guestbook .ltext {
  position: relative;
  font-size: 15px;
  line-height: 40px;
  color: #333333;
}
#contact .content .other #guestbook .form {
  position: relative;
}
#contact .content .other #guestbook .form .rowitem {
  position: relative;
  width: 300px;
  height: 50px;
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
  margin: 0 0 10px 0;
  overflow: hidden;
}
#contact .content .other #guestbook .form .rowitem input {
  position: relative;
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  text-indent: 10px;
  font-family: "微软雅黑";
  font-size: 15px;
}
#contact .content .other #guestbook .form .rowitem img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
  border-left: solid 1px #EEEEEE;
}
#contact .content .other #guestbook .form .rowitem:nth-child(2n) {
  float: right;
}
#contact .content .other #guestbook .form .text {
  width: 100%;
  height: auto;
}
#contact .content .other #guestbook .form .text textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  font-family: "微软雅黑";
  font-size: 15px;
  height: 100px;
  border: none;
  outline: none;
  resize: none;
}
#contact .content .other #guestbook .submit {
  clear: both;
  position: relative;
  margin-top: 20px;
}
#contact .content .other #guestbook .submit span {
  position: relative;
  display: inline-block;
  width: 170px;
  line-height: 54px;
  border-radius: 4px;
  color: #FFFFFF;
  background-color: #e80125;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
#contact .content .other:after {
  content: " ";
  display: block;
  clear: both;
}
#search {
  position: relative;
  padding: 1px 0;
}
#search .content {
  position: relative;
  width: 1360px;
  margin: 40px auto;
}
#search .content .items {
  position: relative;
}
#search .content .items .item {
  position: relative;
  font-size: 16px;
  line-height: 60px;
  border-bottom: solid 1px #EEEEEE;
}
#search .content .items .item span {
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
}
