@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	-moz-transition: all .3s
}

body {
	color: #333;
	font-size: 14px;
	font-family: microsoft yahei, arial, sans-serif;
	overflow-x: hidden
}

td,
th,
caption {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #333;
	text-decoration: none
}

a:link {
	color: #333
}

a:visited {
	color: #333
}

a:hover,
a:active,
a:focus {
	text-decoration: none
}

img {
	border: none;
	vertical-align: top
}

ol,
ul,
li {
	list-style: none
}

input,
textarea,
select,
button {
	font: 14px microsoft yahei, arial, sans-serif
}

input {
	border: 0;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	overflow-y: scroll
}

p {
	word-wrap: break-word
}

a {
	blr: expression(this.onFocus=this.blur())
}

a:focus {
	outline: none
}

a.hidefocus {
	outline: none
}

.clearfix {
	*zoom: 1;
	clear: both
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.fl {
	float: left
}

.fr {
	float: right
}

.picfocus {
	overflow: hidden
}

.picfocus img {
	width: 100%;
	-webkit-transition: .36s ease;
	-moz-transition: .36s ease;
	-o-transition: .36s ease;
	-ms-transition: .36s ease
}

a:hover .picfocus img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1)
}

* {
	outline: none
}

div {
	border: none
}

.btn {
	margin: 30px 0 0
}

.btn a {
	width: 150px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 14px;
	padding: 0 0 0 16px;
	text-align: left;
	box-sizing: border-box;
	display: block;
	color: #fff;
	background: #e8322e url(../images/jiantou.png) no-repeat 112px 11px;
	transition: all .5s cubic-bezier(.215, .61, .355, 1) 0s
}

.btn a:hover {
	background: #e8322e url(../images/jiantou.png) no-repeat 112px -39px
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

.pic {
	overflow: hidden
}

.pic img,
a.pic img {
	transition: .3s all;
	width: 100%
}

a:hover .pic img,
a:hover.pic img {
	transform: scale(1.1, 1.1)
}

img {
	vertical-align: top
}

.more {
	text-align: center;
	float: left;
	width: 100%
}

.more a {
	position: relative;
	font-size: 14px;
	display: inline-block;
	letter-spacing: 1px;
	color: #666;
	padding: 0 34px 0 8px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #666
}

.more a:after {
	content: '';
	width: 37px;
	height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	right: 2px;
	background: transparent url(../images/icon.png) no-repeat -16px -66px;
	transition: all .3s ease-out 0s;
	margin-top: -9px;
	border-left: 1px solid transparent
}

.more a:hover:after {
	background: url(../images/icon.png) no-repeat 16px -66px
}

.more a:hover {
	color: #fff;
	background: #003860;
	border-color: #003860
}



@media(max-width:1200px) {
	.f_cont .add dl {
		padding-right: 30px
	}

	.footer .f_link {
		padding: 5px 0
	}

	.footer .f_cont {
		padding: 0
	}

	.f_cont .add {
		width: 100%;
		padding: 15px 0 0
	}

	.f_cont .add dl {
		width: 100%;
		padding: 0 0 15px
	}

	.f_cont .wx {
		display: none
	}

	.footer .f_address {
		padding: 0
	}
}

.menu>ul,
.menu>ul>li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none
}

.menu>ul>li>a {
	display: block;
	text-align: center
}

@media(min-width:768px) {
	.menu>ul {
		margin-right: -18px;
		height: 100%
	}

	.menu>ul>li {
		float: left;
		position: relative
	}

	.menu>ul>li>a {
		color: #262323;
		line-height: 55px;
		font-size: 16px;
		color: #fff;
		padding: 0 54px
	}

	.menu>ul>li:hover>a,
	.menu>ul>li.active>a {
		color: #144c91;
		background: #f5cb22
	}

	.menu-icon {
		display: none
	}

	.menu>ul>li:hover .sub-menu,
	.menu>ul>li.active .sub-menu {
		display: block
	}

	.sub-menu {
		display: none;
		width: 182px;
		background: #fff;
		position: absolute;
		top: 55px;
		left: 50%;
		height: auto;
		text-align: center;
		z-index: 999;
		margin-left: -91px;
		padding: 15px 0;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		border-radius: 0 0 4px 4px
	}

	.sub-menu a {
		display: block;
		color: #333;
		font-size: 14px;
		line-height: 32px
	}

	.sub-menu a:hover {
		color: #f5cb22
	}

	.san-menu {
		position: relative
	}

	.logo2 {
		display: none
	}

	.menu>ul>li>a>span {
		background: url(../images/sj.png) no-repeat right;
		display: inline-block;
		width: 8px;
		height: 4px;
		margin-left: 2px;
		margin-bottom: 2px
	}

	.menu>ul>li:hover>a>span {
		background: url(../images/sj2.png) no-repeat right
	}
}

