﻿@charset "utf-8";
/*reset*/

/* CSS reset for c_b */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ception,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/

a:focus {
    outline: none;
}

/*for ff f6n.net*/

a:hover {text-decoration:none;}

/*定位*/

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

/*其他*/

.cur {
    cursor: pointer
}

;
/*原reset*/

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*title*/

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/*清除浮动*/

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}

/*end reset*/

/* CSS Document */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
    min-width: 1200px;
    width: 100%;
}

/*网站字体颜色*/

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/*页眉*/

.header {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

/* header */

.header {
    width: 100%;
}

.headerTop {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #dcdcdc;
}

.headerTop p {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    color: #888888;
    float: left;
}

.headerTop ul {
    float: right;
}

.headerTop li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 18px;
}

.headerTop li a {
    font-size: 13px;
    color: #888888;
    padding-left: 17px;
}

.headerTop li.first a {
    background: url(../images/header_icon01.png) no-repeat left center;
}

.headerTop li.second a {
    background: url(../images/header_icon02.png) no-repeat left center;
}

.headerTop li.last a {
    background: url(../images/header_icon03.png) no-repeat left center;
}

.headerTop li:first-child {
    margin-left: 0;
}
.headerTop li:hover a{color:#e15616;}
.headerCenter {
    width: 100%;
    height: 115px;
}

.headerCenter .box {
    float: left;
}

.headerCenter h1 {
    float: left;
    width: 167px;
    height: 52px;
    margin-top: 21px;
}

.headerCenter h1 img {
    display: block;
    width: 167px;
    height: 52px;
}

.headerCenter .Part {
    float: left;
    margin-left: 33px;
    width: 577px;
    margin-top: 21px;
    padding-left: 34px;
    border-left: 1px solid #999999;
}

.headerCenter .Part h2 {
    font-size: 24px;
    color: #333333;
}

.headerCenter .Part p {
    font-size: 22px;
    color: #e15616;
    margin-top: 3px;
}

.headerCenter .phone {
    background: url(../images/header-phone.png) no-repeat left center;
    padding-left: 58px;
    float: right;
    margin-top: 22px;
    height: 48px;
}

.headerCenter .phone p {
    color: #333333;
    font-size: 16px;
    padding-top: 4px;
}

.headerCenter .phone em {
    font-size: 26px;
    color: #e15616;
    font-weight: bold;
    display: block;
    margin-top: 2px;
}

.headerNav {
    height: 49px;
    background: #000;
    z-index: 999;
}

.headerNav ul {
    width: 100%;
    background: #000;
}

.headerNav li {
    float: left;
    font-size: 16px;
    height: 49px;
    position: relative;
    background: url(../images/nav-xian.png) no-repeat left center;
}

.headerNav li:first-child {
    background-image: none;
}

.headerNav li>a {
    color: #fff;
    text-decoration: none;
    height: 49px;
    line-height: 49px;
    display: block;
}

.headerNav li.cur {
    background: #c74b12;
}

.headerNav li:hover {
    background: #c74b12;
    /* background-image: none; */
}

/* footer */

.footer {
    width: 100%;
    background: #1f1a17;
}

.footer .footerTop {
    height: 39px;
    text-align: center;
    padding-top: 52px;
}

.footer .footerTop ul {
    border-bottom: 1px solid #36312f;
    height: 38px;
}

.footer .footerTop li {
    display: inline-block;
    height: 38px;
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-left: 70px;
}

.footer .footerTop li:first-child {
    margin-left: 0;
}

.footer .footerTop li a {
    color: #fff;
    display: block;
}

.footer .footerCenter {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}

.footer .footerCenter .box {
    float: left;
}

.footer .footerCenter .box1 {
    margin-left: 10px;
    margin-top: 76px;
}

.footer .footerCenter .box1 img {
    display: block;
    width: 264px;
    height: 82px;
}

.footer .footerCenter .box2 {
    float: left;
    margin-left: 46px;
    margin-top: 50px;
    border-left: 1PX solid #36312f;
    padding-left: 44px;
}

.footer .footerCenter .box2 p {
    margin-top: 14px;
    font-size: 16px;
    color: #5c5a59;
}

.footer .footerCenter .box2 p:first-child {
    margin-top: 0;
}

.footer .footerCenter .box2 p a {
    color: #5c5a59;
}

.footer .footerCenter .box2 p em {
    color: #fff;
}

.footer .footerCenter .box3 {
    float: right;
    width: 310px;
    margin-top: 40px;
}

.footer .footerCenter .box3 img {
    display: block;
    width: 137px;
    height: 131px;
}

.footer .footerCenter .box3 p {
    font-size: 14px;
    color: #5c5754;
    margin-top: 16px;
    text-align: center;
}

.footer .footerCenter .box4 img{
    display: inline-block;
}

.footer .footerCenter .box4 .lx{
    float: right;
    margin-right: 110px;
}
.footer .footerCenter .box4 {
    position: relative;
    left:1000px;
    bottom:-34px;
    /* background: blue; */
    width: 300px;
    height: 40px;
}

.footer .footerCenter .box4 .rexian {
    font-size: 14px;
    color: #8d8b89;

}

.footer .footerCenter .box4 .haoma {
    font-weight: 900;
    font-size: 18px;
    color: #fffffb;
}

.footerBottom {
    width: 100%;
    background: #000;
    height: 34px;
}

.footerBottom p {
    line-height: 34px;
    font-size: 14px;
    color: #585858;
}

.footerBottom p.p1 {
    float: left;
}

.footerBottom p.p2 {
    float: right;
}

.footerBottom p a {
    color: #585858;
}

.w {
    margin: 0 auto;
    width: 1200px;
}

.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
}


