@charset "utf-8";

/* 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,
i,
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;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/

.cur {
    cursor: pointer
}


/*原reset*/

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    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: 14px;
    width: 650px;
}

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*/

body {
    background: #f4f4f4;
    overflow-x: hidden;
}

.content,
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}


/* 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: 190px;
    border: 1px solid #e5e5e5;
    padding-top: 20px;
    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: #e5322d;
    font-weight: bold;
    margin-top: 10px;
}

.tanchuang1 .conBox .box p {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 10px;
}

.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: #e5322d;
    text-decoration: none;
    z-index: 999999999999999;
    border: 0px;
}

.tanchuang2 .conBox .box a {
    background: #404040;
}


/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/


/*关闭网站*/

.y-close-page {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #333;
}

.y-dialog-cont {
    width: 360px;
    height: 160px;
    background-color: #fff;
    margin: 8% auto 0;
    border-radius: 10px;
    text-align: center;
    color: #666;
}

.y-dialog-cont p {
    padding-top: 10%;
    font-size: 18px;
}

.y-dialog-cont a {
    display: block;
    width: 70px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 5px;
    margin: 36px auto 0;
    text-decoration: none;
    background: #e5322d;
}


/*Pengjin 2019-2-14*/

@font-face {
    font-family: "DIN Medium";
    src: url("../font/DIN Medium.woff2") format("woff2"), url("../fonts/din medium.ttf") format("truetype"), url("../fonts/din medium.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}


/* --header-- */

.top-wrap {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    background: #f1f1f1;
}

.welcome {
    float: left;
    width: 400px;
    color: #999;
}

.top-menu {
    float: right;
    width: 400px;
    text-align: right;
}

.top-menu a {
    display: inline-block;
    color: #999;
}

.top-menu a:after {
    display: inline-block;
    content: "|";
    margin: 0 15px;
    color: #e2e2e2;
}

.top-menu a:last-child:after {
    display: none;
}

.top-menu a:hover {
    color: #3e4d8e;
}

.header {
    height: 125px;
    overflow: hidden;
    background: #fff;
}

.header .logo {
    float: left;
    width: 304px;
    height: 110px;
    /* border-right: #f3f3f3 solid 1px; */
}

.logo img {
    width: 100%;
}

.zi1 {
    float: left;
    margin: 36px 0 0 90px;
    font: 24px "Microsoft YaHei";
    color: #231815;
    font-weight: bold;
    letter-spacing: 3px;
}

.zi1 p {
    font-size: 20px;
    font-weight: 400;
    color: #110f0e;
}

.toptel {
    margin-top: 50px;
    font: 14px "Microsoft YaHei";
    color: #242424;
    float: right;
}

.toptel span {
    font: 20px "Microsoft YaHei";
    color: #e60012;
    font-weight: bold;
}

.header .slogan {
    float: left;
}

.header .tel {
    float: right;
    margin-top: 36px;
    margin-right: 41px;
}

.header .tel span {
    /* display:block; */
    height: 31px;
    line-height: 28px;
    padding-left: 24px;
    font-size: 18px;
    color: #585858;
    /* background:url(../images/tel.png) no-repeat 0 center; */
}

.header .tel p {
    font-weight: bold!important;
    font: 26px/26px Arial;
    color: #af0a0a;
}

.nav {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #000;
}

.nav-list li {
    position: relative;
    float: left;
    font-size: 16px;
}

.nav-list li>a {
    display: block;
    padding: 0 38px;
    color: #fff;
}

.nav-list li>a:hover,
.nav-list li.cur>a,
.nav-list li.first>a:hover {
    background: #af0a0a;
    color: #fff;
}

.nav-list li.first>a {
    background: #3e4d8e;
}

.nav-list li .dropDown {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 100%;
    width: 100%;
    background: #af0a0a;
}

.nav-list li .dropDown dd {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.nav-list li .dropDown a {
    display: block;
    color: #fff;
}

.nav-list li .dropDown a:hover {
    background: #444;
}


/* --end header-- */

.wrapper {
    margin: 0 auto;
    width: 1300px;
}


/* --footer-- */


/*foot*/

.foot_b {
    background: #222;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}

.foot_b a {
    color: #FFF;
    font-size: 14px;
}

.foot_b b {
    padding-left: 30px;
}

.footWrap {
    background: #202020;
    height: 303px;
    overflow: hidden;
}

.footer {
    position: relative;
    padding-top: 60px;
}

.f_left {
    width: 418px;
    overflow: hidden;
    padding-top: 10px;
}

.f_wz {
    overflow: hidden;
    font: 16px/34px "Microsoft Yahei";
    color: #fff;
}

.f_wz a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.f_wz em {
    display: inline-block;
    padding: 0 10px;
}

.f_wz img {
    vertical-align: middle;
    margin-left: 12px;
}

.f_nav {
    width: 322px;
    padding-left: 50px;
    overflow: hidden;
}

.f_nav span {
    width: 292px;
    height: 152px;
    overflow: hidden;
    display: block;
    margin-left: 28px;
}

.f_nav span img {
    width: 253px;
    height: 145px;
}

.f_nav span a {
    padding: 0px;
    display: inline-block;
}

.f_nav h3 {
    font: 16px/35px "microsoft Yahei";
    width: 238px;
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #666666;
    color: #fff;
    margin-bottom: 10px;
}

.f_nav h3 a {}

.f_nav h3 i {
    font: 14px/31px Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-left: 15px;
    text-transform: uppercase;
    color: #fff;
}

.f_nav p {
    width: 322px;
    color: #fff;
    display: block;
}

.f_nav p a {
    height: 29px;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    float: left;
    color: #fff;
    font: 16px/29px "microsoft Yahei";
    text-align: left;
}

.f_code {
    position: absolute;
    top: 60px;
    right: 0px;
    overflow: hidden;
    width: 350px;
}

.f_code span {
    width: 175px;
    height: 180px;
    overflow: hidden;
    display: block;
    float: left;
}

.f_code span em {
    width: 140px;
    height: 135px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.f_code span img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    padding: 6px 7px 7px 6px;
}

.f_code span i {
    height: 43px;
    width: 175px;
    overflow: hidden;
    display: block;
    text-align: center;
    font: 16px/43px "microsoft Yahei";
    color: #eff7ef;
}

.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}


/* --end footer-- */