﻿/*************************
*******body******
**************************/
@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body {
	font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	height: 100%;
	min-width: 1260px;
	background: #fff;
	max-width: 100%;
	overflow: auto;
	overflow-x: hidden
}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;  -webkit-appearance:none;}
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none; -webkit-appearance:none;  }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化a的样式和字体样式*/
a{ color:#000000; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none; text-decoration:none; }
a:hover{ color: #000; text-decoration:none; }
ul, li, ol {  list-style-type: none;
}
/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { /*兼容 IE*/ zoom: 1;}
/************全局样式************/
.fl {  float: left;  }
.fr { float: right;  }
/*t图片样式*/
.center-block{display:block;margin-right:auto;margin-left:auto}
img { border: 0px; vertical-align: middle;  }
.img-responsive{display:block;height:auto;margin-left: auto; margin-right: auto;max-width:100%}
.avatar {  display: block;overflow: hidden; width: 100%; }

.avatar img{ -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;  transition: all 0.3s ease-out;  }
.avatar:hover img {transform: scale(1.2); transition: all 1s ease 0s; -webkit-transform: scale(1.2);  }
/*文字超出隐藏*/
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2 {display: -webkit-box;display: block;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/*使容器内容垂直居中*/
.ytable{ display:table; width:100%;}
.ytable-cell{ display:table-cell; vertical-align:middle;}

.main_box {
	width: 1200px;
	margin: 0 auto;
}
.m_title{ font-size:38px; margin-top:45px; color:#0C4B99; font-weight:bold; text-align: center;  }
.m_title2{ font-size:16px; padding: 10px 0; color: #666;text-align: center;}
.line2{ display: block; width: 80px; height: 2px; background: #DC4935; margin: 0 auto; margin-bottom: 20px; }
/*-- Header --*/

.header {
	width: 100%;


}
.header_top {
	width: 100%;
	background:#eee;
	height: 30px;
	line-height:30px;
	color:#999;
	font-size:12px;
	overflow: hidden;
}
.top-content { display: flex; justify-content: space-between;}

.header_top .top_nav a {
	padding: 0 12px;
	display:block;
	height:15px;
	line-height:15px;
	margin-top:5px;
	color:#999;
	border-right:1px dotted #eee;
	font-size:12px;
	float: left
}

.header_center {
	height: 105px;
	overflow: hidden;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;

}
.top-center { display: flex;  display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.header_phone { display: flex; align-items: center;}
.header_phone p {
	color:#666;

	margin-bottom:10px;
	font-size:15px;
}
.header_phone p img{ padding-right:8px;}
.header_phone b{ color:#D10505; font-size:28px; font-weight:bold; margin-top:0;  display: block;}
/*导航菜单*/
.navbar{ width: 100%; background:#0C4B99;height:70px;  }
.nav { padding: 0; margin: 0; display: flex;}
.nav li{ width: 171px;	 text-align: center;  position: relative;}
.nav li a{ 
	display:block;
	font-size: 16px;
	line-height: 70px;
	color: #fff;

}




.nav a:hover, .nav .active > a, .nav li:hover > a {
    background: #D10505;
    color: #fff;
  }

.nav li ul {

    position: absolute;
    left: 0;
    top:70px;
    background: #fff;
    padding: 0;
    margin: 0;
	display: none;
	z-index: 999;

}


.nav li ul li a {
    line-height: 50px;
    color: #333;
    height: 50px;
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 0;
    width: 100%;
}



.nav li:hover ul {
    display: block;
}

/*导航菜单 end*/
/*-- 轮番Slider --*/
figure{padding:0;margin: 0}
#viewport-shadow {position: relative;width: 100%;}
#viewport, #box, .slide {width: 100%!important;height: 600px!important;}
.slide{background-size: 1920px 600px!important;}
#viewport {overflow: hidden!important;}
.slide img {display: block;position: relative;z-index: 1;height: auto;width: 100%;border: 0;}

#next, #prev {
  position: absolute;
  top: calc(50% - 40px);
  width: 40px;
  height: 60px;
  background: transparent url(../images/themes1.gif) no-repeat left top;
  display: block;
  -webkit-transition: background .4s;
  -moz-transition: background .4s;
  transition: background .4s;
  z-index: 999;
}

#prev {left: 50px;}
#next{background: transparent url(../images/themes1.gif) no-repeat right top;right: 50px;}
#effect-switcher h2 {border-bottom: solid 1px #555;margin: 0 0 10px;}
#effect-list {overflow: hidden;}
#effect-list li {display: inline;}
.effect, .effect:hover {display: block;float: left;margin: 0 10px 0 0;border: solid 1px black;border-radius: 7px;padding: 10px 12px 6px;color: #ccc;text-decoration: none;background-color: #555;-webkit-box-shadow: inset 0px 0px 8px #000;-moz-box-shadow: inset 0px 0px 8px #333;box-shadow: inset 0px 0px 8px #333;}
.effect.current, .effect:hover.current {color: #2edbac;}
#time-indicator {width: 0px;height: 3px;background-color: #2edbac;position: absolute;top: 600px;left: 140px;}
#credits {margin: 20px 0 40px;padding: 10px 0 0;color: #555;font-size: .9em;}
#credits p{line-height:24px}

/*-- 轮番Slider end--*/
/*关于我们*/
.about{ margin-top:80px; background:url(../images/bg.jpg) no-repeat; background-size: 100%; padding: 50px 0;}
.about-box { display: flex; justify-content: center; align-items: center;}
.about_content{ flex: 1; padding-left: 80px;}
.about_content b{ color:#fff; font-size:24px; display: block; margin:40px 0; }
.about_content p{ color:#fff; line-height:24px; margin: 20px 0;}
.about_tu{ flex: 1;}
.about_more{ float: right; width: 140px; margin-top: 40px;  text-align: center; background: #D10505; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;}
.about_more a{ display: block;padding:20px 0;  color: #fff;}
.about_more a:hover{  background:#333;   }
/*荣誉证书*/
 .honor { background-color: #F5F5F5;  padding-bottom: 80px; padding-top: 10px;}
.prone .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.prone .swiper-slide p {
    background-color: #0C4B99;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 10px;
}

.prone .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.prone .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.prone .swiper-button-prev:hover, .prone .swiper-button-next:hover {
    background: #D10505;
}
/*产品中心*/
.product{ margin-top:50px; overflow: hidden; display: flex; align-content: center; justify-content: center;}
.slide-nav {
	
	background:#0C4B99;
	padding:50px 0;
	flex: 1;
	margin-right: 30px;


}

.slide-nav b{ color:#fff;  font-size:28px; display:block; padding: 15px 30px;   }
.slide-nav p{  color: #fff; padding: 10px 30px;  line-height: 20px;}
.line{ width: 90px; height:1px; background: #fff; margin:10px 30px;}
.slide-nav ul {
	list-style: none;
	margin-top: 30px;
	padding: 0;
}
.slide-nav ul li {
	margin:5px 15px;
	overflow: hidden;

}

.slide-nav ul li a {
	text-decoration: none;
	line-height: 38px;
	font-size:16px;
	margin-top:0;
	padding:0 10px;
	display: block;
	color: #fff;
	transition:all 0.3s;

}
.slide-nav ul li a:hover{  color: #D10505;}
.slide-contact { display:flex ;align-items: center; padding-left: 30px; margin-top: 40px;}
.slide-contact b { display: block; font-size: 22px; line-height: 30px; padding: 0;}
.slide-content {
	flex: 3;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;



}
.xm_list{width: 31.3%; margin: 10px 1%;}
.xm_list a{ display: block;border: 1px solid #dedede;  padding-bottom: 6px;}
.xm_list span { display: block; overflow: hidden;}  
.xm_con{ text-align: center; margin-top: 10px; overflow:hidden;}
.xm_con b{ height:40px;color: #333; padding: 5px 10px; font-size: 16px;    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.xm_con p{ color: #666; margin: 5px 0;}
.p_more {
	display: block;
	width:80px;
	margin:0 auto;
	border: 1px solid #dedede;
	background: none;
	padding: 0 20px;
	height:35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	color: #D10505;
	margin:10px auto;
	text-decoration:none;
}
.xm_list a:hover .p_more{background:#D10505;border-color:#D10505;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;color:#fff}

/*优势*/
.ys { display: flex; align-items: center; justify-content: center; align-content: stretch;}
.ys-fl { flex: 1;}
.ys-fr { flex: 1; padding-bottom: 30px; }
.ys-num {display: flex; align-items: center; }
.ys-tb { padding-right: 20px; }
.ys-title span{ color: #999;  display: block;}
.ys-title b { font-size: 32px; color: #333; line-height: 48px; display: block; margin-bottom: 20px;}
.ys-title p { line-height: 26px; color: #666;}
.ys-fr p{ margin-top: 15px;}
.ys-fr img { margin-top: 15px; }
.ys-box { margin-top: 50px;}
.ys-cont { margin-left: 40px;}
.ys-cont2 { margin-right: 40px;}
.ysimg img { width:48%; float: left;margin-right: 2%;}
/**/
.bg2{ margin-top: 80px;}

/*新闻中心*/
.news-box{ margin-top: 50px;}
.news{ display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
}
.news_left {
  flex: 4;
  margin-top: 20px;
  background: #f5f5f5;

}

.news_left  a {
  display: block;

}
.news_left a b {
  text-align: left;
  font-size: 18px;
  margin-top: 20px;
  color: #333;
  display: block;
  padding: 0 30px;
}
.news_left span{ overflow: hidden; display: block;}
.news_left p {
  line-height: 26px;
  font-size: 14px;
  text-align: left;
  color: #666;
  padding:10px 30px;

}
.news_left a:hover b{ color: #086AC4;}
.news_left img{ transition: all 0.3s ;}
.news_left a:hover img {transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);  }

#news-list {  position: relative; height: 500px; overflow: hidden;	padding-top: 80px; flex: 5;
	margin-top: 20px;
	margin-left: 20px;}
#news-list .swiper {

	margin-left: auto;
	margin-right: auto;
	
	width: 100%;
	height: 100%;


  }
  
  #news-list .swiper-slide {

	font-size: 14px;
	background: #fff;
	height:140px;

  }
  #news-list .swiper-slide a{ display: flex; align-items: center; justify-content: flex-start;  background: #F5F5F5; transition: .3s;	margin: 10px 0;}

  #news-list .swiper-button-prev {
	position: absolute;
	top:50px;
	outline: none;
	left:calc(100% - 120px);
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	
	background-position: 0 -93px;
	background-size: 100%;
  
  }
  
  #news-list .swiper-button-prev:hover {
	background-position: 0 -139px;
	background-size: 100%
  }
  
  #news-list .swiper-button-next {
	outline: none;

	position: absolute;
	top:50px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
  }
  
  #news-list .swiper-button-next:hover {
	
	background-position: 0 -46px;
	background-size: 100%
  }
  #news-list .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: '';
  }
  #news-list .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: '';
  }

.day {
  color: #666;
  flex: 1;
  height: 90px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.newscon {
  flex: 4;
  padding-left: 20px;
}
.news-more{ flex: 1; display: flex; justify-content: flex-end; margin-right:10px;}
.news-more i{width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  border: 1px solid #999;
  color: #999;
  margin: 30px 0;
  display: block;
}
.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.day span {
  font-size: 24px;
  width: 100%;
  color: #666;
  text-align: center;
  font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}

#news-list .swiper-slide a:hover { background: #086AC4; color: #fff;}
#news-list .swiper-slide a:hover .day ,  #news-list .swiper-slide a:hover .day span,  #news-list .swiper-slide a:hover .newscon b { color: #fff;}
#news-list .swiper-slide a:hover .news-more i{ border: 1px solid #fff;
  color: #fff;}
	/*底部footer*/
#footer { width:100%; margin:0 auto;
	background: #0C4B99;
	margin-top: 80px;
}
.main_foot {
	height: auto;
	padding:60px 0;
}
.main_footdl {
	width: 469px;
	border-right: 1px solid #12508E;

	
}

.main_footdl dt,.main_footd2 dt {
	font-size:20px;
	margin-bottom: 20px;
	color: #fff;
	padding: 0;
	font-weight: bold;
}

.main_footdl dd {
	height: auto;
	overflow: hidden;
	margin-top: 10px
}
.main_footdl dd a {
	line-height: 42px;
	font-size: 16px;
	width: 180px;
	float: left;
	display: block;
	color: rgba(255,255,255,.8);
}


.main_footdl dd a:hover {
	color: #D10505;
}
.main_footd2{
	width: 409px;
	border-right: 1px solid #12508E;}

.main_footd2 p{	color: rgba(255,255,255,.8);line-height: 32px;
	font-size: 16px;}
.main_footd3{ width: 170px; text-align: center; margin-top:40px;}
.main_footd3 dd{ color: rgba(255,255,255,.8); margin-top: 10px;}
.main_footd3 img{ border: 4px solid #fff; width: 140px;}
.main_foottel {
	width: 300px;
	text-align: center;
	border-right: 1px solid #12508E;

}
.main_foottel a {
	height: 32px;
	margin: 20px auto;
	width: 120px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	line-height: 32px;

	border-radius: 2px;
	color: rgba(255,255,255,.8);
}
.main_foottel a:hover {
	background: #fff;
	color: #D10505;
}
.main_foottel b {
	font-size: 28px;
	padding: 0;
	display: block;
	margin: 0;
	color: #fff;
	text-align: center;
}

.main_foottel p {
	padding: 30px 0;
	text-align: center;
	color: rgba(255,255,255,.8);
}
.footer_copy{ padding: 25px 0; text-align: center;color: rgba(255,255,255,.8); border-top: 1px solid #0A3971;}
.footer_copy a{color: rgba(255,255,255,.8);}
/*返回顶部*/
.scrollToTop {
	width: 52px;
	height: 52px;
	position: fixed;
	bottom: 5%;
	right: 2%;
	display: none;
	background: #D10505;
	color: #ebebeb;
	border-radius: 3px;
	text-align: center;
	line-height: 52px;
	z-index: 999; }
.scrollToTop:hover {
	color: #FFF; }
.scrollToTop:focus {
	color: #FFF; }
/*返回顶部 end*/

