*{
    padding: 0;
    margin: 0;
}
body{
    font-family: "Helvetica", "Arial","微软雅黑", "Microsoft Yahei", "宋体", "simsun";
    background-color: #ffffff;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
/* 头部 */
.top{
	max-width:1920px;
	min-width:1210px;
    background-color: #e3e3e3;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    vertical-align: middle;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.address{
    float: left;
}
.address>img{
    vertical-align: middle;
}
.address>span{
    padding: 0 10px 0 0;
    vertical-align: middle;
}
.address h1{
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
}
.wrap>.address:nth-of-type(1)>span{
    border-right: 1px solid #797070;
    margin-right: 10px;
}
.top-right{
    float: right;
    height: 100%;
}
.top-right .address{
    float: right;
}
.greetings{
    margin-right: 60px;
}
.top-phone-box{
    position: relative;
}
.sn-qrcode{
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -100px;
    z-index: 9;
    display: none;
}
.top-phone-box:hover .sn-qrcode{
    display: block;
}
 .sn-qrcode b {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -2px;
    border-width: 5px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}
.navs{
    padding: 20px 0 0;
    zoom:1;
    position: relative;
}
.navs::before{
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #787878;
    position: absolute;
    top: 100%;
    z-index: 3;
}
.navs::after{
    content: '';
    display: block;
	font-size:0;
	clear:both;
	overflow:hidden;
}
.logo{
    float: left;
}
.content-wrap{
    float: right;
}
.nav{
    float: right;
    
}
.nav li{
    float: left;
    position: relative;
}
.nav li>a{
    display: block;
    line-height: 80px;
    color: #232323;
    text-decoration: none;
    position: relative;
    margin: 0 24px;
    font-size: 18px
}
.nav .current>a{
    color: #995cbb;
}
.navline{
    position: absolute;
    height: 3px;
    background-color: #601887;
    top:100%;
    z-index: 3;
    left: 0;
    transition: transform .2s cubic-bezier(.645,.045,.355,1)
}
.search{
    width: 27px;
    height: 27px;
    display: block;
    background: url("../images/search.png") no-repeat;
    margin-top: 24px;
    cursor: pointer;
}
#_search{
    position: absolute;
    top: 138px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: #999 0 1px 5px;
    z-index: 999;
    display: none;
}
#_search .frame{
    width: 1000px;
    margin: auto;
    position: relative;
}
#_search form{
    position: relative;
    display: block;
    height: 40px;
    margin: 20px 0;
    width: 800px;
    border: 1px solid #ccc;
}
#_search form input{
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    width: 785px;
    outline: none;
    position: absolute;
    border: none;
}
#_search form a{
    background-color: #601887;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100px;
    position: absolute;
    border-radius: 2px;
    left: 810px;
    cursor: pointer;
}
.sideNav{
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 420px;
    font-size: 14px;
    margin-left: -210px;
    left: 50%;
    display: none;
}
.sideNav dd{
    float: left;
    padding: 10px 20px;
}
.sideNav dd a{
    display: block;
    width: 100%;
    color: #888;
}
.sideNav dd.active:nth-child(1)  a{
    color: #e77811;
}
.sideNav dd.active:nth-child(2) a{
    color: #0091e0;
}
.sideNav dd.active:nth-child(3) a{
    color: #82c21f;
}
.sideNav dd.active:nth-child(4) a{
    color: #73c4f1;
}
.sideNav dd.active:nth-child(5) a{
    color: #014099;
}
.sideNav dd.active:nth-child(6) a{
    color: #ea5404;
}
.sideNav dd.active:nth-child(7) a{
    color: #3160ac;
}
.innavbg{
    background-color: rgba(255,255,255,.8);
    position: absolute;
    height: 75px;
    top: 100%;
    width: 100%;
    display: none;
    z-index:1;
}
.sideNav dd img{
    display: block;
    margin: auto;
}
.sideNav dd span{
    margin-top: 5px;
    text-align: center;
    display: block;
}

