@charset "utf-8";
/* CSS Document */
/*css重置*/
html{ font-size:625%;}
body{ font-size:14px;}
body,html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,th,td,form,object,iframe,blockquote,pre,a,abbr,address,code,img,fieldset,form,label,figure{margin:0;padding:0;}
body,html,input,button,textarea{color:#333; font-family: "Arial";line-height:1.5}
em{font-style: normal;}
a{color:#4d4d4d;text-decoration: none;}
a:hover{color:#293866;transform: scale(1.0);transition: all 0.3s linear;text-decoration: none;}
ul,li,ol,dl,dt,dd{list-style:none; padding:0; margin:0;}
img{max-width: 100%;}
.clearfix{clear: both;}
.f_l{ float:right;}
.f_r{ float:left;}

/*top*/
.top{
	width: 100%;
	height: auto;
	background-color: #4c4c4c;
	padding: 20px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.nav{text-align: left;}
.nav ul li{
	float: left;
	padding: 12px 0;
}
.nav ul li a{
	font-size: 16px;
	color: #fff;
	font-family: "Arial";
	display: block;
	padding: 8px 10px;
	border: solid 1px #4c4c4c;
	text-transform: uppercase;
}
.nav ul li a:hover{
	border: solid 1px #fff;
	text-decoration: none;
}
.phone li{
	color: #fff;
	font-size: 16px;
	padding: 16px 0;
}
.phone li img{padding-right: 10px;}
/*手机导航*/
.sp_header{display: none;}
/*banner*/
.banner{margin-top: 105px;}
.banner img{width:100%}
.swiper-container{margin-top: 105px!important;}
/*title*/
.title h1{
	font-size: 40px;
	color: #333;
	padding-bottom: 30px;
	margin: 0;
	text-transform: uppercase;
	font-family: Arial;
	text-align: center;
}
.title2 h1{
	font-size: 40px;
	color: #fff;
	padding-bottom: 30px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
}
/*product*/
.product{
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #fff;
	margin: 60px 0;
}
.product1{background-color: #e6e6e6;padding: 200px 15px 30px;}
.product2{background-color: #a7aab1;padding: 30px 50px 10px;margin-bottom: 10px;}
.product3{background-color: #e5e6ea;padding: 40px 10px 6px;}
.product3_img{margin-top: 50px;}
.product4{background-color: #abaeb2;padding: 61px 50px 10px;}
.product{float: left; position: relative;}
.product p{font-size: 20px;color: #000000;position: absolute;top: 18px;left: 40px;}
.product1_img{overflow: hidden;}
.product1_img img{
	width: 100%;
	-moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}
.product1_img:hover>img{
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.product2_img img{
	width: 100%;
	-moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}
.product2_img:hover>img{
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.product3_img img{
	width: 100%;
	-moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}
.product3_img:hover>img{
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.product4_img img{
	width: 100%;
	-moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}
.product4_img:hover>img{
	-webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.product_button{
	display: block;
	width: 180px;
	line-height: 48px;
	border: 1px solid #293866;
	background: #293866;
	color: #fff;font-size: 18px;
	text-align: center;
	margin: 50px auto 0 auto;
}
.product_button:hover{
	background: #fff;
	color: #293866;
	transition:0.3s;
	transition-timing-function: ease-in-out;
	text-decoration: none;
}
/*application*/
.application{
	width: 100%;
	height: auto;
	padding: 60px;
	background-color: #f2f2f2;
	overflow: hidden;
}
.application_text1 p{
	color: #666666;
    font-size: 18px;
    /* text-align: justify; */
    font-family: Arial;
    margin-top: 60px;
}
.application_img{
	padding-right: 0px;
    padding-left: 0px;
}
.application_text2 p{
	color: #666666;
    font-size: 18px;
    /* text-align: justify; */
    font-family: Arial;
    margin-top: 120px;
}
/*about*/
.about{
	background:  linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
    url(../images/about_bg.png) left 50% top 50% / cover no-repeat fixed;
	padding: 60px 0;
}
.about_text{
	color: #e5e5e5;
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
}
.about_button{
	display: block;
	width: 180px;
	line-height: 48px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 50px auto 0 auto;
}
.about_button:hover{
	background: #fff;
	transition:0.3s;
	transition-timing-function: ease-in-out;
	color: #1a1a1a;
	text-decoration: none;
}
/*Group Vision*/
.vision{
	width: 100%;
	height: auto;
	margin-top: 100px;
	text-align: center;
}
.vision_title{
	font-size: 40px;
	color: #1a1a1a;
	font-family: Arial;	
}
.vision_con{
	font-size: 24px;
	line-height: 40px;
	margin-top: 20px;
	font-family: Arial;
}
/*news*/
.news{
	width: 100%;
	height: auto;
	margin-top:60px;
	background-color: #f2f2f2;
	padding: 60px 0;
}
.news_text{
	background-color: #fff;
	padding: 30px 15px;
}
.news_text:hover{
	background: #293866;
	-moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.news_text h1{
	font-size: 16px;
	color: #1a1a1a;
}
.news_text p{
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin-top: 15px;
}
.news_button{
	display: block;
	margin-top: 20px;
	font-size: 14px;
	color: #1a1a1a;
}
.news_button:hover{color: #293866;}
.news_text:hover h1,.news_text:hover p,.news_text:hover .news_button{color: #fff;text-decoration: none}
/*foot*/
.foot_1{
	width: 100%;
	height: auto;
	background-color: #333;
	padding: 60px 0;
}
.footer h1{
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform:uppercase;
}
.footer li a{font-size: 14px;line-height: 24px;color: #ccc;}
.footer li a:hover{color: #fff;text-decoration:none;}
.f_t{width:270px;float:left;}
.foot_c{font-size: 14px;line-height: 30px;color: #ccc;font-family: Arial;width: 100%!important;}
.foot_c a{color:#ccc}
.foot_2{
	width: 100%;
	height: auto;
	background-color: #1a1a1a;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	padding: 22px 0;
}
/*location*/
.location{
	width: 100%;
	height: auto;
	padding: 10px 0;
	background:#f2f2f2;
}
.location a{font-size:14px;line-height:40px; color:#333;text-transform: uppercase;}
.location span{font-size:14px;line-height:40px; color:#293866;text-transform: uppercase;font-weight: bold;}
.location a:hover{color:#000;}
/*about us*/
.profile{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.profile_title p{font-size: 16px;color: #999;font-family: Arial;}
.profile_title span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	border-left: 10px solid #293866;
	padding-left: 20px;
	margin-top: 5px;
	text-transform: uppercase;
	font-family: Arial;
}
.profile_con h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Arial;
}
.profile_con p{font-size: 14px;line-height: 28px;color: #666;font-family: Arial;}
/*advantage*/
.advantage{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.abv_text{margin-top: -5px;}
.abv_text h5{
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color: #293866;
	margin: 0;
}
.abv_text p{
	font-size: 14px;
	line-height: 26px;
	color: #1a1a1a;
}
/*slogan*/
.slogan{margin-top: 70px;}
.slogan_text{margin-top: 20px;}
.slogan_title{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 35px;
	border-left: 10px solid #293866;
	padding-left: 20px;
}
.slogan_con{margin-top: 18px;}
.slogan_con p{font-size: 15px;line-height: 40px;}
/*photo*/
.photo{
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 70px 0;
	margin-top: 70px;
}
.photo_title{text-align: center;}
.photo_title p{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	font-family: Arial;
}
.photo_title span{
	display: block;
	font-size: 24px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Arial;
}
.photo_line{width: 50px;height: 3px;background: #293866;margin: 0 auto;}
.photo_1{margin-top: 30px;}
/*honor*/
.honor{margin-top: 70px;margin-bottom: 80px;}
.honor_1{margin-top: 50px;}

/*products*/
.products{
	width: 100%;
	height: auto;
	padding: 20px 0;
	margin-top: 40px;
}
/*product_list"*/
.product_list{
	width: 100%;
	height: auto;
}
.product_list h3{
	background-color: #293866;
	color: #fff;
	padding: 16px 6px;
	font-size: 20px;
	margin-top: 0;
}
.product_list>ul>li{
	padding: 20px 0;
	border-bottom: 1px solid #293866;
	font-size: 16px;
	font-family: Arial;
}
.product_list>ul>li>a{
	text-decoration: none;
}
/*pro*/
.pro_index_1{margin-bottom: 20px;}
.pro_index_1a{padding: 10px 0;}
.pro_index_1b{padding-top: 20px;white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
.pro_index_1b a{font-size: 18px;color: #1a1a1a;font-family: Arial;}
.pro_index_1b a:hover{text-decoration: none;color: #293866;}
.pro_index_1{
	cursor: pointer; 
	overflow: hidden;
	position: relative;
	padding: 10px;
	text-align: center;
	margin-bottom: 10px;
}
.pro_index_1a img{
	width: 100%;top: 0;
	position: relative;left: 0;
	-webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
}
.pro_index_1a img:hover{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
    -ms-transform: scale(0.9); 
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.pro_index_1:hover{
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.40);
	background-color: #fff;
}
/*page*/
.page1{
	width:100%;
	height:auto;
	text-align:center;
	overflow: hidden
}
.page{margin:25px 0; padding:0}
.page li{
	display:inline-block;
	margin-top:4px;
	font-size:12px;
	margin-bottom:1px;
}
.page li a{
	display:block;
	padding:6px 16px 6px 16px;
	background-color:#293866;
	border:solid #293866 1px;
	color:#fff;
}
.page li a:hover{
	background-color:#fff; 
	text-decoration:none;
	color:#444;
}

.page li a:hover .txt_1{ color:#293866;}
.current{	background-color:#fff !important; 
	text-decoration:none;
	color:#444 !important;}
/*simple*/
.simple{
	width: 100%;
	height: auto;
	margin: 60px 0;
}
.simple_box{
	-moz-box-shadow: 0 0 20px rgba(90,90,90,0.3);
    -o-box-shadow: 0 0 20px rgba(90,90,90,0.3);
    -webkit-box-shadow: 0 0 20px rgba(90,90,90,0.3);
    box-shadow: 0 0 20px rgba(90,90,90,0.3);
}
.simple_box{
	text-align: center;
	height: 285px;
	position: relative;
	margin-bottom: 40px;
}
.product_img{
	position: absolute;
	top: 30px;left: 15px;
	overflow: hidden;
}
.product_img img{width: 100%;
	-moz-transition: 1.0s all ease;
    -o-transition: 1.0s all ease;
    -webkit-transition: 1.0s all ease;
    transition: 1.0s all ease;
}
.product_img:hover>img{
	-webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}
.simple_box p{
	position: absolute;
	bottom: 6px;
	font-size: 18px;
	color: #555;
	width: 100%;
	overflow:hidden;
}
/*contact*/
.contact{
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 40px;
}
.contact_box{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #f2f2f2;
	border: solid 1px #f2f2f2;
	padding: 20px;
}
.contact_box:hover{
	background-color:#fff;
	border: solid 1px #293866;
}
.contact_box h4{
	font-size: 24px;
	margin-top: 30px;
	font-family: Arial;
}
.contact_box p{
	font-size: 16px;
	margin-top: 10px;
	font-family: Arial;
}
.contact_line{
	width: 40px;
	height: 6px;
	background: #293866;
	margin: 0 auto;
}
/*message*/
.message{
	width: 100%;
	height: auto;
}
.message_title{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
}
.message_title h3{
	font-size: 24px;
	font-weight: bold;
	color: #666;
	margin: 0;
}
.message_title p{
	font-size: 18px;
	color: #444;
	margin-top: 20px;
}
.message input,.message textarea{
	border: 1px solid #ccc;
	width: 100%;
	padding: 20px;
	font-size: 18px;
	margin-top: 30px;
}
.message input{height: 50px;}
.message textarea{
	height: 240px;
	color: #999;
	padding-top: 10px;
}
.send input{
	width: 310px;
	height: 70px;
	background: #666;
	border: none;
	font-size: 24px;
	color: #fff;
	border-radius: 40px;
	margin-bottom: 40px;
}
.send input:hover{
	background: #293866;
	transition:background-color 0.3s;
	transition-timing-function: ease-in-out;
}
/*support*/
.support{
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 40px;	
}
.support_title span{
	display: block;
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
	font-family: Arial;
}
.download{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.download ul li{
	margin-bottom:10px;
	font-family: Arial;
}
.download ul li a{
	font-size: 16px;
	font-family: Arial;
	color: #000;
}
.download ul li a:hover{
	color: #293866;
	text-decoration: none;
}
.fr{float: right;}
/*new*/
.new{
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
.new_title{text-align: center;}
.new_title h4{
	font-size: 24px;
	font-family: Arial;
}
.new_title span{
	color: #666;
	font-family: Arial;
}
.new_text p{
	font-family: Arial;
	color: #333;
	text-align: justify;
	font-size: 16px;
	margin-bottom: 10px;
}
.new_page{
	border-top: #ddd 1px dashed;
}
.new_page ul{margin-top: 20px;}
.new_page ul li{
	color: #333;
}
.new_page ul li a{
	color: #999;
}
.new_page ul li a:hover{
	color: #000;
}
/*proinfo*/

.product-info{
	width: 100%;
	height: auto;
}
.product-info h1{
	font-size: 30px;
	color: #293866;
	margin-top: 10px;
	margin-bottom: 30px
}
.product-info  ul li{
	font-size: 18px;
	color: #293866;
}
.product-btn{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.product-btn a{
	background-color: #293866;
	color: #fff;
	font-size: 18px;
	padding: 6px 10px;
	border-radius: 4px;
	border: solid #293866 1px; 
}
.product-btn a:hover{
	color: #293866;
	border: solid #293866 1px; 
	background-color: #fff;
	text-decoration: none;
}
.product_photo img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.product_detail h1 {
    font-size: 24px;
    color: #293866;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 30px;
}
.product_detail td{
    height: 30px;
    border: 1px solid #ccc;
    text-align: left;
    line-height: 2;
    font-size: 12px;
    color: #666;
    background: #fbfbfb;
    padding: 4px 20px;
	font-family: Arial;
}
.products_service h1{
    font-size: 24px;
    color: #293866;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 30px;
}
.products_service p{
    margin: 0;
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.8;
	font-family: Arial;
	color: #666;
}
.product_photo h1{
    font-size: 24px;
    color: #293866;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 30px;
}
#outBox{
	width: 1002px;
	height: 540px;
	margin: 2px auto;
}
.w{
	width: 550px;
	height: 450px;
}
.leftBox{
	width: 450px;
	height: 540px;
	float: left;
}
.normalBox{
	overflow: hidden;
	position: relative;
	border: 2px solid #f2f2f2;
	background-color: #999;
}
.normalBox .w{
	display: none;
}
.normalBox .w img{width: 100%;}
.botBox{
	width: 100%;
	height: 90px;
	background: white;
	overflow: hidden;
	margin-top: 10px;
}
.botBox ul li{
	float: left;
	width: 54px;
	height: 54px;
	border: 2px solid #fff;
	border-radius: 5px;
	margin-left: 26.5px;
	opacity: 0.5;
}
.bord{
	border-color: #e4393c !important;
	opacity: 1 !important;
}
.moveBox{
	width: 200px;
	height: 200px;
	background: rgba(222,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	cursor: move;
}
.magBox{
	width: 540px;
	height: 540px;
	border: 1px solid #f2f2f2;
	position: relative;
	float: left;
	overflow: hidden;
	display: none;
	z-index: 9999;
}

.magBox ul li{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#n,.m{
	display: block !important;
}
.box{
	width: 110px;
	margin: auto;
}
.outBox{
	width: 100%;
	height: auto;
	border: solid 1px #ddd;
	display: none;
}
.swiper-container {
  width: 100%;
  height:auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ej{
	display:none;
}
.ej>li{padding: 10px 0;}
.products_a h1{font-size: 24px;
    color: #293866;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 30px;}
.protop{margin-top:30px}
/*媒体查询*/ 
@media (max-width:768px){
	.top{display: none;}
	.sp_header{display: block;}
	.swiper-container{padding-top: 50px!important;}
	.banner{padding-top: 50px!important;}
/*contact*/
	.contact{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.contact_box{margin-bottom: 10px;}	
	.message_title{margin: 20px 0;}
	.message_title p {margin-top: 10px;}
	.message input, .message textarea{margin-top: 10px;}
/*simple*/
	.simple{margin: 20px 0;}
	.simple_box{margin-bottom: 20px;}
	.page{margin: 0;}
/*support*/
	.support{margin: 20px 0;}
/*products*/
	.products{margin: 0;}
/*slogan*/
	.slogan{margin-top: 20px;}
/*photo*/
	.photo{margin-top: 20px;padding: 20px 0;}
/*honor*/
	.honor{margin: 20px 0;}
/*news*/
	.news{margin: 20px 0;padding: 20px 0;}
	.news_con{margin-top: 20px;}
/*vision*/
	.vision{margin-top: 50px;}
	.vision_title{font-size: 22px;}
	.vision_con{font-size: 16px;line-height: 30px;margin-top: 25px;}
/*about*/
	.about{padding: 40px 0;}
/*title*/
	.title h1{font-size: 24px;padding-bottom: 10px;}
	.title2 h1{font-size: 24px;padding-bottom: 10px;}
	.about_text{font-size: 16px;line-height: 32px;text-align: center;}
	.about_button{margin: 20px auto 0 auto;}
/*application*/
	.application{padding: 15px 0;margin: 10px 0;}
	.application_text1 p{margin-top: 20px;}
	.application_text2 p{margin-top: 20px;margin-bottom: 10px;}
/*.product*/
	.product{padding: 0;margin: 20px 0;}
	.product1{background-color: #e6e6e6;padding: 80px 15px 30px;margin-bottom: 10px;}
	.product2 {background-color: #a7aab1;padding: 60px 50px 10px;margin-bottom: 10px;}
	.product3 {background-color: #e5e6ea;padding: 20px 10px 6px;margin-bottom: 10px;}
	.product_button{margin: 20px auto 0 auto}
/*download*/
	.download{margin-top: 20px;}
/*foot*/
	.foot_1{padding: 10px 0;}
/**/
	#outBox{display: none;}
	.outBox{display: block;}
/*product_detail*/
	.product_detail{margin-bottom: 10px!important;}
	.products_service{margin-bottom: 0!important}
	.product_photo h1{margin-bottom: 10px;}
	.products_service h1{margin-bottom: 0px;}
	.product_detail h1{margin-bottom: 10px;}
	
	.banner{margin-top: 0px;}
	.swiper-container{margin-top: 0px!important;}
}
@media (min-width:768px) and (max-width:992px)
{
	
	.swiper-container{padding-top: 50px!important;}
	.banner{padding-top: 50px!important;}
	
	.application_img img{width: 100%;text-align: center;}
	#outBox{display: none;}
	.outBox{display: block;}
}

@media (min-width:992px) and (max-width:1200px)
{
	.top{display: none;}
	.sp_header{display: block;}
	.swiper-container{padding-top: 50px!important;}
	.banner{padding-top: 50px!important;}	

	#outBox{display: none;}
	.outBox{display: block;}
	}
@media (min-width:1201px){
	.application_img{padding-right: 0!important;padding-left: 0!important;}
	.navagation{padding-right: 0!important;padding-left: 0!important;}
}

