﻿@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;

    position: relative;

    z-index: 99;

    height: 220px;

    background: #090640;

    overflow: hidden;

}



.top {

    height: 30px;

    line-height: 30px;

    color: #9C9D9F;

    border-bottom: solid 1px #ddd;

    font-size: 12px;

}



.top a {

    padding: 0 5px;

    color: #9C9D9F;

}



.top a img {

    margin-bottom: -4px;

}







.logo {
    margin: 0 auto;
}



.logo h1 {
    margin: 40px 0;
}



.logo h1 strong {

    display: block;

    margin-top: 12px;

    font-size: 20px;

}



.logo .ding {
    padding: 60px 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    width: 330px;
    float: left;
    line-height: 30px;
}



.logo .ding span {

    color: #ffcf00;

}



.logo .logo_phone{
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo .logo_phone .head_tel {

    width: 190px;

    height: 35px;

    border-radius: 17.5px;

    background: url(../images/head_tel.png) no-repeat 10px center #ffcf00;

    color: #333;

    font-size: 18px;

     line-height: 35px;

     padding-left: 40px;

     box-sizing: border-box;

	 margin-top:10px;

}



.logo .logo_phone p span {

    display: block;

}

.logo .logo_phone .yuan{

    width: 45px;

    height: 45px;

    position: relative;

} 

.logo .logo_phone .yuan .tb{

    width: 35px;

    height: 35px;

    border-radius: 50%;

    background: url(../images/yuan.png) no-repeat center #ffcf00;

    background-size: 60% auto;

    margin-left: 15px;

} 

.logo .logo_phone .yuan .lb{

    position: absolute;

    top: 40px;

    left: -60px;

    background: #ffcf00;

    z-index: 999999;

    padding: 5px 10px;

    border-radius: 5px;

    display: none;

    

}

.logo .logo_phone .yuan .lb a{

    border-bottom: dashed 1px #ccc;

    color: #333;

    line-height: 30px;

    display: block;

    font-size: 12px;

    

}

.logo .logo_phone .yuan:hover .lb{

    display: block;

}







/*nav*/



.nav_all {

    height: 50px;

}



.nav {

    width: 1180px;

    height: 50px;

    margin: 0 auto;

    z-index: 9999;

    overflow: hidden;

    

}



.nav .nav_list {

    width: 1300px;

    overflow: hidden;

}



.nav li {

    float: left;

    height: 53px;

    line-height: 53px;

    position: relative;

    z-index: 100;

    text-align: center;

}



.nav li a {

    float: left;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 53px;

    padding: 0 26.5px;

    font-size: 14px;

    color: #ddd;

    border-top: solid 1px #ccc;

}



.nav li:hover a {

    border-top: 2px solid #ffcf00;

    box-sizing: border-box;

}



.nav li.another a {

    border-top: 2px solid #ffcf00;

}



.fixedNav {

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 99999;

    background: #090640;

}



/*底部*/



/* footer */



.footer {

    height: 294px;

    background-color: #333;

}



.footer ul.foot_dh{

    width: 300px;

}

.footer ul.foot_dh li{

    float: left;

    width: 130px;

}

.footer ul.foot_dh li a{

    font-size: 14px;

    color: #ccc;

    line-height: 40px;

}

.footer .footer-r-bottom {

    /* height: 220px; */

    padding-top: 50px;

}



.footer .footer-r-bottom .logo {

    margin-top: 35px;

}



.footer .footer-r-bottom .footer-b-l h2 {

    font-size: 14px;

    color: #ccc;

    line-height: 35px;

}



.footer .footer-r-bottom .footer-b-l p {

    font-size: 14px;

    color: #ccc;

    line-height: 35px;

}



.footer .footer-r-bottom .footer-b-l p a {

    font-size: 14px;

    color: #ccc;

    line-height: 35px;

}



.footer .footer-r-bottom .footer-b-l {

    width: 700px;

    /* margin-left: 20px; */

}



.footer .footer-r-bottom .footer-b-r {

    background: url(../images/er.png) no-repeat top left;

    width: 143px;

    height: 145px;

    position: relative;

    right: 20px;

    top: 30px;

}



.footer .footer-r-bottom .footer-b-r img {

    width: 122px;

    height: 122px;

    top: 11px;

    position: absolute;

    left: 10px;

}