.header{
    position: relative;
}
.top {
z-index: 1000;
            top: 0px;
			position: fixed;/*菜单浮动*/
            height: 144px;
            background: rgba(255,255,255,1);
            padding: 0px 40px ;
            left: 0;
            right: 0;
            margin: auto;
			width: 100%;
            border-bottom:1px dotted #bfbfbf;
}
.logo{
    float: left;
    height: 48px;
    margin-top: 20px;
}
.logo img{
    height: 48px;
}
.logo-side {
    float: right;
    padding-top: 32px;
	padding-right: 50px;
}
.hn-tel {
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #3461C6;
}
.hn-tel span {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #3461C6 url("../images/icon-tel.png") no-repeat center;
}
.hn-lan {
    float: right;
    margin-left: 20px;
    cursor: pointer;
}
.lan-list {
    margin-top: 3px;
    font-size: 14px;
    line-height: 16px;
    color: #8C8D8E;
    transition: 0.3s;
}
.lan-list:first-child {
    margin-right: 14px;
    border-right: 1px solid #D1D3D6;
    padding-right: 14px;
}
  .lan-list:nth-child(2) {
            margin-right: 14px;
            border-right: 1px solid #D1D3D6;
            padding-right: 14px;
        }
.hn-lan .active,.lan-list:hover {
    color: #3461C6;
}/*此行实际定义在选中状态，即active和hover之后的显示状态*/
.nav {
    height: 76px;
}
.hn-item{
    float: left;
    position: relative;
    background: url("../images/icon-line.png") no-repeat left center;
}
.hn-text a{
    float: left;
    height: 76px;
    line-height: 76px;
    font-size: 1.3em;
    color: #363839;
    text-align: center;
    padding: 0 34px;
    background: url("../images/icon-sd-b.png") no-repeat center 54px;
}
.hnCont {
    float: left;
    margin-left: -30px;
}
.hn-item:first-child {
    background: none;
}
.headNav .active .hn-text a,.headNav .hn-text a:hover {
    color: #3461C6;
    background: url("../images/icon-sd.png") no-repeat center 54px;
}/*此行实际定义的是菜单栏里在选中状态，即active和hover之后的显示状态*/
.hn-drop{
    position: absolute;
    left: -6px;
    top: 74px;
    width: 160px;
    background-color: #fff;
    display: none;
    padding: 10px 0;
    box-shadow:0px 5px 10px rgba(58,58,58,0.15);
    border-top: 2px solid #3461C6;
}
.hn-drop a{
    padding: 0 20px;
    display: block;
    height: 38px;
    line-height: 38px;
    color: #696A6A;
    transition: 0.36s;
    font-size: 14px;
    background: url("../images/icon-nav.png") no-repeat 140px center;
}
.hn-drop a:hover{
    background: #F8F8F8 url("../images/icon-nav-hover.png") no-repeat 140px center;
    color: #3461C6;
}
.hn-text{
    color: #333;
    border-color: #ebebeb;
}
.hn-tel {
    border-color: #ebebeb;
}
  .kouhao {
            float: right;
            position: relative;
        }
 .kouhao p{font-size: 22px;line-height: 25px;margin-top: 15px;padding-right:50px;}
.container{
    width: 1380px;
    margin: auto;
}
.banner{
    height: 610px;
    text-align: center;
	margin-top: 100px;
}
.banTit{
    padding-top: 264px;
    font-size: 36px;
    line-height: 47px;
    color: #fff;
}
.banText {
    margin-top: 25px;
    letter-spacing: 26px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}
