* {
	padding: 0;
	margin: 0;
}

@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
rem,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input,
span {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

li {
	list-style-type: none;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

ul,
ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
	overflow: hidden;
}

.clear {
	clear: both
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-x: hidden;
	background: #fff;
}

body {
	overflow-x: hidden;
	margin: 0 auto;
	font-family: 微软雅黑;
	background: #fff;
	color: #353535;
}

div {
	width: 100%;
}

input::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

button {
	/*消除button的默认样式*/
	/*这种写法是对所有的button标签同时生效*/
	margin: 0px;
	padding: 0px;
	/*自定义边框*/
	border: 0px;
	/*消除默认点击蓝色边框效果*/
	/* outline: none;*/
	cursor: pointer;
}

i {
	font-style: normal;
}
.clearborder{
	border-left: 0px !important;
}
.top{
	width: 100%;
	height: 36px;
	background-color: #f7f7f7;
	font-size: 12px;
	color: #666;
	line-height: 36px;
	border-bottom: 1px solid #ddd;
}
.top_cent{
	width: 1200px;
	height: 36px;
	margin: 0 auto;
}
.top_cent_left{
	width: 40%;
	float: left;
}
.top_cent_right{
	width: 404px;
	float: right;
	text-align: center;
}
.top_cent_right ul{
	line-height: 20px;
	margin-top: 8px;
}
.top_cent_right li{
	height: 20px;
	float: left;
	padding-left: 16px;
	padding-right: 16px;
    border-left: 1px solid #ddd;
}
.top_cent_right li:hover{
	color: #0088E6;
}
.header{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
    
}
.header_left{
	float: left;
	width: 500px;
	padding-top: 20px;
	height: 70px;
	color: #333333;
}
.logo{
	float: left;
	width: 45px;
	margin-right: 10px;
}
.logo_name{
	font-size: 22px;
	letter-spacing: 1px;
}
.logo_english{
	font-size:7px;
	letter-spacing: -1.3px;
}
.header_right{
	float: right;
	width: 500px;
	height: 90px;
	color: #666666;
}
.search {
	width: 276.89px;
	height: 36px;
	float: right;
	margin-top: 20px;
	background: #EEEEEE;
	border-radius: 50px;
	font-size: 14px;
	color: #666666;
}
.se_span{
	width: 30px;
	text-align: center;
	margin-left: 15px;
	border-right: 1px solid #ccc;
	 padding-right: 10px;
}
#search_input {
	height: 36px;
    color: #333;
    font-size: 14px;
    background-color: #eee;
    margin-left: 5px;
    line-height: 36px;
}

.search_button {
	position: absolute;
    top: 75px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../img/search_but.png);
    background-size: 100% 100%;
}
.ewm{
	float: right;
	width: 26px;
	background: url(../img/ewm.png);
    background-size: 100% 100%;
    margin-top: 25px;
    margin-left: 25px;
}
.nav{
	width: 100%;
	height: 46px;
	background: #0088E6;
}
.active{
	margin: 0 auto;
	width: 1350px;
	height: 46px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 46px;
	text-align: center;
}
.active li{
	float: left;
	width: 150px;
}
.active_hover{
	background: #0076C7;
}
.active li:hover{
	background: #0076C7;
}
.block1{
	width: 1200px;
	height: 570px;
	margin: 0 auto;
	margin-top: 30px;
}
.block1_left{
	float: left;
	width: 328px;
	height: 100%;
}
.imgebox{
	width: 100%;
	height: 127px;
	overflow: hidden;
}
.imgebox img{
	width: 328px;
}
.currentbox{
	position: relative;
	top: -15px;
	left: 140px;
}
.currentbox li{
	float: left;
	width: 10px;
	height: 10px;
	background: #000000;
	opacity:0.5;
	margin-left: 8px;
	border-radius: 50%;
}
.current{
	background: #FFFFFF!important;
	opacity:1!important;
}

/*第二轮播*/
.imgebox2{
	width: 100%;
	height: 127px;
	overflow: hidden;
	margin-top: 30px;
}
.imgebox2 img{
	width: 328px;
}
.currentbox2{
	position: relative;
	top: -15px;
	left: 140px;
}
.currentbox2 li{
	float: left;
	width: 10px;
	height: 10px;
	background: #000000;
	opacity:0.5;
	margin-left: 8px;
	border-radius: 50%;
}


