.container {
    padding: 0 15px;
    max-width: 1330px;
}
/*------------ banner ------------*/

.banner {
    position: relative;
	margin-top: 141px;
}

.banner .slick-arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    top: 50%;
    margin: -35px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    background-position: 0 100%;
}


/*------------ sect01 ------------*/

.sect01 {
    position:relative;
    z-index:3;
    padding: 50px 0 ;
    /* background: #fff; */
	background: url('../../images/common/sect01_bg.jpg') 50% 50% no-repeat;
	background-size: cover;
}


/*------------ service-box ------------*/
.sect04 {
    position:relative;
	padding: 106px 0;
    background: url(../../images/common/sect04_bg.png)center 50% no-repeat fixed;
}

.sect04 .scroll_img{

    transition: 2s;

    transform:translateY(0px);

    position:absolute;

    max-width:100%;

    z-index:3;

}



.sect04 .scroll_img:hover{

    transition: 0.7s;

    transform:translateY(10px);

}

.sect04 .scroll_img1{
	background: url(../../images/common/service_pic1.png) no-repeat;
	width: 625px;
	height: 459px;
	right: -20%;
	top: -100px;
	z-index:9;
}

.sect04 .scroll_img2{
	background: url(../../images/common/service_pic2.png) no-repeat;
	width: 413px;
	height: 418px;
	left: -50px;
	top: 50px;
	z-index:1;
}
.service-title-box {
    /* position: absolute; */
    /* left: 0%; */
    /* background: url(../../images/common/index/service_bg.jpg)center 75% no-repeat; */
    /* -webkit-background-size: cover; */
    /* background-size: cover; */
    /*z-index:1;*/
}


.service-title-box:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #fff;
    pointer-events: none;
    display: none;
}

.service-txt-box {
    position: relative;
    /* background: url(../../images/common/index/service_bg02.jpg)left top 100% no-repeat fixed, #000F26; */
    padding: 35px 0;
}
   
.service-txt{
    /* margin: 0 0 0 287px; */
    /* float: right; */
    width: 35%;
    position: relative;
    /*background: rgba(255, 255, 255, 0.9);*/
    /* padding: 10px 30px; */
    color:#fff;
    text-align:  center;
    line-height:2.5;
    margin:  0 auto;
}
/*-*/
.service-txt .more{
    margin-top: 90px;
    text-align:  center;
}
.service-txt .more a {
    color: #fff;
    background: url('../../images/common/triangle_w.png') 85% 50% no-repeat;
    font-family: 'Oswald';
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
	text-align:center;
    width:177px;
    height:44px;
    line-height:44px;
    padding: 0px 8px;
    position:relative;
	letter-spacing:0.2em;
    transition:all .3s ease;
}

.service-txt .more a:hover{
    
    letter-spacing:0.4em;
    
}
.service-txt .more a:before {
    content:'';
    display:inline-block;
    border: solid thin #3CD0EC;
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    top:0;
    border-radius:30px;
    transition:all .3s ease;
}
.service-txt .more a:hover:before {
    top:0;
    right:0;
    width:44px;
    height:44px;
    border-radius:100%;
}
.service-txt .more a:after {
    content:'';
    display:inline-block;
    background:#fff;
    width:21px;
    height:1px;
    position:absolute;
    right:30px;
    top:50%;
    transition:all .3s ease;

}
.service-txt .more a:hover:after {
    width:35px;

}
/*-*/
.service-box {
    /* width:265px; */
    /* height:261px; */
    /*
    background: url(../../images/common/service_title_bg.png) 50% 10px no-repeat;*/
    /* width: 100%; */
    /* margin: 0 auto; */
    /* position: relative; */
    /* min-height: 140px; */
    /* left:50px; */
    /* width:100%; */
}
/*.service-box:before{
    content:'';
    display:inline-block;
    width:265px;
    height:261px;   
    background: url(../../images/common/service_title_bg.png) 50% 50% no-repeat;
    position:absolute;
    left:0;
    top:30px;
}*/
.service-box .title {
    line-height: 1.2;
    text-align: center;
    font-size: 26px;
    font-weight: lighter;
    color: #BCF6EB;
    position: relative;
    top: 50%;
    /* left:  50%; */
    /* margin: -17px 0 0 0; */
    width: 100%;
    margin-bottom: 35px;
}
.service-box .title:before {
    content:'Fun Dives';
    display:block;
    font-family:'Oswald';
    font-size:60px;
    color:#fff;
	margin-bottom: 10px;
}
.service-box .title:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    margin: 0px auto;
}

