.footer {
    background-color: #fff;
    border-top: 1px solid #e7e7e7;
    width: auto;
    /*height:293px;*/
    height:auto;
    min-height:230px;
    padding: 30px 0 32px 0;
}

.footer .g-address, .footer .g-contact {
    border-right: 1px solid #ededed;
}

.footer .g-address a {
    color: #717171;
    font-size: 14px;
}

.footer .g-address span {
    border-left: 2px solid #ccc;
    padding-left: 26px;
    margin-left: 26px;
}

.paddingNone{
   padding:0;
}

.footer .g-contact, .footer .focusus {
    padding-left: 5%;
}

.footer .g-contact .g-contacthd {
    background: url(../images/contacthdbg.png) no-repeat 0 center;
    padding-left: 32px;
}

.footer .g-contact p {
    padding-left: 30px;
}

.footer .focusushd i {
    font-size: 20px;
    vertical-align: bottom;
    padding-right: 10px;
}

.footer .focusushd {
    background: url(../images/focusushd.png) no-repeat 0 center;
    padding-left: 24px;
    margin-left: -4px;
}

.footer .focusus a {
    width: 32px;
    height: 74px;
    display: block;
    margin-top: 0;
}

.footer .focusus .foc {
    width: 32px;
    height: 32px;
    overflow: hidden;
    float: left;
    margin-left: 17px;
    margin-right: 6px;
}

.footer .focusus .focususwx {
    background: url("../images/focususbg.png") no-repeat 0 0;
}

.footer .focusus .focususqq {
    background: url("../images/focususbg.png") no-repeat -56px 0;
}

.footer .focusus .focususwb {
    background: url("../images/focususbg.png") no-repeat -110px 0;
}

