* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #1e2996;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
p, div {
	color: #333;
	font-size: 12px;
}
strong{
	font-weight:bold;
	}
.not-animated { opacity:0; }
.table-box{
	display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.container:after,#about:after,.about-bd:after,.nav-list:after,.more:after,.logo:after, .cases-list:after, .choose-list:after,.choose-list li:after,.contact-list:after{
	content: "";
	display: table;
	clear: both;
}
body {
	background: #fff;
}
.container{
	width:1200px;
	min-width: 1200px;
	margin:0 auto;
	}

#top{
	padding: 20px 0;
	background: #f9f9f9;
}
.logo{
	width: 410px;
	margin: 0 auto;
	float: left;
	
}
.logo img{
	display: block;
	width: 420px;
}

.nav{
	width: 750px;
	float: right;
}
.nav .tel{
    display: flex;
    align-items: center;
	justify-content: flex-end;
	padding-right: 20px;
}
.nav .tel img{
    display: block;	
    width: 40px;
}
.nav span{
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
}

.nav p{
	color: #fe0000;
    font-size: 16px;
    font-weight: bold;
}

#nav{
	min-width: 1200px;
	border-top:1px solid #eaeaea;
}


@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.nav-list{
	padding: 10px 0;
	text-align: right;
	}
.nav-list>li{
	display: inline-block;
	position:relative;
	padding:0 17px;
	}
.nav-list>li>a{
	position:relative;
	display:inline-block;
	line-height:40px;
	overflow:hidden;
	}
.nav-list>li>a:hover{
	text-decoration:none;
	}
.nav-list>li>a span{
	display:block;
	color:#001f73;
	padding:0 3px;
	margin: 0 auto;
	font-size:15px;
	transition: all ease-out .3s;
	}
.nav-list>li>a div{
	width:0;
	border-bottom:1px solid #3F51B5;
	margin:10px auto 0 auto;
	transition: all ease-out .3s;

	}
.nav-list>li>a span:after {
    content: attr(data-title);
    position: absolute;
    color: #3F51B5;
    left: 0;
	right:0;
	text-align:center;
    transform: translateY(100%);
    width: 100%;
}

.nav-list>li>a:hover span,.nav-list>li:hover span,.nav-list>li>a.cur span{
	color:#3F51B5;
	transform: translateY(-100%);
  }
.nav-list>li>a:hover div,.nav-list>li:hover>a>div, .nav-list>li>a.cur div{
	width:100%;
	}
.nav-tel{
	height: 43px;
}
.nav-tel img{
	width: 22px;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
}
.tel-tip{
	display: none;
    position: absolute;
    top: 35px;
    width: 120px;
    z-index: 999;
}
.tel-tip .hide-num{
	display:block;
	padding:5px;
	padding-left: 10px;
	color:#fff;
	font-size: 14px;
	text-align: left;
	border-radius: 0 3px 3px 3px;
	background:#1e2996;
	}

.tel-tip .arrow {
	display:block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #1e2996;
}
.nav-tel:hover .tel-tip{
	display: block;
}
/*下拉菜单*/
.down-menu{
	display:none;
	position:absolute;
	padding-top:10px;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
	}
.down-menu-list{
	padding:7px 0;
	border-top:2px solid #3F51B5;
	background:rgba(255,255,255,0.98) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	background:#fff;
	filter:Alpha(opacity=98);/*实现IE背景透明*/
	border-radius:0 0 5px 5px;
	}
.down-menu-list a{
	display:block;
	color:#000;
	border-bottom: 1px solid #F1F1F1;
	font-size:13px;
	padding:7px 0;
	text-align:center;
	}
.down-menu-list a:hover{
	color:#fff;
	background:#3F51B5;
	text-decoration:none;
	}
.down-menu-list a:last-child{
	border-bottom:none;
	}


#banner{
	min-width:1200px;
	overflow: hidden;
	}

