html body {
   font-family: 'Microsoft YaHei' !important;
  overflow: hidden;
}
.white {
  color: #fff;
}
.m_auto {
  margin: 0 auto;
}
.m_center {
  text-align: center;
}
.pz_center {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.red {
  color: red;
}
span.button_c.more:hover {
  background: rgba(192, 169, 118, 0.6);color:#000;
}
span.button_c.more {
  display: inline-block;
  width: 13em;
  height: 3.6em;
  background: #0d3693;
  border-radius: .8em;
  line-height: 3.6em;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin: 1.5em;
}
a {
  text-decoration: none;
}
#drop:hover #dropdown{
  display: block;
}
#dropdown{
  display: none;
  width: 100%;
  z-index: 20;
  position: absolute;
  left: 0;
  top: 85px;
}
#dropdown li{
  float: left;
  visibility: visible;;
  width: 100%;
  height: 40px;
  font:normal normal 14px/40px 'CN regular';
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background: #0d3693;
  border-top: 1px solid #eee;
}
ul.a_tatal li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none!important;
  color: #333!important;
  cursor: pointer;
}
a.underline {
  color: #242424!important;
}
.pinglunk{
    padding: 10px;
    background: #d9d7c3;
    border-radius: 10px;
    }
a.underline:before {
  content: '';
  position: absolute;
  bottom: 25%;
  left: 0;
  right: 0;
  margin: auto;
  width: 56%;
  height: 2px;
  background: #242424;
}
a.title_line {
  font-size: 42px;
  color: #0d3693;
  display: inline-block;
  height: 2em;
  width: 5em;
  line-height: 28px;
  margin: 40px auto 10px;
  position: relative;
}
a.title_line:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #0d3693;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
}
a.title_line:after {
  content: '';
  height: 3px;
  width: 20%;
  background: #0d3693;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  margin: 0 auto;
}
a.title_line:hover:after {
  width: 50%;
  transform: scale(1.5 1.5);
  transition: all .8s;
}

section #banner {
  height: 45em;
  background: #242424;
}
section #banner img {
  height: 45em;
  width: 100%;
  display: inline-block;
}
section .strength {
  height: 10.7em;
  background: #0d3693;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
section .strength ul {
  overflow: hidden;
}
section .strength ul li:before {
  content: '';
  position: absolute;
  width: 1px;
  background: #fff;
  height: 60%;
  top: 2em;
  bottom: 0;
  right: 0;
}
section .strength ul li:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  top: 0;
  right: 0;
}
section .strength ul li:last-child:before {
  background: transparent;
}
section .strength ul li {
  position: relative;
  padding: 1em;
  float: left;
  height: 10.7em;
  width: 25%;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
section .strength ul li h4 {
  text-align: left;
  font-size: 20px;
  font: normal bold 20px/24px 'Microsoft YaHei';
}
section .strength ul li a {
  color: #ccc;
  text-decoration: none;
}
section .strength ul li p {
  text-align: left!important;
  font-family: 'Microsoft YaHei';
}
section #main {
  padding-bottom: 0px;
  background-color: #eeecdf;
  
}
section #main .pz_center4:hover {
  box-shadow: 16px 0px 8px #d8d5c2, -16px 0px 8px #d8d5c2;
}
section #main .pz_center4 {
  background: rgba(255,255,255,.35);
  box-shadow: 12px 0px 5px #d8d5c2, -10px 0px 5px #d8d5c2;
}
section #main .pz_center {
  background: rgba(255,255,255,.35);
  
}
section #main .pz_center > .item {
  width: 95%!important;
  margin: 10px auto;
  text-align: center;
}
section #main .pz_center .theme0 {
  background-color:#e1e9ef;
  width: 100%;
  margin: 0px auto;
}
section #main .pz_center .theme1 {
  background-color:#e1d8c6;
  width: 100%;
  margin: 0px auto;
}
section #main .pz_center .theme2 {
  background-color:#eeecdf;
  width: 100%;
  margin: 0px auto;
}
section #main .pz_center .theme3 {
  background-color:#e1d8c6;
  width: 100%;
  margin: 0px auto;
}
.pz_center .theme4 {
  background-color:#e1d8c6;
  width: 100%;
  margin: 0px auto;
}
section #main .pz_center .theme5 {
  background-color:#eeecdf;
  width: 100%;
  margin: 0px auto;
}
section #main .pz_center .theme6 {
  background-color:#e1d8c6;
  width: 100%;
  margin: 0px auto;
}
section #main .pz_center .theme {
  text-align: center;
  width: 100%;
  margin: 0px auto;
  max-width:1430px;padding-bottom:10px;
}
section #main .pz_center .theme .title_line {
  /* font: normal normal 42px/42px 'Microsoft YaHei'; */
  color: #0d3693;
}
section #main .pz_center .theme .theme_item ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
section #main .pz_center .theme .theme_item li {
   margin-top: 8px;float:left;width:100%;padding:8px;border-bottom:1px dashed #ccc;
}
section #main .pz_center .theme .theme_item li:hover {
   border-bottom:none;
}
section #main .pz_center .theme .theme_item li a.item:hover {
  background: #e8ecef;padding:8px;
  width: 100%;
  box-shadow: 0 5px 18px 0 rgba(0, 0, 0, 0.14);
}

section #main .pz_center .theme .theme_item li img:hover {
  transform: null;
}
section #main .pz_center .theme .theme_item li img {
  height: 170px; 
  width: 285px;
}
section #main .pz_center .theme .theme_item li div.text {
  height: 65px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  font-size: 18px!important;
}
section #main .pz_center .theme .theme_item li div.text:hover{
  color: #000;
}
section #main .pz_center .theme .theme_item li div.texta 
{
  width:100%;
  height: 326px;
  float:left;
  display:block;background-color:#fff;
}
section #main .pz_center .theme .theme_item li div.texta .txt1 {
    font-size: 14px;
    color: #ccc;}
  
section #main .pz_center .theme .theme_item li div.texta .txt2{
	font-size:18px;color: #333; line-height:50px;}
