@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;
    border: none;
    /* ie8 */
}

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;
    /* transition: all .3s linear; */
}

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


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

/* top样式 */
.top {
    width: 100%;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff;
    overflow: hidden;
}
.topL{
    font-size: 12px;
    color: #333;
    float: left;
}
.topR{
    float: right;
}
.topR a{
    font-size: 12px;
    color: #333;
}
.topR a:hover{
    color: #d30207;
}
/* head样式 */
.head {
    width: 100%;
    height: 100px;
    background: #fff;
    overflow: hidden;
}
.logo{
    float: left;
    display: block;
}
.contact{
    float: right;
}
.phone{
    display: block;
    float: left;
    margin: 24px 11px 0 0;
}
.contactR{
    float: left;
}
.phoneTxt{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-top: 23px;
}
.phoneNum{
    font-size: 24px;
    font-weight: bold;
    color: #d30207;
    line-height: 26px;
}
/* 导航栏样式 */
.nav {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 1000;
    background: #d30207;
}
.nav .container{
    width: 1206px;
}
.nav .firLi{
    width: 148px;
    height: 50px;
    position: relative;
    float: left;
    margin: 0 1px;
}
.nav .firLi a{
    display: block;
    width: 148px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.nav .firLi a:hover,
.nav .navOn {
    background: #a30004;
}
.secNav {
    position: absolute;
    width: 148px;
    overflow: hidden;
    height: 0;
    z-index: 9999;
    transition: all .3s ease;
    left: 0;
    top: 0;
    opacity: 0;
}
.secLi a{
    background-color: rgba(17, 132, 218, .65);
    border-bottom: 1px solid #fff;
}
.secNav li:last-child a{
    border-bottom: none;
}
.firLi:hover .secNav{
    opacity: 1;
    transform: translate3d(0, 50px, 0);
    height: auto;
}

/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    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: 500px;
    display: block;
}


/* 子页大图样式 */
#sonBody {
    background: #f5f5f5;
}

