﻿/* lg */
.row{
		margin-top: 30px;
}

 .links-img{
    padding: 0px 0px !important;
}
.mobile-show-inline {
  display: none;
}
.fixednav{
	padding:0px;
}

.el-carousel__container {
    height: calc( 100vh - 60px );
}

#intro{
  padding: 10px 10px 10px 10px;
  font-size: 22px;
  line-height: 50px;
  text-indent:20px;
}

.ywfw-info--content{
  text-indent: 5px;
  white-space: pre-wrap;
  line-height: 35px;
  font-size: 16px;
  padding-top: 10px;
}


#ywfw {
  max-width: 70%;
  width: 100%;
  height: auto;
  object-fit: fill;
  padding: 20px 20px 20px 20px;
}

.el-carousel__button {
    width: 50px;
    height: 5px;
 }

  .navimg > p img {
    width: 210px;
    height: 150px;
    overflow: hidden;
    vertical-align: middle;
  }
  
 .container-bg {
    width: 100%;
    background:#0000004d;
  }

 .li-item a:hover {
   background-color: black;
 }

 .li-item:hover .li-item--img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

 .li-item--img{
  	height:230px;
  	object-fit:fill;
  	max-width:100%;
  	width:100%;
    transition: 0.3s
  }
  .li-item{
  	display:inline-block;
  	width:100%;
    transition: 0.3s;
    cursor: pointer;
    
  }

  
  .panel_title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    position:relative;
    padding-left: 2rem;
  }
  .panel_title>a:hover {
    font-weight: 700!important;
    opacity: 0.3;
  }
 .panel_title::before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: .4em;
    left: 0;
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: currentColor;
    content: "";
    color:#51489d;
}
  .lis-item{
  	width:calc(33%);
    float:left; 
    padding:40px;
    list-style-type:none;
  }

@media (min-width: 1700px) {

  .custom-container {
    width: 1664px;
  }

  .container {
    width: 1320px;
  }

  .map iframe {
    width: 1000px;
  }

  .home-large {
    font-size: 56px;
    letter-spacing: 5px;
    line-height: 56px;
    color: #fefefe;
    font-weight: bold;
    text-align: center;
  }
  
  .home-small {
    margin: 20px 0 50px 0;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
  }

  .navbar-inverse .navbar-nav>li>a {
    padding-left: 20px; 
    padding-right: 20px; 
  }
  
  
  .fixednav{
   
 }
  
  .mobile-menu{
    display:none!important;
  }
  
  .links-img{
    padding: 0px 10px
  }
  
  .normal-menu{
  }
  .fixednav{
    position: fixed;
    margin:auto;
    right: 10px;
    bottom: 0;
    top:0;
    z-index: 1010;
    width: 160px;
    padding-bottom: 0px;
    cursor: pointer;
    overflow: hidden;
    height: 210px;
    background-color: #1b1b1b21;
    border-radius: 0px;
    border: 1px solid #0000ff2e;
 }

.links-img >a > img {
    width: 110px;
    FONT-WEIGHT: 600;
}
}

@media (min-width: 1350px) and (max-width: 1699px) {
  .map iframe {
    width: 700px;
  }
  
  .navbar-inverse .navbar-nav>li>a {
    padding-left: 20px; 
    padding-right: 20px; 
  }

  .container {
    width: 1320px;
  }

  .custom-container {
    width: 1320px;
  }
  
  
  .fixednav{
  
   }
  
  .mobile-menu{
    display:none!important;
  }
  
    .links-img{
    padding: 0px 100px
  }
      .fixednav{
    padding:0px 15px 0px 15px;
    margin-top:10px;
    margin-bottom:20px;
  }
  
 .links-img >a > img {
    width: 110px;
    FONT-WEIGHT: 600;
 }
}

