@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;
    background: url(../images/select.png) no-repeat;
}

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";
}
#sonBody{
    background: #f7fbff;
}
.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: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    background: #ebebeb;
}
.topL{
    float: left;
}
.topR{
    float: right;
}
.topR a{
    color: #666;
}
.topR a:hover{
    color: #005aad;
}
/* head样式 */

.head {
    height: 115px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.headL{
    float: left;
    width: 825px;
    height: 115px;
    overflow: hidden;
    margin-left: 5px;
}
.head .name{
    display: block;
    float: left;
}
.hWord{
    float: right;
    margin-top: 28px;
}
.hWord p{
    font-size: 20px;
    color: #005aad;
    line-height: 28px;
}
.hSec{
    letter-spacing: 6px;
}
.headR{
    float: right;
}
.headR .phone{
    width: 46px;
    height: 46px;
    float: left;
    display: block;
    margin-top: 34.5px;
    margin-right: 13px;
}
.hCon{
    float: right;
    margin-top: 37px;
}
.hTxt{
    font-size: 16.7px;
    color: #222;
    line-height: 20px;
    font-family: "Adobe 黑体 Std";
}
.hNum{
    font-family: "Arial";
    font-weight: bold;
    font-size: 25.05px;
    color: #002b53;
}
/* 导航栏样式 */
.navigation {
    width: 100%;
    height: 50px;
    background: #005aad;
}

.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: block;
}

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

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

