/*****vieye*****/
@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 62.5%;
	font: inherit;
	
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, tbody, tfoot, thead, tr, th, td{
	vertical-align:middle;
	}
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: "Comic Sans MS", cursive, "Times New Roman", Times, serif;
	color:#333;
	}
a {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.flt_left {
	float: left;
}
.flt_right {
	float: right;
}
.clear_fix {
	clear: both;
}
.clear_fix::before, .clear_fix::after {
	content: "";
	display: table;
	clear: both;
}
.container {
	padding-left: 60px;
	padding-right: 60px;
}
.head {
	background: #fff;
	border-bottom: 4px solid #d9dcde;
}
.head * {
	transition: padding 0.5s;
	transition: width 0.5s;
}
.head .left {
	width: 235px;
	height: 96px;
	border-right: 1px solid #ccc;
	float: left;
	padding: 10px;
	padding-left:28px;
}
.head .right {
	padding-left: 235px;
}
.head .right .top {
	border-bottom: 1px solid #ccc;
	padding: 0 15px;
	height: 38px;
	line-height: 38px;
	text-align: right;
}
.head .right .top .sp1 {
	background: url(../img/public/head_icon1.png) no-repeat right center;
	padding-right: 30px;
	display:inline-block;
	height:38px;
}
.head .right .top .sp2 {
	padding-left: 25px;
}
.head .right .bottom {
	height: 58px;
	line-height: 58px;
	position: relative;
}
.head .right .bottom .nav {
	padding-right: 60px;
}
.head .right .bottom ul li {
	float: left;
	width: 19.6%;
	text-align: center;
	position: relative;
	font-size:14px;
	
	
}
.head .right .bottom ul li * {
	transition: height 0.5s;
}
.head .right .bottom ul li > a {
	padding: 0 15px;
}
.head .right .bottom ul li > a::after {
	background: url(../img/public/head_nav_icon1.png) no-repeat center;
	display: inline-block;
	content: '';
	width: 12px;
	height: 7px;
	margin-left: 5px;
}
.head .right .bottom .img1 {
	width: 60px;
	height: 58px;
	background: url(../img/public/head_icon2.png) no-repeat center center;
	float: right;
	border-left: 1px solid #ccc;
	cursor: pointer;
}
.head .right .bottom .img2 {
	float: right;
	border-left: 1px solid #ccc;
	width: 60px;
	height: 58px;
	cursor: pointer;
}
.head .right .bottom .img2 span {
	display: block;
	height: 3px;
	background: #e60039;
	margin: 12px 10px;
}
.head .right .bottom .img2.show1 span {
}
.head .right .bottom .img2.show1 span {
	display: none;
}
.head .right .bottom .show1 {
	background: url(../img/public/head_icon2-1.png) no-repeat center center;
}
.head .right .bottom ul li .list1 {
	background: #fff;
	position: absolute;
	top: 100%;
	width: 95%;
	height: 0;
	overflow: hidden;
	z-index:10;
}
.head .right .bottom ul li dl dd {
	margin: 0 5px;
}
.head .right .bottom ul li dl dd a {
	display: block;
}
.head .right .bottom ul li dl {
	padding: 5px 0;
	border-top: 4px solid #e60039;
	border-right: 1px solid #e60039;
	border-bottom: 1px solid #e60039;
	border-left: 1px solid #e60039;
	box-shadow: 0 0 5px #eee;
}
.head .right .bottom ul li dl dd:hover {
	background: #e60039;
	color: #fff;
}
.head.show1 {
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.head.show1 .right {
  	transition: all 1s;

}
.head.show1 .right .top {
	display: none;
}
.head.show1 .left {
	height: 58px;
	width: 160px;
}
.head.show1 .left img {
	height: 38px;
}
.search_form {
	border-top: 4px solid #d9dcde;
	transition: all 1s;
}
.search_form.hide {
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	transition: all 1s;
	border-top: 0;
}
.search_form * {
	transition: all 1s;
}
.search_form {
	padding-top: 18px;
	padding-bottom: 18px;
}
.search_form form {
	position: relative;
}
.search_form form input[type="text"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	height: 57px;
}
.search_form form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/public/head_icon3.png) center center no-repeat;
	width: 66px;
	height: 57px;
	border: 0;
	cursor: pointer;
}
.search_form .hide {
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}
.head.show1 .right {
	padding-left: 180px;
}
.side_nav {
	width: 100%;
	height: 500px;
	top: 58px;
	position: fixed;
	background: #fff;
	right: 0;
	height: 100%;
	overflow: hidden;
	height: 0;
	transition: all 0.5s;
	z-index: 1;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.4);
}
.side_nav.hide {
	height: 0;
}
.side_nav .list2 {
	width: 50%;
	min-width: 300px;
	float: right;
	background: #fff;
	padding: 5px 0;
	border-top: 4px solid #e60039;
	border-right: 3px solid #e60039;
	border-bottom: 1px solid #e60039;
	border-left: 1px solid #e60039;
	box-shadow: 0 0 5px #eee;
	transition: all 0.5s;
}
.side_nav a {
	display: block;
	margin: 0 10px;
	border-bottom: 1px solid #e60039;
}
.side_nav a:hover {
	background: #e60039;
	color: #fff;
	text-align: center;
}

.i_banner {
	font-family:Arial, Helvetica, sans-serif;}
.i_banner .item0{
	
	
	}
.i_banner .item0 .text{
	text-align:center;
	position:absolute;
	top:28.8%;
	width:100%;
	}	
.i_banner .item0 .text img{
	width:auto;
	display:inline-block;
}	
.i_banner .item0 .text .p1{
	font-size:60px;
	color:#595656;
	padding-bottom:1%;
	margin-bottom:20px;
	transform:translateY(-200px) rotateY(180deg);
	opacity:0;
	transition:all 1s;
	}
	
	
.i_banner .item0 .text .p3{
	font-size:150px;
	color:#e60039;
	font-weight:bold;
	margin-top:20px;
	opacity:0;
	transform:scale(2,2);
	transition:all 1s;
	}		

.i_banner .active .item0 .text .p1{
	opacity:1;
	transform:translateY(0) rotateY(0);
	transition:all 1s;
	}
.i_banner .active .item0 .text .p3{
	opacity:1;
	transform:scale(1,1);
	transition:all 1s;
	transition-delay:1s;
	}
	
	
.i_banner .item1{
	}
.i_banner .item1 .text{
	position:absolute;
	top:28.8%;
	width:100%;
	padding-left:5%;
	}	
.i_banner .item1 .text img{
	width:auto;
	display:inline-block;
}	
.i_banner .item1 .text .p1{
	font-size:40px;
	color:#595656;
	padding-bottom:1%;
	margin-bottom:20px;
	transform:translateY(-200px);
	opacity:0;
	transition:all 1s;
	line-height:1.2em;
	

	}
