body{
	background: #f6f6f6;
}
.headerBox{
	width: 100%;
	background: white;
}
.line-top{
	width: 2px;
	height: 90px;
	background-image: linear-gradient(#03c7e8, #4088ee);
	margin: auto;
	border-radius: 5px;
}
.line-bottom{
	width: 2px;
	height: 90px;
	background-image: linear-gradient(#7b4bf5, #9f25f8);
	margin: auto;
	border-radius: 5px;
}
.headerItem{
	margin: 30px auto;
}
.headerItem-ch{
	font-size: 24px;
	color: #5d5d5d;
	text-align: center;
	margin-bottom: 15px;
}
.headerItem-en{
	font-size: 20px;
	color: #5d5d5d;
	text-align: center;
	font-family: 'ITCAvantGardeStd-XLt';
}
.newItem{
	width: 100%;
}
.newItem-box{
	width: 1440px;
	margin: auto;
}
.newItem-header{
	margin: 80px auto;
}
.newCon-item{
	width: 100%;
	background: white;
}
.newCon-left{
	width: 50%;
	float: left;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.newCon-first{
	width: 100%;
	height: 100%;
	background: #f6f6f6;
	position: relative;
}
.newCon-last{
	width: 100%;
	height: 100%;
	background: #9F25F8;
}
.big-ch{
	font-size: 30px;
	text-align: center;
	color: #5d5d5d;
}
.big-en{
	color: #5d5d5d;
	font-size: 20px;
	text-align: center;
	font-family:'ITCAvantGardeStd-XLt' ;
}
.big-header{
	width: 100%;
	margin-top: 80px;
}
.headerNav-list{
	float: left;
	position: relative;
}
.headerLogo{
	float: left;
	height: 60px;
}
.headerLogo img{
	width: auto;
	height: 100%;
}
.headerBoxItem{
	width: 1440px;
	margin: auto;
}
.headerNav{
	float: right;
}
.headerNav-box{
	width: 140px;
	position: relative;
}
.headerNav-name{
	font-size: 16px;
	color: #5d5d5d;
	line-height: 60px;
	margin-right: 5px;
	transition: all 0.6s;
}
.down-jt{
	position: absolute;
	transform: rotate(90deg);
	line-height: 60px;
	font-size: 15px;
	color: #5D5D5D;
	transition: all 0.6s;
	opacity: 0;
}
/*.hide{
	opacity: 0;
}*/
.show{
	opacity: 1;
}
.up-jt{
	transform: rotate(-90deg);
	transition: all 0.6s;
}
.headerBox-sec{
	width: 150px;
    position: absolute;
    left: 0;
    top: 60px;
    z-index:99;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 4px 20px rgba(132,158,194,.3);
    visibility: hidden;
    opacity: 0;
    transition: all .8s;
    transform: translateY(50px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.fl_navon:hover .headerNav-box .headerNav-name{
	color: #ed1c24;
	transition: all 0.6s;
}
.fl_navon:hover .headerBox-sec{
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
	transition: all .8s;
}
.headerBox-secnav{
	padding-left: 10px;
	font-size: 14px;
	color: #5D5D5D;
	line-height: 36px;
}
.fl_nav .fl_ch:hover{
	color: #ed1c24;
	transition: all 0.6s;
}
.fl_nav .fl_en:hover{
	color: #ed1c24;
	transition: all 0.6s;
}
.fl_navBox{
	text-align: right;
}
/*.headerBox-secnav:before{
	content: "";
    width:100%;
    height: 2px;
    background: #ed1c24;
    position: absolute;
    left: 10%;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .34s cubic-bezier(.4,0,.2,1);
    transition: transform .34s cubic-bezier(.4,0,.2,1);
    transition: transform .34s cubic-bezier(.4,0,.2,1),-webkit-transform .34s cubic-bezier(.4,0,.2,1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}*/
.headerBox-secnav:hover{
	color: #ed1c24;
	transition: all 0.6s;
}
/*.headerBox-secnav:hover .headerBox-secnav:before,.headerBox-secnav:before{ 
	transform: scaleX(1);
	-webkit-transform: scaleX(1); 
	-moz-transform: scaleX(1); 
	transform-origin: 0; 
	-webkit-transform-origin: 0; 
	visibility: visible\9;
 }*/
.newCon-right{
	float: left;
	width: 50%;
	height: 500px;
	padding:75px 90px;
	position: relative;
}
.newConIco{
	width: 60px;
	height: 60px;
	float: left;
}
.newConIco img{
	width: 100%;
}
.newConIconame{
	/*float: left;*/
	padding: 5px 10px;
}
.nameCh{
	font-size: 20px;
	color: #5D5D5D;
	line-height: 28px;
}
.nameEn{
	font-size: 18px;
	color: #5D5D5D;
	line-height: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newCon-rightMain{
	margin: 40px auto;
	font-size: 16px;
	line-height: 28px;
	color: #5D5D5D;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newCon-rightMore{
	position: absolute;
	bottom: 75px;
}
.moreItem{
	border-radius: 10px;
	border:1px solid #03C7E8;
	line-height: 32px;
	font-size: 14px;
	color: #03C7E8;
	padding: 0px 20px;
}
.moreItem span{
	float: right;
	margin-left: 20px;
}
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #03C7E8;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.newCon-listShow{
	width: 80px;
	height: 80px;
	position: absolute;
	display: none;
}
.newCon-listShow img{
	width: 100%;
	height: auto;
}
.newCon-listImg{
	position: absolute;
	transform: scaleX(1);
	transform: scaleX(1);
	transition: all 0.6s;
	opacity: 1;
}
.newCon-listImgOn{
	transform: scaleX(0);
	transform: scaleX(0);
	transition: all 0.3s;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.newCon-last{
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0);
	transform: 0.6s;
}
.newCon-lastOn{
	transition-duration: 0.6s;
	transform: scale(1);
	transform: 0.6s;
}
.preItem{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.6s;
}
.pre{
	width: 50px;
	height: 50px;
	background: #333333;
	color: white;
	text-align: center;
	line-height: 50px;
	font-size: 13px;
	float: left;
	cursor: pointer;
	position: absolute;
	right: 51px;
	opacity: 0.8;
}
.next{
	width: 50px;
	height: 50px;
	background: #333333;
	color: white;
	text-align: center;
	line-height: 50px;
	font-size: 13px;
	float: left;
	margin-left: 1px;
	cursor: pointer;
	position: absolute;
	right:0px;
	opacity: 0.8;
}
.newCon-left:hover .preItem{
	opacity: 1;
	transition: 0.6s;
}
.videoBox{
	width: 100%;
	overflow: hidden;
}
.newCon-list{
	float: left;
	position: relative;
}
.videoBox ul{
	position: relative;
}
.newItempro{
	width: 100%;
	margin: 120px auto;
}
.newItempro-box{
	width: 1440px;
	margin: auto;
}
.newItempro-list{
	float: left;
	width: 16.6%;
}
.newItempro-img{
	width: 80px;
	height: 80px;
	margin: auto;
}
.newItempro-img img{
	width: 100%;
	height: auto;
}
.newItempro-name{
	text-align: center;
	color: #5D5D5D;
	font-size: 14px;
	margin-top: 20px;
	transition: all 0.6s ease;
}
.newFooter{
	width: 100%;
	background: #eeeeee;
	padding: 40px 0px;
}
.footerItem{
	width: 1440px;
	margin: auto;
}
.footerNav{
	float: left;
	width: 15%;
	text-align: center;
}
.footerNav-name{
	font-size: 15px;
	font-weight: 700;
	color: #000;
}

.footerNav-r{
	width: 18%;
	float: left;
}
.footerNavBox{
	margin-top: 20px;
	background: #009944;
	border-radius: 20px;
	padding:10px;
	font-size: 16px;
	color: #fff;
	font-family: 'ITCAvantGardeStd-XLt';
	text-align: center;
	line-height: 30px;
}
.footerNav-box{
	margin-top: 10px;
}
.footerSec a{
	font-size: 13px;
	color: #5D5D5D;
	line-height: 28px;
	transition: 0.6s ease all;
}
.footerSec:hover a{
	color: #ed1c24;
	transition: 0.6s ease all;
}
.fooxt{
	position: relative;
	width: 0px;
	margin:10px auto;
	height: 3px;
	background: #5D5D5D;
	transition: all 0.6s ease;
}
.footerNav:hover .fooxt{
	width: 50px;
	transition: all 0.6s ease;
	background: #ed1c24;
}
.footerBq{
	width: 100%;
	text-align: center;
	padding: 20px 0px;
	color: #5D5D5D;
	font-size: 13px;
	background: #fbfbfb;
}
.newItempro-list:hover .newItempro-img{
	animation: move .3s forwards;
	-webkit-animation:move .3s forwards; 
}
.newItempro-list:hover .newItempro-name{
	color: #ed1c24;
	transition: all 0.6s ease;
}
@keyframes move{
	from{
		transform: scale(0);
	}
	to{
		transform: scale(1);
	}
}
.webHeader{
	display: none;
	width: 60px;
	height: 60px;
	float: right;
	background: #ed1c24;
}
.webHeader-box{
	width: 30px;
	height: 15px;
	margin: 21px auto;
}
.webHeader-xt{
	width: 30px;
	height: 4px;
	background: white;
	margin-bottom: 3px;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.newshow{
	transform: rotate(-30deg);
	transition: all 0.3s ease;
}
.newshowThr{
	transform: rotate(30deg);
	transition: all 0.3s ease;
}
.newshowTw{
	transform: translateX(6px);
	transition: all 0.3s ease;
}
.webNav-box{
	display: none;
	position: absolute;
	top: 60px;
	background:#fff;
	width: 100%;
	z-index: 999;
}
.ulBox{
	width: 100%;
	background: #ed1c24;
}
.webNav-list{
	text-align: center;
	line-height: 36px;
	border-bottom:1px solid #dcdcdc ;
	color: white;
}
.floatItem{
	position: fixed;
	top: 30%;
	left: 100px;
	display: none;
}
.floatItem-Box{
	width: 100px;
	height: 50px;
	background: #03C7E8;
	margin-bottom: 1px;
	line-height: 50px;
	color: #fff;
	transition: all 0.6s ease;
	text-align: center;
}
.floatItem-name{
	width: 100px;
	height: 40px;
	background: #dfe2e2;
	margin-bottom: 1px;
	line-height: 40px;
	color: #656565;
	transition: all 0.6s ease;
	cursor: pointer;
	text-align: center;
}
.floatItem-name:hover{
	background: #ed1c24;
	color: #fff;
	transition: all 0.6s ease;
}

.IndexItem{
	width: 100%;
	margin-top: 50px;
}
.IndexItemBox{
	width: 100%
}
.IndexItemBox ul{
	position: relative;
}
.IndexItem-list{
	float: left;
	cursor: pointer;
}
.IndexItem-name{
	width: 70px;
	height: 70px;
	background: url(../img/qp.png);
	background-size: 100%;
	background-position: center;
	position: relative;
	float: left;
	transition: all 0.6s ease;
	transform: translateY(0px);
	/*width: 80px;
	height: 40px;
	background: #dfe2e2;
	text-align: center;
	line-height: 40px;
	margin-right: 1px;
	color: #656565;
	transition: all 0.6s ease;*/
}
.IndexItem-name-box{
	padding: 15px 10px;
}
.IndexItem-name-box p{
	text-align: center;
	font-size: 14px;
	color: #656565;
	line-height: 20px;
}
.IndexItem-list:hover .IndexItem-name{
	/*background: #ed1c24;
	color: #fff;*/
	transition: all 0.6s ease;
	transform: translateY(-20px);
}
.foo_img{
	width: 50px;
	height: 50px;
	margin: auto;
}
.foo_img img{
	max-width: 100%;
}