/*图片的自适应*/

img {
    max-width: 100%;
    max-height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}
/*重置 HTML 的字体大小：*/

html {
    font-size: 100%;
}

.allmyAtion {
    width: 1200px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.myimg{
    width:1200px;
    height:370px;
}

    .myimg img {
        height: 100%;
        width: 100%;
    }

.myAtion {
    width: 280px;
    height:87px;
    background: rgba(1, 115, 211, 0.6);
    position: absolute;
    overflow: hidden;
    top: 120px;
    left: 0px;
    z-index: 999;
    /*animation: show1 1s linear infinite backwards;*/
}

@keyframes font1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }

    70% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}
.myimg .plan {
    font-family: "微软雅黑";
    color: #FFFFFF;
    font-size: 1.8rem;
    position: absolute;
    top: 9px;
    left: 25px;
    animation: font1 5s ease infinite both;
    -webkit-animation: font1 5s ease infinite both;
}

.myimg .myAtion span {
    font-family: "arial narrow";
    color: darkgray;
    font-size: 1.2rem;
    position: absolute;
    top: 50px;
    left: 15px;
    animation: font1 5s ease infinite both;
}
/*各部门*/
.Professional {
    width: 1200px;
  margin:0 auto;
}

.hidden {
    display: none;
}

.ProfessionalIntroduction{
    display:none;
}
/*左边*/
.text-left {
    width: 60%;
    float: left;
}

    .text-left ul {
        padding-top: 100px;
    }

.TechnicalDepartment {
    padding-top: 60px;
    padding-left: 30px;
    float: left;
    font-size: 1rem;
}

    .TechnicalDepartment i {
        padding-left: 7px;
        color: #0173d3;
    }

.Professional li {
    list-style: none;
    padding: 20px 50px;
}


        .Professional li:hover a {
            color: #0173d3;
        }

        .Professional li:hover .GardenArt {
            border-left: 4px solid #ff3300;
           
        }

.Professional a {
    text-decoration: none;
    color: #FFF;
    font-size: 0.8rem;
}

.Newspecial {
    color: #f27b23;
}

.year {
    float: right;
    font-size: 1rem;
    line-height: 30px;
}

.GardenArt {
    height: 15px;
    width: 32%;
    line-height: 14px;
    border-left: 4px solid #0173d3;
    transition: all 500ms ease-in-out;
    padding-left: 10px;
    position: absolute;
    margin-top: -18px;
    font-size: 1rem;
}

.Dottedline {
    border-bottom: 1px dashed gray;
    padding-top: 20px;
}


.footer {
    margin-top: 33% !important;
}


/*右边*/

.text-right {
    width: 100%;
    margin-top: 35px;
    padding-right: 0px;
    margin-bottom:30px;
}
.text-right::after{
	content: "";
	clear: both;
	display: block;
}

    .text-right img {
        margin: 30px 37%;
    }


/*鼠标悬浮小三角*/
.myCaret {
    position: absolute;
    margin: 12px 44%;
    display: none;
}

.btn-5:hover .myCaret {
    display: block;
}

