@charset "utf-8";
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
}
body{
	font-size:16px;
  font-family: "SourceHanSansCN-Regular";
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
.warp{
	width:100%;
	min-width:100%;
}
.warp .cont{
	width:95%;
	margin:0 auto;
	padding:2% 0;
}
.warp .cont .content_cont{
	width:100%;
	margin:0 auto;
}
.warp .cont .content_cont .process_cont{
	width:100%;
	margin:2em 0;
	text-align:center;
}
.warp .cont .content_cont .process_cont img{
	display:inline-block;
	width:90%;
	margin:0 auto 2em;
}
.warp .cont .content_cont .process_cont .liucheng{
	display:inline-block;
	width:100%;
	margin:0 auto 2em;
}
.warp .cont .content_cont .process_cont>h2{
	width:100%;
	line-height:2.5em;
	font-size:2.5em;
	text-align:center;
	color:#EE6207;
	font-weight:bold;
	position:relative;
}
.warp .cont .content_cont .process_cont>h2:after{
	content:"";
	width:2em;
	height:2px;
	background:#EE6207;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-1em;
}
.warp .cont .content_cont .process_cont>p{
	width:100%;
	line-height:2.5em;
	font-size:3em;
	text-align:center;
	color:#EE6207;
}
.warp .cont .content_cont .process_cont ul{
	width:100%;
	margin:2em 0;
}
.warp .cont .content_cont .process_cont ul li{
	width:48%;
	float:left;
	margin-right:2.6%;
	padding-right:2%;
	text-align:center;
	position:relative;
}
.warp .cont .content_cont .process_cont ul li:nth-child(2n){
	margin-right:0;
}
.warp .cont .content_cont .process_cont ul li:after{
	content:"";
	width:.5rem;
	height:.5rem;
	background:url(../images/rightjian.png) no-repeat;
	background-size:100% 100%;
	position:absolute;
	top:35%;
	right:-15%;
	margin-top:-.25em;
	margin-right:.25em;
}
.warp .cont .content_cont .process_cont ul li:nth-child(2n):after{
	display:none;
}
.warp .cont .content_cont .process_cont ul li h2{
	display:inline-block;
	width:50;
	line-height:1em;
	font-size:1.5em;
	border:2px #E65C1F solid;
	border-radius:50%;
	padding:20% 5%;
	color:#E65C1F;
}
.warp .cont .content_cont .product_cont{
	width:100%;
	margin:2em 0;
}
.warp .cont .content_cont .product_cont .product_left{
	width:100%;
	padding:3% 5%;
}
.warp .cont .content_cont .product_cont .product_left>h2{
	width:100%;
	line-height:1.5em;
	font-size:1.5em;
	text-align:left;
	color:#EE6207;
	font-weight:bold;
	position:relative;
}
/*.warp .cont .content_cont .product_cont .product_left>h2:after{
	content:"";
	width:4em;
	height:2px;
	background:#EE6207;
	position:absolute;
	bottom:0;
	left:0;
}
.warp .cont .content_cont .product_cont .product_left>p{
	width:100%;
	line-height:2.5em;
	font-size:1.5em;
	text-align:center;
}*/
.warp .cont .content_cont .product_cont .product_left .product_wen{
	width:100%;
}
.warp .cont .content_cont .product_cont .product_left .product_wen>p{
	width:100%;
	line-height:1.5em;
	font-size:1.2em;
	text-align:left;
	color:#333;
}
.warp .cont .content_cont .product_cont .product_right{
	width:100%;
	margin:1em 0;
}
.warp .cont .content_cont .product_cont .product_right img{
	width:80%;
	display:block;
	margin:0 auto;
}


.warp .cont .content_cont .about_cont{
	width:100%;
	margin:2% 0;
	text-align:center;
}
.warp .cont .content_cont .about_cont img{
	display:inline-block;
	width:90%;
	margin:0 auto 1em;
}
.warp .cont .content_cont .about_cont .about_left{
	width:50%;
	float:right;
	padding:0 2%;
}
.warp .cont .content_cont .about_cont .about_left>h2{
	width:100%;
	line-height:2.5em;
	font-size:2em;
	text-align:center;
	color:#EE6207;
	font-weight:bold;
	position:relative;
}
.warp .cont .content_cont .about_cont .about_left>h2:after{
	content:"";
	width:2em;
	height:2px;
	background:#EE6207;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-1em;
}
.warp .cont .content_cont .about_cont .about_left>p{
	width:100%;
	line-height:2.5em;
	font-size:2em;
	text-align:center;
}
.warp .cont .content_cont .about_cont .about_wen{
	width:100%;
}
.warp .cont .content_cont .about_cont .about_wen>p{
	width:100%;
	line-height:1.5em;
	font-size:1em;
	text-align:left;
	text-indent:2em;
	color:#333;
}
.warp .cont .content_cont .about_cont .about_right{
	width:50%;
	float:left;
}
.warp .cont .content_cont .about_cont .about_right img{
	width:100%;
	display:block;
}


.warp .cont .content_cont .corporate_cont{
	width:100%;
	margin:2em 0;
	text-align:center;
}
.warp .cont .content_cont .corporate_cont>img{
	display:inline-block;
	width:90%;
	margin:0 auto 1em;
}
.warp .cont .content_cont .corporate_cont>h2{
	width:100%;
	line-height:2.5em;
	font-size:2em;
	text-align:center;
	color:#EE6207;
	font-weight:bold;
	position:relative;
}
.warp .cont .content_cont .corporate_cont>h2:after{
	content:"";
	width:2em;
	height:2px;
	background:#EE6207;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-1em;
}
.warp .cont .content_cont .corporate_cont>p{
	width:100%;
	line-height:2.5em;
	font-size:1.5em;
	text-align:center;
}
.warp .cont .content_cont .corporate_cont ul{
	width:100%;
}
.warp .cont .content_cont .corporate_cont ul li{
	width:100%;
	margin-bottom:2em;
}
.warp .cont .content_cont .corporate_cont ul li h2{
	width: 100%;
  line-height: 1.5em;
  font-size: 1.5em;
  text-align: left;
  color: #EE6207;
  font-weight: bold;
  position: relative;
}
.warp .cont .content_cont .corporate_cont ul li p{
	width: 100%;
  line-height: 1.5em;
  font-size: 1.2em;
  text-align: left;
  color:#333;
}


.main {
  /*min-height: 800px;*/
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  background: url(../images/finance-bg.png) center top no-repeat;
  background-size: 16.07rem 8rem;
}

.banner {
  width: 100%;
  /*margin-bottom: 0.2rem;*/
}

#sideTel.active {
  position: absolute;
  top: 8rem;
}