section #main .pz_center .theme .theme_item li div.outer {
width: 100%;
min-height: 50px;display:block;background-color:inherit;
}
section #main .pz_center .theme .theme_item li div.inner {
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
word-break: break-all;
overflow: hidden;background-color:inherit;
}
section #main .pz_center .theme .theme_item li div.outer2 {
width: 100%;
min-height: 90px;display:block;background-color:inherit;
}
section #main .pz_center .theme .theme_item li div.inner2 {
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
word-break: break-all;
overflow: hidden;background-color:inherit;
}
section #main .pz_center .theme .theme_item li div.texta .txt3{
	font-size:16px;color: #888; line-height:30px;}
	
section #main .pz_center .theme .theme_item li div.texta .e1{
  width:22px;
  height: 17px;
  background-image:url('?tp_images/pc_ico5.jpg');}
  
section #main .pz_center .theme .theme_item li div.texta table{
	margin:0 auto;}
	
section #main .pz_center .theme .theme_item li a.item:hover .txt2{
  color:#0d3693;
}
section #main .pz_center .theme .theme_item li a.item:hover .e1{
  background-image:url('?tp_images/pc_ico4.jpg');
}

section .pz_center {
  position: relative;
  padding-bottom: 0px;
}
section .pz_center nav {
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
  position: absolute!important;
  left: 0;
  bottom: 0;
}
section .pz_center .goto {
  line-height: 80px;
}
section .pz_center .goto input {
  display: inline-block;
  height: 2em;
  width: 3em;
}
section .pz_center .goto span {
  outline: 1px solid #c8c8c8;
  padding: .4em;
  cursor: pointer;
  margin-left: 2em;
}
.list{
  border-radius: 10px;
}
.media{
  padding-top:10px;
}
.title1 p{
  font-size: 14px;
  line-height: 20px;
  color: #0d3693;
}
body .contact li{
  position: absolute;
}
body> .contact li:hover:after{
  display: block;
}
body> .contact li:after{
  content:'';
  width:100px;
  height: 100px;
  position: absolute;
  right: -120px;
  top:-15px;
  display: none;
}
#page_nav{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin-top: 60px;
  /* background-color: red; */
  position: relative;
  margin-bottom: 20px;
}
#page_nav .page_ul{
  padding: 0;
  text-align: center;
  overflow: hidden;
  /* margin: 0 auto; */
  width: 60%;
  margin-left: 10%;
  float: left;
}

#page_nav .page_ul li{
  float: left;
  /* width: 40px; */
  
  height: 40px;

  line-height: 40px;
  margin-left: 10px;
  text-align: center;
}
#page_nav .page_ul .thisclass a{
	background: #0d3693;
	color:#fff;
}
#page_nav .page_ul li a{
  display: block;
  width: 100%;
  padding: 0 16px;
  height: 100%;
  color: #000;
  background-color: #fff;
}
#page_nav .page_ul li a:hover{
  color: #fff;
  background-color: #0d3693;
}
#page_nav .goto{
  float: left;
  height: 40px;
  position: absolute;
  left: 70%;top: 0;
  /* width: 40%; */
}
#page_nav .goto div{
  float: left;
  padding: 0;
  font-size: 18px;
  line-height: 40px;
  border:none;
}
#page_nav .goto span{
  float: left;
  padding: 0 10px;
  font-size: 18px;
  line-height: 40px;
  border:none;
  cursor:pointer;
  background-color: #fff;
}
#page_nav .goto input{
  float: left;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
}
section #main .pz_center .commitment .title .content:before {
  content: '为了保障您的财物安全，我们只接受以下企业对公收款账户';
  position: absolute;
  color: #fff;
  font: normal normal 20px/62px 'Microsoft YaHei';
  top: -1.5em;
  right: 0;
  margin: auto;
  left: 0;
  height: 62px;
  width: 70%;
  background: #b59b66;
  box-sizing: border-box;
  overflow: hidden;
}
.jj{
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
section #main .pz_center .brand li {
  /* height: 17em; */
  margin-top:0.5em;
  padding: .5em;
}
section #main .pz_center .brand li > div {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 0.5em;
}
.title1{
  margin-bottom:40px;
}
section #main .pz_center .theme .theme_item li:hover{
  transform: translateY(-0.5em);
  transition: all .5s;
}
section #main .pz_center .months li:hover{
  transform: translateY(-0.5em);
  transition: all .5s;
}
.list{
  position: relative;
}
.content_imgl{
  position: absolute;
  left: 2em;
  top: 1.5em;
}
.content_imgr{
  position: absolute;
  bottom: 1.5em;
  right: 2em;
}
.content_info{
  width: 100%;
  margin-top: 35px;
  text-align: center;
}
.content_info .name22{
  font-size: 16px;
  color: #686767;
}

.content_imgl{
  position: absolute;
  left: 0.8em;
  top: 0.8em;
}
.content_imgr{
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}
.content_info img{
  width: 55px;
  height: 55px;
  border-radius: 50%;
}
section #main .pz_center .evaluate li .list .content1{
  width: 100%;
  padding: 28px 15px;
  /*padding: 3.5em 2em 3.5em 2em;*/
  /* background: #ece1cb; */
  background-color: #e1dfcd;
  border-radius: 10px;
  position: relative;
}
section #main .pz_center .evaluate ul{
  overflow: hidden;
}


section #main .pz_center .evaluate li .list .head img {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-right: 20px;
  border-radius: 50%;
}

section #main .pz_center .evaluate li .list .head .name11 {
  float: left;
}


section #main .pz_center .evaluate li .list .content1 .content {
color:#333;
}


section #main .pz_center .brand img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
  z-index: 102;
}

.list {
  position: relative;
}

section #main .pz_center .evaluate li {
  position: relative;
  border-radius: 10px;
}

.content_imgl {
  position: absolute;
  left: 2em;
  top: 1.5em;
}

.content_imgr {
  position: absolute;
  bottom: 1.5em;
  right: 2em;
}

.content_sanjiao {
  width: 25px;
  height: 22px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -12.5px;
}

.content_info {
  width: 100%;
  margin-top: 35px;
  text-align: center;
}

.content_info .name22 {
  font-size: 16px;
  color: #686767;
}

