*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type:none;
	border:none;
	outline:medium;
}
a{
	text-decoration: none;
}
.w_100{
	width: 100%;
}
.w1200{
	width: 1200px;
	margin: auto;
}
.min1200 {
	min-width: 1200px;
}
.overHide {
	overflow: hidden;
}
.flex {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}
.flex1 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: space-between; /* 横向中间自动空间 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}
.flex2 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center; /*水平居中*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
}
.flex3 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	align-items: center; /*垂直居中*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.flex4 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: flex-end; /*靠右对齐*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;

}
.flex5 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	justify-content: center; /*水平居中*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;

	align-items: center; /*垂直居中*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.flex6 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;

	flex-wrap: wrap; /* 自动换行 */
}
.cur_p{
	cursor: pointer;
}
.show{
	display: block;
}
.hide{
	display: none;
}
.text_l{
	text-align: left !important;
}
.text_c{
	text-align: center !important;
}
.text_r{
	text-align: right !important;
}
.float_l{
	float: left;
}
.float_r{
	float: right;
}
.clearfix{
	clear: both;
}
.c_white{
	color: #fff;
}
/* 公共标题开始 */
.item_title{
	padding-bottom: 60px;
}
.item_title p{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}
.item_title .span{
	line-height: 33px;
	font-size: 20px;
	font-weight: 300;
}
.item_banner{
	position: relative;
	margin-top: 118px;
}
.item_banner .w_100{
    display:block;
}
.item_banner .label{
	position: absolute;
	top: 24px;
	font-size: 12px;
	font-weight: 300;
	color: #999999;
}
.item_banner .label .span{
	color: #999999;
	display:inline-block;
}
.item_banner .label img{
	margin: 0px 24px;
}
.item_text_title{
	margin-top: -35px !important;
	position: relative;
}
/* 公共标题结束 */
/* 公共页脚开始 */
.brandFooter{
	background: #020202;
	padding:90px 0px;
}
.brandFooter .logo{
	margin-right: 15px;
}
.brandFooter ul{
	margin-left: 29px;
}
.brandFooter ul .title{
	font-size: 16px;
	font-weight: 400;
	color: #D9D9D9;
	margin-bottom: 15px;
}
.brandFooter ul li a{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.brandFooter ul li a:hover{
	color: #D9D9D9;
}
.brandFooter .link a{
	cursor: pointer;
	display: block;
	padding: 5px 10px;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 10px;
}
.brandFooter .footer_ewm{
	margin-top: 35px;
}
.brandFooter .footer_ewm .block{
	position: relative;
	cursor: pointer;
}
.brandFooter .footer_ewm .block .ewm_img{
	position: absolute;    
	left: -37px;
    top: 45px;
	width: 112px;
	display: none;
}
.brandFooter .footer_ewm .block:hover .ewm_img{
	display: block;
}
.brandFooter .footer_ewm .block:hover .hide{
	display: block;
}
.brandFooter .footer_ewm .block:hover .show{
	display: none;
}
.brandFooter .footer_ewm .block .img{
	margin-right: 42px;
}
.footer_record{
	background: #1A1A1A;
	padding-top: 16px;
	padding-bottom: 20px;
}
.footer_record img{
	width: 18px;
	height: 20px;
	margin: -2px 8px;
}
.footer_record p{
	font-size: 12px;
	font-weight: 400;
	color: #5F5F5F;
	margin-bottom: 14px;
	text-align: center;
}
.footer_record .top{
	margin-left: 300px;
}
.footer_record .last{
	color: #3B3A3A;    
	letter-spacing: 4px;
}
/* 公共页脚结束 */
/* 弹窗提示语开始 */
.popup{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9;
	background: rgba(0,0,0,0.7);
	padding: 10px 28px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	margin-left: -64px;
	margin-top: -32px;
	display: none;
}
/* 弹窗提示语结束 */
/* 底部联系我们开始 */
.cooperate_connect {
	padding: 90px 0px;
	background: #ECECEC;
	width:100%;
}
.bottom_block {
	color: #333333;
	margin: auto;
	width: 1200px;
	height: 515px;
	background: #FFFFFF;
	display: flex;
	padding: 76px 56px;
	box-sizing: border-box;
}
.bottom_block .box_left{
	flex: 1;
	flex-direction: column;
	border-right: 1px solid #E0E0E0 ;
}
.bottom_block .box_left>a{
	display: block;
	width: 116px;
	height: 40px;
	background: #0064FA;
	border: 2px solid #0064FA;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
}
.bottom_block .box_left>p{
	font-size: 40px;
	font-weight: bold;
}
.bottom_block .box_right{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 74px;
	box-sizing: border-box;
	position: relative;
}
.bottom_block .box_right .commcss{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.bottom_block .box_right .menbox_connect{
	font-size: 40px;
	font-weight: bold;
	color: #333;
	line-height:89px;
	display: none;
}
.bottom_block .box_right ul .hovertwo{
	position: relative;
	height: 89px;
}
.bottom_block .box_right .menbox_focus {
	display: none;
}
.bottom_block .box_right ul .hovertwo .menbox_focus {
	position: absolute;
	top: -35px;
	left: 95px;
}
.bottom_block .box_right .menbox_focus .imgbox {
	height: 166px;
}
.bottom_block .box_right .menbox_focus .imgbox img {
	display: block;
	height: 100%;
}
.bottom_block .box_right ul li{
	display: flex;
	align-items: center;
	cursor: pointer;
	height:89px;
}
.bottom_block .box_right ul li:nth-child(2){
	margin: 48px 0;
}
.bottom_block .box_right ul li .imgcss img{
	width: 72px;
	display: block;
	margin-right: 24px;
}
.bottom_block .box_right .h4{
	font-size: 33px;
	margin-bottom: 24px;
}
.bottom_block .box_right ul li:hover .box_right_text{
	color: #0064FA;
}
.bottom_block .box_right ul li:hover .box_right_detail {
	color: #0064FA;
	display: none;
}
.bottom_block .box_right .hovertwo:hover .menbox_focus{
	display: block;
}
.bottom_block .box_right .howerthree:hover .menbox_connect{
	display: block;
}

.qidian {
	opacity: 0;
	height: 70px;
	position: fixed;
	right: 0px;
	bottom: 0%;
	width: 200px;
	z-index: 9;
	/*display:none;*/
}
.contactText {
	cursor: pointer;
	position: fixed;
	height: 50px;
	right: 0px;
	bottom: 0%;
	background: #EF6000;
	width: 150px;
	border-radius: 3px;
	padding: 10px 4px;
	display: flex;
	z-index: 1;
}
.contactText img {
	width: 30px;
	height;30px;
	margin: 0px 15px;
	margin-left: 23px;
}
.contactText .show {
	display: block;
}
.contactText p {
	font-size: 16px;
	color: #fff;
	text-align: center;    
	line-height: 30px;
}