.lay > section {
  background-color: #fff;
  /*min-height: 500px;*/
  overflow: hidden;
  padding: 0.3rem;
}
.lay nav {
  width: 3.22rem;
}
.lay nav a {
  position: relative;
  display: block;
  line-height: 0.62rem;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  margin-bottom: 0.2rem;
  padding-left: 0.7rem;
  font-size: 0.3rem;
  color: #000;
}
.lay nav a::before {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  margin-top: -8px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-left: 12px solid #ff4508;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
.lay nav .active {
  color: #fff;
  background-color: #ff4508;
}
.lay nav .active::before {
  margin-top: -5px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 12px solid #FFF;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.secr {
  width: 8.46rem;
}
.secr header {
  display: inline-block;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 3px solid #ff4508;
}

.newsList {
  position: relative;
  border-top: 1px solid #e5e5e5;
  margin-top: -1px;
  padding-top: 0.15rem;
}

.news-item {
  position: relative;
  margin-bottom: 0.3rem;
}
.news-item img {
  float: left;
  height: 2.7rem;
  width: 2.6rem;
  margin-right: 0.1rem;
}
.news-item h4 {
  color: #ff4508;
  font-size: 0.24rem;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item p {
  font-size: 0.18rem;
  text-indent: 2em;
  line-height: 2;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  /*max-width: 400px;*/
  height: 1.8rem;
  /* Fallback for non-webkit */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item p::after {
  content: "....";
}
.news-item .btn-detail {
  display: inline-block;
  width: 1.94rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #ff4508;
  text-align: center;
  /*margin-top: 0.1rem;*/
}


.main {
  position: relative;
  padding: 0.35rem 0;
  overflow: hidden;
}
.main .fl {
  position: relative;
  width: 3.6rem;
  overflow: hidden;
}
.main .fr {
  width: 8.74rem;
  overflow: hidden;
}
.main .dian1 {
  width: 100%;
  margin-bottom: 0.35rem;
}


.mains {
  position: relative;
  padding: 0.35rem 0;
  overflow: hidden;
}
.mains .fl {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mains .fr {
  width: 100%;
  overflow: hidden;
}
.mains .dian1 {
  width: 100%;
  margin-bottom: 0.35rem;
}


.branchList {
  border: 1px solid #b5b5b5;
}
.branchList header {
  position: relative;
  font-size: 0.3rem;
  color: #000;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 1px solid #b5b5b5;
  text-indent: 8px;
}
.branchList header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60%;
  height: 2px;
  background-color: #ff4508;
}

.branch {
  position: relative;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 0.08rem 0;
  cursor: pointer;
}
.branch h4 {
  position: relative;
  padding-left: 0.4rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
}
.branch h4::after {
  position: absolute;
  top: 50%;
  left: 0.1rem;
  margin-top: -8px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-left: 12px solid #ff4508;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
.branch .b-addr {
  display: none;
}
.branch .b-tel {
  display: none;
}

.branch.active {
  background-color: #fff;
  border: none;
  cursor: default;
}
.branch.active h4 {
  color: #ff4508;
}
.branch.active h4::after {
  position: absolute;
  top: 50%;
  left: 0.1rem;
  margin-top: -8px;
  width: 0;
  height: 0;
  content: '';
  z-index: 2;
  border-top: 12px solid #ff4508;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.branch.active .b-addr, .branch.active .b-tel {
  position: relative;
  display: block;
  padding-left: 1rem;
  padding-right: 0.08rem;
  font-size: 0.18rem;
  line-height: 2;
}
.branch.active .b-addr .bl, .branch.active .b-tel .bl {
  position: absolute;
  top: -0.03rem;
  left: 0.1rem;
}
.branch.active .icon-dian {
  height: 0.28rem;
  margin-right: 3px;
}
.branch.active .icon-tel {
  height: 0.3rem;
  margin-right: 3px;
  margin-top: -2px;
}

.words {
  font-size: 0.24rem;
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 0.2rem;
}

#allmap {
  position: relative;
  width: 100%;
  height: 6rem;
  margin-bottom: 0.2rem;
  border: 1px solid #bcbcbc;
}
#allmap img {
  width: 100%;
}

.imgs-item {
  margin-bottom: 0.1rem;
}
.imgs-item span {
  position: relative;
  float: left;
  width: 2.84rem;
  height: 2.25rem;
  margin-right: 0.11rem;
  overflow: hidden;
}
.imgs-item span img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1.932rem;  
  height: 100%;
}
.imgs-item span:last-of-type {
  margin-right: 0;
}


.jianjie,
.wenhua {
  padding:0;
}
.jianjie .title,
.wenhua .title {
  width: 5.17rem;
  margin-bottom: 0.6rem;
}
.jianjie .content,
.wenhua .content {
  display: block;
  width: 100%;
  margin: auto;
}

.fuckyou p {
  font-size: 0.3rem;
  line-height: 1.5;
  text-indent: 2em;
}

.wenhua .content {
  width: 90%;
  margin:0 auto 1em;
}

.wenhua .wenhua_wen{
	width:100%;
	height:auto;
}

.wenhua .wenhua_wen ul{
	width:100%;
	height:auto;
}

.wenhua .wenhua_wen ul li {
	width:100%;
	line-height:2em;
	font-size:1em;
	text-align:left;
	text-indent:1.5em;
	position:relative;
}

.wenhua .wenhua_wen ul li:before{
	content: "";
	position:absolute;
	left:.5em;
	top:.7em;
	width:.6em;
	height:.6em;
	background:#333;
	border-radius:50%;
}


.lay .navs {
    width: 3.22rem;
}
.main .secr {
    width: 8.46rem;
}

