/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
	padding-top: 0px;
}

.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;
}
/*------------ / products ------------*/
.sect1 {
    padding: 50px 0 10px;
}
.products-sect-title {
    background: url('../../images/common/index/icon_arrow.png') 50% 50px no-repeat;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    text-align: center;
}
.products-sect-title span {
    color: #666666;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}
.products-sect-title span:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: -30px;
    top: 19px;
}
.products-sect-title span:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    right: -30px;
    top: 19px;
}

.products-sect-title .more {
    position: absolute;
    top: 30px;
    right: 15px;
}
.products-sect-title .more a{
    width: 100px;
    height: 28px;
    display: block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 28px;
    color: #000000;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border: solid 1px #000;
    z-index: 9;
}
.products-sect-title .more a:hover{
    color: #fff;
}
.products-sect-title .more a:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.products-sect-title .more a:hover:before{
    width: 100%;
}
.products-sect-title .more a:after{
    content: '\ea3c';
    font-family: 'icon-font-41';
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
    color: #000000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
}
.products-sect-title .more a:hover:after{
    color: #fff;
}

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

.products-list .box {
    max-width: 220px;
    margin: 20px auto 10px;
    position: relative;
}
.products-list .box:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #888888;
    position: absolute;
    left: 0;
    bottom: -7px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.products-list .box:hover:after {
    width: 100%;
    
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url(../../images/common/products/news_tag.png) no-repeat 50% 50%;
    width: 42px;
    height: 49px;
    position: absolute;
    z-index: 10;
    top: -15px;
    left: 15px;
    color: #ddd;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    position: relative;
    overflow: hidden;
}
.products-list .box .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0283CF;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .pic:before{
    opacity: 0.9;
}
.products-list .box .pic:after{
    content: '';
    display: block;
   background: url(../../images/common/products/txt.png) no-repeat 50% 50%;
    width: 39px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    top: 50%;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
    height: 0;
}
.products-list .box:hover .pic:after{
    opacity: 1;
    top: 0;
    height: 13px;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
}
.products-list .box .pic svg {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    margin:auto;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.products-list .box .pic svg circle {
    stroke-dashoffset: 2000;    
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.products-list .box:hover .pic svg circle {
    stroke-dashoffset: 0;
    -webkit-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
}







.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 13px;
    color: #9D9D9D;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 39px;
}
.products-list .name {
    color: #373737;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .name {
    color: #0283CF;
}
.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 0;
    background: url('../../images/common/index/a_bg.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 100%;
}
.sect2 .container {
    max-width: 1300px;
    padding: 0 0 0px;
    position: relative;
}
.sect2 .container:before{
    content: '';
    display: block;
    background: url(../../images/common/index/about_n_pic.png) no-repeat 100% 50%;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 1218px;
    height: 484px;
}
.about-sect {
    position: relative;
    overflow: hidden;
    min-height: 484px;
}
.about-sect-title {
    color: #FFFFFF;
    font-size: 25px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-bottom: 4px;
}

.about-sect .txt-box {
    float: right;
    width: 454px;
    margin-right: 0%;
    color: #3F3F3F;
    line-height: 1.55;
    padding: 45px 48px 72px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}

.about-sect .editor {
    min-height: 150px;
    line-height: 1.7;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1.7;
    position: relative;
    letter-spacing: 0.017em;
    
}
.about-sect .editor:after{
    content: '';
    display: block;
    width: calc(100% + 50px);
    height: 1px;
    background: #60B1E1;
    right: 0;
    bottom: -15px;
    position: absolute;
    visibility: visible;
}

.about-sect .ibtn.more {
    margin-top: 45px;
    text-indent: inherit;
    width: 150px;
    height: 40px;
    background: #fff;
    color: #1B8FD4;
    font-size: 15px;
    line-height: 40px;
    border-radius: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px !important;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
}
.about-sect .ibtn.more:hover {
    background: #BFEFFF;
    color: #0283CF;
}
.about-sect .ibtn.more:before{
    content: '\ea3c';
    font-family: 'icon-font-41';
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
    color: #1B8FD4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.about-sect .ibtn.more:hover:before{
    color: #0283CF;
}

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

.sect3 {
    padding:90px 0 90px;
    position: relative;
    background: url(../../images/common/index/album_bg.png) no-repeat center top;
}

.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    background: url('../../images/common/index/icon_arrow.png') 50% 50px no-repeat;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    text-align: center;
}
.album-sect-title span {
    color: #666666;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}
.album-sect-title span:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: -30px;
    top: 19px;
}
.album-sect-title span:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    right: -30px;
    top: 19px;
}

.album-sect-title .more {
    position: absolute;
    top: 24px;
    right: 0;
}
.album-sect-title .more a{
    width: 100px;
    height: 28px;
    display: block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 28px;
    color: #000000;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border: solid 1px #000;
    z-index: 9;
}
.album-sect-title .more a:hover{
    color: #fff;
}
.album-sect-title .more a:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.album-sect-title .more a:hover:before{
    width: 100%;
}
.album-sect-title .more a:after{
    content: '\ea3c';
    font-family: 'icon-font-41';
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
    color: #000000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
}
.album-sect-title .more a:hover:after{
    color: #fff;
}


.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: #fff;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .fancybox {
    display: none;
}

