*{
	margin:0;
	padding:0;
	line-height:24px;
	}
body{
	font-family:"微软雅黑", "宋体", Arial;
	color:#000;
	}
ul,li{
	list-style:none;
	margin:0;
	padding:0;
	}	
	
img{
	max-width:100%;
	}	
a{
	text-decoration:inherit !important;
	color:inherit;
	}

	
.head{

	background:#e6e6e6;
	height:64px;
	border-bottom:1px solid #ccc;
	position:relative;
	z-index:10;
	
	}	
.head .left{
	padding-top:8px;
	float:left;

	}	
.head .left .a_img{
	float:left;
	margin-right:15px;
		
	}	
.head .left .nav{
	padding-top:3px;
	float:left;
	}	
.head .left .nav li{
	position:relative;
	}	
.head .left .nav li a{
	color:#000;
	}	
	
.head .left .nav li a:hover{
	background:#3b6caa;
	color:#fff;
	}
.head .left .nav li .sp1{
	margin-left:10px;
	}	
.head .right{
	text-align:right;

	float:right;
	
	}	
.head .right .left_r{
	color:#777;
	float:left;
	padding-right:15px;
	height:65px;
	line-height:65px;

	}	
.head .right .left_r span{
	font-size:18px;
	}
	
.head .right .center_r{
	float:left;
	padding-right:15px;
	padding-left:15px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	height:65px;
	line-height:65px;
	padding-top:15px;
	}
.head .right .center_r form .input_text{
	border:0;
	background:inherit;
	box-shadow:none;
	border-bottom:1px solid #ccc;
	padding-left:0;
	padding-right:0;
	}
			
.head .right .center_r form label{
	cursor:pointer;
	font-size:18px;
	transition:all 0.5s;
	}	
	
.head .right .center_r form label.on{
	transform:scale(1.3,1.3);
	transition:all 0.5s;
	}	
	
.head .right .right_r{

	padding-top:13px;
	float:left;
	padding-left:15px;
	text-align:right;
	}	

.head .left .nav li .droplist{
	position:absolute;
	width:200%;
	background:#fefefe;
	left:0;
	top:100%;

	height:0;
	overflow:scroll;
	
	}
.head .left .nav li .droplist dl{
	margin:15px;
	opacity:0;
	}	

.head .left .nav li .droplist::before{
	content:"";
	display:block;
	width:0;
	height:2px;
	background:#3b6caa;
	position:absolute;
	top:0;
	left:0
	}
.head .left .nav li .droplist::after{
	content:"";
	display:block;
	width:0;
	height:2px;
	background:#3b6caa;
	position:absolute;
	bottom:0;
	left:0
	}	
.head .left .nav li:hover .droplist::before{
	width:100%;
	transition:all 1s;
	}
.head .left .nav li:hover .droplist::after{
	width:100%;
	transition:all 0.5s;
	transition-delay:1s;
	}

.head .left .nav li:hover .droplist dl{
	opacity:1;
	transition:all 1s;
	}

.head .left .nav li:hover .droplist{
	height:470px;
	transition:all 1s;
	}

.head .left .nav li:hover .change_height{
	height:180px !important;
	}
.head .droplist dl dd a{
	display:block;
	text-align:center;
	padding:10px 15px;
	margin-bottom:5px;
	}

	
.head_menu_btn{
	margin-top:15px;
	padding-top:0;
	padding-bottom:0;
	
	}	
	
.head_menu_btn span{
	width:30px;
	display:block;
	height:2px;
	background:#3b6caa;
	margin:8px 0;
	}	
	
.head_menu_list{
	position:absolute;
	top:100%;
	width:100%;
	left:0;
	background:#e6e6e6;
	display:none;
	
	}	

.head_menu_list::before{
	display:block;
	width:0;
	height:2px;
	background:#3b6caa;
	position:absolute;
	left:0;
	top:0;
	content:'';
	}
