header{
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 12;
    transition: all 0.6s;
    position: fixed;
}
.content{
    padding-top: 120px;
}
header.actives{
    position: fixed;
    top: 0;
    left: 0;
}
header .logo{
    height: 100%;
    display: table;
    padding-left: 30px;
    float: left;
}
header .logo a{
    display: table-cell;
    vertical-align: middle;
}
header .logo img {
    transition: all 0.6s;
}
header nav {
    float: right;
}
header nav .top{
    height:50px;
    transition: all 1s;
}
header nav .top .top_cont{
    width: 500px;
    height: 50px;
    float: right;
}
header nav .top .search{
    float: left;
    position: relative;
   margin-top: 10px;
}
header nav .top .search .search_input{
    background: #e5e5e5;
    width: 260px;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
    border:0 none;
    outline:medium;
}
header nav .top .search .search_icon {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
header nav .top .search .search_icon2{
    opacity: 0;
}
header nav .top .search .search_icon:hover.search_icon1 {
    opacity: 0;
}
header nav .top .search .search_icon:hover.search_icon2{
    opacity: 1;
}
header nav .top .language{
    float: right;
    position: relative;
    height: 50px;
    width: 205px;
    -moz-user-select:none;
    /*火狐*/
    -webkit-user-select:none;
    /*webkit浏览器*/
    -ms-user-select:none;
    /*IE10*/
    -khtml-user-select:none;
    /*早期浏览器*/
    user-select:none;
}
header nav .top .language .img1{
    font-size: 16px;
    color: #fff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-image: url(../iamges/index/header_top1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: 55px;
    top: 0;
    cursor: pointer;
    z-index: 3;
    display: none;
}
header nav .top .language .img1 .will-wrap{
    background: #dd3d3a;
    border-radius: 20px;
    padding: 10px 0px;
    margin-top: 5px;
    display: none;
}
header nav .top .language .img1 .will-wrap.active{
    display: block;
}
header nav .top .language .img1 .will-wrap li{
    height: 20px;
    line-height: 20px;
}
header nav .top .language .img1 .will-wrap li a{
    color: #fff;
}
header nav .top .language .img1 .will-wrap li a:hover{
    text-decoration: none;
}
header nav .top .language .img1 img{
    vertical-align: middle;
}
header nav .top .language .img2{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    width:75px ;
    text-align: center;
    line-height: 50px;
    background-image: url(../iamges/index/header_top2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
header nav .bottom{
    height: 70px;
    line-height: 70px;
}
header nav .bottom .nav-list {
    display: inline-block;
    margin-right: 40px;
}
header nav .bottom .weixin-icon{
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
    width: 120px;
    height: 20px;
    vertical-align: middle;
}
header nav .bottom .weixin-icon .weixin_img {
    position: absolute;
    left: 50%;
    width: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #666;
}
.weixin_code{
    position: absolute;
    right:0;
    top: 25px;
    z-index: 11;
    opacity: 0;
}
header nav .bottom .weixin-icon .weixin_img:hover {
    color: #3dae36;
}
header nav .bottom .weixin-icon .weixin_img:hover + .weixin_code {
    opacity: 1;
}
header nav .bottom .nav-list li{
    display: inline-block;
    padding: 0px 30px;
}
header nav .bottom .nav-list li a{
    font-size: 18px;
    color: #666;
    padding: 23px 0px;
    position: relative;
}
header nav .bottom .nav-list li.active a::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #dd3d3a;
    position: absolute;
    bottom: 0;
}
header nav .bottom .nav-list li a:hover{
    text-decoration: none;
    color: #dd3d3a;
}
header nav .bottom .nav-list li.active a{
    color: #dd3d3a;
}
.menu-btn{
    display: none;
}
header.rolling{
    position: fixed;
    height: 70px;
    transition: all 0.6;
}
header.rolling nav .top{
    display: none;
}
header.rolling .logo img{
    height: 60px;
}
@media only all and (max-width: 1600px){
    header nav .bottom .nav-list li{
        padding: 0px 20px;
    }
}
@media only all and (max-width: 1440px) {
    header nav .bottom .nav-list li {
        padding: 0px 10px;
    }
}
@media only all and (max-width: 1280px) {
    header nav .bottom .nav-list{
        margin-right: 30px;
    }
    header nav .bottom .weixin-icon{
        margin-right: 30px;
    }
}
@media only all and (max-width: 1024px) {
    header .logo img{
        width: 100px;
    }
    header nav{
        width: 82%;
    }
    header nav .bottom .nav-list li a{
        font-size: 16px;
    }
    header nav .bottom .nav-list{
        margin-right: 10px;
    }
    header nav .bottom .weixin-icon{
        margin-right: 10px;
    }
    header{
        height: 108px;
    }
    .content {
        padding-top: 108px;
    }
    header nav .bottom{
        height: 50px;
        line-height: 50px;
    }
    header nav .top{
        top: 40px;
    }
    header nav .top .search .search_input{
        height: 30px;
    }
    header nav .top .search .search_icon {
        top: 9px;
        width: 15px;
    }
    header nav .top .language{
        height: 40px;
    }
    header nav .top .language .img1{
        height: 40px;
        line-height: 40px;
    }
    header nav .top .language .img2{
        height: 40px;
        line-height: 40px;
    }
    header.rolling {
        height:58px;
    }
    header.rolling .logo img{
        width: 80px;
        height: auto;
    }
    header nav .bottom .weixin-icon{
        width: 50px;
        margin-right: 0;
    }
}

/* .nav-drop-wrap{
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 120px;
} */
.nav-drop {
    width: 100%;
    display: none;
    /* overflow: hidden; */
    /* *zoom: 1; */
    background-size: cover;
    position: fixed;
    top: 120px;
    z-index: 12;
    left: 0;
    top: 120px;
}
header nav .bottom .nav-list .nav-drop li {
    height: 180px;
    float: left;
    padding: 0px;
    width: 25%;
}
.nav-drop-about li {
    width: 25%;
}
header nav .bottom .nav-list .nav-drop.nav-drop-pros li {
    width: 50%;
}
header nav .bottom .nav-list .nav-drop.nav-drop-pros li a{
    background-size: cover !important;
}
.nav-drop li a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover !important;
}
.nav-drop li a::after{
    display: none !important;
}
.nav-drop-about li a.bg1 {
    background: url(../iamges/header/about1.png) no-repeat 50% 50%;
    background-size: cover;
}
.nav-drop-about li a.bg2 {
    background: url(../iamges/header/about2.png) no-repeat 50% 50%;
    background-size: cover;
}
.nav-drop-about li a.bg3 {
    background: url(../iamges/header/about3.png) no-repeat 50% 50%;
    background-size: cover;
}
.nav-drop-about li a.bg4 {
    background: url(../iamges/header/about4.png) no-repeat 50% 50%;
    background-size: cover;
}
.nav-drop li .shadow{
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    top: 0px;
    background: rgba(39, 101, 176,0.7);
    opacity: 0.6;
    left: 0px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.6;
    -moz-transition: all 0.6;
    -ms-transition: all 0.6;
    -o-transition: all 0.6;
    transition: all 0.6;
}
.nav-drop li h3 {
    position: absolute;
    z-index: 2;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    bottom: 20px;
    left: 20px;
}
.nav-drop li h3.cn {
    font-size: 24px;
}
.nav-drop li h3 span{
    opacity: 0;
    -webkit-transition: all 0.6;
    -moz-transition: all 0.6;
    -ms-transition: all 0.6;
    -o-transition: all 0.6;
    transition: all 0.6;
}
.nav-drop li:hover .shadow{
    opacity: 1;
}
.nav-drop li:hover h3 span{
    margin-left: 20px;
    opacity: 1;
}

.nav-drop-pro li {
    width: 25%;
}
.nav-drop-pro li a.bg1 {
    background: url(../iamges/header/about1.png) no-repeat 50% 50%;
    background-size: cover;
}
.nav-drop-pro li a.bg2 {
    background: url(../iamges/header/about2.png) no-repeat 50% 50%;
    background-size: cover;
}
.nav-drop-pro li a.bg3 {
    background: url(../iamges/header/about3.png) no-repeat 50% 50%;
    background-size: cover;
}
.nav-drop-pro li a.bg4 {
    background: url(../iamges/header/about4.png) no-repeat 50% 50%;
    background-size: cover;
}
/* nav-drop-res li {
    width: 50%;
}
nav-drop-res li a.bg1 {
    background: url(../iamges/header/about3.png) no-repeat 50% 50%;
    background-size: cover;
}
nav-drop-res li a.bg2 {
    background: url(../iamges/header/about4.png) no-repeat 50% 50%;
    background-size: cover;
}

nav-drop-inv li {
    width: 50%;
}
nav-drop-inv li a.bg1 {
    background: url(../iamges/header/about3.png) no-repeat 50% 50%;
    background-size: cover;
}
nav-drop-inv li a.bg2 {
    background: url(../iamges/header/about4.png) no-repeat 50% 50%;
    background-size: cover;
} */
header.en nav{
    width: 85%;
}
header.en nav .bottom .nav-list{
    margin-right: 20px;
}
header.en nav .bottom .weixin-icon{
    margin-right: 20px;
}
header.en nav .bottom .nav-list li{
    padding: 0px 14px;
}
header.en nav .bottom .nav-list .nav-drop li{
    padding: 0;
}
@media only all and (max-width: 1600px){
    header.en nav .bottom .nav-list {
        margin-right: 0px;
    }
    header.en nav .bottom .weixin-icon {
        margin-right: 0px;
    }
    header.en nav .bottom .nav-list li {
        padding: 0px 10px;
    }
    header.en nav .bottom .nav-list li a {
        font-size: 16px;
    }
    header.en nav .bottom .nav-list li.active a::after {
        bottom: -2px;
    }
    header.en .nav-drop li h3.cn {
        font-size: 20px;
    }
    header.en nav .bottom .nav-list li:first-child {
        padding-left: 0;
    }
    header.en nav .bottom .nav-list li:last-child{
        padding-right: 0;
    }
}
@media only all and (max-width: 1440px){
    header.en nav .bottom .nav-list li {
        padding: 0px 5px;
    }
    header.en nav .bottom .nav-list li a {
        font-size: 15px;
    }
}
@media only all and (max-width: 1366px) {
    header.en nav .bottom .nav-list li a {
        font-size: 14px;
    }
}
@media only all and (max-width: 1280px) {
    header.en nav .bottom .nav-list li a {
        font-size: 13px;
    }
    header.en nav .bottom .nav-list li.active a::after {
        bottom: -3px;
    }
}
@media only all and (max-width: 1024px){
    .nav-drop{
        top: 108px;
    }
    header {
        height: 50px;
        position: fixed;
        background: #092240;
        top: 0;
        left: 0;
    }
    header nav {
        display: none;
    }
    header .logo img {
        width: 70px;
    }
    .content {
        padding-top: 0px;
    }
    .menu-btn {
        width: 30px;
        height: 30px;
        position: relative;
        display: block;
        float: right;
        text-align: center;
        top: 15px;
        right: 10px;
    }
    .menu-btn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        margin-bottom: 8px;
    }
    .menu-btn span:last-child {
        margin-bottom: 0;
    }
    .menu-btn.active span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .menu-btn.active span:nth-child(1) {
        margin-bottom: 0;
        transform: translate(-50%, -50%) rotate(45deg);
        transform-origin: 50%, 50%;
    }
    .menu-btn.active span:nth-child(2) {
        display: none;
    }
    .menu-btn.active span:nth-child(3) {
        margin-bottom: 0;
        transform: translate(-50%, -50%) rotate(-45deg);
        transform-origin: 50%, 50%;
    }
}
@media only all and (max-width: 768px) {
    
}
@media only all and (max-width: 640px) {
    .menu-btn {
        width: 25px;
    }
}