.nav .sub {
    display: none;
    left: 0;
    top: 50px;
    position: absolute;
    line-height: 50px;
    width: 129px;
    margin: 0 10.5px;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    font-family: "Microsoft YaHei";
    line-height: 50px;
    display: block;
	background: #005aad;
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.nav .sub a:hover {
    background: #f09a13;
    color: #002b53;
    line-height: 50px;
}
/* 轮播图样式 */

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


/* 子页大图样式 */

.subBan {
    width: 100%;
    height: 300px;
    background: url(../images/subBan.jpg) center no-repeat;
}
.pubTit{
	font-size: 35px;
	font-weight: bold;
	color: #005aad;
	line-height: 50px;
    text-align: center;
}
.pubDes{
    text-align: center;
    font-size: 15px;
    color: #777777;
    font-weight: bold;
    line-height: 55px;
}
/* 产品中心 */
.product{
    width: 100%;
    height: 655px;
    background: #fff;
    overflow: hidden;
}
.product .pubTit{
    margin-top: 50px;
}
.proBox{
    width: 1110px;
    height: 377px;
    margin: 22px auto 0;
    overflow: hidden;
}
.tempWrap{
    width: 1200px !important;
}
.proBox li{
    width: 333px;
    height: 377px;
    margin: 0 18.5px;
    float: left;
    background: #f1f1f1;
    overflow: hidden;
}
.proPic{
    width: 333px;
    height: 222px;
    line-height: 220px;
    text-align: center;
    overflow: hidden;
}
.proPic img{
    display: inline-block;
    vertical-align: middle;
}
.proCon{
    height: 153px;
    width: 329px;
    border: 2px solid #d2d2d2;
    border-top: none;
    overflow: hidden;
    position: relative;
}
.proFir{
    width: 302px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 6px auto 0;
    font-size: 20px;
    color: #424242;
    font-weight: bold;
    border-bottom: 1px solid #bfbfbf;
}
.proSec{
    display: block;
    width: 137px;
    height: 41px;
    line-height: 38px;
    position: absolute;
    background: url(../images/proMore.png) no-repeat;
    right: 16px;
    bottom: 21px;
}
.proSec span{
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-left: 14px;
}
.proBox li:hover .proSec{
    background: url(../images/pmHover.png) no-repeat;
}
.proBox li:hover{
    box-shadow: 0 0 8px #d5d5d5;
}
/* 关于我们 */
.about{
    width: 100%;
    height: 527px;
    background: url(../images/abtBg.png) center no-repeat;
    overflow: hidden;
}
.abtL{
    width: 505px;
    height: 527px;
    float: left;
    position: relative;
}
.webName{
    font-size: 25px;
    line-height: 45px;
    color: #fff;
    margin-top: 69px;
}
.abtDes{
    width: 472px;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    margin-left: 33px;
    margin-top: 60px;
    text-align: justify;
}
.abtL a{
    display: block;
    width: 135px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 17px;
    color: #424242;
    position: absolute;
    bottom: 62px;
    right: 66px;
    background: #fff;
}
.abtL a:hover{
    background: #f09a13;
}
.abtR{
    width: 619px;
    height: 411px;
    float: right;
    overflow: hidden;
    margin-top: 57px;
    position: relative;
}
.abtColor{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
/* 优势 */
.advantage{
    width: 100%;
    height: 1597px;
    background: #fff;
    overflow: hidden;
}
.advantage .pubTit{
    margin-top: 60px;
}
.advFir{
    width: 1159px;
    height: 385px;
    margin-bottom: 63px;
    overflow: hidden;
}
.advFir .afPic{
    display: block;
    width: 579px;
    height: 385px;
    float: left;
}
.afCon{
    width: 480px;
    height: 230px;
    margin: 67px 0 0 0;
    float: right;
}
.afFir{
    width: 100%;
    height: 84px;
}
.afFir img{
    display: block;
    width: 80px;
    height: 84px;
    margin-right: 35px;
    float: left;
}
.afFir .blue{
    font-size: 35px;
    color: #005aad;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
}
.afFir .black{
    font-size: 25px;
    color: #424242;
    height: 40px;
    line-height: 40px;
}
.afSec{
    margin-top: 50px;
    overflow: hidden;
}
.afSec li{
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
    color: #424242;
}
.afSec .li1{
    margin-top: 10px;
}
.afSec .li3{
    margin-left: 22px;
}
.afSec li span{
    width: 5px;
    height: 5px;
    background: #5a5a5a;
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 1px;
    border-radius: 50%;
}
/* 广告 */
.adv{
    width: 100%;
    height: 187px;
    background: url(../images/adv.png) center no-repeat;
    background: url(../images/exc.jpg) center no-repeat;
}
/* 工程案例 */
.case{
    width: 100%;
    height: 620px;
    background: #fff;
    overflow: hidden;
}
.case .pubTit{
    margin-top: 48px;
}
.case .pubDes{
    margin-bottom: 22px;
}
.caseBox{
    width: 1200px;
    height: 355px;
    margin: 0 auto;
    background: #005aad;
    position: relative;
}
.caseBox li{
    width: 259px;
    height: 299px;
    float: left;
    margin: 30px 16px 0;
}
.caseBox .bd .pic{
    width: 259px;
    height: 259px;
    line-height: 256px;
    text-align: center;
    overflow: hidden;    
}
.picCon{
    width: 259px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    font-size: 15px;
    color: #fff;
}
.caseBox .prev{
    width: 60px;
    height: 79px;
    display: block;
    position: absolute;
    background: url(../images/right.png) no-repeat;
    right: -80px;
    top: 138px;
}
.caseBox .next{
    width: 60px;
    height: 79px;
    display: block;
    position: absolute;
    background: url(../images/left.png) no-repeat;
    left: -80px;
    top: 138px;
}
/* 综合区 */
.compre{
    width: 100%;
    height: 710px;
    background: #f5f5f5;
    overflow: hidden;
}
.compre .pubTit{
    margin-top: 50px;
}
.compre .pubDes{
    margin-bottom: 28px;
}
/* 新闻 */
.newsScroll{
    height: 443px;
    width: 646px;
    float: left;
}
.newsScroll .hd{
    height: 53px;
    line-height: 50px;
}
.newsScroll .hd li{
    float: left;
    width: 122px;
    height: 50px;
    text-align: center;
    margin: 0 31px 0 2px;
}
.newsScroll .hd li a{
    font-size: 23px;
    color: #424242;
}
.newsScroll .hd .on{
    border-bottom: 3px solid #005aad;
}
.newsScroll .hd .on a{
    font-weight: bold;
    color: #005aad;
}
.newsScroll .hd .more{
    display: block;
    width: 111px;
    height: 31px;
    background: url(../images/newsMore.png) center no-repeat;
    float: right;
    margin-top: 9.5px;
    margin-right: 80px;
}
.newsScroll .hd .more:hover{
    background: url(../images/newsHover.png) center no-repeat;
}
.newsScroll .bd{
    height: 360px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top: 30px;
}
.newsPic{
    width: 575px;
    height: 157px;
    margin: 13px 0 0 19px;
    float: left;
    display: block;
}
.newsPic img{
    display: block;
    float: left;
    width: 235px;
    height: 157px;
    overflow: hidden;
}
.npRight{
    width: 301px;
    height: 157px;
    float: right;
}
.npTit{
    line-height: 45px;
    font-size: 20px;
    color: #424242;
}
.npDes{
    font-size: 13px;
    color: #777;
    line-height: 25px;
}
.npRight a{
    display: block;
    width: 99px;
    height: 31px;
    line-height: 31px;
    background: #005aad;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 13px;
}
.npRight a:hover{
    background: #f09a13;
}
.newsScroll .bd ul{
    margin-top: 22px;
    margin-left: 3px;
}
.newsScroll .bd ul li{
    width: 265px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-right: 34.5px;
    margin-left: 21px;
}
.newsScroll .bd ul li span{
    margin-right: 15px;
}
.newsScroll .bd ul li a{
    font-size: 13px;
    color: #777;
}
.newsScroll .bd ul li a:hover{
    color: #005aad;
}
/* 资质荣誉 */
.honor{
    width: 487px;
    height: 443px;
    float: right;
}
.hoTit{
    height: 53px;
    line-height: 50px;
}
.hoTit p{
    float: left;
    width: 122px;
    height: 50px;
    text-align: center;
    margin: 0 0 0 13px;
    font-size: 23px;
    font-weight: bold;
    color: #005aad;
    border-bottom: 3px solid #005aad;
}
.hoTit a{
    display: block;
    width: 111px;
    height: 31px;
    background: url(../images/newsMore.png) center no-repeat;
    float: right;
    margin-top: 9.5px;
    margin-right: 32px;
}
.hoTit a:hover{
    background: url(../images/newsHover.png) center no-repeat;
}
.newsScroll .bd {
    height: 360px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top: 30px;
}
.hoPic{
    height: 360px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top: 30px;
}
.hoBox li a{
    width: 199px;
    height: 288px;
    line-height: 285px;
    border: 2px solid #bdbdbd;
    overflow: hidden;
    margin: 24px 6px 0 23px;
    float: left;
    display: block;
}
.hoBox li img{
    max-height: 288px;
    display: inline-block;
    vertical-align: middle;
}
/* 友情链接 */

.linkurl {
    width: 1134px;
    height: 63px;
    line-height: 63px;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 2px solid #808080;
    font-size: 20px;
    color: #fff;
}
.linkurl span{
    padding-left: 9px;
}
.linkurl a {
    font-size: 20px;
    color: #fff;
    padding-right: 18px;
}

.linkurl a:hover {
    color: #f09a13;
}

/* 底部样式 */

.footer {
    width: 100%;
    height: 326px;
    background-color: #373737;
    overflow: hidden;
}
.footL{
    float: left;
    margin-left: 64px;
    margin-top: 17px;
}
.footL .p1{
    height: 66px;
    line-height: 66px;
    font-size: 35px;
    color: #d1d1d1;
    letter-spacing: 2px;
}
.footL .p1 span{
    font-size: 20px;
    margin-left: 28px;
}
.footL .p2{
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    color: #d1d1d1;
}
.footL .p2 span{
    margin-left: 10px;
}
.footL .p3{
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #d1d1d1;
}
.footL .p3 a{
    color: #d1d1d1;
    margin-right: 15px;
}
.footL .p3 a:hover{
    color: #f09a13;
}
.footR{
    width: 195px;
    float: right;
    margin: 17px 90px 0 0;
}
.footR img{
    width: 185px;
    height: 185px;
    border: 5px solid #fff;
    overflow: hidden;
    display: block;
}
.footR p{
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    color: #d1d1d1;
}
/* 版权区 */
.copyRight{
    height: 45px;
    line-height: 45px;
    background: #000000;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.copyRight a{
    color: #999;
}
.copyRight a:hover{
    color:#8ebc28;
}
/* 子页右侧内容区b*/

.main {
    width: 1250px;
    margin: 30px auto 30px;
    padding: 30px 0 10px;
    font-family: "Microsoft YaHei";
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3.5px #A7A7A7;
    border-radius: 10px;
}


/* 分页    b*/

.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: #005aad;
    border-color: #005aad;
    color: #fff;
}



/* 子页面内容区 */

.subCon {
    width: 1160px;
    padding: 30px 20px 20px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    line-height: 2;
    text-align: justify;
    min-height: 635px;
    margin: 0 auto;
}
.subCon p{
    margin: 0 0 15px;
}

/* 子页导航*/
.sonTit {
    position: relative;
    background: #fff;
    width: 1200px;
    padding: 10px 20px;
    margin: 20px auto 0;
    border-bottom: 1px solid #dcdcdc;
}
.pTit {
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    border-left: 5px solid #005aad;
}
.pBold {
    font-size: 25px;
    font-weight: bold;
    color: #111;
    margin-right: 16px;
}
.pSec {
    font-size: 25px;
    color: #111;
}
.subNav {
    position: absolute;
    right: 0;
    display: block;
    right: 15px;
    bottom: 16px;
}
.subNav a {
    font-size: 14px;
    color: #111;
}
.subNav a:hover {
    color: #005aad;
}

