body{ min-width:1200px; margin:0; padding:0;}
*{ font-family:"Î¢ÈíÑÅºÚ"; color:#666;}
ul,li,dl,dt,dd,h1,h2,p,a{ list-style:none; text-decoration:none; font-weight:normal; margin:0; padding:0;}
.clearfix{ clear:both;}
/*top*/
.top_bj{ width:100%; min-width:1200px; height:35px; background:#eeeeee;}
.top_box{ width:1200px; margin:auto; overflow:hidden;}
.top_box span{ float:left; font-size:12px; color:#6c6c6c; line-height:35px;}
.top_box ul{ float:right; font-size:12px; color:#6c6c6c; line-height:35px;}
.top_box ul li{ display:inline-block; font-size:12px; color:#6c6c6c; line-height:35px;}
.top_box ul li a{ font-size:12px; color:#6c6c6c; line-height:35px;}
.top_box ul li a:hover{ color:#fe950f;}
/*logo*/
.logo_bigbox{ width:1200px; height:175px; margin:auto; overflow:hidden;}
.logo_box{ float:left; margin-top:26px; overflow:hidden;}
.logo{ float:left;}
.logo_title{ float:left; margin-left:25px; padding-top:25px;}
.logo_title span{ display:block; font-size:30px; color:#3e3e3e; font-weight:bold; }
.logo_title p{ display:block; font-size:22.9px; font-weight:bold; color:#053aa8; margin-top:10px;}
.tel_box{ float:right; margin-top:46px; padding-left:46px; background:url(../images/tel.png) no-repeat left top;}
.tel_box span{ display:block; font-size:14px; color:#7f7f7f;}
.tel_box p{ display:block; font-size:25px; font-weight:bold; color:#6c6c6c; margin-top:5px;}
/*nav*/
.nav_bj{ width:100%; min-width:1200px; height:60px; background:#053aa8;}
.nav_box{ width:1200px; margin:auto;}
.nav{ display:block;}
.nav li{ display:inline-block; background:url(../images/nav_fg.png) no-repeat right;}
.nav li:nth-child(9){ background:none;}
.nav li a{ display:inline-block; font-size:16px; color:#fff; line-height:60px; padding:0 33px;}
.nav li a:hover{ background:#ffa200; color:#212121;}
.nav li .cur{ background:#ffa200; color:#212121;}
/*footer*/
.footer_bj{ min-width:1200px; padding:40px 0; background:#2a2a2a; margin-top:50px;}
.footer-box{ width:1200px; margin:auto; overflow:hidden;}
.footer_left{ float:left; width:325px; margin-top:10px;}
.footer_left span{ display:block;}
.footer_left span img{ display:block;}
.footer_left p{ display:block; font-size:14px; color:#959595; line-height:26px; margin-top:12px;}
.footer_left p a{ font-size:14px; color:#959595; line-height:26px;}
.footer_left p a:hover{ color:#fff;}
.footer_right{ float:right; width:806px;}
.footer_nav{ display:block; padding-bottom:15px; border-bottom:1px solid #434648; text-align:center;}
.footer_nav li{ display:inline;}
.footer_nav li a{ font-size:16px; color:#fff; line-height:18px; padding:0 32px; text-align:center;}
.footer_conbox{ width:766px; padding-left:40px; margin-top:35px; overflow:hidden;}
.footer_con{ float:left; width:312px; padding-left:36px; background:url(../images/footer_tel.png) no-repeat left top;}
.footer_con li{ display:block; font-size:14px; color:#fff; margin-bottom:16px; line-height:20px;}
.erweima_box{ float:right; overflow:hidden;}
.erweima_box li{ float:left; margin-left:50px; font-size:12px; color:#fff; line-height:30px; text-align:center;}
.erweima_box li img{ display:block;}

.link_box{ width:1200px; height:60px; margin:auto; overflow:hidden;}
.link_box span{ float:left; font-size:16px; line-height:60px; color:#656464;}
.link{ float:right; width:1084px; font-size:16px; color:#656464; line-height:60px;}
.link a{ font-size:16px; color:#656464; line-height:60px;}

/* kefu */
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
    display:block;
}

.kf span {
    z-index: 1000001;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    border-bottom: 1px solid #e3e3e3;
    background:url(../images/kefu_j.png) no-repeat center #fff;
}
.kf span:hover{background-color:#ed801f;}

.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 0;}
.kf .zx:nth-child(2){ border-radius:0;}
.kf .zx:hover {background-position: 0 -62px;}

.kf .freetel {background-position:-62px 0;}
.kf .freetel:hover {background-position:-62px -62px;}
.kf .act {background-position:-186px 0;}
.kf .act:hover{background-position:-186px -62px;}
.kf .zxlya {background-position:-124px 0;}
.kf .zxlya:hover{background-position:-124px -62px;}
.kf .back_top {
    border-radius: 0 0 5px 5px;
    border: none;
    background-position:-248px 0;
}
.kf .back_top:hover {background-position:-248px -62px;}

.kf span div {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    padding: 20px;
    font-size: 14px;
    color: #ed801f;
    bottom:2px;
}

.kf span div input {
    text-indent: .5em;
    display: block;
    margin: 15px 0;
    line-height: 28px;
    color: #696969;
    font-size: 12px;
    width: 140px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    height: 28px;
}

.kf span div a {
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #ed801f;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    width: 79px;
    height: 26px;
}

.kf span div a:hover {
    background: #e77410;
}

.kfimgr{
    position: absolute;
    bottom:23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(3) div {
    text-align: center;
    min-width: 148px;
    font-size: 14px;
    color: #666;
}

.kf span:nth-child(3) div {
        white-space: nowrap;
}

.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}
.kf span .erweima{ padding:20px 0;}
.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;
    position: absolute;
}

.shou.on {background-position: -310px -40px;}

/*ÍøÕ¾µØÍ¼*/
.map_box{ width:100%; 
		margin:auto;
		padding-bottom:30px;
		padding-top:30px;
		border-bottom:#999 1px solid;
		}
.sp-title{ width:1100px;
height:30px;
margin:auto;
		overflow:hidden;
		background-color:#F93;

		margin-bottom:20px;}
.sp-title span{ float:left; color:#FFF; line-height:30px; margin-left:10px;}

.sp-title a{ float:right; color:#FFF;line-height:30px; margin-right:10px;} 
.sp-title a:hover{ text-decoration:underline;}
.linkbox{width:1100px;
margin:auto;
padding:10px 0px;
border-bottom:1px solid #EEE;
}
.linkbox h3,.linkbox h3 a{
font-size:14px;
color:#236DF2;
}


.f6{
width:1100px;
margin:auto;
overflow:hidden;
clear:both;
padding-bottom:10px;
}
.f6 li{
float:left;
line-height:30px;
padding:8px 10px 0px;
white-space:nowrap;
}
.f6 li a{
color:#666;
float:left;
}
.f6 li a:hover{
color:#19ADE8;
}