section #main .pz_center .evaluate li .list .content1 .content {
  text-align: left;
  line-height: 20px;
  text-indent: 0;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;font-size:16px;
}

.content_imgl {
  position: absolute;
  left: 0.8em;
  top: 0.8em;
}

.content_imgr {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}

.content_info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

section #main .pz_center .evaluate li .list .content1 {
  width: 100%;
  padding: 28px 15px;
  background-color: #d9d7c3;
  border-radius: 10px;
  position: relative;
}

section #main .pz_center .evaluate ul {
  overflow: hidden;
}


.news .news-box .news-wrap #news-list {
  padding: 10px;
  display: flex;
  /*background: #efede0;*/
}
.wrapper .news-content #news-list {
  padding: 10px 20px;
  display: flex;
  background: #efede0;
}

.contents {
  display: flex;
  padding: 20px;
  color: #0d3693;
  background: #d9d7c3;
  overflow: hidden;
  width: 100%;
  align-items: center;
  border-radius: 10px;
}

.news {
  width: 95%;
  margin: 3em auto;
  height: 100%;
  overflow: hidden;
}

#news-list .news-left img {
  width: 160px;
  height: 160px;
  vertical-align: middle;
  margin: 0;
}

.wrapper .news-content .contents .news-right {
  width: 100%;
  margin-left: 10px;
  border-bottom: 1px dashed #0d3693;
}
.news .news-box .news-wrap .news-right {
  width: 100%;
  margin-left: 10px;
  padding: 10px 0;
  overflow: hidden;
}
.news-right .news-list:last-child {
  border-bottom: none;
}
.news-right p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tips {
  float: right;
  margin-top: 12px;color:#0d3693; font-size:15px;
}

.news-wrap {
  height: 100%;
}

.news .title1 {
  text-align: center;
}

.news-box {
  height: 100%;
}

.news-list {
  font-size: 14px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #0d3693;
  padding: 15px;
}

.new-title {
  border-bottom: 1px solid #0d3693;
  margin-bottom:6px;
}

.new-tips {
  width: 5px;
  height: 5px;
  background: #0d3693;
  margin-right: 8px;border-radius: 50%;
}

.hot-tel {
  font-size: 22px;
  line-height: 60px;
  width: 80%;
  border-bottom: 2px solid rgb(224, 224, 224, 0.5);
}

.tel {
  font-weight: bold;
  font-size: 50px !important;
}

.img {
  width: 45px;
  height: 50px;
}
.tel img.tel-blue { cursor:pointer; } 
.tel img.tel-white { cursor:pointer; } 

.right-address {
  margin-top: 30px;
  display: flex;
  transform: translateX(-10px);
}

.content-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.right {
  padding-top: 30px;
}

.code {
  text-align: center;
}

.code img {
  width: 120px;
  height: 110px;
}

.erweima {
  display: flex;
  align-items: center;
  margin-left: 25px;
  border-bottom: 2px solid rgb(224, 224, 224, 0.5);
  line-height: 40px;
  width: 85%;
}

#prompt {
  margin-top: 100px;
}

h3 {
  margin-top: 0 !important;
}

footer .row .content {
  padding-top: 3em;
}

.content .pz_center .content-box .right-pic .erweima {
  padding: 0;
}

.bg-pic {
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}
.news .news-box .contents .news-list span {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;color: #0d3693; font-size:14px;
}
.news-right a.aa:hover .news-list span{color: #333;}
.news-right .new-title a.aa:hover span{color: #333;}
.news-list span{color: #0d3693;}
.news-list span:hover{color: #333;}
section #main .pz_center .evaluate {
  width: 100%;
  overflow: hidden;
}
.a_tatal{
            position: relative;
        }
        .evaluate_info{ 
            padding: 10px 10px; 
            
        }
      	.info1:hover{
            transition: all .6s;
  box-shadow: 8px 5px 5px rgba(148,144,111,.35), -8px 0px 5px rgba(148,144,111,.35);
        }
        .none{
            margin-top: 100px;
            font-size: 18px;
            color: #ccc;
        }
        .info1{      
            width: 100%;  
            border:1px solid #ccc;     
        }
        .info1 img{
            
            width:330px;
            height:494px;
        }
        .info2{
          
            background-color: #fff;
            padding: 10px;
            font-size: 16px;
            text-align: left;
            color: #686767;
            border-bottom: 1px solid #ccc;
        }
        .info3{
            width: 100%;
          	overflow: hidden;
          	max-height:87px;
            display: -webkit-box; 
            -webkit-line-clamp: 4; 
            -webkit-box-orient: vertical; 
        }
        .info4{
            width: 100%;
            height: 70px;
            line-height: 70px;
            overflow: hidden;
            background-color: #f1f1f1;
        }
        .info4 img{
            float: left;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-top: 10px;
            margin-left: 20px;
        }
        .info4 span{
            float:left;
            width: 100px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: block;
            color: #0d3693;
            margin-left: 30px;
        }
        .clearfix:after{
            content:".";        
            display:block;        
            height:0;        
            clear:both;        
            visibility:hidden;        
        }
        .clearfix{zoom:1}

.evaluate {
    padding-top: 30px;}
section #main .pz_center .evaluate li .list .head {
  padding: 0 2em;
  background: #c0a977;
  height: 4em;
  line-height: 4em;
  color: #fff;
  text-align-last: left;
  font-size: 17px;
}
section #main .pz_center .evaluate li .list .head .name11{
  font-weight: 600;
}
section #main .pz_center .evaluate li .list .head img {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 20px;
  border-radius: 50%;
}
section #main .pz_center .evaluate li .list .head .time {
  float: right;
  font-weight: 600;
  font-family: 'Accidental Presidency regular';
}

section #main .pz_center .evaluate li .content img 
{
    width:100%;
    height:auto;
  margin: 0;
}
section #main .pz_center .evaluate li .content p 
{
  margin: 0;
}

.hds_foot-handle {
    width:100%;
    height:auto;
  margin: 0 auto;
  max-width:1630px;
}

.hds_foot-link {
    display: inline-block;
    position: relative;
    padding: 0 23px;
}

