.detail-contanier {
  overflow: hidden;
}

/*          1-- detail             */
.detail-left {
  float: left;
  width: 72%;
  margin-bottom: 100px;
}
.detail-left-box {
  background: #fff;
  padding: 38px 30px 100px 30px;
}
.detail-left-top {
  padding-top: 30px;
  padding-bottom: 21px;
  margin-bottom: 32px;
  border-bottom: 1px solid #EEEEEE;;
}
.detail-left-top-img {
  width:12%;
  height: 90px;
  display: inline-block;
  float: left;
  line-height: 90px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  margin-right: 4%;
}
.detail-left-top-img img {
  max-width: 100%;
  max-height: 100%;
}
.detail-top-text {
  width: 84%;
  display: inline-block;
  height: 90px;
}
.detail-left-top-text-1 {
  font-size: 28px;
  color: #222222;
  margin-bottom: 8px;
}
.detail-left-top-text-2 {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top:10px;
}
.detail-left-top-text2 {
  font-size: 14px;
  color: #666666;
  margin-top: 36px;
}

.detail-left-img {
  width: 100%;
  /* height: 238px;
  line-height: 238px; */
  text-align: center;
  /* background: #D8D8D8; */
  margin-bottom: 30px;
}
.detail-left-img img {
  /* max-width: 100%; */
  width: 100%;
}

.detail-left-intro {
  padding-bottom: 20px;
  overflow: hidden;
}
.detail-left-intro img {max-width: 100%}
.detail-left-intro-title {
  width: 128px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #DFF6FE;
  border-radius: 10px;
  font-size: 20px;
  color: #222222;
  margin-bottom: 20px;
}
.detail-left-intro-content {
  font-size: 14px;
  color: #666666;
  line-height: 27px;
}
.detail-left-intro-img {
  margin-top: 30px;
  overflow: hidden;
}
.detail-left-intro-img-1, .detail-left-intro-img-2 {
  width: 48%;
  height: 235px;
  line-height: 235px;
  text-align: center;
  background: #F6F6F6;
}
.detail-left-intro-img-1 >img, .detail-left-intro-img-2 >img {
  max-width: 100%;
}

.detail-left-intro-img-1 {
  float: left;
}
.detail-left-intro-img-2 {
  float: right;
}
.detail-left-line {
  width: 100%;
  height: 4px;
  background: #218ADB;
  margin-top: 30px;
  margin-bottom: 48px;
}
.detail-left-btn {
  width: 198px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #218ADB;
  cursor: pointer;
}
.detail-left-btn a {
  font-size: 16px;
  color: #fff;
}
.detail-left-btn:hover {
  background: #189FD7;
}


/*         2--detail-right             */
.search_menu {
  width: 8%;
  float: left;
  margin-top: 58px;
}
.search_menu .tag {
  font-size: 12px;
  margin-bottom: 40px;
  color: #999;
}
.search_menu ul li > a{
  display: block;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.search_menu ul li::after{
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: #e0e0e0;
}
.search_menu ul li:hover > a {
  color: #000;
}
.search_menu ul li:hover::after{
  background-color: #496ebe;
}

.detail-right {
  float: right;
  width: 20%;
  margin-top: 38px;
  /* position: fixed; */
  /* margin-left: -315px; */
}
.detail-right-container {
  background: #fff;
  padding: 30px 25px 0;
}
.detail-right-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #EEEEEE;
}
.detail-right-top-text1 {
  font-size: 20px;
  color: #222222;
}
.detail-right-top-text2 {
  font-size: 12px;
  color: #999999;
  marigin-top:10px;
}

