@charset "utf-8";
/*head*/
.head{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	background:  #333;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 99999999999;
}
.logo{
	display: inline-block;
	height: 48px;   
	margin-top: 28px;
}
.logo img{
	display: block;
	border: 0;
	height: 100%;
}
.headheight{
	height: 100px;
	width: 100%;
}
.nav a{
	display: inline-block;
	line-height: 100px;
	width: 110px;
	text-align: center;
	float: left;
	position: relative;
}
.nav a em{
	display: block;
	width: 100%;
	height: 100px;
	color: #ddd;
	transition: all 0.25s;
}
.nav a span{
	display: block;
	width: 100%; 
	height: 100px;
	background: #ff3333;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -100px;
	transition: all 0.25s;
	color: #fff;
}
.nav a:hover span,.nav a.active span{
	margin-top: 0;
}
.nav a:hover em{
	opacity: 0;
}
.bnbg{
	width: 100%;
	height: 100%;
	background: url(../images/midbg.png);
	position: absolute;
	top: 0;
	left: 0;
    z-index: 99999999;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
}
.bnbg p:first-child{
	margin-top: 280px;
}

/*foot*/
.foottop{
	background: #444;
	padding: 30px 0;
	border-bottom: 1px solid #555;
}
.fttop_l ul li{
	float: left;
	width: 225px;
}
.fttop_l ul li a{
	display: block;
	color: #999;
	line-height: 26px;
	font-size: 13px;
}
.fttop_l ul li a:hover{
	color: #ccc;
}
.fttop_l li h3{
	color: #999;
	margin-bottom: 10px;
	font-size: 15px;
}
.fttop_m h3{
	color: #999;
	margin-bottom: 10px;
	font-size: 15px;
}
.fttop_m p{
	font-size: 13px;
	color: #999;
	line-height: 26px;
}
.fttop_m p i{
	color: #999;
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	text-align: center;
}
.fotphone{
	font-size: 34px;
	color: #999;
}
.fttop_r {
	width: 112px;
	text-align: center;
}
.fttop_r h3{
	color: #999;
	margin-bottom: 10px;
	font-size: 15px;
}
.ewm{
	margin-top: 20px;
	animation-delay:1s;  
}
.footbot{
	background: #444;
	color: #777;
	font-size: 13px;
	padding: 15px 0;
}

.rightbox{
	width: 60px;
	height: 180px;
	background: #222;
	position: fixed;
	right: 20px;
	bottom: 80px;
	border-radius: 30px;
	z-index: 999999999;
}
.rightbox:hover{
	border-radius: 0 30px 30px 0;
}
.rightbox i{
	display: inherit;
	width: 40px;
	margin-left: 10px;
	height: 59px;
	border-bottom: 1px solid #666;
	cursor: pointer;
}
.rightbox i a{
	display: block;
	width: 100%;
	height: 100%;
}
.rightbox i.rti_1{
	background: url(../images/rtico_1.png) no-repeat center;
}
.rightbox i.rti_2{
	background: url(../images/rtico_2.png) no-repeat center;
}
.rightbox i.rti_3{
	background: url(../images/rtico_3.png) no-repeat center;
	border-bottom: 0;
}
.rightboxfl{
	width: 160px;
	height: 180px;
	background: #222;
	position: absolute;
	right: -80px;
	top: 0;
	border-radius: 30px 0 0 30px;
	opacity: 0;
	transition: .25s;
}
.rightboxfl p{
	line-height: 59px;
	text-align: center;
	border-bottom: 1px solid #666;
	color: #f0f0f0;
	font-size: 16px;
}
.rightboxfl p:last-child{
	border-bottom: 0;
}
.rightbox:hover div.rightboxfl{
	opacity: 1;
	right: 45px;
	top: 0;
}
/*1ab394*/


/*2018-05-25首页改版*/
.demobanner{
	height: 400px;
	width: 100%;
	background: url(../images/demobanner1.jpg) no-repeat center;
	/*background-size: cover;*/
}
.navs{
	background: rgba(48, 56, 72, 1);
	height: 65px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transition: all .5s ease;
	z-index: 9999999999999;
}
.navs_height{
	height: 65px;
}
.listnav{
	background: #303848;
}
.listnavheight{
	height: 65px;
}
.NavBg{
	background: #303848;
}
.navs:hover{
	background: #303848;
}
.navpad{
	padding: 0 20px;
}
.navslogo{
	height: 50px;
	display: inline-block;
	margin-top: 7px;
}
.navslogo img{
	height: 100%;
}

.content1{
	position: relative;
	float: left;
}
.flip{
	display: inline-block;
	height: 65px;
	line-height: 65px;
	width: 120px;
	text-align: center;
}
.flip a{
	color: #fff;
	display: inline-block;
	height: 100%;
	position: relative;
}
.flip a span{
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 18px;
	transition: .25s;
}
.content1:hover p.flip a span{
	width: 100%;
}
.flip a i{
	margin-left: 10px;
}
.panel1{
	display: none;
	width:160px;
	background: #303848;
	color: #fff;
	line-height: 35px;
	z-index: 99999999999999999999;
	position: absolute;
	top: 65px;
	right: 0;
	margin-left: 0;
}
.panel1 a{
	display: block;
	color: #fff;
	text-align: center;
}
.panel1 a:hover{
	background: #515865;
	color: #F11F25;
}



