@charset "utf-8";

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

* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: none;
    width: 180px;
    height: 20px;
    float: right;
    margin-top: 20px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding-left: 3px;
}

em {
    font-style: normal;
}

::before,
 ::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


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

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

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

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

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


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

/* 头部样式 */
.head{
    width: 100%;
    height: 120px;
    background: url(../images/headBg.jpg) center no-repeat;
    overflow: hidden;
}
.name{
    display: block;
    float: left;
    margin: 49px 0 0;
    padding: 0 21px 0 0;
    border-right: 2px solid #979695;
}
.word{
    float: left;
    margin: 46px 0 0 20px;
}
.word p{
    height: 26px;
    line-height: 24px;
    font-size: 16px;
    color: #111;
}
.wordSec{
    letter-spacing: 1px;
}
.contact{
    float: right;
}
.contPic{
    display: block;
    float: left;
    margin: 46px 10px 0 0;
}
.contR{
    float: right;
    margin: 49px 0 0 0;
}
.contRfir{
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    color: #000;
}
.contRsec{
    height: 33px;
    line-height: 31px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #a30606;
}
/* 导航栏样式 */
.nav{
    width: 100%;
    height: 50px;
    background: #a30606;
}
.nav .firLi{
    float: left;
    width: 148px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 2px 0 0;
}
.nav .firLi a{
    color: #fff;
    display: block;
}
.nav .firLi a:hover{
    background: #212121;
}
.nav .navOn {
    background: #212121;
}
.secNav {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 50px;
    width: 148px;
    background-color: rgba(11, 11, 11, 0.6);
    padding: 10px 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
}
.secLi {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    zoom: 1;
}
.secLi a {
    color: #fefefe !important;
}

.secLi a:hover {
    color: #faee00 !important;
}
/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 520px;
    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;
    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: 520px;
    display: block;
}
/* 公共标题 7 */
.pubTit{
    width: 1200px;
    height: 82px;
    margin: 0 auto;
    background: url(../images/pubTit.png) center no-repeat;
    overflow: hidden;
}
.pubEn{
    font-size: 30px;
    color: #a30606;
    text-align: center;
    height: 37px;
    line-height: 35px;
}
.pubCh{
    font-size: 26px;
    color: #a30606;
    text-align: center;
    height: 45px;
    line-height: 41px;
}
.pubMore{
    display: block;
    width: 146px;
    height: 21px;
    background: url(../images/pubMore.png) center no-repeat;
    margin: 0 auto;
    border-top: 2px solid #cc123b;
}
/* 第一部分 */
.partFir{
    width: 100%;
    height: 1180px;
    background: url(../images/partFbg.jpg) center no-repeat;
    overflow: hidden;
    position: relative;
}
.partFirLine{
    width: 100%;
    height: 5px;
    background: #a30606;
    position: absolute;
    left: 0;
    bottom: 0;
}
/* 优势 */
.adv{
    width: 1200px;
    height: 295px;
    background: url(../images/advBg.jpg) center no-repeat;
    overflow: hidden;
    margin: 41px auto 0;
}
.advUl{
    width: 1116px;
    height: 170px;
    margin: 51px auto 0;
}
.advLi{
    width: 250px;
    height: 170px;
    float: left;
    margin: 0 14.5px;
    background: #a30606;
    overflow: hidden;
}
.advFir{
    font-size: 20px;
    color: #fefefe;
    text-align: center;
    height: 41px;
    line-height: 39px;
    margin: 29px auto 0;
}
.advSec{
    font-size: 16px;
    color: #fefefe;
    text-align: center;
    height: 31px;
    line-height: 29px;
}
/* 产品 */
.product{
    width: 1220px;
    margin: 38px auto 0;
}
.proScroll .hd {
    width: 100%;
    height: 57px;
    margin: 30px 0 20px;
    text-align: center;
}
.proScroll .hd li {
    padding: 0 28px;
    display: inline-block;
}

.proScroll .hd li a {
    display: block;
    height: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #333;
}
.product .hd .proLiHov{
    display: none;
    width: 100%;
    height: 19px;
    background: url(../images/proLiHov.png) center no-repeat;
}
.product .hd ul .on .proLiHov{
    display: block;
}

.product .bd {
    width: 100%;
    margin: 0 auto;
}

.product .bd ul li {
    width: 285px;
    height: 260px;
    float: left;
    margin: 0 10px 20px;
}

.proPic {
    width: 285px;
    height: 220px;
    line-height: 216px;
    text-align: center;
    overflow: hidden;
}

.proPic img {
    max-height: 220px;
    display: inline-block;
    vertical-align: middle;
    transition: ease-in-out 0.4s;
}

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

