﻿@charset "utf-8";

/*
 * Swiper 2.7.5
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 4, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}








element.style {
    width: 5600px;
    transform: translate3d(-2800px, 0px, 0px);
    transition-duration: 1.8s;
    height: 473px;
}





ul,
li,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}



.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.c-full {
  width: 100%;
}

.c-container {
  width: 1200px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.clear {
  clear: both;
}



.header {

}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.h-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hd-top {
  height: 120px;
  position: relative;
}

.hd-top .hd-logo img {
  max-height: 100%;
  width: auto;
}

.hd-tel {
  right: 0;
  width: 270px;
  font-size: 14px;
  color: #787878;
}

.hd-tel p {
  font-size: 26px;
  color: #1e50ae;
  font-weight: 600;
  line-height: 26px;
}

.hd-tel img {
  padding-right: 15px;
}

.bg-blue {
  background: #1e50ae;
}

.nav-f li:nth-child(1) {
  margin-left: 0;
}

.nav-f li:nth-last-child(1) {
  margin-right: 0;
}

.hd-nav {
  position: relative;
  height: 50px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.hd-nav li {
  display: inline-block;
  position: relative;
}

.hd-nav li a {
  padding: 0 25px;
}

.hd-nav li:hover .nav-1 {
  height: 500px;
  display: block;
}

.hd-nav li.active, .hd-nav li:hover {
  background: #fff;
  color: #1e50ae;
}

.nav-1 {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  max-height: 0;
  display: none;
  z-index: 20;
  bottom: 0;
  position: absolute;
  background: #1e50ae;
  line-height: 45px;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
}

.nav-1 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
  width: 100%;
  margin: 0;
  word-break: keep-all;
  text-align: center;
  background: #1e50ae;
  background: #1e50aed1;
}
.nav-1 li a{
  padding: 0;
}
.nav-1 li:hover {
  background: #1e50ae;
  color: #fff;
}

.nav-1 li:hover .nav-2 {
  max-height: 500px;
}

.nav-2 {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.keywords {
  padding: 53px 0 68px 0;
  color: #2f2f2f;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.desc{
  display: none;
}
.keywords span {
  font-weight: 600;
}

.search-form {
  padding: 53px 0 68px 0;
}

.search-form .search-btn, .search-form input {
  width: 374px;
  height: 40px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.search-form .search-btn {
  width: 75px;
  background: #1e50ae;
  text-align: center;
  cursor: pointer;
}

.search-form .search-btn img {
  width: 24px;
  height: 19px;
  vertical-align: middle;
}


.sw {
  padding-bottom: 82px;
}

.c2-nav {
  float: left;
  width: 220px;
  background: #fff;
  height: 516px;
  overflow: auto;
}

.c2-nav li {
  height: 94px;
  line-height: 94px;
  font-size: 16px;
  color: #2f2f2f;
  text-align: center;
  border-top: 1px solid #f1f2f4;
  font-weight: bold;
}

.c2-nav li.active {
  background: #1e50ae;
  height: 136px;
  line-height: 136px;
  color: #f1f2f4;
  border: none;
}

.c2-pro {
  display: none;
  float: right;
  width: 980px;
}

.c2-pro.active {
  display: block;
}

.c2-pro .pro-one {
  float: left;  
  width: 31%;  
  margin: 0 0 2.9% 2.2%;
}
.pro-one .bg-img{
  padding-top: 80.26%;
  position: relative;
  overflow: hidden;
}
.pro-one .bg-img .pro-title{
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 38%;
  box-sizing: border-box;
  transition: all .5s;
  color: #fff;
  font-style: 16px;
  background: rgba(30,80,174,0.5);
}
.pro-one .bg-img:hover .pro-title{
  top: 0;
}
.c-about {
  height: 490px;
  background: #1e50ae;
  color: #fff;
  padding-top: 99px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-about .ab-img {
  width: 459px;
  height: 294px;
  margin-right: 66px;
}

.c-about .ab-title {
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0 35px 0;
}

.c-about p {
  font-size: 15px;
  line-height: 2.2;
}

.c-case {
  padding-top: 65px;
}

.title {
  border-bottom: 1px solid #fff;
}

.title h2 {
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  line-height: 24px;
  padding-bottom: 19px;
  color: #1e50ae;
  border-bottom: 1px solid #1e50ae;
}

.s2 {
  padding-top: 48px;
  padding-bottom: 88px;
}

.s2 .por-1 .pro-img {
  width: 284px;
  height: 285px;
}

.s2 .por-1 p {
  font-size: 16px;
  text-align: center;
  color: #2f2f2f;
  padding-top: 25px;
}

.col-49 {
  width: 49%;
}

.c-news ul {
  font-size: 15px;
  line-height: 40px;
  list-style: disc;
  color: #1e50ae;
  padding: 40px 0 0 18px;
}

.c-news li {
  list-style: disc;
  color: #2f2f2f;
}

.c-news li:hover {
  color: #1e50ae;
}

.c3 {
  background: #e3e7f0;
  padding: 80px 0;
}

.c-contact .hd-tel {
  padding-top: 40px;
}

.contact-des {
  padding-top: 27px;
  font-size: 15px !important;
  color: #2f2f2f !important;
  line-height: 40px !important;
}


.footer .f-nav {
  border-bottom: 1px solid #16459d;
  height: 110px;
  text-align: center;
  font-size: 16px;
  line-height: 110px;
}

.footer .f-nav a {
  padding: 0 18px;
}

.footer .copy {
  font-size: 12px;
  line-height: 3.04;
  padding: 45px 0 70px 0;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
/*# sourceMappingURL=index.css.map */