.wrap{
	width: 100%;
	min-width: 1300px;
}
.w1200{
	width: 1300px;
	margin:auto;
}
.pr{
	position: relative;
}
.delay_1s{
	animation-delay:1s;
}
.delay_01s{
	animation-delay:0.1s;
}
.delay_02s{
	animation-delay:0.2s;
}
.delay_03s{
	animation-delay:0.3s;
}
.delay_04s{
	animation-delay:0.4s;
}
.delay_05s{
	animation-delay:0.5s;
}
.delay_06s{
	animation-delay:0.6s;
}
.delay_08s{
	animation-delay:0.8s;
}
.delay_09s{
	animation-delay:0.9s;
}
.delay_07s{
	animation-delay:0.7s;
}
.top{
	padding-top: 22px;
}
.top_total li{
	display: inline-block;
	vertical-align: top;
}
.top_total_one{
	margin-left: -141px;
}
.top_total_two{
	margin-top: 19px;
	position: relative;
}
.top_total_three{
	margin-top: 26px;
	position: relative;
	cursor: pointer;
}
.top_total_three:hover .search{
	transform: scale(1);
    opacity: 1;
}
.top_total_three img{
	transition: 1s;
}
.top_total_three:hover img{
	transform: scale(1.1);
}
.top_total_form img{
	transition: 1s;
}
.top_total_form:hover img{
	transform: scale(1.1);
}
.search{
	position: absolute;
	bottom: -80px;
	right: -161px;
	width: 333px;
	height: 64px;
    background: rgba(255,255,255,0.56);
	transition: 0.5s ease 0s;
    text-align: right;
    transform-origin: top;
    transform: scale(1, 0);
    opacity: 0;
}
.search_one{
	width: 295px;
	line-height: 41px;
	border: 1px solid #ddd;
	text-align: center;
	margin: 0 auto;
	margin-top: 12px;
    border-radius: 999px;
}
.search input{
	margin: 0;
    padding: 0;
    border: none;
	line-height: 41px;
	height: 41px;
	outline:none; 
}
.search input.search_three{
	font-size: 0;
    width: 14px;
    background: url(../images/i1-1.png) center center no-repeat;
}
.search input.search_two{
	background: none;
    margin-left: 10px;
    width: 12vw;
    font-size: 14px;
}
.top_total_form{
	margin-top: 27px;
}
.top_total_five{
	margin-top: 29px;
	    margin-right: -162px;
	font-size: 16px;
	font-weight: 300;
}
.top_total_five span{
	font-size: 14px;
	font-family: 'Arial';
}
.total_two{
   
}
.total_two .total_two_one{
   display: inline-block;
   width: 120px;
}
.total_two_one{
   font-size:18px;
   font-weight:300;
   text-align:center;
   position:relative;
   height:40px;
   line-height:40px;
   overflow:hidden;
   width:5%;
   cursor:pointer;
}
.total_two_one:after{
   content: '';
   position:absolute;
   width:80%;
   border-bottom:1px solid rgba(0, 0, 0, 1);
   bottom:50%;
   left:-100%;
   transition-delay: all 0.5s;
   transition: all 0.5s;
}
.total_two_one:hover:after,
.total_two_one.hover:after{
   left:100%;
}
.total_two_one .total_two_two{
   text-shadow:0px -40px 0px rgba(0, 0, 0, 1);
   transition:all 0.75s;
   transform:translateY(100%) translateZ(0);
   transition-delay:all 0.25s;
}
.nav_nav .total_two_one:hover .total_two_two,
.nav_nav .total_two_one.hover .total_two_two{
   text-shadow:0px -40px 0px rgba(100, 81, 206, 1);
   transform:translateY(0%) translateZ(0) scale(1.1);
   font-weight:600;
   color:white;
}
.total_two_one:hover .total_two_two,
.total_two_one.hover .total_two_two{
   text-shadow:0px -40px 0px rgba(100, 81, 206, 1);
   transform:translateY(0%) translateZ(0) scale(1.1);
   font-weight:600;
   color:#ce0000;
}
.section{
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.video{
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
}
.video video{
	width: 100%;
}
.video img{
	position: absolute;
	width: 100%;
	height: 100%;
	animation: video 10s infinite linear;
}
@keyframes video{

	0%{transform: scale(1);}

    50%{transform: scale(1.1);}
	
	100%{transform: scale(1);}
	
}
.cartoon_total{
	margin: 0 auto;
	width: 550px;
	margin-top: 5%;
	text-align: center;
	position: relative;
	z-index: 1;
}
.cartoon_one{
	position: absolute;
	top: 0;
	left: 0;
	animation: zhuan1 30s infinite linear;
}
@keyframes zhuan1{

	0%{transform: rotate(0deg);}

    100%{transform: rotate(360deg);}
	
}
.cartoon_two{
	width: 505px;
	height: 505px;
	position: absolute;
	top: 22px;
	left: 22px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	z-index: -1;
}
.cartoon_three{
	padding-top: 130px;
	position: relative;
	z-index: 99;
}
.cartoon_one_one{
	font-size: 43.55px;
	font-weight: normal;
	box-sizing: border-box;
	overflow: hidden;
	height: 45px;
}
.cartoon_one_one a{
	animation: flash3 .8s 0.5s ease both;
	display: inline-block;
}
@keyframes flash3{
	0%{transform:translateY(110%);}
	100%{transform:translateY(0%);}
}
.cartoon_one_two{
	font-family: '044-CAI978';
	color: #ce0000;
	font-weight: bold;
	margin-top: 16px;
	font-size: 62.29px;
	box-sizing: border-box;
	overflow: hidden;
}
.cartoon_one_two a{
	animation: flash3 .8s 0.5s ease both;
	display: inline-block;
}
@keyframes flash4{
	0%{transform:translateY(-100%);}
	100%{transform:translateY(0%);}
}
.cartoon_one_three{
	border-bottom: dashed 1px;
	width: 382px;
	margin: 0 auto;
	margin-top: 49px;
	animation:flash5 2s .5s ease both;
}
@keyframes flash5{
	0%{transform:scaleX(0);}
	50%,100%{transform:scaleX(1);}
}
.cartoon_one_form{
	font-size: 20px;
	line-height: 28px;
	margin-top: 28px;
	box-sizing: border-box;
	overflow: hidden;
}
.cartoon_one_form a{
	animation:flash4 .8s 0.5s ease both;
	display: inline-block;
}
.cartoon_one_five{
	font-size: 22px;
	color: #ce0000;
	width: 90px;
	margin: 0 auto;
	margin-top: 42px;
	cursor: pointer;
	box-sizing: border-box;
	overflow: hidden;
}
.cartoon_one_five a{
	animation:flash4 .8s 0.5s ease both;
	display: inline-block;
	border-bottom: solid 1px #ce0000;
}
/*about*/
.about_total{
    height: 100%;
}
.about_total li{
	width: 46%;
	color: white;
	background: rgba(0,0,0,0.5);
	position: relative;
	z-index: 1; 
    height: 20%;
}
.about_total li:after{
	content: '';
	width: 0;
	height: 100%;
	background: #ce0000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
.about_total li:hover:after{
	content: '';
	width:100%;
}
.about_total li.on:after{
	content: '';
	width:100%;
}
.x_about{
	width: 558px;
	height: 185px;
	float: right;
	padding-top: 3%;
	box-sizing: border-box;
	overflow: hidden;
}
.x_about .fl{
	height: 123px;
	text-align: center;
	border-right: solid 1px white;
	width: 146px;
}
.l_about_one{
	margin-top: 10px;
}
.l_about_two{
	margin-top: 8px;
	font-size: 22px;
}
.x_about .fr{
	width: 324px;
    margin-right: 57px;
    font-size: 14px;
    margin-top: 32px;
    line-height: 21px;
}
.about_oner{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.product-number-inner ul{
	text-align: center;
	margin-top: 312px;
	margin-right: -65px;
}
.product-number-inner i{
	font-family: 'Impact';
	font-size: 45px;
	color: #ce0000;
	font-style: normal;
}
.product-number-inner sup{
	font-size: 22px;
	font-weight: 300;
	color: black;
	margin-left: 5px;
}
.product-number-inner em{
	font-size: 22px;
	font-weight: 300;
	color: black;
	margin-left: 5px;
	font-style: normal;
}
.about_oner_two{
	font-size: 22px;
	margin-top: 10px;
	font-family: '微软雅黑';
}
.about_oner li{
	display: inline-block;
	width: 171px;
}
/*product*/
.pro_total{
	font-size: 0;
	height: 100%;
	width: 100%;
}
.pro_total li{
	width: 20%;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	font-size: 27px;
	position: relative;
	z-index: 1;
	color: white;
	vertical-align: top;
}
.pro_total li .pro_one{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.pro_total li .pro_one:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45);
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s;
}
.pro_total li:hover .pro_one:after{
	content: '';
	background: rgba(0,0,0,0.2);
}
.pro_total li.v_pro_two .pro_one:after{
	content: '';
	background: rgba(0,0,0,0.2);
}
.pro_total li.v_pro_three .pro_one:after{
	content: '';
	background: rgba(0,0,0,0.5);
}
.pro_two{
	padding-top: 110%;
	transition: 1s;
	text-shadow: 0px 0px 0px black;
}
.pro_total li:hover .pro_two{
	text-shadow: -2px 2px 3px black;
}
.pro_three{
	width: 48px;
	height: 5px;
	background: white;
	margin: 0 auto;
	margin-top: 39px;
	font-size: 0;
	box-shadow: 0px 0px 0px black;
	transition: 1s;
}
.pro_total li:hover .pro_three{
	box-shadow: 2px 2px 3px black;
}
.pro_total li .pro_one img{
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s;
/*	opacity: 0;*/
}
.pro_total li:hover .pro_one img{
	left: -260px;
	opacity: 1;
}
/*case*/
.case_titel{
	text-align: center;
}
.case_titel_one{
	text-transform: uppercase;
	font-size: 49px;
	font-family: 'Arial';
	font-weight: bold;
}
.case_titel_one span{
	color: #f9be00;
}
.case_titel_two{
	font-size: 30px;
	margin-top: 13px;
}
.case_total{
	margin-top: 72px;
}
.case_total li{
	display: inline-block;
	vertical-align: top;
}
.case_total_one{
	width: 317px;
	height: 491px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.case_total_one:after{
	content: '';
	position: absolute;
   top: -70px;
    left: 0;
    width: 120%;
    height: 120%;
    background: rgba(255,255,255,0.4);
    transition: transform 0.6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.case_total_one:hover:after{
	content: '';
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.case_total_one img{
	height: 100%;
	position: absolute;
	top: 0;
	left: -66px;
	transform: scale(1.02);
	transition: transform 0.6s;
}
.case_total_one:hover img{
	transform: scale(1);
}
.case_total_two{
	width: 655px;
}
.case_total_two img{
	width: 100%;
	transform: scale(1.1);
	transition: transform 0.6s;
}
.case_total_two li{
	width: 325px;
	height: 243px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
}
.case_total_two li:after{
	content: '';
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    transition: transform 0.6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    z-index: 10;
}
.case_total_two li:hover img{
	transform: scale(1);
}
.case_total_two li:hover:after{
	    content: '';
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.case_more{
	width: 237px;
	line-height: 52px;
	text-align: center;
	background: #f9be00;
	color: white;
	margin: 0 auto;
	margin-top: 52px;
	border-radius:20px;
	font-size: 24px;
	transition: 1s;
}
.case_more:hover{
	    background: #ce0000;
}
/*news*/
.section5 .case_titel{
	color: white;
}
.news_total{
	color: white;
	margin-top: 60px;
}
.news_total li.v_news_total{
	height: 166px;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 48px;
	position: relative;
	z-index: 1;
}
.news_total li.v_news_total:after{
	content: '';
	width: 0;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
.news_total li.v_news_total:hover:after{
	content: '';
	width: 100%;
}
.news_total_one li{
	display: inline-block;
	vertical-align: top;
}
.news_one{
	padding-left: 137px;
	font-family: 'Arial';
	font-size: 55.49px;
	margin-top: 16px;
}
.news_two{
	width: 612px;
	margin-left: 98px;
}
.news_two_one{
	font-size: 24px;
}
.news_two_two{
	font-size: 18px;
	font-weight: 300;
	line-height: 21px;
	margin-top: 13px;
}
.news_three{
	font-size: 43.75px;
	font-weight: 300;
	margin-left: 71px;
	margin-top: 32px;
}
/*contact*/
.x_conact{
	margin-top: 115px;
	position: relative;
}
.r_conact_form{
	position: absolute;
	top: 66%;
    right: 33%;
	z-index: 5;
}
.r_conact_form img{
	transition: 1s;
}
.r_conact_form:hover img{
	transform: rotate(360deg);
}
.r_conact{
	width: 472px;
	height: 542px;
	background: rgba(255,255,255,0.55);
	padding-left: 82px;
	padding-top: 90px;
	box-sizing: border-box;
	overflow: hidden;
}
.r_conact_one{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}
.r_conact_one img{
	margin-right: 8px;
	vertical-align: -3px;
}
.r_conact_two{
	font-size: 35px;
	font-family: 'Arial';
	color: #ce0000;
}
.r_conact_two img{
	margin-right: 13px;
}
.r_conact_three{
	margin-top: 35px;
}
.r_conact_three span{
	display: inline-block;
	vertical-align: top;
}
.r_conact_three_one{
margin-left: 48px;
	margin-top: 28px;
}
/*body*/
.body_nei{
	box-sizing: border-box;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.x_within{
	width: 100%;
	height: 100%;
	transition: 1s;
}
.x_within.on{
	transform: translate(-26px, 50px) rotate(3deg);
	box-shadow: 10px -10px 5px #888888;
	width: 99%;
}
.x_within li{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.l_within{
	height: 950px;
	width: 16%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
}
.l_within_one{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.l_within_one:after{
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.l_within_one img{
	height: 100%;
}
.l_within_two{
	padding-top: 30%;
}
.l_within_three{
	font-size: 20px;
	margin-top: 17px;
}
.l_within_form{
	margin-top: 80px;
}
.centre_within{
	width: 62%;
	margin: 0 auto;
}
.centre_within_titel{
	line-height: 125px;
	font-size: 18px;
	font-weight: 300;
	height: 125px;
	border-bottom: solid 1px #f4f4f4;
}
.centre_within_titel .fl{
	margin-left: 96px;
	position: absolute;
}
.centre_within_titel .fl:after{
	content: '';
	background: url("../images/house.png");
	width: 23px;
	height: 20px;
	position: absolute;
	    top: 52px;
    left: -32px;
}
.r_top_total li{
	display: inline-block;
	margin-top: 0;
	margin-left: 25px;
}
.r_top_total li img{
	vertical-align: -8px;
}
.r_top_total li.top_total_five{
	margin-right: -93px;
	font-size: 20px;
}
.r_top_total li.top_total_three:hover .search {
    transform: scale(1);
    opacity: 1;
}
.r_top_total li .search{
    bottom: 36px;
    right: 29px;
	transform: scale(0, 1);
}
.centre_within_one{
	width: 90%;
	margin: 0 auto;
}
.within_headline{
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #f4f4f4;
}
.within_headline span{
	font-size: 12px;
	opacity: 0.5;
	float: right;
	margin-right: 24px;
}
.x_centre_within_one{
	margin-top: 46px;
	width: 100%;
	height: 560px;
	overflow:auto;
}
.x_centre_within_one video{
	width: 90%;
	margin: 0 auto;
	border: solid 1px rgba(0,0,0,0.2);
}
.x_centre_within_one::-webkit-scrollbar {
  width: 10px;
}
.x_centre_within_one::-webkit-scrollbar-track {
  background-color: #6565;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  border-radius: 10px;
      box-shadow: 1px 1px 2px #888888;
}
.x_centre_within_one::-webkit-scrollbar-thumb {
  background-color: #ce0000;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  border-radius: 10px;
}
.l_centre_within_one{
	width: 43%;
	box-sizing: border-box;
	overflow: hidden;
}
.l_centre_within_one img{
	width: 100%;
	transition: 1s;
}
.l_centre_within_one:hover img{
	transform: scale(1.2);
}
.r_centre_within_one{
	width: 53.8%;
}
.r_centre_within_two{
	font-size: 28px;
	font-weight: bold;
	color: #ce0000;
	margin-top: 19px;
}
.r_centre_within_three{
	font-size: 16px;
	line-height: 25px;
	margin-top: 24px;
}
.r_within{
	width: 21%;
	height: 100%;
	border-top:solid 1px #f4f4f4;
	margin-top: 124px;
}
.r_within_one{
	width: 220px;
	text-align: center;
}
.r_within_two{
	color: white;
	background: #ce0000;
	line-height: 100px;
	font-size: 22px;
	width: 100%;
}
.r_within_three{
	width: 99%;
	border-top:solid 1px #f4f4f4;
	border-left:solid 1px #f4f4f4;
	border-right:solid 1px #f4f4f4;
	padding-bottom: 800px;
	text-align: left;
}
.r_within_three li{
	width: 100%;
	line-height: 51px;
	height: 51px;
	font-size: 18px;
	font-weight: 300;
	border-bottom:solid 1px #f4f4f4;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 74px;
	text-transform: lowercase;
}
.r_within_three li:after{
	content: '';
	width: 5px;
	height: 5px;
	background: #d2d2d2;
	position: absolute;
	left: 54px;
	top: 24px;
	border-radius: 50%;
	transition: 1s;
}
.r_within_three li:hover:after{
	content: '';
	background: #ce0000;
}
.r_within_three li.on:after{
	content: '';
	background: #ce0000;
}
/*nav*/
.nav{
	width: 80px;
	position: absolute;
	z-index: 99;
	top: 44px;
	right: 95px;
	transition: 0.5s;
	cursor:pointer;
}
.body_one .nav{
	right: -270px;
	transition: 1s;
}
.body_one .nav.right{
	right:95px;
}
.nav.on{
	transform: rotate(360deg);
	background: url("../images/boult.png")center center no-repeat;
	width: 28px;
	height: 25px;
	    top: 74px;
    right: 186px;
}
.body_one .nav.right.nav.on{
	transform: rotate(360deg);
	background: url("../images/boult.png") center center no-repeat;
	width: 28px;
	height: 25px;
	    top: 74px;
    right: 186px;
}
.nav.on .l_nav{
	opacity: 0;
}
.nav.on .r_nav{
	opacity: 0;
}
.l_nav{
	width: 42px;
	font-size: 14px;
	font-family: 'Arial';
	font-weight: bold;
	color: #ce0000;
	text-align: center;
	transition: 0.5s;
}
.l_nav span{
	display: block;
	font-family: '微软雅黑';
	color: #1f1f1f;
	margin-top: 2px;
}
.r_nav{
	width: 30px;
	margin-top: 5px;
	transition: 0.5s;
}
.r_nav div{
	width: 100%;
	height: 2px;
	background: #ce0000;
	margin-bottom: 6px;
	animation: bian 1s infinite linear;
/*	float: right;*/
}
.r_nav div.r_nav_one{
	animation-delay: 0.2s;
}
.r_nav div.r_nav_two{
	animation-delay: 0.1s;
}
@keyframes bian{
	0%{width: 100%;}

	50%{width: 50%;}
	
	100%{width: 100%;}
}
.nav_bei{
	width: 0;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	transition: 0.5s;
}
.nav_bei.on{
	width: 100%;
}
/*nav_nav*/
.nav_nav{
	width: 265px;
	background: #ce0000;
	position: absolute;
	top:0;
	right: -270px;
	z-index: 98;
	text-align: center;
	color: white;
	height: 100%;
	transition: 0.6s;
}
.nav_nav.on{
	right: 0px;
}
.nav_nav_one{
	padding-top: 55px;
	padding-bottom: 20px;
	border-bottom: solid 1px #d83333;
	text-indent: 40px;
}
.nav_nav .total_two{
	margin-top: 60px;
	padding-bottom: 60px;
	border-bottom: solid 1px #d83333;
}
.nav_nav .total_two li{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.nav_nav .total_two li.total_two_one .total_two_two{
	    text-shadow: 0px -40px 0px rgba(255, 255, 255, 1);
}
.nav_nav .total_two_one:after{
	content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.nav_nav_three{
	font-size: 16px;
	font-weight: 300;
	margin-top: 42px;
	padding-bottom: 30px;
	border-bottom: solid 1px #d83333;
}
.nav_nav_three span{
	display: block;
	font-size: 20px;
	font-family: 'Arial';
	margin-top: 7px;
}
.nav_nav_three img{
	margin-top: 18px;
}
.nav_nav_form{
	font-size: 16px;
	line-height: 24px;
	margin-top: 33px;
}
/*within_news*/
.within_news{
	width: 100%;
}
.within_news li{
	width: 100%;
	border-bottom: solid 1px #f4f4f4;
	padding-bottom: 19px;
	padding-top: 16px;
}
.within_news li:hover .r_within_news_one{
	color: #ce0000;
}
.within_news li:hover img{
	transform: scale(1.1);
}
.l_within_news{
	width: 213px;
	height: 125px;
	position: relative;
}
.l_within_news_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.l_within_news img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 1s;
}
.l_within_news_one{
	width: 77px;
	position: absolute;
	top: 25px;
	right: -45px;
	color: white;
	text-align: center;
	font-family: 'Arial';
}
.l_within_news_two{
	line-height: 52px;
	font-size: 28px;
	background: rgba(0,0,0,0.22);
}
.l_within_news_three{
	line-height: 25px;
	background: #ce0000;
	font-size: 16px;
}
.r_within_news{
	width: 757px;
}
.r_within_news_one{
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	transition: 1s;
}
.r_within_news_two{
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 19px;
}
.pages{
	text-align: right;
	margin-top: 30px;
}
.pages li{
	font-size: 16px;
	font-weight: 300;
	background: #323232;
	color: white;
	text-align: center;
	padding: 10px 15px;
	margin-left: 10px;
}
.pages li.c{
	background: #ce0000;
}
.details{
	width: 98%;
	font-size: 16px;
}
.flip{
	border-top: solid 1px #f4f4f4;
	padding-top: 20px;
}
.flip .fl{
	font-size: 14px;
	opacity: 0.5;
	line-height: 24px;
}
.flip .fr{
	margin-top: 10px;
}
/*within_product*/
.within_product{
	
}
.within_product li{
	display: inline-block;
	width: 32%;
	height: 260px;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 5px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
.within_product li:hover:after{
	content: '';
	opacity: 0;
}
.within_product li:hover .within_product_one{
	width: 100%;
	height: 100%;
}
/*
.within_product li:hover img{
	transform: scale(0.96);
}
*/
.within_product li:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.42);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 1s;
}
.within_product_one{
	width: 110%;
	height: 110%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	transition: 1s;
}
.within_product_one img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: 1s;
}
.within_product_two{
	color: white;
	font-size: 16px;
	margin-top: 61%;
	margin-left: 30px;
	transition: 1s;
}
.within_product li:hover .within_product_two{
	margin-top: 50%;
	text-shadow:-2px 2px 3px black;
	font-weight: bold;
}
.within_product_three{
	color: white;
	font-size: 14px;
	width: 80%;
	margin-left: 30px;
	margin-top: 45px;
	line-height: 18px;
	opacity: 0;
	transition: 1.5s;
	text-shadow:0px 0px 3px black;
}
.within_product li:hover .within_product_three{
	opacity: 1;
	margin-top: 10px;
	font-weight: bold;
	text-shadow:-2px 2px 3px black;
}
.details_img{
	width: 45%;
	margin: auto;
}
.details_img img{
	width: 100%;
}
.details_img_one{
	box-shadow:1px 1px 5px #888888;
}
.details_pro{
	color: white;
	font-size: 16px;
	background: #dedede;
	line-height: 50px;
	width: 98%;
	text-indent: 40px;
	margin-top: 40px;
	font-weight: bold;
}
.details_pro_one{
	padding-top: 40px;
}
table {
    background-color: #dedede;
    border-collapse: separate;
    border-spacing: 1px;
    margin: 0 auto;
    color: #6f6f6f;
	table-layout:fixed;
}
.tr {
    text-align: center;
}
.tr td {
    line-height: 40px;
    padding-left: 5px;
}
td {
    background: white;
    padding: 2px;    
}
.tr1 {
	text-align: center;
    line-height: 30px;
    font-size: 0;
}
.tr1 td {
    font-size: 14px;
    width: 50%;
}
.tr2{
	text-align: center;
    line-height: 25px;
    font-size: 0;
}
.tr2 td {
    font-size: 14px;
    width: 50%;
}
.details .within_product{
	width: 98%;
	margin-top: 40px;
}
.details .within_product li{
	width: 24.5%;
	margin: 0 0px;
	height: 200px;
}
.x_centre_within_one .slideTxtBox{
	width: 100%;
}
.x_centre_within_one .slideTxtBox .tempWrap{
	
}
.x_centre_within_one .slideTxtBox .bd{
	width: 62%;
	margin-left: 40px;
}
.x_centre_within_one .slideTxtBox .bd li{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.x_centre_within_one .slideTxtBox .bd li img{
	width: 100%;
	transition: 1s;
}
.x_centre_within_one .slideTxtBox .bd li:hover img{
	transform: scale(1.1);
}
.x_centre_within_one .slideTxtBox .hd{
	width: 20%;
	height: 550px;
	box-sizing: border-box;
	overflow: hidden;
	margin-right: 120px;
}
.x_centre_within_one .slideTxtBox .hd li{
	margin-bottom: 10px;
	width: 100%;
	position: relative;
}
.x_centre_within_one .slideTxtBox .hd li:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	transition: 1s;
}
.x_centre_within_one .slideTxtBox .hd li.on:after{
	content: '';
	height: 0;
}
.x_centre_within_one .slideTxtBox .hd img{
	width: 100%;
}
.x_centre_within_one .slideTxtBox .hd .title{
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0;
	color: white;
	width: 100%;
	z-index: 5;
	opacity: 1;
	transition: 1s;
}
.x_centre_within_one .slideTxtBox .hd li.on .title{
	left: -200px;;
}
.within_conact{
	text-align: center;
	width: 98%;
}
.within_conact li{
	vertical-align: top;
	margin: 0 50px;
}
.within_conact_one{
	height: 57px;
}
.within_conact_two{
	font-size: 16px;
	margin-top: 15px;
}
.within_conact_form{
	margin-top: 100px;
	width: 98%;
}
.within_conact_form input{
	margin:0;
	padding: 0;
	border: none;
	outline: none;
}
.within_conact_form_two{
	width: 100%;
}
.within_conact_form_two input{
	width: 30%;
	border-bottom: solid 1px #bfbfbf;
	display: inline-block;
	line-height: 47px;
	font-size: 16px;
}
.within_conact_form textarea{
	margin:0;
	padding: 0;
	border: none;
	border-bottom: solid 1px #bfbfbf;
	width: 100%;
	margin-top: 120px;
	line-height: 47px;
	height: 47px;
	font-size: 16px;
	outline: none;
	font-family: '微软雅黑';
}
.within_conact_form input.within_conact_form_three{
	width: 208px;
	height: 48px;
	border-radius: 30px;
	margin-left: 417px;
	line-height: 48px;
	font-size: 15px;
	text-align: center;
	margin-top: 48px;
	border: solid 1px #737373;
	background: white;
}
.x_within_conact{
	width: 98%;
	margin-top: 84px;
}
.l_within_conact{
	width: 50%;
	position: relative;
	text-align: right;
	color: white;
	height: 500px;
	background: url("../images/cont_4.jpg") center right no-repeat;
	box-sizing: border-box;
	overflow: hidden;
	padding-right: 50px;
}
.l_within_conact_one{
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 48px;
}
.l_within_conact_two{
	font-size: 16px;
	margin-bottom: 20px;
}
.l_within_conact_two span{
	display: block;
	margin-top: 16px;
	font-size: 14px;
	margin-right: 5px;
}
.r_within_conact{
	width: 50%;
	height: 500px;
}
.r_within_conact iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.section7{
	position: absolute;
	bottom: -70px;
	left: 0;
	z-index: 1;
	height:70px!important;
	background-color: black;
	color: #a4a4a4;
	line-height: 70px;
	transition: 1s;
}
.section7.on{
	bottom:0px;
}
/*sidebar*/
.sidebar{

	color: white;

	font-size: 14px;

	position: fixed;

	right: 0;

}

.sidebar span{

	display: block;

}

.sidebar li{

	width: 78px;

	height: 69px;

	background: #333333;

	text-align: center;

	transition: width 2s;

	-moz-transition: width 2s;	

	-webkit-transition: width 2s;

	-o-transition: width 2s;

	position: fixed;

	right: 0;

	top: 40%;

}

.sidebar li.sid2{

	margin-top: 70px;

}

.sidebar li.sid3{

	margin-top: 140px;

}

.sidebar li.sid4{

	margin-top: 210px;

}





.sid1 img{

	margin-top: 15px;

	margin-bottom: 7px;

}

.sid2 img{

	margin-top: 13px;

	margin-bottom: 7px;

}

.sid3 img{

	margin-top: 13px;

	margin-bottom: 7px;

}

.sid4 img{

	margin-top: 14px;

	margin-bottom: 7px;

}

.sidebar li:hover{

	width: 97px;

	background: linear-gradient(to left, red , blue);

}