.content>img {
    width: 100%;
}
.content .pull-down {
    border-bottom: 0.02rem solid #c6c6c6;
    position: relative;
}
.content .pull-down .center {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    
}
.hid {
    width: 90%;
    margin: 0 auto;
    display: none;
}
.content .pull-down .left {
    color: #00b1d7;
    font-size: .36rem;
    line-height: .92rem;
    display: inline-block;
}
.content .pull-down .right {
    width: .5rem;
    text-align: center;
    line-height: .92rem;
    cursor: pointer;
}
.content .con{
    background: #f5f5f5;
    padding: .3rem 0;
    display: none;
}
.content .from_safe{
    width: 90%;
    background: #ffffff;
    margin: 0 auto;
}
.content .from_safe .message,.content .from_safe .choose{
    width: 90%;
    margin: 0 auto;
    padding:.4rem 0 ;
}
.content .from_safe .message>div{
    background: #ffffff;
    margin: 0 auto;
    font-size: .3rem;
    border-bottom: 0.02rem solid #bababa;
    line-height: .7rem;
    margin-top: .5rem;
}
.content .from_safe .message div input{
    border: none;
    outline: none;
    font-size: .24rem;
}

.content .from_safe .choose{
    font-size: .26rem;

}
.check{
    width: .2rem;
    height: .2rem;
    border-width: 2px;
    margin-right:.2rem ;
}
.content .from_safe .choose .tit{
    font-size: .3rem;
}
.content .from_safe .choose ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content .from_safe .choose ul li{
    width: 40%;
    margin: 0.4rem 0;
    text-wrap: nowrap;
}
.content .from_safe .choose .issueTab {
    margin: 0.27rem 0 0.45rem;
    border: 1px solid #bababa;
    padding: 0.1rem;
    height: 2rem;
    outline: none;
    width: 95%;
}
.select{
    width: 100%;
    background: #ffffff;
    display: none;
}
.select ul li{
    padding-left: .4rem;
    font-size: .2rem;
    top: .92rem;
}
 .submit {
    cursor: pointer;
    border-radius: 0.5rem;
    border: none;
    background: linear-gradient(to right,#05c1e9,#0277cb);
    color: #ffffff;
    line-height: .6rem;
    width: 2rem;
    font-size: .3rem;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}
.package {
    width: 90%;
    height: 8.2rem;
    margin: 0 auto;
    background: url("../images/contactImg/China.png") center center no-repeat;
    position: relative;
    background-size: contain;
}
.xj {
    position: absolute;
    top: 2.7rem;
    left: -.6rem;
    width: 4rem;
}
.qy {
    position: absolute;
    top: 3.8rem;
    right: 2rem;
    width: 4rem;
}
.sc {
    position: relative;
    top: 5rem;
    left: 1.5rem;
    width: 4rem;
}
.bj {
    position: absolute;
    top: 2.9rem;
    right: -.25rem;
    width: 4rem;
}
.wsq {
    position: absolute;
    top: 3.6rem;
    right: 0.5rem;
    width: 4rem;
}
.sx {
    position: absolute;
    top: 4rem;
    right: .5rem;
    width: 4rem;
    z-index: 15;
}
.jl {
    position: absolute;
    top: 2.15rem;
    right: -0.9rem;
    width: 4rem;
}
.dc {
    position: absolute;
    top: 1.8rem;
    right: -1.6rem;
    width: 4rem;
}
.con .package .sx .tit {
    font-size: .2rem;
    position: absolute;
    top: .6rem;
    left: 50%;
    transform: translateX(-50%);
}
.con .package .tit {
    font-size: .2rem;
    position: absolute;
    top: -.05rem;
    left: 50%;
    transform: translateX(-50%);
}
input[type="checkbox"] {
    width: .3rem;
    height: .3rem;
    background-color: #fff;
    -webkit-appearance: none;
    border: 0.02rem solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    vertical-align: middle;
    
}

input[type="checkbox"]:checked {
    background-color: #0277cb;
    background-size: 100% 100%;
    vertical-align: middle;
}
.content .from_safe .message div input[type=text]::placeholder{
        color: #c8c9cbe6;
}
textarea::-webkit-input-placeholder {
        color: #c8c9cbe6;
    }
.package .tit {
    font-size: .2rem;
    position: absolute;
    top: -0.05rem;
    left: 1.8rem;
}
.package .hov {
    width: 0.44rem;
    position: absolute;
    top: 0.2rem;
    left: 1.8rem;
}
.package .bigP {
    width: 0.44rem;
    height: 0.44rem;
    background: #00b1d7;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    opacity: .2;
    animation: animate 2s linear infinite;
}


}
.package .smallP {
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: #00b1d7;
    margin: 0 auto;
    position: relative;
    top: -0.27rem;
    left: 0;
}
.package .business {
    background: #f9f9f9;
    box-shadow: 0 5px 20px 0px #e6e6e6;
    padding: 0.15rem;
    display: none;
}
.package .business h2 {
    font-size: .2rem;
    margin-bottom: 0.1rem;
}
.package .business p {
    font-size: .16rem;
    color: #676b77;
}
.package .hov:hover + .business {
    display: block;
    position: absolute;
    top: 0.7rem;
    left: 2rem;
    transform: translateX(-50%);
    z-index: 20;
}
.top
{
    width: 90%;
    margin: 0 auto;
    background: url("../images/contactImg/background.png") center center no-repeat;
    background-size: cover;
    height: 4.5rem;
    font-size: .32rem;
    color: #ffffff;
}
.top .circle
{
    display: flex;
    align-items: center;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    border: .02rem solid #ffffff;
    text-align: center;
    line-height: .6rem;
    margin-right: .25rem;
}
.top .email,.top .phone{
    width: 85%;
    margin: 0 auto;
    padding: .6rem 0;
}
.top .email .text{
    line-height: .6rem;
}
.globle {
    background: url(../images/contactImg/globle.png) center center no-repeat;
    height: 6.7rem;
    background-size: contain;
}
 .globle .bmAll {
    position: relative;
    left: 1.1rem;
    top: 2.3rem;
}
.con .globle .fzAll {
    position: relative;
    top: 3.3rem;
    left: 3.7rem;
}
.con .globle .zdAll {
    position: relative;
    top: 2.56rem;
    left: 4.6rem;
}
.con .globle .hsAll {
    position: relative;
    top: 2rem;
    left: 5rem;
}
.con .globle .elsAll {
    position: relative;
    top: 1.6rem;
    left: 6.2rem;
}
.con .globle .dnyAll {
    position: relative;
    top: 3.1rem;
    left: 6rem;
}
.con .globle>div {
    width: 0.1rem;
    height: 0.1rem;
}
.globle .circle {
    position: relative;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background-color: #0087ff;
}
.globle>div:nth-of-type(odd) .circle::before  {
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}
 .globle .circle::before {
    opacity: .2;
    position: absolute;
    left: -.15rem;
    top: -.15rem;
    transform: translate(-40%, -40%);
    content: '';
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #00b1d7;
    animation: animate 2s linear infinite;
}