/* 底部 */
.footer{
    padding: 20px 0 0;
    max-width:1920px;
min-width:1210px;
    color: #888;
}
.footer-progress{
    padding:40px 0;
}
.footer-content{
    padding-top: 40px;
    border-top: 1px solid #cfcfcf;
}
.footer-contain{
    float: left;
}
.footer-qrcode{
    float: right;
}
.footer-contain ul{
    height: 210px;
    overflow: hidden;
}
.footer-contain ul li{
    float: left;
    padding-right:60px;
    height: 100%;
}
.footer-contain ul li:nth-last-of-type(1){
    border:none;
}
.footer-contain a,.footer-link a{
    color: #8a8a8a;
    font-size: 14px;
}
.footer-contain a:hover{
    color: #601887;
}
.footer-contain .title{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600
}
.footer-contain dd{
    line-height: 28px;
}
.footer-qrcode li{
    float: left;
    margin-left: 18px;
}
.footer-qrcode li img{
    width: 116px;
}
.footer-qrcode li span{
    display: block;
    text-align: center;
    margin-top: 10px;
}
.footer-contact{
    height: 150px;
    background-color: #ededed;
    clear: both;
   
}
.footer-contact .link-wrap{
     padding-top: 25px;
}
.phone-box{
    border-left: 1px solid #d6d6d6;
    padding: 12px 0;
    padding-left: 30px;
}
.phone-box p.work-time{
    margin-top: 28px;
    margin-left: 26px;
    font-size: 14px;
}
.link-text{
    width: 100px;
    float: left;
    display: block;
    font-size: 18px;
}
.footer-link{
    margin-left: 120px;
}
.footer-link a{
    margin-right: 60px;
    margin-top: 4px;
    display: inline-block;
}
.footer-link a:hover{
    color: #601887;
}
.footer-link a:nth-of-type(1){
    margin-left: 0;
}
.copyright{
    background-color: #2a2a2a;
    line-height: 32px;
    font-size: 12px;
}

/* 工具栏 */
.toolbar{
    position: fixed;
    right: 0;
    bottom:10px;
    z-index: 9 !important;
}

.toolbar li{
    background-color: #aaaaaa;
    font-size: 14px;
    position: relative;
    margin-bottom: 5px;
    padding: 10px;
    cursor: pointer;
}
.toolbar .active{
    background-color: #d94546;
    color: #fff
}
.toolbar li a{
    color: #000;
}
.toolbar .active a{
    color: #fff
}
.toolbar li a>span{
    display: block;
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    color: #FFFFFF;
}
.toolbar li a>img{
    display: block;
    margin: auto;
}
.toolbar li:hover{
    background-color: #d94546;
    color: #fff;
}
.toolbar li:hover a{
    color: #fff;
}
.toolbar li .toolbar-cont{
    position: absolute;
    top: 0;
    right: 74px;
    padding: 0 20px;
    height: 100%;
    display: none;
}
.toolbar li:hover .toolbar-cont{
    display: block;
}
.bg-red{
    background-color: #d94546;
}
.bg-red span{
    color: #fff;
    line-height: 73px;
}
.toolbar li .toolbar-cont span{
    font-size: 16px;
    white-space: nowrap;
    font-size: 16px;
    display: block;
    text-align: center;
}
.toolbar li .bg-white{
    background-color: #fff;
    top: -50%;
    height: auto;
    padding: 10px;
}
.toolbar li .bg-white img{
    width: 100px;
    margin-bottom: 10px;
}
.bg-white span{
    color: #000;
}
.quoted-price{
    position: fixed;
    top: 260px;
    left: 0;
    display: block;
    width: 100px;
    border-radius: 0 30px 30px 0;
    background-color: #b80606;
    padding: 4px 0;
}
.quoted-price>img{
    width: 80%;
    display: block;
    margin: auto;
}
/*获取报价的样式*/
.bjModal{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}
.modaldiv {
    margin: 0 auto;
    margin-top: -225px;
    left: 50%;
    margin-left: -447px;
    width: 855px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    position: absolute;
    height: 410px;
    top: 50%;
    background: url(../images/modal-bg.png) #FFFFFF no-repeat;
    background-size:895px 450px;
}
.modaldiv-left,.modaldiv-right{
	width: 50%;
	height: 100%;
}
.modaldiv-right{
	padding-left: 20px;
    box-sizing: border-box;
}
.modalTitle {
    margin-bottom: 20px;
    position: relative;
}
.modalTitle span {
    font-size: 30px;
    text-align: center;
    display: block;
}
.modalTitle .close-btn{
	font-size: 25px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: url(../images/close-gray.png);
    background-size: 20px 20px;
    transition: 300ms;
    -webkit-transition: 300ms;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.modalTitle .close-btn:hover{
	 background: url(../images/close-red.png);
	 background-size: 20px 20px;
	 transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg)
}
.modal-content{
	font-size: 15px !important;
}
.form-input{
    margin-bottom: 20px;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.qbtns .qbtn {
    padding: 7px 12px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #b80606;
    border: 1px solid #b80606;
}
.modal-tip{
	margin-top: 10px;
	color: #959595;
}
/*品牌弹窗*/
#brandModal .modaldiv{
   background: #fff;
    
}
.co-branding-pic{
	margin-top: 50px;
}
#brandModal .modaldiv img{
    width: 100%;
    display: block;
}