.footcp{
	background: #303749;
}
.foots{
	background: #303749;
}
.foottops{
	background: #303749;
	padding: 25px 0 10px 0;
}
.foottops span{
	padding: 0 20px;
	color: #999;
}
.foottops a{
	color: #999;
	transition: .25s;
}
.foottops a:hover{
	color: #fff;
}
.footbots{
	font-size: 14px;
	color: #ddd;
	line-height: 30px;
	padding: 20px 0;
}
.footbots a{
	color: #ddd;
}
.footbots a:hover{
	color: #fff;
	text-decoration: underline;
}

.rights{
	position: fixed;
	right: 20px;
	bottom: 100px;
	height: 120px;
}
.rights a{
	
}
.rights a.rightsa_1{
	z-index: 9;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    cursor: pointer;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none;
    background: url(../images/kefu.png) no-repeat #8792a8;
    background-size: 28px;
    background-position: 11px center;
    outline: none;
    transition: .25s;
    display: block;
}
.rights a.rightsa_2{
	z-index: 9;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: width .15s ease-out;
    transition: width .15s ease-out;
    cursor: pointer;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none;
    background: url(../images/gotop.png) no-repeat #8792a8;
    background-size: 28px;
    background-position: 11px center;
    outline: none;
    transition: .25s;
    display: none;
    margin-top: 20px;
}
.rights a.rightsa_1:hover,.rights a.rightsa_2:hover{
	box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
}
.ewmsp{
	display: inline-block;
	margin: 0 20px;
}
.ewmsp i.fa-weixin{
	cursor: pointer;
}
.ewmbox{
	display: none;
	width: 112px;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -112px;
	margin-left: -50px;
}
.ewmbox i{
	display: inline-block;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	color: #fff;
	font-size: 18px;
	margin-bottom: -7px;
	margin-left: -5px;
}
.w100{
	width: 100%;
}
.h100{
	height: 100%;
}
.w48{
	width: 48%;
}
.w49{
	width: 49%;
}
.w50{
	width: 50%;
}
.w32{
	width: 32%;
}
.w60{
	width: 60%;
}
.w65{
	width: 65%;
}
.w66{
	width: 66%;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.pl0{
	padding-left: 0 !important;
}
.pr0{
	padding-right: 0 !important;
}
.disflex{
	display: flex;
}
.flex1{
	flex: 0;
	flex-grow: 1;
}
.flex_column{
	flex-direction: column;
}
.flex_center{
	align-items: center;
}
.flex_start{
	align-items: flex-start;
}
.flex_end{
	align-items: flex-end;
}
.flex_lr_center{
	justify-content: center;
}
.flex_lr_start{
	justify-content: flex-start;
}
.flex_lr_end{
	justify-content: flex-end;
}
.flex_lmr{
	justify-content: space-between;
}
.flex_wrap{
	flex-wrap: wrap;
}
.bdrls{
	border-radius: 4px;
}
.line_1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.line_2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.line_3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*public*/
.dx{
	text-transform: uppercase;
}
.bgsz{
	background-size: cover !important;
}
.ovhd{
	overflow: hidden;
}
.head_pc{
	display: block;
}
.head_wap{
	display: none;
}
.pc_demo{
	display: block;
}
.wap_demo{
	display: none;
}
.text12{
	font-size: 12px;
	line-height: 22px;
}
.text14{
	font-size: 14px;
	line-height: 28px;
}
.text16{
	font-size: 16px;
	line-height: 30px;
}
.text18{
	font-size: 18px;
	line-height: 32px;
}
.text20{
	font-size: 20px;
	line-height: 35px;
}
.ftwt_none{
	font-weight: normal;
}
.ftwt_100{
	font-weight: 100;
}
.ftwt_bold{
	font-weight: bold;
}
.titleh1{
	font-size: 36px;
}
.titleh2{
	font-size: 30px;
}
.titleh3{
	font-size: 24px;
}
.titleh4{
	font-size: 22px;
}
.lht20{
	line-height: 20px;
}
.lht25{
	line-height: 25px;
}
.lht30{
	line-height: 30px;
}
.lht35{
	line-height: 35px;
}
.lht40{
	line-height: 40px;
}
.lht45{
	line-height: 45px;
}
.tr25s{
	transition: .25s;
}
.en_br{
	word-break:break-all;
}
.cup{
	cursor: pointer;
}
.bnbg{
	background: linear-gradient(to right, rgba(48,56,72,.7), rgba(48,56,72,.5));
}
.bntxt{
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  width: 75%;
  line-height: 1;
}
.bntxt h3{
  font-weight: normal;
  font-size: 48px;
  line-height: 1;
}
.bntxt h4{
  font-size: 40px;
  margin: 45px 0;
  color: #ff3333;
  text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.hdr{
	height: 65px;
	width: 70%;
	justify-content: flex-end;
}
.hdr_phone{
	color: #fff;
	font-family: impact;
	font-weight: normal;
}
.hdr_phone i{
	width: 30px;
	height: 30px;
	background: #ff3333;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 10px;
	font-size: 14px;
}
.hdra{
	line-height: 65px;
	font-size: 16px;
	padding: 0 35px;
	background: #ff3333;
	color: #fff;
	margin-left: 25px;
	margin-right: -20px;
	background: linear-gradient(270deg, #FF8C19 0%, #ff3333 45.67%, #FF2776 98.5%);
}