.service-box .editor {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 112px;
    margin: 0 0 30px;
    position: relative;
    z-index: 15;
}
a:hover.service_txt {
    text-decoration: underline;
}
.service-box .more {
    color: #FFFFFF;
    font-size: 13px;
    display: block;
    width: 75px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 auto;
}

.service-box .more:hover {
    transition: all .2s;
    background: #FAD038;
    color: #000;
    font-weight: bold;
}


/*------------ products ------------*/

.products-box {
    float: none;
    width: 100%;
}

.products-box .title {
    text-align: left;
    line-height: 1.2;
    color: #0D2D52;
    font-size: 36px;
    position: relative;
    margin: 0px 0 40px;

}

.products-box .title b {
	text-align: center;
    color: #0C2C52;
    font-weight: normal;
    display: block;
    margin: 0 0 5px;
    position:relative;
	font-size:26px;
}
.products-box .title b:before {
    content:'Diving Courses';
    display:block;
    font-family:'Oswald';
    font-size:60px;
    color:#305492;
    font-weight: lighter;
        margin-bottom: 10px;
}

.products-box .title a  {
    color: #305492;
    background: url('../../images/common/triangle.png') 85% 50% no-repeat;
    font-family: 'Oswald';
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align:center;
    width:177px;
    height:44px;
    line-height:44px;
    padding: 0px 8px;
    position: absolute;
    transition:all .3s ease;
    bottom:calc(50% - 44px);
    right:0;
    letter-spacing:0.2em;
}

.products-box .title a:hover{
    
    letter-spacing:0.4em;
    
}
.products-box .title a:before {
    content:'';
    display:inline-block;
    border: solid thin #0883ed;
	
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    top:0;
    border-radius:30px;
    transition:all .3s ease;
}
.products-box .title a:hover:before {
    top:0;
    right:0;
    width:44px;
    height:44px;
    border-radius:100%;
}
.products-box .title a:after {
    content:'';
    display:inline-block;
    background:#0069AF;
    width:21px;
    height:1px;
    position:absolute;
    right:30px;
    top:50%;
    transition:all .3s ease;

}
.products-box .title a:hover:after {
    width:35px;

}

.hot-arrow,
.hot-arrow2 {
    position: absolute;
    bottom: calc(50% - 0px);
    left: 0;
    width: 80px;
}

.hot-arrow .slick-arrow,
.hot-arrow2 .slick-arrow {
    width: 36px;
    height: 35px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow2.png') no-repeat;
    left: 0;
}

.hot-arrow .slick-next,
.hot-arrow2 .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.hot-arrow .slick-arrow:hover,
.hot-arrow2 .slick-arrow:hover {
    background-position: 0 100%;
}

.product-list,
.product-list2 {
    margin: 0 -11px;
}

.product-list li,
.product-list2 li {
    width: 19%;
    padding: 10px 11px 0;
}

.product-list li > a,
.product-list2 li > a {
    max-width: 306px;
    margin: 0 auto;
    padding: 10px 10px 130px;
    /* background: #ececec; */
    box-sizing: border-box;
    transition: all .2s;
    display: block;
    position: relative;
}


.product-list  li > a:hover,
.product-list2 li > a:hover {
    transition: all .2s;
    
}