#banner .swiper-container {
	width: 1920px;
	height: 100%;
	left: 50%;
	margin-left: -960px;
}
#banner .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;
}
#banner .swiper-slide img{
	display: block;
}

#banner .banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}
#banner .banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}
#banner .banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
#banner .banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #ff0000;
    border-radius: 50%;
    background: none;
}

/*.swiper-button-next, .swiper-button-prev {
	display: none;
}
*/
/*.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}*/

#banner .swiper-container .hide{
  opacity:0;
}
#banner .swiper-button-next,#banner .swiper-button-prev{
  transition:opacity 0.5s;
}
#banner .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
#banner .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
#banner .swiper-button-next,#banner  .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}
#banner .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}
#banner .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

.index-tit{
	position: relative;
	text-align: center;
	margin-bottom: -70px;
}

.index-tit img{
	
}

.index-tit span{
    position: absolute;
    left: 0;
    right: 0;
    font-size: 28px;
    color: #cc0000;
    font-weight: bold;
    text-align: center;
}

#service{
	padding-top: 40px;
	overflow: hidden;
	background: #f5f5f5;
}
.fixed-bg {
    min-width: 1140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #F2F2F2;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.service-list{
	background: url("../images/service-bg.png") no-repeat center center;
	padding: 70px 0;
	margin: 0 -5px;
}

.service-list dl{
	width: 220px;
	margin: 0 10px;
	padding: 20px 15px;
	text-align: center;
	background: #fff;
	float: left;
}
.service-list dl dt{
	
}
.service-list dl dt h2{
	font-size: 20px;
}
.service-list dl dt img{
	display: block;
	width: 50px;
	margin: 15px auto;
}

.service-list dl dd{
	
}
.service-list dl dd p{
	font-size: 14px;
	text-align: justify;
}
.service-list dl dd .more a{
	display: inline-block;
	background: #0e1185;
	padding: 7px 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;;
}
.service-list dl dd .more a:hover{
	background: #c00;
}

#choose{
	padding: 40px 0;
}

.index-tit-02 h2 {
    text-align: center;
    font-size: 28px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    color: #c00;
}
.tit-line {
    width: 50px;
    margin: 15px auto 15px auto;
    border-bottom: 3px solid #000000;
}
.index-tit-02 p{
	text-align: center;
	font-size: 14px;
}
.choose-list{
	margin-top: 40px;
}
.choose-left{
	width: 562px;
	float: left;
}
.choose-left dl{
	margin-top: 25px;
	margin-bottom: 50px;
}
.choose-left dl dt h3{
	font-size: 28px;
}
.choose-left dl dt p{
	font-size: 14px;
	margin-top: 15px;
	margin-left: 25px;
}
.serial-num{
	display: inline-block;
	width: 93px;
	height: 41px;
	margin-right: 5px;
	background: url("../images/num-bg.png") no-repeat left top;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.red-color{
	color: #c00;
}
.choose-list .choose-right{
	width: 638px;
	float: right;
}

#advantage{
	padding-top: 40px;
	background: #f5f5f5;
}
.advantage-bd{
	height: 481px;
	background: url("../images/youshi-img.jpg") no-repeat center center;
}
.advantage-bd li p{
	color: #fff;
	font-size: 16px;
}
#about{
	padding-top: 40px;
	padding-bottom: 30px;
}
.about-bd{
	margin-top: 50px;
}
.about-bd img{
	display: block;
	width: 440px;
	float: left;
}
.about-instro{
	width: 710px;
	padding-top: 5px;
	float: right;
}
.about-content{
	text-align: justify;
}
.about-content p{
	font-size: 15px;
	line-height: 22px;
}
.about-zongzhi{
	margin-top: 20px;
}

#cases{
    background-image: url(../images/cases-bg.png);
    padding: 40px 0;
}