@media(max-width:1319px) {
	.menu>ul>li>a {
		padding: 0 36px
	}

	.menu>ul>li:hover>a,
	.menu>ul>li.active>a {
		padding: 0 37px
	}

	.sub-menu {
		width: 148px;
		margin-left: -74px
	}
}

@media(max-width:1229px) {
	.menu>ul {
		margin-right: -15px
	}
}

@media(max-width:991px) {
	.menu>ul {
		margin-right: -8px
	}

	.menu>ul>li {
		padding: 0 5px
	}

	.menu>ul>li>a {
		font-size: 14px
	}

	.menu>ul>li>a {
		padding: 0 19px
	}

	.menu>ul>li:hover>a,
	.menu>ul>li.active>a {
		padding: 0 19px
	}

	.sub-menu {
		width: 104px;
		margin-left: -52px;
		top: 55px
	}
}

@media(max-width:767px) {
	.menu {
		display: none
	}

	.menu-icon {
		display: block;
		float: right;
		padding-top: 12px
	}

	.menu-icon a {
		display: block;
		width: 31px;
		height: 27px;
		background: url(../images/menu-icon.png) no-repeat;
		outline: none
	}

	.sub-menu a {
		display: block;
		padding: 3px 10px;
		text-align: left;
		color: #d6d6d6;
		font-size: 14px;
		line-height: 25px
	}

	.sub-menu {
		margin-left: 0;
		width: 100%
	}

	.logo {
		display: none
	}

	.logo2 {
		padding-top: 7px;
		float: left
	}

	.logo2 img {
		max-width: 100%;
		display: block;
		width: 130px;
		margin-top: 5px
	}
}

.nav {
	background: #003860;
	display: none;
	padding-top: 60px
}

.nav>ul>li {
	padding: 5px 10px;
	padding-left: 35px
}

.nav>ul>li>a {
	display: block;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	position: relative
}

.nav>ul>li>a>span {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/jt7.png) no-repeat center
}

.nav>ul>li.open-sub>a>span {
	background-image: url(../images/jt6.png)
}

.nav .sub-menu {
	display: none
}

.nav li.open-sub .sub-menu {
	display: block
}

.head {
	position: relative;
	width: 100%;
	height: 178px;
	background: #fff;
	z-index: 101
}

.head .head_box {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 101
}

.head .navbar-header {
	width: 100%
}

.navbar-header .navbar-brand {
	height: 126px;
	padding: 32px 15px 17px;
	transition: .5s ease all
}

.navbar-header .navbar-brand.active {
	height: 100px;
	padding: 0;
	padding-top: 20px
}

.navbar-header .navbar-brand img {
	max-height: 100%
}

.navbar-header .navbar-brand p {
	color: #535353;
	font-size: 14px;
	border-top: 1px solid #ccc;
	line-height: 26px;
	margin: 5px 0 0;
	letter-spacing: 7px
}

.navbar-header .tel {
	transition: .5s ease all;
	float: right;
	font-size: 16px;
	color: #003860;
	line-height: 22px;
	margin-top: 39px;
	padding-left: 50px;
	background: url(../images/icon_tel.png) no-repeat top left
}

.navbar-header .tel {
	height: 30px;
	line-height: 30px
}

.navbar-header .tel.active {
	margin-top: 20px
}

.nav-box {
	width: 100%;
	background: #003860;
	position: relative;
	z-index: 100
}

@media(max-width:991px) {
	.head {
		height: 50px
	}

	.head .navbar-brand {
		float: left;
		height: 40px;
		display: block;
		margin: 0;
		box-sizing: inherit;
		padding: 5px 0
	}

	.head .navbar-header {
		margin: 0
	}

	.navbar-header .navbar-brand p {
		display: none
	}

	.nav-box .container {
		padding: 0
	}
}

