@charset "utf-8";

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

* {
    margin: 0;
    padding: 0;
}


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;
}

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

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


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

/* 头部样式 */
.head{
    width: 100%;
    height: 105px;
    background: #fff;
    overflow: hidden;
}
.logo{
    display: block;
    float: left;
    margin: 15px 0 0 10px;
}
.contact{
    float: right;
}
.contPic{
    display: block;
    float: left;
    margin: 24px 13px 0 0;
}
.contR{
    float: right;
    margin: 23px 0 0 0;
}
.contRfir{
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.contRsec{
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #f68e07;
}
/* 导航栏样式 */
.nav{
    width: 100%;
    height: 50px;
    background: #0a49bc;
}
.nav .firLi{
    float: left;
    width: 130.3px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0 3px 0 0;
}
.nav .firLi a{
    color: #fff;
    display: block;
}
.nav .firLi a:hover{
    background: #f68e07;
    color: #fff;
}
.nav a.navOn {
    background: #f68e07;
    color: #fff;
}
.secUl {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 50px;
    width: 130.3px;
    background-color: rgba(10, 73, 188,0.8);
    padding: 10px 0;
    display: none;
}
.secLi {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-align: center;
    zoom: 1;
}
.secLi a {
    color: #fff !important;
}
/* 轮播图样式 */

.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;
    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;
}
/* 公共标题 9 4*/
.pubTit{
    width: 1200px;
    margin: 38px auto 0;
    overflow: hidden;
}
.pubFir{
    width: 100%;
    height: 60px;
    position: relative;
}
.pubCh{
    display: block;
    width: 17.8%;
    font-size: 42px;
    font-weight: bold;
    color: #424242;
    text-align: center;
    height: 60px;
    line-height: 58px;
    margin: 0 auto;
}
.pubCh:hover{
    color: #0a49bc;
}
.pubLine{
    width: 41.1%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 38px;
}
.pubLl{
    left: 0;
}
.pubLr{
    right: 0;
}
.pubEn{
    font-size: 18px;
    color: #424242;
    text-align: center;
    line-height: 1.2;
    font-family: "方正报宋简体";
}

/* 简介 */
.about{
    width: 100%;
    height: 604px;
}
.abtCon{
    width: 1208px;
    height: 604px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/aboutBg.png) left 102px no-repeat;
    position: relative;
}
.abtL{
    width: 474px;
    float: left;
}
.abtLfir{
    font-size: 30px;
    font-weight: bold;
    color: #0a49bc;
    margin: 151px 0 48px 4px;
}
.abtLsec{
    width: 449px;
    margin: 0 0 0 25px;
    font-size: 15px;
    font-weight: bold;
    color: #424242;
    line-height: 29px;
}
.abtP{
    width: 403px;
}
.abtR{
    display: block;
    float: right;
    margin: 77px 0 0 4px;
}
.abtMore{
    width: 187px;
    height: 148px;
    background: #0a49bc;
    position: absolute;
    bottom: 94px;
    left: 433px;
    overflow: hidden;
    text-align: center;
}
.abtMfir{
    font-size: 52.33px;
    color: #fff;
    height: 62px;
    line-height: 62px;
    margin: 14px 0 0 0;
    font-family: "方正报宋简体";
}
.abtMsec{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}
.abtMore:hover{
    background: #f68e07;
}
/* 产品 */
.product{
    width: 100%;
    height: 685px;
    background: #f5f5f5;
    overflow: hidden;
}
.proFir{
    width: 1200px;
    height: 29px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    margin: 43px auto 62px;
}
.proFir a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 136px;
    height: 29px;
    line-height: 29px;
    background: #424242;
    text-align: center;
    overflow: hidden;
    margin: 0 14.5px;
    font-size: 13.34px;
    color: #fff;
}
.proFir a:hover{
    background: #0a49bc;
}
.proSec{
    width: 1290px;
    height: 395px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.proSec .bd{
    width: 1173px;
    margin: 0 auto;
    overflow: hidden;
}
.proSec .tempWrap{
    width: 1173px !important;
}
.proSec .bd li{
    width: 357px;
    float: left;
    margin: 0 17px;
}
.proPic{
    width: 355px;
    height: 285px;
    line-height: 282px;
    overflow: hidden;
    border: 1px solid #a7a7a7;
}
.proPic img{
    max-height: 285px;
    display: inline-block;
    vertical-align: middle;
}
.proTit{
    width: 100%;
    margin: 0 auto 1px;
    height: 81px;
    line-height: 81px;
    font-size: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.proSec .bd li:hover .proTit{
    color: #0a49bc;
}
.proSec .hd ul {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 13px;
    text-align: center;
    font-size: 0;
}

.proSec .hd li {
    width: 13px;
    height: 13px;
    background: #424242;
    color: #424242;
    margin: 0 5.5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.proSec .hd .on {
    background: #0a49bc;
    color: #0a49bc;
}
.proSec .prev{
    width: 45px;
    height: 64px;
    display: block;
    position: absolute;
    background: url(../images/proRight.png) no-repeat;
    right: 0;
    top: 100px;
}
.proSec .next{
    width: 45px;
    height: 64px;
    display: block;
    position: absolute;
    background: url(../images/proLeft.png) no-repeat;
    left: 0;
    top: 100px;
}
/* 案例 */
.case{
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.case .pubTit{
    margin: 52px auto 0;
}
#focus_Box {
    position: relative;
    width: 1294px;
    height: 363px;
    margin: 50px auto;
}
#focus_Box ul {
    position: relative;
    width: 1170px;
    height: 363px;
    margin: 0 auto;
    overflow: hidden;
}
#focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    border-radius: 4px;
}
#focus_Box li img {
    width: 100%;
    height: 100%;
}
#focus_Box li p {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 53px;
    line-height: 53px;
    background: url(../images/caseTit.png);
    text-align: center;
    color: #fff;
    font-size: 18px;
}
#focus_Box li:hover p {
    color: #f68e07;
}
#focus_Box .prev,
#focus_Box .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 47px;
    height: 79px;
    top: 120px;
}

