@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all .3s linear;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}


/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/

.Tit {
    height: 120px;
    width: 1200px;
    font-family: "Microsoft YaHei";
    text-align: center;
}

.Tit .ch {
    padding-top: 45px;
    font-weight: bold;
    font-size: 26px;
    color: #002b53;
}

.Tit .en {
    margin-top: 12px;
    font-size: 15px;
    color: #999;
}


/* top样式  b*/

.top {
    width: 100%;
    overflow: hidden;
    background: #ebebeb;
    height: 35px;
    line-height: 35px;
}

.top-l {
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}

.top-r {
    float: right;
    color: #666;
}

.top-r a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #666;
}

.top-r a:hover {
    color: #002b53;
}


/* top样式  e*/


/* head样式  b*/

.head {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 115px;
}

.head-l {
    float: left;
    width: 510px;
}

.head-l .logo {
    float: left;
    height: 115px;
    line-height: 115px;
}

.head-l .logo img {
    display: inline-block;
    vertical-align: middle;
}

.head-l dl {
    float: right;
    height: 115px;
    font-family: "Microsoft YaHei";
    color: #111;
}

.head-l dl dt {
    margin-top: 30px;
    font-size: 28.93px;
    font-weight: bold;
}

.head-l dl dd {
    margin-top: 5px;
    font-size: 14.06px;
    letter-spacing: 1px;
}

.head-r {
    float: right;
    width: 230px;
}

.head-r .phone {
    float: left;
    height: 115px;
    line-height: 115px;
}

.head-r .phone img {
    display: inline-block;
    vertical-align: middle;
}

.head-r dl {
    float: right;
    height: 115px;
    font-family: "Microsoft YaHei";
}

.head-r dl dt {
    font-size: 16px;
    margin-top: 35px;
}

.head-r dl dd {
    font-weight: bold;
    font-size: 21.5px;
    color: #002b53;
}


/* head样式  e*/


/* nav样式  b*/

#en {
    padding: 0 26.5px;
    width: 80px;
    background: #fe0000;
}

#en:hover {
    background: #fe0000;
    color: #fff;
}

.navigation {
    width: 100%;
    height: 50px;
    background: #002b53;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    height: 50px;
    line-height: 50px;
}

.nav .nLi {
    height: 50px;
    float: left;
    position: relative;
    display: inline;
}

.nav a {
    vertical-align: 1px;
    padding: 0 33.6px;
    width: 66px;
    text-align: center;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #fff;
}

.nav a:hover {
    background: #f9bf15;
    color: #002b53;
    line-height: 50px;
}

.nav .sub {
    display: none;
    left: 0;
    top: 50px;
    position: absolute;
    background: #13487a;
    line-height: 50px;
    padding: 5px 0;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    font-family: "Microsoft YaHei";
    line-height: 50px;
    width: 133px;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 0;
}

.nav .sub a:hover {
    color: #13487a;
    background-color: #f9bf15;
    line-height: 50px;
}


/* nav样式  e*/


/* 轮播图样式开始 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 550px;
    display: block;
}


/* 轮播图样式结束 */


/* 公司概况  b*/

.company {
    width: 100%;
    overflow: hidden;
    height: 420px;
    background: #fff;
}

.comDes {
    width: 890px;
    height: 252px;
    float: left;
    margin-top: 43px;
}

.comDes .img {
    height: 252px;
    width: 313px;
    margin-right: 15px;
    float: left;
}

.comDes .img img {
    height: 252px;
    width: 313px;
}

.comDes .des {
    float: right;
    height: 252px;
    width: 560px;
    font-family: "Microsoft YaHei";
}

.comDes .des .tit {
    font-size: 16px;
    color: #333;
}

.comDes .des .con {
    margin-top: 25px;
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    color: #999;
}

