/*  
*@Description: 公共CSS及bannerCSS
*@Author:       
*@Update:      (2018-07-05)  
*/ 

@charset "utf-8";

/* 防止用户自定义背景颜色对网页的影响 */
html{
  color:#333333;background:#fff;
}
/* 内外边距重置 */
*{
  margin:0;padding:0;
}
body,button,input,select,textarea{
  /*font-family:"Gotham Rounded",Tahoma, Arial, Helvetica, STHeiti, 'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei', '微软雅黑';*/
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  color: #333333;
}
input,select,textarea{
  font-size:100%;
}
div:focus{
  outline:none;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table{
  border-collapse:collapse;border-spacing:0;
}
/* IE bug fixed: th 不继承 text-align*/
th{
  text-align:inherit;
}
ol,ul{
    padding-left: 18px;
    /*list-style: outside;*/
}
ul li{
    /*list-style-type: disc;*/
}
ol li{
    list-style-type: decimal;
}
[class*='layui-'] li{
    list-style: none;
}
.layui-elem-field ol li{
    list-style: decimal;
}
.layui-elem-field ul li{
    list-style: disc;
}

/* 去掉列表前的标识, li 会继承 */
ol.no-style,ul.no-style{
  list-style:none;
  margin-bottom: 0;
  padding-left: 0;
}
ol.no-style li,ul.no-style li{
  list-style:none;
  position: relative;
  line-height: 150%;
}
ol.outside.no-style,ul.outside.no-style{
    padding-left: 20px;
}


ol.inline-block li,ul.inline-block li{
    display: inline-block;
}

/* 让标题都自定义 */
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  margin: 0;
  margin-bottom: 10px;
}
h3,h4,h5,h6 {
  line-height: 150%;
}

q:before,q:after {
  content:'';
}
/* 让链接在 hover 状态下不显示下划线 */
a:focus{
    text-decoration: none;
    color: #9a0038;
}
a, a:hover{
  text-decoration:none;
  color: #333;
}
a:hover{
    color: #9a0038;
}
/* button的cursor属性 */
button,a{
  outline:none;
  cursor:pointer;
}

/*  页面布局  */ 
@media screen and (max-width: 767px) {
  
    .no_padding_container .container{
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
    }
}
/*.grey.no_padding_container{
    background: #fff!important;
}*/
.clearB{
  clear:both;
}
.fll{
  float:left;
}
.flr{
  float: right;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}

