﻿body{

}
input:-webkit-autofill,
 textarea:-webkit-autofill,
 select:-webkit-autofill {
     background-color: transparent!important;
     background-image: none !important;
     -webkit-box-shadow: 0 0 0 1000px white inset !important;
 }

 a{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
 }
  a:focus{outline:none;}

.common_web_nav .right{
    display: flex;
    height: 50px;
    align-items: center;
}
.common_web_nav .search{
    position: relative;
    height: 50px;
    line-height: 50px;
    margin-right: 15px;
    margin-bottom: 4px;
}
.common_web_nav .search_content button{
    position: absolute;
    top: 50%;
    right: 15px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background: url('../images/search_icon1.png') no-repeat center center;
    border: none;
    outline: none;
}
.common_web_nav .search_content input{
    width: 100%;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #161616;
    padding: 0 45px 0 15px;
    border: 1px solid #7c7c7c;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.common_web_nav .search_content{
    position: absolute;
    top: 50px;
    z-index: 9;
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 100;
    width: 100%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5);
    display: none;
}

.common_web_nav{
    background: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
    border-bottom: 1px solid #ccc;
}
.common_web_nav .content_gy::after{
    display: none;
}
.common_web_nav .content_gy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.common_web_nav .logo img{
    height: 30px;
}


.common_head{
    position: fixed;
    width: 100%;
    height: 105px;
    z-index: 99;
    left: 0;
    top: 0;
}
.common_head.active{
    background: #fff;
    box-shadow: 0px 1px 0px 0px #ccc;
}
.common_head .content{
    display: flex;
    padding: 0 48px;
    width: 100%;
    justify-content: space-between;
    height: 105px;
    align-items: center;
}

.index_menu .search{
    padding: 0 20px;
    height: 36px;
    display: flex;
    align-items: center;
    width: 192px;
    border: 1px solid #fff;
    border-radius:  30px;
    margin: 20px 0;
    
}
.index_menu.active .search{
    border: 1px solid #b2b2b2;
}
.index_menu .search input{
    background: none;
    font-size: 14px;
    border: none;
    outline: none;
    width: calc(100% - 22px);
    color: #b2b2b2;
}
.index_menu .search input::-webkit-input-placeholder { 
    color: #b2b2b2; 
    } 
.index_menu .search input:-moz-placeholder { 
    color: #b2b2b2; 
} 
.index_menu .search input::-moz-placeholder { 
    color: #b2b2b2; 
} 
.index_menu .search input:-ms-input-placeholder { 
    color: #b2b2b2; 
}
.index_menu .content .search input::-webkit-input-placeholder { 
    color: #b2b2b2; 
    } 
.index_menu .content .search input:-moz-placeholder { 
    color: #b2b2b2; 
} 
.index_menu .content .search input::-moz-placeholder { 
    color: #b2b2b2; 
} 
.index_menu .content .search input:-ms-input-placeholder { 
    color: #b2b2b2; 
}
.index_menu .search button{
    background: url("../images/search_icon.png") no-repeat center;
    height: 46px;
    width: 22px;
    border: none
}
.index_menu .search button{
    background: url("../images/search_icon1.png") no-repeat center;
    height: 46px;
    width: 22px;
    border: none
}
.common_head .content .logo{
    margin-right: 65px;
}
.common_head .content .logo img{ 
   height: 70px;
}
.common_head .content .logo img.active{
    display: none;
} 
.common_head.active .content .logo img{ 
    display: none;
}

.common_head.active .content .logo img.active{
    display: block;
} 
.common_head .content .link{
    padding-left: 25px;
    flex: 1;
}
.common_head .content .link .item>a{
    transition: 0.3s;
    border-bottom: 2px solid rgba(24, 159, 167, 0);
}
.common_head .content .link .item a{
    color: #fff;
    line-height: 105px;
    display: block;
}
.common_head.active .content .link .item>a{
    color: #6d7075;
    position: relative;
    z-index: 999;
}
.common_head .content .link .item{
    color: #fff;
    font-size: 16px;
    margin: 0 15px;
    display: inline-block;
    padding: 0 5px;
    line-height: 40px;
    position: relative;
}
.common_head .content .link .item2::before{
    display: block;
    content: '';
    width: 100%;
    position: fixed;
    transform: scale(1, 0);
    height: 69px;
    top: 105px;
    left: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    transition: 0.3s;
    transform-origin: top;
    border-bottom: 1px solid #ccc;
}
.common_head .content .link .item2:hover:before{
    transform: scale(1, 1);
}