.product-list .pic,
.product-list2 .pic {
    max-width: 286px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.product-list .name,
.product-list2 .name {
    text-align: left;
    line-height: 1.2;
    letter-spacing:0.1em;
    color: #25324D;
    font-size: 17px;
    /* height: 25px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 0 15px;
}

.product-list .description,
.product-list2 .description {
  font-size: 14px;
  color: #5D7DBF;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
  margin: 0;
  text-align:left;
	transition: all .2s ease;
}

.product-list  li > a:hover .description,
.product-list2 li > a:hover .description{
    
    margin:0 0 40px;
}

.product-list .text,
.product-list2 .text {
    box-sizing: border-box;
    max-width: 245px;
    margin: 0 auto;
    background: #fff;
	box-shadow: -10px 15px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index:1;
    bottom: 33px;
    right: 0;
    padding: 25px 25px;
    transition:all .3s ease;
}
.product-list li > a:hover .text,
.product-list2 li > a:hover .text {
background:#F9DF68;
	box-shadow:none;
}
.product-list .btn,
.product-list2 .btn {
    background: #9C9C9C;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 15px;
    letter-spacing: 2px;
    transition:all .3s ease;
}

.product-list .btn:hover,
.product-list2 .btn:hover {
    background: #000;
    color: #fff;
    transition:all .3s ease;
}

.product-list li.top .cover,
.product-list2 li.top .cover {
    font-size:0;
    width: 57px;
    height: 49px;
    background: url(../../images/common/products/news_tag.png) no-repeat;
    position: absolute;
    top: -5px;
    text-align: center;
    z-index: 15;
    left: 20px;
    font-weight: bold;
}
.product-list .more {
    /* background: #9C9C9C; */
    color: #25324D;
    font-size:16px;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    /* margin: 0 -10px; */
    /* padding: 10px; */
    transition:all .5s ease;
    position:absolute;
    opacity:0;
    bottom:18px;
    font-family: 'Oswald';

}

.product-list a:hover .more {
    opacity:1;
    
}
.product-list .more:after {
    content:'';
    display:inline-block;
    background: url(../../images/common/more_arrow.png) no-repeat;
    width:24px;
    height:7px;
    margin:0 0 0 10px;
    transition:all .3s ease;

}
/*------------ sect02 ------------*/

.sect02 {
    -webkit-background-size: cover;
    background-size: cover;
    padding: 115px 0 240px;
    position:relative;
    background: url('../../images/common/about_bg.jpg')no-repeat;
}
/*.sect02:before {
    content:'';
    display:inline-block;
    width:1920px;
    height:1022px;
    background: url('../../images/common/about_bg.png')no-repeat;
    position:absolute;
    left:0px;
    top: -185px;
    z-index:-1;
}*/
/*------------ sect05 ------------*/

.sect05 {
    padding: 80px 0 45px;
    
}

/*------------ news ------------*/

.news-box .more {
    background: url(../../images/common/index/news_title.png);
    margin: 0 auto 20px;
}

.news-box {
    width: 100%;
}

.news-list {
    margin: 0 -10px;
}

.news-list li {
    width: 25%;
    padding: 0 0px;
    position:relative;
}

/*
.news-list .item:after {
    content:'';
    display:inline-block;
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0;
    background: url(../../images/common/index/shadow.png);
    z-index:1;
    opacity:0;
    transition:all .3s ease;
}
.news-list .item:hover:after{
    opacity:1;
}*/

.news-list li a {
    transition: all .2s;
    /* padding: 15px 0 0; */
    /* padding: 12px; */
    position: relative;
    max-width: 290px;
    margin: 15px auto 0;
    box-sizing: border-box;
    margin-bottom:30px;
    overflow:visible;
    
}
.news-list li{
     
}

.news-list li a:hover {
    box-shadow: 0px 10px 27.6px 2.4px rgba(0, 0, 0, 0.24);
    transition: all .2s;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    box-shadow:transparent;
    /* padding-bottom: 5px; */
}
.news-list li .pic:hover {
    position: relative;
    box-sizing: border-box;
    
}
.news-list .pic:before {
    content:'';
    display:inline-block;
    position:absolute;
    left: 0px;
    top:0px;
    right: 0px;
    bottom:0px;
    background:rgba(255,255,255,0.85);
    z-index:1;
    opacity:0;
    transition:all .3s ease;
}
.news-list .item:hover .pic:before{
    opacity:1;
}

.news-list li .date,
.news-date {
    position: absolute;
    width: 57px;
    height: 63px;
    line-height: 1;
    color: #25324D;
    font-size: 13px;
    text-align: center;
    background: url('../../images/common/news/date.png');
    left: 25px;
    top: -10px;
    z-index: 15;
    letter-spacing: 0.35px;
    font-family: Arial;
    transition:all .3s ease;
}
.news-list li:hover .date {
    background: url('../../images/common/news/date2.png');
}

.news-list li .date b,
.news-date b {
    font-size: 34px;
    font-family: 'Oswald';
    color: #25324D;
    display: block;
    transition: all .2s;
    margin: 5px 0 0px 0;
}

.news-list li .name {
   font-size: 15px;
   line-height: 1.5;
	width: 100%;
   color: #000000;
   text-align: center;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   text-overflow:ellipsis;
   overflow: hidden;
   margin: 0 auto;
   z-index:2;
   position: absolute;
   bottom: 0;
   overflow:hidden;
   background: #fff;
   padding: 15px  15px;
   box-sizing:border-box;
   transition:all .3s ease;
}

.news-list li:hover .name {
    background:transparent;
}


/*------------ about ------------*/

.about-box {
    /* float: right; */
    /* width: 47%; */
    position: relative;
    /* padding: 275px 0 0 0; */
}
.about-box:before {
    content:'';
    display:inline-block;
    width:252px;
    height:246px;
    background: url('../../images/common/about_pic.png')no-repeat;
    position:absolute;
    left:30px;
    top: 15px;
}
.about-box:after {
    content:'';
    display:inline-block;
    width: 178px;
    height: 143px;
    background: url('../../images/common/about_pic2.png')no-repeat;
    position:absolute;
    right: 203px;
    top: 350px;
}
.about-box .more {
    position: relative;
    text-align:  center;
    /* float:right; */
    /* top: 0px; */
    /* right: -100px; */
    color: #0C2C52;
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 20px;
    /* right:50px; */
    /* top: 95px; */
}
.about-box .more:before {
    content:'About  CTdiver';
    display:block;
    font-family:'Oswald';
    font-size:60px;
    color: #305292;
    font-weight: lighter;
    margin-bottom: 10px;
}
.about-bg  {
    /* padding: 40px 30px 40px 190px; */
    /*background: rgba(0, 0, 0, 0.8);*/
    position: relative;
    margin-bottom: 30px;
}
.about-bg .editor{
    text-align:center;
    font-size:15px;
    color:#25324C;
    width:50%;
    margin:35px auto;
	line-height: 2;
}

.about-bg a:hover{
    text-decoration: underline;
    color: #e3e3e3;
}
/*-*/
.about_more{
    margin:0 auto;
    text-align:center;
}
.about_more a {
    color: #305492;
    background:url('../../images/common/triangle.png') 85% 50% no-repeat rgba(228,228,228,0.15);
    font-family: 'Oswald';
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
	text-align:center;
    width:177px;
    height:44px;
    line-height:44px;
    padding: 0px 8px;
    position:relative;
    transition:all .3s ease;
}

.about_more a:hover{
    
    letter-spacing:0.3em;
    
}
.about_more a:before {
    content:'';
    display:inline-block;
    border: solid thin #0883ED;
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    top:0;
    border-radius:30px;
    transition:all .3s ease;
}
.about_more a:hover:before {
    top:0;
    right:0;
    width:44px;
    height:44px;
    border-radius:100%;
}
.about_more a:after {
    content:'';
    display:inline-block;
    background:#0069AF;
    width:21px;
    height:1px;
    position:absolute;
    right:30px;
    top:50%;
    transition:all .3s ease;

}
.about_more a:hover:after {
    width:35px;

}
.about-box .title {
    font-weight: bold;
    font-size: 20px;
    color: #FAD038;
    line-height: 1.4;
    margin: 0 0 25px;
	display: none;
}


/*------------ sect03 ------------*/

.sect03 {
    /*background: url(../../images/common/index/album_bg.jpg) no-repeat center bottom fixed;*/
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px;
}


/*------------ album-box ------------*/

.album-box {
    float: left;
    width: 100%;
}

.album-box .title {
    text-align: center;
    line-height: 1.2;
    color: #000;
    font-size: 16px;
    position: relative;
    margin: 10px 0 45px;
}

.album-box .title b {
    content:'';
    display:block;
    color:#0C2C52;
    font-size:26px;
	font-weight: normal;
    /* background: url('../../images/common/album_title_ic.png') no-repeat; *//* width:148px; *//* height:97px; *//* position:absolute; *//* left: calc(50% - 165px); *//* top: -62px; */
    }
.album-box .title:before {
    content:'Albums';
    font-size: 60px;
    color: #305392;
    
    display: block;
    margin: 0 0 10px;
    position:relative;
    font-family:'Oswald';
    font-weight: lighter;
}
.album-box .title b:after {
    content:'';
    display:block;
    background: url('../../images/common/album_title_ic.png') no-repeat;
    width:159px;
    height:73px;
    position:absolute;
    left: calc(50% - 140px);
    top: -53px;
    z-index: -1;
}

.album-box .title a {
    color: #305492;
    font-family: 'Oswald';
    background: url('../../images/common/triangle.png') 85% 50% no-repeat;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    /* margin: 0 10px; */
    width:177px;
    height:44px;
    line-height:44px;
    padding: 0px 8px;
    position: absolute;
    right:0;
    bottom: calc(50% - 44px);
    transition:all .3s ease;
}

.album-box .title a:hover{
    letter-spacing:0.3em;
    
}
.album-box .title a:before {
    content:'';
    display:inline-block;
    border: solid thin #0883ED;
    position:absolute;
    width:100%;
    height:100%;
    right:0;
    top:0;
    border-radius:30px;
    transition:all .3s ease;
}
.album-box .title a:hover:before {
    top:0;
    right:0;
    width:44px;
    height:44px;
    border-radius:100%;
}
.album-box .title a:after {
    content:'';
    display:inline-block;
    background:#0069AF;
    width:21px;
    height:1px;
    position:absolute;
    right:30px;
    top:50%;
    transition:all .3s ease;

}
.album-box .title a:hover:after {
    width:35px;

}
.album-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px;
    width: calc(100% - 0px);
}




