@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;
}
/************************************************************************************
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;
    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
*************************************************************************************/
/* head 样式 */
.head{
    height: 130px;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.namePng{
    width: 500px;
    height: 70px;
    float: left;
    overflow: hidden;
    margin-top: 30px;
}
.hotline{
    height: 61px;
    margin-top: 35px;
    margin-right: 12px;
    float: right;
}
.hotline .phone{
    display: block;
    float: left;
}
.hCon{
    float: left;
    margin-left: 10px;
}
.hTxt{
    font-size: 18px;
    color: #000;
    margin-top: 3px;
}
.hNum{
    font-size: 30px;
    color: #0c60ba;
    font-weight: bold;
    font-family: Humnst777 BlkCn BT;
}
/* 导航栏样式 */
.navigation {
    width: 100%;
    height: 60px;
    background: #0c60ba;
}

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

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

.nav .nLi {
    height: 60px;
    float: left;
    position: relative;
    display: block;
    margin: 0 5px;
}

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

.nav a:hover , .nav .navOn {
    background: #fdca00;
    color: #fff;
    line-height: 60px;
}

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

.nav .sub li {
    zoom: 1;
}

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

.nav .sub a:hover {
    color: #333;
    background: #f9bf15;
    line-height: 50px;
}
/* 轮播图样式 */
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 560px;
    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: 560px;
    display: block;
}
/* 子页大图样式 */
.subBan{
    width: 100%;
    height: 300px;
    background: url(../images/subBan.jpg) center no-repeat; 
}
/* 公司简介 */
.comDes{
    width: 100%;
    height: 510px;
    background: #fff;
    overflow: hidden;
}
.abtImg{
    width: 512px;
    height: 360px;
    overflow: hidden;
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 70px;
}
.abtL{
    width: 625px;
    height: 360px;
    float: left;
    overflow: hidden;
    margin-top: 70px;
}
.abtTit{
    height: 38px;
    line-height: 38px;
    width: 625px;
}
.abtTit .ch{
    font-size: 28px;
    font-weight: bold;
    color: #0c60ba;
    margin: 0 10px 0 12px;
    display: block;
    float: left;
}
.abtTit .en{
    font-size: 32px;
    color: #dadada;
    font-family: Arial;
    display: block;
    float: left;
    margin-top: 2px;
}
.abtCon{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 38px;
    text-align: justify;
    margin-top: 30px;
}
.abtMore{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 152px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f1b21f;
    margin-top: 27px;
    margin-left: 12px;
    border-radius: 15px;
}
.abtMore:hover{
    background: #0c60ba;
    color: #fff;
}
/*产品中心*/
.service{
    width: 100%;
    height: 580px;
    background: url(../images/proBg.png) center no-repeat;
    overflow: hidden;
}
.proTop{
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.proTit{
    height: 38px;
    line-height: 38px;
    width: 500px;
    margin-top: 60px;
    float: left;
}
.proTit .ch{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0 10px 0 12px;
    display: block;
    float: left;
}
.proTit .en{
    font-size: 32px;
    color: #dadada;
    font-family: Arial;
    display: block;
    float: left;
    margin-top: 2px;
}
.proClass{
    float: right;
    font-size: 14px;
    color: #fff;
    height: 20px;
    width: 495px;
    margin-top: 73px;
    margin-right: 10px;
}
.proClass a{
    font-size: 14px;
    color: #fff;
    padding-left: 18px;
    padding-right: 19px;
}
.proClass a:hover{
    color: #f1b21f;
}
.serBox{
    height: 347px;
    width: 100%;
    overflow: hidden;
}
.serBox li{
    width: 280px;
    height: 347px;
    float: left;
    margin: 0 9px;
}
.serPic{
    width: 280px;
    height: 280px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.serCon{
    width: 282px;
    height: 64px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.serFir{
    font-size: 16px;
    color: #fff;
    line-height: 64px;
    text-align: center;
}
.serBox li:hover .serFir{
    color: #f1b21f;
}
/* 新闻中心 */
.news{
    width: 100%;
    height: 570px;
    background: #fff;
    overflow: hidden;
}
.newsTop{
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative;
}
.newsTit{
    height: 38px;
    line-height: 38px;
    width: 500px;
    margin-top: 66px;
    float: left;
}
.newsTit .ch{
    font-size: 28px;
    font-weight: bold;
    color: #0c60ba;
    margin: 0 10px 0 12px;
    display: block;
    float: left;
}
.newsTit .en{
    font-size: 32px;
    color: #dadada;
    font-family: Arial;
    display: block;
    float: left;
    margin-top: 2px;
}
.newsMore{
    display: block;
    font-size: 14px;
    color: #fff;
    width: 152px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #f1b21f;
    margin-top: 70px;
    margin-right: 10px;
    border-radius: 15px;
    float: right;
}
.newsMore:hover{
    background: #0c60ba;
    color: #fff;
}
.newsCon{
    width: 1200px;
    height: 360px;
}
.newsCon li{
    width: 585px;
    margin-left: 15px;
    float: left;
    height: 86px;
    margin-bottom: 34px;
    overflow: hidden;
}
.newsCon li .c-l{
    width: 84px;
    height: 84px;
    border: 1px solid #0c60ba;
    float: left;
    text-align: center;
}
.newsCon .day{
    font-size: 47px;
    font-weight: bold;
    background: #0c60ba;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-family: "Arial";
}
.newsCon .date{
    color: #0c60ba;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
}
.newsCon li .c-r{
    float: right;
    width: 412px;
    margin-right: 43px;
}
.newsCon li .c-r .r-tit{
    font-size: 16px;
    color: #4c4c4c;
    padding: 10px 0 10px;
}
.newsCon li .c-r .r-des{
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}
.newsCon li a:hover .r-tit,.newsCon li a:hover .r-des{
    color: #0c60ba;
}
/* 底部样式 */
.footer{
    width: 100%;
    height: 270px;
    background: #eff0f2;
}
.fBlock{
    height: 212px;
    width: 200px;
    float: left;
    margin-top: 20px;
}
.fTit{
    font-size: 18px;
    font-weight: bold;
    color: #0c60ba;
    height: 68px;
    line-height: 68px;
    margin-left: 20px;
}
.fBlock li{
    height: 36px;
    line-height: 36px;
}
.fBlock li span{
    width: 5px;
    height: 5px;
    background: #0c60ba;
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
    margin-right: 23px;
    border-radius: 50%;
}
.fBlock li a{
    font-size: 14px;
    color: #4c4c4c;
}
.fBlock li a:hover{
    color: #0c60ba;
}
.fBlock li{
    font-size: 14px;
    color: #4c4c4c;
}
.ewm{
    width: 119px;
    height: 119px;
    line-height: 119px;
    text-align: center;
    background: #fff;
    float: left;
    margin-left: 265px;
    margin-top: 85px;
}
.ewm{
    max-height: 112px;
    display: inline-block;
    vertical-align: middle;
}
.copyright{
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #0c60ba;
}
.copyright a{
    color: #fff;
}
.copyright a:hover{
    color: #f9bf15;
}
/* 子页右侧内容区b*/

.main {
    overflow: hidden;
    width: 1200px;
    margin: 39px auto 20px;
    font-family: "Microsoft YaHei";
    min-height: 500px;
    background: #fff;
}
.mainCon {
    width: 950px;
    float: right;
    min-height: 650px;
}
/* 分页    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: #0c60ba;
    border-color: #0c60ba;
    color: #fff;
}

/* 子页面title */
.sonTit{
    height: 45px;
    line-height: 45px;
    background: #f7f2ec;
}
.sonTit .pTit{
    font-size: 14px;
    font-weight: 600;
    color: #666;
    width: 100px;
    text-align: center;
    float: left;
}
.subNav{
    float: left;
    color: #666;
}
.subNav a{
    font-size: 14px;
    color: #666;
}
.subNav a:hover{
    color: #0c60ba;
}

/* 子页面内容区 */
.subCon{
    width: 910px;
    padding: 20px;
    overflow: hidden;
    float: right;
    font-size: 15px;
    color: #333;
    line-height: 2;
    text-align: justify;
}
/* 侧边栏 */
.sideBar{
    width: 225px;
    float: left;
    overflow: hidden;
    background: #fff;
}
.sHead{
    height: 45px;
    background-color: #0c60ba;
    font-size: 24px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.sideBar ul li{
    height: 43px;
    width: 223px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 43px;
    border: #dddcda solid 1px;
    margin-top: 3px;
    text-align: center;
}
.sideBar ul li a{
    display: block;
    color: #666;
}
.sideBar ul li a:hover ,
.sideBar ul li .on{
    color:#0c60ba; 
}