
img {

    border: 0;
    max-width: 100%;
    height: auto;
}
input, select, textarea, button {
    vertical-align: middle;
}
textarea, input {
    outline: none;
    resize: none;
}
input[type='submit'], input[type='button'], button {
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}

/* 去掉浏览器默认样式 */
select:focus, textarea:focus, input:focus, button {
    outline: none;
}
/* placeholder文字的初始样式 */
input::-webkit-input-placeholder,input:-moz-placeholder,input::-moz-placeholder,input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,textarea:-moz-placeholder,textarea::-moz-placeholder,textarea:-ms-input-placeholder{
    color:    #999;
}


/*用来解决在安卓上的点击出现篮框问题*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus, input:focus, p:focus, div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



.block {
    display: block;
}
/* 网站基本宽度 */
.container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}
/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
/* 宽度定义 */
.wid-100 {
    width: 100%;
}
.wid-10 {
    width: 10%;
}
.wid-20 {
    width: 20%;
}
.wid-30 {
    width: 30%;
}
.wid-40 {
    width: 40%;
}
.wid-50 {
    width: 50%;
}
.wid-60 {
    width: 60%;
}
.wid-70 {
    width: 70%;
}
.wid-80 {
    width: 80%;
}
.wid-90 {
    width: 90%;
}
.half {
    width: 50%;
}


/*******遮罩弹出按钮（包含链接和放大）*******/
.hwaq_img_btn_01 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hwaq_img_btn_01 img {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
}
.hwaq_img_btn_01 .ovrly {

    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hwaq_img_btn_01 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hwaq_img_btn_01 .buttons>a {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.hwaq_img_btn_01 .buttons .the_search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hwaq_img_btn_01:hover .buttons>a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.hwaq_img_btn_01:hover .ovrly {
    opacity: 1;
}
.hwaq_img_btn_02 {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.hwaq_img_btn_02 .layer, .hwaq_img_btn_02 .layer > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hwaq_img_btn_02 .layer {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hwaq_img_btn_02 img {
    opacity: 0.9;
}
.hwaq_img_btn_02 .layer::after, .hwaq_img_btn_02 img, .hwaq_img_btn_02 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.hwaq_img_btn_02 .layer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content:'';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hwaq_img_btn_02 h2, .hwaq_img_btn_02 p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.hwaq_img_btn_02 h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.hwaq_img_btn_02 p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}
.hwaq_img_btn_02:hover {
    background: -webkit-linear-gradient(-45deg, #053565 0%, #0066cc 100%);
    background: linear-gradient(-45deg, #053565 0%, #0066cc 100%);
}
.hwaq_img_btn_02:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
.hwaq_img_btn_02:hover .layer::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.hwaq_img_btn_02:hover h2, .hwaq_img_btn_02:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.icon-eye::before {
    content:'\e000';
}
.icon-paper-clip::before {
    content:'\e001';
}
.icon-heart::before {
    content:'\e024';
}
.hwaq_img_btn_02 h2 {
    display: inline-block;
}
.hwaq_img_btn_02:hover p.description {
    opacity: 1;
}
.hwaq_img_btn_02:hover figcaption, .hwaq_img_btn_02:hover h2, .hwaq_img_btn_02:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hwaq_img_btn_02:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.hwaq_img_btn_02:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hwaq_img_btn_02:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.hwaq_img_btn_02:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/*******按钮效果*******/
.hwaq_just_btn_01 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.hwaq_just_btn_01::before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hwaq_just_btn_01>span {
    position: relative;
    z-index:20;
}
.hwaq_just_btn_01:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}
.hwaq_just_btn_01::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.hwaq_just_btn_01:hover::after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
/**************图片点击放大效果****************/
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/**************页面右下角悬浮表单****************/
.mlztx {
    opacity: .6;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #2b93e6;
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 30px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    transition: all 1s ease 0s;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
    box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
    cursor: pointer;
}
.mlztx:hover {
    opacity:1;
    background-color:#00b1ff;
    width:65px;
    height:65px;
}
.layer-form {
    display: none;
}
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 1000001;
    left: 0;
    top: 0;
}
.wrap-contact100 {
    width: 560px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    /*margin-top: 40px;*/
    overflow: auto;
    max-height: 90vh;
}
.contact100-form-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    background-image: url("../images/layer-form-bg.jpg");
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px 30px 15px;
}
.contact100-form-title::before {
    content:"";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(67, 67, 67, 0.6);
}
.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 55px 48px 55px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px
}
.label-input100 {
    font-size: 18px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    left: 2px;
}
.label-input100.rs1 {
    height: 60px;
}
.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 25px 0 60px;
    border: none;
}
input.input100 {
    height: 55px;
}
textarea.input100 {
    min-height: 162px;
    padding-top: 22px;
    padding-bottom: 15px;
    font-family:'microsoft yahei';
}
.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid;
    border-radius: 2px;
    border-color: #0066cc;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.input100:focus + .focus-input100 + .label-input100 {
    color: #0066cc;
}
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 17px;
}
.contact100-form-btn {
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 42px;
    border-radius: 21px;
    background: #0066cc;
    cursor: pointer;
    box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-btn:hover {
    background: #333333;
    box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}
@media (max-width: 576px) {
    .contact100-form {
        padding: 40px 15px 48px 15px;
    }
    .input100 {
        padding: 0 25px 0 40px;
    }
    .label-input100 {
        width: 40px;
    }
}
.validate-input {
    position: relative;
}
.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}
.alert-validate::before {
    content:"";
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: transparent;
    border: 1px solid #fa4251;
    border-radius: 2px;
    top: -1px;
    left: -1px;
    pointer-events: none;
}
.btn-hide-validate {
    font-size: 18px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}
