/*首屏Banner*/
#cover {
    width: 100%;
    min-width: 1200px;
    /*height: 100vh;*/
    height: 820px;
    background: #cccccc;
    position: relative;
}
#cover .head, #cover .foot, #cover .bg, #cover .mask {
    position: absolute;
    width: 100%;
    min-width: 1200px;
}
#cover .head {
    top: 0;
    z-index: 30;
}
#cover .foot {
    bottom: -60px;
    z-index: 20;
}
#cover .mask {
    top: 0;
    bottom: 0;
    z-index: 15;
    /*background: rgba(0, 0, 0, 0.2);*/
}
#cover .bg {
    top: 0;
    bottom: 0;
    z-index: 10;
    position: relative;
}
#cover .bg-item {
    position: absolute;
    /*top: 0;*/
    top: 150px;
    left: 0;
    width: 100%;
    /*height: 100vh;*/
    height: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}
#cover .bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*banner控制条*/
#cover .ctrl {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#cover .ctrl-head {
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 18px;
    display: none;
    cursor: pointer;
}
#cover .ctrl-head a {
    color: #FFFFFF;
}
#cover .ctrl-foot {
    display: flex;
}
#cover .ctrl-btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#cover .ctrl-btn div {
    transition: all 0.2s ease 0s;
    opacity: 0.2;
}
#cover .ctrl-btn .ctrl-prev:hover, #cover .ctrl-btn .ctrl-next:hover {
    transition: all 0.2s ease 0s;
    opacity: 1;
}
#cover .ctrl-info {
    width: 380px;
}
#cover .ctrl-progress {
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
}
#cover .ctrl-progress .progress {
    height: 3px;
    background: #FFFFFF;
    width: 0;
}
#cover .ctrl-brief {
    padding-top: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    display: none;
}
#cover .ctrl-prev, #cover .ctrl-next {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
#cover .ctrl-prev {
    margin-right: 20px;
    background-image: url("../../images/cover-ctrl-prev.png");
}
#cover .ctrl-next {
    background-image: url("../../images/cover-ctrl-next.png");
}
#cover .intro {
    /*position: absolute;*/
    width: 900px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100px;
    background: linear-gradient(180deg, rgba(82, 184, 188, 1) 0%, rgba(0, 142, 112, 1) 100%);
    border: 10px solid #FFF;
    justify-content: flex-start;
}
#cover .intro .intro-logo {
    width: 300px;
    height: 120px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: url(../../images/gxjz/gxjz-logo-white.png) 70px center no-repeat;
    background-size: 184px auto;
}
#cover .intro .intro-text {
    width: 500px;
    height: 72px;
    padding: 24px 35px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
}






#bg-normal {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: url(../../images/gxjz/gxjz-bg-normal.png) center 0px no-repeat;
    background-size: 100% auto;
    background-color: #FFF;
}
#bg-normal2 {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: url(../../images/gxjz/gxjz-bg-normal2.png) center 0px no-repeat;
    background-size: 100% auto;
    background-color: #FFF;
}
#bg-green {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: url(../../images/gxjz/gxjz-bg-green.jpg) center 0px no-repeat;
    background-size: 100% auto;
    /*background-size: auto 100%;*/
    background-color: #009E87;
}
#bg-search {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    background: url(../../images/gxjz/gxjz-bg-search.jpg) center 0px no-repeat;
    background-size: 100% auto;
    background-color: #0DA894;
}
.home-body {
    width: 1200px;
    margin: 0 auto;
}