#focus_Box .prev {
    background: url(../images/caseL.png) left bottom no-repeat;
    left: 0px
}

#focus_Box .next {
    background: url(../images/caseR.png) right bottom no-repeat;
    right: 0px
}
.caseMore{
    display: block;
    width: 200px;
    margin: 0 auto 60px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    border: 1px solid #999;
    font-size: 16px;
    color: #4c4c4c;
}
.caseMore:hover{
    background: #f68e07;
    border: 1px solid #f68e07;
    color: #fff;
}
/* 资质 */
.honor{
    width: 100%;
    background: #0a49bc;
    overflow: hidden;
}
.honor .pubTit {
    margin: 40px auto 0;
}
.honor .pubCh{
    color: #fff;
}
.honor .pubEn{
    color: #fff;
}
.honorBox .bd{
    width: 1200px;
    height: 243px;
    overflow: hidden;
    margin: 60px auto 50px;
}
.honorLi{
    width: 271px;
    height: 243px;
    overflow: hidden;
    text-align: center;
    margin: 0 19px;
    float: left;
}
.honorMore{
    display: block;
    width: 200px;
    margin: 0 auto 60px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
}
.honorMore:hover{
    background: #f68e07;
    border: 1px solid #f68e07;
}
/* 新闻 */
.news{
    width: 100%;
    overflow: hidden;
}
.news .pubTit{
    margin: 46px auto 0;
}
.newsCon{
    width: 1200px;
    margin: 18px auto 50px;
    overflow: hidden;
}
.newsL{
    width: 567px;
    float: left;
}
.newsL img{
    display: block;
    width: 567px;
    height: 234px;
    margin: 27px 0 13px;
}
.newsLTit{
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #424242;
}
.newsLDes{
    font-size: 15px;
    color: #424242;
    line-height: 25px;
}
.newsL a:hover .newsLTit ,
.newsL a:hover .newsLDes{
    color: #0a49bc;
}
.newsList{
    width: 569px;
    float: right;
    overflow: hidden;
}
.newsList li{
    width: 525px;
    height: 43px;
    border-bottom: 1px solid #868686;
    padding: 16px 21px 0 23px;
}
.newsLiTit{
    width: 335px;
    height: 43px;
    line-height: 43px;
    padding: 0 0 0 32px;
    background: url(../images/newsLi.png) left center no-repeat;
    font-size: 15px;
    color: #777;
    float: left;
}
.newsLiDate{
    float: right;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    color: #777;
}
.newsList li:hover .newsLiTit{
    background: url(../images/newsLiH.png) left center no-repeat;
    color: #0a49bc;
}
.newsList li:hover .newsLiDate{
    color: #0a49bc;
}
.newsMore{
    display: block;
    width: 200px;
    margin: 0 auto 60px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    border: 1px solid #999;
    font-size: 16px;
    color: #4c4c4c;
}
.newsMore:hover{
    background: #f68e07;
    border: 1px solid #f68e07;
    color: #fff;
}
/* 友情链接 */
.linkUrl{
    width: 100%;
    height: 58px;
    border-top: 1px dashed #868686;
}
.linkFir{
    width: 1200px;
    height: 58px;
    margin: 0 auto;
    background: url(../images/link.png) left center no-repeat;
    overflow: hidden;
}
.linkSec{
    margin: 9px 0 0 228px;
    height: 49px;
    line-height: 47px;
}
.linkSec a{
    font-size: 15px;
    color: #424242;
}
.linkSec a:hover{
    color: #0a49bc;
}
/* foot */
.foot{
    width: 100%;
    height: 230px;
    background: #1b1b1b;
    margin: 5px 0 0 0;
}
.footCon{
    width: 1200px;
    height: 230px;
    overflow: hidden;
    margin: 0 auto;
}
.footFir{
    width: 591px;
    float: left;
    padding: 0 0 0 7px;
}
.footFirCh{
    font-size: 21.11px;
    font-weight: bold;
    color: #fff;
    height: 27px;
    line-height: 27px;
    margin: 27px 0 0 0;
}
.footFirEn{
    font-size: 21.11px;
    font-weight: bold;
    color: #fff;
    height: 22px;
    line-height: 22px;
    margin: 0 0 22px 0;
}
.footFir p{
    font-size: 15px;
    color: #fff;
    line-height: 37px;
}
.footFir a{
    color: #fff;
}
.footFir a:hover{
    color: #f68e07;
}
.footSec{
    width: 519px;
    height: 142px;
    padding: 11px 0 7px 49px;
    border-left: 1px solid #8d8d8d;
    margin: 37px 0 0 0;
    float: left;
}
.footSec img{
    display: block;
    float: left;
    width: 142px;
    height: 142px;
    overflow: hidden;
}
.footSec p{
    width: 120px;
    line-height: 142px;
    font-size: 15px;
    color: #fff;
    float: right;
    text-align: right;
}
/*版权*/
.copyRight{
    width: 100%;
    text-align: center;
    background-color: #000;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.copyRight a{
    color: #fff;
}
.copyRight a:hover{
    color: #f68e07;
}
/* 分页 */
.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: #f68e07;
    color: #fff;
}
.pagebar .on {
    background: #f68e07;
    color: #fff;
}
/* 子页 */
#sonBody {
    background: #e8e8e8;
}
.main {
    margin: 30px auto 0;
    width: 1200px;
}
/* 子页面内容区 */
.subRight {
    float: right;
    background: #fff;
    width: 940px;
    min-height: 700px;
    margin-bottom: 30px;
}
.subCon {
    width: 880px;
    margin: 20px auto;
    padding: 0 25px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: 2;
    text-align: justify;
}
.subCon p{
    margin: 0 0 15px;
}