.textCart {
    margin-top: -25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*专业按钮动画*/

.text-right *,
.text-right *:before,
.text-right *:after {
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ProfessionalIntroduction *,
.ProfessionalIntroduction *:before,
.ProfessionalIntroduction *:after {
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
*:before,
*:after {
    z-index: -1;
}

[class^="btn-"] {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 135px;
    max-width: 207px;
    text-transform: uppercase;
    overflow: hidden;
    border: 1px solid currentColor;
}

.btn-5 {
    background: #0173d3;
    color: #FFFFFF;
    float: left;
    /* border-right: 1px solid rgba(220, 220, 220, 0.3) !important;
    border-bottom: 1px solid rgba(220, 220, 220, 0.3) !important;
    border: 0px; */
	margin-right: 41px;
	margin-bottom: 20px;
}
.btn-5:nth-child(5n + 5){
	margin-right: 0;
}

    .btn-5 p {
        font-size: 0.8rem;
        text-align: center;
    }

    .btn-5:after {
        content: '';
        width: 0;
        height: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-width: 0 0 0 0;
        border-color: transparent #0164b9 transparent transparent;
        position: absolute;
        top: 0;
        right: 0;
    }

    .btn-5:before {
        content: '';
        width: 0;
        height: 0;
        -webkit-transform: rotate(360deg);
        border-style: solid;
        border-width: 0 0 0 0;
        border-color: transparent transparent transparent #0164b9;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .btn-5:hover {
        cursor: pointer;
    }

        .btn-5:hover:before,
        .btn-5:hover:after {
            border-width: 80px 262.5px;
        }

    .btn-5:active {
        background: #0164b9;
    }

.borderLeft {
    border-left: 0px;
    border-bottom: 0px;
}

@media screen and (max-width:1366px) {
    .Professional li:hover .GardenArt {
        border-left: 4px solid #ff3300;
    }
    .Professional {
        width: 1200px;
        margin: 0 auto;
    }

    .text-left {
        width: 60%;
        margin-left: 0%;
    }

    /* .text-right {
        float: right;
    } */

    .GardenArt {
        width: 50%;
    }

    .Dottedline {
        width: 105%;
    }
    .footer {
        margin-top: 45% !important;
    }
}

@media screen and (max-width:1280px) {
    .allmyAtion {
        width: 1200px;
        margin-top: 30px;
        overflow: hidden;
        position: relative;
        margin:0 auto;
    }
    .myimg {
        width: 1200px;
        margin-top: 20px;
    }
        .myimg img {
            width:1200px;
            margin-left: 0px;
            padding-top: 0px;
        }
    .Professional {
        width: 1200px;
        margin: 0 auto;
    }
   
    .text-left {
        width: 60%;
        margin-left:0%;
    }
    /* .text-right {
        float: right;
        width: 32.5%;
    } */
    .GardenArt {
        width: 57%;
    }
    .Dottedline {
        width: 112%;
    }
    [class^="btn-"] {
        position: relative;
        display: block;
        width: 100%;
        height: 135px;
        text-transform: uppercase;
        overflow: hidden;
        border: 1px solid currentColor;
    }
    .footer {
        margin-top: 48% !important;
    }
}

@media screen and (max-width:1024px) {
    .allmyAtion {
        width: 100%;
        margin-top: -15px;
        overflow: hidden;
        position: relative;
    }

    .myimg {
        width: 100%;
        height: 100%;
    }

        .myimg img {
            margin-left: 0px;
            padding-top: 0px;
        }

    .Professional li:hover .GardenArt {
        border-left: 4px solid #ff3300;
    }

    .Professional {
        width: 100%;
        margin-left: 0%;
        display: block;
    }

        .Professional li {
            list-style: none;
            padding: 17px 28px;
        }

    .text-left {
        width: 60%;
        margin-left: 0px;
    }
	.btn-5{
		margin: 0;
	}
    .btn-5 p {
        font-size: 0.5rem;
        text-align: center;
    }

    .textCart {
        margin-top: -14px;
    }

    .myCaret {
        position: absolute;
        margin: 2px 44%;
    }

    .TechnicalDepartment {
        padding-top: 36px;
        padding-left: 14px;
        font-size: 1rem;
        width: 60%;
    }

    .GardenArt {
        width: 54%;
    }

    .Dottedline {
        width: 100%;
    }

    /* .text-right {
        margin-top: 20px;
        width: 33%;
        margin-left: 0px;
        float: right;
        margin-bottom: 9%;
    } */

    [class^="btn-"] {
        height: 100px;
        max-width: 165.5px;
    }

    .text-right img {
        margin: 12px 37%;
    }

    .headerBox {
        margin-left: 0%;
    }

    .btn-5 {
        background: rgba(1, 115, 211, 0.8)
    }
}

@media screen and (max-width:768px) {
    .Professional {
        width: 100%;
        margin-left: 0%;
        display: block;
    }

        .Professional li {
            list-style: none;
            padding: 17px 0px;
        }

    .text-left {
        width: 67%;
        margin-left: 0px;
    }

    .TechnicalDepartment {
        padding-top: 36px;
        padding-left: 14px;
        font-size: 1rem;
        width: 60%;
    }

    .GardenArt {
        width: 57%;
    }

    .Dottedline {
        width: 172%;
    }

    /* .text-right {
        margin-top: 20px;
        width: 33%;
        margin-left: 0px;
    } */

    [class^="btn-"] {
        height: 126px;
        max-width: 126px;
        box-sizing:border-box;
    }

    .text-right img {
        margin: 25px 32%;
    }

    .headerBox {
        margin-left: 0%;
    }

    .btn-5 {
        background: rgba(1, 115, 211, 0.8)
    }
}


@media screen and (max-width:768px) {
    .allmyAtion {
        width: 100%;
        margin-top: -15px;
        overflow: hidden;
        position: relative;
    }

    .myimg {
        width: 100%;
        height: 100%;
    }

        .myimg img {
            margin-left: 0px;
            margin-top: 0px;
        }

    .myAtion {
        width: 150px;
        height: 50px;
        background: rgba(1, 115, 211, 0.6);
        position: absolute;
        overflow: hidden;
        top: 40px;
        left: 0px;
    }

    .myimg .plan {
        font-family: "微软雅黑";
        color: #FFFFFF;
        font-size: 1rem;
        position: absolute;
        left: 15px;
        top: 9px;
    }

    .myimg .myAtion span {
        font-family: "arial narrow";
        color: darkgray;
        font-size: 0.9rem;
        position: absolute;
        top: 30px;
        left: 5px;
    }

    .Professional li {
        list-style: none;
        width: 100%;
    }

    .text-left .TechnicalDepartment {
        padding-top: 0px;
        padding-left: 0px;
        font-size: 0.8rem;
        width: 99.6%;
        height: 40px;
        background-color: #F1F1F1;
        text-indent: 15px;
        line-height: 40px;
        margin: -128px 0px 10px 0px;
        border-left: 3px solid #02913f;
        color: #02913f;
    }

    .Professional a {
        font-size: 0.5rem;
    }

    .text-left ul {
        padding-top: 0px;
        margin: 0 auto;
        margin-top: -66px;
    }

    .GardenArt {
        width: 89%;
        margin-left: 18px;
        font-size: 0.8rem;
       
    }

    .text-left {
        width: 100%;
        margin-top: 17.2%;
        margin-left: 0px;
    }
    .ProfessionalIntroduction {
        width: 100%;
        margin-left: 0px;
        display: block;
    }

    /* .text-right {
      display:none;
    } */

    .Dottedline {
        width: 87%;
      
    }

    [class^="btn-"] {
        height: 100px;
        max-width: 25%;
        box-sizing: border-box;
    }

    .ProfessionalIntroduction img {
        margin: 15px 40%;
        width: 20px;
        height: 20px;
    }

    .btn-5 p {
        font-size: 1rem;
        text-align: center;
    }

    .textCart {
        margin-top: -6px;
    }

    .myCaret {
        display: none;
        position: absolute;
        margin: 18px 44%;
    }

    p#back-to-top {
        right: 2px;
    }

    .headerBox {
        margin-left: 0%;
    }
}

@media screen and (max-width:414px) {
    .allmyAtion {
        width: 100%;
        margin-top: -15px;
        overflow: hidden;
        position: relative;
    }

    .myimg {
        width: 100%;
        height: 100%;
    }

        .myimg img {
            height: 128px;
            margin-left: 0px;
            margin-top: 0px;
        }

    .myAtion {
        width: 150px;
        height: 50px;
        background: rgba(1, 115, 211, 0.6);
        position: absolute;
        overflow: hidden;
        top: 40px;
        left: 0px;
    }

    .myimg .plan {
        font-family: "微软雅黑";
        color: #FFFFFF;
        font-size: 1rem;
        position: absolute;
        left: 15px;
        top: 9px;
    }

    .myimg .myAtion span {
        font-family: "arial narrow";
        color: darkgray;
        font-size: 0.9rem;
        position: absolute;
        top: 30px;
        left: 5px;
    }

    .Professional li {
        list-style: none;
        width: 100%;
    }

    .text-left .TechnicalDepartment {
        padding-top: 0px;
        padding-left: 0px;
        font-size: 0.8rem;
        width: 99%;
        height: 40px;
        background-color: #F1F1F1;
        text-indent: 15px;
        line-height: 40px;
        margin: -12px 0px 10px 0px;
        border-left: 3px solid #02913f;
        color: #02913f;
    }

    .Professional a {
        font-size: 0.5rem;
    }

    .text-left ul {
        padding-top: 53px;
        margin: 0 auto;
        padding-bottom: 50%;
    }

    .GardenArt {
        width: 80%;
        font-size: 0.8rem;
        line-height:20px;
    }

    .text-left {
        width: 100%;
        margin-top:16px;
        margin-left: 0px;
    }
    .ProfessionalIntroduction {
        width: 100%;
        margin-left: 0px;
        display: block;
    }

    /* .text-right {
      display:none;
    } */

    .Dottedline {
        width: 87%;
        margin-top: 10px;
    }

    [class^="btn-"] {
        height: 80px;
        max-width: 25%;
        box-sizing: border-box;
    }

    .ProfessionalIntroduction img {
        margin: 15px 40%;
        width: 20px;
        height: 20px;
    }

    .btn-5 p {
        font-size: 1rem;
        text-align: center;
    }

    .textCart {
        margin-top: -6px;
    }

    .myCaret {
        display: none;
        position: absolute;
        margin: -2px 44%;
    }

    p#back-to-top {
        right: 2px;
    }

    .headerBox {
        margin-left: 0%;
    }
}
@media screen and (max-width:375px) {
    .allmyAtion {
        width: 100%;
        margin-top: -15px;
        overflow: hidden;
        position: relative;
    }

    .myimg {
        width: 100%;
        height: 100%;
    }

        .myimg img {
            height: 128px;
            margin-left: 0px;
            margin-top: 0px;
        }

    .myAtion {
        width: 150px;
        height: 50px;
        background: rgba(1, 115, 211, 0.6);
        position: absolute;
        overflow: hidden;
        top: 40px;
        left: 0px;
    }

    .myimg .plan {
        font-family: "微软雅黑";
        color: #FFFFFF;
        font-size: 1rem;
        position: absolute;
        left: 15px;
        top: 9px;
    }

    .myimg .myAtion span {
        font-family: "arial narrow";
        color: darkgray;
        font-size: 0.9rem;
        position: absolute;
        top: 30px;
        left: 5px;
    }

    .Professional li {
        list-style: none;
        width: 100%;
    }

    .text-left .TechnicalDepartment {
        padding-top: 0px;
        padding-left: 0px;
        font-size: 0.8rem;
        width: 99%;
        height: 40px;
        background-color: #F1F1F1;
        text-indent: 15px;
        line-height: 40px;
        margin: 1px 0px 10px 0px;
        border-left: 3px solid #02913f;
        color: #02913f;
    }

    .Professional a {
        font-size: 0.5rem;
    }

    .text-left ul {
        padding-top: 53px;
        margin: 0 auto;
    }

    .GardenArt {
        width: 80%;
        font-size: 0.8rem;
        line-height:20px;
    }

    .text-left {
        width: 100%;
        margin-top: 3px;
        margin-left: 0px;
    }
    .ProfessionalIntroduction {
        width: 100%;
        margin-left: 0px;
        display: block;
    }

    /* .text-right {
      display:none;
    } */

    .Dottedline {
        width: 87%;
        margin-top: 10px;
    }

    [class^="btn-"] {
        height: 80px;
        max-width: 25%;
        box-sizing: border-box;
    }

    .ProfessionalIntroduction img {
        margin: 15px 40%;
        width: 20px;
        height: 20px;
    }

    .btn-5 p {
        font-size: 1rem;
        text-align: center;
    }

    .textCart {
        margin-top: -6px;
    }

    .myCaret {
        display: none;
        position: absolute;
        margin: -2px 44%;
    }

    p#back-to-top {
        right: 2px;
    }

    .headerBox {
        margin-left: 0%;
    }
}

