@charset "utf-8";

/*reset*/

.topadcs {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden;
    text-align: center;
}

.logo_phone {
    font-size: 24px;
    color: rgb(194, 40, 40);
    position: absolute;
    right: 273px;
    top: 80px;
    font-weight: bold;
}

.logo_wx {
    position: absolute;
    right: 50px;
    top: 21px;
}

.logo_wx img {
    width: 110px;
}

.logo {
    position: relative;
}

.topadcs a {
    display: block;
    margin: 0 auto;
    height: 300px;
}


/* 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: underline;
}


/*定位*/

.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;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*原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;
}


/*end reset*/

h2.nyh2 {
    text-align: center;
    color: #c30101;
    background: url("../images/_dl_tit.png") no-repeat center;
    font-size: 22px;
    margin-top: 30px;
}

h2.nyh2 a {
    color: #c30101
}

h2.nyh2 strong {
    color: #000
}

h2.nyh2 a strong {
    color: #000
}

#roll_top,
#fall,
#ct {
    position: relative;
    cursor: pointer;
    height: 59px;
    width: 52px
}

#roll_top {
    background: url("../images/top.gif") no-repeat
}

#fall {
    background: url("../images/top.gif") no-repeat 0 -80px9
}

#ct {
    background: url("../images/top.gif") no-repeat 0 -40px
}

#roll {
    display: block;
    width: 15px;
    margin-right: -558px;
    position: fixed;
    right: 53%;
    top: 80%;
    _margin-right: -558px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
    z-index: 100;
}


/* CSS Document */

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 12px;
    font-family: microsoft yahei, "宋体";
    position: relative;
}


/*网站字体颜色*/

.header,
.content,
.footer,
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1460px;
}


/*页眉*/

