﻿html {
    color: #000;
    background: #FFF;
    width: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Adobe Heiti Std", "Microsoft YaHei", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB";
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

a {
    text-decoration: none;
    color: inherit
}

.in-block {
    display: inline-block
}

.text-center {
    text-align: center;
    text-align: -moz-center; /*Firefox*/
    text-align: -webkit-center; /*Chrome*/
}

.font-16 {
    font-size: 16px
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.m-b-mb {
    margin-bottom: 20px
}

.m-t-mb {
    margin-top: 20px
}

.clearfix {
    zoom: 1;

}

.wrap {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto
}

.active2 {
    background-color: #a75dd6;
    color: #fff !important
}

.text-white {
    color: #f7f7f7 !important
}

.login{
	width: 70px;
	height: 34px;
	line-height:34px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #4582c4;
	color:#4582c4;
	padding:3px 11px;
}

.trial1{
	width: 90px;
	height: 34px;
	line-height:34px;
	text-align: center;
	background-color: #4582c4;
	border-radius: 4px;
	color:#fff;
	padding:5px 11px;
	margin-left:18px;
}


/*产品*/
.nav .panel {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    padding-top: 0;
    height:100px;
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    z-index: 99999999;
    visibility: hidden;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.nav .panel .inner {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    width: 980px;
    box-shadow: none;
    overflow: hidden;
    text-align: right;
}
.nav .panel .list {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
     margin-left: 350px;
     float:left;
}
.nav .panel .list dd{
   display: inline-block;
   float:left;
}
.nav .panel .list dd a {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: #383838;
    font-weight: 400;
    text-align: center;
}
