@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;text-decoration: none;}
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;}
.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;
}

/*top*/
.top{
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	border-bottom: solid 1px #cacbcf;
}
.logo{
    padding: 10px 0;
    display: flex;
    align-items: Center;
    justify-content: Center;
   
}

.logo img{
     max-height: 130px;
}
.top .row{
    display: flex;
}

.nav_wrap{
    height: 100%;
    display: flex;
    align-items: Center;
    justify-content: Center;
}
.nav_wrap .head_nav{display: inline-block;float: left;position: relative;z-index: 2;}
.nav_wrap .head_nav,.nav_wrap .head_nav a{color: #000;}
.nav_wrap .head_nav>li {display: inline-block;line-height: 85px;font-size: 20px;margin: 0 7px;position:relative;perspective: 500px;font-family: Arial;vertical-align: middle;padding: 0 10px 0;}
.nav_wrap .head_nav>li>a {position:relative;display:inline-block;/* text-transform: uppercase; */}
.nav_wrap .head_nav>li>a:before{content: '';display: block;width: 0%;height: 3px;background-color: #495aa2;position: absolute;left: 50%;bottom: -1px;text-decoration: none;}
.nav_wrap .head_nav>li>a>b{display: inline-block;margin-left: 15px;font-weight: normal;}
.nav_wrap .head_nav>li>a>b:after {font-family: 'fontawesome';font-size: 20px;content: '\f107';;vertical-align: middle;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;text-decoration: none;}
.nav_wrap .head_nav>li li {position: relative;text-align: left;padding: 0 15px;}
.nav_wrap .head_nav>li li a {display: block;line-height:1.8em;padding:8px 0;font-size: 14px;position: relative;color:#666;border-bottom: 1px solid #eee;}
.nav_wrap .head_nav>li li a:before,.nav_wrap .head_nav>li li:hover>a:before{content:'';display:block;width:4px;height:30%;background-color:#132c62;position:absolute;left:-16px;top:40%;opacity:0;filter:alpha(opacity=0);}
.nav_wrap .head_nav>li li a:hover:before,.nav_wrap .head_nav>li li:hover>a:before{top:50%;margin-top: -11px;height:22px;opacity:1;filter:alpha(opacity=100);text-decoration: none;}
.nav_wrap .head_nav>li li b:after{content: '\f105';font-size: 16px;position: absolute;right: 0;top: 10px;}

.nav_wrap .head_nav>li li:last-child>a{border-bottom: 0;}
.nav_wrap .head_nav>li li:hover>a{color: #495aa2;text-decoration: none;}
.nav_wrap .head_nav>li ul ul{left: 104%;top: -15px;}
.nav_wrap .head_nav>li:hover>a{color:#000;text-decoration: none;}
.nav_wrap .head_nav>li:hover>a>b:after{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}
.nav_wrap .head_nav>li.nav-current>a{color: #000;text-decoration: none;}
.nav_wrap .head_nav>li.nav-current>a:before,.nav_wrap .head_nav>li.nav-current>a:after,.nav_wrap .head_nav:hover>li:hover>a:before,.nav_wrap .head_nav:hover>li:hover>a:after{opacity: 1;filter: alpha(opacity=100);text-decoration: none;}
.nav_wrap .head_nav>li.nav-current>a:before,.nav_wrap .head_nav:hover>li:hover>a:before{width: 100%;left: 0%;text-decoration: none;}
.nav_wrap .head_nav:hover>li>a:before,.nav_wrap .head_nav:hover>li>a:after{opacity: 0;filter: alpha(opacity=0);text-decoration: none;}
.nav_wrap .head_nav:hover>li>a:before{width: 0%;left: 50%;}
.nav_wrap .head_nav li ul{width: 250px;padding: 15px 0;background-color:#fff;border:1px solid #ddd;background-color: rgba(255,255,255,.96);position: absolute;left: 0;top: 100%;z-index:999;-webkit-transform:translateY(15%);-ms-transform:translateY(15%);-o-transform:translateY(15%);transform:translateY(15%);opacity:0;filter: alpha(opacity=0);visibility:hidden;box-sizing: border-box;-webkit-transform-origin: center 0;-moz-transform-origin: center 0;-ms-transform-origin: center 0;-o-transform-origin: center 0;transform-origin: center 0;box-shadow:4px 4px 0 rgba(0,0,0,.1);}
.nav_wrap .head_nav li:hover>ul{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;opacity: 1;filter: alpha(opacity=100);visibility: visible;}
.search{padding: 30px 0 0;}
.search input{    border: solid 1px #495aa2;
    border-radius: 16px;
    padding: 6px 0;
    width: 100%;
    padding-left: 10px;
    background: url(../images/search.png) no-repeat 200px;}
/*手机端导航*/
.sp_header{display: none;}
/*banner*/
.banner{margin-top: 84px;}
.swiper-container{margin-top: 84px!important;}

/*advantage*/
.advantage{
	width: 100%;
	height: auto;
	text-align: center;
	padding:20px 0;
	border-bottom: solid 1px #e0e0e0;
}
.adv_box h5{
	font-size: 60px;
	color: #495aa2;
	font-family: "Arial";
	font-weight: bold;
}
.adv_box p{
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Arial";
}
/*products*/
.title{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0;
}
.title h2{
  font-size: 48px;
  font-family: "Arial";
  color: rgb(63, 75, 87);
  line-height: 1.2;
}
.title p{
  font-size: 16px;
  font-family: "Arial";
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 1.2;
  padding:10px 0; 
}
.int-pro{
	padding-top: 75px;
	padding-bottom: 90px;
}
.int-pro-box{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0; 
}
.int-pro-box{ 
	overflow: hidden; 
	position: relative; 
	border-left: 1px solid #e0e0e0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
	text-decoration: none;
}
.int-pro-img { 
	position: relative; 
	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; 
}
.int-pro-img img {width: 80%;}
.int-pro-txt { 
	position: relative;
	z-index: 9;
	padding: 35px 10%;
	text-align: center; 
	decoration: none;
}
.int-pro-txt-h2{
	padding-bottom: 12px; 
	line-height: 1; 
	font-size: 22px;
	color: #000000;
	-moz-transition:0.8s;
	-webkit-transition:0.8s;
	transition:0.8s; 
}
.int-pro-txt-h3 {
	line-height: 26px;
	font-size: 14px; 
	color: #666666;
	-moz-transition:0.8s; 
	-webkit-transition:0.8s;
	transition:0.8s; 
}
.int-pro-ico {
	margin: 34px auto 0; 
	width: 26px; 
	height: 26px;
	background-image: url(../images/ico-02.png); 
	background-repeat: no-repeat;
	background-position: 0 0;
	-moz-transition:0.8s;
	-webkit-transition:0.8s;
	transition:0.8s;
}
.int-pro-bg {
	position: absolute; 
	bottom: -100%; 
	width: 100%; 
	height: 226px; 
	background-color: #495aa2;
	-moz-transition: 0.5s; 
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.int-pro-box :hover .int-pro-txt-h2, .int-pro-box :hover .int-pro-txt-h3 {color: #ffffff;text-decoration: none;}
.int-pro-box :hover .int-pro-ico { background-position: 0 -26px;}
.int-pro-box :hover .int-pro-bg { bottom: 0; z-index: 8;}
.int-pro-box a:hover{text-decoration: none;}
/*service*/
.service{
	width: 100%;
	height: auto;
	position: relative;
	left: 0;
	top: 0;
}
.title_box{
	width: 100%;
	position: absolute;
	left: 0; 
	top: 12%;
	margin-top: -49px; 
	text-align: center;
}
.title_box h2{
  font-size: 48px;
  font-family: "Arial";
  color: rgb(63, 75, 87);
  line-height: 1.2;
}
.title_box p{
  font-size: 14px;
  font-family: "Arial";
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  line-height: 1.2;
  padding:6px 0 0; 
}
/*featured*/
.featured{
	width: 100%;
	height: auto;
	margin: 60px 0;
}
/*foot*/
.foot_1{
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	padding: 40px 0;
}
.foot_a h4{
  background-color: rgb(73, 89, 162);
  border-radius: 16px;
  color: #fff;
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
}
.foot_a p{
  font-size: 20px;
  font-family: "Arial";
  color: rgb(73, 89, 162);
  line-height: 1.2;
}
.foot_b h4{
  font-size: 24px;
  font-family: "Arial";
  color: rgb(73, 89, 162);
  line-height: 1.2;
}
.foot_b ul li{
	border-bottom: solid 1px #e0e0e0;
	padding: 10px 0;
    font-size: 14px;
    font-family: "Arial";
    color: rgb(153, 153, 153);
    line-height: 1.2;
}
.foot_b ul li img{
	padding: 6px;
}
.foot_2{
	width: 100%;
	height: auto;
	background-color: #dbdbdb;
	padding: 10px 0;
	text-align: center;
}
.foot_2 p{
  font-size: 14px;
  font-family: "Arial";
  color: rgb(102, 102, 102);
  line-height: 1.2;
}

/*about us*/
.side-nav { height: 64px; }
.side-nav li { float: left; line-height: 64px; font-size: 16px; text-align: center; }
.side-nav li a { display: block; background-color: rgba(0,0,0, .60); color: #ffffff; }
.side-nav li a:hover { background-color: #425292;text-decoration: none;}
.side-nav li.side-nav-hover a { background-color: #4959a2 !important; }

.about-tit { padding-top: 80px; padding-bottom: 25px; line-height: 1; font-size: 32px; font-weight: bold; color: #4959a2; }
.about-line { width: 125px; height: 2px; background-color: #4959a2; }
.about-font { padding-top: 40px; padding-bottom: 30px; line-height: 30px; font-size: 18px;font-family: "Arial";color: #000;}
.about-img { position: relative; margin-bottom: 100px; width: 100%; margin-top: 60px;}
.about-img-col {position: absolute; top: 0;  z-index: 10; width: 330px; height: 60px; background-color: #575e67; line-height: 60px; font-size: 16px; color: #ffffff; text-align: center; }
.about-page { display:none;position: absolute; top: 0; right: 0; z-index: 10; width: 120px; height: 60px; background-color: #4959a2; }


/*product center*/
.pro-nav {padding-top: 60px;text-align: center; }
.pro-nav li {white-space: nowrap;text-overflow: ellipsis;overflow: hidden; zoom: 1; display: inline-block;  width: 30%; line-height: 40px; font-size: 14px; text-align: center; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }
.pro-nav li a { display: block; background-color: #ebebeb; color: #666666; }
.pro-nav li a:hover { background-color: #4959a2; color: #ffffff; text-decoration: none;}
.pro-nav li.side-nav-hover a { background-color: #4959a2 !important; color: #ffffff !important; }
.products_index{
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.pro_index{
	width: 100%;
	height: auto;
	padding: 20px;
	-moz-transition:all .25s ease-out .2s; -webkit-transition:all .25s ease-out .2s; transition:all .25s ease-out .2s; 
}
.pro_index:hover { -moz-transform: translateY(-6px); -webkit-transform: translateY(-6px); transform: translateY(-6px); }
.pro_img{
	border: 4px solid #f5f5f5;
	-moz-transition:all .25s ease-out .2s; 
	-webkit-transition:all .25s ease-out .2s; 
	transition:all .25s ease-out .2s;
	padding: 60px 20px;
}
.pro_img:hover{border-color: #4959a2; }
.pro-tit{
	overflow: hidden;
	padding-top: 10px; 
	line-height: 1; 
	font-size: 18px; 
	color: #333333; 
	text-align: center; 
	word-break: keep-all; 
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*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:#4959a2;
	border:solid #4959a2 2px;
	color:#fff;
}
.page li a:hover{
	background-color:#fff; 
	text-decoration:none;
	color:#444;
}
.page li a:hover .txt_1{ color:#4959a2;}
.current{	background-color:#fff !important;  
	text-decoration:none !important;
	color:#444 !important;}
/*contact*/
.title_con{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.message-tit{
	padding-top: 70px;
	padding-bottom: 25px;
	color: #4959a2;
}
.message-line{
	width: 25px; 
	height: 1px; 
	background-color: #666666; 
}
.messages input,.messages textarea{
	border: 1px solid #ccc;
	width: 100%;
	padding: 20px;
	font-size: 18px;
	margin-top: 30px;
}
.messages input{height: 50px;}
.messages textarea{
	height: 240px;
	color: #999;
	padding-top: 10px;
	padding-bottom: 40px;
}
.send{
	width: 100%;
	height: auto;
	padding: 330px 0 20px;
}
.message-btn{
	display: block;
	margin: 45px auto 0;
	width: 200px; height: 50px;
	background-color: #4959a2;
	cursor: pointer;
	line-height: 50px;
	font-size: 16px; 
	color: #ffffff; 
	text-align: center; 
}
.contact_box{padding: 20px 0;}
.contact-col {
	padding-bottom: 13px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #404040;
	line-height: 1; 
	font-size: 18px; 
	color: #333333; 
	font-weight: bold;
	font-family: "Arial"; 
}
.contact-txt {
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	font-family: "Arial";
}
.customers_1{
	padding: 20px 0;
}
.customers_1 img{
	opacity: 0.2;
	transition: 2s;
}
.customers_1 p:hover img{
	opacity: 1;
}
/*pro-info*/
.pro_info{
	width: 100%;
	height: auto;
	margin: 30px 0;
}
.product-info{
	width: 100%;
	height: auto;
}
.product-info h1{
	font-size: 28px;
	color: #000;
	margin-top: 25px;
	margin-bottom: 30px;
	font-family: Arial;	
}
.product-info  p{
	font-size: 16px;
	color: #000;
	font-family: Arial;
}
.product-info span{
	color: #000;
	font-size: 16px;
	font-family: Arial;
}
.product-btn{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.product-btn a{
	background-color: #4959a4;
	color: #fff;
	font-size: 16px;
	padding: 8px 22px;
	border: solid #4959a4 1px; 
}
.product-btn a:hover{
	color: #4959a4;
	border: solid #4959a4 1px; 
	background-color: #fff;
	text-decoration: none;
}
/*description*/
.description{
	width: 100%;
	height: auto;
}
.description h3{
	color: #4959a4;
	padding: 10px 0;
}
/*related_index*/
.related_index{
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.img_box{
	padding: 10px 0;
}
.img_box img{
	width: 100%;
	height: auto;
	border: solid 2px #e0e0e0;
}
.img_box p{
	text-align: center;
	padding: 10px 0;
}
.none{
	display: none;
	border: solid 2px #e0e0e0;
}
.slide p{
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}
.slide p a:hover{
	text-decoration: none;
	color: #4959a2;
}
#map{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.KeFuDiv{
	position: fixed;
	top:90px;
	right:0;
	z-index:999;
	height:auto;
	width:163px;
	background:url(../images/online1.jpg) no-repeat top;
	min-height:188px;
	background-color:#FFFFFF;
}
.KeFuList{
    font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	margin-top:146px;
	padding:0px 5px 8px 2px;
	text-align:left;
	line-height:28px;
}
.KeFuList img{ vertical-align:middle}
.KeFuList a{ font-size:12px;}
.KeFuTitle{
	
	margin-left:9px;
	font-size:9pt;
	width:101px;
	height:20px;
	text-align:center;
}
.KeFuItem{
	text-align:center;
	margin-top:8px;
	font-size:9pt;
}
.content-news-1{ background-color: #fff;margin-top: 20px;padding: 20px 20px ;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition:  0.5s;	transition:  0.5s;}
.content-news-1-1 h2{font-size: 18px; padding-bottom: 10px;  padding-top: 30px;}
.content-news-1-1 p{ line-height: 30px;color: #666;}
.more-1{ width: 160px;padding: 6px 0 ;text-align: center;margin-top: 20px; 
margin-bottom: 20px;background-color: #293866;font-size: 18px;border-radius:3px 3px ;color: #fff;
-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;	transition: 0.3s;}
.more-1:hover{ background-color: #ef7d18;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
.newscontent{font-size:16px;margin:20px 0;}
.newscontent h1{text-align:center;margin:20px 0;}
.np{margin-top: 20px;
    border-top: 1px solid;
    padding: 20px 0;}
/*媒体查询*/ 
@media (max-width:768px){
	.top{display: none;}
	.sp_header{display: block;}
	.swiper-container{margin-top: 0px!important;padding-top: 50px!important;}
	.banner{margin-top: 0!important;padding-top: 50px!important;}
	.products_index{padding: 0;}
	.pro-nav{padding-top: 0px}
	.pro-nav li{width: 100%;}
	.side-nav li{line-height: 40px;}
	.pro_index{padding: 10px;}
	.about-tit { padding-top: 20px; padding-bottom: 10px; font-size: 28px;line-height: 1.3; }
	.about-img { margin-bottom: 60px; }
	.about-img-col {width: 160px; height: 40px;line-height: 40px;font-size: 16px;position: absolute;top: 0;right: 130px;}
	.about-page {width: 120px; height: 40px; }
	.message-tit{padding-top: 10px;}
	.title_con{padding-bottom: 0;}
	.contact{width: 100%; height: auto;padding: 0 0 60px;}
	.contact-txt{height: 0;}
	.none{display: block;}
	.page{display: none;}
	.title_box p{display: none;}
	.title p{display: none;}
	.title h2{font-size: 40px;}
	.title_box h2{font-size: 30px;}
	.int-pro{padding: 0;}
	.int-pro-box{margin-top: 0;}
	.title_box {width: 100%;position: absolute;left: 0px;top: 30%;}
	.int-pro-txt{padding: 0;}
	.int-pro-img{height: 160px;}
	.featured{margin: 20px 0;}
	.title{padding: 20px 0 20px;}
	.send{padding: 480px 0 20px;}
}
@media (min-width:768px) and (max-width:992px){

}

@media (min-width:992px) and (max-width:1200px){
	
}
@media (min-width:1201px){
	.pro_index{padding-right: 0!important;padding-left: 0!important;}
}