.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}
.true-validate::after {
    content:"\f26b";
    font-size: 18px;
    color: #00ad5f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0px;
    right: -25px;
}
@media (max-width: 576px) {
    .btn-hide-validate {
        right: 10px;
    }
    .true-validate::after {
        right: 10px;
    }
}
.btn-hide-contact100 {
    font-size: 20px;
    color: #fff;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    z-index: 10;
}
.btn-hide-contact100 .icon {
    margin: 0;
    padding: 0;
    background: none;
}
.btn-hide-contact100:hover {
    opacity: 1;
}
/*******图片移上放大效果*******/
.img-box {
    overflow: hidden;
    position: relative;
}
.img-box img {
    transition: 1s ease;
}
.img-box:hover img {
    transform: scale(1.1, 1.1);
}
/*******Swiper外部容器超出隐藏*******/
.slideBox {
    overflow: hidden;
}
/*******button-hover（边框线切换）*******/
.hwaq-hover-btn {
    display: inline-block;
    position: relative;
}
.hwaq-hover-btn span {
    display: block;
    transition: all 0.5s ease 0s;
}
.hwaq-hover-btn:hover span {
    color: #ff5c19;
}
.hwaq-hover-btn:before, .hwaq-hover-btn:after, .hwaq-hover-btn span:before, .hwaq-hover-btn span:after {
    content:"";
    width: 25%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #ff5c19;
    border-left: none;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease 0s;
}
.hwaq-hover-btn:after {
    left: 25%;
}
.hwaq-hover-btn span:before {
    left: 50%;
}
.hwaq-hover-btn span:after {
    left: 75%;
}
.hwaq-hover-btn:hover:before, .hwaq-hover-btn:hover:after, .hwaq-hover-btn:hover span:before, .hwaq-hover-btn:hover span:after {
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
}
.hwaq-hover-btn:hover:before {
    border-left: 2px solid #ff5c19;
}
.hwaq-hover-btn:hover span:after {
    border-right: 2px solid #ff5c19;
}
/*******button-hover（横向闪过）*******/
.set_1_btn {
    color: #333;
    cursor: pointer;
    display: block;
    position: relative;
    vertical-align: middle;
    background:transparent;
}
.set_1_btn:hover {
    text-decoration: none;
    transition: all 150ms linear 0s;
}
.set_1_btn svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.set_1_btn rect {
    fill: none;
    stroke: #e1b700;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 450ms linear 0s;
}
.set_1_btn:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 114;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
/*******img-hover（遮罩+链接、放大）*******/
.portfolio-item {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
}
.portfolio-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-item__info {
    position: absolute;
    top: 7px;
    left: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 2 * 7px);
    height: calc(100% - 2 * 7px);
    background-color: rgba(38, 37, 37, 0.5);
}
.portfolio-item__header {
    position: relative;
    margin: 0 0 20px 0;
    padding: 15px 0;
    font-size: 22px;
}
.portfolio-item__header:after {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    width: 100%;
    content:'';
    background-color: #8D909B;
}
.portfolio-item__links {
    display: flex;
}
.portfolio-item__link-block {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.portfolio-item__link-block:last-child {
    margin-right: 0;
}
.portfolio-item__link {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #101010;
    text-decoration: none;
    border: 1px solid #101010;
    border-radius: 50%;
}
.portfolio-item__link:hover {
    color: #fff;
    background-color: #101010;
}
.portfolio-item--eff3 .portfolio-item__info {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.portfolio-item--eff3 .portfolio-item__header {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__header:after {
    bottom: -20px;
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block {
    opacity: 0;
}
.portfolio-item--eff3 .portfolio-item__link-block:first-child {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.portfolio-item--eff3 .portfolio-item__link-block:nth-child(2) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}
.portfolio-item--eff3:hover .portfolio-item__info {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.portfolio-item--eff3:hover .portfolio-item__header {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.45s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__header:after {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.6s;
    bottom: 0;
    opacity: 1;
}
.portfolio-item--eff3:hover .portfolio-item__link-block {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0.85s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
/*******img-hover（图片翻盖效果）*******/
.hwaq-img-fg-box {
    position:relative;
}
.hwaq-img-fg-box .pic {
    position: relative;
    z-index: 1;
    transform-origin: 95% 50% 0;
    transition: all 0.5s ease 0s;
}
.hwaq-img-fg-box:hover .pic {
    transform:rotate(-160deg);
    z-index: 10;
}
.hwaq-img-fg-box .pic img {
    width:100%;
    height:auto;
    border-radius:50%;
}
.hwaq-img-fg-box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #b9607e;
}



@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}