@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    margin: 0px;
    font-family: 微软雅黑, Microsoft YaHei, Arial, Helvetica, sans-serif;
}

ul,
li {
    list-style-type: none;
}

img,
ul,
li {
    padding: 0px;
    margin: 0px;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

a:active {
    text-decoration: none;
}

.clear {
    clear: both;
}

img {
    border: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix {
    display: inline-table;
}

input,
textarea {
    outline: none;
    border: 0px;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

h3 {
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
dt {
    margin: 0;
    font-weight: normal;
}

i,
em {
    font-style: normal;
}

/* End hide from IE-mac */

@media screen and (min-width:1180px) {
    body {
        overflow-x: hidden;
    }
}

/*公用*/

.con_width {
    width: 1180px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

/*字体定义*/

.fon_imp {
    font-family: "Impact";
    vertical-align: sub;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f36 {
    font-size: 36px;
}

/*颜色定义*/

.black {
    color: #545454;
}

.gray {
    color: #c4c3c3;
}

.green,
.green a {
    color: #3dab07;
}

.red,
.red a {
    color: #FE8800;
}

.white {
    color: #fff;
}

/*单行文本溢出省略号*/

.ellip {
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_box {
    color: #fff;
    height: 220px;
    
}

.top {
    height: 30px;
    background: #1d2088;
}

.top a {
    padding: 0 5px;
    color: #9C9D9F;
}

.top a img {
    margin-bottom: -4px;
}



.logo {
    margin: 0 auto;position: relative;
}

.logo h1 {
    position: absolute;
    top: -30px;
    z-index: 9;
}

.logo h1 strong {
    display: block;
    margin-top: 12px;
    font-size: 20px;

}

.logo .ding {
    padding-left:15px;
    float: left;
    margin: 20px 0 0 260px;
    font-size: 18px;
    color: #666;
}

.logo .ding strong {
    display: block;
    line-height: 40px;
    color: #1d2088;
    font-size: 24px;
}

.logo .ding p.kong {
    word-spacing: 0.4em
}

.logo .logo_phone .tel {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 30px;
    width: 220px;
    float: left;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 60px;
}
.logo .logo_phone .tel span{
    font-size: 24px;
    font-weight: bold;
    display: block;
     color: #1d2088;
}
.logo .logo_phone .so{
    width: 225px;
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 30px;
    margin-top: 30px;
}
.logo .logo_phone .so a{
    color: #999;
}

/*search*/



.logo .logo_phone .search {
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px #ddd solid;
}

.logo .logo_phone .search input {
    float: left;
}

.logo .logo_phone .search input.sea_inp {
    width: 187px;
    height: 26px;
    border: 0;
    padding-left: 10px;
    color: #ccc;
    line-height: 26px;
    border-radius: 3px;
}

.logo .logo_phone .search input.sea_btn {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(../images/search_icon.png) no-repeat center #ddd;
}

.logo .logo_phone .sea_keyw {
    width: 635px;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}

.logo .logo_phone .sea_keyw a {
    color: #333;
    margin-right: 15px;
}

/*nav*/

.nav_all {
    height: 50px;
    margin-top: 130px;
    border-top: solid 1px #ddd;
}

.nav {
    width: 1180px;
    height: 50px;
    margin: 0 auto;
    z-index: 9999;
}

.nav .nav_list {
    width: 930px;
    float: right;
}

.nav li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 100;
    text-align: center;
    color: #333;
}

.nav li a {
    float: left;
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
}

.nav li:hover a {
    background: url(../images/nav_bg.png) no-repeat center;
    color: #fff;
}
.nav li:hover li a{
    background: none;
    color: #333;
}
.nav li ul{
    position: absolute;
    top: 50px;
    z-index: 9;
    background: #fff;
    display: none;
}
.nav li:hover ul{
    display: block;
}
.another a {
    background: url(../images/nav_bg.png) no-repeat center;
}

.fixedNav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}/*底部*/

.footer {
    background: #1d2088;
    color: #fff;
    padding-top: 30px;
    margin-top: 50px;
}

.footer a {
    color: #fff;
}

.footer ul {
    width: 160px;
    float: left;
    font-size: 14px;
    line-height: 36px;
}

.footer ul li:nth-child(1) {
    font-size: 16px;
}

.footer .foot_tel {
    width: 170px;
    float: right;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
    
}
.footer .foot_tel strong{
    font-size: 24px;
}

.footer .foot_tel a{
    display: block;
    width: 100%;
    border-radius: 3px;
    background: #fff;
    height: 40px;
    color: #333;
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px;
}
.footer .bq{
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-top: solid 1px #5153a9;
    margin-top: 50px;
    color: #6c6d8e;
}
.footer .bq a{
    font-size: 12px;
    color: #66678a;
}
