﻿/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}



/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}



.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}


.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}



.roll_product {
    float: left;
}


/*头部样式*/
.top1 {
    background: #e6e6e6;
    color: #595959;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    font-size: 14px;
}

.top1 a {
    color: #595959;
}

.logo {
    float: left;
    line-height: 82px;
}

.k2 {
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    background: url(http://cdn.myxypt.com/qqlv8e7x/t/1/images/t.png) no-repeat left center;
    padding-left: 54px;
}

.k2 p:nth-child(2) {
    color: #2459a9;
    font-size: 27px;
}




.product_list1 {
    margin-top: 38px;
}

.product_list1 li {
    float: left;
    margin-right: 57px;
    margin-bottom: 28px;
}

.product_list1 li:nth-child(4n) {
    margin-right: 0;
}

.product_list1 li img {
    width: 257px;
    height: 293px;
}

.product_list1 li h3 {
    text-align: center;
    font-weight: normal;
    color: #3f3f3f;
    font-size: 20px;
}




/*主体样式*/

.ssddds {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyin-case-sort li:hover,
.xyin-case-sort li.on {
    background: #3c486d;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.xyin-case-sort li:hover a,
.xyin-case-sort li.on a {
    color: #fff;
}

.aby_hh li:hover .aby_hh_img img {
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}



/*页面底部*/
/* .foot{background:#333;}
.f_nav{width:826px;margin-top:40px;}
.f_nav dl{float:left;width:136px;height:186px;overflow:hidden;}
.f_nav dt{margin-bottom:8px;font-size:19px;color:#333;font-weight:normal;}

.f_nav dd a{font-size:12px;color:#333;line-height:20px;}
.copyright{text-align:center;line-height:24px;} */

/*内页左侧样式*/

.page-product-inquiry a {
    color: #fff;
}



.flex {
    display: flex;
}

.of {
    overflow: hidden;
}

.fen img {
    width: 100%;
    transition: all .3s ease-out;
}

.fen:hover img {
    transform: scale(1.1);
}

.w1520 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1520px;
}

@media (max-width: 1520px) {
    .w1520 {
        padding: 0 15px;
    }
}

.w1602 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1602px;
}

@media (max-width: w1602px) {
    .w1602 {
        padding: 0 15px;
    }
}

.tou {
    height: 82px;
}

.tou .con {
    justify-content: space-between;
    align-items: center;
}

.tou .con .dh {
    font-size: 22px;
    color: #303030;
    padding-left: 43px;
    background: url("../image/4137eab4c9c44707ba4b0031875b3fdb3202af7a.png") no-repeat 0 50%;
}

h2.bt {
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-weight: 500;
    line-height: 60px;
}

@media (max-width: 1380px) {
    h2.bt {
        font-size: 32px;
        line-height: 54px;
    }
}

@media (max-width: 780px) {
    h2.bt {
        font-size: 24px;
        line-height: 36px;
    }
}

.c1 {
    background: url(../image/95a48362047911ab4b37ded88e9a724a6611f40d.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 6.77083333333333vw;
    padding-bottom: 9.63541666666667vw;
}

@media (max-width: 480px) {
    .c1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.c1 .con {
    overflow: hidden;
    margin-top: 2.6vw;
}

@media (max-width: 480px) {
    .c1 .con {
        margin-top: 30px;
    }
}

.c1 .con .list2 {
    display: flex;
    margin-left: -0.835vw;
    margin-right: -0.835vw;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .c1 .con .list2 {
        flex-wrap: wrap;
    }
}

.c1 .con .list2 li {
    padding: 0 0.835vw;
    width: 33.33%;
}

@media (max-width: 480px) {
    .c1 .con .list2 li {
        width: 50%;
    }

    .c1 .con .list2 li:nth-child(1) {
        margin-bottom: 15px;
    }
}

.c1 .con .list2 li .img img {
    width: 100%;
}

.c1 .con .list2 li .zi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1.5625vw;
    padding-left: 1.875vw;
    background-color: #f3f3f3;
    padding-top: 1.875vw;
    padding-bottom: 1.979vw;
    transition: all .3s ease-out;
}

@media (max-width: 780px) {
    .c1 .con .list2 li .zi {
        padding-top: 12px;
        padding-bottom: 15px;
    }
}

.c1 .con .list2 li .zi .zi1 p {
    color: #333333;
    font-size: 16px;
    transition: all .3s ease-out;
}

@media (max-width: 1380px) {
    .c1 .con .list2 li .zi .zi1 p {
        font-size: 18px;
    }
}

@media (max-width: 780px) {
    .c1 .con .list2 li .zi .zi1 p {
        font-size: 16px;
    }
}

.c1 .con .list2 li .zi .zi1 span {
    display: block;
    font-size: 12px;
    color: #777777;
    transition: all .3s ease-out;
}

@media (max-width: 1380px) {
    .c1 .con .list2 li .zi .zi1 span {
        font-size: 14px;
    }
}

@media (max-width: 780px) {
    .c1 .con .list2 li .zi .zi1 span {
        font-size: 12px;
    }
}

.c1 .con .list2 li .zi .ck {
    font-size: 12px;
    color: #666;
    display: flex;
    transition: all .3s ease-out;
    align-items: center;
}

.c1 .con .list2 li .zi .ck span {
    margin-left: 18px;
    display: block;
    width: 11px;
    height: 10px;
    background: url("../image/3af8a36fc3c46f927b0ffb762ccc7ef991493486.png") no-repeat 50%;
}

.c1 .con .list2 li:hover .zi {
    background-image: linear-gradient(165deg, #2cc5b9 0%, #21a1d3 100%);
}

.c1 .con .list2 li:hover .zi .zi1 p {
    color: #fff;
}

.c1 .con .list2 li:hover .zi .zi1 span {
    color: #fff;
}

.c1 .con .list2 li:hover .zi .ck {
    color: #fff;
}

.c1 .con .list2 li:hover .zi .ck span {
    background: url("../image/311889e87fddc3bd8fe597e37e9ad1e6a80a93bb.png") no-repeat 50%;
}

.c2 {
    padding-top: 7.76vw;
    padding-bottom: 7.76vw;
    background: url("../image/24fa287ff05d9b5277cb2a972f800c7385af75f3.jpg") no-repeat 50% 0;
    background-size: cover;
}

@media (max-width: 780px) {
    .c2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c2 .c2-1 {
    /*max-width: 448px;*/
    background-color: #ffffff;
    box-shadow: 0px 24px 30px 0px rgba(1, 40, 43, 0.14);
    margin-left: 2.5vw;
    padding: 3.91vw 2.6vw 5.36vw 2.6vw;
	max-width: 468px;
}

@media (max-width: 480px) {
    .c2 .c2-1 {
        padding-bottom: 30px;
    }
}

.c2 .c2-1 h2 {
    font-size: 36px;
    line-height: 42px;
    color: #333;
    font-weight: 500;
}

@media (max-width: 1380px) {
    .c2 .c2-1 h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 780px) {
    .c2 .c2-1 h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.c2 .c2-1 dd {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.c2 .c2-1 dd p{
    text-indent: 2em;
    text-align: justify;
}

@media (max-width: 480px) {
    .c2 .c2-1 dd {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

.c2 .c2-1 .ck {
    font-size: 12px;
    color: #666;
    display: flex;
    transition: all .3s ease-out;
    align-items: center;
}

.c2 .c2-1 .ck span {
    margin-left: 18px;
    display: block;
    width: 11px;
    height: 10px;
    background: url("../image/3af8a36fc3c46f927b0ffb762ccc7ef991493486.png") no-repeat 50%;
}

.c3 {
    background-color: #f3f3f3;
    padding-top: 5.2vw;
    padding-bottom: 5.2vw;
}

@media (max-width: 480px) {
    .c3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.c3 .con {
    overflow: hidden;
    margin-top: 3.7vw;
}

@media (max-width: 480px) {
    .c3 .con {
        margin-top: 30px;
    }
}

.c3 .con .list2 {
    margin-left: -0.805vw;
    margin-right: -0.805vw;
    text-align: center;
}

.c3 .con .list2 li {
    padding: 0 0.805vw;
    width: 33.33%;
}

@media (max-width: 480px) {
    .c3 .con .list2 li {
        width: 100%;
        margin-bottom: 15px;
    }

    .c3 .con .list2 li:last-child {
        margin-bottom: 0;
    }
}

.c3 .con .list2 li a {
    background: #fff;
    display: block;
    padding-top: 4.17vw;
    padding-bottom: 4.22vw;
    padding-left: 4.0625vw;
    padding-right: 4.0625vw;
}

@media (max-width: 1200px) {
    .c3 .con .list2 li a {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (max-width: 780px) {
    .c3 .con .list2 li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.c3 .con .list2 li .img {
    line-height: 64px;
}

@media (max-width: 780px) {
    .c3 .con .list2 li .img {
        line-height: 42px;
    }
}

@media (max-width: 780px) {
    .c3 .con .list2 li .img img {
        height: 42px;
    }
}

.c3 .con .list2 li .img img.img2 {
    display: none;
}

.c3 .con .list2 li h3 {
    color: #333333;
    font-size: 24px;
    transition: all .3s ease-out;
    margin-top: 1.6vw;
    margin-bottom: 1.6vw;
}

@media (max-width: 1200px) {
    .c3 .con .list2 li h3 {
        font-size: 20px;
    }
}

@media (max-width: 780px) {
    .c3 .con .list2 li h3 {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

.c3 .con .list2 li dd {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 2.92vw;
}

.c3 .con .list2 li .ck {
    font-size: 12px;
    color: #666;
    transition: all .3s ease-out;
    align-items: center;
    justify-content: center;
    opacity: 0;
    display: flex;
}

.c3 .con .list2 li .ck span {
    margin-left: 18px;
    display: block;
    width: 11px;
    height: 10px;
    background: url("../image/3af8a36fc3c46f927b0ffb762ccc7ef991493486.png") no-repeat 50%;
}

.c3 .con .list2 li:hover .img img.img1 {
    display: none;
}

.c3 .con .list2 li:hover .img img.img2 {
    display: inline;
}

.c3 .con .list2 li:hover h3 {
    color: #159bd1;
}

.c3 .con .list2 li:hover .ck {
    opacity: 1;
}


/* video */
.video .img1{
    position: relative;
}
.video .img1 > img{
    width: 100%;
}

.video .video22{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.video .video22 .v1{
    text-align: center;
}
.video .video22 .v1 img{
    max-width: 100%;
    margin: 0 auto;
}

.video .video22 .v1 span{
    display: block;
    color: #3dbace;
    font-size: 1.875vw;
    margin-top: 1vw;
    text-decoration: underline;
}

@media(max-width: 767px){
    .video .img1 > img{
        height: 200px;
    }
    .video .video22 .v1 img{
        max-width: 50px;
        width: 100%;
    }
    .video .video22 .v1 span{
        font-size: 16px;
        margin-top: 5px;
    }
}


/*  */
.c4 {
    margin-top: 5.68vw;
    margin-bottom: 6.25vw;
}

.c4 .con {
    margin-top: 2.4vw;
}

.c4 .con .list1 {
    width: 66.974%;
}

@media (max-width: 780px) {
    .c4 .con .list1 {
        width: 100%;
    }
}

.c4 .con .list1 li {
    background-image: linear-gradient(135deg, #2cc5b9 0%, #21a1d3 100%);
}

.c4 .con .list1 li a {
    align-items: center;
}

.c4 .con .list1 li .img {
    width: 63.655%;
}

@media (max-width: 480px) {
    .c4 .con .list1 li .img {
        width: 100%;
    }
}

.c4 .con .list1 li .img img {
    width: 100%;
}

.c4 .con .list1 li .zi {
    padding: 20px 2.4vw 20px 24px;
    width: 36.346%;
}

@media (max-width: 480px) {
    .c4 .con .list1 li .zi {
        width: 100%;
    }
}

.c4 .con .list1 li .zi .timex {
    font-size: 14px;
    color: #ffffff;
}

.c4 .con .list1 li .zi h3 {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 4.2vw;
    margin-bottom: 7.2vw;
}

@media (max-width: 480px) {
    .c4 .con .list1 li .zi h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

.c4 .con .list1 li .zi .ck {
    font-size: 12px;
    color: #fff;
    transition: all .3s ease-out;
    align-items: center;
    display: flex;
}

.c4 .con .list1 li .zi .ck span {
    margin-left: 18px;
    display: block;
    width: 11px;
    height: 10px;
    background: url("../image/311889e87fddc3bd8fe597e37e9ad1e6a80a93bb.png") no-repeat 50%;
}

.c4 .con .list2 {
    width: 31.52%;
}

@media (max-width: 780px) {
    .c4 .con .list2 {
        width: 100%;
        margin-top: 30px;
    }
}

.c4 .con .list2 li {
    border: solid 1px #e5e5e5;
    margin-bottom: 22px;
    transition: all .3s ease-out;
}

.c4 .con .list2 li a .img {
    width: 38.15%;
}

.c4 .con .list2 li a .img img {
    width: 100%;
}

.c4 .con .list2 li a .zi {
    padding: 14px 2.6vw 14px 1.04vw;
    width: 61.85%;
}


.c4 .con .list2 li a .zi h3 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    transition: all .3s ease-out;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.c4 .con .list2 li a .zi .timex {
    margin-top: 1.5vw;
    color: #c0c0c0;
    font-size: 14px;
    transition: all .3s ease-out;
}

@media (max-width: 480px) {
    
    .c4 .con .list2 li a .zi {
        padding: 10px;
        padding-bottom: 0;
    }
    .c4 .con .list2 li a .zi h3{
        font-size: 13px;
        line-height: 18px;
    }
    .c4 .con .list2 li a .zi .timex{
        font-size: 12px;
    }
}

.c4 .con .list2 li:hover {
    background-image: linear-gradient(170deg, #2cc5b9 0%, #21a1d3 100%);
}

.c4 .con .list2 li:hover a .zi h3 {
    color: #fff;
}

.c4 .con .list2 li:hover a .zi .timex {
    color: #fff;
}

.foot {
    background-color: #f3f3f3;
}

@media(max-width: 767px){
    .foot{
        padding-bottom: 15%;
    }
}

.foot .con {
    padding-top: 5vw;
    padding-bottom: 5.5vw;
}

@media (max-width: 480px) {
    .foot .con {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.foot .con .foot11 {
    display: flex;
}

@media (max-width: 480px) {
    .foot .con .foot11 {
        flex-wrap: wrap;
    }
}

.foot .con .foot11 .foot1 {
    margin-right: 6.77vw;
    width: 142px;
}

.foot .con .foot11 .foot1 h2 {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

.foot .con .foot11 .foot1 .list2 {
    margin-top: 2.5vw;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 780px) {
    .foot .con .foot11 .foot1 .list2 {
        margin-top: 20px;
    }
}

.foot .con .foot11 .foot1 .list2 li {
    display: flex;
    position: relative;
}

.foot .con .foot11 .foot1 .list2 li .img {
    line-height: 20px;
}

.foot .con .foot11 .foot1 .list2 li .img img.img2 {
    display: none;
}

.foot .con .foot11 .foot1 .list2 li:hover .img img.img1 {
    display: none;
}

.foot .con .foot11 .foot1 .list2 li:hover .img img.img2 {
    display: inline;
}

.foot .con .foot11 .foot1 .list2 li .sec {
    position: absolute;
    top: 28px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.foot .con .foot11 .foot1 .list2 li .sec img {
    width: 60px;
}

.foot .con .foot11 .foot1 .list2 li:hover .sec {
    display: block;
}

.foot .con .foot11 .foot2 h2 {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

@media (max-width: 480px) {
    .foot .con .foot11 .foot2 h2 {
        width: 100%;
        margin-top: 20px;
    }
}

.foot .con .foot11 .foot2 dd {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    margin-top: 2vw;
}

@media (max-width: 780px) {
    .foot .con .foot11 .foot2 dd {
        line-height: 28px;
        margin-top: 20px;
    }
}

.foot .con .foot3 {
    width: 326px;
    padding-top: 1.98vw;
    cursor: pointer;
}

@media (max-width: 780px) {
    .foot .con .foot3 {
        width: 35%;
    }
}

@media (max-width: 480px) {
    .foot .con .foot3 {
        display: none;
    }
}

.foot .con .foot3 h2 {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
}

.foot .con .foot3 .sec {
    margin-top: 3.229vw;
    padding-left: 3px;
    height: 35px;
    border: none;
    border-bottom: 3px solid #999999;
    font-size: 12px;
    letter-spacing: 0.6px;
    width: 100%;
    color: #999999;
    background: url(../image/30b8a424c656b6716edfda975a4c843a140cab88.png) no-repeat 100% 50%;
    position: relative;
}

.foot .con .foot3 .sec .sec1 {
    position: absolute;
    background: #fff;
    bottom: 35px;
    left: 0;
    z-index: 1;
    padding: 0 10px;
    width: 100%;
    line-height: 30px;
    display: none;
}

.foot .con .foot3 .sec .sec1 a {
    color: #999999;
}

.foot .con .foot3:hover .sec .sec1 {
    display: block;
}

.foot .con1 {
    border-top: 1px solid #e5e5e5;
    line-height: 24px;
    padding: 18px 0;
    font-size: 12px;
    color: #999999;
}

.foot .con1 a {
    color: #999999;
}

.foot .con1 .con2 {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1280px) {
    .foot .con1 .con2 {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 1280px) {
    .foot .con1 .con2 .foot21 {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1280px) {
    .foot .con1 .con2 .foot22 {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .c1 .con .list2 li .zi .zi1 p{
        font-size: 14px;
    }
    .c1 .con .list2 li .zi .ck span{
        margin-left: 0;
    }
}
/*# sourceMappingURL=index.css.map */

/*首页横图文字*/
.video{width: 100%;margin: auto;position: relative;}
.ctbtbg{background: url("../picture/da2e2aa9c64dcafa7a9083cc890004fdc2798bd7.jpg") no-repeat 50% 0;background-size: cover;height: 492px;}
.ctbt{margin: 0px auto; max-width: 1602px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;color:#fff;}
.ctbt h4{font-size: 36px;line-height: 54px;text-align: center;visibility: visible; animation-name: slideInUp;margin-top: 8%;}
.ctbtline{font-size: 14px;color:#fff;}
.ctbtitle{width:100%;margin: 0px auto;text-align: center;}
.ctbtitle span{font-size: 16px;color:#fff;line-height: 32px;}
.ctbtmr{width: 164px;margin: auto;margin-top: 2%;}
.ctbtmore{border: 1px solid #fff;border-radius: 26px 26px 26px 26px;line-height: 52px;text-align: center;}
.ctbtmore a{font-size: 14px;line-height: 47px;color: #fff;}
.ctbtmore:hover{background-image: linear-gradient(135deg, #2cc5b9 0%, #21a1d3 100%);border: 0px solid;}
@media(max-width: 1800px){
	.ctbtbg{height:396px;}
	.ctbt h4{margin-top: 6%;}
	}
@media(max-width: 1680px){
	.ctbtbg{height:396px;}
	.ctbt h4{margin-top: 6%;}
	}
@media(max-width: 1500px){
	.ctbt h4{margin-top: 4%;}
	/*.ctbtbg{height:335px;}*/
	.ctbtbg{height:376px;}
	}

@media(max-width: 1300px){
	.ctbt h4{margin-top: 6%;}
	/*.ctbtbg{height:375px;}*/
	.ctbtbg{height:308px;}
	}
@media(max-width: 1200px){
	.ctbtbg{height:275px;}
	/*.ctbtbg{height:300px;}*/
	.ctbt h4{font-size: 28px;line-height: 38px;margin-top: 6%;}
	.ctbtitle span{font-size: 13px;line-height: 24px;}
	.ctbtmr{width: 120px;}
	.ctbtmore{line-height: 36px;}
	.ctbtmore a{font-size: 14px;line-height: 28px;}
	}
@media(max-width: 1080px){
	.ctbtbg{height:252px;}
	.ctbt h4{font-size: 26px;line-height: 36px;margin-top: 8%;}
	}
@media only screen and (max-width:920px) and (min-width:850px){
	.ctbtbg{height:218px;}
	.ctbt h4{margin-top: 8%;}
	}
@media(max-width: 840px){
	.ctbt h4{margin-top: 7%;}
	/*.ctbtbg{height:275px;}*/
	.ctbtbg{height:205px;}
	.ctbtitle{width:45%;}
	}
@media(max-width: 780px){
	/*.ctbtbg{height:225px;}*/
	.ctbtbg{height:185px;}
	.ctbt h4{margin-top: 3%;}
	}
@media(max-width: 540px){
	.ctbtbg{height:130px;}
	.ctbt h4{margin-top: 4%;}
	.ctbtitle{width:54%;}
	}
@media(max-width: 500px){
	.ctbt h4{font-size: 26px;line-height: 36px;margin-top: 5%;}
	.ctbtitle span{font-size: 13px;line-height: 24px;}
	.ctbtitle{width:80%;}
	.ctbtmr{width: 120px;}
	.ctbtmore{line-height: 36px;}
	.ctbtmore a{font-size: 14px;line-height: 28px;}
	}
@media(max-width: 414px){
	.ctbt h4{margin-top: 6%;}
	}
@media(max-width: 380px){
	.ctbt h4{font-size: 24px;line-height: 32px;margin-top: 8%;}
	.ctbtitle span{font-size: 12px;line-height: 22px;}
	.ctbtmr{width: 100px;}
	.ctbtmore{line-height: 32px;}
	.ctbtmore a{font-size: 12px;line-height: 24px;}
	}