@charset "utf-8";
/* CSS Document */
html { padding:0px; margin:0px;}
*{margin:0px;padding:0px;word-wrap:break-word;}
body{ font-size:14px; font-family: "微软雅黑"  !important;color:#333; line-height: 24px; width: 100%; background:#f5f5f5;}
a{color:#333;text-decoration:none;}
a:hover{color:#253f8c;}
a img{border:none;} 
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {padding: 0px; margin: 0px;list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input:focus,textarea:focus,select:focus{ outline:none;}
input[type="text"],select{}
.blank10 { height:10px; clear:both}
.blank20 { height:20px; clear:both}
.blank30 { height:30px; clear:both}
.blank40 { height:40px; clear:both}
.blank50 { height:50px; clear:both}
.blank60 { height:60px; clear:both}
.clear{ clear:both}
.fl { float:left;}
.fr { float:right}
.pt { padding-top:100px;}
.pt60 { padding-top:60px;}
.p30 {padding-top:30px;}
.p40 {padding-top:40px!important;}
.p50 {padding-top:50px;}
.m30{margin-top:30px!important;}
.m80 {margin-top:80px!important;}
.mb60 {
	margin-bottom: 60px;
}
.m60 {
	margin-top: 60px!important;
}
.pt30 {
	padding-top: 30px;
}
.pb60 {
	padding-bottom: 60px;
}
 .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);

      /* 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;
    }
.container {
	width: 1440px;
	margin: 0 auto;
}
.logo {
	width: 460px;
	height: 66px;
	padding: 5px 0px;
}
.logo img {
	width: 460px;
}
.menu {
	height: 76px;
	line-height: 76px;
	width: 860px;
}
.menu ul li {
	width: calc(100% / 9);
	float: left;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s;
	color: #333333;
}
.menu ul li a {
	color: #333333;
}
.menu_hover {
	background:#1e4fdc;
	
}
.menu_hover a {
	color: #FFFFFF!important;
}
.menu ul li:hover {
	background:#1e4fdc;
}
.menu ul li:hover a, .menu_hover a{
	color: #fff;
}
.menu_hover a span {
	color: #fff !important;
}
.menu ul li:hover span {
	color: #fff;
}
.class-title  {
	position: relative;
}
.class-title h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 70px;
}
.class-title span {
	background:#1e4fdc;
	width: 40px;
	height: 3px;
	display: block;
}
.class-title p {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}
.class-title a {
	background: #1e4fdc;
	height: 50px;
	width: 180px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	right: 0rem;
	top: 40px;
}
.index-product {
	padding: 20px 0px 50px 0px;
}
.index-product ul li {
	width: 343px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	border: #eeeeee solid 1px;
}
.index-product ul li:nth-child(4n+0) {
	margin-right: 0px;
}
.index-product ul li a {
	display: block;
}
.product-box  {
	width: 323px;
	height:252px;
	display: block;
	overflow: hidden;
	margin: 10px auto;
	
}
.product-box:hover img {
	transform:scale(1.1);
	opacity:1;
}
.product-box img {
	width: 100%;
	height: 252px;
	display: block;
	transition: all linear 0.3s;
}
.product-text {
	margin: 10px auto;
	width: 324px;
	height: 55px;
	line-height: 55px;
	background: #1e4fdc;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}
.about {
	background:url(../images/about-bg.png) repeat-x;
	padding-bottom: 50px;
	}
.about-top {
	color: #FFFFFF;
	padding: 40px 0px;
	background: url(../images/logo-bg.png) center right no-repeat;
}
.about-top h1 {
	line-height: 60px;
	font-size: 40px;
	font-weight: 600;
}
.about-bottom {
	background: url(../images/about.jpg);
	background-size: cover;
}
.about-left {
	width: 695px;
	float: left;
}
.about-left img {
	width: 100%;
}
.about-right {
	width: 660px;
	float: left;
	margin-left: 40px;
	padding-top: 40px;
}
.about-right h1 {
	line-height: 60px;
	font-size: 40px;
	font-weight: 500;
}
.about-right h3 {
	font-size: 24px;
	font-weight: normal;
	padding: 30px 0px;
	line-height: 30px;
}
.about-right p {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.about-right a {
	background: #1e4fdc;
	height: 50px;
	width: 180px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	margin-top: 50px;
}
.advantage {
	background: #FFFFFF;
	padding: 50px 0px;
}
.advantage-box {
	margin-top: 20px;
}

.advantage-box ul li {
	width: 450px;
	height: 360px;
	margin-right: 45px;
	position: relative;
	float: left;
}
.advantage-box ul li:nth-child(3n+0){
	margin-right: 0px;
}
.advantage-img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 450px;
	height: 360px;
	overflow: hidden;
}
.advantage-text {
	position: relative;
	z-index: 999;
	width: 370px;
	height: 360px;
	padding: 0px 40px;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
}
.line {
	width: 100%;
	height: 2px;
	display: block;
	background: rgba(255,255,255,0.5);
	position: relative;
	overflow: hidden;
}
.line-move {
	position: absolute;
	left: -80%;
	background: rgba(255,255,255,1);
	width: 100%;
	height: 2px;
	transition: all linear 0.3s; 
}
.advantage-box ul li:hover .line-move {
	left: 0px;
}
.advantage-icon {
	position: absolute;
	top: 80px;
	transition: all linear 0.3s; 
}
.advantage-box ul li:hover .advantage-icon  {
	top: 50px;
}
.advantage-txt {
	position: relative;
	top: 120px;
	transition: all linear 0.3s; 
}
.advantage-box ul li:hover .advantage-txt  {
	top: 140px;
}
.advantage-txt h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 50px;
}
.advantage-txt p {
	margin-bottom: 30px;
}
.advantage-txt a {
	color: #FFFFFF;
	margin-top: 40px;
	display: block;
}
.news {
	padding: 50px;
}
.news-box ul li {
	width:450px;
	float: left;
	margin-right: 45px;
	transition: all linear 0.3s;
}
.news-box ul li:nth-child(3n+0) {
	margin-right: 0px;
}
.news-box {
	margin-top: 20px;
}
.news-box .news-date {
	color: #999999;
}
.news-box h3 {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	transition: all linear 0.3s;
}
.news-box .news-text {
	color: #999999;
	line-height: 24px;
}
.news-box a {
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all linear 0.3s;
}
.news-box ul li:hover  h3 {
	color: #1e4fdc;
	line-height: 50px;
}
.news-box ul li:hover a {
	color: #1e4fdc;
}
.footer {
	background: #FFFFFF;
	line-height: 70px;
	text-align: center;
	color: #333333;
}
.blue {
	background: #1e4fdc !important;
	color: #FFFFFF;
}
.contact {
	background: url(../images/contact.jpg) center center no-repeat;
	color: #FFFFFF;
	padding: 60px 0px;
	text-align: center;
}
.contact h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 60px;
}
.contact p {
	line-height: 50px;
	font-size: 16px;
}
.contact p i {
	background: #FFFFFF;
	color: #333333;
	width: 20px;
	height: 20px;
	border-radius: 12px;
	line-height: 20px;
	font-size: 16px;
	margin-right: 8px;
	margin-left: 40px;
}

.container1400 {
	width: 1400px;
	margin: 0px auto;
	padding: 20px;
	background: #FFFFFF;
}
.article-left {
	width: 300px;
	float: left;
	background: #FFFFFF;
}
.left-class {
	background: #1e4fdc;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFFFFF;
	font-size: 28px;
}
.left-class i {
	margin-right: 10px;
}
.left-menu {
	background:#1e4fdc;
	margin-top: 5px;
	padding: 10px 0px;
}
.left-menu ul {
	width: 280px;
	margin: 10px auto;
}
.left-menu ul li {
	background: #FFFFFF;
	margin-top: 5px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.left-menu ul li a {
	position: relative;
	display: block;
	padding: 0px 15px;
}
.left-menu ul li a i {
	position: absolute;
	right: 15px;
	line-height: 50px;
	height: 50px;
}
.leftmenu_hover {
	background:#1e4fdc !important;
}
.leftmenu_hover a {
	color: #FFFFFF;
}
.leftmenu_hover:hover {
	background: #1e4fdc !important;;
}
.left-menu ul li:hover a {
	color:#1e4fdc !important;;
}
.article-right {
	width: 1050px;
	float: right;
}
.position {
	line-height: 50px;
	height: 50px;
	color: #999999;
}
.position i {
	font-size: 20px;
	margin-right: 5px;
}
.position a {
	color: #999999;
}
.article {
	line-height: 24px;
	color: #333333;
	margin-bottom: 60px;
	margin-top: 20px;
	min-height: 200px;
}
.article p {
	margin: 5px 0px;
}
.article-title {
	font-size: 24px;
	line-height: 60px;
	text-align: center;
}
.article-date {
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.article-date i {
	margin-right: 10px;
}
.news01 {
	margin-top: 10px;
}
.news01 ul li {
	width: 100%;
	margin-bottom: 25px;
	background: #f1f1f1;
	transition: all linear 0.3s;
}
.news01 ul li .news01-text {
	padding-left: 30px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	transition: all linear 0.3s;
}
.news01 ul li .news01-text h4  {
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	transition: all linear 0.3s;
}
.news01 ul li .news01-txt {
	margin: 15px 0px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	transition: all linear 0.3s;
}
.news01 ul li .news01-date {
	color: #666666;
	transition: all linear 0.3s;
}
.news01 ul li:hover {
	background: #016bb7;
	color: #FFFFFF!important;
}
.news01 ul li:hover .news01-txt,.news01 ul li:hover .news01-date,.news01 ul li:hover .news01-text h4 {
	color: #FFFFFF;
}
.product01 ul li {
	width: 334px;
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
	background: #FFFFFF;
	border: #eeeeee solid 1px;
}
.product01 ul li:nth-child(3n+0) {
	margin-right: 0px;
}
.product01 ul li a {
	display: block;
}
.product-box01  {
	width: 314px;
	height:230px;
	display: block;
	overflow: hidden;
	margin: 10px auto;
	
}
.product-box01:hover img {
	transform:scale(1.1);
	opacity:1;
}
.product-box01 img {
	width: 100%;
	height: 230px;
	display: block;
	transition: all linear 0.3s;
}
.product-text01 {
	margin: 10px auto;
	width: 314px;
	height: 55px;
	line-height: 55px;
	background: #1e4fdc;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}









































































.xbanner {
	width: 100%;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.xbanner {
	height: 400px;
}

.newsitem {
	width: 1200px;
	margin: 30px auto;
}
.newsitem  ul li {
	width: 380px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: all linear 0.3s;
}
.newsitem  ul li:nth-child(3n+0) {
	margin-right: 0px;
}
.newsitem-img {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.newsitem-img img {
	width: 100%;
}
.newsitem-title {
	line-height: 28px;
	height: 56px;
	font-size:16px;
	overflow: hidden;
	margin: 8px 0px;
}
.newsitem-date {
	color: #999999;
	font-size: 12px;
}
.newsitem-dat i {
	margin-right: 8px;
}
.control {
	background: #f7f7f7;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 60px;
}
.honor ul li {
	width:291px;
	float: left;
	margin-right: 12px;
	margin-bottom:15px;
	background: #253f8c;
}
.honor ul li:nth-child(4n+0) {
	margin-right: 0px;
}
.honor .honor-img {
	width: 100%;
	height: 412px;
	overflow: hidden;
	display: block;
	transition: all linear 0.3s;  
}
.honor .honor-img img {
	transition: all linear 0.3s;  
	width: 100%;
}
.honor ul li:hover .honor-img img {
	transform:scale(1.2);
	opacity:1;
}
.honor .honor-text {
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #FFFFFF;
}
/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 20px 0; text-align:center;text-align:-webkit-center}
#fenye a{ width:40px; text-align:center; float:left; border:2px solid #bfbfc7;background:#fff; height:40px; font-size:12px;color:#666; line-height:28px; margin-left:5px;display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:2px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:2px solid #bfbfc7;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #bfbfc7;border: 2px solid #000;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 40px;text-align: center;float: left;border: 2px solid #bfbfc7;background: #fff;height: 40px;font-size: 12px;color: #666;line-height: 40px;margin-left: 10px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 2px solid #ff7d02;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:40px; text-align:center; float:left; border:2px solid #cfcfcf;background:#fff; height:40px; font-size:12px;color:#333; line-height:40px; margin-left:10px;}
#pagelist a.next1 { width:110px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#1b1b1b;border:2px solid #000;color:#fff;}
#pagelist a:hover{background:#1b1b1b;border:2px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:40px; font-size:13px; height:40px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}