@media (min-width: 1200px) and (max-width: 1349px) {
  .map iframe {
    width: 570px;
  }

  .navbar-inverse .navbar-nav>li>a {
    /* padding-left: 20px; */
    padding-left: 10px; 
    padding-right: 10px; 
  }

  .custom-container {
    width: 1170px;
  }
  .mobile-menu{
    display:none!important;
  }
  

  
    .links-img{
      padding: 0px 100px
    }
  
  
  .navimg > p img {
    width: 210px;
    height: 150px;
    overflow: hidden;
    vertical-align: middle;
  }
    .fixednav{
    padding:0px 15px 0px 15px;
    margin-top:10px;
    margin-bottom:20px;
  }
  .links-img >a > img {
    width: 110px;
    FONT-WEIGHT: 600;
 }
  
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  #intro{
    padding: 20px 20px 20px 1.8rem;
    font-size: 16px;
    line-height: 30px;
    text-indent:20px;
  }
  .ywfw-info--content{
    text-indent: 5px;
    white-space: pre-wrap;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
  }
  .map iframe {
    width: 100%;
    margin: 0 15px;
  }

  .navbar-inverse .navbar-nav>li>a {
    padding-left: 10px; 
    padding-right: 10px; 
  }

  .ywly-item {
    flex: none;
    width: 47%;
  }

  .home-large {
    font-size: 36px;
  }
  .home-small {
    margin: 10px 0 50px 0;
    line-height: 26px;
    font-size: 26px;
  }
  .map-info {
    margin: 20px 15px 0 15px;
  }

  .custom-container {
    width: 970px;
  }
  
   .fixednav{
  }
  
  .navbar-brand img {
   position: absolute;
   clip: rect(0px,110px,50px,0px);
  }
  
 .mobile-menu{
    display:none!important;
  }
  
  
  .navimg > p img {
    width: 180px;
    height: 130px;
    overflow: hidden;
    vertical-align: middle;
  }
  
    .fixednav{
    padding:0px 15px 0px 15px;
    margin-top:10px;
    margin-bottom:20px;
  }

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .ywfw-info--content{
    text-indent: 5px;
    white-space: pre-wrap;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
  }
  .rczp-wrapper {
    padding-top: 0px;
 }
  .map iframe {
    width: 100%;
    margin: 0 15px;
  }
   .navbar-brand img {
    position: absolute;
    clip: rect(0px,110px,50px,0px);
   }
  
   .fixednav{
    padding:0px 20px 0px 20px;
    margin-top:10px;
    margin-bottom:20px;
  }


  .ywly-item {
    flex: none;
    width: 47%;
  }

  .map-info {
    margin: 20px 15px 0 15px;
  }

 /* .navbar-inverse .navbar-nav>li>a {
     padding-left: 10px; 
    padding: 5px;
  }*/

  .news-top {
    width: 600px;
  }

  .custom-container {
    width: 750px;
  }

  .navbar-header {
    float: none;
    margin-bottom: 10px;
  }

  .navbar-left,.navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .home-large {
    font-size: 45px;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in{
    display: block !important;
  }
  
   .links-img{
     padding: 0px 0px;
     justify-content:center;
   }
  
    .navimg > p img {
    width: 180px;
    height: 130px;
    overflow: hidden;
    vertical-align: middle;
  }
  
  
   .normal-menu{
    display:none!important;
  }
  
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
}
  
   .li-item--img{
  	height:180px;
  	object-fit:fill;
  	max-width:100%;
  	width:100%;
  }
  .li-item{
  	display:inline-block;
  	width:100%;
  }
  
  .panel_title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    position:relative;
    padding-left: 2rem;
}
  
 .panel_title::before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: currentColor;
    content: "";
    color:#51489d;
}
  .lis-item{
  	width:calc(50%);
    float:left; 
    padding:20px;
    list-style-type:none;
  }
  
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999;
	}
  
  .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
 }
}

