:root --text-color-darker {
  color: #333;
}
:root --color-theme {
  color: #3aa69f;
}
.contant-wrapper {
  width: 80%;
  margin: 0 auto;
  margin-top: -20px;
}
.section {
  width: 100%;
  padding: 0 !important;
}
.section_title .intro_text .intro_large {
  font-size: 120px;
  top: -30px;
}
.main_title {
  display: grid;
  margin-left: 20px;
  margin-bottom: 30px;
}
.main_title h5 {
  font-size: 16px;
  color: #b5b5b5;
}
.main_title h2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--text-color-darker);
  margin-top: 0;
}
.main_title .intro_line {
  width: 5%;
  height: 2px;
  background: #3aa69f;
  margin: 15px 0;
}
.main_title1 {
  margin-left: 0;
}
.main_title1 .intro_line {
  width: 35%;
}
.law_list #owl-demo {
  width: 100%;
  margin: 0;
}
.law_list #owl-demo .owl-page {
  margin-top: 30px;
}
.law_list #owl-demo .item {
  background: #fff;
  display: grid;
  justify-items: center;
      padding: 15px 20px;
	  padding-top:30px;
    /* width: 270px; */
    /* height: 370px; */
}
.law_list #owl-demo .item .top_head {
  position: relative;
  width: 190px;
  height: auto;
  z-index: 1;
}
.law_list #owl-demo .item .top_head img{width: 100%;height: auto;}
.law_list #owl-demo .item .top_head .head_img {
  border: 2px solid #3aa69f;
  
}
.law_list #owl-demo .item .top_head .head_img img {
 
}
.law_list #owl-demo .item .top_head .head_shadow {
  border-radius: 50%;
  position: absolute;
  background: #e5e5e5;
  width: 160px;
  height: 160px;
  top: 0;
  z-index: -1;
  display:none;
}
.law_list #owl-demo .item .law_name {
  font-size: 20px;
  color: #333;
  margin-top: 20px;
}
.law_list #owl-demo .item .law_zhiwei {
  font-size: 16px;
  color: #3aa69f;
  margin: 0px auto 20px auto;
}
.law_list #owl-demo .item p {
  font-size: 14px;
  color: #666;
}
.law_list #owl-demo .item:hover {
  background: #465373;
  color: #fff;
}
.law_list #owl-demo .item:hover .law_name {
  color: #fff;
}
.law_list #owl-demo .item:hover p {
  color: #fff;
}
.law_list #owl-demo .item:hover .head_shadow {
  background: #3c4863;
}
.intro {
  display: grid;
  background: #Fff;
  justify-items: left;
  width: 100%;
  padding: 50px;
}
.intro .intro_p {
  margin: 20px 0;
}
.intro .intro_p p {
  text-indent: 2em;
  color: var(--text-color-darker);
}
.intro .merit h3,
.intro .merit h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
.intro .merit h3 {
  color: #3aa69f;
}
.intro .merit .merit_cont h4 {
  color: #333;
}
.intro .merit .merit_cont p {
  color: #333;
}
.intro .merit .merit_cont .img {
  width: 400px;
  height: 185px;
}
.relate_law {
  display: grid;
  width: 100%;
  margin: 50px 0;
}
.relate_law .law_list {
	width: 100%;
    height: auto;
  overflow: hidden;
}
.law_case {
  position: relative;
  width: 100%;
  height: 380px;
  z-index: -1;
  background: url(../img/main_logo.png) no-repeat;
  display: grid;
  align-items: center;
}
.law_case .main_title {
  position: absolute;
  left: 200px;
}
.law_case .main_title h2,
.law_case .main_title h5 {
  color: #fff;
}
.law_case .main_title h5 {
  margin-bottom: 5px !important;
}
.law_case .main_title .intro_line {
  width: 50%;
}
.case_box {
  width: 70% !important;
  margin: -60px auto 0;
}
.case_box .famous {
  background: #fff !important;
}
.case_box .write_needs {
  margin-bottom: 100px;
}
.case_box .write_needs .needs_title {
  display: grid;
  justify-items: center;
}
.case_box .write_needs .needs_title h5 {
  font-size: 18px;
  color: #b4b4b4;
  margin-bottom: 5px !important;
}
.case_box .write_needs .needs_title h3 {
  font-size: 36px;
  color: #333;
  position: relative;
  display: grid;
  justify-items: center;
}
.case_box .write_needs .needs_title h3:after {
  content: "";
  width: 40%;
  height: 2px;
  background: #3aa69f;
  position: absolute;
  bottom: -20px;
}
.case_box .write_needs .form_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  justify-items: center;
  margin-bottom: 30px;
  column-gap: 2vw;
}
.case_box .write_needs .form_box input {
  border: none;
  outline: none;
  width: 70%;
  background: #fff;
}
.case_box .write_needs .form_box .ipt {
  height: 50px;
  line-height: 50px;
  width: 300px;
  background: #fff;
  padding-left: 30px;
  font-size: 16px;
  color: #b4b4b4;
}
.case_box .write_needs .textarea_box {
  background: #fff;
  padding-left: 30px;
  padding-top: 20px;
  font-size: 18px;
  color: #b4b4b4;
}
.case_box .write_needs .textarea_box .desc {
  width: 100%;
  border: 0;
  outline: none;
  resize: none;
}
.case_box .write_needs .save_btn {
  margin: 50px auto;
  background: #3aa69f;
  font-size: 16px;
  height: 42px;
  color: #fff;
  line-height: 42px;
  width: 150px;
  border-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .case_box .write_needs .form_box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .case_box .write_needs .form_box .ipt {
    width: 400px;
  }
  .header .nav_bar .nav_box {
    width: 90%;
  }
}
@media only screen and (max-width: 1400px) {
  .section_title .intro_text .intro_large {
    font-size: 100px;
    top: -20px;
  }
  .contant-wrapper {
    margin-top: -30px;
  }
  .case_box .famous {
    grid-template-columns: 300px 1fr !important;
  }
  .law_list #owl-demo .item {
    background: #fff;
    display: grid;
    justify-items: center;
    padding: 15px 20px;
    /* width: 250px; */
    /* height: 370px; */
}
 
}
@media only screen and (max-width: 1200px) {
	 .header .nav_bar {
    display: none;
  }
  .case_box .famous {
    grid-template-columns: 1fr !important;
  }
  .case_box .write_needs .form_box .ipt {
    width: 300px;
  }
  .section_title .intro_text .intro_large {
    font-size: 90px;
    top: -20px;
  }
  .contant-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .section_title .intro_text .intro_large {
    font-size: 80px;
    top: -20px;
  }
  .contant-wrapper {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 992px) {
  .case_box {
    width: 85% !important;
  }
  .section_title .intro_text .intro_large {
    font-size: 60px;
    top: -10px;
  }
  .contant-wrapper {
    margin-top: -50px;
  }
  .section_title .title {
    font-size: 30px !important;
  }
  .section_title .intro_sm {
    font-size: 26px !important;
  }
  .law_case .main_title{left: 20px;margin-left:0;}
}
@media only screen and (max-width: 768px) {
  .case_box {
    width: 90% !important;
  }
  .case_box .write_needs .form_box {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .case_box .write_needs .form_box .ipt {
    width: 100%;
  }
  .section_title .intro_text .intro_large {
    font-size: 50px;
    top: -10px;
  }
  .contant-wrapper {
    margin-top: -50px;
  }
  .section_title {
    margin-top: 50px !important;
  }
  .contant-wrapper {
    width: 90%;
  }
  .header .text {
    top: 45%;
  }
}
@media only screen and (max-width: 568px) {
  .header .text {
    display: none;
  }
  .contant-wrapper {
    width: 100%;
  }
  .famous .famous_say_text .famous_title .famous_title_right {
    font-size: 16px !important;
  }
  .famous .famous_say_name .more_btn {
    height: 30px !important;
    line-height: 30px !important;
  }
  .section_title {
    margin-top: 30px !important;
  }
  .section_title .title {
    font-size: 26px !important;
  }
  .section_title .intro_sm {
    font-size: 20px !important;
  }
  .section_title .intro_text .intro_large {
    display: none !important;
  }
  .case_box .write_needs .needs_title h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 568px) {
  .famous .famous_say_text .famous_title .famous_title_right {
    font-size: 14px !important;
  }
  .main_title h5 {
    font-size: 14px;
    color: #b5b5b5;
}
.main_title h2 {
    font-size: 23px;
    font-weight: 500;
    color: var(--text-color-darker);
    margin-top: 10px;
}
.intro {
    display: grid;
    background: #Fff;
    justify-items: left;
    width: 100%;
    padding: 20px;
}
.main_title {
    display: grid;
    margin-left: 20px;
    margin-bottom: 0px;
}
.main_title .intro_line {
    height: 2px;
    background: #3aa69f;
    margin: 7px 0;
}
.intro .intro_p {
    margin: 10px 0;
}
.intro_p .MsoNormal{
	font-size:12px;
}
.intro_p .MsoNormal span{
	font-size:15px !important;
}
.intro .intro_p p{
	text-indent: 2em;
	
}
.intro .intro_p p img{
	width:100% !important;
	margin-left: -19px;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
	.relate_law .law_list #owl-demo .item{
		position: relative;
		text-align:center;
	}
	.law_list #owl-demo .item .top_head .head_img{
		border:none;
	}
	.relate_law .law_list #owl-demo .item .top_head{
		left: 50%;
		transform: translateX(-50%);
	}
	.main_title .intro_line{
		width:3%;
	}.case_box .write_needs .needs_title h5{text-align:center;}
	.case_box .write_needs .needs_title h3::after{display:none;}
	.case_box .write_needs .needs_title h3{text-align:center;}
	.case_box .write_needs .form_box{
		display:flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.law_case .main_title{
		position: absolute;left:200px;top:40%;
	}
}
