/*外贸专题页样式*/
.wm_container {
    width: 1200px;
    margin: 0 auto;
}

/*标题公用样式*/
.wm_tit {
    text-align: center;
    position: relative;
    padding-bottom: 29px;
    margin-bottom: 20px;
}
.wm_tit:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccccc;
    bottom: 0;
    left: 0;
}
.wm_tit:before {
    content: "";
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -31px;
    bottom: 0;
    width: 62px;
    height: 3px;
    background: rgba(0,0,0,.6);
}
.wm_tit h3{
    font-size: 30px;
    color: #000000;
    line-height: 1;
}

.wm_tit.white h3{
    color: #fff;
}
.wm_tit.white:after {
    background: rgba(255,255,255,.2);
}
.wm_tit.white:before {
    background: rgba(255,255,255,.6);
}

.wm_wz {
    text-align: center;
    font-size: 16px;
    line-height:30px;
    color: #000;
}
.wm_wz.white {
    color: #fff;
}



/*外贸云*/
.wm_indexa {
    background: #fff;
    padding: 70px 0;
    overflow: hidden;
}
.wm_indexa .wm_img {
    text-align: center;
    padding-top: 40px;
}

/*20语种外贸营销网站制作*/
.wm_indexb {
    background: #212e62 url(../images/wm_bg1.png) top 140px center no-repeat;
    padding-top: 80px;
    height: 660px;
    box-sizing: border-box;
    overflow: hidden;
}
.wm_langusge {
    margin-top: 95px;
}
.wm_langusge ul {
    width: 960px;
    margin: 0 auto;
    padding-left: 40px;
}
.wm_langusge li {
    float: left;
    width: 200px;
    margin-bottom: 35px;
}
.wm_langusge li:nth-child(5n){
    width: 160px;
}
.wm_langusge li img {
    width: 52px;
    height: 35px;
    margin-right: 8px;
}
.wm_langusge li span {
    font-size: 16px;
    color: #fff;
}

/*高品质网站设计*/
.wm_indexc {
    background: #fff;
    padding: 75px 0 40px 0;
    overflow: hidden;
}
.wm_indexc .wm_img {
    text-align: center;
    padding-top: 65px;
}

/*搜索引擎优化推广(SEO)*/
.wm_indexd {
    background: #f5704e;
    padding-top: 80px;
    overflow: hidden;
}
.wm_indexd .wm_img{
    padding-top: 95px;
    text-align: center;
}

/*阿里云服务器，国际CDN加速服务*/
.wm_indexe {
    background: #fff;
    padding: 80px 0 40px 0;
    overflow: hidden;
}
.wm_indexe .wm_img {
    text-align: center;
    padding-top: 55px;
}

/*国际化社交媒体营销(SNS)*/
.wm_indexf {
    background: #216241 url(../images/wm_bg1.png) top 175px center no-repeat;
    height: 600px;
    padding-top: 80px;
    overflow: hidden;
}
.wm_indexf .wm_img {
    text-align: center;
    padding-top: 105px;
}

/*关键词排名监控和统计分析*/
.wm_indexg {
    background: #ffffff;
    padding: 80px 0;
    overflow: hidden;
}
.indexg_img {
    height: 420px;
    width: 997px;
    margin: 45px auto 0 auto;
    position: relative;
}
.imga {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: .4;
}
.imgb {
    position: absolute;
    z-index: 10;
    left: 145px;
    top: 45px;
    opacity: .6;
}
.imgc {
    position: absolute;
    z-index: 11;
    left: 290px;
    top: 90px;
}


/*全球商机获取、汇集管理、即时提醒*/
.wm_indexh {
    background: #061f3e url(../images/wm_bg1.png) top 175px center no-repeat;
    height: 650px;
    padding-top: 80px;
    overflow: hidden;
}
.wm_indexh .wm_img {
    text-align: center;
    padding-top: 80px;
}

/*立即咨询*/
.wm_indexi {
    background: #ffffff;
    padding: 10px 0;
}
.wm_indexi .phone {
    font-size: 14px;
    color: #000000;
    line-height: 40px;
}
.wm_indexi .btn a{
    display: inline-block;
    width: 190px;
    line-height: 40px;
    background: #f5704e;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.wm_indexi .btn a:hover{
    color:rgba(255,255,255,.5)
}
/*在线留言*/
.wm_indexj {
    background: url(../images/wm_bg2.png) top center no-repeat;
    height: 750px;
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.wm_message {
    padding: 75px 400px 0 400px;
}
.wm_message .input_g {
    margin-bottom: 15px;
}
.wm_message .input_g .m_input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.4);
    background: none;
    font-size: 14px;
    border-radius: 5px;
    padding-left: 18px;
    color: rgba(255,255,255,.4);
}

.wm_message .input_g .m_input::-webkit-input-placeholder { /* WebKit browsers */
　　color:rgba(255,255,255,.4);
}
.wm_message .input_g .m_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(255,255,255,.4);
}
.wm_message .input_g .m_input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:rgba(255,255,255,.4);
}
.wm_message .input_g .m_input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:rgba(255,255,255,.4);
}
.wm_message .input_g textarea.m_input {
    font-family: "Microsoft YaHei";
    padding-top: 18px;
    height: 100px;
    resize: none;
}

#checkcode {
    width: 150px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.4);
    background: none;
    font-size: 14px;
    border-radius: 5px;
    color: rgba(255,255,255,.4);
    padding-left: 10px;
}
.wm_message .btn_g {
    margin-top: 20px;
}
.wm_message .btn_g .msgbtn{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background: url(../images/btn_bg.png);
    font-size: 18px;
    color: #000000;
    border: none;
    cursor: pointer;
}
.wm_message .btn_g .msgbtn:hover {
    background: #f5704e;
    color: #fff;
}

.wm_foot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 59px;
    border-top: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.7);
    text-align: center;
    line-height: 59px;
    font-size: 13px;
    color: rgba(255,255,255,.3);
}

.wm_indexj:after {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 150%;
    left: -30%;
    position: absolute;
    top: -15%;
    transform: rotate(45deg);
    width: 80px;
    z-index: 2;
    animation: lightLine 3s linear infinite forwards;
}
@-webkit-keyframes lightLine{

    0%{left:-130%;top:-35%;opacity:0;}

    50%{left:50%;top:-25%;opacity:.15;}

    100%{left:280%;top:-15%;opacity:0;}

}

@-moz-keyframes lightLine{

    0%{left:-130%;top:-35%;opacity:0;}

    50%{left:50%;top:-25%;opacity:.15;}

    100%{left:280%;top:-15%;opacity:0;}

}

@keyframes lightLine{

    0%{left:-130%;top:-35%;opacity:0;}

    50%{left:50%;top:-25%;opacity:.15;}

    100%{left:280%;top:-15%;opacity:0;}

}