.link-wx {
    vertical-align: top;
    margin-top: 10px;
}

.hds_foot-link img {
    height: 95px;
    width:auto;
}

.wrap{
	width: 100%;
	min-width: 1400px;
	overflow: hidden;
}
.firstNav{
	width: 100%;
	text-align: center;
	font-size: 18px;
    display: inline-block;
	height: 100px;
	color:#fff ;
}
.firstNav p {
    font-size: 18px;
    margin: 0;
    padding-top: 36px;line-height:24px;
}
.firstNav span{
	display: block;
    font-size: 14px !important;
    margin-top: 0px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-family:Arial, sans-serif;
}
.main8Wrap{
	width: 100%;
	height: 432px;
	background: #f7f7f7;
	position: relative;
}
.main8WrapBg{
	width: 1920px;
	height: 432px;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -960px;
}
.main8WrapBg div{
	height: auto;
	width: 1920px;
	margin: 0 auto;
}
.main8{
	width: 1400px;
	margin: 0 auto;
	height: 432px;
	position: absolute;
	left: 50%;
	margin-left: -700px;
}
.main8 p{ text-align:center;font-size:13px; color:#ccc; line-height:52px;
}
.main8 p a{ font-size:13px; color:#ccc;
	transition: 1s all;
	-webkit-transition: 1s all;
}
.main8 p a:hover{ color:#aaa !important;}
.main8Tit{
	width: 64%;
	height: 290px;
	margin-top: 32px;
}
.main8Tit img{
	width: 143px;
	height: 143px;
	float: right;
	margin-right: 200px;
}

.main8sList{
	float: left;
	width: 16.6%;
}
.main8sList p{
	margin-bottom: 5px;
	text-align:left;
}
.main8sList p a{
	font-size: 16px;
	color: #fff;
	transition: 1s all;
	-webkit-transition: 1s all;
}
.main8sList p a:hover{
	color: #aaa !important;
}
.main8sList ul{
	margin-left: 0px;
}
.main8sList ul li{
	overflow: hidden;
}
.main8sList ul a{
	display: block;
	color: #fff;
	font-size: 14px;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: left;
	margin-bottom: 8px;
	transition: 1s all;
	-webkit-transition: 1s all;
}
.main8sList ul a:hover{
	color: #aaa !important;
}
.main8sList1{
	margin-left: 15px;
	width: 148px;
}

.main8List{
	width: 100%;
	margin: 0 auto;
	color: #fff;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-top: 5px;
	border-bottom: 1px solid #696969;
}
.main8List a{
	color: #ccc;
	font-size: 16px;
	padding: 0 28px;
}
.main8List a:hover
{
	color: #aaa !important;
}
.main8List2{
	width: 100%;
	margin: 0 auto;
	height: 119px;
	margin-top: 32px;
	
}
.main8List2 a{
	color: #FFF;
	font-size: 14px;
	padding: 0 5px;
}
.main8List2 a:hover{
	color: #c12e38;
}
.main8Tit2{
	padding-left:27px;
	float: left;
	width:900px;
	height:auto;
	margin: 0px 68px 0 0;
}
.main8Tit2 p{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height:25px;
}
.main8Tit2right{
	padding-left:30px;
	float: left;
}
.main8Tit3{
	float: left;
	height:auto;
}
.main8Tit3 p{
	color: #fff;
	font-size: 14px;
	text-align: right;
	line-height:25px;
}
.main8Tit3 p span.telspan1{
	font-size:14px;color: #fff;border-top: 1px solid #fff;line-height:30px;
}
.main8Tit3 p span.telspan2{
	font-size:24px;color: #fff;
}
/*第一部分*/
.main1Wrap{
	width: 100%;
	height: 839px;
	background: #f2f2f2;
}
.main1{
	width:1400px;
	margin: 0 auto;
}
.lMmain1v{
	padding-top: 74px;
	/*margin-top: 60px;*/
}
.lMmain1Left{
	width: 830px;
	height: 493px;
	float: right;
	position: relative;
}

.lMmain1Right2{
	width: 500px;
	height: 493px;
	float: left;
}
.aboutus{
	width: 100%;
	margin:0 auto;}
.aboutus .txt1 span {
    font-size: 30px;
    color: #181413;
    font-weight: 700;}
.aboutus .txt1 span::after {
    content: attr(data-name);
    font-size: 16px;
    vertical-align: top;}
    
.aboutus .txt2{
	font-size:15px;color: #888; line-height:25px;}

.aboutus a.txt7{
	width: 170px; display:block;}
	
.aboutus .txt3{
	font-size:15px;color: #3f72e5; line-height:40px; padding-left:5px;}
	
.aboutus a.txt7 table{
	border:1px solid #3f72e5;border-radius:25px; display:block;}
	
.aboutus .morehover {height:30px; width:30px; line-height:30px;background: url(?tp_images/pc_ico6.png);}

.aboutus a.txt7:hover .txt3{
	color: #fff; }
	
.aboutus a.txt7:hover table{
	border:1px solid #fff; background-color:#3f72e5;}
	
.aboutus a.txt7:hover .morehover {background: url(?tp_images/pc_ico6hover.png);}


.aboutus .txt4{
	font-size:16px;color: #333; line-height:30px;}
	
.titletxt5{
	font-size:42px;color: #333; line-height:50px;}	
.titletxt6{
	font-size:18px;color: #666; line-height:30px;}
a.titletxt7{
	font-size:18px;color: #333; line-height:30px;}
a.titletxt7:hover{
	color:#3f72e5 !important;}
.titletxt5s{
	font-size:42px;color: #fff; line-height:50px;}	
.titletxt6s{
	font-size:18px;color: #fff; line-height:30px;}
.titletxt8{
	font-size:42px;color: #333; line-height:50px;letter-spacing:3px;}	
.titletxt9{
	font-size:18px;color: #666; line-height:60px;letter-spacing:8px;}
.home_brand-video-box {
    position: relative;
	width: 830px;
	height: 493px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom:10px;
}

.home_brand-videos {
    position: absolute;
	width: 830px;
	height: 493px;
    top: 0;
    left: 0;
    z-index: 1;
    zoom: 1;
}

.home_brand-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
}

.home_brand-video.active {
    opacity: 1;
}

.home_brand-video-shade {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition-duration: 300ms;
    z-index: 9;
}

.home_brand-video-shade.active {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.home_brand-video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    cursor: pointer;
    z-index: 3;
}

.home_brand-video-play .iconfont {
    display: inline-block;
    font-size: 100px;
    color: #fff;
    margin: 250px 0 0 550px;
}
.icon-play:before { content: url(?tp_images/pc_video.png); }

/*.icon-close:before { content: url(?tp_images/pc_close.png); }*/

.andi:after { content: url(?tp_images/pc_video.png); }

.home_brand-video-box img {
    
    display: block;
    width: 100%;
    z-index: 2;
}
.home_brand-video-box4 {
    position: relative;
	width: 1400px;
	height: 534px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top:40px;
    margin-bottom:40px;
}

.home_brand-videos4 {
    position: absolute;
	width: 1400px;
	height: 534px;
    top: 0;
    left: 0;
    z-index: 1;
    zoom: 1;
}
.main1a{
	width:1400px;
	margin: 0 auto;
}
.lMmain1av{
	padding-top: 40px;
	/*margin-top: 60px;*/
}
.lMmain1aLeft{
	width: 700px;
	height: 110px;
	float: left;
	position: relative;
}

.lMmain1aRight2{
	width: 417px;
	height: 40px;
	float: right;
	margin-top:56px;
}
.aboutusa{
	width: 100%;
	margin:0 auto;}
.aboutusa .txta{
	width: 139px;
	height: 40px;
	cursor:pointer; color:#333; font-size:16px; background-image:url('?tp_images/pc_news1.jpg');}
.aboutusa .on{
	color:#fff; background-image:url('?tp_images/pc_news2.jpg');}

.main1b{
	width:1400px;
	margin: 0 auto;
}
.lMmain1bv{
	padding-top: 0px;
}
.lMmain1bLeft{
	width: 826px;
	height: 700px;
	float: left;
	position: relative;
}

.lMmain1bRight2{
	width: 400px;
	height: 590px;
	float: right;
	margin-right:20px;
}
.aboutusab{
	width: 100%;
	margin:0 auto;}
	

.newstt a.newstxt3
	{font-size:16px;color: #333;}
.newstt a:hover
	{color: #0d3693 !important;}

.aboutusab{
	width: 100%;
	margin:0 auto;}
	
.aboutusab .txta{
	width: 139px;
	height: 40px;
	cursor:pointer; color:#333; font-size:16px; background-color:#dbdbdb;border-radius:5px;}
.aboutusab .on{
	background-color:#3061d8;}
	
.aboutusab .txta a
	{font-size:16px;color: #333;}
	
.aboutusab .txta:hover
	{background-color:#3061d8;}
	
.aboutusab .txta:hover a
	{color: #fff;}
		
.aboutusab .on a
	{font-size:16px;color: #fff;}
	
.aboutusab a:hover
	{color: #fff !important;}
	
section #main1 {
  padding-bottom: 0px;
  background-color: #fff;
  
}
section #main1 .pz_center .theme {
  text-align: center;
  width: 100%;
  margin: 0px auto;
  max-width:1400px;
}
section #main1 .pz_center .theme .theme_item .a_tatal {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;padding-bottom:122px;
}
section #main1 .pz_center .theme .theme_item .divli {
  /* height: 700px; */
  margin-bottom: 0;
}

section #main1 .pz_center .theme .theme_item .divli div.textb 
{
  width:100%;
  height: auto;
  float:left;
  display:none;
}
section #main1 .pz_center .theme .theme_item .divli div.on 
{
  width:100%;
  height: auto;
  float:left;
  display:block;
}
section #main1 .pz_center .theme .theme_item .divli div.textb .img1 {
     background-color:#f2f2f2;}
  
section #main1 .pz_center .theme .theme_item .divli div.textb .txt1{
	font-size:22px;color: #000; line-height:30px;}

section #main1 .pz_center .theme .theme_item .divli div.textb .txt2{
	font-size:16px;color: #888; line-height:24px;}


section #main1 .pz_center .theme .theme_item .divli div.textb .img2 {
     background-color:#242424;}
  
section #main1 .pz_center .theme .theme_item .divli div.textb .txt3{
	font-size:22px;color: #fff; line-height:30px;}

section #main1 .pz_center .theme .theme_item .divli div.textb .txt4{
	font-size:16px;color: #fff; line-height:24px;}

section #main1 .pz_center .theme .theme_item .divli div.textb .txt5{
	font-size:16px;color: #fff; line-height:24px;}
	
section #main1 .pz_center .theme .theme_item .divli div.textb .txt6{
	font-size:16px;color: #fff; line-height:24px;}
.ttddx
{
    width:100%;height:330px;position: relative;
}
.ttddx table
{
  margin: 0px auto;
    
    }
.maskaa 
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top:0px;
    left:0px;
}
.maskaa2
{
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top:0px;
    left:0px;
    display:none;
}
.maskaa2 table
{
  margin: 0px auto;
}

.maskaa2 .txt5{
	font-size:24px;color: #fff; line-height:28px;}
	
.maskaa2 .txt6{
	font-size:16px;color: #fff; line-height:28px;}
	
.maskaa2 .txt7{
	font-size:16px;color: #fff; line-height:24px;}

.newsbanner a:hover .maskaa2
{
     display:block;}
section #main1 .pz_center .moreTheme {
  width: 100%;
}
section #main1 .pz_center .moreTheme .video {
  /* width: 100%; */
  height: 45em;
  /* padding: 0 15px; */
  box-sizing: border-box;
    margin: 15px auto 10px;
  background: #b3b3b3;
  position: relative;
}
section #main1 .pz_center .moreTheme .video img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  border-radius: 50%;
}
section #main1 .pz_center .moreTheme .video img:hover {
  background: #dbd1d1;
}
section #main1 .pz_center .moreTheme .video video {
  width: 100%;
  height: 100%;
}
section #main1 .pz_center .months {
  margin-top: 2em;
  text-align: center;
  width: 100%;
}
section #main1 .pz_center .months ul {
  width: 100%!important;
  overflow: hidden;
}
section #main1 .pz_center .months li {
  cursor: pointer;
  margin-bottom: 30px;
}
section #main1 .pz_center .months li img {
  width: 100%;
  position: relative;
}
section #main1 .pz_center .months li img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ccc;
  z-index: 10;
}
section #main1 .pz_center .months li .text {
  text-align: center;
  background: #0d3693;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
}
section #main1 .pz_center .months li:hover .text {
  color:#000;
}
img:hover{
  border:none !important;
}
.videobg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
section #main1 .pz_center .months span.more:hover {
  background: rgba(192, 169, 118, 0.6);
}
section #main1 .pz_center .months span.more {
  display: inline-block;
  width: 13em;
  height: 3.6em;
  background: #0d3693;
  border-radius: .8em;
  line-height: 3.6em;
  text-align: center;
  font-size: 18px;
}

section #main1 .pz_center .brand li > div:hover {
  background: rgba(241, 222, 222, 0.9);
}

section #main1 .pz_center .brand li > div>.nn{
  content: '';
  position: absolute;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #0d3693;
  bottom: 0em;
  left: 0;
  color: white;
  cursor:pointer
}

section #main1 .pz_center .brand li video {

  width: 100%;
}

section #main1 .pz_center .brand img {
 width: 100%;
 /* height: 100%; */
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 margin: auto;
 cursor: pointer;
}

section #main1 .pz_center .commitment {
  margin-top: 7em;
  color: #b59b66;
}
section #main1 .pz_center .commitment .title h1 {
  margin: 0;
  font: normal normal 52px/52px 'Microsoft YaHei';
}
section #main1 .pz_center .commitment .title > p {
  margin: 25px 0 100px;
  font: normal normal 30px/30px 'Microsoft YaHei';
}
section #main1 .pz_center .commitment .title .content {
  margin-top: 55px;
  border: 2px solid #b59b66;
  border-radius: 6px;
  position: relative;
  padding: 3em;
}
section #main1 .pz_center .commitment .title .content table {
  text-align-last: left;
}
section #main1 .pz_center .commitment .title .content table td {
  width: 30%;
  padding: .5em;
  padding-left: 2em;
  font: normal normal 14px/2em 'Microsoft YaHei';
}
section #main1 .pz_center .commitment .title .content table tr td:nth-child(1) {
  width: 20%;
}
section #main1 .pz_center .commitment .title .content table tr td:nth-child(2) {
  border-left: 2px solid #b59b66;
  border-right: 2px solid #b59b66;
}
section #main1 .pz_center .commitment .title .content:before {
  content: '为了保障您的财物安全，我们只接受以下企业对公收款账户';
  position: absolute;
  color: #fff;
  font: normal normal 28px/62px 'Microsoft YaHei';
  top: -1.5em;
  right: 0;
  margin: auto;
  left: 0;
  height: 62px;
  width: 70%;
  background: #b59b66;
  box-sizing: border-box;
}