h1{
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5{
  font-size: 14px;
}
h6{
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  h1{
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
}
p{
  line-height: 150%;
  margin-bottom: 10px;
}
.clearfix:after {
    display: block;
    content: "\20";
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: visible;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
input, button, select, textarea {
    outline: none
}
textarea {
    resize: none
}
button {
    background: none;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
#button-to-top {
    background: rgba(0,0,0,.4);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    line-height: 40px;

    text-align: center;
    font-size: 20px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
/*more-btn*/
.more-btn{
    display: inline-block;
    padding: 11px 20px;
    color: #fff!important;
    background: #9A0038;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    font-size: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.more-btn.big{
    width: 100%;
    border-radius: 40px;
    padding: 13px 20px;
    font-size: 16px;
    text-align: center;
    max-width: 300px;
}





@media screen and (max-width: 767px) and (min-width: 568px) {
   
}


/* mobile header-nav*/
@media screen and (max-width: 991px) {
    

    body{
        position: relative;
        left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    
   /* .dropdown-menu-box{
        background-image: none!important;
    }*/
}




/*banner*/
.banner{
    /*min-height: 600px;*/

    position: relative;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    text-align: center;
    background: #fff;
    position: relative;
}
.banner img{
    width: 100%;
}
@media screen and (max-width:991px) {
    .banner{
        
    }
}

@media screen and (max-width: 767px) {
    .banner{
       
        /*height: 500px;
        min-height: 0;*/
    }
}
@media screen and (max-width: 591px) {
    .banner .swiper-slide{
        width: 100%;
        height: 240px;
        overflow: hidden;
    }
    .banner img{
        height: 100%;
        position: absolute;
        min-width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-height: 100%;
        width: auto;
    }
}

/*swiper-pagination-bullet*/
.swiper-pagination-bullet {
    opacity: .8;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.swiper-button-prev,.swiper-button-next{
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #77ade9;
}
.swiper-pagination-bullet-active:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    /*border: 2px solid #fff;*/
    left: -6px;
    top: -6px;
    border-radius: 50%;

}
@media screen and (max-width: 767px) {
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
    .swiper-pagination-bullet-active:after{
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        left: -4px;
        top: -4px;
        border-radius: 50%;

    }
}

.bottom-nav{
    /*background: #9A0038;*/
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 20px;
    z-index: 2;
}
.bottom-nav .container{
    position: relative;
}

.banner .swiper-pagination-bullet{
    margin: 0 5px;
}
.banner .swiper-pagination-bullet-active{
    /*background: #fff;*/
}

/*.banner .swiper-button-prev,.banner .swiper-button-next{
    background-image: none;
    font-size: 64px;
    color: #fff;
    left: 15px;
    margin-top: -2px;
}
.banner .swiper-button-next{
    right: 15px;
    left: auto;
}*/
.banner .swiper-button-prev{
    left: -27px;
   
}
.banner .swiper-button-next{
    right: -27px;
   
}
.banner .swiper-container:hover .swiper-button-prev{
    left: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.banner .swiper-container:hover .swiper-button-next{
    right: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slide-headline{
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: white;
    text-align: left;
    font-size: 14px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.text-box{
    position: absolute;
    left: 0;
 
    bottom: 0px;
    background: url(../images/bant.png) no-repeat left bottom;
    padding: 80px 0 0;
    color: #fff;
    text-align: left;
    display: inline-block;
    /*width: 983px;*/
   width: 100%;
    height: 398px;
}
.text-box .title{
    font-size: 32px;
    margin-top: 50px;
    line-height: 36px;
    margin-bottom: 0;
    padding-right: 130px;
    width: 400px;
  
    height: 190px;
}
.text-box .title a{
    display: block;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    color: #fff;
    text-decoration: none;
    line-height: 41px;
    
}
.text-box a:hover{
    /*text-decoration: underline;*/
}
.text-box .con{
    position: relative;
    padding-right: 130px;
}
.text-box .con h6{
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0;
}
.text-box .container{
    position: relative;
}
.text-box .more-btn{
	z-index: 1;
    /*position: absolute;
    left: 0%;
    top: 150%;*/
    /*margin-top: -19px;*/
   /*margin-left: 10%;*/
   border: 2px solid #fff;
   border-radius: 0px;
   
   background: none ;
   font-size: 16px;
   text-decoration: none;
   transition: all 1.5s;
   
}
.text-box .more-btn:hover{
	background: #ae1730;
	transition: all 1.5s;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination{
    bottom: 39px;
}
@media screen and (min-width: 1400px) {
    .text-box{
        padding: 25px 0;
    }
    /*.text-box .more-btn{
        right: 6%;
    }*/
    .banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination{
        bottom: 35px;
        left: 0px;
    }
    
    
    
    
}
@media screen and (max-width: 991px){
    .text-box .title{
        font-size: 20px;
        height: 122px;
        line-height: 22px;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination{
        bottom: 65px;
    }
    .text-box{  
    	background: url(../images/bant2.png) no-repeat left bottom;
    }
}






/*screen >1400*/
@media screen and (min-width: 1400px){
    .container {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        max-width: 1700px;
        margin: 0 auto;
    }
    /*.banner .swiper-button-prev, .banner .swiper-button-next{
        left: 5%;
        margin-left: 15px;
    }
    .banner .swiper-button-next {
        margin-left: 50px;
    }*/
}