/* xs */
@media (max-width: 767px) {
  .c-btn {
  border-radius:50px;
 }
  
  .rczp-wrapper {
    padding-top: 0px;
 }
  
  .map iframe {
    width: 100%;
    margin: 0 15px;
  }
   .fixednav{
  }
 #ywfw {
		max-width: 100%;
		width: 100%;
		height: auto;
		object-fit: fill;
		padding: 10px;
	}
  .ywly-item {
    flex: none;
    width: 386px;
    margin: 0 0 50px 0;
  }
  
  .ryzp-desc{

      font-size: 14px;
      white-space:pre-wrap;
      /* width: auto; */
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
    }
  
  .ryzp-flex-column {

    padding: 0px; 
 }


  .mobile-hidden {
    display: none;
  }

  .mobile-show {
    display: block;
  }
  
  .mobile-show-inline {
    display: inline!important;
  }

  .home-bg .container {
    height: 420px;
  }
  
  .el-carousel__container {
    height: 420px!important;
  }
  .el-carousel__button {
      width: 30px;
      height: 3px;
   }
  .partner-card--bg {
    margin-bottom: 20px;
  }

  .partner-info--value {
    margin: 15px 0;
  }

  .back-top__inner {
    height: 60px;
    width: 70px;
  }

  .map-info {
    margin: 20px 15px 0 15px;
  }

  .modules-item {
    width: 100%;
  }

  .partner-info {
    height: auto;
  }

  .reco-news--img {
    margin-bottom: 10px;
  }

  #tabs-slider {
    margin-top: 20px;
  }

  .navbar-brand {
    padding-left: 15px;
  }

  .navbar-brand img {
   position: absolute;
   clip: rect(0px,110px,50px,0px);
  }

  .footer .col-xs-12 {
    text-align: center;
  }

  .footer-ul--title {
    margin-top: 20px;
  }

  .footer-ul .col-about {
    border-right: none;
  }
    
   .news-d-content  {
		padding:0px;
	}
  
  
  .news-d-content img {
  	margin: 0px 0;
  	max-width: 100%;
  	height:auto;
	}
  
  .detail-d-content {
     padding: 0px 0; 
	}
  
    .detail-d-content img{
      margin: 0px 0;
     height:auto; 
	}


  .news-top {
    width: 400px;
  }

  .news-top--item {
    font-size: 14px;
  }

  .index-top--content {
    font-size: 40px;
  }

  .home-large {
    font-size: 30px;
  }

  #news-slider .carousel-indicators {
    left: 0;
  }

  .backtop{
    width: 50px;
    position: fixed;
    bottom: 120px;
    display: none;
    z-index: 999; 
    right: 20px;
  }
  
  .backtop a::before{
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: white;
    content: "";
  }
  
  .backtop a{
    display: block;
    position: relative;
    height: 100%;
    padding: 10px 0 0;
    background: #2e1cc1c7;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
  }
  
  .backtop a img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
  }
  
  
  .navli :after{
    display: none;
  }
  
 .links-img{
     padding: 0px 0px;
     justify-content:center;
   }
  
   .normal-menu{
    display:none!important;
  }
  
     .li-item--img{
  	height:230px;
  	object-fit:fill;
  	max-width:100%;
  	width:100%;
  }
  .li-item{
  	display:inline-block;
  	width:100%;
  }
  
  .panel_title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    position:relative;
    padding-left: 2rem;
 }
  
 .panel_title::before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: currentColor;
    content: "";
    color:#51489d;
 }
  .lis-item{
  	width:calc(100%);
    float:left; 
    padding:20px;
    list-style-type:none;
  }
  .fixednav{
    padding:0px 15px 0px 15px;
    margin-top:10px;
    margin-bottom:20px;
  }
  .links-img >a > img {
    width: 50px;
    FONT-WEIGHT: 600;
 }
  
  .links-img >a > img {
    width: 70px;
    FONT-WEIGHT: 600;
}

}

/* XS Portrait */
@media (max-width: 480px) {
    .fixednav{
    padding:0px 15px 0px 15px;
    margin-top:10px;
    margin-bottom:20px;
  }
   #intro{
    padding: 20px 20px 20px 1.8rem;
    font-size: 16px;
    line-height: 30px;
    text-indent:20px;
  }
  .ywfw-info--content{
    text-indent: 5px;
    white-space: pre-wrap;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px;
  }
  .facp-top{
    font-size: 25px;
  }
  .map iframe {
    width: 100%;
    margin: 0 15px;
  }

  .ywly-item {
    flex: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  
  .fixednav{
  }
  
  .navli :after{
    display: none;
  }


  #news-slider .carousel-indicators {
    left: 0;
  }

  .home-large {
    line-height: 36px;
    font-size: 22px;
  }
  .home-small {
    margin: 10px 0 50px 0;
    line-height: 20px;
    font-size: 17px;
  }
  .news-top {
    width: 340px;
  }

  .news-top--item {
    font-size: 14px;
  }

  .index-top--content {
    font-size: 32px;
  }

  .ywly-large {
    font-size: 30px;
  }

  .business-medium {
    font-size: 28px;
  }

  .index-top--content {
    font-size: 40px;
  }

  .partner-card--bg {
    height: 300px;
    line-height: 300px;
  }
  
   .links-img{
     padding: 0px 0px;
     justify-content:center;
   }
  .normal-menu{
    display:none!important;
  }
   .li-item--img{
  	height:190px;
  	object-fit:cover;
  	max-width:100%;
  	width:100%;
  }
  .li-item{
  	display:inline-block;
  	width:100%;
    transition:0.3s;
  }
  
  .panel_title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    position:relative;
    padding-left: 2rem;
}
  
 .panel_title::before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: .3em;
    left: 0;
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: currentColor;
    content: "";
    color:#51489d;
}
  .lis-item{
  	width:calc(100%);
    float:left; 
    padding:10px;
    list-style-type:none;
  }
  
  .links-img >a > img {
    width: 50px;
    FONT-WEIGHT: 600;
}
}