/*general start*/
* {
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:auto;
	padding:0px;
	text-align:center;
	background-color:#fff;
}
body,td,th {
	font-size: 12px;
	color: #484848;
	font-family:"微软雅黑","Arial Black",Verdana ,Gadget, sans-serif;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, li, p, dl, dd, dt ,h,td,th{
	margin:0px;
	padding:0px;
}
a{
	color:#333;
}
a,a *{
	cursor:pointer;
}
a img{
	border:0;
}
ul,li,ol{
	list-style-type:none;
	list-style-position:outside;
}
em,i{
	font-style:normal;
}
input{
	border: 0px solid transparent;
	background-color: transparent;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
.hl1{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl2{
	height: 20px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl3{
	height: 30px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl4{
	height: 30px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl5{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.demoOver{
	background-color:#ece8de;
}
.demoBg{
	background-color:#fff;
}
.demoBg1{
	background-color:#ebf7fa;
}
.hide{
	display:none;
}
/*head start*/
.head_box{
	width:100%;
	height:auto;
	min-height:120px;
	margin:0px auto;
	background: url(../images/bg.jpg) no-repeat 0px 40%;
	background-size: 100%;
}
.head_set{
	width:100%;
	height:30px;
	margin:0px auto;
	background-color:#333;
}
.head_set center{
	width:1000px;
	height:auto;
	height:30px;
	text-align:left;
	font-size:13px;
	line-height:30px;
	text-indent:4px;
	margin:0px auto;
	color: #fff;
}
.head_set section{
	float:right;
	text-indent:0px;
}
.head_set section:nth-child(1){
	padding: 0px;
}
.head_set section a{
	color: #fff;
}
.head_set section a:hover{
	color: #ffc;
}
.head_set b{
	width:1px;
	height:10px;
	float:right;
	background-color:#999;
	margin:10px 15px 0px 15px;
}
.head_set span a{
	color:#fff;
}
.head_set span a:hover{
	color:#f00;
}
.head_bg{
	width:1000px;
	height:auto;
	min-height:98px;
	margin:0px auto 0px auto;
	position:relative;
}
.logo{
	width:260px;
	height:98px;
	float:left;
	background:url(../images/logo.png) no-repeat 1px center;
	background-size: 64%;  
}
.logo a{
	width:260px;
	height:90px;
	display:block;
	margin:10px auto 0px auto;
}
.head_nav{
	width:740px;
	height: 68px;
	float: left;
}
.head_nav dl{
	padding: 0px;
	margin-top: 30px;
}
.head_nav dl dd{
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	position:relative;
}
.head_nav dl dd dl {
	width: 90px;
	height: auto;
	visibility: hidden;
	position: absolute;
	z-index: 20000;
	left: -11px;
	padding-top: 8px;
	margin-top: 0px;
}
.head_nav dl dd dl dd {
	width: 90px;
	height: 28px;
	line-height: 30px;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	background:url(../images/nav_subline.png) repeat-x center bottom;
	background-color: #da2242;
}
.head_nav dl dd dl dd:last-child{
	background-image: none;
	background-color: #da2242;
	border-radius:0px 0px 3px 3px ;
}
.head_nav dl dd dl dd a {
	color: #fff;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.head_nav dl dd dl dd a:hover {
	background-color: #dfac14;
	color: #fff;
}
.head_nav dl dd dl dd:last-child a:hover{
	border-radius:0px 0px 3px 3px ;
}
.head_nav dl dt{
	width: 70px;
	height: 30px;
	float: left;
}
.head_nav dl dd span{ 
	width:0; 
	height:2px; 
	background:#da2242; 
	position:absolute; 
	bottom:0; 
	left:50%;
}
.head_nav dl dd:hover span,.head_nav dl dd.sel span{
	width: 100%;
	left:0;	
	transition: all 0.8s; 
}
.head_nav dl dd a{
	padding: 0px 2px;
}
.head_nav section{
	float: right;
	font-size: 13px;
	margin: 14px 1px 0px 0px;
}
.head_nav section a{
	color: #fff;
}
.wx_box{
	position: absolute;
	top: 83px;
	right: 0px;
	width: 240px;
	height: 284px;
	display: none;
	z-index: 9999;
	background:url(../images/wx_triangle.png) no-repeat 0px 0px;
	background-color: #fff;
	border-radius: 0px 0px 3px 3px;
}
.wx_box img{
	width: 178px;
	height: 178px;
	margin: 30px auto 0px auto;
	display: block;
}
.wx_box span{
	width: 160px;
	margin: 0px auto;
	display: block;
	font-size: 14px;
	text-align: left;
	color: #999;
	padding-top: 2px;
}
/*head end*/
/*focus_box*/
.focus_box{
	width:100%;
	height:auto;
	min-height: 561px;
	margin:0px auto;
	position:relative;
	background-color: #f0f0f0;
	background: url(../images/bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
}
.wrap{
	height: 561px;
	position: relative;
}
.wrapper{
	height: 561px;
	position: relative;
}
.product_list {
	position: relative;
	height: 100%;
}
.product_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f0f0f0;
	z-index: -1;
}
.show{
	z-index: 1;
}
.bg_box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.bg_main {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg_box img {
	width: 100%;
	height: 561px;
}
.product_box .content {
	width: 100%;
	height: 561px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 5;
	/*background:url(../images/f_bg.png) repeat 0px bottom;*/
}
.product_box h2 {
	width: 100%;
	height: 80px;
	margin: 388px auto 0px auto;
}
.product_box h2 b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}
.product_box h2 span {
	display: block;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	padding-top: 10px;
}
.btn_product {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	transition: transform .3s;
	-webkit-transition: transform .3s;
}
.btn_product:hover {
	text-decoration: none;
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.product_box.show h2 {
	animation: tt_effect .6s .3s linear both;
	-webkit-animation: tt_effect .6s .3s linear both;
}
.product_box.show .btn_product {
	animation: opacity .5s 1s linear both;
	-webkit-animation: opacity .5s 1s linear both;
}
.product_btns {
	position: absolute;
	width: 100%;
	bottom: 108px;
	z-index: 6;
	transition: bottom .3s;
	-webkit-transition: bottom .3s;
	z-index: 10;
}
.product_btns .content {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*big size*/
.product_btns .btns_area {
	height: 10px;
	background:url(../images/head_spr.png) repeat 0px 10px;
	margin: 0px auto;
	position: relative;
}
.product_btns .btns_box {
	height: 10px;
}
.product_btns .btns_box a {
	width: 20px;
	height: 10px;
	float: left;
}
.product_btns .ic_line {
	position: absolute;
	height: 10px;
	left: 0;
	bottom: 0;
	transition: left .3s;
	-webkit-transition: left .3s;
	width: 10px;
	background:url(../images/head_spr.png) repeat 0px 0px;
}
.product_btns .btns_box .btn_ipr {
	margin: 0 5px 0 0;
}
.product_btns .btns_box .btn_xav {
	margin: 0 0 0 5px;
}
/*main_box*/
.main_box{
	width:100%;
	height:auto;
	min-height:250px;
	margin:0px auto;
}
.main_box h1{
	width: 100%;
	height: 132px;
	padding: 20px 0px 0px 0px;
	background:url(../images/sc_t_s1.jpg) no-repeat center center;
}
.main_box h2{
	width: 100%;
	height: 132px;
	padding: 20px 0px 0px 0px;
	background:url(../images/sc_t_s2.png) no-repeat center center;
}
.main_box h3{
	width: 100%;
	height: 132px;
	padding: 20px 0px 0px 0px;
	background:url(../images/sc_t_s3.jpg) no-repeat center center;
}
.item_box{
	width: 100%;
	height: 420px;
	margin: 0px auto;
	background-color: #fff;
	position: relative;
}
.item_box dl{
	width:1000px;
	height:auto;
	min-height: 350px;
	margin:0px auto;
	display:-moz-box;
    display:-webkit-box;
    display:box;
    -webkit-box-orient:horizontal;
    box-orient:horizontal;
	position: relative;
     top: 0px; 
     z-index: 9999; 
}
.item_box dl dd{
	-moz-box-flex:1;
	-webkit-box-flex:1;
	box-flex:1;
    display: flex; 
    flex-direction: column;
    background-color: #fff;
    margin: 50px 8px 0px 8px;
    border-radius: 3px;
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
.item_box dl dd{
	width: 23.3%;
	height: 260px;
	float: left;
    display:block;
    margin: 0px 0px 0px 16px;
}
}
.item_box dl dd img{
	width: 100%;
	display: block;
    border-radius: 3px 3px 0px 0px;
}
.item_box dl dd b{
	width: 92%;
	height: 30px;
	display: block;
	margin: 0px auto;
	font-size: 16px;
	color: #333;
	text-align: left;
	padding-top: 16px;
	border-bottom: dotted 1px #ddd;
}
.item_box dl dd b i{
	width: 16px;
	float: right;
}
.item_box dl dd span{
	width: 92%;
	display: block;
	margin: 0px auto;
	font-size: 14px;
	color: #999;
	text-align: left;
	padding-top: 10px;
}
.moer_z{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0px auto 0px auto;
	position: relative;
     top: -56px; 
     z-index: 9999;	
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
.moer_z{
	margin: 0px auto;
}
}
.moer_z span{
	width: 140px;
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	background-color: #362373;
	margin: 0px auto;
	border-radius: 3px;
}
.moer_z span a{
	width: 140px;
	height: 40px;
	display: block;
	color: #fff;
}
.moer_z span a:hover{
	background-color: #220c69;
	border-radius: 3px;
}
/* case_box */
.case_box{
	width: 100%;
	height:auto;
	min-height: 320px;
	margin: 0px auto;
	background:url(../images/bg.jpg) repeat 0px bottom;
	background-size: 100%;
}
.case_box dl{
	width:1000px;
	height: auto;
	min-height: 200px;
	margin:0px auto;
	display:-moz-box;
	position: relative;
     top: -100px; 
     z-index: 9999;
    border-radius: 3px 3px 0px 0px;
}
.case_box dl dd{
	width: 18%;
	height: auto;
	min-height: 150px;
	float: left;
	background-color: #fff;
	border-radius: 3px;
	margin: 20px 0px 0px 20px;
}
.case_box dl dd img{
	width: 90%;
	float: left;
	margin: 10px;
}
.case_box dl dd b{
	font-size: 16px;
	float: left;
	color: #6b6b6b;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;	
}
.case_box dl dd span{

	float: right;
	font-size: 13px;
	text-align: left;
	color: #999;
	padding-top: 4px;
	padding-bottom: 10px;
}
.case_box dl dd span img{
	width: 16px;
	height: 16px;
}
/* project_box */
.project_box{
	width: 100%;
	height: auto;
	min-height: 500px;
	margin: 0px auto;
	background-color: #eee;
}
.project_box dl{
	width:1000px;
	height: auto;
	min-height: 250px;
	margin: 0px auto;
}
.project_box dl dd{
	width: 180px;
	height: auto;	
	float: left;
	margin: 12px 0px 0px 20px;
	position: relative;
}
.project_box dl dd img{
}

/*about_box*/
.about_box{
	width: 100%;
	height:auto;
	min-height: 500px;
	margin: 0px auto;
	background-color: #fff;
}
.about_con{
	width: 1000px;
	height: auto;
	min-height: 320px;
	margin: 0px auto;
}
.about_con dl{
	width: 50%;
	height: auto;
	min-height: 320px;
	float: left;
	position: relative;
}
.about_con dl dt{
	width: 96%;
	float: left;
}
.about_con dl dt:first-child{
	width: 80%;
	position: absolute;
	left: 30px;
	text-align: left;
	z-index: 100;
}
.about_con dl dt:first-child img{
	width: 56%;
	border-radius: 3px;
	margin: 25px 0px 0px 0px;
}
.about_con dl dt:last-child{
	width: 80%;
	position: absolute;
	right: 40px;
	text-align: right;
	z-index: 120;
}
.about_con dl dt:last-child img{
	width: 70%;
	border-radius: 3px;
}
.about_con dl dd{
	width: 98%;
	height: auto;
	min-height: 320px;
	float: right;
}
.about_con dl dd b{
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	padding-top: 4px;
}
.about_con dl dd i{
	display: block;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
}
.about_con dl dd strong{
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 50px;
	border-bottom: solid 1px #eee;
}
.about_con dl dd span{
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding-top: 14px;
}
/*culture_box*/
.culture_box{
	width: 100%;
	height: auto;
	min-height: 420px;
	margin: 0px auto;
	background: url(../images/bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
}
.about_c{
	width: 1000px;
	height: auto;
	min-height: 300px;
	margin: 0px auto;
}
.about_c dl{
	width: 50%;
	height: auto;
	min-height: 300px;
	float: left;
	position: relative;
	margin-top: 70px;
}
.about_c dl dt{
	width: 96%;
	float: left;
}
.about_c dl dt:first-child{
	width: 80%;
	position: absolute;
	left: 30px;
	text-align: left;
	z-index: 140;
}
.about_c dl dt:first-child img{
	width: 66%;
	border-radius: 3px;
}
.about_c dl dt:last-child{
	width: 80%;
	position: absolute;
	right: 10px;
	text-align: right;
	z-index: 130;
}
.about_c dl dt:last-child img{
	width: 56%;
	border-radius: 3px;
	margin: 25px 0px 0px 0px;	
}
.about_c dl dd{
	width: 94%;
	height: auto;
	min-height: 300px;
	float: right;
}
.about_c dl dd b{
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	padding-top: 70px;
}
.about_c dl dd span{
	display: block;
	text-align: left;
	padding-top: 6px;
}
.about_c dl dd span i{
	display: block;
	font-size: 14px;
	padding-top: 2px;
}
.foot_line{
	width: 100%;
	height:auto;
	min-height: 50px;
	margin: 0px auto;
	background-color: #fff;
}
/*foot start*/
.foot_box{
	width:100%;
	height:160px;
	margin:0px auto;
	background-color: #333;		
}
.foot_nav{
	width:100%;
	height:40px;
	margin:0px auto;
	background-color:#222222;
}
.foot_nav dl{
	width:530px;
	height:40px;
	margin:0px auto;
}
.foot_nav dl dd{
	float:left;
}
.foot_nav dl dd{
	float:left;
	margin:0px 0px 12px 0px;
}
.foot_nav dl dd {
	float: left;
	font-size: 14px;
	line-height: 40px;
}
.foot_nav dl dd a {
	display: block;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
}
.foot_nav dl dd a:hover {
	color: #fff;
}
.foot_nav dl dt {
	width: 1px;
	height: 14px;
	float: left;
	background-color: #fff;
	margin: 13px 12px 0px 12px;
}
.footer{
	width:700px;
	height:auto;
	min-height: 100px;
	margin:0px auto;
	color: #fff;
}
.footer dl{
	width:500px;
	height:auto;
	margin: 0px auto;
	text-align: center
	padding-top: 12px;
}
.footer dl dt{
	width:100%;
	height: 20px;
	display: block;
	margin:0px auto;	
}
.footer dl em{
	font-style:normal;
	display:block;
	width:500px;
	margin:0px auto;
	line-height:20px;
}
.footer dl em a{
	color: #ffc;
}
.footer dl em a:hover{
	text-decoration: underline;
	color: #da2242;
}
.footer ul{
	float: right;
	padding-top: 5px;
	padding-right: 20px;
}
.footer ul img{
	width: 100%;
   	border-radius: 3px;	
}
/*foot end*/
.wrapps{
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0px auto;
 	border-radius: 50%;
	border: 1px solid #ddd;
}
.wrapps span{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	right: -10px;
	top: 50px;
	font-size: 15px;
	z-index: 998;
}
.wrapps b{
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	left: 20%;
	top: 20%;
	font-size: 40px;
	color: #7d7d7d;
	z-index: 888;
 	font-weight: normal;
}
.circle{
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #c70000;
	border-radius: 50%;
}
.circle:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	border: 2px solid #c70000;
	border-top: transparent;
	border-radius:  0 0 50% 50%/ 0 0 100% 100%;
	z-index: 2;
}
.top, .bottom{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	background: white;

}
.top{
	top: 0;
	z-index: 1;
	transform-origin: center bottom;
	animation: 1s back-half linear 1s;
	animation-fill-mode: forwards;
}
.bottom{
	z-index: 3;
	top: 50%;
	transform-origin: center top;
	animation: 1s front-half linear;
	animation-fill-mode: forwards;
}
.focus_item_box{
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0px;
	z-index: 9999;
}
.focus_item{
	width: 1000px;
	margin: 0px auto;
}
.focus_item img{
	width: 100%;
	border-radius: 6px 6px 0px 0px;
}
@keyframes front-half{
0%{
transform: rotate( 0 );
}
99%{
transform: rotate( 180deg );
opacity: 1;
}
100%{
transform: rotate( 180deg );
opacity: 0;
}
}
@keyframes back-half{
0%{
transform: rotate( 0 );
}
99%{
transform: rotate( 180deg );
opacity: 1;
}
100%{
transform: rotate( 180deg );
opacity: 0;
}
}
