@charset "utf-8";
/*CSS Reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,form,label,caption{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;text-decoration:none; font-weight: normal;}
table,tbody,thead,tfoot,tr,th,td{ margin:0;padding:0; }
ol,ul,li{list-style:none;}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,button,img{margin:0;padding:0;border:0}
h1,h2,h3,h4,h5,h6{font-weight:normal}
s,i,u,em{font-style:normal}
ins{text-decoration:none;}
del{text-decoration:line-through;}
input{font-size:12px; outline:none;}
b,strong{ font-weight:normal;}
body{font-family:arial,'Microsoft YaHei';font-size:15px;line-height:1.6;color:#333; background: #fff;}
div{box-sizing: border-box}
select,input,button,textarea{font-family:Microsoft YaHei;color:#333;}
a:link,a:visited,a:active{text-decoration:none;}
a{font-family: Microsoft YaHei;cursor:pointer;font-weight: normal;}
.clearfix:after {content: " ";display: block;height: 0;clear: both;}
.clearfix {zoom: 1;}
.fl{float:left;}
.fr{float:right;}
.m_shadom{box-shadow: 0 10px 10px #eee; -webkit-box-shadow: 0 10px 10px #eee; -moz-box-shadow: 0 10px 10px #eee; }

.w1200{
    width: 1200px;
    margin: 0 auto;
}
/*首页顶部*/
.header{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background-color: rgba(255,255,255,.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*max-width: 1920px;*/
    min-width: 1200px;
}
.header .head{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    line-height: 120px;
    /*max-width: 1920px;*/
    min-width: 1200px;
}
.header .head .logo{
    font-size: 30px;
    color: #ffffff;
}
.header .head .nav{

}

@media (max-width: 800px) {
    .header .head {
        padding: 0 50px;
    }
}

.nav ul li{
    float: left;
    padding: 0 40px;
    position: relative;
}
.nav ul li a{
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    height: 100%;
    line-height: 120px;
}
.nav ul li em{
    display: block;
    width: 60px;
    height: 5px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0px;
    opacity: 0;
}
.nav ul li:hover a{
    /*color: #ec682f;*/
}
.nav ul li:hover em {
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    opacity: 1;
}
.nav ul li.active a{
    /*color: #ec682f;*/
}
.nav ul li.active em{
    opacity: 1;
}

/*分页顶部*/
/*.top{ width: 100%;}*/
/*.top .t_box_mid{ width: 1200px; height: 120px; overflow: hidden;zoom:1;margin: 0 auto; }*/
/*.top .t_box_mid .logo{ display: block; width:157px; height: 78px; background: url(../images/b_banner_title.png) no-repeat; float: left; margin: 21px 0 0;}*/
/*.top .t_box_mid ul{ float: right; overflow: hidden;zoom:1; text-align: right;padding-top: 35px; height: 50px; }*/
/*.top .t_box_mid ul li{ display: inline-block; font-size:18px; padding: 0 36px;height: 100%; position: relative;z-index: 0;}*/
/*.top .t_box_mid ul li a{ display: inline-block; height: 100%; line-height: 50px; color: #fff;}*/
/*.top .t_box_mid ul li em{ display: block; width: 30px; height: 5px; background: #fff; position: absolute; left: 50%; margin-left: -15px; bottom: 0; opacity:0;}*/
/*.top .t_box_mid ul li.active em,.top .t_box_mid ul li:hover em{transition: opacity .5s;-moz-transition: opacity .5s;-webkit-transition: opacity .5s;-o-transition: opacity .5s;opacity:1;}*/
/*.top .t{ width: 1200px; margin: 200px auto 0; }*/
/*.top h1{ text-indent: -9999px; display: block;  background: url(../images/b_banner_title.png) no-repeat;  }*/

/*.top.about{ background:url(../images/b_about_banner.jpg) no-repeat center top;height: 610px;}*/
/*.top.about h1{ width: 427px; height: 166px;background-position: 0 -99px;}*/
/*.top.link{ background:url(../images/b_link_banner.jpg) no-repeat center top; height: 600px;}*/
/*.top.link h1{ width: 529px; height: 166px;background-position: 0 -554px; margin-left: 88px;}*/
/*.top.join{ background:url(../images/b_join_banner.jpg) no-repeat center top; height: 610px;}*/
/*.top.join h1{ width: 410px; height: 187px;background-position: 0 -302px; margin-left:161px;}*/

/*底部*/
.footer{
    width: 100%;
    background-color: #fff;
    padding: 60px 0px;
    margin-top: 50px;
    max-width: 1920px;
    min-width: 1200px;
}
.footer .f-content{
    display: flex;
}
.footer .f-content .f-item{
    width: 33.3%;
    float: left;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}
.footer .f-content .f-item h3{
    font-size: 15px;
    color: #333333;
}
.contact-us h1{
    font-size: 28px;
    color: #0E5D9A;
}
.company .company-name{
    font-size: 20px;
    color: #333333;
}
.company .company-site{
    margin-top: 18px;
}
.company .company-copyright{
    margin-top: 30px;
}
.company .company-copyright a{
    color: #333333;
}
.company-phone{
    text-align: left!important;
    padding-left: 150px;
}
.company-phone .phone-num{
    margin-top: 10px;
    font-size: 20px;
    color: #0E5D9A;
}


