﻿/* CSS Document */
@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, 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;}
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 Microsoft YaHei; font-size: 63%;}
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;}

body{ overflow-x: hidden; color: #333; font-size: 14px; font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif; position: relative;}/*网站字体颜色*/
a { color: #000; text-decoration: none;}  /*for ie f6n.net*/
a:focus{ outline: 0;} /*for ff f6n.net*/
a:hover { color: #333; text-decoration: none;}
p{ word-spacing: -1.5px;}

/*定位*/
.clear { clear: both; height: 0; line-height: 0; font-size: 0;}
.fl { float: left; display: inline;}
.fr { float: right; display: inline;}
.fix:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden;}
*html .fix { height: 1%}
.fix { display: block;}
.abs-right { position: absolute; right: 0;}
.zoom { zoom: 1}
.hidden { visibility: hidden;}

/* -- 页面整体布局 -- */
.container { width: 85%; max-width: 1400px; margin: 0 auto;}

/* 头部开始 */
.in_header { width: 100%;}
.in_header .top { width: 100%; height: 31px; background: url(../img/bxytop1.jpg) no-repeat top center; color: #000; /*position: fixed;*/ z-index: 999; overflow: hidden;}
.in_header .top .top_l { line-height: 45px; font-size: 15px;}
.in_header .top .top_r { font-size: 14px; line-height: 31px; color: #fff;}
.in_header .top1 { overflow: hidden; background: #fff; padding: 20px 0;}
.in_header .top1 .logo { width: 463px; height: auto; display: block;}
.in_header .top1 .logo img { width: 100%; height: auto; display: inline-block;}
.in_header .top1 .top_tit { height: auto; padding: 0 0 0 20px; margin: 10px 0 0 20px; color: #333; font-size: 16px; background: url(../img/logox.jpg) left center no-repeat;}
.in_header .top1 .top_tit span { color: #212121; font-size: 20px; display: block; padding-bottom: 8px; font-weight: bold;}
.in_header .top1 .top_tit em { color: #009933;}
.in_header .top1 .top_tit span em { font-weight: bold;}
.in_header .top1 .tel { background: url(../img/logop.png) left center no-repeat; padding-left: 65px; height: 78px; color: #0c4da2; display: block; font-size: 30px; line-height: 26px;
    font-weight: bold;}
.in_header .top1 .tel p { padding: 9px 0 3px 0; font-size: 15px; color: #666;}
.in_header a.meun_off { float: right; width: 33px; height: 20px; display: none; margin: 1.2em .5em 0 0;}
.in_header a.meun_off span { width: 30px; height: 4px; background: #0c4da2; display: block; margin: 3px auto; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.nav { width: 100%; height: 48px; z-index: 999; background: #0c4da2;}
.nav li { float: left; width: 14.111111%; text-align: center; line-height: 48px; background: url(../img/nav_line.png) right center no-repeat;}
.nav li a { width: 100%; font-size: 15px; line-height: 48px; color: #fff; display: block;}
.nav li a:hover, .nav li a.on { background: #f78222; font-weight: bold;}
.nav li.no_bg { background: none;}
.nav .close { display: none; position: absolute; top: 4%; right: 4%;}
.nav .close img { transition: all .5s ease; width: 25px; height: auto;}
.nav .close:hover img { transform: rotate(180deg);}

/* banner */
.slideBox { position: relative; width: 100%; overflow: hidden;}
.slideBox .hd { position: absolute; right: 50%; bottom: 30px; height: 25px; margin-right: -46px; overflow: hidden; z-index: 1;}
.slideBox .hd li { float: left; width: 13px; height: 13px; margin: 0 5px; background: #fff; border-radius: 50%;}
.slideBox .hd li.on { background: #2758a3;}
.slideBox .bd { position: relative; height: auto; z-index: 0;}
.slideBox .bd li { zoom: 1; vertical-align: middle;}
.slideBox .bd li a { position: relative; width: 100%; padding: 16.8% 0; display: block;}
.slideBox .bd li a img { position: absolute; top: 0; left: 0; width: 100%; height: auto; display: block;}
.slideBox .prev, .slideBox .next { position: absolute; left: 3%; top: 50%; width: 43px; height: 93px; margin-top: -46px; background: url('../img/slider-arrow.png') no-repeat;
    display: block; filter: alpha(opacity=70); opacity: 0.7;}
.slideBox .next { left: auto; right: 3%; background-position: right;}
.slideBox .prev:hover, .slideBox .next:hover { filter: alpha(opacity=100); opacity: 1;}
.slideBox .prevStop, .slideBox .nextStop { display: none;}
.slideBox a.pic { position: relative; width: 100%; padding: 14.8% 0; display: block;}
.slideBox a.pic img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}

/*分类标题*/
.CategoryList_Title{ height: 2.968em; line-height: 2.968em; padding: 0 .687em; color: #333; display: none;
    text-align: center; border-bottom: 1px solid #b0b4bb; font-size: 1.125em;
    background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}
.CategoryList_Title .fl { float: left; background: url('../img/jt6.png') no-repeat left center;
    width: 17px; height: 100%;}
.CategoryList_Title .icon-details{ margin-right: .5em; float: right;}

/* 页尾 */
.flinkbg { width: 100%; height: 40px; background: #323234; border-bottom: 1px solid #535357;}
.flinkbg h2 { float: left; font-size: 15px; font-weight: bold; line-height: 30px; color: #fff;}
.flinkbg ul { padding: 5px 0; float: left;}
.flinkbg ul li { float: left; font-size: 14px; margin-right: 20px; line-height: 30px;}
.flinkbg ul li a { color: #fff;}
.flinkbg ul li a:hover { text-decoration: underline;}

.bottom { width: 100%; background: #323234; padding: 20px 0; color: #cacaca;}
.bottom .btm1 { float: left; width: 35%; line-height: 36px; font-size: 14px; color: #fff;}
.bottom .btm1 .phone { height: 50px; padding-left: 10%; background: url("../img/phoneD.png") no-repeat left center;}
.bottom .btm1 .email { height: 50px; padding-left: 10%; background: url("../img/email.png") no-repeat left center;}
.bottom .btm1 .addr { height: 50px; padding-left: 10%; background: url("../img/addr.png") no-repeat left center;}
.bottom .btm2 { float: right; margin-right: 4%; width: 28%; border-right: 1px solid #535357; padding-left: 2%; border-left: 1px #535357 solid;}
.bottom .btm2 p { line-height: 36px; font-size: 14px; color: #fff;}
.bottom .btm2 p span { margin-left: 20px;}
.bottom .btm2 p a { color: #fff; display: inline;}
.bottom .btm2 p a:hover { color: #7bbf09;}
.bottom .btm2 .gs img { width: 25px; height: auto;}
.bottom .weixin { float: right; width: 29%; font-size: 14px; padding-top: 15px; text-align: center;}
.bottom .weixin p { text-align: center; color: #fff;}
.bottom .weixin img { width: 110px; margin: 0 15px; height: 110px;}

.fttow{display:none;width:100%; height:56px; background:rgba(0,0,0,0.8); position:fixed; bottom:0; z-index:999}
.fttow li{width:33.3%; float:left;}
.fttow li span{width:100%; float:left;height: 33px; }
.fttow li p{width:100%;line-height: 21px; float:left; text-align:center; font-size:13px;color:#fff;}
.fttow li a{color:#fff;}
.fttow li span img{ height:2em; padding-top:0.2em;display: block;
    margin: 0 auto;}
.saoma1{width:300px; height:300px;position:fixed;bottom:10%; left:50%; margin-left:-150px;z-index: 10000;background: #000;opacity: 0.8;}
.ewm11{width:200px; height:200px; margin:0 auto; position: absolute;top:50%; left:50%;margin-top:-33%; margin-left:-33%; }
.ewm11 img{width:100%;}

@media screen and ( max-width: 1920px ) {}
@media screen and ( max-width: 1680px ) {}
@media screen and ( max-width: 1440px ) {}
@media screen and ( max-width: 1366px ) {
    .container { width: 98%;}
}
@media screen and ( max-width: 1280px ) {}
@media screen and ( max-width: 1024px ) {
    .in_header .top1 .tel { display: none;}
}
@media screen and ( max-width: 768px ) {
    .in_header .top1 { padding: 0.5em 0;}
    .nav li a { font-weight: normal;}
    .nav { position: fixed; top: 0; right: 0; width: 50%; height: 100%; background: rgba(0, 0, 0, 0.9); display: none;}
    .nav ul { padding-top: 25%;}
    .nav li { height: 50px; line-height: 50px; width: 80%; text-align: left; background: none; padding-left: 20%;}
    .nav li a { color: #fff; font-size: 18px; line-height: 50px;}
    .nav li a:hover, .nav li a.on { background: none;}
.in_header .top1 .logo { width: 245px; height: auto; display: block;}
.in_header .top1 .logo img { width: 75%; height: auto; display: inline-block;}
    .slideBox .hd { margin-right: -50px;}
    .slideBox .hd li { width: 10px; height: 10px;}

    .flinkbg { height: auto;}
    .flinkbg h2 { float: left; font-size: 15px; font-weight: bold; line-height: 30px; color: #fff;}
    .flinkbg ul { padding: 5px 0; float: left;}
    .flinkbg ul li { float: left; font-size: 14px; margin-right: 20px; line-height: 30px;}
    .flinkbg ul li a { color: #fff;}
    .flinkbg ul li a:hover { text-decoration: underline;}

    .bottom .btm2 { width: 100%; border: none; text-align: center; padding-bottom: 60px;}

    .fttow, .in_header a.meun_off, .nav .close, .CategoryList_Title, .cgd { display: block!important;}
    .footer1-1, .footer3, .weixin, .btm1, .gs, .yone, .slideBox .prev, .slideBox .next, .in_header .top1 .top_tit, .in_header .top .top_r,
    .in_header .top1 .tel { display: none;}
}

@media screen and ( max-width: 414px ) {
    .in_header .top { height: 30px; overflow: hidden;}
    .in_header .logo { height: 90px;}
    .in_header .logo a.pc { width: 75%;}
.in_header .top1 .logo { width: 245px; height: auto; display: block;}
.in_header .top1 .logo img { width: 75%; height: auto; display: inline-block;}
    .slideBox .hd { bottom: 1em; height: 13px;}

    .fttow, .in_header .logo a.ph { display: block;}
}
@media screen and ( max-width: 400px ) {}
@media screen and ( max-width: 375px ) {
	.nav li { height: 45px; line-height: 45px;}
}
@media screen and ( max-width: 360px ) {}
@media screen and ( max-width: 320px ) {
 