@media screen and (max-width:320px) {
    .allmyAtion {
        width: 100%;
        margin-top: -15px;
        overflow: hidden;
        position: relative;
    }
    .myimg {
        width: 100%;
        height: 100%;
    }
        .myimg img {
            height: 128px;
            margin-left: 0px;
            margin-top: 0px;
        }
    .myAtion {
        width: 150px;
        height: 50px;
        background: rgba(1, 115, 211, 0.6);
        position: absolute;
        overflow: hidden;
        top: 40px;
        left: 0px;
    }
    .myimg .plan {
        font-family: "微软雅黑";
        color: #FFFFFF;
        font-size: 1rem;
        position: absolute;
        left: 15px;
        top: 9px;
    }
    .myimg .myAtion span {
        font-family: "arial narrow";
        color: darkgray;
        font-size: 0.9rem;
        position: absolute;
       top:30px;
       left:5px;
    }
    .Professional li {
        list-style: none;
        width: 100%;
    }

    .text-left .TechnicalDepartment {
        padding-top: 0px;
        padding-left: 0px;
        font-size: 0.8rem;
        width: 99%;
        height: 40px;
        background-color: #F1F1F1;
        text-indent: 15px;
        line-height: 40px;
        margin: 25px 0px 10px 0px;
        border-left: 3px solid #02913f;
        color: #02913f;
    }

    .Professional a {
        font-size: 0.5rem;
    }
    .text-left ul {
        padding-top: 78px;
        margin: 0 auto;
        padding-bottom: 20%;
    }

    .GardenArt {
        width: 80%;
        font-size: 0.8rem;
        line-height:20px;
    }
    .text-left {
        width: 100%;
        margin-top: -21px;
        margin-left: 0px;
    }
    .ProfessionalIntroduction {
        width: 100%;
        margin-left: 0px;
        display:block;
    }
    /* .text-right {
      display:none;
    } */

    .Dottedline {
        width: 87%;
        margin-top: 10px;
    }

    [class^="btn-"] {
        height: 80px;
        max-width:25%;
        box-sizing:border-box;
    }

    .ProfessionalIntroduction img {
        margin: 15px 40%;
        width: 20px;
        height: 20px;
    }

    .btn-5 p {
        font-size: 0.9rem;
        text-align: center;
    }

    .textCart {
        margin-top: -6px;
    }

    .myCaret {
        display: none;
        position:absolute;
        margin:0px 44%;
    }

    p#back-to-top {
        right: 2px;
    }

    .headerBox {
        margin-left: 0%;
    }
}

/*返回顶部按钮*/

p#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 13px;
}

    p#back-to-top a {
        text-align: center;
        text-decoration: none;
        color: #d1d1d1;
        display: block;
        width: 30px;
        /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
        -moz-transition: color 1s;
        -webkit-transition: color 1s;
        -o-transition: color 1s;
    }

        p#back-to-top a:hover {
            color: #979797;
        }

        p#back-to-top a span {
            background: #02913f;
            border-radius: 6px;
            display: block;
            height: 30px;
            width: 30px;
            line-height: 26px;
            margin-bottom: 5px;
            /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
            -moz-transition: background 1s;
            -webkit-transition: background 1s;
            -o-transition: background 1s;
        }
