﻿@charset "utf-8";

/*reset*/


/* daohanglan*/

#daohang {
    border: 0px solid;
    width: 100%;
    height: 50px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

#daohang .listdh>li>a {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

#daohang .zilanmu>li>a {
    border-bottom: 1px solid #FFF;
}

.listdh {
    list-style: none;
}

.zilanmu {
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0.3;
    height: 0;
    overflow: hidden;
    transition: all 1s ease;
    position: absolute;
}

.listdh>li {
    float: left;
}

.listdh a {
    display: block;
    line-height: 50px;
    text-decoration: none;
    width: 145px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.zilanmu a {
    background-color: #0a2060;
    line-height: 30px;
    text-decoration: none;
    width: 146px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    color: #000;
}

.listdh li:hover a {
    background-color: #FFF;
}

.zilanmu li:hover a {
    background-color: #FFF;
}

.listdh .zilist:hover .zilanmu {
    opacity: 1;
    height: 217px;
}


/* end */


/* 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 {
    color: #000;
}

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%;
    position: relative;
    z-index: 999;
}

.headerTop {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #dcdcdc;
}

.headerTop h2 {
    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(/yinuo-style/images/header_icon01.png) no-repeat left center;
}

.headerTop li.second a {
    background: url(/yinuo-style/images/header_icon02.png) no-repeat left center;
}

.headerTop li.last a {
    background: url(/yinuo-style/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: 135px;*/
}

.headerCenter .box {
    float: left;
}

.headerCenter h1 {
    float: left;
    width: 200px;
    height: 100px;
    margin-top: 15px;
}

.headerCenter h1 img {
    display: block;
    width: 200px;
    height: 100px;
}

.headerCenter .Part {
    float: left;
    margin-left: 33px;
    width: 400px;
    margin-top: 41px;
    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 .cxt {
    float: left;
    height: 90px;
    margin-top: 30px;
    margin-left: 120px;
}

.headerCenter .cxt .cxtimg {
    width: 100px;
    height: 27px;
    background: url(/yinuo-style/images/tel.jpg) no-repeat right;
}

.headerCenter .cxt .dayang {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 6px;
}

.headerCenter .phone {
    background: url(/yinuo-style/images/header-phone.png) no-repeat left center;
    padding-left: 58px;
    float: right;
    margin-top: 42px;
    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: 69px;
    background: #0a2060;
    z-index: 999;
}

.headerNav ul {
    width: 100%;
    background: #0a2060;
}

.headerNav li {
    float: left;
    font-size: 16px;
    height: 69px;
    position: relative;
    background: url(/yinuo-style/images/nav-xian.png) no-repeat left center;
}

.headerNav li:first-child {
    background-image: none;
}

.headerNav li>a {
    color: #fff;
    text-decoration: none;
    height: 69px;
    line-height: 69px;
    display: block;
    padding: 0 24px;
}

.headerNav li.cur {
    background: #c74b12;
}

.headerNav li:hover {
    background: #c74b12;
}


/* 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: 14px;
    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: 55px;
}

.footer .footerCenter .box1 img {
    display: block;
    width: 264px;
    height: 185px;
}

.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;
    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: 327px;
    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;
    width: 100%;
    z-index: 999;
    top: 0;
}


/*导航栏吸附顶端*/

.box3 .left {
    margin: 0 10px;
}


/*返回顶部*/

.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;
}

.conBox .swiper-button-next:hover {
    background: #e15616;
    color: #fff;
}

.conBox .swiper-button-prev:hover {
    background: #e15616;
    color: #fff;
}


/* -- 弹出窗口 -- */

#oran_full_bg {
    display: none !important;
}


/* tanchuang1 提交弹窗*/

.tanchuang1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/yinuo-style/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(/yinuo-style/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(/yinuo-style/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;
}

.fle {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.logo {
    display: flex;
    /* align-items: center; */
}

.logo img {
    height: 75px;
}

.logo a {
    margin-right: 10px;
}

.logo-txt h3 {
    font-size: 34px;
    font-weight: 700;
    color: #006DB2;
    margin-bottom: 10px;
}

.logo-txt p {
    font-size: 19px;
    color: #CB0214;
}

.fle-l {
    flex: 1;
}

.fle-r ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.fle-r ul li {
    text-align: center;
}

.fle-r ul li p {
    font-size: 15px;
    color: #333;
    /* font-weight: 600; */
}

.fle-r>p {
    font-size: 16px;
    color: #333;
    /* font-weight: 600; */
}