@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
td,
tt,
ul,
ol,
li,
button,
input {
	margin: 0;
	padding: 0;
}

body,
button,
input,
{
	outline: none;
}

ul,
ol,
dl
{
	list-style: none;
}
input,
button,
select,
textarea {
	outline:medium;
}

img{
	border: 0;
}

a {
	text-decoration: none;
	/*color: #333;*/
}

a:hover {
	text-decoration: none;
}
a,input{
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
select:hover{
	cursor: pointer;
}
input::-webkit-input-placeholder{
	color: #aaa;
}    /* 使用webkit内核的浏览器 */
input:-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本4-18 */
input::-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本19+ */
input:-ms-input-placeholder{
	color: #aaa;
}           /* IE浏览器 */

textarea::-webkit-input-placeholder{
	color: #aaa;
}    /* 使用webkit内核的浏览器 */
textarea:-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本4-18 */
textarea::-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本19+ */
textarea:-ms-input-placeholder{
	color: #aaa;
}           /* IE浏览器 */


.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}
.fl {
	float: left
}

.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
@media (max-width: 1200px){
	html{
		/* overflow: hidden; */
	}
	body{
		width: 1200px !important;
	}
}
/*单行文字溢出隐藏*/
.oh1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*2行文字溢出隐藏、或者多行*/
.oh2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.oh3{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.oh4{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.oh5{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.oh6{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
/*放在img父级,让img上下居中/////////maigin属性会失效*/
/*同样适用于文字*/
.vm{
	display:table-cell;
	vertical-align: middle;
}

/*img缩放*/
.img_alls{
	-webkit-transition:all 0.3s;	/* Chromea 谷歌内核*/
	-moz-transition:all 0.3s;		/* ff 火狐内核 */
	-ms-transition:all 0.3s;		/* ie 内核 */ 
	-o-transition:all 0.3s;			/* Opera 欧朋内核 */
	transition:all 0.3s;
}

/*img父级hover时代码*/
.img_alls_parent:hover .img_alls{
	-webkit-transform: scale(1.1); 	/* Chromea 谷歌内核 */
	-moz-transform: scale(1.1); 	/* ff 火狐内核*/
	-ms-transform: scale(1.1);		/* ie 内核*/
	-o-transform: scale(1.1);		/* Opera 欧朋内核 */
	transform: scale(1.1); 
}

.move{
	-webkit-transition:all 0.2s; /* Safari 和 Chrome */
	-moz-transition:all 0.2s;  	/* Firefox */
	-ms-transition:all 0.2s;  	/* IE 9 */
	-o-transition:all 0.2s; 
	transition: all 0.2s; 
}
.move1{
	-webkit-transition:all 0.6s; /* Safari 和 Chrome */
	-moz-transition:all 0.6s;  	/* Firefox */
	-ms-transition:all 0.6s;  	/* IE 9 */
	-o-transition:all 0.6s; 
	transition: all 0.6s; 
}
.warp_center{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.cc{
	display: flex;
    align-items: center;
    justify-content: center;
}
.hint_p{
	font: 12px/18px "microsoft yahei";
	color: red;
	margin-left: 10px;
	height: 18px;
}

/***************************************头部*************************/

.header{
	width: 100%;
	height: 100px;
	
}

.header_top{
	height:30px;
	background-color: #000;
	
}
.ht_l{
	width: auto;
	height: 30px;
	font: 12px/30px "microsoft yahei";
	color: #fff;
	opacity: 0.6;
}
.ht_r{
	width: auto;
	height: 30px;
}
.ht_ra{
	font: 12px/30px "microsoft yahei";
	color: #fff;
}
.ht_ra:hover{
	color: #5394ff;
}
.ht_line{
	width: 1px;
	height: 12px;
	margin: 9px 10px;
	background-color: #fff;
}
.header_bot{
	width: 100%;
	height: 70px;
	background-color: #fff;
}
.hb_logo{
	width: 205px;
	height: 50px;
	margin: 8px 0px;
}
.hb_logo img{
	height: 100%;
}
.hb_nav{
	width: auto;
	height: 55px;
	margin: 15px 0px 0px;
}
.hb_li{
	width: auto;
	height: 55px;
	margin-left: 35px;
}
.hb_lia{
	width:auto ;
	height: 55px;
	display: block;
	font: 16px/40px "microsoft yahei";
	color: #333;
}
.hb_lia:hover{
	color: #5394ff;
	cursor: pointer;
}
.nav_color{
	color: #5394ff;
}
/*头部下拉*/
.hb_lia_bot{
	width: 140px;
	height: auto;
	top: 40px;
	left: -50px;
	-webkit-box-shadow: 0px 3px 15px #e8f1ff;
	-moz-box-shadow: 0px 3px 15px #e8f1ff;
	box-shadow: 0px 3px 15px #e8f1ff;
	padding: 10px 0px;
	z-index: 1000;
	background-color: #fff;
	display: none;
}
.lia_bot_a{
	width: 120px;
	height:30px ;
	margin: 0 auto;
	display: block;
	border-bottom: 1px dashed #ddd;
	box-sizing: border-box;
	padding: 0px 10px;
	font: 14px/30px "microsoft yahei";
	color: #333;
	text-align: center;
	
}
.lia_bot_a:hover{
	background-color: #5394ff;
	color: #fff;
}
.hb_li:hover .hb_lia_bot{
	display: block;
}
.hb_li:hover .hb_lia{
	color: #5394ff;
}


/************************footer****************************/


.footer{
	width: 100%;
}

.fb{
	width: 100%;
	height: 130px;
	padding-top: 20px;
	background-color: #1a1a1a;
}

.fb_center{
	width: 100%;
}
.fb1 span,.fb1 a{
	height: 30px;
	display: inline-block;
	font:12px/30px "微软雅黑";
	color: #fff;
	margin-right: 10px;
}
.fb1 a:hover{
	color: #5394ff;
	text-decoration: underline;
}
.fb2{
	display: inline-block;
	height: 30px;
	font:12px/30px "微软雅黑";
	color: #fff;
}
.fb3 span{
	display: inline-block;
	margin: 10px 10px 0 0;
}

/****************************************当前位置******************************************/

.current{
	width: 100%;
	height: 50px;
}

.current i{
	font:22px/50px "microsoft yahei" ;
	color: #aaa;
	margin-right: 5px;
}
.current label{
	font:14px/50px "microsoft yahei" ;
	color: #333;
}
.current a{
	font:14px/50px "microsoft yahei" ;
	color: #333;
	text-decoration: underline;
	margin-right: 5px;
}
.current a:hover{
	color: #00a4ff;
	text-decoration: underline;
}
.current span{
	font:14px/50px "microsoft yahei" ;
	color: #333;
	margin-right: 5px;
}

.current a:last-child{
	color: #333;
	text-decoration:none;
	cursor: default;
}


/******************************************投诉弹窗***********************************/
/******************************************评价弹窗***********************************/

.tousu,
.pingjia{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 500;
}
.tousu_inner,
.pingjia_inner{
	width: 500px;
	height: 290px;
	background-color: #fff;
	margin: -145px 0 0 -250px;
	top: 50%;
	left: 50%;
}
.ts_top,
.pj_top{
	width: 100%;
	height: 60px;
	text-align: center;
	font: bold 18px/60px "microsoft yahei";
	color: #333;
	background-color: #eaeaea;
	display: block;
	border-bottom: 1px solid #ddd;
	
}
.ts_textarea,
.pj_textarea{
	width: 460px;
	height: 120px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	display: block;
	margin: 20px auto 30px;
	resize: none;
	padding: 10px;
	font:16px/26px "microsoft yahei";
	color: #555;
}
.ts_btn,
.pj_btn{
	width: 210px;
	height: 30px;
	margin: 0 auto;
}
.ts_ture,
.pj_ture{
	width: 100px;
	height: 30px;
	background-color: #00A4FF;
	display: block;
	text-align: center;
	font:16px/30px "microsoft yahei";
	color: #fff;
	border: none;
	margin-right: 10px;
}
.ts_ture:hover,
.pj_ture:hover{
	background-color: #2979cb;
	cursor: pointer;
}

.ts_false,
.pj_false{
	width: 100px;
	height: 30px;
	background-color: #ccc;
	display: block;
	text-align: center;
	font:16px/30px "microsoft yahei";
	color: #555;
	border: none;
}
.ts_false:hover,
.pj_false:hover{
	background-color: #827f7f;
	color: #fff;
	cursor: pointer;
}



/*********************系统消息--回复消息-弹窗*******************/

.back{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
	z-index: 300;
	display: none;
}

.back_in{
	width:500px;
	height: 290px;
	top: 50%;
	left: 50%;
	background-color: #fff;
	margin: -145px 0 0 -250px;
}
.back_in_top{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ddd;
	background-color: #eaeaea;
	margin-bottom: 20px;
	font: bold 18px/60px "microsoft yahei";
	color: #333;
	text-align: center;
}

.back_in_textarea{
	width: 460px;
	height: 120px;
	margin: 0 auto 30px;
}

.textarea_in{
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 5px 10px;
	font:16px/26px "microsoft yahei";
	color: #555;
	resize: none;
}
.back_bot{
	width: 210px;
	margin: 0 auto;
}

.back_ture{
	width: 100px;
	height: 30px;
	margin-right: 10px;
	background-color: #3699ff;
	text-align: center;
	display: block;
	border: none;
	font:16px/30px "microsoft yahei";
	color: #fff;
}
.back_ture:hover{
	background-color: #2c81d8;
	cursor: pointer;
}
.back_fales{
	width: 100px;
	height: 30px;
	background-color: #cccccc;
	text-align: center;
	display: block;
	font:16px/30px "microsoft yahei";
	color: #555;
}

.back_fales:hover{
	background-color: #8d8b8b;
	cursor: pointer;
	color: #fff;
}


/**********************公共提示框*********************/
.hint{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
	z-index: 99999999;
	display: none;
}
.hint_in{
	width:300px;
	height: 140px;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	padding: 25px 0px 0px;
	background-color: #fff;
	margin: -70px 0 0 -150px;
	border-radius: 10px;
}
.hint_in_top{
	width:100%;
	height: 40px;
	box-sizing: border-box;
	text-align: center;
	
}
.hint_in_i{
	width: 40px;
	height: 40px;
	font:32px/40px "microsoft yahei" !important;
	color: #2ead38;
	position: relative;
	top: 0px;
}
.hint_in_span{
	font: 22px/40px "microsoft yahei";
	color: #333;
	position: relative;
	top: -5px;
}
.hint_fales{
	width: 100px;
	height: 30px;
	text-align: center;
	display: block;
	margin: 20px auto 0;
	font: 16px/30px "microsoft yahei";
	color: #fff;
	background-color: #00A4FF;
}
.hint_fales:hover{
	cursor: pointer;
	background-color: #0661bf;
}
/* 上传图片 */
.iframe{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 999999999 !important;
	display: none;
	border: none;
	margin: 0px;
	padding: 0px;
	background: rgba(0,0,0,0);
}

.my-image-upload-div {
	position: relative;
    /* display: inline-block; */
    height: 180px;
    /* width: 700px; */
    margin: 5px 10px 10px 0px;
    float: left;
}

.my-image-upload-div>img {
	display: block;
    /* height: 100%; */
    height: 180px;
    float: left;
    width: 180px;
}
.center_head .my-image-upload-div{
	position: relative;
	width: 100%;
	height: 100%;
	margin:0px;
}
.center_head .my-image-upload-div>img{
	display: block;
	width: 100%;
	height: 100%;
	margin:0px auto;
}
.my-image-upload-div>input {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	float: left;
	margin: 5px;
	width: 20px;
	height: 20px;
}

.imgallclose_x{
    position: absolute;
    width: 24px;
    top: 10px;
    right: 20px;
    font: 16px/24px "微软雅黑";
    color: #888;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 0 0 2px 1px;
}
.imgallclose_x:hover{
	 background-color: #dd2727;
	color: #fff;
    cursor: pointer;
}

.adddiv{
	width: 140px;
	height: 140px;
	padding: 5px;
	margin: 20px 10px;
	border: 1px dashed #ddd;
	border-radius: 15px;
	text-align: center;
	float: left;
}

.addspan{
	font:100px/125px "微软雅黑";
	color: #ccc;
}
video{
	width: 100% !important;
    height: auto !important;
}