.common_head .content .link .item ul{
    transform-origin: top;
    /* transform: scale(1, 0); */
    transition: 0.3s;
    display: none;
    position: absolute;
    top: 105px;
    text-align: center;
    z-index: 999;
left: -17px;
}
.common_head .content .link .item ul a{
    font-size: 14px;
    white-space: nowrap;
    padding: 0 20px;
    color: #000;
    line-height: 69px;
}
.common_head .content .link .item ul a:hover{
    color: #f4872d;
}

.common_head .content .link .item:hover ul{
    /* transform: scale(1, 1); */
    display: flex;
}
.common_head .content .link .item>a.active,
.common_head .content .link .item:hover>a{
    color: #f4872d;
    border-bottom: 2px solid rgba(244, 135, 45, 1);
}
.common_head .content .search {
    width: auto;
    margin-right: 20px;
}
.common_head .content .search form{
    padding: 0 20px;
    height: 36px;
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #fff;
    border-radius:  30px;
}
.common_head.active .content .search form{
    border: 1px solid #b2b2b2;
}
.common_head .content .search form input{
    background: none;
    font-size: 14px;
    border: none;
    outline: none;
    width: calc(100% - 22px);
    color: #b2b2b2;
    background: none;
}
.common_head .content .search form input::-webkit-input-placeholder { 
    color: #b2b2b2; 
    } 
.common_head .content .search form input:-moz-placeholder { 
    color: #b2b2b2; 
} 
.common_head .content .search form input::-moz-placeholder { 
    color: #b2b2b2; 
} 
.common_head .content .search form input:-ms-input-placeholder { 
    color: #b2b2b2; 
}
.common_head.active .content .search form input::-webkit-input-placeholder { 
    color: #b2b2b2; 
    } 
.common_head.active .content .search form input:-moz-placeholder { 
    color: #b2b2b2; 
} 
.common_head.activev .content .search form input::-moz-placeholder { 
    color: #b2b2b2; 
} 
.common_head.active .content .search form input:-ms-input-placeholder { 
    color: #b2b2b2; 
}
.common_head .content .search form button{
    background: url("../images/search_icon.png") no-repeat center;
    height: 46px;
    width: 22px;
    border: none
}
.common_head.active .content  .search form button{
    background: url("../images/search_icon1.png") no-repeat center;
    height: 46px;
    width: 22px;
    border: none
}

.common_head .content .contact{
    font-size: 28px;
    color: #fff;
    display: flex;
    align-items: center;
}
.common_head.active .content .contact{
    color: #f4872d;
}
.common_head .content .contact img{
    margin-right: 5px;
    width: 20px;
}
.common_head .content .contact img.active{
    display: none;
}
.common_head.active .content .contact img{
    display: none;
}
.common_head.active .content .contact img.active{
    display: block;
}





.clearfix,.content_gy{
    zoom: 1;
}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clearfix:after,
.content_gy:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.content_gy{
    margin: 0 auto;
    width: 1200px;
}

.dialog_bg{
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    top: 0;
    background: rgba(0,0,0,0.4);
    z-index: 100;
    display: none;
}


/* 移动端 */
.a_txt{display: block;position: fixed;top: 0px;left: 0px;
    width: 0px;height: 0px;overflow: hidden;z-index: 10000;
}

.a_txt .div1 {position: absolute;width: 100%;height: 100%;
    background: #076ce0;opacity: 0;left: 0px;top: 0px;z-index:1;
}

.a_txt .div2 {
    position: absolute;width: 20%;left: 0px;
    top: 2%;z-index: 100;text-align: right;opacity: 0;
}
.a_txt .div2 i{color: #fff;font-size: 32px;margin-right: 15px;}
.a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    right: -80%
}

.a_txt .div3 ul {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
}

.a_txt .div3 ul li {
    border-bottom: 1px solid #e9e9e9;
}

.mblink_item {
    display: flex;
}

.mblink_itema {
    height: 60px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    color: #333;
}

.mblink_itematxt {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mblink_itemi {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.a_txt2 {
    display: none;
    padding-bottom: 30px;
}

.a_txt2 a {
    padding: 0 20px;
    font-size: 14px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a_closed img {
    margin-right: 20px;
    display: inline-block;
}

.nycqlbrbox_fy {
    margin: 50px 0 0px;
}

@media screen and (max-width: 992px){

}

