* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background: #F9FAFC;
    color: #333;
    font-size: 16px;
}

ul,
ol,
li {
    list-style: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
    text-align: center;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

label {
    font-weight: 100
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* 头部——HEADER */
/* @charset "utf-8"; */
.header{
	height:84px;
	background-color:#fff;
}
.header .minWidth,.header .right,.header .left,.header .logo{
	height:84px;
	position:relative;
	display:block;
}
.header .left,.header .fz{
	float:left;
}
.header .right{
	float:right;
}
.header .logo{
	width:135px;
	float:left;
}
.header .logo img{
	position:absolute;
	top:21px;
	right:0;

	left:0;
	margin:auto;
	cursor: pointer;
}
.header .fz{
	height:32px;
	text-align:center;
	line-height:30px;
	width:76px;
	margin-top:31px;
	position:relative;
	margin-left:33px;
	background-color:#fff;
}
.header .fz span,.header .fz a{
	display:block;
	width:76px;
	height:32px;
	padding-left:10px;
	background-color:#fff;
	font-size:16px;
	color:#30beb9;
	cursor: pointer;
	
}
.header .fz span{
	text-align:left;
	
	background:url(../image/download.png) no-repeat center right 10px;
	background-size:13px;
	border:solid 1px #30beb9;
}
.header .fz a{
	font-size:14px;
	text-align:left;
    width: 100%;

}
.header .fz a:hover{
	color:#fff;
	background-color:#30beb9;
	transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.header .fz .dishi{
	position: absolute;
    width: 93px;
    top: 32px;
    z-index: 100;
    height: 192px;
    display: none;
   

}
.header .fz .dishi div{
	width:76px;
	overflow-y: scroll;
	border:solid 1px #30beb9;
	float:left;
	height: 192px;
	border-top:none;
	background-color:#fff;
}

.header .fz:hover .dishi{
	display:block;
}
.header .a{
	display:block;
	float:left;
	line-height:84px;
	margin-left:25px;
	font-size:18px;    color: #333;
}
.header a.a{
		cursor: pointer;
}
.header a.a:hover{
	color: #2fc0bb;
}
/**广告1**/
.advertising{
	width:100%;
	position:relative;
	min-width:1200px;
}
.advertising a{
	width:100%;
	display:block;
	height:119px;
	position:relative;
	overflow:hidden;
}
.advertising a img{
	width:1920px;
	height:119px;
	position:absolute;
	left:50%;
	margin-left:-960px;
	
}
.div_in{
	float:left;
	height:42px;
	width:364px;
	border: solid 1px #e5e5e5;
	border-radius: 6px;
	padding-left:14px;
	line-height:auto;
	overflow:hidden;
	position:relative;
	margin-top:23px;  
	margin-left:93px;
	background-color:#fff;
	display:none;
}
.div_in input{
	height:40px;
	width:259px;
	display:block;
	line-height:auto;
	float:left;
	font-size:16px;
	color:#b0b0b0;
}
.div_in .qd_btn{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:82px;
	height:17px;
	margin:auto;
	font-size:16px;
	line-height:17px;
	background-color:#fff;
	border-left:solid 1px #e5e5e5;
	cursor: pointer;
	display:block;
	color:#1aa29d;
}
.div_header{
	height: 53px;
	width: 100%;
	background-color: #2fc0bb;
	max-width: 1920px;
	min-width: 1200px;
}
.div_header .minWidth{
	height: 53px;
	line-height: 53px;

	overflow: hidden;
}
.div_header .minWidth div{
	float: left;
}
.div_header .minWidth .b,.div_header .minWidth a{
	display: block;
	float: left;

}
.div_header .minWidth a{
	font-size: 16px;
	color: #fff;
	margin: 0 23px;
}
.div_header .minWidth .b{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	margin:auto;
}
.div_header .div{
	background: url(../../images/img_redesign/sx.png) no-repeat center left;
	background-size: 2px;
	margin-left: 6px;
	padding-left: 6px;
}

/* tittleall */
.tittleall {
    text-align: center;
    font-size: 18px;
    font-weight: 550;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}