.know_img{
	margin-top: 30px;
}
.know_img img{
	width: 328px;
}
.know_img p{
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 20px;
}
.know_img span{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}
.know_img p:hover,.know_img span:hover{
	color: #0088E6;
}
.block1_cent{
	float: left;
	width: 490px;
	height: 100%;
	margin-right: 40px;
	margin-left: 40px;
}
.zkhot{
	width: 470px;
	height: 88px;
	border: 1px solid #E6E6E6;
	padding: 10px 10px;
}
.zkhot_left{
	float: left;
	width: 60px;
	margin-right: 10px;
	margin-top: 13px;
}
.zkhot_text{
	margin-top: 10px;
}
.zkhot_text li{
	font-size: 16px;
	color: #333333;
	height: 35px;
	line-height: 35px;
}
.zkhot_text li:hover{
	font-size: 16.5px;
	color: #0088E6;
}
.zkhot_text li span{
	margin-right: 5px;
}
.zkhot_text li span:before{
	content: "●";
	color: #CCCCCC;
	margin-right: 5px;
}
.bmks{
	width: 100%;
	height: 15px;
	margin-top: 20px;
}
.bmks li{
	float: left;
	margin-left: 10px;
}
.bmks li:nth-child(1){
	border-right: 1px solid #AAAAAA;
	color: #AAAAAA;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 15px;
    margin-top: 3.5px;
}
.bmks li:hover{
	color: #0088E6;
}
.rmzy{
	width: 100%;
	height: 10px;
	margin-top: 25px;
}
.rmzy li{
	float: left;
	margin-left: 15px;
	color: #F65A5B;
	line-height: 20px;
}
.rmzy li:nth-child(1){
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 0!important;
}
.rmzy li:hover{
	color: #0088E6;
}
.bjtj{
	width: 100%;
	margin-top: 35px;
	font-size: 16px;
    color: #333333;
}
.bjtj li{
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #333;
	margin-bottom: 15px;
	height: 18px;
	line-height: 18px;
}
.bjtj li:hover{
	color: #0088E6;
}
.bjtj li:first-child{
	color: #0088E6;
	padding-left: 0px!important;
}
.bjtj li:nth-child(7){
	padding-left: 0px!important;
}
.bjtj li:last-child{
	color: #999999;
	padding-right: 0px!important;
	border-right: 0px!important;
}
.bmjz{
	width: 100%;
	height: 20px;
}
.bmjz li{
	float: left;
	margin-top: 15px;
	width: 496px;
}
.bmjz li:hover{
	color: #0088E6;
}
.zx-recommend-tag{
	border-right: 1px solid #AAAAAA;
	color: #AAAAAA;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 15px;
    margin-top: 3.5px;
}
.bmjz span i{
	/*position: absolute;
	left: 1150px;*/
	text-align: right;
	color: #AAAAAA;
	float: right;
}
.zx-recommend-tag:before{
	content: "●";
	color: #CCCCCC;
	margin-right: 10px;
}
.block1_right{
	float: right;
	width: 298px;
	height: 100%;
	border:1px solid #E6E6E6;
	text-align: center;
}
.block1_right p{
	margin-top: 30px;
	margin-bottom: 30px;
}
.zkbmtitle{
	width: 80px;
	height: 21px;
	margin-top: 16px;
    color: #333;
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
    border-left: 3px solid #0088e6;
    margin-bottom: 12px;
}

.zkbm_text1{
	height: 70px;
}
.zkbm_text1 li{
	float: left;
	margin-left: 34px;
	margin-top: 10px;
	font-size: 13px;
	color: rgb(51, 51, 51);
}
.zkbm_text1 li:hover{
	color: #0088E6;
}
.zkbm_text2{
	height: 40px;
}
.zkbm_text2 li{
	float: left;
	margin-left: 34px;
	margin-top: 10px;
	font-size: 13px;
	color: rgb(51, 51, 51);
}
.zkbm_text2 li:hover{
	color: #0088E6;
}
.block2{
	width: 1200px;
	height: 415px;
	margin: 0 auto;
	margin-top: 30px;
}
.title{
	width: 1200px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
}
.title img{
	position: relative;
	top: 3px;
	width: 20px;
}
.morebutt{
	float: right;
	width: 68px;
	height: 26px;
	border: 1px solid #E6E6E6;
	background: #F7F7F7;
	color: #999999;
	font-size: 13px;
	text-align: center;
	line-height: 26px;
	margin-top: 3px;
}

.block2_ul{
	height: 135px;
}
.block2_ul li{
	float: left;
	margin-left: 31px;
	text-align: center;
	color: #666666;
}
.block2_ul li:first-child{
	margin-left: 0px !important;
}
.block2_ul li img{
	width: 174px;
	cursor: pointer;
	transition: all 0.6s;
}

.block2_ul li img:hover {
	transform: scale(1.1);
}



.banner{
	width: 1200px;
	height: 190px;
	margin: 0 auto;
	margin-top: 30px;
	background-image: url(../img/banner-bg.png);
	background-size: 100% 100%;
}
.banner li{
	float: left;
	width: 133px;
	text-align: center;
	color: #666666;
	margin-top: 20px;
}
.banner li div{
	width: 32px;
	height: 32px;
	background: #2590D7;
	border-radius: 50%;
	line-height: 32px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top: 10px;
	font-weight: bold;
}
.banner li:hover{
	color: #0088E6;
}
.block3{
	width: 1200px;
	height: 430px;
	margin: 0 auto;
	padding-top: 30px;
}