.album-list li .pic {

    overflow: hidden;
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}

.album-list li .pic:before,
.album-list li .pic:after {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
}

/*.album-list li .pic:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.76;
    background: linear-gradient(to bottom, #00286F,#31ECF0);
}*/
/*
.album-list li .pic:after {
    content: "";
    width: 72px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -36px;
    top: 55%;
}*/
.album-list a:hover .pic:before,
.album-list a:hover .pic:after {
    transition: all .2s;
    opacity: 0;
}
.album-list li .pic:before {
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    
    background: linear-gradient(to bottom, #00286F,#31ECF0);
    transition: all .3s ease;
}
.album-list.active li .pic:before {
    opacity: 0.76;
}

.album-list.active a:hover .cover,
.album-list.active a:hover .pic:before {
    opacity: 0;
}

.album-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 20%;
    top: 80%;
    margin: -13px 0 0 0;
    
    /*padding: 0 40px;*/
    font-size: 17px;
    line-height: 1.2;
    width:245px;
    height: 65px;
    line-height:65px;
    color: #000;
    background:#fff;
    background: url('../../images/common/album_ic.png') 10% 45% no-repeat #fff;
    text-align: left;
    transition: all .2s;
    padding:0 0 0 60px;
    opacity: 0;
    box-sizing: border-box;
}