/*温州宣言*/
.home-wzxy {
    padding-top: 150px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/*首页标题组合*/
.home-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-title .title {
    height: 40px;
}
.home-title .title img {
    height: 40px;
}
.home-title .icon {
    padding: 0 10px;
    width: 18px;
    height: 21px;
}
.home-title .icon img {
    width: 18px;
    height: 21px;
}
.home-title .line {
    margin-top: 16px;
    width: 60px;
    height: 3px;
    border-radius: 5px;
    background: rgba(0, 166, 130, 1);
    overflow: hidden;
}
.home-title .sub-title {
    margin-top: 12px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    font-size: 17px;
    color: #888;
    text-align: center;
}
/*首页地图-左侧介绍*/
.home-map-intro {
    display: flex;
    flex-direction: column;
}
.home-map-intro .intro {
    padding-top: 40px;
    padding-bottom: 30px;
    width: 540px;
    height: 180px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.home-map-intro .btns {
    display: flex;
    flex-direction: row;
    height: 50px;
}
.btns a .btn {
    /*width: 138px;*/
    margin-right: 10px;
    height: 46px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    line-height: 46px;
    background: #00A682;
    border-radius: 40px;
    transition: all 0.2s ease 0s;
}
.btns a:hover .btn {
    background: #2b988b;
    transition: all 0.2s ease 0s;
}
.btns a .btn span {
    padding-left: 10px;
    text-align: right;
    width: 25px;
    padding-right: 5px;
    transition: all 0.2s ease 0s;
}
.btns a:hover .btn span {
    width: 30px;
    padding-right: 0px;
    transition: all 0.2s ease 0s;
}
.btns a .sub {
    width: 120px;
    background: rgba(255,172,19,0.9);
}
.btns a:hover .sub {
    background: #FF8A13;
    transition: all 0.2s ease 0s;
}





.menu-flash {
    position: absolute;
    animation: menu-hx 1200ms ease-out infinite normal;
    /* Safari 与 Chrome */
}
@keyframes menu-hx {
    100% {
        width: 0px;
        height: 0px;
        top: 50%;
        left: 50%;
        margin-left: -0px;
        margin-top: -0px;
        border-radius: 10px;
        background-color: rgba(82,184,168,0.1);
        /*background-color: rgba(255,172,19,0.12);*/

    }
    0% {
        width: 140px;
        height: 50px;
        top: 50%;
        left: 50%;
        margin-left: -70px;
        margin-top: -25px;
        border-radius: 100px;
        background-color: rgba(82,184,168,0);
    }
}
.menu-flash-2{
    /*animation-delay:400ms;*/
}
.menu-flash-3{
    /*animation-delay:1200ms;*/
}




.sub-flash {
    position: absolute;
    animation: btn-hx 1200ms ease-out infinite normal;
    /* Safari 与 Chrome */
}
@keyframes btn-hx {
    100% {
        width: 0px;
        height: 0px;
        top: 50%;
        left: 50%;
        margin-left: -0px;
        margin-top: -0px;
        border-radius: 10px;
        background-color: rgba(255,90,40,0.8);

    }
    0% {
        width: 190px;
        height: 56px;
        top: 50%;
        left: 50%;
        margin-left: -95px;
        margin-top: -28px;
        border-radius: 100px;
        background-color: rgba(255,90,40,0);
    }
}
.sub-flash-2{
    /*animation-delay:400ms;*/
}
.sub-flash-3{
    /*animation-delay:1200ms;*/
}








.home-citymap {
    width: 600px;
}
.home-citymap .title {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    padding-top: 40px;
    padding-bottom: 10px;
}
.home-citymap ul {
    width: 600px;
    height: 100px;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.home-citymap ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
}
.home-citymap ul li:nth-child(1), .home-citymap ul li:nth-child(2), .home-citymap ul li:nth-child(3) {
    display: block;
}
.home-citymap ul li:nth-child(4), .home-citymap ul li:nth-child(5), .home-citymap ul li:nth-child(6) {
    display: block;
}
.home-citymap ul li:nth-child(7), .home-citymap ul li:nth-child(8), .home-citymap ul li:nth-child(9), .home-citymap ul li:nth-child(10) {
    display: block;
}
.home-citymap ul li a {
    display: block;
    height: 44px;
    line-height: 42px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 17px;
    padding-left: 40px;
    padding-right: 20px;
    background: url(../../images/gxjz/gxjz-poi-green.png) 20px 13px no-repeat;
    background-size: 12px 17px;
    background-color: #FFF;
    border: 1px solid #00A682;
    color: #00A682;
}
.home-citymap ul li a:hover {
    background-color: #00A682;
    border: 1px solid #00A682;
    color: #FFF;
}
.home-citymap ul li a.active {
    background-color: #00A682;
    border: 1px solid #00A682;
    color: #FFF;
}

.home-citymap ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-citymap ul li a span {
    font-size: 17px;
    line-height: 20px;
}
.home-citymap ul li a b {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
}

/*首页地图-右侧点闪动*/
.home-map {
    margin-top: 80px;
    width: 600px;
    height: 432px;
    background: url(../../images/gxjz/gxjz-home-map.png) 0 0 no-repeat;
    background-size: 600px auto;
    position: relative;
}
.map-poi {
    position: absolute;
    width: 40px;
    height: 40px;
}
.map-point {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
}
.map-point-text {
    border-radius: 100px;
    width: 44px;
    height: 26px;
    line-height: 26px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #FFF;
    display: none;
    position: absolute;
    top: 7px;
    left: 40px;
    z-index: 9999;
}
.point {
    position: absolute;
    animation: hx 1200ms ease-out infinite normal;
    /* Safari 与 Chrome */
}
@keyframes hx {
    0% {
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        margin-left: -5px;
        margin-top: -5px;
        border-radius: 10px;
        background-color: rgba(255,0,0,0.5);

    }
    100% {
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        margin-left: -20px;
        margin-top: -20px;
        border-radius: 100px;
        background-color: rgba(255,0,0,0);
    }
}
.point-2{
    animation-delay:400ms;
}
.point-3{
    animation-delay:800ms;
}





/*!*联盟单位*!*/
/*.pt100 {*/
/*    padding-top: 100px;*/
/*}*/
/*.home-lmlibs {*/
/*    width: 1200px;*/
/*    padding-top: 60px;*/
/*    padding-bottom: 100px;*/
/*}*/
/*.home-lmlibs ul {*/
/*    width: 1245px;*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    justify-content: flex-start;*/
/*}*/
/*.home-lmlibs ul li {*/
/*    width: 370px;*/
/*    !*background: #0C69D8;*!*/
/*    margin-right: 45px;*/
/*    margin-bottom: 50px;*/
/*    justify-content: flex-start;*/
/*}*/
/*.home-lmlibs ul li a .cover {*/
/*    width: 120px;*/
/*    height: 120px;*/
/*    border-radius: 70px;*/
/*    transform: rotate(0deg);*/
/*    overflow: hidden;*/
/*    border: 10px solid #D3F5EA;*/
/*    !*border: 10px solid rgba(255, 255, 255, 0.6);*!*/
/*    position: relative;*/
/*    transition: all 0.5s ease 0s;*/
/*}*/
/*.home-lmlibs ul li a:hover .cover {*/
/*    border: 10px solid #00A682;*/
/*    transition: all 0.5s ease 0s;*/
/*}*/
/*.home-lmlibs ul li .cover img {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*}*/
/*.home-lmlibs ul li a {*/
/*    justify-content: flex-start;*/
/*}*/
/*.home-lmlibs ul li a .cover img {*/
/*    transform: translate(-50%, -50%) scale(1);*/
/*    transition: all 1s ease 0s;*/
/*    -webkit-transform: translate(-50%, -50%) scale(1);*/
/*    -webkit-transition: all 2s ease 0s;*/
/*    -o-transform: translate(-50%, -50%) scale(1);*/
/*    -o-transition: all 2s ease 0s;*/
/*}*/
/*.home-lmlibs ul li a:hover .cover img {*/
/*    transform: translate(-50%, -50%) scale(1.3);*/
/*    transition: all 1s ease 0s;*/
/*    -webkit-transform: translate(-50%, -50%) scale(1.3);*/
/*    -webkit-transition: all 2s ease 0s;*/
/*    -o-transform: translate(-50%, -50%) scale(1.3);*/
/*    -o-transition: all 2s ease 0s;*/
/*}*/
/*.home-lmlibs ul li a dl {*/
/*    width: 210px;*/
/*    !*flex: 1;*!*/
/*    padding-left: 10px;*/
/*    transition: all 0.3s ease 0s;*/
/*}*/
/*.home-lmlibs ul li a:hover dl {*/
/*    padding-left: 15px;*/
/*    transition: all 0.3s ease 0s;*/
/*}*/
/*.home-lmlibs ul li dl dt {*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    font-size: 20px;*/
/*    color: #00A682;*/
/*    line-height: 30px;*/
/*    background: linear-gradient(147deg, #00A682 0%, #52B8BC 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/
/*.home-lmlibs ul li a dl dt {*/
/*    padding-bottom: 8px;*/
/*    !*border-bottom: 0;*!*/
/*    transition: all 0.3s ease 0s;*/
/*}*/
/*.home-lmlibs ul li a:hover dl dt {*/
/*    !*border-bottom: 2px solid #00A682;*!*/
/*    transition: all 0.3s ease 0s;*/
/*    font-weight: 600;*/
/*}*/
/*.home-lmlibs ul li dl dd {*/
/*    width: 100%;*/
/*    height: 96px;*/
/*    overflow: hidden;*/
/*    font-size: 14px;*/
/*    color: #666;*/
/*    line-height: 24px;*/
/*}*/











/*联盟单位*/
.pt100 {
    padding-top: 100px;
}
.home-lmlibs {
    width: 1200px;
    padding-top: 40px;
    padding-bottom: 80px;
}
.home-lmlibs ul {
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: flex-start;*/
    justify-content: space-between;
    /*justify-content: center;*/
}
.home-lmlibs ul li {
    width: 220px;
    /*background: #0C69D8;*/
    /*margin-right: 40px;*/
    margin-bottom: 50px;
    justify-content: flex-start;
}
.home-lmlibs ul li a .cover {
    width: 110px;
    height: 110px;
    border-radius: 70px;
    transform: rotate(0deg);
    overflow: hidden;
    border: 5px solid #D3F5EA;
    /*border: 10px solid rgba(255, 255, 255, 0.6);*/
    position: relative;
    transition: all 0.5s ease 0s;
}
.home-lmlibs ul li a:hover .cover {
    border: 5px solid #00A682;
    transition: all 0.5s ease 0s;
}
.home-lmlibs ul li .cover img {
    position: absolute;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
}
.home-lmlibs ul li a {
    justify-content: flex-start;
    align-items: center;
}
.home-lmlibs ul li a .cover img {
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 2s ease 0s;
    -o-transform: translate(-50%, -50%) scale(1);
    -o-transition: all 2s ease 0s;
}
.home-lmlibs ul li a:hover .cover img {
    transform: translate(-50%, -50%) scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1.3);
    -webkit-transition: all 2s ease 0s;
    -o-transform: translate(-50%, -50%) scale(1.3);
    -o-transition: all 2s ease 0s;
}
.home-lmlibs ul li a dl {
    width: 190px;
    /*flex: 1;*/
    /*padding-left: 10px;*/
    transition: all 0.3s ease 0s;
}
.home-lmlibs ul li a:hover dl {
    /*padding-left: 15px;*/
    transition: all 0.3s ease 0s;
}
.home-lmlibs ul li dl dt {
    width: 100%;
    height: 30px;
    font-size: 18px;
    color: #00A682;
    line-height: 30px;
    background: linear-gradient(147deg, #00A682 0%, #52B8BC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    text-align: center;
}
.home-lmlibs ul li a dl dt {
    padding-bottom: 6px;
    /*border-bottom: 0;*/
    transition: all 0.3s ease 0s;
}
.home-lmlibs ul li a:hover dl dt {
    /*border-bottom: 2px solid #00A682;*/
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
.home-lmlibs ul li dl dd {
    width: 100%;
    height: 44px;
    overflow: hidden;
    font-size: 13px;
    color: #666;
    line-height: 22px;
    text-align: center;
}
.home-lmlibs-more {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    margin-top: -10px;
}
.home-lmlibs-more a {
    display: block;
    height: 44px;
    line-height: 42px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 17px;
    /*padding-left: 40px;*/
    /*padding-right: 20px;*/
    /*background: url(../../images/gxjz/gxjz-poi-green.png) 20px 13px no-repeat;*/
    background-size: 12px 17px;
    /*background-color: #FFF;*/
    border: 1px solid #00A682;
    color: #00A682;
}
.home-lmlibs-more a:hover {
    background-color: #00A682;
    border: 1px solid #00A682;
    color: #FFF;
}







/*政策与文件、联盟动态、标准与制度*/
.home-news {
    width: 360px;
    overflow: hidden;
}
.pt80 {
    padding-top: 80px;
}
.jc-c {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*头条新闻*/
.top-news {
    width: 360px;
    overflow: hidden;
    padding-top: 36px;
}
.top-news a .cover {
    width: 360px;
    height: 200px;
    border-radius: 0 0 100px 0;
    overflow: hidden;
    border-left: 5px solid #13DDAD;
    position: relative;
    transform: rotate(0deg);
    box-sizing: border-box;
    margin-bottom: 20px;
}
.top-news a:hover .cover {
    /*border-left: 5px solid #FFBF00;*/
    border-left: 6px solid #ffff00;
}
.top-news .cover img {
    position: absolute;
    /*height: 100%;*/
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 200px;
}
.top-news a .cover img {
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 2s ease 0s;
    -o-transform: translate(-50%, -50%) scale(1);
    -o-transition: all 2s ease 0s;
}
.top-news a:hover .cover img {
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: all 2s ease 0s;
    -o-transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 2s ease 0s;
}
.top-news a .title {
    width: 355px;
    /*height: 30px;*/
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    line-height: 28px;
    padding-bottom: 12px;
    transition: all 0.3s ease 0s;
}
.top-news a:hover .title {
    color: #ff0;
    /*color: #FFBF00;*/
    margin-left: 5px;
    transition: all 0.3s ease 0s;
}
.top-news a .date {
    height: 26px;
    font-size: 15px;
    color: #13DDAD;
    line-height: 38px;
    display: inline-block;
    border-top: 1px dotted #13DDAD;
    transition: all 0.3s ease 0s;
}
.top-news a:hover .date {
    margin-left: 5px;
    transition: all 0.3s ease 0s;
}
/*新闻列表*/
.news {
    margin-bottom: 80px;
}
.news ul {
    margin-top: 50px;
}
.news ul li {
    margin-bottom: 30px;
}
.news ul li a .title {
    width: 355px;
    font-size: 16px;
    color: #FFF;
    line-height: 22px;
    padding-bottom: 4px;
    transition: all 0.3s ease 0s;
}
.news ul li a:hover .title {
    /*color: #FFBF00;*/
    color: #ff0;
    margin-left: 5px;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
.news ul li a .date {
    height: 26px;
    font-size: 15px;
    color: #13DDAD;
    line-height: 28px;
    transition: all 0.3s ease 0s;
}
.news ul li a:hover .date {
    margin-left: 5px;
    transition: all 0.3s ease 0s;
}
.news .news-more a {
    height: 40px;
    font-size: 16px;
    color: #13DDAD;
    line-height: 40px;
    display: inline-block;
    border-bottom: 1px dotted #13DDAD;
    transition: all 0.3s ease 0s;
}
.news .news-more a:hover {
    /*color: #FFBF00;*/
    color: #ff0;
    margin-left: 8px;
    transition: all 0.3s ease 0s;
    border-bottom: 1px dotted #ff0;
    font-weight: 600;
    /*border-bottom: 1px dotted #FFBF00;*/
}






/*合作共享机制介绍*/
.intro-item {
    width: 390px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.intro-item img {
    width: 390px;
    height: 260px;
}
.intro-item a .cover {
    width: 390px;
    height: 260px;
    overflow: hidden;
    position: relative;
    transform: rotate(0deg);
    box-sizing: border-box;
}
.intro-item a:hover .cover {
}
.intro-item .cover img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 200px;
}
.intro-item a .cover img {
    transform: translate(-50%, -50%) scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 2s ease 0s;
    -o-transform: translate(-50%, -50%) scale(1);
    -o-transition: all 2s ease 0s;
}
.intro-item a:hover .cover img {
    transform: translate(-50%, -50%) scale(1.2);
    transition: all 1s ease 0s;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: all 2s ease 0s;
    -o-transform: translate(-50%, -50%) scale(1.2);
    -o-transition: all 2s ease 0s;
}
.intro-item .link {
    width: 195px;
    height: 46px;
    margin: 0 auto;
    /*display: inline-block;*/
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    border-radius: 23px;
    z-index: 99;
    position: absolute;
    margin-top: -23px;
    margin-left: 100px;
}
.intro-item a .link .text {
    width: 195px;
    height: 46px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    border-radius: 23px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease 0s;
}
.intro-item a:hover .link .text {
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
.intro-item .link-1 {
    background: #00A682;
}
.intro-item .link-2 {
    background: #FFAC13;
}
.intro-item .link-3 {
    background: #52B8BC;
}







/*友情链接*/
.lib-link-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 1200px;
    overflow: hidden;
    border-top: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    margin-top: 30px;
}
.lib-link-logo li {
    box-sizing: border-box;
    width: 20%;
    height: 99px;
    overflow: hidden;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}
.lib-link-logo li img {
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
}
.lib-link-logo li a {
    box-sizing: border-box;
    width: 240px;
    height: 100px;
    overflow: hidden;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lib-link-logo li a:hover {
    opacity: 1;
}













.home-search {
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 70px;
}
.home-search .search-area {
    border: solid 5px rgba(0, 166, 130, 0.2);
    border-radius: 50px;
    margin-left: 0;
}















































































