@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
}
::selection { color: #fff; background-color: #1c4c98; }
::-moz-selection { color: #fff; background-color: #1c4c98; }
::-webkit-selection { color: #fff; background-color: #1c4c98; }
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";
}

.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;
}

.red,
.red a {
    color: #22CB00;
}

.blue,
.blue a {
    color: #011f74;
}

.white {
    color: #fff;
}

/*单行文本溢出省略号*/

.ellip {
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top {
    height: 30px;
    line-height: 30px;
    background: #fff;
    font-size: 12px;
    border-bottom: solid 1px #ccc;
}

.top .fl {}

.top a {
    padding: 0 5px;
}

.top a img {
    margin-bottom: -4px;
}

.logo,
.toper .logo .logo_phone {
    overflow: hidden;
}

.logo {
    margin: 0 auto;
}

.logo h1 {
    margin: 30px 0;
}

.logo h1 strong {
    display: block;
    margin-top: 12px;
    font-size: 20px;
}

.logo .ding {
    line-height: 25px;
    color: #555;
    font-size: 15px;
    background: url(../images/logo_bg.png) no-repeat left center;
    padding-left: 15px;
    float: left;
    margin: 40px 0 0 15px;
}

.logo,
.toper .logo .logo_phone {
    overflow: hidden;
}

.logo .logo_phone {
    margin-top: 62px;
    color: #000;
}

.logo .logo_phone p {
    background: url(../images/con_phone.png) no-repeat left center;
    font-size: 24px;
    font-weight: bold;
    padding-left: 40px;
}

.logo .logo_phone p span {
    display: block;
    width: 110px;
    height: 30px;
    float: right;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    background: #045DB8;
    line-height: 30px;
    color: #fff;
    margin-left: 20px;
}

/*nav*/

.nav_all {
    height: 55px;
    background: #1c4c98
}

.nav_all li {
    float: left;
    height: 55px;
    line-height: 55px;
    position: relative;
    z-index: 100;
    text-align: center;
}

.nav_all li a {
    float: left;
    display: block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 26px;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.nav_all li:hover a {
    background: #fff;
    color: #1c4c98;
    border-radius: 22.5px;
}

.nav_all li.another a {
    background: #fff;
    color: #1c4c98;
    border-radius: 22.5px;
}

.Navfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.nav_all .nav_tel {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-radius: 20px;
    color: #1c4c98;
    font-size: 24px;
    font-weight: bold;
    padding: 0 20px 0 50px;
    background: url(../images/dh_tel.png) no-repeat 10px center #fff;
    float: right;
    margin-top: 5px;
}

/*search*/

.logo .box {
    position: relative;
    top: 40px;
}

.logo .box .sea {
    margin-top: 14px;
    border: 1px solid #eee;
    width: 450px;
    height: 40px;
}

.logo .box .sea input.soutext {
    width: 250px;
    height: 40px;
    color: #4c4c4c;
    font-size: 12px;
    float: left;
    background: none;
    padding-left: 110px;
    position: relative;
    z-index: 1;
}

.logo .box .sea input.submit {
    width: 90px;
    height: 40px;
    float: left;
    background: #1c4c98;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.logo .box .hot {
    max-width: 550px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 0px;
    padding-left: 35px;
    background: url(../images/so.png) no-repeat left center;
}

.logo .box .hot span {
    color: #999;
    font-size: 12px;
    color: #ccc;
    position: relative;
    z-index: 2;
}
.logo .box .hot span.re{
    position: relative;
    z-index: -1;
}
.logo .box .hot a {
    padding-right: 5px;
    color: #999;
    font-size: 12px;
    color: #ccc;
}

/*底部*/

.footer {
    background: #1c4c98;
    padding: 30px 0 30px;
}

.footer a {
    color: #fff;
}

.footer .con_width {
    overflow: hidden;
}

.foot_con,
.foot_con a {
    color: #fff;
}

.foot_con {
    margin-top: 20px;
    overflow: hidden;
}

.foot_logo {
    width: 185px;
    height: 100px;
    margin-top: 30px;
}

.foot_text {
    width: 540px;
    color: #fff;
}

.foot_text p {
    margin: 10px 0 0 0;
}

.foot_text h2 {
    font-size: 12px;
    margin: 10px 0;
}

.foot_nav {
    width: 320px;
    border-left: solid 1px #4B95DB;
    padding-left: 36px;
    margin-left: 40px;
}

.foot_nav a {
    display: block;
    font-size: 14px;
    float: left;
    width: 150px;
    margin-bottom: 22px;
}

.foot_code {
    text-align: center;
    margin-right: 40px;
}

.foot_code img {
    background: url(../images/foot_code_bg.png) no-repeat center;
    width: 126px;
    height: 126px;
    padding: 9px;
    display: block;
}

.foot_code p {
    margin-top: 5px;
}

.foot_code span {
    color: #fff;
    display: block;
    margin-top: 10px;
    text-align: center;
    width: 145px;
}

/*reset css*/

.izl-rmenu {
    margin-right: 0;
    width: 82px;
    position: fixed;
    right: 2px;
    top: 45%;
    -webkit-box-shadow: #DDD 0px 1px 5px;
    -moz-box-shadow: #DDD 0px 1px 5px;
    box-shadow: #DDD 0px 1px 5px;
    z-index: 999;
}

.izl-rmenu .consult {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}

.izl-rmenu .consult .phone {
    background-color: rgb(247, 247, 255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
    display: inline !important;
}

.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}

.izl-rmenu a.cart:hover .pic {
    display: block;
}

.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.izl-rmenu .cart .pic {
    display: none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
}

.izl-rmenu .cart .pic img {
    width: 160px;
    height: 160px;
}

#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 45%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index: 999;
}