.bread{
    height:60px;
    background:rgba(18,19,20,0.2);
    margin-top: 0px;
}
.bread a, .bread h1{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 60px;
    color: rgba(255,255,255,0.9);
    font-weight: normal;
    padding: 0 20px;
    color: #fff;
    background: url("../images/bread-line.png") no-repeat left center;
}
.bread a:first-child {
    border-left: none;
    padding-left: 24px;
    background: url("../images/icom-home.png") no-repeat left center;
}
.bread a:hover {
    color: #eaeaea;
}
.foot{
    background: url("../images/bottom-bg.jpg") no-repeat center top;
    height: 376px;
    padding-top: 60px;
}
.fn-item {
    float: left;
    width: 220px;
    font-size: 16px;
    line-height: 42px;
}
.fn-text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-left: 24px;
    background: url("../images/icon-foot.png") no-repeat left center;
}
.fn-item .fn-list {
    margin-top: 20px;
    padding-left: 24px;
}
.fn-item .fn-list li {
    color: #D1D6E1;
}
.fn-item .fn-list li:hover {
    color: #fff;
}
.footNav {
    float: left;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.wrap {
    max-width: 1420px;
    margin: auto;
    transition: 0.3s;
}

.footMessage {
    float: left;
    padding-left: 70px;
}
.fm-item {
    float: left;
}
.fm {
    margin-top: 30px;
}
.fm-left {
    float: left;
}
.fm-left-img {
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.fm-left-img img {
    width: 100%;
}
.fm-left-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color:rgba(255,255,255,0.3);
    letter-spacing: 8px;
}
.fm-right {
    float: left;
    padding-left: 30px;
}
.fm-right-tel {
    color:rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 22px;
}
.fm-right-tel span {
    font-size: 24px;
    line-height: 30px;
    color: #8AC55F;
    display: block;
}
.fm-right-info {
    margin-top: 20px;
}
.fm-right-ev {
    font-size: 14px;
    line-height: 32px;
    color: #8F9AB4;
}
.fm-right-ev span,.fm-right-ev a {
    color: #FFFFFF;
}
.bottom{
            height: 28px;
            color: #8E99B3;
            margin-top: -14px;
        }
 .bottom .wrap {
            padding-top: 20px;
        }
.wb-left {
    float: left;
}
.wb-text {
    float: left;
    margin-left: 30px;
    color: #535455;
    line-height: 32px;
}
.wb-text span {
    margin-left: 5px;
}
.wb-text span:first-child {
    margin-left: 0;
}
.wb-right {
    float: right;
}
.wb-right a {
    color: #535455;
    line-height: 32px;
    padding-left: 23px;
    margin-right: 15px;
    background: url("../images/icon-xg.png") no-repeat left center;
}
.wb-right a:first-child {
    padding-left: 0;
    background: none;
}

.fixBar{
    position: fixed;
    right: 0px;
    top: 33%;
    z-index: 1000;
}
.fb-online, .fb-tel, .fb-ewm, .fb-top {
    width:72px;
    height:72px;
    background-color:#2B58BE;
    border-radius:2px 0px 0px 2px;
    text-align: center;
    transition: 0.3s;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 2px;
}
.fb-online {
    margin-top: 0;
}
.fb-online a, .fb-tel a, .fb-ewm a, .fb-top a {
    display: block;
    padding-top: 38px;
}
.fb-online a {
    background: url("../images/icon-kf-2.png") no-repeat center 5px;
}
.fb-tel a {
    background: url("../images/icon-zx-2.png") no-repeat center 5px;
}
.fb-ewm a {
    background: url("../images/icon-wx2-2.png") no-repeat center 5px;
}
.fb-top a {
    background: url("../images/icon-top-2.png") no-repeat center 5px;
}
.fb-online:hover {
    background-color: #3461C6;
}
.fb-tel:hover {
    background-color: #3461C6;
}
.fb-ewm:hover {
    background-color: #3461C6;
}
.fb-top:hover {
    background-color: #3461C6;
}

.fbarTel {
    display: none;
    position: absolute;
    right: 77px;
    bottom: 8px;
    height: 38px;
    padding: 11px 17px 11px 10px;
    width: 117px;
    color: #3461C6;
    font-weight: bold;
    background: url("../images/icon-pho-bg.png") no-repeat center;
    transition: 0.5s;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.fbarTel span {
    display: block;
    color: #999999;
    font-weight: normal;
}
.fbarWx {
    display: none;
    position: absolute;
    right: 77px;
    bottom: 0;
    height: 144px;
    padding: 10px 17px 10px 10px;
    width: 120px;
    color: #999999;
    background: url("../images/icon-wx-bg.png") no-repeat center;
    transition: 0.5s;
    font-size: 14px;
    line-height: 16px;
}
.fbarWx p {
    margin-top: 6px;
}




.simple-page{
    background-color: #f8f8f8;
    padding-bottom: 80px;

}
.simple-page-box{
    padding: 60px 50px 80px;
    background-color: #fff;
    width: 1100px;
    margin: auto;

}
.pTit{
    font-weight: bold;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}



.simpage-main p{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 28px;
}
.simpage-main h3{
    font-size: 22px;
    color: #222;
    font-weight: bold;
    line-height: 1;
    margin-top: 39px;
}
.simpage-main a{
    color: #ff0000
}

.map-item{
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    margin-top: 45px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #eaeaea;
}
.map-item ul{
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: normal;
    padding-top: 10px;
}
.map-item ul li{
    width: 33.33%;
    float: left;
    margin-top: 10px;
}





.prompt {
    /* width: 100%; */
    min-height: 600px;
    background: #f5f5f5;
    /* position: absolute;
    top: 0;
    left: 0; */
    position: relative;
}
.prompt-main {
    width: 1180px;
    height: 260px;
    background-color: #fff;
    position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.prompt-icon{
    background: url("../images/susok.png") no-repeat 180px 80px;
}
.prompt-tit {
    font-size: 28px;
    color: #444;
    font-weight: bold;
    line-height: 34px;
    padding-top: 86px;
    padding-left: 248px;
}
.prompt-text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-left: 248px;
    margin-top: 14px;
}
.prompt-text span {
    color: #e54242;
}


.new_add_Bnav{
    position: fixed;/*菜单浮动*/
            display: none;
            left: 0;
            right: 0;
            width: 100%;
            top: 144px;
            bottom: 0;
            margin: auto;
            box-shadow:0px 10px 20px rgba(58,58,58,0.15);
            z-index: 9;
            background-color: #fff;
            border-top: 1px solid #E6E6E6;
}
.common_main{
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.anlone-nav{
    width: 1180px;
    margin: 0 auto;
    padding:  40px 30px;
    box-sizing: border-box;
    text-align: center;
}
.pro_productHg{
    /*width: 220px;*/
	width: 290px;
    text-align: center;
    float: left;
    margin-left: 50px;
}
.pro_productHg:first-of-type{
    margin-left: 0;
}
.pro_productHg_img{
    display: block;
	width: 220px;
    height: 160px;
	text-align: center;
	padding: 0 12%;
    overflow: hidden;
}
.pro_productHg_img img {
    width: 100%;
}
.pro_productHgH {
    height:24px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #3461C6;
}
.pro_productHg_c {
    height: 96px;
    margin-top: 30px;
}
.pro_productHg_c a{
    display: block;
    font-size:14px;
    color: #696A6A;
    line-height:32px;
}
.pro_productHg_c a:hover{
    color: #3461C6;
}
.pro_productHg_M a {
    margin-top: 30px;
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #696A6A;
}
.pro_productHg_M a span {
    padding-right: 21px;
    background: url("../images/icon-pro.png") no-repeat right center;
    background-size: 7px auto;
}
.pro_productHg_M a:hover {
    color: #3461C6;
}
.pro_productHg_M a:hover span {
    background: url("../images/icon-pro-hover.png") no-repeat right center;
    background-size: 7px auto;
}




/* 联系*/
.contactBox{padding-bottom:0;width: 1380px;}
#dituContent{width:47%;height:500px;float:right;margin-top:20px;}
.contactl{background:#;height:500px;width:53%;padding:3%;line-height: 1.8;padding-left:50px;}
.contactl .titie{font-size:2.2em;color:#007ed4;margin-bottom:20px;}
.contactl .font{max-height:420px;overflow-y: auto;}
.contactl .wx{float:left;margin-right: 0px;width:600px;margin-top:20px;}
.contactl .wx img{width:150px;}
.contactl .wx p{text-align:left;margin-bottom:20px;}