.comDes .des .more {
    display: block;
    width: 98px;
    height: 28px;
    background: #002b53;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}

.comDes .des .more:hover {
    background: #fe0000;
    transition: all .3s linear;
}

.company .comHon {
    font-family: "Microsoft YaHei";
    float: right;
    width: 264px;
    height: 252px;
    margin-top: 43px;
}

.company .bd {
    width: 240px;
    height: 252px;
    float: left;
    overflow: hidden;
}

.company .honor {
    text-align: center;
    width: 240px;
    height: 252px;
    background: #dedede;
}

.company .honor img {
    width: 203px;
    height: 153px;
    margin-top: 40px;
}

.company .honor .name {
    margin-top: 10px;
    font-size: 14px;
    color: #002b53;
}

.company .button {
    float: right;
    width: 24px;
    height: 252px;
}


/* 公司概况  e*/


/* 产品中心 b*/

.proCen {
    width: 100%;
    height: 530px;
    background: #fff;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

.proCen .slideGroup {
    margin-top: 40px;
    height: 270px;
    position: relative;
}

.proCen .slideGroup .parHd {
    width: 100%;
}

.proCen .slideGroup .parHd .subnav {
    overflow: hidden;
    height: 37px;
    width: 810px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-left: 224px;
}

.proCen .slideGroup .parHd .subnav li {
    float: left;
    width: 121px;
    height: 35px;
    border: 1px solid #434343;
    margin-right: 37px;
}

.proCen .slideGroup .parHd .subnav li a {
    font-family: "Microsoft YaHei";
    width: 123px;
    color: #555;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    display: block;
    text-align: center;
}

.proCen .slideGroup .parHd .subnav li a:hover,
.proCen .slideGroup .parHd .subnav .on a {
    color: #fff;
    background-color: #434343;
}

.proCen .on {
    background: #434343;
}

.proCen .slideGroup .parBd {
    width: 1200px;
    height: 174px;
    overflow: hidden;
}

.proCen .slideGroup .parBd .slideBox {
    width: 1200px;
    overflow: hidden;
    height: 174px;
}

.proCen .slideGroup .parBd .slideBox li {
    margin: 0 3px;
    float: left;
    width: 193px;
    height: 174px;
}

.proCen .slideGroup .parBd .slideBox li .pic-img {
    width: 191px !important;
    height: 142px !important;
    line-height: 142px;
    text-align: center;
    border: 1px solid #555;
}

.proCen .slideGroup .parBd .slideBox li .pic-img img {
    display: inline-block;
    vertical-align: middle;
    width: 168px;
    height: 138px;
}

.proCen .slideGroup .parBd .slideBox li .pic-tit {
    background: #434343;
    color: #fff;
    font-size: 12px;
    width: 193px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.proCen .more {
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    margin-top: 52px;
    width: 174px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #002b53;
    border-radius: 10px;
}

.proCen .more a {
    color: #fff;
}

.proCen .more:hover {
    background: #fe0000;
    transition: all .3s linear;
}


/* 产品中心 e*/


/* 厂区环境 b*/

.factory {
    width: 100%;
    height: 805px;
    background: #fff;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

.facEnv {
    height: 500px;
    width: 1200px;
    margin-top: 55px;
}

.facEnv li {
    overflow: hidden;
    float: left;
    width: 290px;
    height: 240px;
    margin: 0 4px;
    margin-bottom: 10px;
}

.facEnv li img {
    transition: ease-in-out 0.4s;
    width: 290px;
    height: 240px;
}

.facEnv li img:hover {
    transform: scale(1.2);
}

.factory .more {
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    width: 174px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #002b53;
    border-radius: 10px;
}

.factory .more:hover {
    background: #fe0000;
    transition: all .3s linear;
}

.factory .more a {
    color: #fff;
}


/* 厂区环境 e*/

.adv {
    width: 100%;
    height: 150px;
    background: url(../images/adv.png) no-repeat;
    background-position-x: center;
}


/* 新闻 b*/

.news {
    width: 100%;
    height: 720px;
    background: #fff;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

.newsList {
    margin-top: 45px;
    width: 100%;
    height: 530px;
}

.newsL {
    float: left;
    width: 580px;
    height: 530px;
}

.newsR {
    float: right;
    width: 580px;
    height: 530px;
}

.classTit {
    height: 35px;
    line-height: 35px;
    width: 580px;
}

.classTit .left {
    float: left;
    color: #333;
    font-size: 18px;
}

.classTit .right {
    float: right;
    font-size: 12px;
}

.classTit .right a {
    color: #999;
}

.classTit .right a:hover {
    color: #002b53;
}

.news .line {
    width: 33px;
    border-bottom: 4px solid #002b53;
    margin-left: 1px;
}

.news li {
    width: 580px;
    height: 165px;
    border-bottom: 1px solid #d6d6d6;
}

.news li .color {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #002b53;
    margin-top: 42px;
    font-size: 26px;
    color: #fff;
}

.news li .con {
    width: 502px;
    float: right;
    height: 40px;
    margin-top: 25px;
}

.news li .con .title {
    font-size: 16px;
    color: #333;
}

.news li .con .des {
    color: #666;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.5;
}

.news li .con .detail {
    display: block;
    line-height: 26px;
    width: 73px;
    height: 26px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
    background: #002b53;
}

.news li .con .detail:hover {
    background: #fe0000;
}


/* 新闻 e*/


/* 友情链接 b*/

.furl {
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    background: #fff;
    color: #222;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

.furl img {
    display: inline-block;
    vertical-align: middle;
}

.furl span {
    margin-right: 15px;
    display: inline-block;
    vertical-align: -5px;
}

.furl a {
    padding: 0 10px;
    color: #222;
    display: inline-block;
    vertical-align: -5px;
}

.furl a:hover {
    color: #f9bf15;
}


/* 友情链接 e*/


/* bottom  b*/

.bottom {
    height: 228px;
    overflow: hidden;
    background: #333333;
    font-family: "Microsoft YaHei";
}

.flogo {
    float: left;
    margin-top: 35.5px;
    width: 237px;
    height: 157px;
    border-right: 1px solid #eee;
}

.bottom .con {
    font-size: 14px;
    line-height: 1.9;
    float: left;
    width: 285px;
    margin-left: 60px;
    height: 155px;
    margin-top: 36.5px;
    color: #fff;
}

.bottom .con a {
    color: #fff;
}

.bottom .con a:hover {
    color: #f9bf15;
}

.wx {
    float: left;
    width: 140px;
    height: 228px;
    margin-left: 245px;
    text-align: center;
}

.wx img {
    margin-top: 28px;
}

.wx p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.mob {
    float: right;
    width: 140px;
    height: 228px;
    margin-right: 42px;
    text-align: center;
}

.mob img {
    margin-top: 28px;
}

.mob p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}


/* bottom  e*/


/* 子页大图     b*/

.secBan1 {
    width: 100%;
    height: 340px;
    background: url(../images/sec1.jpg) no-repeat;
    background-position-x: center;
}

.secBan2 {
    width: 100%;
    height: 340px;
    background: url(../images/sec2.jpg) no-repeat;
    background-position-x: center;
}

.secBan3 {
    width: 100%;
    height: 340px;
    background: url(../images/sec3.jpg) no-repeat;
    background-position-x: center;
}

.secBan4 {
    width: 100%;
    height: 340px;
    background: url(../images/sec4.jpg) no-repeat;
    background-position-x: center;
}

.secBan5 {
    width: 100%;
    height: 340px;
    background: url(../images/sec5.jpg) no-repeat;
    background-position-x: center;
}

.secBan6 {
    width: 100%;
    height: 340px;
    background: url(../images/sec6.jpg) no-repeat;
    background-position-x: center;
}

.secBan7 {
    width: 100%;
    height: 340px;
    background: url(../images/sec7.jpg) no-repeat;
    background-position-x: center;
}


/* 子页大图     e*/


/* 侧边栏样式    b*/

.mainBody {
    font-family: "Microsoft YaHei";
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    min-height: 900px;
}

.lefter {
    width: 210px;
    float: left;
    overflow: hidden;
    margin-top: 40px;
}

.lefter_title {
    width: 100%;
    overflow: hidden;
    height: 70px;
    text-align: center;
    background: #002b53;
}

.lefter_title .ch {
    margin-top: 11px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.lefter_title .en {
    font-size: 14px;
    color: #fff;
}

.lefter_list {
    width: 208px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.lef_list {
    padding: 25px 15px 15px;
}

.lef_list li {
    width: 178px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-bottom: 8px;
    background: #e3e3e3;
}

.lef_list li a {
    font-size: 14px;
    color: #000;
}

.lef_list .on {
    background: #002b53;
    border: 1px solid #002b53;
}

.lef_list .on a {
    color: #fff;
}

.lef_list p {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

#hotline {
    line-height: 1;
    text-align: center;
}

.lefter_list #num {
    text-align: center;
    color: #f9bf15;
    font-size: 22px;
}


/* 侧边栏样式    e*/


/* 子页右侧内容区  b*/

.main {
    margin-top: 40px;
    float: right;
    overflow: hidden;
    width: 950px;
    font-family: "Microsoft YaHei";
}

.main_title {
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.main_title img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 12px;
}

.main_title .title {
    font-size: 16px;
    color: #002b53;
}

.main_title .wz {
    font-size: 14px;
    color: #333;
}

.main_title .wz a {
    color: #333;
}

.main_title .wz a:hover {
    color: #f9bf15;
}

.mainCon {
    padding: 20px;
    line-height: 2;
    font-size: 14px;
}

.mainCon p {
    text-align: justify;
}


/* 子页右侧内容区  e*/

.pagebar {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pagebar a,
.pagebar span {
    position: relative;
    font-size: 16px;
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}

.pagebar .on {
    background: #002b53;
    border-color: #002b53;
    color: #fff;
}