/*返回顶部*/
.retop ul{ overflow:hidden;}
.retop li{ float:left; margin-left:10px;}
.retop li img{ display:block;}
.rtTop{ width:43px; height:43px; overflow:hidden; position:fixed; top:80%; right:46%; margin-right:-615px; cursor:pointer;  display:none;}
.rtTop h4{ width:43px; height:43px; overflow:hidden; position:relative;}
.rtTop img{ display:block; position:absolute; top:0; left:0;}

/* -- 弹出窗口 -- */
#oran_full_bg{ display:none !important;}

/* tanchuang1 提交弹窗*/
.tanchuang1{width:100%;position: fixed;top: 0;left: 0;background: url(../images/tanchuangbg.png);height:100%; z-index:9999999;}
.tanchuang1 .conBox{width: 400px;height: 212px;padding: 20px;background: #fff;position: absolute;left: 50%;margin-left: -220px;top: 50%;margin-top: -80px; z-index:9999999;}
.tanchuang1 .conBox .tcClose{width: 33px;height: 90px;position: absolute;right: 45px;top: -90px;cursor: pointer;z-index:999999999999999;}
.tanchuang1 .conBox .box{width: 398px;height: 200px;border: 1px solid #e5e5e5;padding-top: 10px;text-align: center;position: relative;}
.tanchuang1 .conBox .box img{display: block;width: 47px;height: 47px;margin: 0 auto;}
.tanchuang1 .conBox .box h5{font-size: 24px;color: #e15616;font-weight: bold;margin-top: 10px;}
.tanchuang1 .conBox .box p{font-size: 15px;color: #4d4d4d;margin-top: 7px;}
.tanchuang1 .conBox .box .b15{display: block;width: 150px;height: 52px;line-height: 52px;text-align: center;font-size: 18px;color: #fff;position: absolute;bottom: -1px;left: 50%;margin-left: -75px;background: #e15616;text-decoration: none;z-index:999999999999999;border:0px;}
.tanchuang2 .conBox .box a{background: #404040;}

/* 错误提示 */
.errorMainCon{width: 100%;background: url(../images/errorbg.jpg) no-repeat center #f6f6f6;;height: 330px;padding-top: 300px;}
.errorMainCon h3{width: 525px;height: 80px;line-height: 80px;text-align: center;font-size: 24px;color: #1e1e1e;font-weight: normal;margin: 0 auto;}
.errorMainCon h3 em{color: #df1f29;font-weight: bold;}
.errorMainCon p{font-size: 20px;color: #000000;text-align: center;margin-top: 30px;}
.errorMainCon p em{color: #df1f29;}
.errorMainCon a.error-url{font-size: 15px;color: #999999;font-family: arial;display: block;text-align: center;margin-top: 4px;}
.errorMainCon .btn{text-align: center;height: 52px;width: 228px;margin: 30px auto 0;overflow: hidden;}
.errorMainCon .btn .a1{display: block;width: 104px;height: 52px;line-height: 52px;text-align: center;font-size: 16px;color: #818181;background: #e3e3e3;border-radius: 4px;float: left;text-decoration: none; border:none;}
.errorMainCon .btn .a1:first-child{background: #df1f29;color: #fff;margin-right: 20px;}


/* ksbj */
.ksbj{width: 288px;position: fixed;left: 0;bottom: 0px;z-index: 99999;}
.ksbj .mainCon{width: 100%;position: relative;}
.ksbj .mainCon .ksbj-close{display: block;width: 24px;height: 24px;position: absolute;right: 0;top: 0;background: url(../images/ksbj-close.png) no-repeat center;cursor: pointer;}
.ksbj .mainCon .top{height: 97px;line-height: 97px;background: #e15616;text-align: center;}
.ksbj .mainCon .top p{font-size: 24px;color: #fff;}
.ksbj .mainCon .box{padding: 20px 24px 28px;border: 1px solid #eeeeee;width: 238px;background: #fff;}
.ksbj .mainCon .box h2{font-size: 16px;color: #000000;line-height: 22px;font-weight: normal;text-align: center;}
.ksbj .mainCon .box .form{margin-top: 22px;}
.ksbj .mainCon .box .form .Input{height: 36px;position: relative;margin-top: 14px;}
.ksbj .mainCon .box .form .Input:first-child{margin-top: 0px;}
.ksbj .mainCon .box .form .Input input{display: block;width: 200px;padding: 0 28px 0 10px;color: #999999;font-size: 14px;background: #eeeeee;outline: none;border: none;height: 36px;line-height: 36px;}
.ksbj .mainCon .box .form .Input span{display: block;width: 28px;height: 36px;line-height: 36px;text-align: center;font-size: 12px;color: #999999;position: absolute;right: 0;top: 0;}
.ksbj .mainCon .box a{display: block;height: 46px;line-height: 46px;text-align: center;font-size: 16px;color: #fff;text-decoration: none;background: #e15616;margin-top: 20px;}

