@charset "utf-8";
/*=============初始化样式
===================================*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #666;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
    word-wrap: break-word;
}

button,select,textarea {
    outline: 0;
    resize: none;
    -webkit-appearance: none;
}

body,button,input,select,textarea {
    font-size: 14px;
    font-family: Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,sans-serif;
}

body {
    width: 100%;
    font-size: 18px;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background: #EEEEEE;
    font-family: "微软雅黑",Helvetica,sans-serif;
    margin: auto;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

li,ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
    content: '';
}

strong {
    font-weight: 700;
}

p {
    color: #666;
    line-height: 1em;
    word-wrap: break-word;
}

em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #d70000;
}

.clearfix:after,.clearfix:before,.container:after,.container:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " ";
}

.clearfix:after,.container:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.w1200{
    width:1200px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
}

/* header */
.header{
    width:100%;
    min-width: 1200px;
    height:auto;
    margin: 0 auto;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top:0;
    z-index: 999;
    overflow: hidden;
    *zoom:1;
}
/* logo */
.logo{
    width:378px;
    float: left;
}
.logo > img {
    display: block;
    width: 100%;
}
/* nav */
.nav{
    width: 800px;
    height: 100px;
    float: right;
}

.nav-list{
    width: 100%;
    padding: 0;
    margin: 0;
}

.nav-list > li{
    float:left;
    margin:40px 5px;
    position:relative;
}

.nav-list > li > a{
    padding: 5px 14px;
    font-size:16px;
    color: #ffffff;
    font-weight: 200;
    text-decoration:none;
}
.nav-list > li > a:hover{
    color:#fff;
    text-decoration:none;
}
.nav-list > li > span{
    display:block;
    position:absolute;
    width:0px;
    height:0px;
    background:#E60012;
    top:58px;
    left:50%;
}

/* footer */
.footer {
    width: 100%;
    height: 579px;
    background: url("../images/bg/bg_footer.jpg") top center no-repeat;
}
.footer  p{
    color: #fff;
    font-size:14px;
    margin-top: 110px;
}
.footer .footer_left,.footer .footer_right {
    display: block;
    width: 50%;
    float: left;
}
.footer .footer_left h2, .footer .footer_right h2{
    color: #fff;
    font-size: 18px;
    margin: 40px 0;
}
.footer .footer_left  .footer_left_contact{
    width:100%;
    overflow: hidden;
    *zoom: 1;
}
.footer .footer_left  .footer_left_contact  span{
    display: block;
    width:167px;
    height:147px;
    float: left;
    color: #fff;
}
.footer .footer_left  .footer_left_contact  span p{
    padding-top: 86px;
    font-size: 14px;
    color: #fff;
    width:90%;
    margin: 0 5%;
    text-align: center;
    line-height:25px;
}
.footer .footer_left .footer_left_contact  span:nth-of-type(1){
    background: url("../images/photo/footer_add.png");
}
.footer .footer_left .footer_left_contact span:nth-of-type(2){
    background: url("../images/photo/footer_tel.png");
    margin: 0 48px;
}
.footer .footer_left .footer_left_contact span:nth-of-type(3){
    background: url("../images/photo/footer_mail.png");
}
.footer .footer_left .footer_left_ewm{
    width:100%;
    margin-top: 40px;
    overflow: hidden;
    *zoom: 1;
}
.footer .footer_left .footer_left_ewm span{
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-right: 40px;
}
.footer .footer_right .myform .form-control{
    width:100%;
    overflow: hidden;
    *zoom: 1;
}
.footer .footer_right .myform .form-control label{
    color: #fff;
    font-size: 14px;
    float: left;
    width:140px;
    text-align: right;
    line-height:30px;
    margin-right: 10px;
}
.footer .footer_right .myform .form-control input{
    width:450px;
    height:30px;
    line-height:30px;
    float: left;
    border:0;
    margin-bottom: 15px;
    padding-left: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.footer .footer_right .myform .form-control textarea{
    width:450px;
    height:80px;
    line-height:30px;
    float: left;
    border:0;
    margin-bottom: 15px;
    padding-left: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.footer .footer_right .myform .form-control button{
    background: #E60012;
    width:450px;
    height:40px;
    line-height:40px;
    float: left;
    border:0;
    margin-bottom: 15px;
    padding-left: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
}
.footer > ul {
    width: 100%;
    text-align: center;
    margin: 0.3rem 0;
}
.footer > ul > li {
    display: inline-block;
    height: 0.7rem;
    line-height: 0.7rem;
    text-align: center;
    padding: 0 0.1rem;
}

.footer > ul > li > a {
    font-size: 0.5rem;
}

.footer > ul > li > a.current {
    color: #0880f1;
}

.footer  > p {
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
}

.footer  > p > a {

}


/*right list bnt*/
.right-bnt-wap {
    width: 2rem;
    position: fixed;
    top:78%;
    right: 0.2rem;
}

.right-bnt-wap > a {
    display: block;
    width: 100%;
    height: 2rem;
    background: url("../../images/base/lianxi.png");
    background-size: 100% 100%;
    margin-top: 0.1rem;
}

.right-bnt-wap > a.return-top {
    background: url("../../images/base/top.png");
    background-size: 100% 100%;
}






















