﻿@charset "utf-8";
*{
    font-family: '微软雅黑';
    margin: 0;
    padding: 0;
}
.min1200{
    min-width: 1180px;
}
.c_b{
    clear: both;
}
a{
    text-decoration: none;
}
.M{
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
}
li{
     list-style: none;
}

.h1{
     height: 119px;
     width: 1200px;
     margin: 0 auto;
}
.logo{
     width: 200px;
     float: left;
     height: 119px;
     background: url(../images/logo.png)no-repeat center;
}
.logo>a{
     display: block;
     width: 100%;
     height: 100%;
}
.logo-text{
     width: 506px;
     height: 100%;
     float: left;
     margin-left: 50px;
     background: url(../images/logo-text.png)no-repeat center;
}
.call{
     overflow: hidden;
     float: right;
     width: 275px;
     height: 100%;
}
.call-top{
     margin-top: 6px;
     width: 275px;
     height: 78px;
    /* background: url(../images/call-top.png)no-repeat center;*/
}
.call-bottom{
     width: 275px;
     height: 36px;
}
.call-bottom>a{
     display: block;
     float: left;
     width: 83px;
     height: 36px;
}
.call-bottom>a+a{
     margin-left: 12px;
}
.call-bottom>a:nth-child(1){background: url(../images/call1.png)no-repeat center;}
.call-bottom>a:nth-child(2){background: url(../images/call2.png)no-repeat center;}
.call-bottom>a:nth-child(3){background: url(../images/call3.png)no-repeat center;}

.call-bottom>a:nth-child(1):hover{background: url(../images/call1_.png)no-repeat center;}
.call-bottom>a:nth-child(2):hover{background: url(../images/call2_.png)no-repeat center;}
.call-bottom>a:nth-child(3):hover{background: url(../images/call3_.png)no-repeat center;}

.h2{
     border-bottom: 1px solid #fff;
     width: 100%;
     height: 58px;
     background: #032424;
}
.nav-list{
     height: 58px;
}
.nav-list>li{
     float: left;
     height: 58px;
}
.nav-list>li:first-child>a{

}
.nav-list>li.active{
	background:#0071DA;
}
.nav-list>li>a{
     display: block;
     height: 58px;
     padding: 0 18px;
     font-size: 16px;
     color: #fff;
     line-height: 58px
}
