@charset "UTF-8";

a,
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th {
	text-align: left;
	font-weight: 400
}

abbr,
body,
fieldset,
html,
iframe,
img {
	border: 0
}

address,
cite,
dfn,
em,
i,
var {
	font-style: normal
}

[hidefocus],
summary {
	outline: 0
}

li {
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

small {
	font-size: 100%;
	font-weight: 400
}

sub,
sup {
	font-size: 83%
}

code,
kbd,
pre,
samp {
	font-family: inherit
}

q:after,
q:before {
	content: none
}

textarea {
	overflow: auto;
	resize: none
}

label,
summary {
	cursor: default
}

a,
button {
	cursor: pointer
}

a,
a:hover,
del,
ins,
s,
u {
	text-decoration: none
}

body,
button,
input,
keygen,
legend,
select,
textarea {
	font: 14px/24px Arial, Tahoma, Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', \5b8b\4f53;
	outline: 0
}

body,
html {
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 1920px;
	margin: auto
}

.wrapper {
	width: 100%;
	margin: 0 auto !important;
	min-width: 1200px;
	max-width: 1920px
}

img {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	vertical-align: middle
}

p {
	text-align: justify
}

html {
	min-width: 1200px;
	overflow-x: hidden
}

a {
	display: block;
	color: inherit;
	text-decoration: none
}

div,
li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 99
}

.fl {
	float: left
}

.fr {
	float: right
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.mrn {
	margin: 0 !important
}

.pdn {
	padding: 0 !important
}

.mbn {
	margin-bottom: 0 !important
}

.none {
	display: none !important
}

.block {
	display: block !important
}

.img img {
	display: block;
	width: 100%
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

button,
input {
	border: 0;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

input[type=checkbox] {
	vertical-align: -2px;
	margin-right: 4px
}

input::-webkit-input-placeholder {
	color: #958170
}

input:-moz-placeholder {
	color: #958170
}

input::-moz-placeholder {
	color: #958170
}

input:-ms-input-placeholder {
	color: #958170
}

textarea::-webkit-input-placeholder {
	color: #958170
}

textarea:-moz-placeholder {
	color: #958170
}

textarea::-moz-placeholder {
	color: #958170
}

textarea:-ms-input-placeholder {
	color: #958170
}

.my_scrollbar::-webkit-scrollbar,
body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: rgba(210, 210, 210, .48);
	border-radius: 0
}

.my_scrollbar::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
	background-color: #4087bc;
	border-radius: 0
}

#containermap {
	width: 100%;
	height: 450px;
	background-color: #eee
}

#containermap .tt {
	padding: 0;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	position: relative;
}

#containermap .add {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	color: #666;
	position: relative;
}

.next,
.prev {
	position: absolute;
	outline: none;
	cursor: pointer;
	z-index: 3;
}

.img {
	overflow: hidden
}

.in-img {
	display: block;
	width: 100%;
	height: 100%
}

.map {
	margin-top: 60px;
	padding: 30px 80px;
	box-sizing: border-box;
	background: url('../images/map-bg.png') center no-repeat;
}

.img img {
	-webkit-transition: all .5s;
	transition: all .5s
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.row-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.row-huo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}


textarea {
	resize: none
}

.fenye {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
	padding: 11px;
}

.fenye li {
	display: inline-block;
	width: auto;
	text-align: center;
	line-height: 28px;
	height: 30px;
	margin-left: 7px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	background: #fff
}

.fenye li a,
.fenye li span {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	font-size: 16px;
	color: #000
}

.fenye li:hover {
	background-color: #3c7fb3
}

.fenye li:hover a {
	color: #fff
}

.fenye .active {
	background-color: #3c7fb3;
	color: #fff !important
}

.fenye .active span {
	color: #fff
}

.info-t {
	line-height: 60px;
	font-size: 24px;
	color: #393939;
	text-align: center
}

.info-sp {
	color: #999;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
	line-height: 35px;
	text-align: center;
	font-size: 14px
}

.info-sp span {
	margin: 0 20px
}

.info-c {
	font-size: 18px;
	line-height: 32px;
	color: #525252
}

/* .info-st {
	color: #fff !important;
}

.info-st a {
	color: #000 !important;
}
 */
.principle {
	padding: 29px;
	/* background-color: rgba(26, 153, 193, 0.3); */
	border-radius: 10px;
}

.coreBox {
	padding: 29px;
	/* background-color: rgba(26, 153, 193, 0.3); */
	border-radius: 10px;
}



.info-c img {
	max-width: 100%;
	height: auto !important
}

.info-c table {
	width: 100%
}

.info-c table td {
	border: 1px solid #000
}

.one {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.two {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.three {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.four {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.five {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.ten {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical
}
.swiper-pagination {
	width: 100%;
	padding-right: 15px;
	box-sizing: border-box;
	padding-top: 40px;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 18px !important;
	height: 18px !important;
	border: 2px solid #3C6CA8 !important;
	background: linear-gradient(90deg, #3C6CA8, #11A5A6) !important;
	border-radius: 50% !important;
	
	margin-left: 15px;
}

.swiper-pagination>>>.swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #3C6CA8, #11A5A6) !important;
}
.c-box-img {
	display: flex;
    justify-content: center;
    padding: 45px 0;
}


.b-item-img {
	width: 332px;
	height: 202px;
	/* border-radius: 50%; */
	
	font-weight: bold;
	color: #012B64;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	position: relative;
}

.b-item-img:before{
	/* content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/static/home/images/introduces.png');
	background-size: 100% 100%;
	animation:fadenum 4s infinite linear; */
}

@keyframes fadenum{
   100%{transform:rotate(360deg);}

}

.b-item-img div:first-of-type span {
	font-size: 24px;
}

.b-item-img div:last-of-type{
	font-size: 18px;
}