.header {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.header .hdTop {
    height: 36px;
    background-color: #f6f6f6;
}

.header .hdTop p {
    float: left;
    color: #666;
    line-height: 36px;
    font-size: 13px;
}

.header .hdUl {
    float: right;
}

.header .hdUl li {
    font-size: 13px;
    padding: 0 8px;
    border-right: 1px dotted #acacac;
    margin-top: 10px;
    float: left;
}

.header .hdUl li a {
    color: #666
}

.header .hdUl li.last {
    border: none;
    padding-right: 0;
}

.header .logo {
    overflow: hidden;
    padding: 5px 0 0px;
}

.header .logo h1 {
    float: left;
}

.header .logo h2 {
    font-size: 18px;
    color: #c30101;
    border-left: 1px dotted #cccccc;
    padding-left: 12px;
    margin-left: 10px;
    float: left;
}

.header .logo h2 p {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

.header .tu {
    float: right;
    width: 370px;
}

.header .tu img {
    display: block;
    float: left;
}

.header .phone {
    float: right;
    background: url("../images/hdphone.png") no-repeat left center;
    padding-left: 45px;
}

.header .phone p {
    font-size: 13px;
    color: #999
}

.header .phone h4 {
    font-size: 24px;
    color: #c30101;
    font-family: Arial;
}

.header .Nav {
    height: 60px;
    background: #282828;
}

.header .navBox {
    height: 60px;
    line-height: 60px;
}

.header .navUl {
    width: 102%;
}

.header .navUl li {
    font-size: 14px;
    float: left;
}

.header .navUl li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding-left: 52px;
    padding-right: 52px;
}

.header .navUl li:hover,
.header .navUl li.cur {
    background-color: #c30101
}


/*搜索*/

.ss {
    overflow: hidden;
    width: 100%;
    height: 62px;
    background: url("../images/bgbg.png") repeat;
}

.ss .ssBox {
    overflow: hidden;
}

.ss .ssBox p {
    line-height: 62px;
    color: #333;
    font-size: 13px;
    float: left
}

.ss .ssBox p a {
    color: #333;
    padding: 0 8px;
}

.ss .ssK {
    overflow: hidden;
    float: right;
    height: 38px;
    width: 321px;
    margin-top: 12px
}

.ss .ssK input {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    padding: 0 10px;
    width: 250px;
    outline: none;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-right: none;
    color: #333;
}

.ss .ssK a {
    display: block;
    float: right;
    background: url("../images/ssfdj.png") no-repeat center;
    width: 40px;
    height: 38px;
}


/*底部*/

.footer {
    overflow: hidden;
    width: 100%;
    background-color: #333
}

.footer .ftNav {
    overflow: hidden;
    background: url("../images/ftheng.png") no-repeat left bottom;
}

.footer .ftUl {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
    padding: 20px 0 15px;
}

.footer .ftUl li {
    float: left;
    font-size: 13px;
    padding: 0 15px;
    border-right: 1px dotted #5c5c5c;
}

.footer .ftUl li a {
    color: #ccc
}

.footer .ftUl li.last {
    border: none;
}

.footer .ftBox {
    overflow: hidden;
    padding: 40px 0;
}

.footer .ftDl {
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
}

.footer .ftDl dt {
    overflow: hidden;
    float: left;
    width: 244px;
}

.footer .ftPhone {
    float: right;
    background: url("../images/ftphone.png") no-repeat left center;
    padding-left: 45px;
}

.footer .ftPhone p {
    color: #fff;
    font-size: 14px;
}

.footer .ftPhone h4 {
    font-size: 24px;
    color: #fff;
    font-family: Arial;
}

.footer .ewm {
    overflow: hidden;
    margin-top: 5px;
}

.footer .ewm li {
    width: 98px;
    float: right;
    margin-left: 7px;
}

.footer .ewm li p {
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-top: 3px;
}

.footer .ftDl dd {
    overflow: hidden;
    float: left;
    background: url("../images/ftlinebg.png") no-repeat right center;
    width: 336px;
}

.footer .ftDl dd p {
    line-height: 28px;
    font-size: 12px;
    color: #cccccc;
}

.footer .ftDl dd p a {
    color: #cccccc;
}

.footer .ftlogo {
    overflow: hidden;
    margin-bottom: 10px;
}

.footer .ftlogo img {
    display: block;
    float: left;
}

.footer .xiao {
    float: left;
    margin-left: 10px;
}

.footer .xiao img {
    margin-left: 5px;
}

.footer dd.two {
    width: 276px;
    padding-left: 31px;
}


/*面包屑*/

.mbx {
    overflow: hidden;
    width: 100%;
    background: url("../images/mbxbg.png") no-repeat center bottom;
    padding-top: 24px;
    height: 35px;
    margin: 10px 0;
}

.mbx span {
    float: right;
    font-size: 12px;
    color: #333
}

.mbx span a {
    color: #333
}

.mbx span a:hover,
.mbx span a.cur {
    color: #c30101
}


/*阅读*/

.reading {
    overflow: hidden;
    width: 100%;
    background-color: #f2f2f2;
    /* padding:30px 0 */
    padding-bottom: 15px;
}

.reading .list {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.reading .list li {
    overflow: hidden;
    width: 460px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    margin-right: 10px;
}

.reading .list li strong {
    color: #000
}

.reading .list li a {
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    float: left;
}

.reading .list li span {
    float: right;
    display: block;
    font-family: Arial
}


/*标题*/

.hcy {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title {
    overflow: hidden;
    background: url("../images/titlebg.png") repeat-x;
    border-left: 4px solid #c30101;
    height: 49px;
    width: 100%;
}

.title h3 {
    float: left;
    line-height: 49px;
    margin-left: 10px;
    font-size: 18px;
}

.title h3 a {
    color: #c30101;
}

.title h3 span {
    font-size: 13px;
    margin-left: 10px;
    color: #9d9d9d;
    font-weight: normal;
    font-family: Arial
}

.title a.more {
    display: block;
    float: right;
    margin-right: 15px;
    font-size: 12px;
    color: #575757;
    margin-top: 15px;
}

.ConBox {
    overflow: hidden;
    padding: 15px;
    background-color: #fff
}


/*优势*/

.Y_S {
    overflow: hidden;
    width: 100%;
    background: url("../images/gsbgbg.png") repeat;
    padding-bottom: 20px;
}

.Y_S .ysBox {
    overflow: hidden;
    height: auto;
    position: relative;
    width: 1420px;
    padding: 0 20px;
    margin: 0 auto;
    background-color: #fff
}

.Y_S .ysdIV {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.Y_S .ysDl {
    width: 230px;
}

.Y_S .ysDl dt {
    width: 50px;
    float: left;
}

.Y_S .ysDl dd {
    width: 170px;
    float: right;
}

.Y_S .ysDl dd h3 {
    font-size: 18px;
    color: #c30101
}

.Y_S .ysDl dd p {
    line-height: 22px;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.Y_S .tuP {
    position: absolute;
    width: 455px;
    height: 385px;
    left: 50%;
    margin-left: -228px;
    top: 25px;
}

.Y_S .tuP img {
    display: block;
    position: absolute;
    z-index: 5
}

.Y_S .tuP img.tu01 {
    top: 30px;
    left: 21px;
}

.Y_S .tuP img.tu02 {
    top: 219px;
    left: 0;
}

.Y_S .tuP img.tu03 {
    top: 75px;
}

.Y_S .tuP img.tu04 {
    top: 28px;
    right: 15px;
}

.Y_S .tuP img.tu05 {
    top: 197px;
    right: 25px;
}

.Y_S .tuP img.tu06 {
    top: 0px;
    left: 30px;
    z-index: 0;
    animation: quan 60s linear infinite;
}

@-webkit-keyframes quan {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*生产工艺*/

.S_C {
    overflow: hidden;
    width: 100%;
    background-color: #f7f7f7;
}

.S_C h2 {
    text-align: center;
    background: url("../images/sc-titbg.png") no-repeat center;
    font-size: 22px;
    margin-top: 20px;
}

.S_C h2 a {
    color: #000
}

.S_C h2 strong {
    color: #c30101
}

.S_C p {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 2px;
}

.S_C .scBox {
    overflow: hidden;
    width: 1550px;
    margin: 15px auto 20px;
    position: relative
}

.S_C .scBox em {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 41px;
    height: 41px;
    top: 90px;
}

.S_C .sclt {
    background: url("../images/sclt.png") no-repeat center top;
    left: 0
}

.S_C .scrt {
    background: url("../images/scrt.png") no-repeat center top;
    right: 0
}

.S_C .scBox em:hover {
    background-position: bottom
}

.S_C .scCon {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    position: relative
}

.S_C ul {
    position: absolute;
    top: 0;
    left: 0
}

.S_C ul li {
    width: 229px;
    border: 3px solid #ececec;
    height: 220px;
    float: left;
    margin-right: 20px;
    background-color: #ececec;
}

.S_C ul li a {
    text-decoration: none
}

.S_C ul li img {
    display: block;
    margin: 0 auto;
}

.S_C ul li span {
    display: block;
    text-align: center;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    color: #333
}

.S_C ul li:hover {
    background-color: #c30101;
    border-color: #c30101
}

.S_C ul li:hover span {
    color: #fff
}

.S_C ul li:hover img {
    opacity: .85;
}


/*流程*/

.L_C {
    overflow: hidden;
    width: 100%;
    padding: 22px 0 25px;
    background-color: #c30101;
}

.L_C h2 {
    background: url("../images/lcbg.png") no-repeat center;
    font-size: 22px;
    text-align: center;
    color: #fff
}

.L_C p {
    text-align: center;
    font-size: 12px;
    color: #d67575;
}

.L_C .list {
    overflow: hidden;
    margin-top: 16px;
    width: 105%;
}

.L_C .list li {
    float: left;
    width: 111px;
    position: relative;
    margin-right: 39px
}

.L_C .list li img {
    display: block;
    margin: 0 auto
}

.L_C .list li h4 {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    color: #fff
}

.L_C .list li i {
    display: block;
    background: url("../images/lc-xjx.png") no-repeat center;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 38px;
    right: -30px;
}

.L_C .list li.last {
    margin-right: 0;
}


/*anli*/

.al {
    overflow: hidden;
    margin-bottom: 20px;
}

.al .alBox {
    width: 780px;
    height: 300px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.al .alCon {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
}

.al .alBox i {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 41px;
    height: 41px;
    top: 120px;
}

.al .allt {
    background: url("../images/sclt.png") no-repeat center top;
    left: -10%
}

.al .alrt {
    background: url("../images/scrt.png") no-repeat center top;
    right: -10%
}

.al .alBox i:hover {
    background-position: bottom
}

.al .list {
    position: absolute;
}

.al .list p {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.al i:hover {
    background-position: bottom;
}


/*通道*/

.T_D {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
}

.T_D .tdBox {
    overflow: hidden;
    padding: 15px 0 0;
}

.T_D h2 {
    text-align: center;
    font-size: 22px;
    background: url("../images/td-h301.png") no-repeat center;
    margin-bottom: 5px;
}

.T_D h2 a {
    color: #000
}

.T_D h2 a strong {
    color: #c30101
}

.T_D .dl {
    overflow: hidden;
    margin-top: 0px;
}

.T_D .dl dt {
    width: 95px;
    background: url("../images/tddd.png") no-repeat left center;
    padding-left: 20px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.T_D .dl dt a {
    color: #000
}

.T_D .dl dd {
    width: 1340px;
    float: right;
    margin-bottom: 5px;
}

.T_D .dl dd a {
    padding: 0 14px;
    border-right: 1px dotted #bcbcbc;
    font-size: 13px;
    color: #666;
    margin: 5px 0;
    display: block;
    float: left;
}

.T_D h2.h2 {
    background: url("../images/td-h302.png") no-repeat center
}

.T_D .dl dd a.last {
    border: none;
    padding-right: 0
}

.T_D .tdBox:first-child {
    margin-top: 15px;
}

.T_D .dl dd a.gd {
    border: none;
    padding-right: 0;
    color: red
}


/*link*/

.link {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    background-color: #ededed;
}

.link h3 {
    float: left;
    font-size: 16px;
    width: 120px;
    margin-top: 2px;
}

.link h3 a {
    color: #c30101
}

.link h3 span {
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    margin-left: 1px;
}

.link ul {
	margin-left:136px;
    padding: 5px 0;
}

.link ul li {
    float: left;
    padding: 0 12px;
    font-size: 13px;
}

.link ul li a {
    color: #666
}

.link ul a:after{
	content:" 、";
}


/*产品*/

._dltj {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
}

._dltj .tjcp {
    overflow: hidden;
    width: 100%;
    margin-top: 30px
}

._dltj .tjcp li {
    float: left;
    width: 191px;
    margin-right: 19px;
}

._dltj .tjcp li img {
    display: block;
    border: 1px solid #ccc
}

._dltj .tjcp li span {
    text-align: center;
    font-size: 13px;
    display: block;
    line-height: 30px;
    color: #666
}

._dltj .tjcp li.li01 {
    width: 368px;
}

._dltj .tjcp li.last {
    margin-right: 0
}

.red {
    color: Red;
}

.page {
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    clear: both;
}

.page li {
    display: inline;
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.page li a {
    color: #555;
}

.page li a:hover {
    background: #f5f5f5;
    color: #0064c4;
}

.page li.thisclass {
    background: #0058A5;
    color: #fff;
}

.page li.thisclass a {
    text-decoration: none;
    cursor: default;
    border-color: #0064c4;
    color: #fff;
}

.page .pageinfo strong {
    font-weight: normal;
}


/*产品*/

.Pro {
    width: 100%;
    background: #f2f2f2;
    padding-bottom: 20px;
    overflow: hidden;
}

.N_dz .proLt {
    float: right;
    width: 240px;
}

.N_dz .proTit {
    overflow: hidden;
    width: 215px;
    padding-left: 25px;
    height: 117px;
    background: url("../images/pro-lt-tit.png"/*../images/pro-lt-tit.png*/
    ) no-repeat center;
}

.N_dz .proTit p {
    font-family: Arial;
    margin-top: 24px;
    color: #fff;
    font-size: 12px;
}

.N_dz .proTit em {
    text-transform: uppercase;
    font-size: 30px;
    display: block
}

.N_dz .proTit h2 {
    font-size: 20px;
    margin-top: 5px;
}

.N_dz .proTit h2 a {
    color: #fff
}

.N_dz .proltBox {}

.N_dz .proDl {
    margin-bottom: 1px;
    position: relative;
}

.N_dz .proDl dt {
    height: 43px;
    font-size: 13px;
    line-height: 43px;
    background: #fff url("../images/Index/proDtBG.png"/*../images/Index/proDtBG.png*/
    ) repeat-x;
}

.N_dz .proDl dt a {
    display: block;
    color: #666666;
    padding-left: 34px;
    float: left;
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}

.N_dz .proDl dt i {
    display: block;
    width: 25px;
    height: 27px;
    background: url("../images/pro-top.png"/*../images/pro-top.png*/
    ) no-repeat center 8px;
    margin-left: 5px;
    padding-top: 8px;
}

.N_dz .proDl dt:hover {
    background: #c30101
}

.N_dz .proDl dt a.cur {}

.N_dz .proDl dt:hover a {
    color: #fff
}

.N_dz .proDl dt:hover i {
    background: url("../images/pro-btn.png"/*../images/pro-btn.png*/
    ) no-repeat center 8px;
}

.N_dz .proDl dd {
    padding: 0 25px;
    font-size: 13px;
    color: #333;
    padding-left: 10px;
    top: 0;
    background: #fff;
    position: absolute;
    right: 238px;
    width: 230px;
    text-align: right;
    display: none;
}

.N_dz .proDl dd a {
    color: #333;
    line-height: 40px;
    display: block;
    padding-left: 27px;
    text-decoration: none;
    font-size: 14px;
}

.N_dz .proDl dd a:hover {
    color: #c30101;
}