.package .smallP {
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: #00b1d7;
    margin: 0 auto;
    position: relative;
    top: -0.27rem;
    left: 0;
}
.globle .office {
    background: #f9f9f9;
    box-shadow: 0 0 9px 3px #d9d6d6;
    position: absolute;
    top: 0.4rem;
    left: -0.5rem;
    padding: 0.18rem 0.2rem 0.1rem 0.2rem;
    display: none;
    z-index: 1;
}
.globle .tit {
       font-size: .2rem;
    position: absolute;
    left: 0;
    top: -0.4rem;
    transform: translateX(-50%);
    text-wrap: nowrap;
}
.globle .office h1 
{
    text-wrap: nowrap;
    font-size: .2rem;
    margin-bottom: 0.1rem;
}
.globle .office p {
    font-size: .16rem;
    color: #676b77;
}
.globle .circle:hover + .office {
    display: block
}
.bto {
    width: 90%;
    margin: 0 auto;
}
.bto img{
    width: 100%;
}
.con .package>div:nth-of-type(odd) .bigP {
    animation-delay: 0.4s;
}
@keyframes animate
{
     0% {
    transform: scale(0.1);
    opacity: .7;
    }

    50% {
    transform: scale(0.7);
    opacity: 0.5;
    }
    100% {
    transform: scale(1.4);
    opacity: 0;
    }   
}