.i_banner .item1 .text .p2{
	opacity:0;
	margin-top:3%;
	transform:translateY(200px);
	
	
	
	}	
.i_banner .item1 .text .p3{

	}		

.i_banner .active .item1 .text .p1{
	opacity:1;
	transform:translateY(0);
	transition:all 1s;
	}
.i_banner .active .item1 .text .p2{
	opacity:1;
	transform:translateY(0);
	transition:all 1s;
	transition-delay:1s;
	}	


.i_banner .item2{
	}
.i_banner .item2 .text{
	position:absolute;
	top:28.8%;
	max-width:845px;
	right:5%;
	width:50%;
	}	
.i_banner .item2 .text img{
	width:auto;
	display:inline-block;
}	
.i_banner .item2 .text .p1{
	font-size:60px;
	color:#595656;
	padding-bottom:1%;
	transform:translateX(200px);
	opacity:0;
	transition:all 1s;
	float:left;
	display:inline-block;
	
	
	}
.i_banner .item2 .text .p2{
	float:right;
	text-align:right;
	display:inline-block;
	padding-top:20px;
	max-width:60%;
	opacity:0;
	transform:translateX(200px);
	transition:all 1s;
	
	}	
.i_banner .item2 .text .p3{
	font-size:150px;
	color:#e60039;
	font-weight:bold;
	margin-top:20px;
	opacity:0;
	transform:scale(2,2);
	transition:all 1s;
	margin-top:5%;
	}		

.i_banner .active .item2 .text .p1{
	opacity:1;
	transform:translateX(0);
	transition:all 1s;
	}
.i_banner .active .item2 .text .p2{
	opacity:1;
	transform:translateX(0);
	transition:all 1s;
	
	}	
.i_banner .active .item2 .text .p3{
	opacity:1;
	transform:scale(1,1);
	transition:all 1s;
	transition-delay:1s;
	}	
.i_banner .owl-prev {
    background: rgba(0, 0, 0, 0) url("../img/index/i_banner_pre.png") no-repeat scroll center center / contain ;
    height: 70px;
    left: 20px;
    opacity: 0;
    position: absolute;
    top: 42%;
    transition: opacity 0.5s ease 0s;
    width: 70px;
    z-index: 20;
}
.i_banner .owl-next {
    background: rgba(0, 0, 0, 0) url("../img/index/i_banner_next.png") no-repeat scroll center center / contain ;
    height: 70px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 42%;
    transition: opacity 0.5s ease 0s;
    width: 70px;
    z-index: 20;
}
.i_banner:hover .owl-prev {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}
.i_banner:hover .owl-next {
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}


.i_product .top {
	position: relative;
	z-index:5;
}
.i_product .top ul{
	display:table;
	width:100%;
	}
.i_product .top ul li {
	background: #403b2d;
	border-right: 1px solid #888888;
	color: #fff;
	width: 25%;
	text-align: center;
	font-size: 13.5px;
	padding: 20px 10px;
	line-height: 24px;
	display:table-cell;
	vertical-align:top;
}
.i_product .top ul li:hover {
	background: #e60039;
	cursor: pointer;
}
.i_product .top ul li:last-child {
	border-right: 0;
}
.i_product .top ul li span::before {
	background: url(../img/index/i_product_icon1.png) no-repeat center center;
	width: 9px;
	height: 13.5px;
	display: inline-block;
	content: '';
	margin-right: 10px;
}
.i_product .bottom .list {
	padding-top: 3%;
	margin-left: -12px;
	margin-right: -12px;
}
.i_product .bottom .list .item {
	padding-left: 12px;
	padding-right: 12px;
	height: 485px;
	margin-bottom: 24px;
}
.i_product .bottom .list .item .text {
	padding: 25px;
	padding-bottom:25%;
	height: 485px;
	overflow:hidden;
	background: #f8f8f8;
	position: relative;
}
.i_product .bottom .list .item .text::after {
	content: '';
	display: block;
	position: absolute;
	background: #403b2d;
	width: 100%;
	height: 0;
	z-index: 1;
	overflow: hidden;
	left: 0;
	top: 0;
	transition: all 1s;
}
.i_product .bottom .list .item0 .text {
	background: #f8f8f8 url(../img/index/i_product_img1.png) no-repeat left bottom;
	background-size: contain;
}
.i_product .bottom .list .item1 .text {
	background: #f8f8f8 url(../img/index/i_product_img2.png) no-repeat left bottom;
	background-size: contain;
}
.i_product .bottom .list .item2 .text {
	background: #f8f8f8 url(../img/index/i_product_img3.png) no-repeat left bottom;
	background-size: contain;
}
.i_product .bottom .list .item3 .text {
	background: #f8f8f8 url(../img/index/i_product_img4.png) no-repeat left bottom;
	background-size: contain;
}
.i_product .bottom .list .item .top_b {
	position: relative;
	z-index: 3;
}
.i_product .bottom .list .item .top_b h2 {
	font-size: 16px;
	padding: 10px 0;
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #ccc;
}
.i_product .bottom .list .item .top_b .p1 {
	font-size: 14px;
	line-height: 24px;
	color: #444;
}
.i_product .bottom .list .item .top_b ul {
	margin-top: 3%;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
}
.i_product .bottom .list .item .top_b ul li {
	font-size: 14px;
	float: left;
	line-height: 24px;
	margin-bottom: 5px;
	padding-right: 10px;
	overflow:hidden;
	white-space:nowrap;
}
.i_product .bottom .list .item .top_b ul li a{
	margin-right:10px;
	overflow:hidden;
	display:block;
	}
.i_product .bottom .list .item .bottom_b {
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	height: 130px;
}
.i_product .bottom .list .item .bottom_b a {
	position: absolute;
	display: block;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding-top: 45px;
	opacity: 0;
}
.i_product .bottom .list .item .bottom_b::after {
	content: '';
	display: block;
	position: absolute;
	background: #e60039;
	width: 100%;
	bottom: 0;
	height: 0;
	z-index: 2;
	overflow: hidden;
	transition: all 1s;
}
.i_product .bottom .list .item0 .top_b .p1 {
	max-width: 510px;
}
.i_product .bottom .list .item:hover .top_b ul {
	opacity: 1;
	transition: all 1s;
}
.i_product .bottom .list .item:hover ul {
	display: block;
}
.i_product .bottom .list .item:hover .text::after {
	height: 100%;
	transition: all 1s;
}
.i_product .bottom .list .item:hover .text * {
	color: #fff;
}
.i_product .bottom .list .item:hover .bottom_b {
	display: block;
}
.i_product .bottom .list .item:hover .bottom_b::after {
	height: 100%;
	transition: all 1s;
}
.i_product .bottom .list .item:hover .bottom_b a {
	opacity: 1;
	transition: all 1s;
}

