
/*
  头部全屏图片
  home
*/
.intro{
  display: table;
  height: 100%;
  width: 100%;
  color: white;
  text-align: center;
  background-image: url("../img/home.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.intro .intro-body{
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body h1{
  font-size: 5em;
  margin-bottom: 10%;
}
.intro .intro-body .read-article{
  display: inline-block;
	margin-top: 10%;
	border: 1px solid white;
	padding: 15px 25px;
  border-radius: 30px;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
.intro .intro-body .read-article:hover,.intro .intro-body .read-article:focus{
  background-color: white;
  color: #ccc;
  text-decoration: none;
}
@media(max-width: 768px){
  .intro .intro-body h1{
    font-size: 2.5em;
  }
  .intro .intro-body .read-article{
  	padding: 10px 15px;
    border-radius: 30px;
  	font-size: 18px;
  }
}

/*
  home内容
*/
.content{
  background-color: #f2f2f2;
}
.content .content-line{
  margin-top: 15px;
  background-color: white;
}
.content .content-line:hover{
  background-color: #ebebeb;
}
.content .content-line .row-char{
  padding-left: 30px;
}
.content .content-line h1{
  font-size: 4.7em;
  margin-top: 15px;
  margin-bottom: 30px;
}
.content .content-line p{
  line-height: 25px;
  color: #6e6e6e;
}
@media(max-width: 768px){
  .content .content-line{
    margin-top: 5px;
  }
  .content .content-line .row-char{
    padding-left: 8px;
    padding-right: 8px;
  }
  .content .content-line h1{
    text-align: center;
    font-size: 2em;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

/*
  其他页面内容
*/
.section{
  padding-top: 10px;
	background-color: #f2f2f2;
}
.section .section-left{
  min-height: 700px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 25px;
  line-height: 25px;
  background-color: white;
}
.section .section-right{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  background-color: white;
}
.section-right h3{
  padding: 10px 0 15px 2px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.section-right h4{
  margin: 35px 0 10px 0;
  font-weight: bold;
}
.section-left .section-left-title{
	margin: 0 0 10px 0;
}
.section-left .section-left-title1{
	margin: 40px 0 10px 0;
}
.section-left .section-left-ul{
	margin-left: 30px;
}
.section-left .section-left-ol{
	margin-left: 10px;
}
.section .tax-img{
  width: 100%;
}
.section .risk-img{
  width: 100%;
}
@media(max-width: 768px){
  .container{
    padding-right: 0px;
    padding-left: 0px;
  }
  .section .section-left{
    min-height: 10px;
    padding-top: 5px;
    margin-left: 0;
  }
  .section .section-right{
    padding-top: 5px;
    margin-left: 0;
    margin-top: 5px;
  }
}


/* 单行内容 */
a.expand {
	display: block;
	position: absolute;
	z-index: 100;
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 3em;
  }
#effect{
  margin: 15px 0;
}
@media(max-width: 768px){
  a.expand {
  	line-height: 30px;
  	font-size: 2.5em;
  }
}


/* 鼠标移过弹出遮罩层 */
/*.overlay {*/
  /*display: block;*/
  /*position: absolute;*/
  /*z-index: 20;*/
  /*background: rgba(0, 0, 0, 0.8);*/
  /*overflow: hidden;*/
  /*-webkit-transition: all 0.5s;*/
  /*-moz-transition: all 0.5s;*/
  /*-o-transition: all 0.5s;*/
  /*transition: all 0.5s;*/
/*}*/
/*a.close-overlay {*/
  /*display: block;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 0;*/
  /*z-index: 100;*/
  /*width: 45px;*/
  /*height: 45px;*/
  /*font-size: 20px;*/
  /*font-weight: 700;*/
  /*color: #fff;*/
  /*line-height: 45px;*/
  /*text-align: center;*/
  /*background-color: #000;*/
  /*cursor: pointer;*/
/*}*/
/*a.close-overlay.hidden {*/
  /*display: none;*/
/*}*/

/*#effect .overlay {*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 0;*/
  /*width: 0;*/
  /*height: 100%;*/
/*}*/
/*#effect .overlay a.expand {*/
  /*top: 30%;*/
  /*right: 25%;*/
  /*left: 25%;*/
/*}*/
/*#effect .img.hover .overlay {*/
  /*width: 100%;*/
/*}*/
.effect-box {
  position: relative;
  margin: 15px 0;
}
.effect-box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  background-color: rgba(0,0,0,.5);
}
.effect-box-content a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 25%;
}

/* 中东增值税服务 */
.middle-east-nav {
  padding: 5px 0 20px 0;
  text-align: center;
}
.middle-east-nav .open_ {
  background-color: #777;
  color: #fff;
}
.middle-east-nav a {
  font-size: 12px;
  display: inline-block;
  width: 95%;
  height: 100%;
  padding: 5px 0;
  border-radius: 5px;

  background-color: #fff;
  color: #777;
  border: 1px solid #777;
}