.block3_ul li{
	float: left;
	position: relative;
	width: 280px;
	height: 154px;
	border: 1px solid #E6E6E6;
	margin-left: 23px;
	margin-bottom: 25px;
	transition: all 0.5s;
}
.clearmargin{
	margin-left: 0px!important;
}
.block3_ul li img{
	width: 78px;
	height: 78px;
	margin-top: 15px;
	margin-left: 15px;
}
.block3_ul li:hover{
	transform: translateY(-10px);
}
.block3_ul_text li:hover{
	transform: translateY(0px);
}
.block3_ul_butt li:hover{
	transform: translateY(0px);
	color: #0076C7;
}

.block3_ul_text{
	float: right;
}
.block3_ul_text li{
	margin-left: 0px;
	float: none;
	width: 180px;
	height: 20px;
	border: 0px;
}
.block3_ul_text li:first-child{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #666666;
}

.block3_ul_text li:last-child{
	font-size: 13px;
	line-height: 22px;
	color: #999999;
}
.block3_ul_butt{
	width: 100%;
	height: 30px;
	background: #F7F7F7;
	padding-top: 10px;
	margin-top: 17px;
}
.block3_ul_butt li{
	margin-left: 0px;
	float: left;
	border: 0px;
	width: 58px;
	height: 20px;
	border-right: 1px solid #333333;
	padding-left: 6px;
	padding-right: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.block3_ul_butt li:last-child{
	border: 0px;
}
.block4{
	width: 1200px;
	height: 850px;
	margin: 0 auto;
	padding-top: 30px;
}
.block4_ul{
	width: 1180px;
	height: 720px;
	background: #F7F7F7;
	padding-left: 20px;
	padding-top: 30px;
}
.block4_ul li{
	float: left;
	width: 208px;
	height: 213px;
	border: 1px solid #E6E6E6;
	margin-left: 23px;
	margin-bottom: 20px;
	background: #FFFFFF;
}
.block4_ul img{
	width: 180px;
	height: 110px;
	margin-top: 13px;
	margin-left: 13px;
	cursor: pointer;
}

.block4_ul_butt{
	margin-top: 7px;
	margin-left: 14px;
}
.block4_ul_butt li{
	float: left;
	width: 84px;
	height: 29px;
	border: 1px solid #E6E6E6;
	margin-left: 5px;
	text-align: center;
	line-height: 29px;
	color: #333333;
	 margin-bottom: 6px;

}
.block4_ul_butt li:hover{
	background: #0088E6;
	color: #FFFFFF;
}
.block5{
	width: 1200px;
	height: 320px;
	margin: 0 auto;
}
.block5_ul li{
	float: left;
	width: 230px;
	height: 220px;
	margin-left: 35px;
	margin-right: 35px;
	color: #666666;
}
.subject{
	width: 100%;
	height: 136px;
	border-radius: 10px;
	background: #70CFC0;
	text-align: center;
	color: #FFFFFF;
	line-height: 136px;
	font-size: 18px;
}
.block5_ul li p{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.block5_ul li span{
	color: #FF985B;
	font-size: 20px;
	line-height: 41.5px;
}
.block5_ul li span:before{
	content: "￥";
	font-size: 11px;
	color: #FF985B;
	line-height: 41.5px;
}
.block5_ul li i{
	font-size: 12px;
	color: #999999;
	line-height: 31.5px;
	text-decoration:line-through;
	margin-left: 10px;
}
.block5_ul_butt{
	position: relative;
	width: 80px;
	height: 31.5px;
	border-radius: 13.5px;
	border: 1px solid #46B746;
	text-align: center;
	line-height: 31.5px;	
	font-size: 18px;
	color: #666666;
	top: -40px;
	left: 150px;
}
.block5_ul_butt:hover{
	background: #46B746;
	color: #FFFFFF;
}
.block6{
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}
.block6_ul_title{
	width: 365px;
	border-bottom:1px solid #E6E6E6;
}
.title_text{
	width: 120px;
	height: 17px;
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	padding-left: 20px;
	border-left: 3px solid #0088E6;
	line-height: 17px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rightmore{
	width: 100px;
	float: right;
	text-align: right;
	font-size: 13px;
	color: #999999;
	margin-top: 2px;
}
.rightmore:hover{
	color: #0088E6!important;
}
.block6_list{
	margin-top: 15px;
}
.block6_list{
	width: 100%;
	height: 207px;
	font-size: 16px;
	margin-top: 20px;
	color: #333333;
}
.block6_list li{
	margin-bottom: 20px;
}
.block6_list li:hover{
	color: #FE8500;
	text-decoration: underline;
}
.block6_list span{
	float: right;
	font-size: 16px;
	color: #999999;
}
.textlist{
	float: left;
	width: 365px;
	height: 350px;
	margin-left: 48px;
}

.footer{
	width: 100%;
	height: 30px;
	background: #333333;
	font-size: 12px;
	color: #646464;
	line-height: 20px;
	padding-top: 15px;
}
.footer p{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