.detail-right-content1 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #EEEEEE;
}
.detail-right-conent1-1 {
  margin-bottom: 20px;
}
.detail-right-conent1-1-title {
  display: inline-block;
}
.detail-right-conent1-1-cont {
  display: inline-block;
  /* padding-left: 10px; */
  vertical-align: top;
}
.detail-right-conent1-1 span {
  display: inline-block;
}
.detail-right-line{padding-left:5px;}
.detail-right-content2 {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.detail-right-content2-1 {
  font-size: 20px;
  color: #222222;
  padding-top: 30px;
  margin-bottom: 20px;
}
.detail-right-content2-2 {
}
.detail-right-content2-2 span {
  display: inline-block;
  font-size: 14px;
  color: #218ADB;
  padding: 4px 9px;
  border: 1px solid #218ADB;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.detail-right-more {
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #218ADB;
  margin-top: 20px;
  cursor: pointer;
}
.detail-right-more a {
  font-size: 16px;
  color: #fff;
}
.detail-right-more:hover {
  background: #189FD7;
}
.child a{color: black;}

@media screen and (max-width: 1199px) {
	.detail-left-top-text-1{
 font-size: 20px;
 margin-bottom: 8px;
}

  .detail-left-box {
    margin-right: 0;
  }

.detail-right-top {
 padding-bottom: 20px;
 padding-top: 0px;
}

.detail-right-top-text2 {
 margin-top: 5px;
}
.detail-right-top-text1 {
  font-size: 18px;
}
.detail-right-conent1-1 {
 margin-bottom: 15px;
}

.detail-right-content2-1 {
  padding-top: 15px;
  margin-bottom: 15px;
}

.detail-right-content1 {
    padding-top: 15px;
     font-size: 12px;
}

.detail-right-content2 {
 margin-bottom: 20px;
}
.detail-right-content2-2 span {
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    
}

.detail-right-container {
 background: #fff;
 padding: 20px 25px 0;
}
.detail-right-content2 {
 padding-bottom: 10px;
}

.detail-right-container {
 background: #fff;
 padding: 20px 20px 0;
}


.detail-left-top {
 padding-top: 20px;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #EEEEEE;
}

.detail-left-top-text-2 {
 margin-top: 5px;
}

.detail-left-top-text2 {
 margin-top: 20px;
}

.detail-left-line {
 margin-bottom: 20px;
}
.detail-left-img {
    /* height: 160px;
    line-height: 160px; */
    margin-bottom: 15px;
}
.detail-top-text {
    height: 80px;
}
.detail-left-top-img {
    height: 80px;
    line-height: 80px;
}
	.detail-right-more {
    height: 45px;
    line-height: 45px;
}
.detail-right-more a {
    font-size: 14px;
}
.detail-left-btn {
    height: 45px;
    line-height: 45px;
}
.detail-left-btn a{
	 font-size: 14px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
.detail-left-top-text-1{
 font-size: 22px;
 margin-bottom: 8px;
}

.detail-right-top {
 padding-bottom: 15px;
 padding-top: 0px;
}

.detail-right-top-text2 {
 margin-top: 5px;
}
.detail-right-top-text1 {
  font-size: 18px;
}
.detail-right-conent1-1 {
 margin-bottom: 15px;
}

.detail-right-content2-1 {
 padding-top: 18px;
}

.detail-right-content1 {
    padding-top: 20px;
     font-size: 12px;
}

.detail-right-content2 {
 margin-bottom: 20px;
}
.detail-right-content2-2 span {
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    
}

.detail-right-container {
 background: #fff;
 padding: 20px 25px 0;
}
.detail-right-content2 {
 padding-bottom: 10px;
}

.detail-right-container {
 background: #fff;
 padding: 20px 20px 0;
}


.detail-left-top {
 padding-top: 20px;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #EEEEEE;
}

.detail-left-top-text-2 {
 margin-top: 5px;
}

.detail-left-top-text2 {
 margin-top: 20px;
}

.detail-left-line {
 margin-bottom: 30px;
}
.detail-left-img {
    /* height: 200px;
    line-height: 200px; */
    margin-bottom: 20px;
}
.detail-top-text {
    height: 80px;
}
.detail-left-top-img {
    height: 80px;
    line-height: 80px;
}
}


@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.detail-left-top-text-1{
 font-size: 24px;
 margin-bottom: 8px;
}

.detail-right-top {
 padding-bottom: 20px;
 padding-top: 0px;
}

.detail-right-top-text2 {
 margin-top: 5px;
}
.detail-right-top-text1 {
  font-size: 20px;
}
.detail-right-conent1-1 {
 margin-bottom: 15px;
}

.detail-right-content2-1 {
 padding-top: 20px;
}
.detail-right-content2-2 span {
	font-size: 14px;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    
}

.detail-right-content1 {
    padding-top: 20px;
}

.detail-right-content2 {
 margin-bottom: 20px;
}


.detail-right-container {
 background: #fff;
 padding: 20px 25px 0;
}

.detail-right-container {
 background: #fff;
 padding: 20px 20px 0;
}

.detail-left-top {
 padding-top: 20px;
 padding-bottom: 20px;
 margin-bottom: 20px;
}

.detail-left-top-text-2 {
 margin-top: 5px;
}

.detail-left-top-text2 {
 margin-top: 20px;
}

.detail-left-line {
 margin-bottom: 30px;
}
	
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.detail-right-more {
    height: 50px;
    line-height: 50px;
}
.detail-right-more a {
    font-size: 15px;
}
.detail-left-btn {
    height: 50px;
    line-height: 50px;
}
.detail-left-btn a{
	 font-size: 15px;
}
}