/* 子页map */
.main_title{
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 20px 0 20px;
}
.main_title img {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 12px;
    margin-left: 12px;
}
.main_title .title {
    font-weight: normal;
    font-size: 16px;
    color: #000300;
    display: inline;
}
.main_title .wz {
    font-size: 15px;
    color: #000300;
}
.main_title .wz a {
    color: #000300;
}
.main_title .wz a:hover {
    color: #0a49bc;
}

/* 侧边栏 */
.sideBar{
    width: 246px;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    border-bottom: 5px solid #0a49bc;
}
.sidebar-title{
    width: 100%;
    overflow: hidden;
    height: 92px;
    line-height: 92px;
    text-align: center;
    background: #0a49bc;
    margin-bottom: 2px;
    font-size: 24px;
    color: #fff;
}
.sidebar-title img{
    width: 34px;
    display: inline-block;
    vertical-align: -9px;
    padding-right: 5px;
}
.secNav , .subNav{
    border-bottom: solid 1px #ccc;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    height: 53px;
    line-height: 53px;
    padding-left: 22px;
    background: url(../images/rowR.jpg) no-repeat;
    background-position: 95% 50%;
}
.subNav a{
    color: #333;
    display: block;
}
.currentSec{
    background: url(../images/rowD.jpg) no-repeat;
    background-position: 95% 50%;
}
.thiCon{
    display: none;
}
.thiNav {
    width: 100%;
    height: 53px;
    line-height: 53px;
    text-align: center;
    border-bottom: 1px solid #e5e3da;
}
.thiNav a {
    font-size: 14px;
    color: #000;
}
.secNav:hover ,
.thiNav:hover a ,
.subNav:hover a ,
.secOn ,
.thiOn a ,
.subOn a{
    color: #0a49bc;
}