/*公共样式*/
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font-size:14px;font-family: "Microsoft YaHei","黑体","宋体","Arial",sans-serif;background:#fff;-webkit-text-size-adjust:100%;}
a{color:#2d374b;text-decoration:none}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
.wfull{width: 100%;}
.w1200{width: 1200px;}
.auto{margin: auto;}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.Ared{color: #ec2a2b !important;}



/*头部*/
.header_midlle{height: 98px;}
.header_logo{margin-top: 19px;}
/*首页导航条*/
#menu-wrap{margin-top: 19px;}
.top_nav_wfull{height: 63px;background: #003a7c;position: relative;z-index: 999;}
#container {
    width: 100%;
    overflow: hidden;
}
.sections,.section {
    height:100%;
}
#container,.sections {
    position: relative;
}
.section {
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: white;
}


/*导航条*/
#menu a {
    color: #2A679F;
}
#menu, #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu {
    width: 100%;
}
#menu:before, #menu:after {
    content: "";
    display: table;
}
#menu:after {
    clear: both;
}
#menu {
    zoom: 1;
}
#menu li {
    float: left;
    position: relative;
}
#menu a {
    float: left;
    padding: 18px 25px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
#menu a:hover{background:#128be8 ;color: #fff;}
*html #menu li a:hover {
    color: #fafafa;
}
#menu ul {
    margin: 20px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 63px;
    left: 0;
    z-index: 99;
    background: #128be8;
   /* -moz-box-shadow: 0 -1px rgba(255,255,255,.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: 0 -1px 0 rgba(255,255,255,.3);*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
#menu ul ul {
    top: 0;
    left: 150px;
    margin: 0 0 0 20px;
    _margin: 0;
 /*   -moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    -webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
    box-shadow: -1px 0 0 rgba(255,255,255,.3);*/
}
#menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0;
    text-align: center;
}
#menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#menu ul a {
    padding: 10px;
    width: 130px;
    _height: 10px;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
	color:#fff;
}
#menu a:hover {
    background-color: #128be8; color:#fff;

}

#menu   a.active{ background-color: #128be8; color:#fff;}


#menu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #128be8;
}
#menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #128be8;
}
#menu ul li:first-child a:hover:after {
    border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
    border-right-color: #0299d3;
    border-bottom-color: transparent;
}
#menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
/* Mobile */
#menu-trigger {
    display: none;
}
@media screen and (max-width: 600px) {
    /* nav-wrap */
    #menu-wrap {
        position: relative;
    }
    #menu-wrap * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* menu icon */
    #menu-trigger {
        display: block;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        padding: 0 0 0 35px;
        border: 1px solid #222;
        color: #fafafa;
        font-weight: bold;
        background-color: #111;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
        -webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
        box-shadow: 0 1px 1px #777, 0 1px 0 #666 inset;
    }
    /* main nav */
    #menu {
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 40px;
        width: 100%;
        z-index: 1;
        background-color: #444;
        display: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #menu:after {
        content: '';
        position: absolute;
        left: 25px;
        top: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #444;
    }
    #menu ul {
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #menu ul ul {
        margin: 0 0 0 20px !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #menu li {
        position: static;
        display: block;
        float: none;
        border: 0;
        margin: 5px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #menu ul li {
        margin-left: 20px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #menu a {
        display: block;
        float: none;
        padding: 0;
        color: #999;
    }
    #menu a:hover {
        color: #fafafa;
    }
    #menu ul a {
        padding: 0;
        width: auto;
    }
    #menu ul a:hover {
        background: none;
    }
    #menu ul li:first-child a:after, #menu ul ul li:first-child a:after {
        border: 0;
    }
}
@media screen and (min-width: 600px) {
    #menu {
        display: block !important;
    }
}
/* iPad */
.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;
}
#menu li:hover > .no-transition {
    display: block;
}


/*轮播图*/
.lubo{ width: 100%; min-width:1000px;clear: both; position: relative; height:596px;}
.lubo_box{ position: relative; width: 100%; height:596px; }
.lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:596px; opacity: 0;filter:alpha(opacity=0);}
.lubo_box li a{ display: block;width: 100%;  height: 100%;position: absolute;z-index: 2;}

