/*------------ / 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 {
  
}
/*------------ / products ------------*/
.sect1 {
    padding: 30px 0;
}
.products-sect-title {
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: center;
    color: #333333;
    font-size: 25px;
    position: relative;
}
.products-sect-title span{
    display: block;
    margin:10px auto;
}
.products-sect-title:before{
    content: '';
    display: block;
    width: 20px;
    height: 14px;
    background: url(../../images/common/index/title_icon2.png);
    margin: auto;
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.products-sect-title .more {
    margin: 7px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.products-sect-title .more a{
    width: 90px;
    height: 35px;
    display: inline-block;
    background: #C0C3C9;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    border-radius: 60px;
    line-height: 35px;
    transition: all .3s ease;

}
.products-sect-title .more a:hover{
    background: #004D9A;
}

.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;
}
.products-list .box:after{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #888888;
    transition: all .5s ease;

}
.products-list .box:hover:after{
    width: 100%;
}
.products-list .slick-list {
    padding: 20px 0 0;
}
.products-list .box.new:before {
    content: '';
    width: 42px;
    height: 39px;
    background: url(../../images/common/products/new.png);
    position: absolute;
	font-size: 14px;
    z-index: 10;
    top: -17px;
    left: 10px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
} 

.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 13px;
    color: #777777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.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;
    transition: all .3s ease;

}
.products-list .box:hover .name {
    color: #004D9A;
}
.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;
}