/* 公共标题 7*/
.pubEn{
    text-align: center;
    font-size: 34px;
    color: #333;
    height: 42px;
    line-height: 42px;
    padding-top: 32px;
}
.pubEn span{
    color: #d30207;
}
.pubCh{
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-size: 24px;
    color: #333;
    background: url(../images/pubTit.png) center no-repeat;
}
/* 产品中心 */
.product{
    width: 100%;
    height: 716px;
    background: #fff;
    overflow: hidden;
    padding: 40px 0;
}
.proClass{
    width: 210px;
    float: left;
}
.proChead{
    width: 100%;
    height: 75px;
    background: #d30207;
    overflow: hidden;
}
.proLch{
    font-size: 26px;
    color: #fff;
    text-align: center;
    height: 34px;
    line-height: 34px;
    margin-top: 12px;
}
.proLen{
    font-size: 12px;
    color: #e06666;
    text-align: center;
    line-height: 17px;
}
.proClist{
    width: 208px;
    border: 1px solid #d6d6d6;
    padding: 9px 0;
}
.proClist li a{
    display: block;
    margin: 0 0 0 11px;
    padding-left: 16px;
    height: 35px;
    line-height: 33px;
    font-size: 15px;
    color: #333;
    background: url(../images/proCli.png) left center no-repeat;
}
.proClist li a:hover{
    color: #d30207;
}
.proCon{
    float: right;
    width: 978px;
}
.proCon li{
    float: left;
    margin: 0 0 19px 19px;
}
.proPic{
    width: 307px;
    height: 273px;
    line-height: 271px;
    overflow: hidden;
    text-align: center;
}
.proPic img{
    display: inline-block;
    vertical-align: middle;
    max-height: 273px;
}
.proName{
    width: 307px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #ebebeb;
}
.proCbot{
    width: 100%;
    height: 95px;
    background: #666666;
    overflow: hidden;
}
.proCbot p{
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 19px;
}
.proCbot i{
    display: block;
    font-style: normal;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 33px;
}
.proCon li:hover .proName{
    color: #d30207;
}
/* 广告 */
.ad{
    width: 100%;
    height: 196px;
    background: url(../images/ad.jpg) center no-repeat;
}
.adColor{
    width: 200px;
    height: 196px;
    overflow: hidden;
    float: left;
    background: #ff9000;
    margin-right: 35px;
}
.adColTop{
    display: block;
    font-size: 26px;
    color: #fefefe;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 64px;
}
.adColBot{
    display: block;
    font-size: 30px;
    color: #fefefe;
    height: 33px;
    line-height: 33px;
    text-align: center;
}
.adCenter{
    float: left;
    overflow: hidden;
}
.adCfir{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fefefe;
    margin-top: 43px;
}
.adCsec{
    height: 61px;
    line-height: 61px;
    font-size: 42px;
    font-weight: bold;
    color: #fefefe;
}
.adCthi{
    height: 29px;
    line-height: 29px;
    font-size: 18px;
    color: #fefefe;
}
.adRight{
    width: 259px;
    float: right;
    margin-right: 8px;
    overflow: hidden;
}
.adRfir{
    width: 170px;
    height: 26px;
    line-height: 33px;
    font-size: 14px;
    color: #fefefe;
    margin-left: 56px;
    padding-left: 38px;
    background: url(../images/adPhone.png) left center no-repeat;
    margin-top: 43px; 
    overflow: hidden;
}
.adRsec{
    width: 230px;
    margin: 0 0 3px 16px;
    height: 47px;
    line-height: 47px;
    font-size: 30px;
    color: #fefefe;
}
.adRthi{
    display: block;
    width: 257px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #fefefe;
    background: url(../images/adRthi.png) 196px 9px no-repeat;
}
.adRthi:hover{
    color: #ff9000;
}
/* 优势 */
.adv{
    width: 100%;
    height: 725px;
    background: #fff;
    overflow: hidden;
}
.advList{
    position: relative;
}
.advLi{
    width: 473px;
    padding: 13px 0 0 73px;
    background: url(../images/advLi1.png) 0 0 no-repeat;
}
.advLiFir{
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #333;
}
.advLiSec{
    width: 468px;
    line-height: 24px;
    font-size: 14px;
    color: #808080;
    padding-bottom: 34px;
    border-bottom: 1px solid #c9c9c9;
}
.advLi1{
    margin: 55px 0 0 50px;
}
.advLi2{
    margin: 32px 0 24px;
    background: url(../images/advLi2.png) 0 0 no-repeat;
}
.advLi3{
    margin: 0 0 0 20px;
    background: url(../images/advLi3.png) 0 0 no-repeat;
}
.advPic{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
/* 关于我们 */
.aboutUs{
    width: 100%;
    height: 583px;
    background: url(../images/abtBg.jpg) center 25px no-repeat;
}
.abtL{
    width: 327px;
    height: 583px;
    position: relative;
    float: left;
}
.abtLfir{
    width: 305px;
    height: 583px;
    background: #d30207;
}
.abtLsec{
    width: 327px;
    height: 583px;
    background: url(../images/abtLbg.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.abtLbig{
    width: 235px;
    height: 54px;
    line-height: 52px;
    font-size: 43.24px;
    color: #fff;
    margin: 165px 0 0 63px;
    position: relative;
}
.abtLlit{
    font-size: 25.95px;
    color: #fff;
    height: 40px;
    line-height: 38px;
    position: absolute;
    left: 92px;
    top: 14px;
}
.abtLen{
    font-size: 14px;
    color: #fff;
    height: 21px;
    line-height: 21px;
    margin: 0 0 52px 65px;
}
.abtLword{
    font-size: 22px;
    color: #fff;
    height: 37px;
    line-height: 37px;
}
.abtLword1{
    margin-left: 28px;
}
.abtLword2{
    margin-left: 65px;
}
.abtCon{
    width: 789px;
    float: left;
    margin-left: 38px;
    overflow: hidden;
}
.abtCfir{
    height: 69px;
    line-height: 69px;
    font-size: 36px;
    color: #fff;
    margin-top: 57px;
}
.abtCsec{
    height: 52px;
    line-height: 52px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 18px;
}
.abtCthi{
    line-height: 30px;
    text-align: justify;
    font-size: 14px;
    color: #fff;
}
.abtMore{
    font-size: 14px;
    color: #fff;
}
.abtMore:hover{
    color: #ff9000;
}
.abtImg{
    display: block;
    margin-top: 43px;
}
/* 新闻 */
.news{
    width: 100%;
    height: 567px;
    background: #fff;
    border-bottom: 10px solid #d30207;
}
.newsList{
    width: 1228px;
    height: 384px;
    margin: 43px auto 0;
}
.newsList li{
    width: 585px;
    height: 111px;
    border: 1px solid #999999;
    float: left;
    margin: 0 14.5px 19px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.newsTit{
    width: 432px;
    font-size: 16px;
    color: #333;
    height: 52px;
    line-height: 52px;
    margin: 1px 0 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.newsDes{
    width: 550px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0 0 0 18px;
}
.nesCol{
    width: 585px;
    height: 0;
    transition: all .3s ease;
    background: #d30207;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newsList li:hover .nesCol{
    transform: translate3d(0, 0, 0);
    height: 3px;
}
.newsList li:hover .newsTit{
    color: #d30207;
    text-decoration: underline;
}
/* 案例 */
.case{
    width: 100%;
    height: 453px;
    background: #fff;
    overflow: hidden;
}
.caseBox{
    width: 1200px;
    margin: 34px auto 0;
    overflow: hidden;
}
.caseBox li{
    width: 285px;
    height: 263px;
    overflow: hidden;
    float: left;
    margin: 0 9.5px;
}
.casePic{
    width: 285px;
    height: 220px;
    line-height: 217px;
    text-align: center;
}
.casePic img{
    max-height: 220px;
    display: inline-block;
    vertical-align: middle;
}
.caseTit{
    width: 285px;
    height: 43px;
    line-height: 41px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}
.caseBox li:hover .caseTit{
    color: #d30207;
}
/* 底部样式 */
.footer {
    width: 100%;
    height: 246px;
    background-color: #333;
    overflow: hidden;
}
.footNav{
    width: 1200px;
    height: 71px;
    line-height: 71px;
    border-bottom: 1px solid #5e5e5e;
    margin: 0 auto;
}
.footNav a{
    font-size: 16px;
    color: #fff;
    margin-right: 58px;
}
.footNav a:hover{
    color: #d30207;
}
.footSec{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.footLeft{
    float: left;
    margin-top: 22px;
}
.footLeft p{
    font-size: 14px;
    color: #dedede;
    line-height: 30px;
}
.icp ,
.footLeft span{
    margin-right: 12px;
}
.footLeft a{
    color: #dedede;
}
.footLeft a:hover{
    color: #d30207;
}
.footRight{
    float: right;
}
.footHot{
    float: right;
    width: 244px;
    height: 61px;
    margin-top: 53px;
    background: url(../images/footPhone.png) 0 10px no-repeat;
    padding-left: 55px;
}
.footHtext{
    font-size: 14px;
    color: #dedede;
    height: 24px;
    line-height: 22px;
}
.footHnum{
    font-size: 28px;
    color: #fff;
    height: 37px;
    line-height: 35px;
}
.ewm{
    display: block;
    float: right;
    height: 105px;
    margin-top: 30px;
}

/* 分页 */
.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: 0 5px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}

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


/* 子页内容区*/

.main {
    margin: 30px auto 0;
    width: 1200px;
    position: relative;
}

.subRight {
    width: 940px;
    float: right;
    background: #fff;
    min-height: 800px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3.5px #a6a6a6;
}

.subCon {
    width: 890px;
    padding: 15px 25px 25px;
    overflow: hidden;
    font-size: 16px;
    color: #191919;
    line-height: 1.9;
    text-align: justify;
}

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


/* 子页map */

.subMap{
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 20px 0 20px;
}

.sonTit {
    background: url(../images/mapNav.png) no-repeat left center;
    padding-left: 41px;
}

.subNav {
    font-size: 16px;
    color: #666;
}
.subNav span{
    color: #d30207;
}

.subNav a {
    font-size: 14px;
    color: #666;
}

.subNav a:hover {
    color: #d30207;
}


/* 侧边栏 */

.sideBar {
    width: 240px;
    margin-bottom: 50px;
}
.sideBar .proClist{
    width: 238px;
}
.sideOn{
    color: #d30207 !important;
}