.main10Wrap{
	width: 100%;
	height: 831px;
	background: #fff;
	position: relative;
}
.main10WrapBg{
	width: 1920px;
	height: 831px;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -960px;
}
.main10WrapBg div{
	height: auto;
	width: 1920px;
	margin: 0 auto;
}
.main10{
	width: 100%;
	margin: 0 auto;
	height: 480px;
	margin-top: 70px;
	position: absolute;
}

.maintt10{
	width: 1400px;
	margin: 0 auto;
	height: 606px;
}

.maintt10 img{
	width: 467px;
	height: 240px;
	cursor:pointer;
}
.maintt10 img:hover{
    transform:scale(1.06,1.06);
        transition:all 1s ease-out;
}
.lMmain10aMain{
	width: 100%;
	height: 110px;
	margin:0 auto;
	max-width:1400px;
	margin-bottom:50px;
}
.lMmain10aLeft{
	width: 700px;
	height: 110px;
	float: left;
}
.lMmain11aMain{
	width: 100%;
	height: 110px;
	margin:0 auto;
	max-width:1400px;
	margin-bottom:88px;
}
.lMmain11aLeft{
	width: 700px;
	height: 110px;
	float: left;
}
.main9Wrap{
	width: 100%;
	height: 969px;
	background: #fff;
	position: relative;
}
.main9WrapBg{
	width: 1920px;
	height: 969px;
	position: absolute;
	left: 50%;
	top:0;
	margin-left: -960px;
}
.main9WrapBg div{
	height: auto;
	width: 1920px;
	margin: 0 auto;
}
.main9{
	width: 100%;
	margin: 0 auto;
	height: 606px;
	margin-top: 90px;
	position: absolute;
}