.products-list a .pic .hover{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;
    background:rgba(0,174,229,.85); 
}
.products-list a:hover .pic .hover{
    opacity: 1;
}
.products-list a .pic .hover .more{
    color: white;
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -54px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    height: 30px;

    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:16px;
    font-stretch:condensed;
    letter-spacing:1pt;



}
.products-list a .pic .hover .more b{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.products-list a:hover .pic .hover .more b{
    -webkit-transition: all 1.2s ease .5s;
    -moz-transition: all 1.2s ease .5s;
    -o-transition: all 1.2s ease .5s;
    -ms-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
    bottom: -0;
}
.products-list a .pic svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -72px;    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.products-list a .pic svg circle {
    stroke-dashoffset: 2000;    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.products-list a:hover .pic svg circle {
    stroke-dashoffset: 0;
        -webkit-transition: all 1.2s ease .5s;
    -moz-transition: all 1.2s ease .5s;
    -o-transition: all 1.2s ease .5s;
    -ms-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
}
/*------------ / about ------------*/
.sect2 {
    padding: 0px 0;
    background: url('../../images/common/index/a_bg.jpg') no-repeat;
    position: relative;
    overflow: hidden;
}
.sect2:after{
    width: 458px;
    height: 460px;
    background:url('../../images/common/index/about_bg2.png') no-repeat;
    content: '';
    display: block;
    position: absolute;
    bottom: -150px;
    right: 200px;

}
.sect2 .container {
    padding: 0 0 0px;
    width: 100%;
    max-width: inherit;
}
.about-sect {
   /* background: url('../../images/common/index/about_bg.png') 50% 0 / cover no-repeat;*/
    position: relative;
    overflow: hidden;
}
.about-sect-title:before{
    width: 90px;
    height: 1px;
    margin-left: -100px;
    background: #000;
    content: '';
    display: inline-block;
    vertical-align: super;
    margin-right: 10px;
}
.about-sect-title {
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 40px;
}
.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: 50%;
    background: rgba(255, 255, 255, 0.7) url(../../images/common/index/about_bg.png) no-repeat right bottom;
    margin-right: 0%;
    color: #000000;
    line-height: 26px;
    padding: 90px 48px 80px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.about-sect .editor {
    min-height: 220px;
	font-size: 16px;
    line-height: 30px;
}
.about-sect .ibtn.more {
    width: 63px;
    height: 63px;
    position: absolute;
    right: 42%;
    bottom: 50px;
    border-radius: 50%;
    background: #fff;
    border:solid 3px #AAAAAA;
    overflow: hidden;
    text-indent: 0;
    color: #777777;
    transition: all .3s ease;

}
.about-sect .ibtn.more:before{
    content: "\f105";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     width: 59px;
    height: 59px;
    display: block;
    line-height: 59px;
    font-size: 18px;
    text-align: center;
}
.about-sect .ibtn.more:hover{
    background: #004D9A;
    border-color: #004D9A;
    color: #fff;
}
/*------------ / album ------------*/

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

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    line-height: 1.4;
    margin: 0 0 25px;
    text-align: center;
    color: #333333;
    font-size: 25px;
    position: relative;
}
.album-sect-title span{
    display: block;
    margin:10px auto;
}
.album-sect-title:before{
    content: '';
    display: block;
    width: 20px;
    height: 14px;
    background: url(../../images/common/index/title_icon2.png);
    margin: auto;
}
.album-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.album-sect-title .more {
    margin: 7px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.album-sect-title .more a{
        width: 90px;
    height: 35px;
    display: inline-block;
    background: #C0C3C9;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    border-radius: 60px;
    line-height: 35px;
    transition: all .3s ease;
}
.album-sect-title .more a:hover{
    background: #004D9A;
}
.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: #fff;
    max-width: 480px;
    margin: 0 auto 15px;
    transition: all .3s ease;

}
.album-list .box:before{
    content: '';
    display: block;
    background: url(../../images/common/album/shadow.png) no-repeat center top;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .box:hover:before {
    opacity: 1;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic img{
    transition: all .3s ease;
}
.album-list .box:hover .pic img{
    -webkit-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
}

.album-list .txt {
    border: 1px solid #ddd;
    padding: 40px 15px 10px 15px;
    position: relative;
    color: #373737;
    font-size: 16px;
    text-align: center;
}
.album-list .txt:before {
    content: 'MORE';
    display: block;
    color: #29166F;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 3px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    position: absolute;
    top: -25px;
    left: calc(50% - 31px);
    background:#fff url(../../images/common/album/icon.png) no-repeat center 75%; 
}
.album-list .name {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    height: 25px;
}


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

.sect5 {
    padding: 20px 0;
	background:#F7F7F7;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
    margin-top: 20px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #004D9A;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 60px;
    transition: all .3s ease;

}
.sect5 .btn.more:hover {
    background: #555;
}
.sect5 .btn.more .ic {
    display: none;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px 11%;
}
.service-sect .btn.more {
    margin-left: 0px;
}

.service-sect-title {
    color: #333333;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 30px;
}
.service-sect-title span{
    margin : 12px auto;
    display: inline-block;
}
.service-sect-title:before{
    content: '';
    display: block;
    width: 40px;
    height: 44px;
    margin: auto;
    background: url(../../images/common/index/title_icon1.png);
}
.service-sect-title:after{
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    background: #555555;
    margin: 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;
	font-size: 16px;
    line-height: 30px;
}

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

.sect4 {
    padding: 40px 0 80px;
    border-top: 1px solid #E1E1E1;
    background: #F7F7F7;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    line-height: 1.4;
    margin: 0 0 25px;
    text-align: center;
    color: #333333;
    font-size: 25px;
    position: relative;
}
.news-sect-title span{
    display: block;
    margin:10px auto;
}
.news-sect-title:before{
    content: '';
    display: block;
    width: 20px;
    height: 14px;
    background: url(../../images/common/index/title_icon2.png);
    margin: auto;
}
.news-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #444455;
    color: #989FFC;
}
.news-sect-title .more {
    margin: 7px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.news-sect-title .more a{
        width: 90px;
    height: 35px;
    display: inline-block;
    background: #C0C3C9;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    border-radius: 60px;
    line-height: 35px;
    transition: all .3s ease;
}
.news-sect-title .more a:hover{
    background: #004D9A;
}
.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;
    background: #fff;
    transition: all .3s ease;
    border:solid 1px #E0E0E0;
     margin: 0 auto 20px;
}

.news-list .box:before{
    content: '';
    display: block;
    background: url(../../images/common/news/shadow.png) no-repeat center top;
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -8px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover:before {
    opacity: 1;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}

.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;
    margin-bottom: 10px;
}

.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;
    margin: 8px 0 14px;
}
.news-list .box .date:before {
    width: 68px;
    height: 2px;
    background: #777777;
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
}
.news-list .box .date:after {
    width: 68px;
    height: 2px;
    background: #777777;
    content: '';
    position: absolute;
    right: 0;
    top: 14px;
}
.news-list .date {
    position: relative;
    display: block;
    border-width: 1px 0;
    color: #333333;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    font-family: 'arial';
    background: #fff;
    margin: 0 -20px;
    width: calc(100% + 40px);
    box-sizing: content-box;
    align-items: center;
}
.news-list .box:hover .date {
    color: #111;
    border-color: #9c9c9c;
}


.news-list a .pic .hover{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;
    background:rgba(0,174,229,.85); 
}
.news-list a:hover .pic .hover{
    opacity: 1;
}
.news-list a .pic .hover .more{
    color: white;
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -54px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    height: 30px;

    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:16px;
    font-stretch:condensed;
    letter-spacing:1pt;



}
.news-list a .pic .hover .more b{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.news-list a:hover .pic .hover .more b{
    -webkit-transition: all 1.2s ease .5s;
    -moz-transition: all 1.2s ease .5s;
    -o-transition: all 1.2s ease .5s;
    -ms-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
    bottom: -0;
}
.news-list a .pic svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -72px;    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.news-list a .pic svg circle {
    stroke-dashoffset: 2000;    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.news-list a:hover .pic svg circle {
    stroke-dashoffset: 0;
        -webkit-transition: all 1.2s ease .5s;
    -moz-transition: all 1.2s ease .5s;
    -o-transition: all 1.2s ease .5s;
    -ms-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
}
/*************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: 1650px) {
	.about-sect .ibtn.more{
		position:absolute;

		right:auto;
		bottom:auto;
	}
	.about-sect .txt-box{
		    background: rgba(255, 255, 255, 0.7);
	}
	.sect2:after{
		display:none;
	}
}
@media screen and (max-width: 1300px) {
	.sect2 {
		padding: 0px 0;
	}
}
@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: 10px 0 30px 0;
    }
    .about-sect .txt-box{
        width: 100%;
        background: rgba(255, 255, 255, 0.7) ;
        float: none;
    }
    .news-list .box .date:after,.news-list .box .date:before{
            width: 20%;
    }
}
@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;
    }

}
@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%;
		position:relative;
    }
    .news-list {
        margin: 0 auto;
    }

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


}