@media (max-width: 1200px) {
    .footer {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .g-address span {
        padding-left: 10px;
        margin-left: 10px;
    }

    .footer .g-address {
        border: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footer {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .g-address span {
        padding-left: 10px;
        margin-left: 10px;
    }

    .footer .g-address {
        border: 0;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer .g-address span {
        padding-left: 10px;
        margin-left: 10px;
    }

    .footer .g-address {
        border: 0;
    }
}

/*.foc-bg{*/
/*position: relative;*/
/*}*/
/*.foc-ewm{*/
/*position: absolute;*/
/*width: 152px;*/
/*height: 126px;*/
/*!*background: #000000;*!*/
/*top: -95px;*/
/*left: 17px;*/
/*display: none;*/
/*text-align: center;*/
/*!*line-height: 200px;*!*/
/*box-shadow: 0 0 1px #000;*/
/*!*display: none;*!*/
/*}*/
.foc-ewm {
    position: absolute;
    width: 116px;
    height: 116px;
    top: -95px;
    left: 34px;
    display: none;
    text-align: center;
    box-shadow: 0 0 1px #000;
    padding: 7px;
    border: 1px solid #dedede;
    background: #fff;
}

.foc-ewm .foc-ewm-arrow1 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #dedede;
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}

.foc-ewm .foc-ewm-arrow2 {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
}

.footer .g-address .kppw-tit a {
    font-size: 12px;
}

.g-copyright {
    width: 267px;
    height: 140px;
    position: fixed;
    left: 0;
    bottom: 30px;
    padding: 10px;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
}
.g-copyright .closes{
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 12px;
}
.g-copyright p {
    text-indent: 29px;
}

/* animation */
.a-fadeinT{
    -webkit-animation: 1s ease-out backwards;
    animation: 1s ease-out backwards;
}
/* 淡入-从上 */
.a-fadeinT {
    -webkit-animation-name: fadeinT;
    animation-name: fadeinT;
}
@-webkit-keyframes fadeinT{
    0%{opacity:0;-webkit-transform:translateY(-100px);}
    100%{opacity:1;-webkit-transform:translateY(0);}
}
@keyframes fadeinT{
    0%{opacity:0;transform:translateY(-100px);}
    100%{opacity:1;transform:translateY(0);}
}
/* 淡入-从下 */
.a-fade{
    -webkit-animation: 13s ease-out forwards;
            animation: 13s ease-out forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.a-fadeinB {
    -webkit-animation-name: fadeinB;
    animation-name: fadeinB;
}
@-webkit-keyframes fadeinB{
    0%{opacity:0;-webkit-transform:translateY(100%);}
    4%{opacity:1;}
    10%{opacity:1;-webkit-transform:translateY(0);}
    90%{opacity:1;-webkit-transform:translateY(0);}
    95%{opacity:1;}
    100%{opacity:0;-webkit-transform:translateY(100%);}
}
@keyframes fadeinB{
    0%{opacity:0;transform:translateY(100%);}
    4%{opacity:1;}
    10%{opacity:1;transform:translateY(0);}
    90%{opacity:1;transform:translateY(0);}
    95%{opacity:1;}
    100%{opacity:0;transform:translateY(100%);}
}


.form-control:focus{
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus{
	border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)!important;
}


.box_all_footerM1{
    background: #203260;
    position:relative;
}

.systemBox{
    width:320px;
    min-height:200px;
    background:#fff;
    position: fixed;
    right: 0;
    bottom: 10px;
    border-radius: 5px;
    z-index: 1000;
    padding-bottom:10px;
    box-shadow: -1px -1px 5px rgba(0,0,0,.5);
    overflow: hidden;
    -webkit-transform:translateY(100%);
    -ms-transform:translateY(100%);
    transform:translateY(100%);
    opacity:0;
   -webkit-animation-play-state:running;
   animation-play-state:running;
}
.systemBox:hover{
   -webkit-animation-play-state:paused;
   animation-play-state:paused;
}

.systemBoxHeader{
    background:#004ea2;
    padding:0 5px;
    height:40px;
    line-height:40px;
}

.titleSystemS,.closeIconSystem{
    color:#fff;
    font-weight:500;
    font-size:16px;
}

.closeIconSystem{
    cursor:pointer;
}

.titleConTextSys{
    margin-top:15px;
    font-size:16px;
    color:#333;
    text-align:center;
    padding:0 10px;
}

.conentShowDeraction{
    font-size:14px;
    color:#555;
    line-height: 1.5;
    text-align:center;
    padding:0 10px;
    height:80px;
    overflow:hidden;
}

.footerBtnBox{
    margin-top:10px;
    padding:10px 10px 0;
    border-top:1px solid #d5d5d5;
    text-align:right;
}
.footerBtn{
    color: #004EA2;
    font-size:16px;
    font-weight: 700;
}
.link_phoneStyle{
    margin-top:30px;
}

.phoneCode_m1{
    color:#fff;
    font-weight:bold;
    font-size:28px;
}

.time_stylem1{
    font-size:12px;
    color:#fff;
}

.email_style{
    font-size:12px;
    color:#fff;
}

.footer_titleStylem1{
    font-size:16px;
    margin-bottom: 20px;
    color:#fff;
    font-weight:400;
}

.link_oneStyleM2{
    margin-left: 0;
}

.link_oneStyleM2>li{
    margin-bottom:10px;
}

.link_oneStyleM2>li>a{
    font-size:12px;
    color:#fff;
}

.link_oneStyleM2>li>a:hover{
    color:#fff !important;
    opacity: .8;
}

.codeStyle_m1{
    padding-right:0;
}

.baoStyleImg{
    width:75px;
    height:75px;
}


.baoStyleImg>img{
    width:100%;
    height: 100%;
}

.caseStyleImg{
    width:75px;
    height:75px;
    margin-left:25px;
}

.caseStyleImg>img{
    width:100%;
    height: 100%;
}

.caseStyleImg>span,.baoStyleImg>span{
    display: block;
    color:#fff;
    font-size:12px;
    text-align: center;
    margin-top:10px;
}

.case_textContentM1{
    margin-top:10px;
}

.case_textContentM1>div{
    color:#fff;
    font-size: 12px;
    text-align:right;
}

.code_imgShowM1{
    height:95px;
}

.line_centerm1{
    width:100%;
    height:1px;
    background: #fff;
    margin:25px 0;
}

.logo_footer_style{
    padding-left: 0;
}

.footer_link_m1>a{
    font-size: 12px;
    color:#fff;
    display: inline-block;
    margin-right:15px;
}

.footer_link_m1>a:hover{
    color:#fff !important;
    opacity: .8;
}


@media (max-width:768px) {
    .caseStyleImg{
        margin-right:80px;
    }
    .case_textContentM1>div{
        text-align:center;
    }
    .codeStyle_m1{
        margin-top:20px;
    }
    .footer{
        height:auto;
    }
}


/*  css绘制图标
*   vi-icon
*/
.vi-icon{   
    color:#fff;
    font-size:12px;
    display:inline-block;
}

.vi-email{
    height:1.5em;
    width:2.2em;
    border-radius: 0.35em;
    position:relative;
    background-color: currentColor; 
    overflow:hidden;
    top:4px;
    margin-right: 5px;
}
.vi-email:before,.vi-email:after{
    content: '';
    position: absolute;
    border:0.1em solid #004EA2;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: currentColor; 
}
.vi-email:before{
    width: 3.3em;
    height: 3.3em;
    top:0.8em;
    left:-0.6em;
}
.vi-email:after{
    width: 3.3em;
    height: 3.3em;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top:-2.9em;
    left:-0.6em;
}
.vi-close{
    position:relative; 
    width: 1.5em;
    height: 0.2em;
    border-radius:0.2em;
    background-color: currentColor; 
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    top: -0.5em;
}
.vi-close:before{
    content: '';
    position: absolute;
    width: 1.5em;
    height: 0.2em;
    border-radius:0.2em;
    background-color: currentColor;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
}