.maintt9{
	width: 1400px;
	margin: 0 auto;
	height: 606px;
}

.maintt9 img{
	width: 257px;
	height: 125px;
	cursor:pointer;
}
.maintt9 img:hover{
    transform:scale(1.06,1.06);
        transition:all 1s ease-out;
}

.main91Wrap{
	width: 1200px;
	height: 1225px;
	background: #fff;
	position: relative;
}
.main91WrapBg{
	width: 1200px;
	height: 1225px;
	position: absolute;
	top:0;
	margin-left: 0;
}
.main91WrapBg div{
	height: auto;
	width: 1200px;
	margin: 0 auto;
}
.main91{
	width: 1200px;
	margin: 0 auto;
	height: 450px;
	margin-top: 90px;
	position: absolute;
}

.maintt91{
	width: 1200px;
	margin: 0 auto;
	height: 450px;
}

.comtt1
{
	width: 100%;
	margin: 0 auto;
	max-width:1400px;
    position: relative;
}
.comtt2 
{
    position: absolute;
    width: 100%;
	max-width:1400px;
    top:126px;
    left:0px;
}
.newsbanner{ width:100%; overflow:hidden; margin:0px auto;
  position: relative;}

.newsbanner .swiper-button-prev,  .newsbanner .swiper-button-next {display: block; width: 53px; height: 53px; cursor:pointer; z-index:1;outline:none;}
.newsbanner .swiper-button-prev{ background: url(?tp_images/left.png); filter: alpha(opacity=80); opacity: 0.8; left:8%;}
.newsbanner .swiper-button-next { background: url(?tp_images/right.png); filter: alpha(opacity=80); opacity: 0.8;right:8%;}
.newsbanner .swiper-button-prev:hover,.newsbanner .swiper-button-next:hover { filter: alpha(opacity=100); opacity: 1; }