.album-list .txt {
    border: 1px solid #ddd;
    padding: 10px 40px 10px 15px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .txt:before {
    content: 'MORE';
    display: inline-block;
    color: #1B8FD4;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    letter-spacing: 0;
}
.album-list .txt:after{
    content: '';
    width: 0%;
    height: 2px;
    background: #1B8FD4;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 15px;
    top: 34px;
}
.album-list .box:hover .txt:after{
    width: 43px;
}
.album-list .name {
    color: #373737;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    height: 25px;
}


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

.sect5 {
    padding: 20px 0;
	background: url(../../images/common/index/service_bg.jpg) center bottom;
    background-size: cover;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
    background: #fff;
    color: #222222;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    max-width: 130px;
    line-height: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #222222;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 35px auto 0;
    display: block;
    z-index: 5;
    position: relative;
    border-radius: 0;
}
.sect5 .btn.more:hover {
    color: #FFF;
}
.sect5 .btn.more:before{
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 3px;
    background: #222222;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.sect5 .btn.more:hover:before{
    width: 100%;
    height: 100%;
    bottom: 0;
}
.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: 40px 0 50px;
}

.service-sect-title {
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 25px;
    position: relative;
}
.service-sect-title:before{
    content: '';
    display: block;
    background: url(../../images/common/index/service_line.png) repeat-x;
    width: calc(50% - 50px);
    height: 3px;
    left: 0;
    position: absolute;
    left: 0;
    top: 26px;
}
.service-sect-title:after{
    content: '';
    display: block;
    background: url(../../images/common/index/service_line.png) repeat-x;
    width: calc(50% - 50px);
    height: 3px;
    position: absolute;
    right: 0;
    top: 26px;
}
.service-sect-title span {
    color: #444;
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
    background: url(../../images/common/index/service_icon.png) no-repeat 50% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;
    font-weight: normal;
}
.service-sect-title span:after{
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background: #666666;
    position: relative;
    margin: 10px auto;
}
.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: #000;
}

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

.sect4 {
    padding: 0px 0 20px;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    background: url('../../images/common/index/icon_arrow.png') 50% 50px no-repeat;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 15px;
    text-align: center;
}
.news-sect-title span {
    color: #666;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}
.news-sect-title span:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: -30px;
    top: 19px;
}
.news-sect-title span:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    right: -30px;
    top: 19px;
}

.news-sect-title .more {
    position: absolute;
    top: 25px;
    right: 15px;
}
.news-sect-title .more a{
    width: 100px;
    height: 28px;
    display: block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 28px;
    color: #000000;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    border: solid 1px #000;
    z-index: 9;
}
.news-sect-title .more a:hover{
    color: #fff;
}
.news-sect-title .more a:before{
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
}
.news-sect-title .more a:hover:before{
    width: 100%;
}
.news-sect-title .more a:after{
    content: '\ea3c';
    font-family: 'icon-font-41';
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 12px;
    color: #000000;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
}
.news-sect-title .more a:hover:after{
    color: #fff;
}

.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 10px;
    background: #EAF1F9;
    border: solid 1px transparent;
    position: relative;
}
.news-list .box:hover{
    border-color: #E0E0E0;
    
    background: #FFF;
}
.news-list .box:after{
    content: '';
    background: url(../../images/common/news/shadow.png) no-repeat center top;
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.news-list .box:hover:after {
    opacity: 1;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .box .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0283CF;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover .pic:before{
    opacity: 0.9;
}
.news-list .box .pic:after{
    content: '';
    display: block;
   background: url(../../images/common/products/txt.png) no-repeat 50% 50%;
    width: 39px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    top: 50%;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
    height: 0;
}
.news-list .box:hover .pic:after{
    opacity: 1;
    top: 0;
    height: 13px;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
}
.news-list .box .pic svg {
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0;
    margin:auto;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.news-list .box .pic svg circle {
    stroke-dashoffset: 2000;    
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 2;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.news-list .box:hover .pic svg circle {
    stroke-dashoffset: 0;
    -webkit-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
}

.news-list .txt {
    position: relative;
    padding: 15px 20px;
}
.news-list .name {
    color: #373737;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 21px;
}

.news-list .description {
    color: #8E8E8E;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin: 8px 0 14px;
}
.news-list .date {
    display: block;
    border: 1px solid #FFF;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color:#849CBB;
    background: #fff;
}
.news-list .box:hover .date {
    border-color:  #8A6845;
    background: #FFF;
    color: #8A6845;
}

/*************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;
	}
    
}
@media screen and (max-width: 1280px) {
    .sect2 .container::before{
        background-position: 100% 0;
        width: 59%;
        background-image: url(../../images/common/index/about_bg.png);
        max-width: 847px;
    }
/*
    .about-sect .txt-box{
        background: rgba(255,2555,255, 0.9);
        z-index: 25;
    }
*/
}
@media screen and (max-width: 1000px) {
	.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: 25px 0 30px 0;
    }
    .sect3{
        padding-bottom: 80px;
    }
    .sect2 .container::before{
        display: none;
    }
    .about-sect .txt-box{
        width: 90%;
        float: none;
        margin: 0 auto;
        position: relative;
        padding: 30px 20px;
    }
    .about-sect{
        min-height:inherit;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 900px) {
    .about-sect .txt-box:after,
    .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;
    }

}
@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 {
    }
    .products-sect-title .more {
        position: relative;
        right: inherit;
        top: inherit;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect-title span {
    }
    .album-sect-title .more {
        position: relative;
        right: inherit;
        top: inherit;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .news-sect-title span {
    }
    .news-sect-title .more {
       position: relative;
        right: inherit;
        top: inherit;
    }
    .news-list {
        margin: 0 auto;
    }
    .about-sect-title{
        text-align: center;
    }
    .products-sect-title .more a,
    .news-sect-title .more a,
    .album-sect-title .more a{
        margin: 0 auto;
    }

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


}