.album-list a:hover .name {
    transition: all .2s;
    opacity: 1;
}


/*------------ links-box ------------*/

.links-box {
    width: 16.6%;
    float: right;
}

.links-box .more {

    font-size: 13px;
    font-weight: bold;
    color: #000000;

    letter-spacing: 2px;
    text-align: center;
    display: block;
    transition: all .2s;
    margin: 10px 0 0 0;
}

.links-box .more i {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    background: #000;
    margin: 0 10px 0 0;
}

.links-box .more:hover {
    text-decoration: underline;
    transition: all .2s;
}

.link-list li {
    margin: 0 0 10px;
}

.link-list li a {
    margin: 0 auto;

    max-width: 240px;
}

.link-list li .pic {
    position: relative;
}

.link-list li .pic:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}

.link-list li a:hover .pic:before {
    transition: all .2s;
    opacity: 1;
}


/*------------ rwd ------------*/
@media screen and (max-width: 1350px) {
.sect04 .scroll_img1,
.sect04 .scroll_img2{
	display: none;
}
	.service-txt {
	    width: 50%;
	}
}
@media screen and (max-width: 1280px) {
    .service-box {

        text-align: center;
    }
    .products-box,
    .news-box,
    .about-box,
    .album-box,
    .links-box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .service-box {
        margin: 0 0 0px;
        padding: 0;
    }
    .service-box:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
    }

    .about-box {
        /*max-width: 800px;*/
        margin: 0 auto;
    }

    .links-box {
        margin: 60px 0 0 0;
    }
    .link-list li {
        display: inline-block;
        float: none;
    }

    .products-sect {
        max-width: 1040px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 25%;
        overflow: hidden;
    }
    .products-list .item:first-child {
        width: 50%;
    }
    .products-list .item:nth-child(6) {
        clear: left;
    }
	.product-list .text,
	.product-list2 .text {
    left: calc(50% - 122.5px);
	}
	.product-list li,
	.product-list2 li {
		width: 25%;
		padding: 10px 11px 20px;
	}

	.about-box .more{
	position: relative;
    float: none;
		left:0;
    color: #25324D;
    line-height: 1.2;
    font-size: 26px;
	}

	.sect02:before {
    opacity:0.6;
	}
	.about-box:after{
		display:none;
	}
	.sect04:before {
		opacity:  0.5;
	}

}
@media screen and (max-width: 1100px) {
    .service-txt-box {
        padding: 40px 0%;
    }
    .service-txt {
        float: none;
        width: 100%;
        margin: 0px;
        position: relative;
		text-align: center;
    }

    .album-list li .pic:after {
        display: none;
    }


	.banner {
    margin-top: 0px;
	}
	.service-title-box {
    width: 100%;
	}
	.service-box .title {
    top: 0;
    left: 0;
    width: 100%;
}

	.service-box {
    width: auto;
    height: auto;
    position: relative;
	}
	.sect03 {
	    padding: 120px 0 140px;
	}
	.album-box .title b,
	.service-box .title,
	.products-box .title b,
	.about-box .more{
		font-size: 22px;
	}


	.products-box .title a:after {
    background:#0069AF;
	}
	.service-box .title {
        margin-bottom: 0px;
    }
	.service-txt .more{
    	margin-top: 45px;
	}
	.sect04:before{
		display:none;
	}

	.product-list .text,
	.product-list2 .text {
    /*padding: 20px 15px;*/
		left: unset;
    transition:all .3s ease;
	}
	.product-list .name, .product-list2 .name{
		/*margin:0;*/
	}
	.product-list .more {
    
	}
	.about-bg .editor {
    width: 100%;
	}
	.sect02:before {
    top: -100px;
    z-index:-1;
	}

	.banner .slick-prev,
	.banner .slick-next {
		display: none!important;
	}

	.products-box .title b{
		margin:5px 0;
	}
	.sect02 {
    background: url('../../images/common/about_bg2.jpg')no-repeat;
	}
	.sect05 {
		padding: 70px 0 50px;
	}
	.about-bg .editor {
		margin: 30px auto;
	}
	.sect04 {
		background: url(../../images/common/sect04_bg.png)center 50% no-repeat;
	}
	.about-box:before{
		display:none;
	}
	.sect02 {
		padding: 115px 0 160px;
	}
}