/*二级页面banner*/
.bannerWrap2{
	width: 100%;
	height: auto;
}
.bannerWrap2 ul{
	width: 100%;
	height: auto;margin-bottom:0px;
}
.bannerWrap2 ul li{
	width: 100%;
	height: auto;
}
.bannerImg2{
	width: 100%;
	height: auto;
	/*cursor: pointer;*/
}
.bannerImg2 div{
	width: 100%;
}
.bannerImg2 div img{
	width: 100%;
}
/*第一部分*/
.main1Wrap{
	width: 100%;
	height: 659px;
	background: #fff;
}
.main1{
	width:1400px;
	margin: 0 auto;
}
.lMmain1v{
	padding-top: 84px;
	/*margin-top: 60px;*/
}
.about_content{
	width: 1200px;
	height: 170px;
	margin:0 auto;
	margin-bottom:40px;
}
.about_content .abtt{
	width:1200px;
	height: auto;
	margin:0 auto;
	position: relative;
}
.about_content .abtt .mainbg{
	height: 170px;
	width: 1200px;
	position: absolute;
}
.about_content .abtt .mainbg div{
	height: 170px;
	width: 1200px;
	margin: 0 auto;
}
.about_content .abtt2{
	margin:0 auto;
	height: 170px;
	position: absolute;
	width:1200px;
}
.about_content .abtt2
{
    font-size:16px; color:#888;
}
.about_content .abtt2 a
{
    font-size:16px; color:#333;
}
.about_content .abtt2 a:hover
{
    font-size:16px; color:#0d3693 !important;
}

.about_content .abtt4{
	width: 100%;
	height: auto;
	position: absolute;
	background: #fff;
	left: 0;
	top: -94px;
	height: 320px;
}

.about_content2{
	width: 100%;
	height: auto;
	margin:0 auto;
	background: #fff;
}
.about_content2 .abtt{
	width: 100%;
	height: auto;
	margin:0 auto;
	max-width:1400px;
}

.about_content2 .abtt2{
	width: 100%;
	height: auto;
	background: #fff;
	left: 0;
	top: -94px;
	height: 74px;
}
.about_content2 .abtt2
{
    font-size:18px; color:#888;
}
.about_content2 .abtt2 a
{
    font-size:18px; color:#333;
}
.about_content2 .abtt2 a:hover
{
    color:#0d3693 !important;
}