/* 手机导航 */
.phone_shadow {
    position: fixed;
    left: 0;
    bottom: 0;
    top:50px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 89;
    display: none;
}
.phone_shadow.active{
    display: block;
}
.phone_nav{
    width: 50%;
    height: 100%;
    position: fixed;
    top: 50px;
    z-index: 90;
    right: -100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6;
    -o-transition: all 0.6;
    -moz-transition: all 0.6;
    transition: all 0.6;
    background: #092240;
    text-align: center;
}
.phone_nav.shows{
    right: 0;
}
.phone_nav .phone_nav_top{
    margin-bottom: 20px;
}
.phone_nav .phone_search{
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.phone_nav .phone_nav_top input{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 10px;
    color: #666;
    padding-left: 10px;
}
.phone_nav .phone_search .phone_icon {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 18px;
}
.phone_nav .phone_navlist{
    margin-bottom: 10px;
}
.phone_nav .phone_navlist li.phone_navitem{
    padding: 10px 30px;
    text-align: left;
    position: relative;
}
.phone_nav .phone_navlist li.phone_navitem::before{
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #fff;
    opacity: 0.5;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 30px;
}
.phone_nav .phone_navlist li.phone_navitem a{
    position: relative;
    display: block;
}
.phone_nav .phone_navlist li.phone_navitem  i{
    color: #fff;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 18px;
    z-index: 3;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.phone_nav .phone_navlist li.phone_navitem i.active{
    transform: rotate(90deg);
    right: 20px;
}
.phone_nav .phone_navlist li.phone_navitem .navitem_list{
    width: 100%;
    margin: 10px 0px;
    display: none;
}
.phone_nav .phone_navlist li.phone_navitem .navitem_list li{
    padding: 5px 0px;
}
.phone_nav .phone_navlist li.phone_navitem .navitem_list li a{
    font-size: 14px;
    color: #fff;
}
.phone_nav .phone_navlist li a {
    color: #fff;
    font-size: 16px;
}
.phone_nav .phone_navlist li a:hover{
    text-decoration: none;
    color: #dd3d3a;
}
.phone_nav .phone_navlist li.active a{
    color: #dd3d3a;
}
.phone_nav .phone_language{
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}
.phone_nav .phone_language .phone_lang1{
    width: 130px;
    height: 40px;
    background-image: url(../iamges/index/header_top1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 55px;
    top: 0;
    line-height: 40px;
    text-align: center;
    z-index: 3;
    color: #fff;
    display: none;
}
.phone_nav .phone_language .phone_lang2 {
    width: 75px;
    height: 40px;
    background-image: url(../iamges/index/header_top2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0px;
    z-index: 4;
    right: 0;
    color: #fff;
    line-height: 40px;
}
.phone_nav .phone_language .phone_lang1 .will-wrap{
    background: #dd3d3a;
    border-radius: 10px;
    padding: 10px 0px;
    margin-top: 5px;
    display: none;
}
.phone_nav .phone_language .phone_lang1 .will-wrap li{
    height: 20px;
    line-height: 20px;
}
.phone_nav .phone_language .phone_lang1 .will-wrap li a{
    color: #fff;
}
.phone_nav .phone_language .phone_lang1:hover .will-wrap{
    display: block;
}
.phone_nav .phone_language .phone_lang1 .will-wrap li a:hover{
    text-decoration: none;
}

.phone_nav .phone_weixin .phone_weixincode{
    opacity: 0;
    width: 100%;
}
.phone_nav .phone_weixin .phone_weixincode img{
    max-width: 100%;
}
.phone_nav .phone_weixin:hover .phone_weixincode{
    opacity: 1;
}
@media only all and (max-width: 768px) {
    .content {
        margin-top: 50px;
    }
}
@media screen and (max-width:414px){
    .phone_nav{
        width: 70%;
    }
}
@media screen and (max-width:375px) {
    .phone_nav .phone_weixin .phone_weixincode img{
        height: 100px;
    }
    .phone_nav .phone_navlist li.phone_navitem{
        padding: 5px 30px;
    }
    .phone_nav .phone_navlist li.phone_navitem i{
        top: 4px;
    }
}
@media screen and (max-width:320px){
    .phone_nav{
        width: 80%;
    }
    .phone_nav .phone_language{
        height: 35px;
        margin-bottom: 12px;
        font-size: 15px;
    }
    .phone_nav .phone_language .phone_lang1{
        height: 35px;
        line-height: 35px;
    }
    .phone_nav .phone_language .phone_lang2{
        height: 35px;
        line-height: 35px;
    }
    .phone_nav .phone_nav_top{
        margin-bottom: 10px;
    }
    .phone_nav .phone_weixin .phone_weixincode img {
        height: 90px;
    }
}




.content-wrapper {
    width: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 1440px) {
    .content-wrapper {
        width: 1200px;
    }
}
@media screen and (max-width: 1280px) {
    .content-wrapper {
        width: 1000px;
    }
}
@media screen and (max-width: 1024px) {
    .content-wrapper {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
/* @media screen and (max-width: 768px) {
    .content-wrapper {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
} */

/* 底部 及视频弹框*/
footer{
    width: 100%;
    background: #092240;
    padding: 50px 0px;
    position: relative;
}
footer .foot_top .foot_item{
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #414963;
    color: #fff;
    margin-right: 30px;
}
footer .foot_top .foot_item:hover{
    text-decoration: none;
    opacity: 0.8;
}
footer .foot_top .foot_item span{
    font-size: 14px;
}
footer .foot_top .foot_item p{
    font-size: 20px;
    font-weight: bold;
}
footer .foot_top_left{
    width: 50%;
}
footer .foot_top_right .share_item {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    transition: all 0.6;
    position: relative;
    width: 45px;
    cursor: pointer;
}
footer .foot_top_right .share_item .item_img{
    width: 45px;
    height: 45px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #414963;
}
footer .foot_top_right .share_item .share_img {
    margin-top: 14px;
}
footer .foot_top_right .share_item:hover{
    transform: translateY(-2px);
}
footer .foot_top_right .share_item:hover .item_img{
    border-color: #fff;
}
footer .foot_top_right .share_item:hover .share_img {
    opacity:1;
}
footer .foot_top_right .share_item .item_code{
    position: absolute;
    bottom: 45px;
    right: -120px;
    display: none;
}
/* footer .foot_top_right .share_item:last-child:hover {
    margin-left: 40px;
}
footer .foot_top_right .share_item:first-child:hover{
    margin-right: 40px;
} */
footer .foot_top_right .share_item:hover .item_code{
    display: block;
}
footer .copyright{
    color: #414963;
    font-size: 14px;
    margin-top: 10px;
}
footer .copyright a{
    color: #414963;
}
footer .copyright a:hover{
    text-decoration: none;
}
footer .foot_bottom{
    margin-top: 30px;
}
footer .foot_bottom .foot_nav a{
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}
footer .foot_bottom .foot_nav a:hover{
    text-decoration: none;
}
footer .backtop{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-image: url(../iamges/index/backtop_bg.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
footer .backtop img{
    margin-left: 20px;
    margin-top: 10px;
}
.video-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    display: none;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.video-mask #videoplay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    height: 500px;
    z-index: 3;
    display: none;
}

.video-mask .playTip {
    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%);
    z-index: 4;
    display: none;
    color:#fff ;
    text-align: center;
    font-size:14px;
}
.video-mask .playTip .playTip_info{
    margin-top: 5px;
    display: none;
}
.video-mask .playTip .playTip_info a{
    color: #2765b0;
    font-size:14px;
}
@media screen and (max-width: 1600px){
    footer .foot_top_right .share_item .item_code{
        right: -80px;
    }
}
@media screen and (max-width: 1366px){
    footer .foot_top_right .share_item .item_code{
        right: -60px;
    }
}
@media screen and (max-width: 1280px){
    footer .foot_top_right .share_item .item_code{
        right: -110px;
    }
}
@media screen and (max-width: 1024px){
    .video-mask #videoplay {
        width: 60%;
    }
    footer .foot_top_right .share_item .item_code{
        right: -17px;
    }
}
@media screen and (max-width: 768px) {
    footer .copyright .copy1{
        float: none;
    }
    footer .copyright .copy2{
        float: none;
        margin-top: 5px;
    }
    footer .backtop{
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    footer .backtop img{
        width: 20px;
    }
    .video-mask #videoplay {
        width: 80%;
    }
}
@media screen and (max-width:414px){
    footer .foot_top_left{
        width: 100%;
        float: none;
    }
    footer .foot_top_right{
        float: none;
        margin-top: 20px;
    }
    .video-mask #videoplay {
        width: 100%;
        height:295px;
    }
    .video-mask .playTip img{
        width: 50%;
    }
    footer .foot_top_right .share_item .item_code{
        left: -27px;
        right: auto;
    }
    footer .foot_top_right .share_item .item_code img{
        max-width: 200%;
    }
}

/* btn */
.tabcon-btn {
    display: block;
    background: #dd3d3a;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tabcon-btn::before {
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff, #ffffff, #ffffff, rgba(0, 0, 0, 0)); */
    background: url(../iamges/index/btn_h.png) no-repeat;
    left: -100%;
    top: 0%;
    transition: 1.2s;
    transform: rotate(0deg);
}
.tabcon-btn span {
    margin-left: 10px;
}
.tabcon-btn:hover {
    text-decoration: none;
    color: #fff;
}
.tabcon-btn:hover::before {
    left: 120%;
}
footer .copyright .copy1 {
  color: #dedede;
}
footer .copyright .copy1  a{
  color: #dedede;
}
@media screen and (min-width: 769px){
  footer .copyright .copy1{
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px){
  footer .copyright .copy1{
    /* text-align: center; */
  }
}