.cases-list{
	margin: 0 -10px;
}
.cases-list dl{
	width: 225px;
	margin: 0 9px 20px 9px;
	float: left;
}
.cases-list dl dt{
	padding: 3px;
	height: 321px;
	box-shadow: 5px 3px 8px #bdbdbd;
	border: 1px solid #ccc;
}
.cases-list dl dt img{
	display: block;
	width: 100%;
	margin: 0 auto;
}

.cases-list dl dd{
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
.more{
	margin: 10px 0;
	text-align: center;
}
a.btn-more {
	display: inline-block;
    color: #fff !important;
    background-color: #1e2996;
    border-width: 0px;
    border-radius: 5px;
    padding: 10px 20px 8px 20px;
    margin: 0 auto;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.more a:hover {
	cursor: pointer;
    color: #fff;
    background-color: #ec271e;
    text-decoration: none;
}
#news{
	padding: 40px 0;
    background-image: url(../images/news-bg.jpg);
}
.news-bd{
	margin: 0 -10px;
	margin-top: 40px;
}
.news-bd li{
	width: 285px;
	margin: 0 10px;
	padding: 20px 0 15px 0;
	background: #fff;
	float: left;
}
.news-bd li h2{
	text-align: center;
	margin-bottom: 20px;
}
.news-bd li .news-img{
	width: 285px;
	height: 150px;
	overflow: hidden;
}
.news-bd li .news-img img{
	display: block;
	width: 100%;
}
.news-list{
	padding: 15px 15px 5px 25px;
}
.news-list a{
    position: relative;
    display: block;
	font-size: 13px;
    margin-bottom: 10px;
}
.news-list a:before {
    background: #c00;
}
.news-list a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.news-tit h2{
	color: #fff;
	text-shadow: none;
}
.news-tit .tit-line{
	border-bottom: 3px solid #c00;
}
.news-tit p{
	color: #fff;
}
.f-tit h2{
    color: #fff;
}

#contact{
	padding: 45px 0;
}
.contact-tit h2{
	color: #c00;
}
.contact-list{
	margin-top: 40px;
}
.contact-list dl{
	width: 300px;
	text-align: center;
	float: left;
	
}
.contact-list dl dt{
	margin-bottom: 10px;
	text-align: center;
}
.contact-list dl dt img{
	width: 40px;
}
.contact-list dl dd h3{
	color: #777;
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-list dl dd p{
	font-size: 18px;
	padding: 0 10px;
}
.contact-list dl dd p.address{
	font-size: 14px;
}
#i-banner {
    position: relative;
	min-width: 1200px;
    overflow: hidden;
}
#i-banner img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#bread{
	padding: 8px 0;
	background: #f5f5f5;
}
.bread-nav{
	display: flex;
	font-size: 13px;
	align-items: center;
}
.bread-nav img{
	width: 25px;
	margin-right: 10px;
}

#inner{
	position: relative;
}
.inner-top{
	margin-top: 45px;
	padding-bottom: 45px;
}
.i-tit{
	text-align:center;
	}
.i-tit h2{
	color:#333;
	font-size:18px;
	text-shadow:0 1px 0 #fff;
	}

.i-line{
	width:30px;
	margin:15px auto 40px auto;
	border-bottom:3px solid #1e2996;
	}

.i-left{
	width: 270px;
	margin-top: 40px;
	margin-bottom: 20px;
	float: left;
}
.i-left-fixed {
    position: fixed;
    top: 65px;
	left: inherit;
}

.i-category{
	
}
.i-category-tit h3{
    background-color: #1a5794;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 15px;
    text-align: center;
}
.i-category-list{
	border: solid #ddd;
    border-width: 0 1px 1px;
    padding: 10px;
}
.i-category-list a{
	display: block;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 0 15px;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 15px;
}
.i-category-list a:hover {
    color: #fff;
    background: #c00;
    text-decoration: none;
}
.i-left-news{
	margin-top: 20px;
}
.i-left-column-tit{
    height: 40px;
    border: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    border-left: 3px solid #1a5794;
}
.i-left-column-tit h3{
    line-height: 40px;
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
}
.i-left-news-list{
	padding: 10px;
	border: 1px solid #ddd;
	border-top: none;
}
.i-left-news-list a{
	display: block;
	color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0;
}