.i_product .bottom .list .item:hover .top_b .p1{
	display:none;
	}

.i_about{
	margin-top:50px;
	background:#f8f8f8;
	height:564px;
	display:table;
	width:100%;
	overflow:hidden;
	}
	
.i_about .left{
	max-width:510px;
	padding-top:5%;
	padding-left:60px;
	padding-right:62px;
	display:table-cell;
	vertical-align:middle;
	padding-bottom:5%;
	
	}	
	
.i_about .left h4{
	font-size:18px;
	padding-bottom:18px;
	position:relative;
	margin-bottom:15px;
	line-height:30px;
	}
.i_about .left h4:after{
	display:block;
	width:60px;
	height:2px;
	background:#666;
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	}	
	
.i_about .left p{
	color:#666;
	font-size:14px;
	line-height:28px;
	text-align:justify;

	}		
	
.i_about .left a{
	margin-top:15%;
	display:block;
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#e60039;
	color:#fff;
	font-size:14px;
	transition:all 0.5s;
	}

.i_about .left a:hover{
	background:#fff;
	border:2px solid #e00037;
	color:#000;
	transition:all 0.5s;
	}

.i_about .center{
	display:table-cell;
	vertical-align:middle;
	position:relative;
	

	}
.i_about .center img{
	opacity:0;
	
	}
.i_about .center .text{
	background:#e60039;
	color:#fff;
	width:100%;
	padding:15px;
	padding-bottom:50px;
	min-height:255px;
	}
.i_about .center .text .p1{
	font-size:16px;
	padding:10px 0;
	}
.i_about .center .text .p2{
	line-height:24px;
	
	}	
	
.i_about .center ul li{
	height:564px;
	display:none;
	line-height:0;
	
	}
.i_about .center ul li .img1{
	height:564px;
	position:relative;
	}	

/*.i_about .center ul li video{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(../img/index/i_about_img4.jpg) no-repeat center center;
	}*/	
.i_about .center .open_video{
	width:100%;
	height:100%;
	position:absolute;
	display:block;
	background:rgba(0,0,0,0.2) url(../img/index/play_icon1.png) no-repeat center center;
	top:0;
	left:0;
	cursor:pointer;
	opacity:1;

	}	
.i_about .center .open_video:hover{
	opacity:0.8;
	}	
.main_video{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	text-align:center;
	
	padding-top:100px;
	}
.video_bg{
	width: 100%;
	height: 100%;
	z-index: 15;
	position: absolute;
}	
video{
	width:100%;
	}	
.video_content{
	max-width:768px;
	margin-top:8%;
	padding-top:30px;

	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index: 16;
	}	
.video_content:hover span{
	opacity:1;
	transition:all 0.2s;
	}		
.video_content video{
	
	height:35%;
	border:5px solid #e60139;
	background:#000;
	}
.video_content span{
	position:absolute;
	width:48px;
	height:48px;
	background:url(../img/index/close_icon1.png) no-repeat center center;
	top:45px;
	right:15px;
	color:#fff;
	font-size:100px;
	opacity:0;
	cursor:pointer;
	transition:all 0.2s;
	z-index:2;
	}
.video_content .loading_video{
	position:absolute;
	left:0;
	top:30px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	color:#fff;
	text-align:center;
	font-size:18px;
	padding-top:10%;
	z-index:1;
	}	
		
			
.i_about .center ul li.item0 .img1{
	background:url(../img/index/i_about_img1.jpg) no-repeat center center;
	
	}
.i_about .center ul li.item1 .img1{
	background:url(../img/index/i_about_img2.jpg) no-repeat center center;
	}	
	
.i_about .center ul li.item3 .img1{
	background:url(../img/index/i_about_img3.jpg) no-repeat center center;
	}
	
.i_about .center ul li.item4 .img1{
		/*background:#f8f8f8;*/

	background:url(../img/index/i_about_img4.jpg) no-repeat center center;
	}		
	
.i_about .center ul li.active{
	display:list-item;
	opacity:1;

	}		
/*---------*/	
.i_about .center .owl-carousel.owl-loaded{
	display:none;
	}
	
.i_about .center .owl-carousel .owl-controls{
	}
.i_about .center .owl-carousel .owl-dots{
	position:absolute;
	bottom:15px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	}	
.i_about .center .owl-carousel .owl-dots .owl-dot{
	width:10px;
	height:10px;
	background:#fff;
	display:inline-block;
	margin:0 7px;
	border-radius:5px;
	border:1px solid #fff;
	box-shadow:0 1px 2px #666;
	
	}
.i_about .center .owl-carousel .owl-dots .owl-dot.active{
	background:#e60039;
	}		
/*--------*/	
	
	
	
.i_about .right{
	display:table-cell;
	vertical-align:middle;
	width:21.3%;
	}
.i_about .right ul li{
	height:141px;
	padding-left:15px;
	padding-right:10px;
	position:relative;
	}
.i_about .right ul li h4{
	font-size:24px;
	text-align:center;
	padding-top:58.5px;

	}	
.i_about .right ul li.item0{
	background:#f8f8f8;
	}	
.i_about .right ul li.item1{
	background:#f0f0f0;
	}	
	
.i_about .right ul li.item2{
	background:#eaeaea;
	}	
.i_about .right ul li.item3{
	background:#f8f8f8;
	}	
.i_about .right ul li .text{
	position:absolute;
	width:130%;
	height:100%;
	background:#e60039;
	color:#fff;
	right:-300%;
	min-width:420px;
	top:0;
	padding:20px;
	box-shadow:0px 0px 3px #666;
	transition:all 0.5s;
	border-radius:5px;

	}	
	
.i_about .right ul li .text .p1{
	font-size:20px;
	}	
	
.i_about .right ul li .text .p2{
	font-size:12px;
	line-height:20px;
	padding-top:5px;

	}		
	
.i_about .right ul li.on .text,.i_about .right ul li:hover .text{
	right:0;
	transition:all 0.5s;
	
	}	
	
	
.i_news{
	
	}	

.i_news .top{
	padding-top:28px;
	padding-bottom:20px;
	
	}	
.i_news .top h4{
	font-size:18px;
	padding-bottom:10px;
	}	
.i_news .top p{
	font-size:14px;
	color:#666;
	line-height:25px;
	}

.i_news .bottom ul{
	border-left:1px soid #ccc;
	}	
.i_news .bottom ul li{
	padding:25px 15px;
	border:1px solid #ccc;
	border-left:0;
	height:390px;
	position:relative;
	
	}
	
.i_news .bottom .img1{
	position:absolute;
	width:50%;
	height:50%;
	left:25%;
	top:25%;
	opacity:0;
	z-index:2;
	transition:all 0.5s;
	}
	