@media(max-width:767px) {
	.head .head_box .container {
		padding: 0
	}

	.head .navbar-header {
		padding: 0 10px;
		border-bottom: 1px solid #ccc;
		height: 50px
	}

	.navbar-toggle {
		display: block;
		border-color: #ddd;
		margin-right: 0
	}

	.nav-box {
		padding: 15px 0
	}
}

.nav2 {
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	margin-left: 20px
}

.nav2.active {
	opacity: 1;
	visibility: visible
}

.nav2>li {
	padding: 36px 15px;
	position: relative
}

.nav2>li.active {
	background: #003860
}

.nav2>li.active a {
	color: #fff
}

.nav2>li:hover .sub-menu,
.nav2>li.active .sub-menu,
.nav2>li.open .sub-menu {
	display: block
}

.dropdown-menu {
	padding-top: 0;
	padding-bottom: 0
}

.nav2>li>a>span {
	background: url(../images/sj3.png) no-repeat right;
	display: inline-block;
	width: 8px;
	height: 4px;
	margin-left: 2px;
	margin-bottom: 2px
}

.nav2>li:hover>a>span {
	background: url(../images/sj2.png) no-repeat right
}

.nav2>li .sub-menu {
	width: 130px;
	top: 91px;
	left: 72%
}

.nav-box {
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease
}

.nav-box.active {
	opacity: 0;
	visibility: hidden;
	position: absolute
}

.head,
.head .head_box {
	background: inherit
}

.head .head_box .top {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.container {
	padding: 0 10px
}

.row {
	margin: 0 -10px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0 10px
}

@media(min-width:1200px) {
	.container {
		width: 1200px;margin: 0px auto;
		padding: 0
	}
}

dt {
	font-weight: 400
}

h4.tit_1 {
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	padding: 35px 0 0
}

.tit_en {
	color: #8d8d8d;
	text-align: center;
	padding: 0 0 15px;
	line-height: 28px
}

@media(max-width:1199px) {
	h4.tit_1 {
		font-size: 30px
	}
}

@media(max-width:991px) {
	h4.tit_1 {
		font-size: 20px;
		padding: 15px 0 0
	}
}

.swiper_box {
	position: relative
}

.swiper_box .swiper-button-next {
	right: -76px
}

.swiper_box .swiper-button-prev {
	left: -76px
}

.swiper_box .swiper-button-next,
.swiper_box .swiper-button-prev {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	margin-top: -28px;
	background-size: 19px 34px;
	background-color: #003860
}

.swiper_box .swiper-button-next.swiper-button-disabled,
.swiper_box .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-color: #959595
}

.swiper_box .swiper-button-next,
.swiper_box .swiper-container-rtl .swiper-button-prev {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4=)
}

.swiper_box .swiper-button-prev,
.swiper_box .swiper-container-rtl .swiper-button-next {
	background-image: url(../fonts/4d6eff1abe81433ab3c359a2da22f0e3.woff)
}

.swiper_box .swiper-pagination-box {
	width: 100%;
	padding: 10px 0;
	height: 30px
}

.swiper_box .swiper-pagination {
	display: none;
	width: 100%;
	height: 10px
}

.swiper_box .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	vertical-align: top;
	background: 0 0;
	opacity: 1;
	border: 1px solid #acacac;
	box-sizing: border-box;
	margin: 0 2px
}

.swiper_box .swiper-pagination-bullet-active {
	background: #003860;
	border-color: #003860
}

@media(max-width:1199px) {
	.swiper-btn-box {
		display: none
	}

	.swiper_box .swiper-pagination {
		display: block
	}
}

.table-box {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	z-index: 9999
}

.navbar-header .navbar-brand {
	height: 100px;
	padding-top: 24px
}

.navbar-header .tel {
	margin-top: 32px
}

.head {
	height: 152px
}

.navbar-header .navbar-brand.active {
	height: 86px
}

.navbar-header .tel.active {
	margin-top: 28px
}

.navbar-header .navbar-brand.active {
	padding-left: 20px
}

.navbar-header .tel {
	padding-right: 20px
}

@media(max-width:991px) {
	.head .navbar-brand {
		height: 58px
	}

	.head {
		height: 113px
	}
}