.i-left-contact{
	margin-top: 20px;
}
.i-left-contact-content{
	padding: 10px;
	border: 1px solid #ddd;
	border-top: none;
}
.i-left-contact-content p{
	font-size: 15px;
	margin: 5px 0;
}
.i-right{
	width: 890px;
	padding: 40px 30px 40px 0;
	float: right;
}

.i-content h1{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.i-content .line{
	width: 45px;
	margin: 20px auto;
}

.i-news{
}
.i-news dl{
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}
.i-news dl:hover{
	cursor: pointer;
	border-bottom: 1px dashed #1e2996;
}
.i-news dl:hover a{
	color: #1e2996;
}
.i-news dl:hover dd h3{
	color: #1e2996;
}
.i-news dl:hover dd p{
	color: #4753ca;
}
.i-news dl dt{
	width: 160px;
	max-height: 106px;
	overflow: hidden;
	float: left;
}
.i-news dl dt img{
	width: 100%;
}

.i-news dl dd{
	width: 680px;
	font-size: 12px;
	line-height: 20px;
	margin-left: 20px;
	float: right;
}
.i-news dl dd h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.i-news dl dd p{
	font-size: 14px;
}

.i-cases-list dl{
	width: 202px;
}
.i-cases-list dl dt{
	height: 287px;
}
.i-contact{
	display: flex;
	justify-content: center;
}

.i-details{
	
}

.i-details-tit{
	margin-bottom: 10px;
}
.i-details-tit h1{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.i-details-pic{
	text-align: center;
}
.i-details-pic img{
	max-width: 860px;
}

.i-details-content p{
	font-size: 15px;
	margin-bottom: 15px;
}
.i-details-content p img{
	max-width: 860px;
}

.i-contact-content h1{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.i-contact-list{
	text-align: center;
}

.i-contact-list dl{
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	overflow: hidden;
}
.i-contact-list dl dt{
	display: flex;
	align-items: center;
	width: 85px;
	margin-right: 10px;
}
.i-contact-list dl dt img{
	width: 30px;
}
.i-contact-list dl dt span{
	margin-left: 10px;
	font-size: 14px;
}
.i-contact-list dl dd{
	text-align: left;
	padding-top: 2px;
	font-size: 14px;
}

#allmap {
	margin: 0 auto;
	margin-top: 20px;
	width: 860px;
	height:400px;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	}
.wechat{
	margin-bottom: 40px;
}
.wechat img{
	display: block;
	width: 130px;
	margin: 0 auto;
}
.wechat p{
	font-size: 13px;
	color: #666;
	text-align: center;
}

#footer{
	padding: 45px 0;
    display: flex;
    justify-content: center;
}
.reserve{
	width: 340px;
	float: left;
}
.reserve h2, .contact h2, .code h2{
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 30px 0;
    margin: 0;
}
.reserve-list{
	
}
.reserve-list li{
    margin-bottom: 20px;
}
.reserve-list li input, .reserve-list li textarea{
    font-size: 12px;
    width: 320px;
    background-color: #fff;
    color: #666;
	border: 1px solid #efefef;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 0px;
}
.reserve-list li input{
    height: 36px;
}
.reserve-list li textarea{
	padding-top: 10px;
	height: 110px;
}
#submit-button{
    height: 40px;
    width: 200px !important;
    text-align: center;
    vertical-align: middle;
    border-width: 0px;
    background-color: #1e2996;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    -webkit-appearance: button;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#submit-button:hover{
	background: #b5001d;
}
#copy{
	min-width: 1200px;
	padding: 10px;
	background: #000;
}
#copy p, #copy p a{
	font-family: "Microsoft YaHei", "微软雅黑";
	text-align: center;
	color: #969696;
	font-size: 12px;
}
