/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,embed,iframe,object,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}

@charset "UTF-8";
body{font-family: 'Microsoft YaHei'; font-weight: 500; line-height: 1.1; color: #fff; font-size: 14px; }
p,a,h1,h2,h3,h4,h5,h6{
    line-height:1.5em;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
#top_header {
    background-color: #fff;
    margin:0;
    padding:0;
}
#top_header .logo {
    margin: 20px 0px 0px 0px;
    float: left;
}
#top_header .menu {
    margin-top: 0px;
    float: right;
}
#top_header .menu .phone{
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}
#top_header .menu .lang{
    float:left;
    padding-left: 15px;
    /* border-left:1px solid #ccc; */
}
#top_header .menu .lang .icon_lang{
    padding: 3px 0 0 25px;
    margin: 28px 0 0 0;
    background: url(../images/en.png) no-repeat left center;
}
#top_header .menu .lang{
    position:relative;
    display:none;
}
#top_header .menu .lang .icon_lang:before{
    content:"";
    position:absolute;
    width:1px;
    height:20px;
    background-color:#ccc;
    left:0;
 
}
#top_header .menu .lang .icon_lang.dark{
    color:#333;
}
#top_header .menu .menu-ul {
    float: left;
    margin: 0;
    padding: 0;
}
#top_header .menu .menu-ul > li {
    float: left;
}
#top_header .menu .menu-ul > li > a {
    display:inline-block;
    color: #fff;
    line-height: 12px;
    padding: 0 25px;
}
#top_header .menu .menu-ul.dark > li > a {
    line-height: 90px;
    color: #333333;
}
#top_header .menu .menu-ul > li a:hover {
    color: #0764c1;
    background-color:#ecf0fc;

}
#top_header .menu .menu-ul > li a.active {
    color: #0764c1;
    background-color:#ecf0fc;

}

/*pagination*/
.list-nav{margin-top:20px;}
.list-nav a{display:inline-block;padding:0 6px;height:20px;text-align:center;color:#000;}
.list-nav a:hover{font-weight:bold;}

.aside-contact {
    width: 62px;
    position: fixed!important;
    bottom: 20%;
    right: 10px;
    margin-top: -174px;
    z-index: 999;
}
.aside-contact .chat-tip, .aside-contact .phone-tip, .aside-contact .code-tip, .aside-contact .up-tip{
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    
}
.aside-contact .chat-tip{
    background: url(../images/chat/about_mx_65.png) no-repeat center center;
}
.aside-contact .chat-tip:hover{
    background: url(../images/chat/about_mx_63.png) no-repeat center center;
}
.aside-contact .phone-tip{
    background: url(../images/chat/about_mx_72.png) no-repeat center center;
}
.aside-contact .phone-tip:hover{
    background: url(../images/chat/about_mx_71.png) no-repeat center center;
}
.aside-contact .code-tip{
    background: url(../images/chat/about_mx_76.png) no-repeat center center;
}
.aside-contact .code-tip:hover{
    background: url(../images/chat/about_mx_75.png) no-repeat center center;
}
.aside-contact .up-tip{
    background: url(../images/chat/about_mx_79.png) no-repeat center center;
}

.aside-contact .tip {
    cursor: default;
    display: none;
    position: absolute;
    width: 135px;
    line-height: 40px;
    top: 0px;
    right: 40px;
    font-size: 16px;
    font-weight:600;
    color:#d82020;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 1024;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .5s ease-in-out;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}
.sidebar-title {
    position: relative;
    width: 100%;
    height: 45px;
    background-color: #3671cf;
    z-index: 999;
}
.m_sider_show{
    display: none;
}
.sidebar-wrapper .m_return {
    margin-left: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}
.sidebar-content {
    height: auto;
    position: relative;
    overflow: auto;
}
.sidebar-wrapper .s-translate {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sidebar-wrapper .left-arrow-icon:before {
    position: absolute;
    content: "";
    background: url(../images/mobile/index/index_banner/turn.png) no-repeat center center;
    width: 45px;
    height: 45px;
}
.sidebar-menu > li {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.sidebar-menu > li:last-child {
    border-bottom: none;
}

.sidebar-menu > li > a {
    padding: 10px 50px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    display: block;
}
.sidebar-menu > li > a:hover{
    color: #0764c1;
    background-color:#ecf0fc;
  
}

.form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}
#fullPage-nav li .active span, .fullPage-slidesNav .active span {
    background: #e6410b;
} 
#fullPage-nav span, .fullPage-slidesNav span {  
    border: none;
    background: #fff;
}

#footer{
    padding:60px 0px 56px 0px;
    background-color: #333333;
    width:100%;
    height: 100%;
}
#footer .f_title{
    font-size:16px;
    margin-bottom: 15px;
    color: #fff;
}
#footer .f_tel {
    font-size: 16px;
   
}
#footer .f_a_right{
    margin-left:15px;
}
#footer a,#footer span,#footer p{
    color:#8c8c8c;
    font-size:14px;
}
#footer .f_intro{
    padding-bottom: 30px;
    border-bottom: 1px solid #8c8c8c;
}
#footer .m_addr_img img{
    margin:0 auto;
    width: 108px;
}
#footer .code {
    text-align: center;
}
#footer .code p{
   margin-top:5px;
}
#footer .f_link{
    margin-top:10px;
    margin-bottom:10px
}
#footer .f_link li{
   float:left;

}
#footer .f_link .f_title{
   margin-right:10px;

}
#footer .f_link span{
    margin-right:10px;
    margin-left:10px;
}
#footer .f_copyright span{
    margin-right:15px;
}

@media all and (max-width:1200px) {
    #contact_address {
      /* text-align: center;*/
    }
    #top_header .menu .phone {
       display: none;
    }
    #top_header .menu .lang {
       display: none;
    }
    #top_header .menu  .menu-ul > li > a{
        padding:0 15px;
    }
    #footer .code {
        text-align: left;
        margin-top: 15px;
    }
    #footer .f_title {
       margin:15px 0;
    }
    #footer .f_link .f_title{
        margin-top: 0px;
    }
}
@media all and (max-width:768px) {
    #footer .code {
        text-align: center;
    }
     #footer  .m_addr_img{
       display:none;
    }
    #footer .f_a_right {
        margin-left: 0px;
        display:block;
    }
}

@media all and (max-width:414px){
    #top_header .menu {
        display: none;
    }
    #footer {
        padding: 30px 0px 30px 0px;
    }
    #footer .f_link {
       display: none;
    }
    #footer .f_intro {
        display: none;
    }
    .aside-contact{
        display: none;
    }
    #footer .f_copyright span {
        display: block;
        text-align: center;
        margin-top:15px;
    }
   
    .sidebar-wrapper .icon-toggle:before {
       content: "";
       position: absolute;
       display: inline-block;
       background: url(../images/mobile/index/index_banner/menu.png) no-repeat center;
       right: 10px;
       top: 20px;
       width: 30px;
       height: 30px;
       z-index: 123;
    }
    .m_sider_show{
        display: block;
    }

}