/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
	padding-top: 0px;
}
.banner:before {
    content: '';
    background: url('../../images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
	z-index:1;
}
.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    padding-bottom: 50px;
    background: #ededed;
}
/*------------ / products ------------*/
.sect1 {
    padding: 30px 0;
    position: relative;
    background: #fff;
}
.products-sect-title {
    background: url('../../images/common/index/products_title_ic.png') 6px 10px no-repeat;
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
}
.products-sect-title span {
    color: #303030;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.products-sect-title .more {
    float: right;
    margin: 7px 0;
}
.products-sect-title .more a{
    width: 126px;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color:#565656;
    border: solid 1px #565656;
    border-radius: 0px;
    font-size: 13px;
    line-height: 1;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-sect-title .more a:hover{
    color: #fff;
    border-color: #2a59a7;
}
.products-sect-title .more a:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #2a59a7;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    border-radius: 0px;
    z-index: -1;
}
.products-sect-title .more a:hover:before{
    height: 100%;
    bottom: 0;
    top: inherit;
}

.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}

.products-list .box {
    max-width: 220px;
    margin: 0 auto 10px;
    position: relative;
    position: relative;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.products-list .box:hover {
}
.products-list .box.new:before {
    content: '';
    background: url(../../images/common/products/news_tag.png) no-repeat 0% 0%;
    width: 64px;
    height: 20px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    height: 20px;
    width: 64px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: 'MORE';
    display: block;
    font-family: 'Poppins', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    height: 35px;
    line-height: 27px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 14px;
    color: #fff;
    background: #646665;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0,-40px);
    transform: translate(0,-40px);
    z-index: 20;
}
.products-list .box:hover .pic:before {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 10px 10px;
}
.products-list .description {
    font-size: 14px;
    color: #8B8B8B;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}
.products-list .name {
    color:#4e4e4e;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    border-top-right-radius: all .3s ease-in-out;
}
.products-list .box:hover .name {
    color: #2a59a7;
}
.products-list .txt:before{
    content: '';
    display: block;
    width: 90%;
    height: 5px;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    z-index: -1;
}
.products-list .box:hover .txt:before{
    background: #fff;
}

.products-list .txt:after{
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #565656;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.products-list .box:hover .txt:after{
    width: 25px;
    
}
.products-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/products_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

/*------------ / about ------------*/
.sect2 {
    padding: 0px 0 0px;
    background: url('../../images/common/index/about_bg.jpg') no-repeat;
}
.sect2 .container {
    max-width: 1300px;
    position: relative;
    padding: 0 0 0px;
}
.sect2 .container:before{
    content: '';
    display: block;
    background: rgba(48, 48, 48, 0.8);
    position: absolute;
    width: 900px;
    height: 100%;
    right: 50%;
    top: 0;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    margin-right: -800px;
}
.about-sect {
    position: relative;
    overflow: hidden;
}

.about-sect:before{
    content: '';
    display: block;
    background:  url('../../images/common/index/about_pic.png')  no-repeat 0 0;
    position: absolute;
    left: 190px;
    bottom: 80px;
    width: 356px;
    height: 434px;
}

.about-sect-title {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
}
.about-sect-title:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:  #fbbd1a;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
}
.about-sect-title:before{
    content: '';
    display: block;
    width: 200px;
    height: 70px;
    border: solid 1px #fbbd1a;
    border-width: 0 0 1px 1px;
    position: absolute;
    left: -220px;
    top: -50px;
}
.about-sect-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.about-sect .txt-box {
    float: right;
    width: 550px;
    margin-right: 0%;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    padding: 40px 15px 45px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.about-sect .editor {
    min-height: 220px;
}
.about-sect .ibtn.more {
    display: block;
    text-indent: inherit;
    text-align: center;
    background-image: url('../../images/common/index/about_more.png');
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #FFF;
     -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #78c9e4;
    margin: 15px 0 0;
    
}

.about-sect .ibtn.more:hover {
    color: #fff;
    background: #2a59a7;
}

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

.sect3 {
    padding: 40px 0;
    position: relative;
    z-index: 2;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    background: url('../../images/common/index/album_title_ic.png') 6px 10px no-repeat;
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
}
.album-sect-title span {
    color:#303030;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.album-sect-title .more {
    float: right;
    margin: 7px 0;
}
.album-sect-title .more a{
    width: 126px;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color:#565656;
    border: solid 1px #565656;
    border-radius: 0px;
    font-size: 13px;
    line-height: 1;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-sect-title .more a:hover{
    color: #fff;
    border-color: #2a59a7;
}

.album-sect-title .more a:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #2a59a7;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    border-radius: 0px;
    z-index: -1;
}
.album-sect-title .more a:hover:before{
    height: 100%;
    bottom: 0;
    top: inherit;
}
.album-sect .btn.more {
    right: 44px;
}
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    background: #ededed;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .txt {
    padding: 10px 55px 10px 15px;
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    top: -10px;
    border: solid 1px #565656;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0px;
    overflow: hidden;
}
.album-list .box:hover .txt{
    background: none;
    border-color: #ededed;
}
.album-list .txt:before {
    content: 'MORE';
    display: inline-block;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    font-family: 'Poppins', cursive;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0;
    margin: auto;
    height: 20px;
    line-height: 1.3;
    padding: 3px 10px;
    color: #646665;
}
.album-list .box:hover .txt:before{
    padding-right: 0;
    opacity: 0;
}
.album-list .pic img{
    width: 100%;
}
.album-list .txt:after{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #2a59a7;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: visible;
}
.album-list .box:hover .txt:after{
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
}
.album-list .name {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1px;
    height: 25px;
}
.album-list .box:hover .name {
    color: #111;
}


/*------------ / service ------------*/

.sect5 {
    padding: 30px 0 20px;
	background: url(../../images/common/index/services_bg.jpg) no-repeat center center fixed;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sect5:after{
    content: '';
    display: block;
    width: 90px;
    height: 10px;
    background: #fbbd1a;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 2;
}
.sect5:before{
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear,left top, left bottom,from(#0861bf), to(rgba(8, 97, 191, 0.06)));
    background: linear-gradient(to bottom,#0861bf, rgba(8, 97, 191, 0.06));
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
    position: relative;
    z-index: 2;
}
.sect5 .btn.more {
    width: 150px;
    display: block;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    z-index: 4;
    position: relative;
    background: #78c9e4;
    padding: 0;
    border-radius: 0;
    margin: 30px auto 0;
    height: 40px;
    line-height: 40px;
}
.sect5 .btn.more:hover {
    color: #fff;
    background: #2a59a7;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
    display: none;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0px 11% 40px;
}


.service-sect-title {
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 20px;
}
.service-sect-title span {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}
.service-sect-title span:before{
    content: 'SERVICES';
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    position: relative;
    display: block;
    margin: 0 auto 0;
    letter-spacing: 0.15em;
}
.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.service-sect .editor {
    /*
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 197px;*/
	color: #fff;
    font-size: 15px;
    /*max-width: 450px;*/
    margin: 0 auto;
}
/*------------ / news ------------*/

.sect4 {
    padding: 50px 0 30px;
    position: relative;
    z-index: 3;
    background: #ededed;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
    
}
.news-sect-title {
    background: url('../../images/common/index/news_title_ic.png')  6px 10px no-repeat;
    color: #B20000;
    background-size: 27px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px 0 10px 45px;
    margin: 0 0 15px;
}
.news-sect-title span {
    color: #303030;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    font-weight: bold;
}
.news-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.news-sect-title .more {
    float: right;
    margin: 7px 0;
}
.news-sect-title .more a{
    width: 126px;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color:#565656;
    border: solid 1px #565656;
    border-radius: 0px;
    font-size: 13px;
    line-height: 1;
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-sect-title .more a:hover{
    color: #fff;
    border-color: #2a59a7;
}
.news-sect-title .more a:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #2a59a7;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    border-radius: 0px;
    z-index: -1;
}
.news-sect-title .more a:hover:before{
    height: 100%;
    bottom: 0;
    top: inherit;
}
.news-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-bottom: 15px;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}


.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .box:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #ededed;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translate(0,400px);
    transform: translate(0,400px);
}
.news-list .box:hover:before {
    opacity: 1;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .box .pic:before {
    content: 'MORE';
    display: block;
    font-family: 'Poppins', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    height: 35px;
    line-height: 27px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 14px;
    color: #fff;
    background: #646665;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0,-40px);
    transform: translate(0,-40px);
}
.news-list .box:hover .pic:before{
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
}
.news-list .txt {
    position: relative;
    padding: 15px 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover .txt{
}
.news-list .name {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
}
.news-list .box:hover .name ,
.news-list .box:hover .description  {
    color: #111;
}
.news-list .description {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 8px 0 14px;
}
.news-detail .date,
.news-list .date {
    display: block;
    color: #565656;
    border: solid 1px #565656;
    border-radius: 0px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-detail .date{
    margin: 0 0 5px;
    max-width: 140px;
}
.news-detail .date,
.news-list .box:hover .date {
    background: #2a59a7;
    border-color: #2a59a7;
    color: #fff;
}
/*************fancybox-close*************/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: -60px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
}
/*************************************/
@media screen and (max-width: 1300px) {
	.sect2 {
		padding: 0px 0;
        background-size: cover;
	}
}
@media screen and (max-width: 1250px) {
    
    .area-iseditor .is_tb01 .pic p{
        max-width: 550px;
    }
}
@media screen and (max-width: 1000px) {
    .sect5::before,
    .sect2::after,
    .sect2::before{
        display: none;
    }
    .sect2 .container::before{
        width: 100%;
        margin: 0;
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
        right: 0;
    }
    .about-sect::before{
        display: none;
    }
    .about-sect{
        background-position: 0 50%;
    }
    .about-sect .txt-box{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .about-sect-title{margin-left: 30px;}
    .sect5{
        padding: 30px 0;
        background-attachment: inherit;
        background-position: 50% 50%;
        background-size: cover;
    }
    .service-sect{
        padding: 0 30px;
    }
	.banner {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.banner:before {
		display:none;
	}
    .banner {
        padding-bottom: 50px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 10px 0 30px 0;
    }
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
        background: none;
        padding: 10px 30px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }
    .about-sect{
        background-position: 50% 50%;
        
    }
    .sect5{
        padding: 15px 0 25px;
    }
    .site-main{
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .products-sect-title span {
        display: block;
    }
    .products-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect-title span {
        display: block;
    }
    .album-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .news-sect-title span {
        display: block;
    }
    .news-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
    }
    .news-list {
        margin: 0 auto;
    }
    .about-sect .ibtn.more{
        position: relative;
        margin: 20px auto 0;
        bottom: inherit;
        display: block;
    }

}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 30px 40px;
    }
    .about-sect .editor {
        min-height: 0;
    }
}
@media screen and (max-width: 400px) {


}