@media screen and (max-width: 900px) {
	.service-box .title:before,
	.about-box .more:before,
	.album-box .title:before,
	.products-box .title b:before{
		font-size:50px;
	}
}

@media screen and (max-width: 880px) {
    .products-sect {
        max-width: 780px;
    }
    .products-list .item:nth-child(n) {
        width: 33.33%;
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .about-bg {
        padding: 20px 0px 20px;
    }
    .about-box .more {
        position: static;
        margin: 0 auto 20px;
    }
    .service-box {
        min-height: 80px;
    }
	/*-*/
	.album-box .title {
    margin: 10px 0 25px;
	}

	.sect03 {
    padding: 120px 0 115px;
	}
	.album-box .title b:before {
		display: none;
	}
	.products-box .title b:before {
    top: -125px;
    left: -75px;
	}
	.about-box .more:before {
    left: calc(50% - 175px);
    top: -100px;
	}
	.about-bg {
    margin-bottom: 0px;
	}
	.sect04 {
	    padding: 60px 0;
	}
	.sect02 {
	    padding: 40px 0 80px;
	}
	.about-box {
		padding: 0;
	}
}
@media screen and (max-width: 700px) {
.products-box .title b {
    margin: 5px 0;
    padding-bottom: 27px;
}
}
@media screen and (max-width: 640px) {
    .products-sect {
        max-width: 520px;
    }
    .products-list .item:nth-child(n) {
        width: 50%;
    }
    .products-list .item:nth-child(1) {
        width: 100%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n) {
        clear: left;
    }
}

@media screen and (max-width: 600px) {
	.products-box .title b {
		padding-bottom: 0px;
	}
    .service-box {
        padding: 0;
    }
    .hot-arrow,
    .hot-arrow2{
        position: relative;
		left: 50%;
		margin: 0 0 0 -40px;
		bottom: -65px;
    }
    .products-box .title,
    .album-box .title {
        margin: 10px 0 75px;
    }
    .news-list {
        margin: 0;
    }
    .news-list li {
        width: 100%;
        
    }
	/*---INDEX--*/
	.album-box .title a {
    	right: calc(50% - 96px);
    	top: 95px;
	    transition:all .3s ease;
	}



	.products-box .title{
        margin: 10px 0 135px;
    }
    .album-box .title {
        margin: 10px 0 150px;
    }
	.products-box .title{
		padding: 0;
	}
	.products-box .title b{
		text-align: center;
		margin: 0 0 15px;
	}
	.products-box .title a  {
		position: absolute;
		top: 95px;
		right: calc(50% - 96px);
	}

	.sect01 {
		padding: 35px 0 0px;
	}


	.service-txt-box {
		padding: 20px 0%;
	}
	.about_more {
		margin: 10px auto 0;
	 }
	.about-box .more {
        margin: 0 auto 25px;
    }
	.sect02:before {
	    top: -85px;
    	z-index:-1;
    }
	.news-list li .name{
		line-height: 2;
	}
	.service-txt{
		padding: 10px 0px;
	}
	.sect03 {
		padding: 70px 0 115px;
	}
	.album-box .title b {
		margin: 0 0 15px;
	}
	
	.service-box .title:before,
	.about-box .more:before,
	.album-box .title:before,
	.products-box .title b:before{
		font-size:40px;
	}
	.album-box .title b, .service-box .title, .products-box .title b, .about-box .more {
		font-size: 18px;
	}
.album-box .title b:after {
    content:'';
    display:block;
    background: url('../../images/common/album_title_ic4.png') no-repeat;
    width: 88px;
    height: 58px;
    position:absolute;
    left: calc(50% - 88px);
    top: -35px;
    z-index: -1;
}
	.about-bg .editor {
		margin: 30px auto 10px;
	}
}

@media screen and (max-width: 480px) {
    .album-list {
        margin: 0;
    }

	.sect03 {
    padding: 95px 0 95px;
 }
}

@media screen and (max-width: 450px) {
    .products-list .item:nth-child(n) {
        width: 100%;
        clear: none;
    }
    .products-list .box {
        max-width: 260px;
    }

}