.i_news .bottom .text{
	position:relative;
	height:350px;
	max-width:355px;
	margin:auto;
	}		
		
.i_news .bottom h2{
	font-size:16px;
	padding-bottom:15px;
	position:relative;
	line-height:28px;
	
	}	
.i_news .bottom h2::after{
	content:'';
	display:block;
	width:80px;
	height:3px;
	background:#e60039;
	position:absolute;
	bottom:0;
	
	}
		
.i_news .bottom .p1{
	padding:15px 0;
	font-size:14px;
	line-height:28px;
	}	
	
.i_news .bottom .p2{
	position:absolute;
	bottom:5%;
	background:url(../img/index/i_news_icon1.png) no-repeat right center;
	width:100%;
	left:0;
	}
.i_news .bottom .p2 p{
	display:inline-block;
	text-align:right;
	}	
.i_news .bottom .p2 span{
	display:block;
	  
  }
 .i_news .bottom .p2 span.sp1{
	 font-size:18px;
	 padding-bottom:8px;
	 
	 } 
	
 .i_news .bottom .p2 span.sp2{
	 font-size:36px;
	 font-weight:bold;
	 }	
.i_news .bottom ul li:hover .img1{
	opacity:1;
	width:100%;
	height:100%;
	left:0;
	top:0;
	transition:all 0.5s;
	}
.i_ads{
	margin-top:70px;
	text-align:center;
	margin-bottom:65px;
	}	
.i_ads h4{
	font-size:24px;
	line-height:30px;
	padding-bottom:10px;
	margin-bottom:15px;
	position:relative;
	display:inline-block;
	}
.i_ads h4::after{
	position:absolute;
	bottom:0;
	content:'';
	display:block;
	width:100px;
	height:3px;
	background:#e60039;
	left:70px;
	
	}			 
.i_ads p{
	font-size:16px;
	line-height:30px;
	color:#333;
	}
	
.foot .top{
	background:#3f3f3f;
	color:#fff;
	padding:5% 15px 2%;
	}	
	
		
.foot .top ul li{
	margin-bottom:20px;
	
	}	
.foot .top ul li.item0{
	text-align:center;
	min-height:100px;
	position:relative;
	background:url(../img/public/foot_logo.png) no-repeat left center;
	
	}	
.foot .top ul li.item0:hover{
	background-image:url(../img/public/foot_logo-1.png);
	}
	
.foot .top h4{
	font-size:16px;
	padding-bottom:15px;
	}
.foot .top p{
	font-size:14px;
	color:#aeadb1;
	line-height:28px;
	}
.foot .top p a{
	display:block;
	}

.foot .bottom{
	background:#000;
	color:#7b7e7e;
	text-align:center;
	line-height:24px;
	padding:8px 0;
	}	

.foot .bottom-1 a{
	color: #000;
}
.foot .bottom-1 a:hover{
	color: #7b7e7e;
}		

.in_title{
	background:#e8e8e8 url(../img/public/in_title_img1.png) center center;
	padding:45px 0;
	color:#333;

	}		
.in_title .left{
	margin-bottom:20px;
	}	
.in_title .left h4{
	font-size:36px;
	border-bottom:5px solid #454545;
	max-width:300px;
	padding-bottom:20px;
	margin-bottom:25px;
	}
.in_title .left p{
	font-size:16px;
	line-height:28px;
	}
.in_title .right{
	float:right;
	font-size:14px;
	width:215px;
	
	
	}
.in_title .right ul li{
	background:url(../img/public/in_title_icon1.png) no-repeat 7px center;
	padding-left:30px;
	line-height:30px;
	border-bottom:1px solid #b8b8b8;
	margin-bottom:10px;
		transition:all 0.5s;

	}
.in_title .right ul li a{
	display:block;
	}		
.in_title .right ul li:hover{
	background:#e60039;
	color:#fff;
	padding-left:40px;
	transition:all 0.5s;
	}	
	
.in_about .top{
	padding:60px 15px;
	text-align:center;
	padding-top:5%;
	}
.in_about .top h4{
	}
.in_about .top h4 img{
	max-width:70%;
	margin-left:auto;
	margin-right:auto;
	}		
.in_about .top p{
	margin-top:45px;
	font-size:14px;
	color:#333;
	line-height:36px;
	}		

	
.in_about_title{
	margin-bottom:30px;
	text-align:center;
	}							
.in_about_title h4{
	font-size:30px;
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(../img/content/in_about_title_img1.png) no-repeat center bottom;
	}
.in_about_title p{
	font-size:14px;
	color:#666;
	line-height:28px;
	}	
.in_about .center{
	background:#eeeeee;
	padding:40px 70px 5%;
	}

.in_about .center .list ul li{
	background:#fff;
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:15px;
		transition:all 0.2s;

	
	}

.in_about .center .list .img1{
	position:relative;
	}
.in_about .center .list .bg1{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
	padding-top:10%;
	font-size:30px;
	opacity:0;
	transition:all 0.5s;

	}
.in_about .center .list ul li:hover .bg1{
	opacity:1;
	padding-top:20%;
	transition:all 0.5s;
	
	
	}	
.in_about .center .list ul li:hover{
	background:#e60039;
	transition:all 0.2s;

	}	
.in_about .center .list ul li:hover *{
	color:#fff;
	transition:all 0.2s;
	}	
.in_about .center .list ul li:hover h3{
	padding-left:0;
	transition:all 0.2s;
	}
	
.in_about .center .list .text{
	padding:10px 20px;
	}
	
.in_about .center .list .text h3{
	font-size:16px;
	padding-left:20px;
	background:url(../img/content/in_title_icon1.png) no-repeat left 10px;
	line-height:30px;
	margin-bottom:5px;
	transition:all 0.2s;
	}


.in_about .center .list .text p{
	min-height:88px;
	font-size:14px;
	line-height:28px;
	color:#666;
	}


.in_about .bottom{
	padding:60px 15px;
	text-align:center;
	}
.in_about .bottom .img1{
	padding: 25px 0;
	}
.in_about .bottom .p1{
	font-size:18px;
	line-height:36px;
	}
 

.in_honor{
	padding-bottom:60px;
	
	} 

.in_honor .list{
	margin-top:50px;
	}	
	
.in_honor .list h3{
	font-size:18px;
	color:#333333;
	padding:6px 0;
	}
.in_honor .list ul{
	margin-left:-6px;
	margin-right:-6px;
	}	
.in_honor .list ul li{
	margin-top:20px;
	padding-left:6px;
	padding-right:6px;
	text-align:center;
	cursor:pointer;
	
	}

.in_honor .list .img1{
	padding:5px;
	border:1px solid #ccc;
	}
	