@media(max-width:767px) {
	.head {
		height: 88px
	}

	.head .navbar-brand {
		display: none
	}

	.head {
		height: 50px
	}

	.head .head_box .top {
		background: #003860
	}
}

.navbar-header .tel {
	background-size: 22px;
	padding-left: 29px;
	background-position: 0 5px
}

.navbar-header .tel p {
	font-size: 20px;
	font-weight: 700
}

.navbar-header .tel p {
	font-weight: 400
}

.nav2>li.active {
	background: 0 0
}

.nav2>li.active a {
	color: #144d91
}

.nav2>li:hover>a {
	color: #144d91
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.active>a,
.nav>li.active>a:focus,
.nav>li.active>a:hover {
	background-color: #f5cb22 !important;
	color: #144c91
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.active>a:focus,
.nav>li.active>a:hover {
	background-color: #f5cb22 !important;
	color: #144c91
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #f5cb22;
	color: #144c91
}

.evaluate .swiper-button-next,
.evaluate .swiper-button-prev {
	margin-top: -58px
}

.case_box {
	overflow: hidden
}

.case-bg {
	background: #fafafa;
	padding: 0 0 50px;
	margin-top: 50px
}

.an-li {
	margin-left: -7px;
	margin-right: -7px
}

.an-li li {
	width: 25%;
	float: left;
	margin-bottom: 14px
}

.an-box {
	padding: 0 7px
}

.an-one {
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(128, 132, 145, .2);
	border-radius: 2px;
	transition: all .5s ease 0s;
	padding-bottom: 8px
}

.an-top {
	background: #003860;
	overflow: hidden
}

.case_box li .an-bottom p {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	text-align: left;
	height: 85px;
	padding: 0 14px
}

.case_box li .an-bottom p a {
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	display: -webkit-box
}

.an-bottom span {
	font-size: 14px;
	color: #333;
	font-weight: 700;
	padding: 0 15px;
	display: block;
	margin-top: 16px
}

.an-li li:hover .an-one {
	box-shadow: 0 10px 20px 0 rgba(128, 132, 145, .2)
}

.an-top img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.an-li li:hover .an-bottom span {
	text-decoration: underline
}

.an-li li:hover .an-bottom span a {
	color: #003860
}

.an-bottom h3 {
	font-size: 20px;
	color: #003860;
	padding: 10px;
	line-height: 30px;
	font-weight: 700
}

.an-bottom h3 a {
	color: #003860;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	display: -webkit-box
}

@media(max-width:1199px) {
	.an-li2 li {
		width: 33.3%
	}

	.an-bottom h3 {
		font-size: 18px;
		line-height: 25px
	}

	.an-bottom span {
		padding: 0 15px;
		margin-top: 8px
	}
}

@media(max-width:991px) {
	.an-li li {
		width: 33.33%
	}

	.an-li2 li {
		width: 50%
	}
}

@media(max-width:767px) {
	.an-bottom h3 {
		padding: 15px
	}

	.case_box li .an-bottom p {
		padding: 0 15px
	}

	.an-bottom span {
		margin-top: 10px
	}
}

@media(max-width:500px) {
	.an-bottom h3 {
		font-size: 16px;
		font-weight: 700;
		line-height: 24px
	}
}

@media(max-width:425px) {
	.an-li li {
		width: 50%
	}
}

.navbar-nav>li>a {
	font-size: 16px
}

.te-menu {
	width: 166px;
	margin-left: -83px
}

.si-nav {
	width: 408px
}

.si-box {
	padding: 0 36px;
	overflow: hidden
}

.si-one {
	margin-left: -10px;
	margin-right: -10px
}

.si-dao {
	width: 50%;
	float: left
}

.si-text {
	padding: 0 10px
}

.si-zi.sl {
	display: none
}

.si-zi a {
	text-align: left
}

.si-zi a small {
	color: red;
	font-size: 14px
}

@media(max-width:1319px) {
	.te-menu {
		width: 132px;
		margin-left: -66px
	}
}

@media(max-width:991px) {
	.te-menu {
		width: 90px;
		margin-left: -45px
	}
}

@media(max-width:767px) {
	.te-menu {
		width: 100%;
		margin-left: 0
	}

	.si-box {
		padding: 0
	}

	.si-dao {
		float: none
	}

	.si-zi.fl {
		display: none
	}

	.si-zi.sl {
		display: block
	}
}