.lubo_box li img{ width: 100%; height: 596px;}

/*圆点*/
.cir_box{ overflow: hidden; position: absolute; z-index: 100;}
.cir_box li{ float: left; width: 30px; height: 5px; margin:0 5px; cursor: pointer; background: #fff; opacity: 0.8;filter:alpha(opacity=80);}
.cir_on{ background: #000 !important;}

/*按钮*/
.lubo_btn{ position: absolute; width: 94%; top: 250px;position: absolute;;z-index: 100; left:3%;}
.left_btn, .right_btn{ width: 30px; height: 80px; background: #000;opacity: 0.8;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.left_btn{ float: left;}
.right_btn{ float: right;}


/*首页集团概况*/
.index_one{background:url("../images/index01_02.png") no-repeat;height: 292px;}
.index_one_middle_left{background:url("../images/index02_03.png") no-repeat;width: 220px;height: 262px;margin-top: 30px ; }
.index_one_middle_p1{font-size: 23px;color: #fff;margin-top: 30px;margin-left: 50px;}
.index_one_middle_p2{font-size:18px;color: #fff;margin-left: 50px;}
.index_one_middle_middle{width: 750px;height: 262px;margin-left: 15px;margin-top: 30px;}
.index_one_middle_p3{font-size: 24px;margin-bottom: 10px;}
.index_one_middle_p4{font-size: 15px;color: #333;line-height: 26px;height: 160px; overflow:hidden;}
.index_one_middle_gengduo{width: 116px;height:38px;font-size: 15px;color: #333;line-height: 38px;border: 1px solid #333;cursor: pointer;}
.index_one_middle_gengduo:hover{border: 1px solid #ee7331;color: #ee7331;}
.index_one_middle:hover>.index_one_middle_middle>.index_one_middle_p3{color:#555; }
.index_one_middle:hover>.index_one_middle_middle>.index_one_middle_p4{color:#999; }
.index_one_middle:hover>.index_one_middle_middle>.index_one_middle_gengduo{border: 1px solid #ee7331;color: #ee7331;  }
.index_one_middle_fr{width: 163px;height: 292px; border-left:#e6e6e6 1px solid; border-right:#e6e6e6 1px solid;}
.index_two{height: 508px;background:url("../images/index04_02.jpg") no-repeat;}

/*旗下公司*/
.index_two_qixia{width: 230px;height: 120px;margin:auto;background: #fff;}
.index_two_black{width: 100%;height: 20px;}
.index_two_qixia_p1{font-size: 24px;color: #128be8;text-align: center;padding-top: 29px; }
.index_two_qixia_p2{font-size: 18px;color: #333;text-align: center;}
/*旗下公司轮播图*/
.picScroll-left{ width:100%;  overflow:hidden; position:relative;     }
.picScroll-left .hd{ overflow:hidden;  height:60px;  padding:0 10px; position: absolute;top:119px;left: 13px;width: 1150px; }
/*.picScroll-left .hd .prev, .picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:left; margin-right:5px; margin-top:10px;  overflow:hidden;*/
    /*cursor:pointer; background:url("../images/arrow.png") no-repeat;}*/
/*.picScroll-left .hd .next{ background:url("../images/arrow.png") no-repeat;  }*/
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ width: 1000px;float:left; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:305px; height:254px; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:44px; font-size:16px; font-weight:bold;   }
.tempWrap{margin: auto;}
.hd .next{float:left;width: 55px !important;height: 60px !important;background: #232323 ;line-height: 60px;text-align: center;font-size: 30px;color: #fff !important;display: block !important;cursor: pointer;}
.hd .prev{float:right;width: 55px !important;height: 60px !important;background: #232323 ;line-height: 60px;text-align: center;font-size: 30px;color: #fff !important;display: block !important;cursor: pointer;}
.hd .next:hover{background: #128be8}
.hd .prev:hover{background: #128be8}

/*租赁信息*/
.index_three_middle{height: 464px;}
.index_three_p1{font-size: 24px;color: #128be8;margin-top: 50px;border-bottom: 3px solid #128be8;padding-bottom: 20px;}
.index_three_p1 span{font-size: 18px;color: #898989;}
.index_three_block{width: 575px;height: 142px;border: 1px solid #ccc;margin-top: 27px; float:left;}
.index_three_middle a:nth-child(2n){ float:right;}
.index_three_middle a{ display:block;}
.index_three_p2{font-size: 18px;color: #333;margin-left: 20px;margin-top: 20px;}
.index_three_p3{font-size: 14px;color: #333;margin-left: 20px;margin-top: 10px;margin-right: 20px;}
.index_three_p3 span{color: #de3f3f;float: right;}
.index_three_block:hover>.index_three_p2{color: #128be8;}
.index_three_block:hover>.index_three_p3{color: #666;}

/*企业文化*/
.index_four{background:url("../images/index08_06.jpg") no-repeat;height: 542px;position: relative;}
.index_four_middle_img{width: 245px;height: 118px;background:url("../images/index09_03.png") no-repeat;
  position: absolute;top:50%;
    left:50%;
    margin-left:-122px;
margin-top:-300px;
}


.index_four_middle_imgx{width: 245px;height: 118px;background:url("../images/index09_03.png") no-repeat;

}



.index_four_middle_p1{font-size: 24px;color: #fff;text-align: center;padding-top: 29px; }
.index_four_middle_p2{font-size: 18px;color: #fff;text-align: center;}
.index_four_middle_middle{width: 277px;height: 383px;margin-left: 24px;margin-top: 115px;}
.index_four_middle_middle1{width: 277px;height: 191px;margin-bottom: 10px;}
.index_four_middle_p8{font-size: 18px;color: #000;margin-bottom: 15px;}
.index_four_middle_p9{font-size: 15px;color: #333;line-height: 26px;height: 110px;}
.index_four_middle_gengduo{width: 74px;height: 24px;border: 1px solid #333;line-height: 24px;text-align: center;}
.index_four_middle_gengduo a{color: #333;}
.index_four_middle_right{width: 222px;height: 383px;margin-top: 115px;}
.index_four_middle_right1{width: 271px;height: 183px;margin-bottom: 10px;overflow: hidden;position: relative;}
.index_four_ying{width: 100%;height: 32px;background:url("../images/index12_03.png");position: absolute;bottom: 0px;line-height: 32px;text-align: center;color: #fff;}
.index_four_middle_middle1:hover>.index_four_middle_gengduo{border: 1px solid #ee7331;}
.index_four_middle_middle1:hover>.index_four_middle_gengduo a{color: #ee7331;}
.index_four_middle_middle1:hover>.index_four_middle_p9{color: #666;}
.index_four_middle_right1 img{cursor: pointer;  transition: all 1s;  }
.index_four_middle_right1 img:hover{transform: scale(1.2);  }
.index_five{height: 16px;background: #c8c8c8;}


/*底部*/
.foot{background: #383838;}
.foot_middle{height: 224px;}
.foot_middle_ul{margin-top: 20px;}
.foot_middle_ul li{font-size: 12px;line-height: 24px; margin-right:20px;}
.foot_middle_ul li a{color: #fff;}
.foot_middle_ul li a:hover{color: #ee7331;}
.foot_middle_ul li:first-child{font-size: 16px;}
.foot_middle_right{margin-top: 20px;}
.foot_middle_right p{color: #fff;line-height: 24px;}


/*面包屑*/
.mianbaoxie { width:100%; height:39px; background:url(../images/loca.jpg) repeat-x; border-bottom:#e9e7e8 1px solid;}

.mianbaoxie_middle{height: 39px;line-height: 39px; text-align:right;}
.mianbaoxie_middle ul li{float: right;}
.mianbaoxie_middle ul li a{color: #333;}




/*侧导航*/
.sideMenu h3{ height:46px; line-height:46px; font-weight:100; font-size:16px;  cursor:pointer;  border-bottom: 1px solid #eeeeee; text-indent:40px; }
.sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.sideMenu h3.on em{ background-position:16px -57px; }
.sideMenu h3 a{ display:block; background:url(../images/sanjiiao.jpg) no-repeat 19px center; width:100%; height:46px; font-size:14px; }
.sideMenu ul{  color:#555;  /* 默认都隐藏 */ }
.sideMenu ul li{height:32px;line-height: 32px;border-bottom: 1px dashed #ccc; text-indent:30px;}
.sideMenu .active{  color:#fff; background:url(../images/bsanjiao.jpg) no-repeat 19px center #128be8; }
.sideMenu h3 a:hover{  color:#fff; background:url(../images/bsanjiao.jpg) no-repeat 19px center #128be8; }
.sideMenu ul li a{ display:block;}

/*图片列表主体*/
.list_tu{min-height: 500px;margin-bottom: 40px; padding-top:10px;}
.list_tu_fl{width: 203px; min-height:600px; height:auto !important; box-shadow: 0 0 10px #E1E1E1;}
.list_tu_fl_p1 {width: 100%;height: 73px;line-height: 73px; color: #128be8; font-size: 24px;border-bottom:1px solid #ccc; text-align:center;
 font-weight:bold; background:url(../images/biaozhi.jpg) no-repeat 24px 30px;
}
.list_tu_fr{width: 966px;}
.list_tu_fl_p2{width: 100%;height: 44px;line-height: 44px;color: #333;font-size: 24px;b padding-top:23px; background:url(../images/line.jpg) no-repeat bottom left;}
.cptn15{width: 224px;height: 208px;margin-top: 39px;margin-right: 17px;float: left;}
.cptn15:nth-child(4n+0){margin-right: 0px;}
.cptn15_img{width: 100%;height: 164px;overflow: hidden;}
.cptn{width: 100%;height: 44px;line-height: 44px;text-align: center;background: #ececec;}
.cptn15:hover>.cptn{background: #183884;color: #fff;}
.cptn15_img img{cursor: pointer;  transition: all 1s;  }
.cptn15_img img:hover{transform: scale(1.2);   }


/*详情页*/
.show_centent{font-size: 14px;color: #333;line-height: 34px;margin-top: 10px;}

/*信息列表页*/
.list_xinxi_block{width: 100%;height: 112px;border-bottom: 1px dashed #ccc;}
.list_xinxi_block_time{width: 60px;height: 60px;background: #eae7e2;margin-top: 35px;}
.list_xinxi_time_top{width: 100%;height: 40px;border-bottom: 1px solid #fff;line-height: 40px;text-align: center;color: #000;font-size: 22px;font-weight: bold;}
.list_xinxi_time_bottom{width: 100%;height: 19px;border-bottom: 1px solid #fff;line-height: 19px;text-align: center;color: #000;font-size: 12px;}
.list_xinxi_block_fr{width: 866px;height: 80px;margin-top: 26px;}
.list_xinxi_block_fr p{line-height: 24px;color: #333;}
.list_xinxi_block_fr p:hover{color: #ee7331;}
.list_xinxi_block:hover>.list_xinxi_block_time>.list_xinxi_time_top{background: #183884;color: #fff;}
.list_xinxi_block:hover>.list_xinxi_block_time>.list_xinxi_time_bottom{background: #183884;color: #fff;}
.page{margin:20px 0;}



.pageList{ line-height:40px; margin-top:10px; text-align:center; margin-bottom:20px; padding-top:30px;}

.p_n1{  padding:3px; padding-left:4px; padding-right:4px; text-align:center; color:#000; }

.p_n2{  padding:3px; padding-left:4px; padding-right:4px; text-align:center;  color:#000; font-size:12px; }

.p_n2 a{color:#000; font-size:12px;}

.fanye{margin-bottom:20px; width:100%; margin:0px auto; }
.fanye a{color:#000;  }
.fanyleft{color:#000;  }
.fanyright{color:#000;}