.in_organization{
	padding:60px 15px;
	text-align:center;
	padding-top:5%;
	
	}
.in_culture{
	padding:5% 15px;
	}
.in_culture .top{
	text-align:center;
	
	}	
	
.in_culture .top h4{
	font-size:30px;
	color:#e3063c;
	margin-bottom:25px;
	line-height:50px;
	}
.in_culture .top h4 span{
	padding-left:15px;
	padding-right:15px;
	}	
	
.in_culture .top p{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
	
.in_culture .bottom ul{
	max-width:1250px;
	margin:auto;
	}	
.in_culture .bottom ul li{
	margin-top:5%;
	}	
	
.in_culture .bottom h3{
	font-size:24px;
	color:#e3063c;
	margin-bottom:20px;
	text-align:center;
	}	
.in_culture .bottom p{
	font-size:16px;
	color:#333;
	line-height:32px;
	text-align:center;
	}	
.in_news{
	padding-top:3%;
	padding-bottom:3%;
	}	
.in_news ul li{
	border-top:1px solid #ccc;
	padding:15px 0 3%;
	position:relative;
	}
.in_news ul li::before{
	position:absolute;
	top:-2px;
	left:0;
	content:'';
	width:0;
	height:3px;
	background:#e2033a;
	transition:all 0.5s;
	}	
	
	
.in_news .text{
	float:left;
	width:77%;
	}
.in_news .text h2{
	font-size:16px;
	line-height:28px;
	transition:all 0.5s;
	min-height:58px;
	}
	
	
	
	
.in_news .text .p1{
	font-size:14px;
	color:#999;
	margin-bottom:5%;
	}
.in_news .text .p2{
	font-size:14px;
	color:#333;
	margin-bottom:8%;
	line-height:28px;
	}
.in_news .text .a_text{
	color:#e2033a;
	margin-bottom:25px;
	display:block;
	font-size:14px;
	}			
		
.in_news .img1{
	float:right;
	width:21%;
	overflow:hidden;
	
	}	
.in_news .img1 img{
	transition:all 0.5s;
	}		

.in_news .text h2:hover{
	color:#e2033a;
	}	
.in_news ul li:hover::before{
	width:50%;
	transition:all 0.5s;
	}	
.in_news ul li:hover h2{
	color:#e2033a;
	margin-left:2%;
	transition:all 0.5s;
	
	}	
	
.in_news .img1:hover img{
	transform:scale(1.1,1.1);
	transition:all 0.5s;
	
	}	
.in_news_detail{
	padding-top:3%;
	padding-bottom:8%;
	}
.in_news_detail .top{
	border-bottom:1px solid #ccc;
	margin-bottom:25px;
	
	}
.in_news_detail .top h3{
	display:inline-block;
	margin-bottom:15px;
	font-size:16px;
	line-height:30px;
	}	
.in_news_detail .top p{
	float:right;
	font-size:14px;
	color:#999;
	margin-bottom:15px;
	line-height:26px;
	}
	
.in_news_detail .top p span{
	padding-left:30px;
	display:inline-block;
	
	}	
.in_news_detail .bottom{
	font-size:14px;
	line-height:28px;
	}		
.in_news_detail .bottom img{
	margin-top:10px;
	margin-bottom:10px;
	}	
.in_video{
	padding-top:50px;
	padding-bottom:50px;
	}		
.in_video .top ul li{
	text-align:center;
	height:45px;
	border-bottom:3px solid #ccc;
	line-height:45px;
	font-size:16px;
	}
.in_video .top ul li a{
	display:block;
	}		
	
.in_video .top ul li.on{
	background:#e60039;
	color:#fff;
	border-color:#e60039;
	}	
	
.in_video .bottom{
	padding-top:40px;
	}	
	
.in_video .bottom ul li{
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
	cursor:pointer;
	
	}	
	
	
.in_video .bottom video{
	background:#000;
	width:100%;
	height:300px;
	
	}	
	
.in_video .bottom h3{
	text-align:center;
	line-height:45px;
	font-size:14px;
	color:#333;
	}	
	
	
.in_capability{
	padding:3% 7%;
	
	}	
	
	
.in_capability	h3{
	font-size:30px;
	color:#454545;
	line-height:48px;
	text-align:center;
	
	}
.in_capability .p1{
	font-size:16px;
	color:#333;
	line-height:32px;
	margin-top:2%;
	}	
	
.in_capability ul{
	margin-top:3%;
	}
.in_workshop{
	padding-top:50px;
	padding-bottom:20px;
	}	
.in_workshop ul{
	margin-left:-8px;
	margin-right:-8px;
	}		
		
		
.in_workshop ul li{
	padding-left:8px;
	padding-right:8px;
	margin-bottom:16px;
	text-align:center;
	
	}
.in_workshop .img1{
	position:relative;
	}
.in_workshop .bg1{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	color:#fff;
	transform:scale(0.1,0.1);
	opacity:0;
	transition:all 0.5s;
	}
.in_workshop .bg1 p{
	position:absolute;
	left:5%;
	top:5%;
	width:90%;
	height:90%;
	
	color:#fff;
	font-size:30px;
	display:table-cell;
	vertical-align:middle;
	border:1px solid #ccc;
	text-align:center;
	padding-top:23%;
	}		
.in_workshop ul li:hover .bg1{
	transform:scale(1,1);
	opacity:1;
	transition:all 0.5s;
	}
	
.in_solution{
	padding-top:3%;
	padding-bottom:5%;
	}	
	
.in_solution .top ul li{
	text-align:center;
	height:45px;
	border-bottom:3px solid #ccc;
	line-height:45px;
	font-size:16px;
	}
.in_solution .top ul li a{
	display:block;
	}		
	
.in_solution .top ul li.on,.in_solution .top ul li:hover{
	background:#e60039;
	color:#fff;
	border-color:#e60039;
	}	
	
.in_solution .bottom{
	padding-top:5%;
	font-size:16px;
	line-height:32px;
	
	}
.in_solution .bottom ul li{
	border-bottom:1px solid #ccc;
	padding:45px 20px;
	background:#fff;
	transition:all 0.5s;
	}		
	
.in_solution .bottom ul li:nth-child(2n){
	float:right;
	}	
.in_solution .bottom .sp1{
	font-size:60px;
	width:68px;
	float:left;
	display:table-cell;
	vertical-align:top;
	
	
	}
.in_solution .bottom .sp2{
	display:table-cell;
	vertical-align:top;
	
	}	
	
.in_solution .bottom .text{
	margin-top:5%;
	}	
.in_solution .bottom ul li:hover{
	transform:translate(0,-15px);
	transition:all 0.5s;
	box-shadow:0 0 5px #ccc;
	}	
	
.in_downloadlist {
	padding-top:50px;
	padding-bottom:60px;
	
	}
.in_downloadlist ul{
	border-bottom:1px solid #ccc;
	}	
.in_downloadlist ul li{
	font-size:16px;
	color:#333;
	padding:15px 0 15px 25px;
	background:url(../img/content/in_downloadlist_img1.png) no-repeat left 22px;
	border-top:1px solid #ccc;
	
	
	}		
.in_downloadlist ul li h3{
	display:inline-block;
	line-height:28px;
	transition:all 0.5s;
	}
.in_downloadlist ul li p{
	display:inline-block;
	float:right;
	font-size:14px;
	padding-top:5px;
	}
.in_downloadlist ul li p span{
	display:inline-block;
	width:100px;
	}
.in_downloadlist ul li p a{
	color:#e2033a;
	}	
.in_downloadlist ul li:hover h3{
	padding-left:15px;
	font-size:17px;
	transition:all 0.5s;
	
	}
	
.in_survey .in_survey_title{
	padding:50px 0;
	font-size:30px;
	text-align:center;
	}
.in_survey .top ul{
	margin-left:-15px;
	margin-right:-15px;
	}	
.in_survey .top ul li{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
	}
.in_survey .top ul li span{
	color:#e2033a;
	}
	
.in_survey .top{
	padding-bottom:7%;
	}				
.in_survey .top .input_text1{
	width:95%;
	border:none;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	
	}	
.in_survey .top .input_text1:focus{
	border-color:#e00037;
	}	
	
.in_survey .top .input_text2{
	width:100%;
	border:none;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:35px;
	
	}
.in_survey .top .input_text2:focus{
	border-color:#e00037;
	}	
.in_survey .center{
	padding-bottom:8%;
	background:#efefef;
	
	}
.in_survey .center ul{
	max-width:807px;
	margin:auto;
	}
.in_survey .center ul li{
	padding-top:20px;
	padding-bottom:20px;
	
	}	
.in_survey .center  .left{
	width:180px;
	float:left;
	font-size:18px;
	color:#333;
	line-height:28px;
	}
.in_survey .center  .right{
	float:left;
	
	}
.in_survey .center  .right label{
	font-size:14px;
	color:#666;
	padding-bottom:15px;
	display:inline-block;
	padding-left:7%;
	float:left;
	
	}
.in_survey .center  .right label input{
	margin-right:5px;
		}						
		
		
	
.in_survey .bottom{
	padding-bottom:7%;
	}	
.in_survey .bottom .list{
	width:100%;
	}			
.in_survey .bottom ul{
	margin-left:-15px;
	margin-right:-15px;
	}	
.in_survey .bottom ul li{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
	}
.in_survey .bottom ul li span{
	color:#e2033a;
	}
			
.in_survey .bottom .input_text1{
	width:95%;
	border:none;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	
	}
.in_survey .bottom .input_text1:focus{
	border-color:#e00037;
	}
		
.in_survey .bottom .input_text2{
	width:100%;
	border:none;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:35px;
	
	}
.in_survey .bottom .input_text2:focus{
	border-color:#e00037;
	}	
	
.in_survey .bottom .p2{
	text-align:center;
	}		
.in_survey .bottom .input_submit{
	margin-top:50px;
	width:15%;
	max-width:495px;
	min-width:250px;
	height:50px;
	line-height:50px;
	background:#3f3f3f;
	color:#fff;
	border-radius:5px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
		}		
.in_survey .bottom .input_submit:hover{
	background:#df043a;
	cursor:pointer;
	}	
	
	
.in_title_c{
	background:#e8e8e8 url(../img/public/in_title_img2.png) center center;
	position:relative;
}		
.in_title_c a.a_text{
	position:absolute;
	left:52%;
	top:30%;
	width:200px;
	text-align:center;
	height:100px;
	
	
	}
.in_title_c a.a_text::before{
	display:block;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:url(../img/content/position_icon1.png) no-repeat 37.5% center;
	top:-100px;
	transition:all .5s;
	opacity:0;
	
	}
.in_title_c a.a_text:hover::before{
	top:9px;
	opacity:1;
	
	transition:all .5s;
	
	}		
	

.in_container1{
	max-width:1230px;
	padding-left:15px;
	padding-right:15px;
	margin-left:auto;
	margin-right:auto;
	}		
	
.in_contact .top{
	padding-top:5%;
	padding-bottom:5%;
	text-align:center;
	}	
.in_contact .top .p1{
	padding-left:15%;
	padding-right:15%;
	}	
.in_contact .top .p2{
	padding:4% 0;
	font-size:36px;
	color:#333;
	
	}	
.in_contact .top ul{
	margin-left:-15px;
	margin-right:-15px;
	}	
.in_contact .top ul li{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:25px;
	}	
	
.in_contact .center{
	
	}	
.in_contact .center h4{
	font-size:24px;
	color:#010101;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:25px;
	
	}	
.in_contact .center ul li{
	margin-bottom:4%;
	}	
.in_contact .center dl{
	margin-bottom:25px;
	}	
.in_contact .center dl dd{
	font-size:16px;
	color:#333;
	line-height:30px;
	}	
	
.in_contact .center dl dt a{
	padding-left:15px;
	display:inline-block;
	width:33.3333%;
	float:left;
	}	
	
	
.in_contact .bottom{
	background:#efefef;
	padding-bottom:4%;
	margin-top:25px;
	}
.in_contact .bottom h4{
	padding-top:4%;
	padding-bottom:4%;
	font-size:36px;
	color:#333;
	text-align:center;
	}
	
.in_contact .bottom .list{
	width:100%;
	margin-bottom:25px;
	}			
.in_contact .bottom ul{
	margin-left:-15px;
	margin-right:-15px;
	}	
.in_contact .bottom ul li{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
	}
.in_contact .bottom ul li span{
	color:#e2033a;
	}
			
.in_contact .bottom .input_text1{
	width:95%;
	border:none;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	background-color:transparent;
	
	}
.in_contact .bottom .input_text1:focus{
	border-color:#e00037;
	
	}	
		
.in_contact .bottom textarea{
	width:100%;
	height:235px;
	border:1px solid #ccc;
	margin-top:15px;
	padding:5px;
	}
.in_contact .bottom textarea:focus{
	border-color:#e00037;
	}	
	
.in_contact .bottom .p1{
	font-size:16px;
	color:#666;
	}	
.in_contact .bottom .p2{
	font-size:14px;
	color:#666;
	margin-top:10px;
	line-height:28px;
	
	}	
	
.in_contact .bottom .input_submit{
	
	
	}	
	
.in_contact .bottom .input_submit{
	text-align:center;
	}		
.in_contact .bottom .input_submit input{
	margin-top:50px;
	width:15%;
	max-width:495px;
	min-width:250px;
	height:50px;
	line-height:50px;
	background:#3f3f3f;
	color:#fff;
	border-radius:5px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
		}		
.in_contact .bottom .input_submit input:hover{
	background:#df043a;
	cursor:pointer;
	}	

.in_joinus{
	padding-top:5%;
	padding-bottom:5%;
	}
.in_joinus ul{
	margin-left:-6px;
	margin-right:-6px;
	}	
.in_joinus ul li{
	margin-bottom:12px;
	padding-left:6px;
	padding-right:6px;
	
	}
.in_joinus .text{
	background:#efefef;
		padding:30px;
	height:295px;

	}	
		
.in_joinus h4{
	font-size:18px;
	width:175px;
	padding-bottom:10px;
	border-bottom:3px solid #4e4245;
	margin-bottom:25px;
	position:relative;
	transition:all 0.5s;
	}
.in_joinus h4::after{
	content:'';
	height:3px;
	background:#e60039;
	width:70px;
	position:absolute;
	left:0;
	bottom:-3px;
	transition:all 0.5s;
	}		
	
.in_joinus p{
	font-size:14px;
	line-height:26px;
	}	
	
	
.in_joinus ul li:hover h4{
	width:300px;
	transition:all 0.5s;
	
	
	}	
.in_joinus ul li:hover h4::after{
	width:50%;
	transition:all 0.5s;
	transition-delay:0.2s;
	}	
	
.in_joinus ul li:hover p{
	color:#e60039;
	
	}	
.in_recruit{
	padding-bottom:7%;
	}	
.in_recruit h3{
	padding:4% 0 2%;
	font-size:30px;
	text-align:center;
	}
.in_recruit .p1{
	font-size:18px;
	margin-top:20px;
	margin-bottom:20px;
	
	text-align:center;
	text-decoration:underline;
	color:#e40038;
	
	}		
.in_recruit .text{
	text-align:center;
	font-size:16px;
	line-height:32px;
	}	
	
.in_recruit .text strong{
	font-weight:bold;
	}	
	
.in_recruitlist{
	padding-top:4%;
	padding-bottom:4%;
	}
.in_recruitlist .top{
	margin-bottom:3%;
	}		
.in_recruitlist .top h4{
	font-size:24px;
	float:left;
	}	
.in_recruitlist .top h4 span{
	color:#e00037;
	}	
	
.in_recruitlist .top  p{
	font-size:14px;
	line-height:28px;
	padding-left:215px;
	}	
.in_recruitlist .top  p span{
	padding-left:35px;
	}	
.in_recruitlist .bottom {
	margin-top:25px;
	}
.in_recruitlist .bottom ul{
	margin-left:-15px;
	margin-right:-15px;
	}	
.in_recruitlist .bottom ul li{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:30px;
	}	
.in_recruitlist .bottom h3{
	font-size:16px;
	padding-bottom:8px;
	border-bottom:1px solid #ccc;
	}	
.in_recruitlist .bottom p{
	margin-top:30px;
	font-size:14px;
	line-height:28px;
	}
.in_display {
	padding-top:5%;
	padding-bottom:5%;
	}	
.in_display ul li{
	border-bottom:1px solid #ccc;
	margin-bottom:5%;
	}	
	
.in_display .img1{
	float:left;
	width:16.4%;
	min-width:180px;
	}
.in_display .text{
	padding-top:2%;
	}	
	
.in_display .text h4{
	font-size:24px;
	line-height:30px;
	
	}
.in_display .text p{
	font-size:14px;
	padding:25px 0;
	line-height:26px;
	}	
.in_display ul li:hover .text p a{
	color:#e00037;
	}	
	
.in_product_title{
	background:#454545;
	padding-top:45px;
	padding-bottom:25px;
	
	}
.in_product_title p{
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
	}
.in_product_title ul{
	margin-left:-15px;
	margin-right:-15px;
	}	
.in_product_title ul li{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:25px;
	height:45px;
	}
.in_product_title ul li .list1{
	border-radius:5px;
	background:#fff;
	position:relative;
	}	
.in_product_title ul li *{
	transition:height .5s;
	}		
.in_product_title ul li dl{
	background:#fff url(../img/content/in_product_title_icon1.png) no-repeat 90% 20px;
	
	border-radius:5px;
	position:absolute;
	width:100%;
	height:45px;
	overflow:hidden;
	top:100%;
	left:0;
	z-index:1;
	
	}	
.in_product_title ul li dl dd{
	height:45px;
	line-height:45px;
	font-size:14px;
	text-align:center;
	background:#fff;
	white-space:nowrap;
	overflow:hidden;
	margin-left:5px;
	margin-right:5px;
	border-radius:5px;

	
	}
.in_product_title ul li dl dd a{
	display:block;
	}
			
.in_product_title ul li dl:hover{
	z-index:10;
	border:1px solid #e00037;
	}	
.in_product_title ul li dl dd:hover{
	background:#e00037;
	color:#fff;
	}
	
.in_product{
	overflow:hidden;
	
	}
	
.in_product .list ul li{
	
	padding:4% 5%;
	}
.in_product  .list ul li.item2{
	background:#f2f3f4;
	}
	
.in_product .list ul li.item1 .text {
    padding-left: 20px;
}
.in_product .list ul li.item2 .text {
    padding-right: 20px;
}	
	
.in_product .list h3{
	font-size:24px;
	color:#444;
	margin-bottom:25px;
	line-height:36px;
	}
.in_product .list h3:hover{
	color:#e60039;
	}	
.in_product .list .p1{
	font-size:14px;
	line-height:28px;
	color:#444;
	margin-bottom:30px;
	}		
.in_product .list ul li .img1{
	text-align:center;
	margin-bottom:25px;
	margin-top:25px;

	}
.in_product .list ul li .text{
	padding-top:8%;
	
	}

		
.in_product .list .a_text{
	color:#e00037;
	font-size:14px;

	}
.in_product .list ul li .img1.hide1{
	opacity:0;
	transform:translateY(100px);
	transition:all 0.5s;
	}	
.in_product .list ul li .text.hide1{
	opacity:0;
	transform:translateX(100px);
	transition:all 0.5s;
	}	
	
.in_product .list ul li .img1.show1{
	opacity:1;
	transform:translateY(0);
	transition:all 0.5s;
	}
.in_product .list ul li .text.show1{
	opacity:1;
	transform:translateX(0);
	transition:all 0.5s;
	}

.in_product .img1 {
    position: relative;
}
.in_product .img1 .im1 {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0, 0);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.in_product .img1:hover .im1 {
    transform: scale(1, 1);
    transition: all 0.5s ease 0s;
}	
	
.in_product_detail{
	padding-top:3%;
	padding-bottom:3%;
	}

.in_product_detail .top{
	}	
	
.in_product_detail .top .left{
	text-align:center;
	padding-right:45px;
	
	}	
		
.in_product_detail .top .right h2{
	font-size:24px;
	padding:15px 0;
	line-height:36px;
	}
.in_product_detail .top .right .p1{
	font-size:16px;
	line-height:36px;
	color:#333;
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	}				
.in_product_detail .top .right .p1 span{
	display:block;
	}
	
.in_product_detail .top .right .p1 a{
	}	
	
.in_product_detail .top .right .p2{
	font-size:16px;
	line-height:32px;
	color:#333;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	color:#666;
	}
.in_product_detail .top .right .p2 a{
	padding-right:15px;
	padding-left:15px;
	border-right:1px solid #333;
	}
.in_product_detail .top .right .p2 a:first-child{
	padding-left:0;
	}			
.in_product_detail .top .right .p2 a:last-child{
	border-right:0;
	
	}
.in_product_detail .top .right .p2 .a1{
	position:relative;
	}	
.in_product_detail .top .right .p2 .a1 img{
	opacity:0;
	position:absolute;
	left:0;
	bottom:0;
	max-width:none;
	width:0;
	height:0;
	transition:all 1s;
	}	
.in_product_detail .top .right .p2 .a1:hover img{
	opacity:1;
	width:300px;
	height:300px;
	transition:all 1s;
	}	
	
	
.in_product_detail .top .right .p3{
	font-size:14px;
	line-height:32px;
	padding:15px 0;
	color:#999;
	}
.in_product_detail .top .right .p3 a{

	}
.in_product_detail .bottom{
	font-size:14px;
	line-height:28px;
	color:#333;
	
	}
.in_product_detail .bottom h4.title{
	font-size:16px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	margin-top:25px;
	
	}
.in_product_detail .bottom table{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	}
.in_product_detail .bottom table tr td{
	padding:8px 10px;
	border:1px solid #ccc;
	border-left:0;
	border-bottom:0;
	text-align:center;
	min-width:100px;
	}

.in_product_detail .bottom .slide_table{
	overflow-x:auto;
	overflow-y:hidden;
	}


.in_order{
	padding-top:5%;
	padding-bottom:5%;
	}

.in_order h4{
	font-size:24px;
	text-align:center;
	margin-bottom:45px;
	color:#fff;
	background:#e00037;
	padding:15px 0;
	
	
	}
	
.in_order h5{
	font-size:16px;
	text-align:center;
	margin-bottom:45px;
	padding:15px 0;
	color:#e00037;
	text-decoration:underline;
	
	
	}	
		
.in_order .top{
	margin-bottom:3%;
	padding-bottom:25px;
	
	}
.in_order .top .img1{
	padding:5px;
	border:1px solid #ccc;
	text-align:center;
	margin-bottom:25px;
	
}
	
.in_order .top .text{
	padding-left:25px;
	padding-bottom:20px;
	}	
.in_order .top .text h3{
	font-size:24px;
	margin-bottom:2%;
	padding-bottom:25px;
	line-height:40px;
	
	}
.in_order .top .text ul li{
	width:150px;
	height:35px;
	font-size:14px;
	line-height:35px;
	float:left;
	background:#efefef;
	text-align:center;
	margin-right:15px;
	cursor:pointer;
	margin-bottom:15px;
	}	
.in_order .top .text ul li.on{
	background:#e00037;
	color:#fff;
	}
.in_order .top .text .p1{
	font-size:16px;
	margin-top:10px;
	}	
.in_order .top .text .p1 .sp1{
	font-size:30px;
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	float:left;
	background:#999;
	color:#ffff;
	cursor:pointer;
	}	
.in_order .top .text .p1 .sp2{
	font-size:30px;
	display:inline-block;
	width:45px;
	height:30px;
	text-align:center;
	line-height:30px;
	float:left;
	color:#ffff;
	background:#e00037;
	margin-left:10px;
	margin-right:10px;
	
	}
.in_order .top .text .p1 .sp2 input{
	width:45px;
	border:0;
	height:30px;
	background:#e00037;
	text-align:center;
	color:#fff;
	font-size:18px;
	
	}			
				
.in_order .top .text .p1 .sp3{
	font-size:30px;
	display:inline-block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	float:left;
	background:#999;
	color:#ffff;
	margin-right:15px;
	cursor:pointer;
	}
	
.in_order .top .text .p1 .a_text{
	height:30px;
	width:120px;
	text-align:center;
	background:#3f3f3f;
	color:#fff;
	line-height:30px;
	display:inline-block;
	font-size:14px;
	cursor:pointer;
	}		
	
.in_order .bottom .list{
	width:100%;
	margin-bottom:25px;
	}			
.in_order .bottom ul{
	margin-left:-15px;
	margin-right:-15px;
	}	
.in_order .bottom ul li{
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
	}
.in_order .bottom ul li span{
	color:#e2033a;
	}
			
.in_order .bottom .input_text1{
	width:95%;
	border:none;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
	background-color:transparent;
	
	}
.in_order .bottom .input_text1:focus{
	border-color:#e00037;
	
	}	
		
.in_order .bottom textarea{
	width:100%;
	height:235px;
	border:1px solid #ccc;
	margin-top:15px;
	padding:5px;
	}
.in_order .bottom textarea:focus{
	border-color:#e00037;
	}	
	
.in_order .bottom .p1{
	font-size:16px;
	color:#666;
	}	
.in_order .bottom .p2{
	font-size:14px;
	color:#666;
	margin-top:10px;
	line-height:28px;
	
	}	
	
.in_order .bottom .input_submit{
	
	
	}	
	
.in_order .bottom .input_submit{
	text-align:center;
	}		
.in_order .bottom .input_submit input{
	margin-top:50px;
	width:15%;
	max-width:495px;
	min-width:250px;
	height:50px;
	line-height:50px;
	background:#3f3f3f;
	color:#fff;
	border-radius:5px;
	border:0;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
		}		
.in_order .bottom .input_submit input:hover{
	background:#df043a;
	cursor:pointer;
	}


.in_sites{
	padding-top:5%;
	padding-bottom:5%;
	}
.in_sites .img1{
	padding:5px;
	border:1px solid #ccc;
	overflow:hidden;
	}	
.in_sites ul li .img1 img{
	transition:all 0.5s;
	}	
.in_sites ul{
	margin-left:-10px;
	margin-right:-10px;}	
.in_sites ul li{
	float:left;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
	
	}
	
.in_sites h3{
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
	margin-top:5px;
	color:#333;
	
	}
.in_sites ul li:hover .img1 img{
	transform:scale(1.1,1.1);
	transition:all 0.5s;
	
	}
	
#zoomiocontainer img{
	max-width:none;
	}	
	

														