.head_menu_list::after{
	display:block;
	width:0;
	height:2px;
	background:#3b6caa;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	}	
	
.head_menu_list ul{
	margin:15px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
	background:#fff;
	transform:translateX(-100%);
	opacity:0;
	
	
	}	
.head_menu_list ul li{
	height:30px;
	line-height:30px;
	border-bottom:1px solid #ccc;
	}
	
.head_menu_list ul li a{
	margin-right:25px;
	
	}	
.head_menu_list ul li a:first-child{
	font-weight:bold;
	}
	
.head_menu_list form{
	margin:15px;
	height:0;
	overflow:hidden;
	}	
	
.head_menu_list form .input_submit{
	margin-top:8px;
	}	

.i_banner{
	
	width:100%;
	overflow:hidden;
	min-height:100%;
	
	}

.i_banner .owl-carousel .owl-stage-outer{
	overflow:visible;
	
	}
.i_banner ul{
	margin-bottom:0;
	}	
.i_banner ul .li_1{
	position:relative;
	background:#e6e6e6;
	text-align:left;
	}
	
	
	
		
.i_banner ul .li_1 .img1{
	opacity:0;
	
	}

	
.i_banner ul .li_1 .text{
	position:absolute;
	top:20%;
	left:3%;
	}	
.i_banner ul .li_1 .text .p1{
	font-size:60px;
	transform:scale(0.1,1);
	opacity:0;
	}	
.i_banner ul .li_1 .text .p2{
	font-size:16px;
	color:#666;
	margin-top:5%;
	margin-bottom:5%;
	width:0;
	height:24px;
	overflow:hidden;

	}	
.i_banner ul .li_1 .text .a_text{
	transform:translateY(100px);
	opacity:0;
	}	
	
.i_banner ul .active .img1{
opacity:1;
transition:all 2s;
	}	
	
.i_banner ul .active .text .p1{
	transform:scale(1,1) !important;
	transform-origin:left;
	opacity:1;
	transition:all 1s;
	transition-delay:1s;
	}
	
.i_banner ul .active .text .p2{
	width:100%;
	transition:all 1s;
	transition-delay:2s;
	}
	
.i_banner ul .active .text .a_text{
	transform:translateY(0);
	opacity:1;
	transition:all 1.5s;
	transition-delay:1.5s;
	color:#3b6caa;
	
	}	
.i_banner .owl-controls{
	background:#3b6caa;
	height:50px;
	text-align:center;
	}	
.i_banner .owl-dots{
	margin-top:18px;
	
	}
	
.i_banner .owl-dots .owl-dot{
	width:14px;
	height:14px;
	background:#fff;
	border-radius:7px;
	float:left;
	margin:0 10px;
	display:inline-block;
	box-shadow:0 0 2px #fff;
	
	}	
.i_banner .owl-dots .owl-dot.active{
	background:#174f95;
	
	}	
	
	
	
.i_banner .owl-nav{
	display:inline-block;
	position:absolute;
	  width:100%;
	left:0;
	color:#fff;
	font-size:30px;
	margin-top:10px;
	}		
	
.i_banner .owl-nav	.owl-prev{
	position:absolute;
	width:100%;
	padding-right:150px;
	
	}

.i_banner .owl-nav	.owl-next{
	position:absolute;
	width:100%;
	padding-left:150px;
	}	
.i_product img{
	transition:all 0.5s;
	}	
.i_product img:hover{
	transform:scale(1.1,1.1);
	opacity:0.8;
	transition:all 0.5s;
	}
	
.i_product .top{
	padding:15px 0 10px;
	margin-bottom:25px;
	overflow-x:auto;
	overflow-y:hidden;
	
	}	
.i_product .top ul{
	border-bottom:1px solid #ccc;
	
	min-width:970px;
	
	}	
.i_product .top ul li{
	float:left;
	width:11.11111%;
	text-align:center;
	padding:20px 10px;
	position:relative;
	white-space:nowrap;

	}	
.i_product .top ul li.on::after{
	content:'';
	position:absolute;
	left:38%;
	width:24%;
	height:5px;
	background:#3b6caa;
	bottom:-2.5px;
	}	
.i_product .bottom{
	padding-bottom:45px;
	
	}
.i_product .bottom .list{
	display:none;
	}	
.i_product .bottom .list.active{
	display:block !important;
	}

.i_product .bottom .left{
	margin-bottom:15px;
	padding-left:15px;
	padding-right:15px;
	width:47%;
	float:left;
	}	
.i_product .bottom .left ul li{
	margin-bottom:25px;
	text-align:center;

	
	}	
.i_product .bottom .left .img1{
	border:1px solid #ccc;
		overflow:hidden;
	}
.i_product .bottom .left h2{
	font-size:16px;
	margin:0;
	padding:15px;
	color:#666;
	border:1px solid #ccc;
	border-top:0;
	text-align:left;
	background:url(../image/i_product_icon1.png) no-repeat 96% center;
	
	}
.i_product .bottom .right{
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	width:53%;
	float:left;
	position:relative;
	}
.i_product .bottom .right ul li{
	position:relative;
	
	}
.i_product .bottom .right ul li .img1{
	overflow:hidden;
	}

.i_product .bottom .right h3{
	position:absolute;
	bottom:0;
	font-size:16px;
	color:#666;
	padding:18px;
	margin:0;
	background:#f9f9f9;
	width:100%;
	}

.i_product .bottom .right h3 span{
	margin-left:15px;
	color:#3b6caa;
	}

.i_product .bottom .right .list_btns{
	position:absolute;
	z-index:1;
	bottom:5px;
	right:15px;
	padding:15px;
	background:#f9f9f9;
	}

.i_product .bottom .right .list_btns li{
	width:10px;
	height:10px;
	background:#ccc;
	border-radius:5px;
	margin:0 10px;
	float:left;
	cursor:pointer;

	
	}
.i_product .bottom .right .list_btns li.active{
	background:#3b6caa;
	
	}

.i_about{
	background:#3b6caa url(../image/i_about_img1.jpg) no-repeat left center;
	padding-bottom:5%;
	}
.i_about.container-fluid{
	
	}	
.i_about .top .p1{
	padding:30px 0;
	}

.i_about .top{
	text-align:center;
	color:#fff;
	}

.i_about .top h4{
	font-size:36px;
	padding-bottom:20px;
	}
.i_about .top .p2{
	padding-bottom:30px;
	font-size:14px;
	line-height:26px;
	}
.i_about .bottom .img1{
	position:relative;
	}	
	
.i_about .bottom .text{
	background:#fff;
	padding:15px;
	}
.i_about .bottom .text h3{
	font-size:24px;
	text-align:center;
	margin:0;
	padding-bottom:25px;
	line-height:36px;
	
	}

.i_about .bottom .text p{
	line-height:30px;
	min-height:100px
	}
.i_about .bottom .text .a_text{
	color:#3b6caa;
	margin:6% 0 10%;
	line-height:24px;
	
	
	}
.i_about .bottom .a_text::before{
	font-size:20px;
	}
.i_about .bottom .a_text span{
	margin-left:15px;
	}

.i_about .bottom .bg1{
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
    opacity:0;

	
	}

.i_about .bottom .bg1 p{
	font-size:50px;
	color:#fff;
	margin-top:20%;
	text-align:center;
	transform:translateY(-150px);
	opacity:0;
	
	}
.i_about .bottom ul li:hover .bg1{
	opacity:1;
	transition:all 0.5s;
	}
.i_about .bottom ul li:hover .bg1 p{
  transform:translateY(0);
	opacity:1;
	transition:all 0.5s;
	
  }


.i_news{
	background:#ebf0f5;
	padding-top:4%;
	padding-bottom:6%;
	}
.i_news .left ul li{
	padding:10px;
	}
.i_news .left h2{
	font-size:24px;
	line-height:36px;
	padding:10px 0;
	transition:all 1s cubic-bezier(.17, .86, .50, .86);
	}
.i_news .left .p1{
	min-height:70px;
	font-size:14px;
	color:#333;
	transition:all 1s cubic-bezier(.17, .10, .70, .96);
	}

.i_news .left ul li:hover{
	box-shadow:0 0 5px #888;}

.i_news .left ul li:hover h2{
	transform:translateX(20px);
	color:#3b6caa;
	transition:all 1s cubic-bezier(.17, .86, .50, .86);
	}
.i_news .left ul li:hover .p1{
	transform:translateX(30px);
	transition:all 1s cubic-bezier(.17, .10, .70, .96);
	}

.i_news .right h2{
	font-size:24px;
	line-height:36px;
	min-height:60px;
	transition:all 1s cubic-bezier(.17, .86, .50, .86);
	
	}
.i_news .right .p1{
	color:#666;
	font-size:14px;
	padding-top:10px;
	transition:all 1s cubic-bezier(.17, .10, .70, .96);
	}
.i_news .right:hover h2{
	transform:translateX(20px);
	color:#3b6caa;
	transition:all 1s cubic-bezier(.17, .86, .50, .86);
	}
.i_news .right:hover .p1{
	transform:translateX(-10px);
	transition:all 1s cubic-bezier(.17, .10, .70, .96);
	}	
	
.i_advertisement{
	height:509px;
	background:url(../image/i_advertisement_img1.jpg) no-repeat center center;
	background-attachment:fixed;
	position:relative;
	
	}	

	
.i_advertisement .text{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	}
.i_advertisement .text .text1{
	color:#fff;
	max-width:580px;
	margin:auto;
	margin-top:8%;
	position:relative;
	overflow:hidden;
	min-height:400px;

	
	}

.i_advertisement .text .text1 .text2{
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	
	}		
.i_advertisement .text .text1 .text2 .p1{
	background:#3b6caa;
	padding:4% 5%;
	font-size:30px;
	line-height:50px;
	margin:0;
	transform:translateX(0);
	transition:all 0.5s;
	}	
	
.i_advertisement .text .text1 .text2 .p2{
	font-size:14px;
	line-height:28px;
	background:#3b6caa;
	margin-top:10px;
	padding:10px 5%;
	transform:translateX(0);
	transition:all 0.5s;
	min-height:75px;
	}	
	
.i_advertisement .text .text1 .text3{
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	
	
	}	
.i_advertisement .text .text1 .text3 .p1{
	background:#2f5e78;
	padding:4% 5%;
	font-size:30px;
	line-height:50px;
	margin:0;
	transform:translateX(-100%);
	transition:all 0.5s;
	}	
	
.i_advertisement .text .text1 .text3 .p2{
	font-size:14px;
	line-height:28px;
	background:#fff;
	margin-top:10px;
	padding:10px 5%;
	font-size:30px;
	color:#3b6caa;
	transform:translateX(100%);
	transition:all 0.5s;
	min-height:75px;
	}	
.i_advertisement .text .text1 .text3 .p2 a{
	margin-top:15px;
	display:inline-block;
	transition:all 0.5s;
	display:block;
	
	}
.i_advertisement .text .text1 .text3 .p2 span{
	display:inline-block;
	margin-left:15px;
	}	
.i_advertisement .text .text1:hover .text2 .p1{
	transform:translateX(100%);
	transition:all 0.5s;
	}
.i_advertisement .text .text1:hover .text2 .p2{
	transform:translateX(-100%);
	transition:all 0.5s;
	}		
	
.i_advertisement .text .text1:hover .text3 .p1{
	transform:translateX(0);
	transition:all 0.5s;
	
	}	
		
.i_advertisement .text .text1:hover .text3 .p2{
	transform:translateX(0);
	transition:all 0.5s;
	
	}	
	
.i_advertisement .text .text1 .text3 .p2:hover a{
	transform:translateX(15px);
	transition:all 0.5s;
	}	
	
.foot{
	background:#ebf0f5;
	}	
.foot .top {
	padding:35px 0 40px;
	border-bottom:1px solid #ccc;
	}
.foot .top .left h4{
	font-size:30px;
	
	
	}
.foot .top .left .p1{
	font-size:18px;
	color:#5b5b5b;
	margin-top:20px;
	margin-bottom:30px;
	line-height:30px;
	}
.foot .top .left .list1 li{
	margin-bottom:25px;
	}
.foot .top .left .list1 li a{
	display:block;
	background:#d9e2eb;
	padding:15px;
	color:#3b6caa;
	font-size:18px;
	} 
.foot .top .left .list1 li.item1{
	position:relative;
	}	
.foot .top .left .list1 li.item1 a{
	background:#fff;
	color:#999;
	
	}	
.foot .top .left .list1 .list2{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	margin:0;
	padding:0 15px;
	height:0;
	overflow:hidden;
	}

.foot .top .left .list1 li:hover > a{
	background:#3b6caa;
	color:#fff;
	padding-left:30px;
	transition:all 0.5s;
	}
.foot .top .left .list1 .list2 dd:hover > a{
	background:#3b6caa;
	color:#fff;
	padding-left:30px;
	transition:all 0.5s;
	}
.foot .top .left .list1 li.item1:hover .list2{
	height:270px;
	overflow-y:auto;
	overflow-x:hidden;
	
	}
.foot .top .right{
	padding-top:4%;
	}


.foot .bottom{
	padding:15px 0 35px;
	color:#666;
	}

.in_title{
	background:#3b6caa url(../image/in_title_img1.png) no-repeat 85% center;
	background-size:25%;
	color:#fff;
	padding-top:3%;
	padding-bottom:3%;
	min-height:150px;
	}
.in_title h4,.in_title p{
	margin:0;
	}

.in_title h4{
	font-size:48px;
	margin-bottom:2%;
	}	
.in_title p{
	font-size:16px;
	}	
.in_about .top{

	background:#e6e6e6;
	}	


.in_about .top .left{
	padding:0;
	margin-right:15px;
	z-index:5;
	

	}	
	
.in_about .top .right{
	padding:35px 2% 10px;
	background:#e6e6e6;
	min-height:573px;
	
	}	
	
.in_about .top .right .p1{
	text-align:center;
	}
.in_about .top .right h3{
	font-size:30px;
	color:#777;
	font-weight:bold;
	text-align:center;
	margin-bottom:2%;
	
	}		
	
.in_about .top .right .p2{
	font-size:14px;
	color:#666;
	line-height:30px;
	}	
	
	
.in_about .center{
	padding-top:4%;
	padding-bottom:4%;
	
	}
.in_about .center dl{
	transition:all 1s;
	}		
.in_about .center dl dt{
	font-size:24px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	font-weight:normal;
	}	
	
.in_about .center dl  dd{
	padding-top:10px;
	padding-bottom:15px;
	line-height:28px;
	font-size:14px;
	color:#333;
	transition:all 1s;
	}	

.in_about .center dl:hover{
	transform:translateY(-20px);
	color:#3b6caa;
	transition:all 1s;
	}	
.in_about .center dl:hover dd{
	color:#3b6caa;
	transition:all 1s;
	}
	
.in_about .bottom{
	 rgba(0,0,0,0.3)
	}	
	
.in_about .bottom .top_b{
		
		background: url(../image/in_about_img2.jpg) no-repeat;
		background-attachment:fixed;
		

	}	
.in_about .bottom .top_b .text{
	background:rgba(0,0,0,0.3);
	height:411px;
	text-align:center;
	color:#fff;
	padding-top:80px;
	
	}	
	
.in_about .bottom .top_b .text .p1{
	font-size:24px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #fff;
	max-width:495px;
	margin-left:auto;
	margin-right:auto;
	
	
	}	
.in_about .bottom .top_b .text .p2{
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
	
	}
	
.in_about .bottom .bottom_b{
	padding-bottom:10%;
	margin-top:-120px;
	
	}

.in_about .bottom .bottom_b ul li{
	text-align:center;
	margin-bottom:25px;
	transition:all 1s;
	}

.in_about .bottom .bottom_b ul li:hover{
	margin-top:-35px;
	transition:all 1s;
	}
.in_culture{
	min-height:1200px;
	}
.in_culture .top{
	text-align:center;
	padding-top:2.5%;
	padding-bottom:4%;
	}

.in_culture .top h3{
	font-size:30px;
	margin-bottom:2.5%;
	}

.in_culture .bottom .left{
	height:453px;
	width:50%;
	background:#3b6caa;
	float:left;
	color:#fff;
	text-align:center;
	padding-top:5%;
	padding-left:15px;
	padding-right:15px;
	
	
	}
.in_culture .bottom .left .p1{
	font-size:30px;
	transition:all 1s;
	
	}	
.in_culture .bottom .left .p2{
	font-size:24px;
	
	}	
	
.in_culture .bottom .left .p2 span{
	display:block;
	margin-top:25px;
	transition:all 1s;
	}	
.in_culture .bottom .left:hover .p1{
	transform:translateY(-80%);
	transition:all 1s;
	}
.in_culture .bottom .left:hover .p2 span.sp1{
	transform:translateX(-5%);
	transition:all 1s;
	}
.in_culture .bottom .left:hover .p2 span.sp2{
	transform:translateX(5%);
	transition:all 1s;
	}

	
.in_culture .bottom .right{
	height:453px;
	width:50%;
	background:url(../image/in_culture_img1.jpg) no-repeat center center;
	float:left;
	}


.in_recruit{
	}
.in_recruit .top{
	position:relative;
	}
.in_recruit .top .img1{
	height:647px;
	background:url(../image/in_recruit_img1.jpg) no-repeat center center;
	}
.in_recruit .top .img1:hover{
	opacity:0.8;
	}	
.in_recruit .top  .text {
	color:#fff;
	background:#3b6caa;
	padding:3%;
	max-width:885px;
	position:absolute;
	left:6%;
	top:25%;
	margin-right:6%;
	}
.in_recruit .top  .text:hover{
	margin-left:30px;
	transition:all 1s;
	}
	
	
			
.in_recruit .top  .text h3{
	font-size:30px;
	padding-bottom:10px;
	border-bottom:1px solid #fff;
	margin-top:10px;
	}	
.in_recruit .top  .text .p1{
	font-size:16px;
	line-height:30px;
	
	}
.in_recruit .top  .text .p2{
	font-size:24px;
	margin-top:3%;
	margin-bottom:15px;
	}	
.in_recruit .bottom{
	padding-top:3%;
	padding-bottom:10%;
	}	
.in_recruit .bottom h3{
	font-size:24px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	}	
	
.in_recruit .bottom .list{
	margin-top:25px;
	
	}	
	
.in_recruit .bottom .list dl dt{
	font-size:16px;
	font-weight:normal;
	line-height:32px;
	}
.in_recruit .bottom .list dl dd{
	font-size:14px;
	line-height:28px;
	color:#666;
	}		
	
.in_service{
	padding-top:50px;
	min-height:800px;
	padding-bottom:50px;
	}	
.in_service p{
	margin-bottom:3%;
	}	
.in_service strong{
	padding:15px 0;
	display:block;
	}	
	
.in_downloadlist{
	padding-top:50px;
	padding-bottom:50px;
	min-height:800px;
	}	
.in_downloadlist ul li{
	
	color:#fff;
	margin-bottom:25px;
	}	
.in_downloadlist .text{
		background:#3b6caa;
		padding:20px 10px;

	}	
.in_downloadlist .left{
	font-size:60px;
	padding-top:60px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	}
.in_downloadlist .left img{
	max-width:50%;
	}	
.in_downloadlist .right{
	border-left:1px solid #fff;
	text-align:center;
	}
	
.in_downloadlist .right h2{
	margin-top:0;
	font-size:20px;
	}
.in_downloadlist .right p{
	font-size:14px;
	line-height:28px;
	margin-top:15px;
	margin-bottom:15px;
	}	
.in_downloadlist .right a{
	font-size:14px;
	display:block;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding-top:5px;
	padding-bottom:5px;
	color:#fff;
	}
.in_downloadlist .right a:hover{
	background:#fff;
	color:#000;
	}	
.in_contact{
	padding-top:50px;
	
	padding-bottom:50px;
	}	
	
.in_contact .top .img1{
	text-align:center;
	margin-bottom:3%;
	}	
	
	
.in_contact .top  ul{
	margin-bottom:3%;
	}	
.in_contact .top  ul li{
	margin-top:25px;
	text-align:center;
	}

	
.in_contact .center .list h3{
	font-size:24px;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	}	
.in_contact .center .list ul{
	margin-top:4%;
	margin-bottom:4%;
	color:#666;
	
	}
.in_contact .center .list li{
	font-size:16px;
	line-height:32px;
	}	
	
.in_contact .center .list{
	margin-bottom:4%;
	}	
	
.in_contact .bottom .p1{
	padding:10px 0;
	border-bottom:1px solid #ccc;
	font-size:16px;
	}	
	
.in_contact .bottom  form .input_text{
	display:block;
	width:100%;
	height:40px;
	color:#666;
	padding:5px 10px;
	font-size:16px;
	border:1px solid #ccc;
	
	
	}	
.in_contact .bottom  form textarea{
	padding:5px 10px;
	color:#666;
	font-size:16px;
	width:100%;
	height:260px;
	border:1px solid #ccc;
	margin-top:15px;
	margin-bottom:30px;
	
	}	
.in_contact .bottom  form .input_submit{
	width:320px;
	padding:8px;
	background:#3b6caa;
	margin:auto;
	display:block;
	color:#fff;
	border:none;
	border-radius:5px;
	}	
	
	
.in_news{
	padding-top:50px;
	padding-bottom:50px;
	min-height:800px;}	
	
	
.in_news ul li{
	margin-bottom:25px;
	}	
.in_news .img1{
	padding:3px;
	border:1px solid #ccc;
	position:relative;
	}
.in_news .img1 .bg1{
	font-size:18px;
	color:#fff;
	line-height:30px;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;
	transition:all 0.5s;
	}	
.in_news .img1 .bg1 .text1{
	border:1px solid #fff;
	padding:15px;
	position:absolute;
	width:90%;
	height:90%;
	left:5%;
	top:5%;
	transform:scale(0.01,0.01);
	transition:all 0.5s;
	
	}
.in_news .img1:hover .bg1{
		background:rgba(0,0,0,0.5);

	}	
.in_news .img1:hover .text1{
	transform:scale(1,1);
	transition:all 0.5s;
	}	
	
	
.in_news .text h2{
	font-size:18px;
	color:#010101;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	margin-top:0;
	line-height:30px;
	
	}
.in_news .text h2 span{
	color:#666;
	font-size:14px;
	}	
.in_news .text .p1{
	font-size:14px;
	color:#666;
	margin-bottom:5%;
	}	
.in_news .text .a_text{
	width:100%;
	padding:8px;
	text-align:center;
	display:block;
	background:#3b6caa;
	color:#fff;
	border-radius:5px;
	font-size:16px;
}

.in_news_detail{
	padding-top:50px;
	padding-bottom:50px;
	min-height:800px;
	}
	
.in_news_detail .top h2{
	padding:10px 0;
	font-size:24px;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:36px;
	margin-top:0;
	}	
.in_news_detail .top  p{
	font-size:14px;
	color:#999;
	text-align:center;
	}	
.in_news_detail .top  p span{
	padding:0 3%;
	}		
	
.in_news_detail .center{
	margin-top:25px;
	min-height:300px;
	font-size:14px;
	}		
.in_news_detail .bottom{
	margin-top:50px;
}	

.in_news_detail .bottom h3{
	font-size:14px;
	color:#666;
	display:inline-block;
	margin-top:0;
	}	
	
.in_product{
	padding-top:50px;
	padding-bottom:50px;
	
	}
	
.in_product h2{
	font-size:18px;
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	
	}	
.in_product .list{
	margin-bottom:35px;
	}	
.in_product .list .p1{
	margin-top:10px;
	margin-bottom:35px;
	}	
.in_product .list ul li{
	text-align:center;
	margin-bottom:25px;
	}	
.in_product .list ul li .img1{
	border:1px solid #ccc;
	padding:3px;
	position:relative;
	}	
	
.in_product .list ul li .bg1{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
		background:rgba(0,0,0,0.5);
		transform:scale(0.1,0.1);
		opacity:0;
		transition:all 0.5s;
	
	}	
	
	
.in_product .list ul li .text{
	position:absolute;
	width:80%;
	height:80%;
	left:10%;
	top:10%;
	padding:15px;
	font-size:24px;
	color:#fff;
	border:1px solid #fff;
	text-align:center;
	

	}	
	
.in_product .list ul li .text h3{
	font-size:24px;
	margin-top:15%;
	margin-bottom:15%;
	}	
	
.in_product .list ul li .text .a_text{
	font-size:14px;
	width:80%;
	display:inline-block;
	text-align:center;
	padding:5px 0;
	max-width:150px;
	border:1px solid #fff;
	margin:auto;
	color:#fff;
	
	}	
	
.in_product .list ul li .text .a_text:hover{
	background:#3b6caa;
	color:#fff;
	}	
.in_product .list ul li:hover .bg1{	
   		transform:scale(1,1);
		opacity:1;
		transition:all 0.5s;

  }
.in_product_category{
	padding-top:50px;
	padding-bottom:50px;
	min-height:800px;
	}	
		
.in_product_category .top h3{
	font-size:18px;
	margin:0;
	padding:10px 0;
	border-bottom:1px solid #ccc;

	}	
	
.in_product_category .top{
	margin-bottom:35px;
	}	
.in_product_category .top .p1{
	margin-top:10px;
	margin-bottom:35px;
	font-size:12px;
	color:#666;
	}	
	
.in_product_category .bottom ul li{
	margin-bottom:25px;
	text-align:center;
	
	}	
	
.in_product_category .bottom .img1{
	border:1px solid #ccc;
	padding:3px;
	transition:all 0.5s;
	overflow:hidden;
	}
.in_product_category .bottom ul li .img1 img{
	transition:all 0.5s;}
.in_product_category .bottom h2{
	font-size:14px;
	margin:3px 0;
	padding:10px 0;
	background:#e6e6e6;
	text-align:center;
	transition:all 0.5s;
	
	}	
	
	
.in_product_category .bottom ul li:hover .img1{
	border:1px solid #3b6caa;
	
	
	}	
.in_product_category .bottom ul li:hover .img1 img{
	transform:scale(1.1,1.1);
	opacity:0.8;
	transition:all 0.5s;
	}	
.in_product_category .bottom ul li:hover h2{
	background:#3b6caa;
	color:#fff;
	transition:all 0.5s;
}

.in_product_detail{
	padding-top:50px;
	padding-bottom:50px;
	}
.in_product_detail .top{
	padding-top:25px;
	padding-bottom:25px;
	border:1px solid #ccc;
	
	}		
.in_product_detail .top .left ul li{
	text-align:center;

	}
.in_product_detail .top .left ul li img{
	max-height:448px;
	width:auto;
	margin:auto;
	max-width:100%;
	border:none;
	}
.in_product_detail .top .left{
	position:relative;
	}
.in_product_detail .top .left .owl-prev{
	position:absolute;
	left:0;
	height:100%;
	top:0;
	font-size:40px;
	color:#999;
	width:50px;
	text-align:center;
	text-align:center;
	}
.in_product_detail .top .left .owl-prev span{
	position:absolute;
	display:inline-block;
	height:10%;
	top:45%;
	width:100%;
	left:0;
	}	

.in_product_detail .top .left .owl-next{
	position:absolute;
	right:0;
	height:100%;
	top:0;
	font-size:40px;
	color:#999;
	width:50px;
	display:table-cell;
	text-align:center;
	}
.in_product_detail .top .left .owl-next span{
position:absolute;
	display:inline-block;
	height:10%;
	top:45%;
	width:100%;
	right:0;
	}
.in_product_detail .top .left .owl-dots{
	position:absolute;
	bottom:0;
	text-align:center;
	width:100%;
	}

.in_product_detail .top .left .owl-dots .owl-dot{
	height:14px;
	width:14px;
	background:#e6e6e6;
	border-radius:7px;
	display:inline-block;
	margin:0 7px;
	
	}
	
.in_product_detail .top .left .owl-dots .owl-dot.active{
	background:#3b6caa;
	}
.in_product_detail .top .right{
	border-left:1px solid #ccc;
	}
	
.in_product_detail .top .right ul li{
	font-size:18px;
	margin-bottom:5%;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	
	}	
	
.in_product_detail .top .right .a_text{
	display:block;
	background:#3b6caa;
	color:#fff;
	padding:10px;
	text-align:center;
	margin-top:12.5%;
	transition:all 0.5s;
	}
.in_product_detail .top .right .a_text:hover{
	background:#666;
	transition:all 0.5s;
	}		
	
.in_product_detail .bottom .text{
	margin-bottom:35px;
	}	
	
.in_product_detail .bottom .text h3.title{
	font-size:18px;
	color:#3b6caa;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	}	
	
	

.in_product_detail .bottom .text .slide_table{
	overflow-y:hidden;
	overflow-x:auto;
	width:100%;
	
	}

.in_product_detail .bottom .text table{
border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
	
.in_product_detail .bottom .text table td{
	border:1px solid #ccc;
	padding:10px;
	border-left:0;
	border-bottom:0;
    text-align: center；
	}	
	
.in_product_detail .bottom .text img{
	margin-top:10px;
	margin-bottom:10px;
	}	

	
	
	
	
		