.about_content2 .abtt4{
	width: 100%;
	height: auto;
	background: #fff;
	left: 0;
	top: -94px;
	height: 320px;
}
.abmain .abtt5{
}
.abmain .abtt6{
	width: 100%;
	height: auto;
	right: -30px;
	bottom: -70px;
}
.about_contentmain{
	width: 100%;
	height: auto;
	margin:0 auto;
    background: #f8f8f8;
	padding-bottom:100px;

}
.about_contentmainsamll{
	width: 100%;
	height: auto;
	margin:0 auto;
	padding-bottom:40px;
   max-width:1400px;
   background: #fff;
   box-shadow: 10px 0px 5px #fff, -10px 0px 5px #fff;

}
.about_contentmain .abmain{
	width: 100%;
	height: auto;
	margin:0 auto;
	max-width:1200px;
}
.about_contentmain .abmain4{
	width: 100%;
	height: auto;
	margin:0 auto;
	max-width:1400px;
}
.about_title {line-height:40px;font-size:18px;font-weight:bold;color:#d92f3c;font-family: microsoft yahei,"微软雅黑","宋体"}
.about_content4 {line-height:30px;font-size:16px;word-break:break-all;word-wrap:break-word;color:#666;font-family: microsoft yahei,"微软雅黑","宋体"}
.about_content4 p{font-size:16px;color:#666;font-family: microsoft yahei,"微软雅黑","宋体"; margin:0;}
.about_content4 strong{font-size:16px;font-family: microsoft yahei,"微软雅黑","宋体"}
.about_content4 span{font-size:16px;font-family: microsoft yahei,"微软雅黑","宋体"}
.about_content4 b{font-size:16px;font-family: microsoft yahei,"微软雅黑","宋体"}
.about_content4 img{margin: 0 auto;max-width:1200px; padding:0; margin:0;}

.about_title2 {line-height:40px;font-size:22px;color:#202935;}
.about_title3 {line-height:30px;font-size:14px;color:#202935;}

.news_date0 {background: url(?xinwo_images/news_date.jpg);}
.news_date1 {line-height:30px;font-size:24px;color:#343434;}
.news_date2 {line-height:18px;font-size:12px;color:#909090;}

.list_c .{overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;}
    
.list_c .img_box4{
  padding: 15px 10px;
  border: 1px solid #d5bf85;
  border-radius:5px;
  }
  
.list_c .img_box4 img.img1{
  width:296px;
  height:203px;
  border:0px;
  cursor:pointer;
  border-radius:5px;}
  
  
.list_c .img_box4:hover{
    transform:scale(1.04,1.04);
        transition:all 1s ease-out;
}
.list_c .img_box4 .txt1{
	font-size:24px;color: #222; line-height:50px;}
.list_c .img_box4 .txt2{
	font-size:16px;color: #333; line-height:50px;}
	 
 .list_c li{
   margin-bottom:40px; text-align:center;}
   
.list_d .{overflow: hidden;
    width: 100%;
    margin: 0 auto;}
    
.list_d .img_box4
{
  width:100%;
  height:50px; 
  border: 1px solid #d5bf85;border-radius:5px;cursor:pointer;}
  
.list_d .img_box4:hover
{
    border: 1px solid #d5bf85;
    background-color:#d5bf85;
}
.list_d .img_box4:hover p
{
     color:#0d3693; }

.list_d .img_box4:hover span
{
     color:#fff;}
.list_d .on
{
    border: 1px solid #d5bf85;
    background-color:#d5bf85;
}

.list_d .img_box4 p
{
    margin: 0;
    padding-top:20px; color:#888; font-size:14px; line-height:20px;}

.list_d .img_box4 span
{
     color:#333; font-size:16px; line-height:48px;}
.list_d  .on p
{
    margin: 0;
    padding-top:20px; color:#0d3693; font-size:14px; line-height:20px;}

.list_d  .on span
{
     color:#fff; font-size:16px; line-height:48px;}

       
 .list_d li{
   margin-bottom:10px; text-align:center;
    }
.join_con{
   margin: 0 auto;width:92%;
    }
section #main1 .pz_center .theme .theme_item li {
  /* height: 700px; */
  margin-bottom: 0;
}

section #main .pz_center .theme .theme_item li div
{
  width:100%;
  height: 100%;
  float:left;
  display:none;background-color:#333333;
}

section #main .pz_center .theme .theme_item li div.on 
{
  width:100%;
  height: 100%;
  float:left;
  display:block;background-color:#f1f1f1;
}
section #main .pz_center .theme .theme_item li div img.e1 {
  height: auto; 
  width: auto;
}
section #main .pz_center .theme .theme_item li div img.e2 {
  height: auto; 
  width: auto;
}
section #main .pz_center .theme .theme_item li div img.e3 {
  height: 66px; 
  width: 66px;
}
  
section #main .pz_center .theme .theme_item li .txt1{
	font-size:15px;color: #888; line-height:30px;}

section #main .pz_center .theme .theme_item li .txt2{
	font-size:20px;color: #333; line-height:50px;}


  
section #main .pz_center .theme .theme_item li .txt3{
	font-size:16px;color: #666; line-height:30px;}

section #main .pz_center .theme .theme_item li .txt4{
	font-size:16px;color: #666; line-height:24px;}

section #main .pz_center .theme .theme_item li .txt5{
	font-size:16px;color: #fff; line-height:24px;}
	
section #main .pz_center .theme .theme_item li .txt6{
	font-size:15px;color: #fff; line-height:24px;}
	
.e-17{border-bottom:1px #bdbbbd dotted;}
.e-17:hover{background-color:#eee;}
#e-22{color:#c12e38;font-size:14px;}
#e-23{line-height:25px; color:#202935;font-size:14px;}

.news_date0 {background: url(?tp_images/news_date.jpg);}
.news_date1 {line-height:30px;font-size:24px;color:#343434;}
.news_date2 {line-height:18px;font-size:12px;color:#909090;}

#e-18{color:#373737;font-family:'Microsoft YaHei';font-size:16px;font-weight:bold;}
#e-18:hover{color:#000 !important;}

.event{
    background: #fff;
}
.event .event-content{
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom:80px;
}
.event-content p img{
    margin:0 auto;
    display: block;
    max-width: 100%;
}

.banners{ width:100%; overflow:hidden; margin:0px auto; padding-bottom:10px}
.swiper-container {width: 100%;height: 100%;}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ width:40px; height:6px; background:#3f72e5;border-radius:0px}
.banners img{ width:100%; height:auto}

.main5Imgcon{
	position: relative;overflow:hidden;
}
.main5Imgcon img{
	width: 400px;height: 529px;
}
.main5Txt{
    width: 100%;
    height: auto;
    background: url(?tp_images/bl.png);
    position: absolute;
	display:table-cell;
    bottom:0px;
}
.main5Txt strong{
	color: #fff;
	text-align: center;
	font-size:16px;
	margin: 10px 5px 10px 5px;
	font-weight: normal;
	display: block;
}
main5Imgcon div.outer3 {
width: 100%;
min-height: 22px;display:block;background-color:inherit;
}
main5Imgcon div.inner3 {
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
word-break: break-all;
overflow: hidden;background-color:inherit;
}

.swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide 
      {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.img-box4{
	width:100%; 
	overflow:hidden; 
	margin:0px auto; 
	background:#fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	padding:100px 68px 100px 172px;}
.img-box4:hover{
    transform:scale(1.04,1.04);
        transition:all 1s ease-out;
}
.img-box4 img.img1 {
  height: 265px; 
  width: 400px;
}
.img-box4 .txt1{
	font-size:48px;color: #222; line-height:50px;}
.img-box4 .txt2{
	font-size:24px;color: #333; line-height:50px;}
.img-box4 .txt3{
	font-size:16px;color: #666; line-height:30px;}
.img-box4 .outer {
width: 100%;
min-height: 50px;display:block;background-color:inherit;
}
.img-box4 .inner {
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
word-break: break-all;
overflow: hidden;background-color:inherit;
}
.img-box4 .outer2 {
width: 100%;
min-height: 90px;display:block;background-color:inherit;
}
.img-box4 .inner2 {
display: -webkit-box;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
word-break: break-all;
overflow: hidden;background-color:inherit;
}

.img-box41{
	width:100%; 
	overflow:hidden; 
	margin:0px auto;
	padding-bottom:50px;}
.img-box41:hover{
	background:#fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
    transform:scale(1.04,1.04);
        transition:all 1s ease-out;
}
.img-box41 img.img1{
	height: 265px;
	width:auto; }
.img-box41:hover .txtbg{
	background-color: #888; }
.img-box41:hover .txtbg2{
	border:4px solid #888; }
.img-box41 .txt1{
	font-size:48px;color: #222; line-height:50px;}
.img-box41 .txt2{
	font-size:24px;color: #333; line-height:50px;}
.img-box41 .txt3{
	font-size:16px;color: #666; line-height:30px; padding:0px 15px;}
.img-box41 .txtbg{
	background-color: #fff; }	
.img-box41 .txtbg2{
	border:4px solid #fff; }	
.abmain .about_title{
	font-size:22px;color: #333; line-height:40px;}
	
.theme_item4 ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.theme_item4 li {
   float:left;width:100%;padding:0px;
}
.theme_item4 li img {
  width: 100%;
  height: auto;
}
.theme_item4 li img:hover{
    transform:scale(1.04,1.04);
        transition:all 1s ease-out;
}
<!--0.00024294853210449-->