.proTit{
    height: 40px;
    line-height: 38px;
    background: #a30606;
    color: #fefcf8;
    font-size: 16px;
    text-align: center;
}
/* 公司简介 */
.about{
    width: 100%;
    height: 660px;
    background: url(../images/abtBg.jpg) center no-repeat;
    overflow: hidden;
    border-bottom: 5px solid #a30606;
}
.about .pubTit{
    margin-top: 42px;
}
.abtFir{
    width: 1286px;
    overflow: hidden;
    margin: 51px auto 0;
}
.abtL{
    float: left;
    width: 721px;
    height: 370px;
    margin: 8px 0 0 28px;
    background: url(../images/abtL.png) center no-repeat;
    overflow: hidden;
}
.abtText{
    width: 509px;
    font-size: 14px;
    color: #333;
    line-height: 2.14;
    margin: 40px 0 0 152px;
    text-align: justify;
}
.abtR{
    display: block;
    float: left;
}
/* 第二部分 */
.partSec{
    width: 100%;
    height: 1400px;
    background: url(../images/partSec.jpg) center no-repeat;
    overflow: hidden;
    border-bottom: 5px solid #a30606;
}
/* 案例展示 */
.case{
    width: 100%;
    overflow: hidden;
}
.case .pubTit{
    margin-top: 43px;
}
.caseCon{
    width: 1200px;
    margin: 41px auto 0;
}
.caseL{
    display: block;
    width: 385px;
    height: 520px;
    line-height: 516px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin: 0 0 20px;
}
.caseL img{
    display: inline-block;
    vertical-align: middle;
    max-height: 520px;
}
.caseUl{
    float: right;
    width: 815px;
}
.casePic{
    width: 388px;
    height: 250px;
    line-height: 246px;
    text-align: center;
    overflow: hidden;
    margin: 0 0 20px 19.5px;
    float: left;
}
.casePic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 250px;
}
/* 新闻资讯 */
.news{
    width: 100%;
    margin: 31px auto 0;
}
.newsCon{
    width: 1226px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/newsBg.png) center top no-repeat;
}
.newsTitle{
    width: 298px;
    height: 106px;
    line-height: 99px;
    text-align: center;
    background: url(../images/newsTit.png) center no-repeat;
    font-size: 20px;
    color: #fefcf8;
    margin-bottom: 5px;
}
.newsTit{
    display: block;
    width: 302px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dashed #6d6253;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 18px;
    background: url(../images/newsLi.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsL{
    float: left;
}
.newsL .newsTit{
    margin-left: 13px;
}
.newsR{
    float: right;
    width: 348px;
    overflow: hidden;
}
.newsR .newsTitle{
    margin-right: 50px;
}
.newsR .newsTit{
    margin-right: 13px;
    float: right;
}
.newsTit:hover{
    color: #a30606;
}
/* foot */
.foot{
    width: 100%;
    height: 188px;
    background: url(../images/footBg.jpg) center no-repeat;
    overflow: hidden;
}
.link{
    width: 836px;
    height: 46px;
    line-height: 46px;
    background: url(../images/linkBg.png) center no-repeat;
    overflow: hidden;
    margin: 28px auto 25px;
    color: #fff;
}
.linkSpan{
    font-size: 18px;
    color: #dc0c0c;
    margin: 0 15px 0 21px;
}
.link a{
    font-size: 16px;
    color: #fefcf8;
}
.link a:hover{
    color: #dc0c0c;
}
.link a:last-child span{
    display: none;
}
.foot p{
    font-size: 16px;
    color: #fefcf8;
    text-align: center;
    line-height: 30px;
}  
.foot a{
    color: #fefcf8;
} 
.foot a:hover{
    color: #dc0c0c;
}
/* 分页 */
.pagebar {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 16px;
}
.pagebar a{
   height: 26px;
   display: inline-block;
   line-height: 24px;
   text-align: center;
   border-radius: 3px;
   padding: 0 10px;
   margin: 0 4.5px;
   color: #333;
}
.pagebar a:hover{
    background: #a30606;
    color: #fff;
}
.pagebar .on {
    background: #a30606;
    color: #fff;
}

.main {
    margin: 0 auto;
    width: 1200px;
    padding: 49px 0 0;
}

.subRight {
    width: 938px;
    float: right;
    margin-bottom: 30px;
}

/* 子页内容区*/
.sonBg{
    width: 100%;
    height: auto;
    background-image: url(../images/sonBg.jpg);
    background-repeat: repeat-y;
    background-position: center;
}
.sonBanner{
    width: 100%;
    height: 400px;
    background: url(../images/sonBanner.jpg) center no-repeat;
}
/* 子页map */
.subMap{
    width: 100%;
    height: 54px;
    line-height: 40px;
    background: url(../images/subNavBg.png) center no-repeat;
    overflow: hidden;
}
.subFir{
    margin: 0 0 0 76px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    float: left;
}

.subNav {
    float: right;
    font-size: 14px;
    color: #333;
}

.subNav a {
    color: #333;
}

.subNav a:hover {
    color: #a30606;
}
.subCon {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #191919;
    line-height: 1.9;
    text-align: justify;
    min-height: 500px;
    margin: 40px 0 0;
}

.subCon p {
    margin: 0.63em 0 1.8em 0;
}


/* 侧边栏 */
.left{
    width: 190px;
    height: 313px;
    background: url(../images/leftBg.png) center no-repeat;
    float: left;
    padding: 98px 0 0;
}
.left a{
    display: block;
    margin: 0 0 0 47px;
    width: 111px;
    padding: 0 0 0 19px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    background: url(../images/leftLi.png) left center no-repeat;
}
.leftOn{
    color: #a30606 !important;
}
.left a:hover{
    color: #a30606 !important;
}
.leftLine{
    width: 132px;
    border-top: 1px solid #515151;
    margin: 9px auto 14px;
}
.left p{
    font-size: 14px;
    color: #333;
    line-height: 26px;
    margin: 0 0 0 25px;
}