
input {
	vertical-align: middle;
}
textarea {
	resize: none;
}
ul {
	list-style: none;
}
img, {
display: block;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: none;
}
i, em {
	font-style: normal;
}
p {
	margin-bottom: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*input placeholder 鏍峰? */
::-webkit-input-placeholder {
color: #999999;
}
:-moz-placeholder {
color: #999999;
}
::-moz-placeholder {
color: #999999;
}
:-ms-input-placeholder {
color: #999999;
}
/*淇敼?氬姩鏉?*/
::-webkit-scrollbar {
width:6px;
height:6px;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px transparent;
background: #f8f8f8;
border-radius: 6px;
}
::-webkit-scrollbar-thumb {
border-radius: 6px;
background: #bbb;
}
/* 鏃犲唴瀹� */
@font-face {
	font-family: fz;
	src: url('../fonts/bahnschrift.ttf');
}
#dituContent label {
	max-width: unset!important;
	text-align: center;
}
/*top*/
.topa {
	line-height: 40px;
	height: 40px;
	color: #777;
	font-size: 13px;
	position: relative;
	z-index: 88;
	background: #fff;
	border-bottom: 1px solid #f1f4f7;
}
.topa a {
	color: #777;
	transition: .4s;
}
.topa a:hover {
	color: #1369b2;
}
.topb {
	position: relative;
	z-index: 888;
}
.topb img {
	max-width: 100%;
}
.topba a {
	float: left;
	border-right: 1px solid #e6e6e6;
}
.topba strong {
	display: block;
	font-size: 20px;
	line-height: 41px;
}
.topba .mt-2{
	margin-top:unset!important;
	color: #1369b2;
    font-size: 22px;
}
.topba strong b {
	color: #1369b2;
}
.topba p {
	color: #777;
	line-height: 25px;
	font-size: 15px;
}
.topba p i {
	color: #1369b2;
}
.topbb span {
	display: block;
	color: #777;
	font-size: 14px;
	line-height: 25px;
}
.topbb p {
	font-size: 32px;
	line-height: 40px;
	font-family: fz;
	color: #1369b2
}
.topbb p i {
	font-size: 24px;
}
.menu {
	position: relative;
	z-index: 900;
	width: 100%;
	background: #1369b2;
	border-top: 1px solid #dcdcdc;
	padding:unset!important;
}
.menu ul {
	margin-bottom: 0px;
}
.menu li {
	position: relative;
	text-align: center;
	height: 100%;
}
.menu li span {
	display: block;
	font-size: 17px;
	line-height: 35px;
	transition: .4s;
	color: #fff;
	height: 60px;
    line-height: 60px;
}
.menu li a:hover span {
/*	background: #1369b2;*/
	background: #239347;
/*	background:url("../images/inda_fl.png");*/
/*	border-radius: 60px;*/
	color: #fff;
	transform: scaleX(1);
    transition: 0.5s;
}
.menu li.curr .submenu {
	display: block;
}
.menu li .submenu {
	position: absolute;
	z-index: 88;
	top: 40px;
	width: 100%;
	display: none;
	text-align: center;
	padding-top: 20px;
}
.menu li .submenu p {
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	background: rgba(255,255,255,0.8);
}
.menu li .submenu p a {
	display: block;
	font-size: 14px;
	line-height: 45px;
	transition: .4s;
}
.menu li .submenu p a:hover {
	background: #1369b2;
	color: #fff;
}
.mobmenu {
	text-align: right;
}
.mobmenu span {
	display: block;
	line-height: 55px;
	background: #444;
	padding-left: 1rem;
}
.mobmenu .toolbar {
	position: relative;
}
.mobmenu .flex-control-nav {
	background: #ddd;
	float: left;
	width: 3%;
}
.mobmenu .code {
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	color: #000;
	font-family: 'Fira mono', 'Courier New', Courier, monospace;
	font-size: 85%;
	letter-spacing: .05em;
	padding: 1em;
}
.mobmenu .aligncontent-center {
	text-align: center;
}
.mobmenu .main-header {
	text-align: center;
	font-weight: 300;
	font-size: 90%;
}
.mobmenu .menu-button {
	position: absolute;
	margin: 5px;
	height: 36px;
	width: 36px;
	right: 0px;
	top: -25px;
}
.mobmenu .menu-left {
	float: right;
}
.mobmenu .sidebar {
	display: none;
	width: 100%;
	height: 2000%;
	margin: 0;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.mobmenu .menu-button i {
	font-size: 24px;
	color: #1369b2
}
.mobmenu .sidebar > .bg-cover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2000%;
	background: rgba(0,0,0,.5);
}
.mobmenu .sidebar nav {
	float: left;
	width: 260px;
	height: 100%;
	margin-left: -260px;
	color: white;
	background: rgba(255,255,255,0.9);
}
.mobmenu .sidebar ul {
	text-align: left;
}
.mobmenu .sidebar li a {
	display: block;
	line-height: 50px;
	border-bottom: 1px solid rgba(62,62,62,.2);
	transition: .4s;
	padding-left: 1rem;
}
.mobmenu .sidebar li i {
	color: #666;
	float: right;
	margin-right: .5rem;
}
.mobmenu .sidebar li a:hover {
	background: #1369b2;
	color: #fff;
}
.mobmenu .sidebar li a:hover i {
	color: #fff;
}
/*棣栭〉澶у?*/
.banner {
	position: relative;
	height: auto !important;
	z-index: 890;
}
.banner .swiper-wrapper {
	height: auto !important;
}
.banner #bannerSwiper {
	height: auto !important;
}
.banner .swiper-slide {
	position: relative;
	height: auto !important;
	float: left;
}
.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: auto !important;
}
.banner .swiper-slide a img {
	width: 100%;
	height: auto;
}
.banner .swiper-pagination-bullet {
	width: 60px;
	border-radius: 10px;
	height: 6px;
	background: #fff;
}
.banner .swiper-pagination-bullet-active {
	background: #1369b2;
}
/*棣栭?-topc*/
.topcaa {
	height: auto;
	overflow: hidden;
}
.topcaa strong {
	float: left;
	width: 80px;
	line-height: 40px;
	font-size: 17px;
	color: #1369b2;
}
.topca {
	border-right: 1px solid #ebebeb;
}
.topcab {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.topcab a {
	color: #777;
	transition: .4s;
}
.topcab a:hover {
	color: #1369b2;
}
.search {
	position: relative;
	height: auto;
	overflow: hidden;
}
.search #keyword {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	border: solid 1px #cccccb;
	border-radius: 60px;
	outline: none;
	font-size: 12px;
	text-indent: 10px;
}
.search #search_name {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	border: solid 1px #cccccb;
	border-radius: 60px;
	outline: none;
	font-size: 12px;
	text-indent: 10px;
}
.search #button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	line-height: 40px;
	background: url(../images/fdj.png) center no-repeat #1369b2;
	border-radius: 60px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.3s;
}
.search #s_btn {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	line-height: 40px;
	background: url(../images/fdj.png) center no-repeat #1369b2;
	border-radius: 60px;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.3s;
}
.search #button:hover {
	background: url(../images/fdj.png) center no-repeat #333;
}
.search #s_btn:hover {
	background: url(../images/fdj.png) center no-repeat #333;
}
.topcb i {
	float: left;
	font-size: 44px;
	margin-right: .5rem;
}
.topcb span {
	display: block;
	line-height: 25px;
	color: #777;
}
.topcb p {
	line-height: 35px;
	font-size: 30px;
	color: #1369b2;
	font-family: fz;
}
.topcc li {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #ebebeb;
	transition: .4s;
}
.topcc li i {
	font-size: 30px;
	color: #666;
}
.topcc li a {
	display: block;
}
.topcc li:hover {
	background: #1369b2;
	color: #fff;
}
.topcc li:hover i {
	color: #fff;
}
.topcc li:hover span {
	color: #fff;
}
.topcc li span {
	display: block;
	color: #777;
	line-height: 25px;
}
.topcc li:nth-of-type(1) {
	border-left: 1px solid #ebebeb;
}
/*棣栭?-01*/
.in_01 {
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
	padding-bottom: 1rem!important;
	padding-top: 1rem!important;
}
.intita {
	height: auto;
	overflow: hidden;
	text-align: center;
}
.intita strong {
	display: block;
	font-size: 78px;
	color: #f1f1f1;
	text-transform: uppercase;
}
.in_03 .intita strong {
	display: block;
	font-size: 78px;
/*	color: #f1f1f1;*/
	color: #ffffff1f;
	text-transform: uppercase;
}
.intita span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	margin-top: -80px;
}
.in_03 .intita span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	margin-top: -80px;
	color: #fff;
}
.intita span b {
	font-size: 40px;
	color: #1369b2
}
.intita p {
	line-height: 30px;
	color: #777;
	font-size: 15px;
}
.in_03 .intita p {
	line-height: 30px;
	color: #777;
	font-size: 15px;
	color: #fff;
}
/*
.in01a .gallery-thumbs .swiper-slide {
	display: block;
	border: 1px solid #cccccc;
	line-height: 40px;
	border-radius: 60px;
	text-align: center;
	transition: .4s;
	cursor: pointer;
}
.in01a .gallery-thumbs .swiper-slide:hover {
	background: #1369b2;
	color: #fff;
}
*/
.in01a .gallery-thumbs .lj .swiper-slide{
	display: block;
	border: 1px solid #cccccc;
	line-height: 40px;
	border-radius: 60px;
	text-align: center;
	transition: .4s;
	width: 166px;
    margin-right: 10px;
}
.in01a .gallery-thumbs .lj .swiper-slide:hover {
	background: #1369b2;
	color: #fff;
}
/*
.in01a .gallery-thumbs .swiper-slide-thumb-active {
	background: #1369b2;
	color: #fff;
}
*/
.in01a .gallery-thumbs .swiper-slide.on{
	background: #1369b2;
	color: #fff;
}
.in01a .gallery-thumbs .swiper-slide.on a{
	color: #fff;
}
.in01a .gallery-top li img {
	width: 100%;
	transition: all 1s ease
}
.in01a .gallery-top li span {
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #d5d5d5;
	transition: .4s;
}
.in01a .gallery-top li span i {
	float: right;
}
.in01a .gallery-top li:hover span {
	background: #1369b2;
	color: #fff;
}
.in01a .gallery-top li:hover img {
	transform: scale(1.05, 1.05)
}
.in01aa {
	height: auto;
	overflow: hidden;
}
.intitb {
	height: auto;
	overflow: hidden;
	text-align: center;
}
.intitb strong {
	display: block;
	font-size: 78px;
	color: #f1f1f1;
	text-transform: uppercase;
}
.intitb span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	margin-top: -80px;
}
.intitb span b {
	font-size: 42px;
	color: #1369b2
}
.intitb span i {
	font-size: 36px;
	color: #1369b2
}
.intitb p {
	line-height: 30px;
	color: #777;
	font-size: 15px;
}
.in01b {
	height: auto;
	overflow: hidden;
}
.in01b img {
	display: block;
	width: 100%;
}
.in01ba strong {
	display: block;
	font-size: 48px;
	color: #f0f0f0;
	line-height: 60px;
	text-transform: uppercase;
}
.in01ba span {
	display: block;
	line-height: 50px;
	font-size: 22px;
}
.in01bb {
	height: auto;
	overflow: hidden;
	border: 1px solid #e2e2e2;
}
.in01bb a {
	float: left;
	width: 20%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	color: #777;
	transition: .4s;
}
.in01bb a:hover {
	color: #1369b2;
}
.in01bc p {
	line-height: 30px;
	color: #777;
}
.in01bd {
	height: auto;
	overflow: hidden;
}
.in01bd span {
	display: block;
	width: 40%;
	float: left;
}
.in01bd b {
	font-size: 32px;
	color: #1369b2;
	font-family: fz;
}
.in01be {
	float: right;
	width: 56%;
}
.in01be a {
	float: left;
	width: 48%;
	background: #239347;
	color: #fff;
	line-height: 45px;
	border-radius: 3px;
	text-align: center;
	margin-right: 2%;
	transition: .4s;
}
.in01be a:hover {
	background: #444;
}
.in01be a:nth-of-type(2) {
	margin-right: 0px;
	background: #1369b2;
}
.in01be a:nth-of-type(2):hover {
	background: #444;
}
/*棣栭?-02*/
.in_02 .gallery-top .swiper-slide {
	display: block;
	position: relative;
}
.in02b {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
	right: 0;
	top: 0;
	background: url(../images/in02b.png) center top no-repeat;
}
.in02b .in02ba {
	float: right;
	width: 30%;
	padding: 9% 0;
	color: #fff;
}
.in02c {
	position: relative;
}
.in02ba strong {
	font-size: 24px;
	line-height: 40px;
}
.in02ba span {
	float: left;
	font-size: 60px;
	font-family: impact;
}
.in02ba p {
	line-height: 30px;
	margin-top: 12%;
}
.in02ba b {
	float: left;
	width: 30px;
	line-height: 30px;
	font-size: 18px;
	text-transform: uppercase;
	transform: rotate(90deg);
	font-weight: normal;
	margin-top: -5px;
	-ms-transform: rotate(90deg); /* IE 9 */
	-moz-transform: rotate(90deg); /* Firefox */
	-webkit-transform: rotate(90deg); /* Safari 鍜� Chrome */
	-o-transform: rotate(90deg); /* Opera */
}
.in02bb {
	width: 80%;
}
.in02bb a {
	width: 48%;
	background: #aecd28;
	border: 1px solid #aecd28;
	color: #fff;
	border-radius: 50px;
	line-height: 40px;
	text-align: center;
	transition: .4s;
}
.in02bb a:last-child {
	background: #fff;
	border: 1px solid #fff;
	color: #444;
}
.in02bb a:hover {
	background: none;
	color: #fff;
}
.in02a {
	position: relative;
}
.in02a::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	left: 0;
	top: 0px;
	background: #cccccc;
}
.in02a .gallery-thumbs {
	width: 60%;
	margin: 0 auto;
}
.in02a .gallery-thumbs .swiper-slide {
	text-align: center;
	cursor: pointer;
}
.in02a .gallery-thumbs .swiper-slide strong {
	display: block;
	line-height: 60px;
	position: relative;
	font-size: 18px;
}
.in02a .gallery-thumbs .swiper-slide strong i {
	color: #888;
}
.in02a .gallery-thumbs .swiper-slide strong::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #cccccc;
}
.in02a .gallery-thumbs .swiper-slide-thumb-active {
	color: #1369b2;
}
.in02a .gallery-thumbs .swiper-slide-thumb-active strong::before {
	background: #1369b2;
}
.in02a .gallery-thumbs .swiper-slide-thumb-active strong i {
	color: #1369b2;
}
.in02a {
	height: auto;
	overflow: hidden;
background: rgba(0, 0, 0, 0.);
}
.in02a .gallery-top .swiper-slide img {
	width: 100%;
}
.in02a .swiper-button-next:after, .in02a .swiper-button-prev:after {
	display: none;
}
/*棣栭?-03*/
.in03a .swiper-slide a {
	display: block;
	position: relative;
	padding-bottom: .5rem;
}
.in03a .swiper-slide img {
	display: block;
	max-width: 100%;
	transition: all 1s ease
}
.in03a .swiper-slide:hover .in03ab {
	background: #1369b2;
	color: #fff;
}
.in03a .swiper-slide:hover .in03ab p {
	color: #fff;
}
.in03a .swiper-slide:hover .in03ab i {
	color: #fff;
}
.in03a .swiper-slide:hover img {
	transform: scale(1.05, 1.05)
}
.in03a .swiper-button-prev {
	background: rgb(6 97 176);
	transition: .4s;
	width: 40px;
}
.in03a .swiper-button-prev i {
	color: #fff;
	font-size: 24px;
	transition: .4s;
}
.in03a .swiper-button-prev:hover {
	background: rgba(210,17,38,0.8);
}
.in03a .swiper-button-prev:hover i {
	color: #fff;
}
.in03a .swiper-button-next {
	background: rgb(6 97 176);
	transition: .4s;
	width: 40px;
}
.in03a .swiper-button-next i {
	color: #fff;
	font-size: 24px;
	transition: .4s;
}
.in03a .swiper-button-next:hover {
	background: rgba(210,17,38,0.8);
}
.in03a .swiper-button-next:hover i {
	color: #fff;
}
.in03a .swiper-button-next:after, .in03a .swiper-button-prev:after {
	display: none;
}
.in03aa {
	height: auto;
	overflow: hidden;
	border: 2px solid #ffffff;
    border-radius: 6px;
}
.in03ab {
	background: #f5f5f5;
	width: 80%;
	margin-top: -20%;
	position: relative;
	z-index: 3;
	transition: .4s;
	box-shadow: rgba(0,0,0,0.2) 0 2px 5px;
}
.in03ab span {
	display: block;
	font-size: 16px;
	line-height: 45px;
}
.in03ab p {
	line-height: 25px;
	color: #777;
	transition: .4s;
}
.in03ab i {
	display: block;
	line-height: 35px;
	color: #777;
	text-align: right;
	transition: .4s;
}
/*棣栭?-04*/
.in_04 {
	height: auto;
	overflow: hidden;
	background: url(../images/in04bg.jpg) center top repeat;
	padding-top: 1rem!important;
}
.in_04 .section {
    position: unset;
    margin: unset;
    width: unset;
    min-width: unset;
    max-width: unset;
    text-align: unset;
}
.in04a {
	height: auto;
	overflow: hidden;
}
.in04a i {
	font-size: 56px;
	color: #1369b2;
}
.in04a strong {
	display: block;
	line-height: 50px;
	font-size: 32px;
}
.in04a p {
	line-height: 30px;
	color: #777;
}
.in04a em {
	display: block;
	background: url(../images/in04a.jpg) left no-repeat;
	height: 4px;
}
.in04a a {
	display: block;
	border: 1px solid #d7d7d7;
	color: #777;
	width: 140px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	transition: .4s;
}
.in04a a:hover {
	background: #1369b2;
	color: #fff;
}
.in_04 img {
	width: 100%;
}
/*棣栭?-05*/
.in_05 {
	height: auto;
	overflow: hidden;
	background: url(../images/in05bg.jpg) center no-repeat;
}
.in05a {
	text-align: center;
	color: #fff;
}
.in05a strong {
	display: block;
	font-size: 32px;
	line-height: 50px;
}
.in05a span {
	display: block;
	font-size: 15px;
	line-height: 30px;
}
.in05b input {
	float: left;
	height: 40px;
	width: 23%;
	line-height: 40px;
	background: #fff;
	padding-left: 2%;
	margin-right: 2%;
}
.codea input {
	float: left;
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding-left: 2%;
	margin-right: 2%;
}
.in_05 .verify {
	float: left;
	width: 11%;
}
.in_05 .verify img {
	display: block;
	max-width: 100%;
	height: 40px;
}
.in_05 .submit {
	float: left;
	display: block;
	width: 11%;
	background: #00a3a6;
	color: #fff;
	text-align: center;
	line-height: 40px;
	transition: .4s;
	margin-left: 2%;
}
.in_05 .submit:hover {
	background: #444;
}
.in_05 .common-inner {
	width: 70%;
	margin: 1rem auto 0 auto;
}
/*棣栭?-06*/
.in_06 {
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
}
.in06a {
	height: auto;
	overflow: hidden;
}
.in06aa {
	background: #fff;
	height: auto;
	overflow: hidden;
}
.in06aa i {
	display: block;
	border-top: 2px solid #1e3e83;
	width: 40px;
	margin: 6% auto;
}
.in06aa p {
	line-height: 30px;
	color: #777;
}
.in06ab {
	display: block;
	border: 1px solid #d9d9d9;
	line-height: 40px;
	border-radius: 5px;
	width: 80%;
	margin: 6% auto;
	transition: .4s;
}
.in06ab a {
	display: block;
}
.in06ab:hover {
	background: #1369b2;
}
.in06ab:hover a {
	color: #fff;
}
.in06ac {
	background: #1369b2;
	border: 1px solid #1369b2;
	line-height: 45px;
	border-radius: 5px;
	width: 80%;
	margin: 6% auto 19% auto;
	transition: .4s;
}
.in06ac a {
	display: block;
	color: #fff;
}
.in06ac:hover {
	background: #fff;
}
.in06ac:hover a {
	color: #444;
}
.in06ab a {
	display: block;
	color: #444;
}
.in06aa h3 {
	color: #1369b2;
}
.in06aa h3 b {
	font-family: fz;
}
.in06aa h3 small {
	font-size: 14px;
	color: #777;
}
.morec {
	margin: 6% auto 20% auto;
}
.morec a {
	display: block;
	border: 1px solid #d9d9d9;
	color: #444;
	line-height: 40px;
	border-radius: 5px;
	text-align: center;
	transition: .4s;
}
.morec a:hover {
	background: #1369b2;
	color: #fff;
}
/*棣栭?-07*/
.in07a {
	height: auto;
	overflow: hidden;
}
.in07a .swiper-slide1 {
	height: auto;
	overflow: hidden;
	transition: .4s;
	flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.in07a .swiper-slide1 a {
	display: block;
	height: auto;
	overflow: hidden;
	position: relative;
}
.in07a .swiper-slide1 img {
	display: block;
	max-width: 100%;
	width: 100%;
}
.in07a .swiper-slide1 span {
/*	display: block;*/
	position: absolute;
/*
	z-index: 3;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	width: 100%;
	color: #fff;
	line-height: 60px;
	transition: .4s;
*/
	font-size: 16px;
}
.in07a .swiper-slide1 .wzrq {
	display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    color: #fff;
    line-height: 60px;
    transition: .4s;
}
.in07a .swiper-slide1 .wzrq .ddata {
	float: right;
	margin-right:22px;
}
.in07a .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
}
.in07a .swiper-pagination-bullet-active {
	background: #1369b2;
}
.in07a .swiper-pagination {
	text-align: right;
	padding-right: 1rem;
	bottom: 20px !important;
}
.in07b li {
	height: auto;

	overflow: hidden;
	border-bottom: 1px solid #f0f0f0;
}
.in07b li a {
	display: block;
}
.in07b li:hover .timeyy {
	background: #1369b2;
	color: #fff;
}
.in07b li:hover .yuefen {
	color: #fff;
}
.in07b li:hover span {
	color: #1369b2;
}
.fonta {
	float: right;
	height: auto;
	overflow: hidden;
	width: 84%;
}
.fonta span {
	display: block;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	font-size: 16px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.fonta p {
	display: block;
	line-height: 25px;
	color: #777;
	text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.timeyy {
	float: left;
	display: block;
	width: 13%;
	height: 100%;
	background: #c6c6c6;
	color: #fff;
	text-align: center;
	transition: .4s;
}
.riqi {
	display: block;
	line-height: 45px;
	font-size: 42px;
	font-weight: normal;
	font-family: impact;
}
.yuefen {
	display: block;
	font-weight: normal;
	line-height: 25px;
	font-family: fz;
	font-size: 16px;
	color: #fff;
}
.morea a {
/*
	display: block;
	border: 1px solid #d7d7d7;
	color: #777;
	width: 140px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	transition: .4s;
*/
	margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.morea a:hover {
	background: #1369b2;
	color: #fff;
}
.in07aa {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: #1369b2;
	color: #fff;
	text-align: center;
}
.in07aa strong {
	display: block;
	font-family: fz;
	font-size: 42px;
	line-height: 40px;
}
.in07aa p {
	font-family: fz;
	line-height: 25px;
	font-size: 16px;
}
/*棣栭?-08*/
.in_08 {
	height: auto;
	overflow: hidden;
	background: #f6f6f6;
}
.in_08 li em {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #1da2fc;
	border-radius: 80px; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0259ff, #1183fd, #1da2fc);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #0259ff, #1183fd, #1da2fc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.in_08 li em i {
	font-size: 30px;
	color: #fff;
}
.in_08 li span {
	display: block;
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
}
.in_08 li p {
	line-height: 25px;
	color: #777;
}
.in08a {
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}

.online_kefu {
	position: fixed;
	bottom: 20vh;
	right: 1px;
	z-index: 889;
}
.online_kefu p {
	font-size: 12px;
}
.online_kefu ul li {
	width: 60px;
	height: 60px;
	text-align: center;
	border-bottom: 1px solid #555;
	border-top: 1px solid #333;
	position: relative;
	background-color: #484848;
	color: #fff;
	cursor: pointer;
	transition: background-color .2s linear 0s;
	perspective: 1000;
	transform-style: preserve-3d;
}
.online_kefu ul li a {
	color: #fff;
}
.online_kefu ul li .con {
	position: relative;
	line-height: 53px;
}
.online_kefu ul li:nth-child(1) .con {
    position: relative;
    line-height: 60px;
}
.online_kefu ul li .con i {
	font-size: 30px;
	color: #fff;
}
.online_kefu ul li .hover_con {
	position: absolute;
	left: -200px;
	left: -100px;
	width: 100px;
	color: #ffffff;
	text-align: center;
	background-color: #1369b2;
	height: 60px;
	line-height: 60px;
	bottom: 0;
	transform: rotateX(-90deg);
	transition: all .2s linear 0s;
}
.online_kefu ul li .hover_con img {
	width: 100px;
}
.online_kefu ul li.qrcode .hover_con {
	height: 137px;
	padding: 10px;
	width: 130px;
	left: -130px;
}
.online_kefu ul li.qrcode .hover_con p {
	color: #fff;
	line-height: 24px;
	font-size: 12px;
}
.online_kefu li:hover {
	background-color: #1369b2;
}
.online_kefu li:hover .hover_con {
	left: -110px;
	transform: rotateY(0deg);
}
.online_kefu li .hover_con:before {
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-left: 8px solid #1369b2;
	display: block;
	content: '';
	position: absolute;
	top: 12px;
	right: -16px;
	transition: top .2s linear;
	transition-delay: .1s;
}
.online_kefu li.qrcode:hover .hover_con {
	bottom: -60px;
}
.online_kefu li.qrcode:hover .hover_con:before {
	top: 48px;
}
/*绠€浠�*/
.ban {
	height: 340px;
	overflow: hidden;
	background: url(../images/ban.jpg) center no-repeat;
	color: #fff;
	text-align: center;
}
.ban span {
	display: block;
	font-size: 30px;
	line-height: 50px;
	margin-top: 6rem;
}
.ban p {
	line-height: 30px;
	font-size: 16px;
}
.search {
	float: right;
	font-size: 12px;
	width: 45%;
}
.search #key {
	width: 80%;
	height: 35px;
	line-height: 35px;
	background: #f8f8f8;
	float: left;
	outline: none;
	text-indent: 2em;
}
.search .fdj {
	width: 20%;
	height: 35px;
	font-size: 14px;
	background: #aecd28;
	float: right;
	cursor: pointer;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.3s;
}
.search .fdj:hover {
	background: #333;
}
.location {
	border-bottom: 1px solid #ededed;
}
.locationa {
	color: #777;
	overflow: hidden;
	line-height: 70px;
}
.locationa a {
	color: #777;
}
.locationa a:hover {
	color: #383c45;
}
.locationb {
	height: 37px;
	overflow: hidden;
	line-height: 35px;
}
.locationb a {
	display: block;
	position: relative;
	transition: .4s;
	border: 1px solid #e5e5e5;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	border-radius: 40px;
	text-align: center;
	margin: 0 1%;
}
.locationb a:hover {
	background: #1369b2;
	color: #fff;
}
/*content_company*/
.coma {
	height: auto;
	overflow: hidden;
	background: url(../images/coma.png) right center no-repeat;
}
.coma i {
	font-size: 56px;
	color: #1369b2;
}
.coma strong {
	display: block;
	line-height: 50px;
	font-size: 32px;
}
.companya p {
	line-height: 30px;
	color: #777;
}
.companyb {
	height: auto;
	overflow: hidden;
	background: url(../images/companyb.jpg) center top repeat;
}
.companyb li {
	text-align: center;
}
.companyb li span {
	display: block;
	font-size: 24px;
	line-height: 50px;
	margin-top: .75rem;
	transition: .4s;
	color: #fff
}
.companyb li p {
	line-height: 30px;
	color: #dadada;
}
.companyb li em {
	display: block;
	width: 100px;
	line-height: 75px;
	padding-top: 10px;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 80px;
	margin: 0 auto;
	transition: .4s;
}
.companyb li:hover em {
	background: #1369b2;
}
.companyb li:hover span {
	color: #1369b2;
}
.companyb li em i {
	font-size: 44px;
	color: #fff;
	transition: .4s;
}
.comtit {
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.comtit span {
	display: block;
	font-size: 32px;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
}
.comtit i {
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}
.comtita {
	font-weight: 100;
	font-size: 32px;
	line-height: 60px;
	text-align: center;
}
.companyc ul {
	border: 1px solid #e3e3e3;
	border-bottom: none;
	height: auto;
	overflow: hidden;
	background: #fcfcfc;
}
.companyc ul li {
	text-align: center;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.companyc ul li:nth-of-type(6n+0) {
	border-right: none;
}
.companyc ul li span {
	display: block;
	font-size: 30px;
	color: #c1c1c1;
}
.companyc ul li p {
	display: block;
	color: #777;
	line-height: 40px;
}
.companyd {
	height: auto;
	overflow: hidden;
	background: url(../images/companyd.jpg) center top repeat;
}
.companyd .col-lg-3 {
	padding-left: 0.5% !important;
	padding-right: 0.5% !important;
}
.companyd li {
	height: auto;
	overflow: hidden;
}
.companyd li a {
	position: relative;
	display: block;
	border: 15px solid #fff;
	height: auto;
	overflow: hidden;
}
.companyd li:hover span {
	bottom: 0;
}
.companyd li:hover img {
	transform: scale(1.05, 1.05)
}
.companyd li span {
	position: absolute;
	bottom: -55px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	line-height: 55px;
	text-align: center;
	transition: .4s;
}
.companyd li img {
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: all 1s ease
}
.comtitb {
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.comtitb span {
	display: block;
	font-size: 32px;
	line-height: 60px;
	font-weight: bold;
}
.comtitb i {
	display: block;
	width: 40px;
	height: 1px;
	background: #444;
	margin: 0 auto;
}
.companye .swiper-container {
	width: 100%;
	height: 100%;
	padding: 6rem 0;
}
.companye .swiper-slide {
	text-align: center;
	background: #fff;
	overflow: hidden;
	/* 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;
	transition: 300ms;
	transform: scale(1);
}
.companye .swiper-slide-active {
	transform: scale(1.4);
	z-index: 6;
	position: relative;
}
.companye .swiper-slide-duplicate-active {
	transform: scale(1.4);
	z-index: 6;
	position: relative;
}
.companye .swiper-slide img {
	display: block;
	max-width: 100%;
}
.companye .swiper-slide-prev {
	position: relative;
}
.companye .swiper-slide-prev::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.7);
}
.companye .swiper-slide-next {
	position: relative;
}
.companye .swiper-slide-next::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.7);
}
.companye .swiper-button-next::after {
	display: none;
}
.companye .swiper-button-prev::after {
	display: none;
}
.companye .swiper-button-prev {
	left: 10%;
}
.companye .swiper-button-prev:hover span {
	color: #999;
	border-bottom: 1px solid #999;
}
.companye .swiper-button-prev span {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	transition: .4s;
}
.companye .swiper-button-prev i {
	color: #fff;
}
.companye .swiper-button-next span {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
	transition: .4s;
}
.companye .swiper-button-next:hover span {
	color: #999;
	border-bottom: 1px solid #999;
}
.companye .swiper-button-next {
	right: 10%;
}
.companye .swiper-button-next i {
	color: #fff;
}
.companye .swiper-slide-active:hover .comb {
	bottom: 0;
}
.comb {
	position: absolute;
	bottom: -130px;
	z-index: 3;
	background: rgba(39,162,87,0.8);
	width: 100%;
	color: #fff;
	padding: 1rem;
	transition: all .6s ease 0s;
}
.comb span {
	display: block;
	font-size: 18px;
}
.comb p {
	line-height: 20px;
	font-size: 12px;
}
/*content_product*/
.producta {
	height: auto;
	overflow: hidden;
}
.typelist {
	height: auto;
	overflow: hidden;
}
.typelist:nth-of-type(2n+0) {
	height: auto;
	overflow: hidden;
	background: #f4f6f8
}
.typea {
	height: auto;
	overflow: hidden;
	width: 100%;
}
.typea span {
	float: left;
	display: block;
	line-height: 45px;
	font-size: 22px;
}
.typea span i {
	display: block;
	border-top: 2px solid #1369b2;
	width: 30px;
}
.typeb {
	clear: both;
	height: auto;
	overflow: hidden;
}
.typeb img {
	display: block;
	max-width: 100%;
	transition: .4s;
}
.typeb span {
	display: block;
	line-height: 55px;
	background: #fff;
	transition: .4s;
}
.typeb span i {
	float: right;
}
.typeb .swiper-slide a {
	display: block;
}
.typeb .swiper-slide a:hover .inimga img {
	transform: scale(1.02)
}
.typeb .swiper-slide a:hover span {
	background: #aecd28;
	color: #fff;
}
.typec {
	height: auto;
	overflow: hidden;
}
.typec p {
	line-height: 30px;
	color: #777;
}
.ptypea {
	width: 30%;
}
.ptypea a {
	float: left;
	margin-right: 2%;
	display: block;
	width: 60%;
	background: #aecd28;
	line-height: 35px;
	margin-top: .25rem;
	text-align: center;
	border-radius: 80px;
	color: #fff;
	transition: .4s;
}
.ptypea a:hover {
	background: #444;
}
.ptypea a:nth-of-type(2) {
	float: right;
	width: 38%;
	margin-right: 0px;
	background: #1369b2;
	border: 1px solid #ececec;
	color: #fff;
}
.ptypea a:nth-of-type(2):hover {
	background: #444;
}
.prolist .row {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.prolist .col-xl-3 {
	padding-left: 0.5% !important;
	padding-right: 0.5% !important;
}
.prolist li a {
	display: block;
}
.prolist li a:hover .infontc i {
	width: 40px;
}
.prolist li a:hover .inimga span {
	bottom: 0px;
}
.prolist li a:hover img {
	transform: scale(1.02) rotate(-1deg)
}
.prolist li img {
	display: block;
	max-width: 100%;
	transition: all .5s ease 0s;
}
.inimga {
	height: auto;
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
}
.inimga img {
	display: block;
	width: 100%;
	transition: all .5s ease 0s;
}
.inimga span {
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 3;
	text-indent: 2em;
	line-height: 50px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	transition: all .5s ease 0s;
}
.infontc {
	height: auto;
	overflow: hidden;
	background: #f4f6f8
}
.infontc span {
	display: block;
	font-size: 22px;
	line-height: 35px;
}
.infontc i {
	display: block;
	width: 20px;
	height: 2px;
	background: #1369b2;
	margin: 1rem 0;
	transition: all .6s ease 0s;
}
.infontc p {
	line-height: 25px;
	color: #1369b2;
	margin: 1rem 0;
}
.infontc em {
	display: block;
	line-height: 30px;
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
}
.typeside {
	position: fixed;
	left: 1%;
	bottom: 10%;
	width: 180px;
	border: 1px solid #eee;
	z-index: 88;
	background: #f4f6f8;
}
.typeside li {
	line-height: 45px;
	height: 45px;
	transition: .4s;
}
.typeside li a {
	display: block;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 13px;
}
.typeside li:hover {
	background: #1369b2;
}
.typeside li:hover a {
	color: #fff;
}
.sidetita {
	height: 70px;
	overflow: hidden;
	background: #1369b2;
	color: #fff;
	text-align: center;
	padding-top: 1rem;
}
.sidetita h5 {
	line-height: 40px;
	height: 40px;
	margin-bottom: 0px;
	font-size: 22px;
}
.sidetita h5 small {
	font-size: 14px;
}
.sidetita strong {
	display: block;
	font-size: 60px;
	color: #b11224;
	line-height: 50px;
	height: 50px;
	text-transform: uppercase;
	font-family: impact;
}
.typeside li.current {
	background: #1369b2;
}
.typeside li.current a {
	color: #fff;
}
.cptop {
	text-align: center;
	font-size: 28px;
	line-height: 45px;
	font-family: fz;
	color: #e77745;
	cursor: pointer;
	transition: .4s;
}
.cptop i {
	font-size: 22px;
}
.cptop:hover {
	color: #1369b2;
}
.cptop:hover i {
	color: #1369b2;
}
.joba {
	height: auto;
	overflow: hidden;
	background: #f4f6f8;
}
.joba ul {
	margin-bottom: 0;
}
.joba li {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	transition: .4s;
}
.joba li a {
	display: block;
	transition: .4s;
}
.joba li:hover {
	box-shadow: rgba(0,0,0,0.3) 0px 6px 15px;
}
.joba li:hover a {
	transform: translate3d(0, -5px, 0)
}
.jobb span {
	display: block;
	font-size: 22px;
	line-height: 35px;
}
.joba li p {
	display: block;
	line-height: 35px;
	color: #777;
}
.jobc {
	text-align: right;
}
.jobda span {
	display: block;
	font-size: 22px;
	line-height: 35px;
}
.jobda p {
	display: block;
	line-height: 35px;
	color: #777;
}
.jobe {
	text-align: right;
}
.jobe a {
	display: block;
	float: right;
	width: 120px;
	line-height: 45px;
	background: #b11224;
	text-align: center;
	color: #fff;
	transition: .4s;
}
.jobe a:hover {
	background: #444;
	border-radius: 3px;
}
.jobs-info-content {
	border-top: 1px solid #eee;
}
.jobinfoa {
	height: auto;
	overflow: hidden;
	background: #f4f6f8;
}
.apply-job {
	height: auto;
	overflow: hidden;
}
.apply-job .job-tr {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 1rem;
}
.apply-job .job-tr .tr-title {
	float: left;
	width: 50px;
	margin-right: 2%;
	line-height: 40px;
}
.apply-job .job-tr .tr-cont {
	float: left;
}
.apply-job .job-tr .tr-cont input {
	display: block;
	padding: 0 10px;
	width: 300px;
	line-height: 40px;
	border: 1px solid #e6e6e6;
}
.apply-job .job-tr .tr-cont textarea {
	display: block;
	padding: 0 10px;
	width: 300px;
	line-height: 40px;
	border: 1px solid #e6e6e6;
}
.apply-job .job-tr .radio-cont {
	text-align: center;
	width: 110px;
}
.apply-job .job-tr .radio-cont input {
	width: 50px;
}
.apply-job .job-tr .tr-conta input {
	width: 150px;
	float: left;
	margin-right: 10px;
}
.apply-job .job-tr .tr-cont .verify {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
}
.apply-job .job-tr .tr-cont a.submit {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #b11224;
	color: #fff;
	margin-left: 4.25rem;
	transition: .4s;
}
.apply-job .job-tr .tr-cont a:hover {
	background: #444;
}
/*鑽ｈ?*/
.honorlist {
	height: auto;
	overflow: hidden;
	padding: 2% 0;
}
.honorlist .row {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.honorlist .col-lg-4 {
	padding-left: 0.5% !important;
	padding-right: 0.5% !important;
}
.honorlist .col-6 {
	padding-left: 0.5% !important;
	padding-right: 0.5% !important;
}
.honorlist li {
	height: auto;
	overflow: hidden;
	margin-bottom: 4%;
}
.honorlist li a {
	display: block;
	position: relative;
	border: 1px solid #efefef;
}
.honorlist li img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	transition: all 1s ease;
}
.honorlist li:hover img {
	transform: scale3D(1.1, 1.1, 1.1)
}
.honorlist li:hover .honorfonta {
	background: rgba(0,0,0,0.8);
	opacity: 0.8;
	bottom: 0;
}
.honorfonta {
	position: absolute;
	z-index: 8;
	bottom: -260px;
	width: 100%;
	color: #fff;
	height: 100%;
	padding-top: 20%;
	overflow: hidden;
	text-align: center;
	background: rgba(0,0,0,0);
	transition: .4s;
}
.honorfonta span {
	display: block;
	line-height: 30px;
	font-size: 15px;
}
.honorfonta i {
	font-size: 42px;
}
/*鏂伴?*/
.newslist {
	height: auto;
	overflow: hidden;
}
.newslist .col-lg-4 {
	padding-right: 0px;
	padding-left: 0px;
}
.newslist ul li {
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	transition: all 1s ease
}
.newslist ul li a {
	display: block;
	transition: .4s;
}
.newslist ul li img {
	display: block;
	width: 100%;
}
.newslist ul li:hover {
	box-shadow: rgba(0,0,0,0.3) 0px 6px 15px;
}
.newslist ul li:hover a {
	transform: translate3d(0, -10px, 0)
}
.newslist ul li:hover em {
	background: #1369b2;
	color: #fff;
	border: 1px solid #1369b2
}
.time {
	display: block;
	line-height: 40px;
	font-size: 22px;
	color: #777;
}
.newsfonta span {
	font-size: 16px;
	line-height: 40px;
}
.newsfonta p {
	line-height: 25px;
	color: #777;
}
.newsfonta em {
	display: block;
	width: 140px;
	line-height: 35px;
	border: 1px solid #777;
	color: #777;
	text-align: center;
	border-radius: 50px;
	transition: .4s;
}
/*鏂伴椈璇︽儏*/
.newsinfo {
	height: auto;
	overflow: hidden;
	background: #f4f6f8;
}
.newsinfoa {
	height: auto;
	overflow: hidden;
}
.newsinfoa strong {
	display: block;
	font-size: 18px;
	color: #4c4c4c;
	line-height: 40px;
}
.meta {
	line-height: 35px;
	color: #777;
	border-bottom: 1px solid #dbdbdb;
}
.newsaa {
	height: auto;
	overflow: hidden;
}
.newsaa img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.newsaa p {
	line-height: 30px;
}
.newsinfob {
	padding: 2% 0;
	height: auto;
	overflow: hidden;
}
.newsinfob strong {
	display: block;
	font-size: 1.375rem;
	line-height: 60px;
}
.newsinfob li {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	background: #f1f1f1;
	transition: .4s;
}
.newsinfob li:hover {
	background: #1369b2;
	color: #fff;
}
.newsinfob li:hover span {
	color: #fff;
}
.newsinfob li:hover p {
	color: #fff;
}
.newsinfob li img {
	max-width: 100%;
}
.newsinfob li span {
	display: block;
	line-height: 25px;
	margin: 10px 0;
	color: #666;
}
.newsinfob li p {
	line-height: 25px;
	color: #666;
	font-size: 13px;
}
#prev_next {
	height: auto;
	overflow: hidden;
	border-top: 1px solid #dbdbdb;
	padding-top: 1rem;
	margin-top: 1rem;
}
#prev_next li {
	line-height: 35px;
	color: #777;
}
#prev_next li i {
	float: left;
}
#prev_next li a {
	transition: .4s;
}
#prev_next li:hover a {
	color: #1369b2 !important;
}
/*浜у搧璇︽?*/
.proa img {
	display: block;
	width: 50%;
    margin: 0 auto;
	margin-top: 26px;
}
.proaa {
	height: auto;
	overflow: hidden;
}
.proaa strong {
	display: block;
	font-size: 50px;
	color: #f0f0f0;
	line-height: 60px;
	text-transform: uppercase;
}
.proaa span {
	display: block;
	font-size: 22px;
	line-height: 50px;
	font-weight: normal;
}
.proaa span i {
	display: block;
	width: 30px;
	height: 2px;
	background: #1369b2;
}
.proaa p {
	line-height: 35px;
	color: #777;
}
.proab {
	height: auto;
	overflow: hidden;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.proab p {
	clear: both;
	line-height: 30px;
	height: auto;
	overflow: hidden;
	color: #777;
}
.proab p i {
	display: block;
	float: left;
	width: 100px;
	line-height: 40px;
	background: #f6f6f6;
	border-radius: 3px;
	margin-right: 1rem;
	text-align: center;
}
.proab p i:nth-of-type(4) {
	margin-right: 0px;
}
.prob {
	background: #f4f6f8;
}
.sidea {
	height: auto;
	overflow: hidden;
	border: 1px solid #efefef;
}
.sidea li {
	position: relative;
	line-height: 52px;
	height: 52px;
	transition: .4s;
	cursor: pointer;
}
.sidea li a {
	display: block;
	transition: .4s;
	border-bottom: 1px dashed #e5e5e5;
	text-indent: 2em;
	font-size: 15px;
}
.sidea li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 5px;
	height: 0px;
	background:#1369b2;
	transition: .4s;
}
.sidea li:hover:before {
	height: 100%;
}
.sidea li:hover {
	background: #f6f6f6;
}
.sideb li {
	height: auto;
	overflow: hidden;
	background: #f9f9f9;
	transition: .4s;
	position: relative;
	z-index: 3
}
.sideb li:hover {
	background: #aecd28;
}
.sideb li:hover span {
	color: #fff;
}
.sideb li img {
	display: block;
	max-width: 100%;
}
.sideb li span {
	display: block;
	text-align: center;
	line-height: 45px;
}
.sidec li {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}
.sidec li span {
	display: block;
	line-height: 40px;
}
.sidec li p {
	line-height: 25px;
	color: #777;
}
.sidec li p a {
	display: block;
	transition: .4s;
}
.sidec li a:hover {
	color: #aecd28;
}
.sidetit {
	height: auto;
	overflow: hidden;
	background: #1369b2;
	color: #0c5a9c;
	font-size: 18px;
	text-align: center;
	padding: 1rem 0;
	text-transform: uppercase;
	font-family: impact;
}
.sidetit span {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
.sideaa {
	background: #fff;
	height: auto;
	overflow: hidden;
	padding: 4%;
}
.sidetel {
	height: auto;
	overflow: hidden;
	background: url(../images/sidetel.png) left no-repeat;
	padding-left: 60px;
	float: right;
}
.sidetel span {
	display: block;
	color: #777;
	font-size: 12px;
	line-height: 25px;
}
.sidetel p {
	font-size: 28px;
	line-height: 30px;
	color: #1369b2;
	font-family: fz;
}
.ptit {
	line-height: 70px;
	background: #fff;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.ptit a {
	display: block;
	transition: .4s;
	border-top: 4px solid #fff;
	float: left;
    font-size: 24px;
    font-weight: bold;
}
.ptit a:hover {
	border-top: 4px solid #1369b2;
	color: #1369b2;
}
.ptita {
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.ptita strong {
	display: block;
	font-size: 40px;
	color: #eef0f2;
	text-transform: uppercase;
	font-family: impact;
}
.ptita span {
	display: block;
	font-size: 32px;
	line-height: 50px;
	margin-top: -55px;
}
.ptita p {
	line-height: 40px;
	color: #777;
	font-size: 16px;
}
.ptita i {
	font-size: 28px;
	color: #3966a7;
}
.ptita .hr {
	margin: 10px auto;
	position: relative;
	width: 52px;
	height: 11px;
	background-image: url(../images/bgt-firitem.png);
}
.proda {
	background: url(../images/proda.png) center no-repeat;
}
.proda .row {
	padding-left: 15px;
	padding-right: 15px;
}
.proda li em i {
	font-size: 40px;
	color: #fff;
}
.proda li strong {
	font-size: 22px;
	line-height: 45px;
	color: #555;
	font-weight: normal;
}
.proda li p {
	line-height: 25px;
	color: #777;
}
.proda_a em {
	display: block;
	float: left;
	background: url(../images/in02aa.png) center no-repeat;
	width: 78px;
	padding-top: 15px;
	height: 84px;
	text-align: center;
	line-height: 54px;
}
.proda_b li {
	text-align: right;
}
.proda_b em {
	display: block;
	float: right;
	background: url(../images/in02aa.png) center no-repeat;
	width: 78px;
	padding-top: 15px;
	height: 84px;
	text-align: center;
	line-height: 54px;
}
.proea .row {
	padding-left: 15px;
	padding-right: 15px;
}
.proea .col-lg-4 {
	padding-left: 0.5%;
	padding-right: 0.5%;
}
.proea li:hover .infontb {
	background: rgba(0,0,0,0.6);
	opacity: 1;
	bottom: 6%;
}
.infontb {
	position: absolute;
	width: 92%;
	background: rgba(0,0,0,0);
	opacity: 0;
	left: 4%;
	bottom: 26%;
	height: auto;
	overflow: hidden;
	transition: .4s;
}
.infontba {
	border: 1px solid #646465;
}
.infontb span {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	letter-spacing: 1px;
}
.infontb p {
	line-height: 25px;
	color: #aaabad;
}
.infontb i {
	color: #aaabad;
	line-height: 40px;
}
.proca {
	height: auto;
	overflow: hidden;
	line-height: 30px;
	color: #777;
}
.proca img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.profa ul li {
	text-align: center;
	background: url(../images/in06a.png) right 52px no-repeat;
}
.profa ul li i {
	font-size: 30px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	top: 12%;
	left: 0px;
}
.profa ul li:nth-of-type(4) b {
	padding-top: 25px;
	line-height: 75px;
}
.profa ul li:nth-of-type(5) b {
	padding-top: 25px;
	line-height: 75px;
}
.profa ul li:nth-of-type(6) b {
	padding-top: 25px;
	line-height: 75px;
}
.profa ul li:nth-of-type(6) {
	background: none !important;
}
.profa ul li b {
	display: block;
	width: 135px;
	height: 135px;
	padding-top: 35px;
	margin: 0 auto;
	background: url(../images/tipa.png) center no-repeat;
	background-size: 80%;
	transition: .4s;
	font-weight: normal;
}
.profa ul li:hover b {
	padding-top: 30px;
}
.profa ul li:hover em {
	background: #1369b2;
}
.profa ul li span {
	display: block;
	font-size: 18px;
	line-height: 45px;
	transition: all linear 0.3s;
}
.profa ul li em {
	display: block;
	width: 20px;
	height: 2px;
	background: #aecd28;
	margin: 0 auto;
}
.profa ul li p {
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
}
.forma {
	height: auto;
	overflow: hidden;
}
.forma input {
	float: left;
	width: 32%;
	margin-right: 2%;
	line-height: 40px;
	padding-left: 2%;
	border: 1px solid #e6e6e6;
}
.forma input:last-child {
	margin-right: 0px;
}
.form-tr {
	margin-top: 2%;
}
.prog textarea {
	display: block;
	padding-left: 2%;
	width: 100%;
	height: 90px;
	background: #fff;
	line-height: 35px;
	border: 1px solid #e6e6e6;
}
.prog .code input {
	display: block;
	width: 188px;
	float: left;
	padding-left: 2%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #e6e6e6;
}
.prog .verify {
	cursor: pointer;
	float: left;
	margin: 0 25px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.prog .verify img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.prog .submit {
	float: left;
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #aecd28;
	color: #fff !important;
	font-size: 15px;
}
/*鑱旂?*/
.contacta {
	height: auto;
	overflow: hidden;
}
.contacta .row {
	padding-left: 15px;
	padding-right: 15px;
}
.contacta li {
	position: relative;
	height: auto;
	overflow: hidden;
	border-left: 1px solid #e9e9e9;
	padding-left: 3%;
}
.contacta li span {
	display: block;
	line-height: 40px;
	font-size: 16px;
}
.contacta li:before {
	position: absolute;
	content: "";
	height: 40px;
	width: 2px;
	background: #444;
	left: 0;
	top: 0;
}
.contacta li i {
	font-size: 28px;
	color: #1369b2;
}
.contacta li p {
	line-height: 30px;
	color: #777;
}
.contactc {
	height: auto;
	overflow: hidden;
	background: #f4f6f8;
}
.contactca {
	background: #fff;
	height: auto;
	overflow: hidden;
}
.contactca span {
	display: block;
	line-height: 40px;
	font-size: 20px;
}
.contactca p {
	color: #777;
	line-height: 25px;
}
.contactcb {
	height: auto;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.contactcb span {
	display: block;
	font-size: 20px;
	line-height: 40px;
}
.contactcb p {
	line-height: 25px;
	color: #777;
}
.contactcb em {
	display: block;
	line-height: 40px;
	width: 47px;
	border-radius: 100px;
	border: 1px dashed #bfbfbf;
	margin: 0 auto;
}
.contactcb em i {
	font-size: 26px;
	color: #777;
}
.contactcb strong {
	display: block;
	font-size: 28px;
	color: #1369b2;
	font-family: fz;
	border-bottom: 1px dashed #dcdcdc;
}
.contactcb a {
	display: block;
	width: 160px;
	line-height: 45px;
	background: #aecd28;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 2px;
}
.contactcb a i {
	position: relative;
	z-index: 3;
}
.contactc .forma {
	height: auto;
	overflow: hidden;
}
.contactc .forma span {
	display: block;
	font-size: 20px;
	line-height: 45px;
}
.contactc .forma input {
	float: left;
	width: 32%;
	margin-right: 2%;
	line-height: 40px;
	padding-left: 2%;
	border: 1px solid #e6e6e6;
}
.contactc .forma input:last-child {
	margin-right: 0px;
}
.contactc textarea {
	display: block;
	padding-left: 2%;
	width: 100%;
	height: 90px;
	background: #fff;
	line-height: 35px;
	border: 1px solid #e6e6e6;
}
.contactc .code {
	width: 50%;
}
.contactc .code input {
	width: 31%;
	line-height: 40px;
	float: left;
}
.conaa p {
	line-height: 40px;
	color: #fff;
	text-align: center;
	margin-top: 2%;
}
.conaa p i {
	font-size: 18px;
}
.contactc .code .verify {
	cursor: pointer;
	float: left;
	margin: 0 2%;
	width: 31%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.contactc .code .verify img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	border: 1px solid #e6e6e6;
}
.contactc .submit {
	position: relative;
	float: left;
	display: block;
	width: 31%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #1369b2;
	color: #fff;
	border-radius: 3px;
}
.contactc .submit em {
	display: block;
	position: relative;
	z-index: 3
}
.contactc .form-tr {
	overflow: hidden;
	margin-top: 2%;
}
.contactc input {
	display: block;
	width: 90%;
	padding-left: 2%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 1px solid #e6e6e6;
}
.cona {
	text-align: center;
}
.cona span {
	display: block;
	line-height: 30px;
}

@media (max-width: 576px) {
.topba a {
	border-right: none;
}
.menu {
	background: #f4f6f8;
}
.menu .container {
	padding-left: 0px;
	padding-right: 0px;
}
.menu li span {
	font-size: 14px;
	color: #666;
}
.intita strong {
	font-size: 36px;
}
.intita span {
	font-size: 22px;
	margin-top: -40px;
}
.in01ba strong {
	font-size: 36px;
	font-family: fz;
}
.in01be {
	width: 100%;
}
.in01c {
	padding-left: 15px;
	padding-right: 15px;
}
.in01c .col-6 {
	padding-left: 0.5%;
	padding-right: 0.5%;
}
.intitb strong {
	font-size: 36px;
}
.intitb span {
	font-size: 22px;
	margin-top: -40px;
}
.intitb span b {
	font-size: 24px;
}
.in02a .gallery-thumbs {
	width: 100%;
}
.in02ba strong {
	font-size: 17px;
	line-height: 30px;
}
.in02ba span {
	font-size: 22px;
}
.in02ba b {
	font-size: 12px;
}
.in03ab {
	width: 100%;
	margin-top: 0px;
}
.in_04 {
	background: #f6f6f6
}
.in04a i {
	font-size: 32px;
}
.in04a strong {
	font-size: 22px;
}
.in05a strong {
	font-size: 22px;
}
.in_05 .common-inner {
	width: 100%;
}
.codea {
	margin-top: 1rem;
}
.codea input {
	width: 31%;
}
.in05b {
	height: 40px;
}
.in05b input {
	width: 48%;
}
.in_05 .verify {
	width: 32%;
}
.in_05 .submit {
	width: 31%;
}
.in06aa h4 {
	font-size: 17px;
	line-height: 35px;
	font-weight: bold;
}
.fonta {
	width: 100%;
}
.footer {
	padding-bottom: 14%;
}
.footer .right {
	width: 100%;
}
.footer .text-right {
	text-align: left !important;
}
.fewm {
	float: left;
	margin-left: 2%;
}
.morec {
	margin: 4% auto;
}
.in06ac {
	margin: 4% auto;
}
.in06aa i {
	margin: 4% auto;
}
.ban {
	height: 160px;
}
.ban span {
	margin-top: 2rem;
	font-size: 22px;
	line-height: 40px;
}
.coma i {
	font-size: 32px;
}
.coma strong {
	font-size: 22px;
	line-height: 40px;
}
.comtit span {
	font-size: 22px;
	line-height: 40px;
}
.companyb li span {
	font-size: 22px;
	line-height: 40px;
}
.comtita {
	font-size: 22px;
}
.companyc ul {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.companyc ul li:nth-of-type(2n+0) {
	border-right: none;
}
.companyd .row {
	padding-left: 15px;
	padding-right: 15px;
}
.comtitb span {
	font-size: 22px;
	line-height: 40px;
}
.companye .swiper-container {
	padding: 3rem 0;
}
.honorfonta {
	padding-top: 14%;
}
.honorfonta i {
	font-size: 22px;
}
.ptypea a:nth-of-type(2) {
	width: 100%;
}
.typea span {
	font-size: 16px;
}
.infontc span {
	font-size: 16px;
	line-height: 30px;
}
.ptit .row {
	margin-left: 0px;
	margin-right: 0px;
}
.ptit .col {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
}
.ptita span {
	font-size: 22px;
}
.proda {
	background: none;
}
.proda .col-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.profa ul li b {
	width: 110px;
}
.profa ul li {
	background: none;
}
.profa ul li span {
	font-size: 14px;
	line-height: 30px;
}
.profa ul li i {
	top: 16%;
}
.prog .code input {
	width: 95px;
}
.prog .verify {
	margin: 0 10px;
}
.prog .submit {
	width: 110px;
}
.contactc .code {
	width: 100%;
}
.newslist .row {
	padding-left: 15px;
	padding-right: 15px;
}
.newsfonta span {
	font-size: 14px;
	line-height: 30px;
}
.menu li .submenu {
	display: none !important;
}
.in02b {
	position: relative;
	background: #1369b2;
	height: 100%;
	overflow: hidden;
}
.in02b .in02ba {
	width: 100%;
	clear: both;
}
.in02ba p {
	margin-top: 4%;
}
.locationb {
	height: auto;
	font-size: 12px;
}
.locationb a {
	border-radius: 1px;
	padding: .25rem;
	line-height: 25px;
}
.apply-job .job-tr .tr-cont {
	float: left;
}
.apply-job .job-tr .tr-cont input {
	width: 230px;
}
.apply-job .job-tr .radio-cont input {
	width: 40px;
}
.apply-job .job-tr .tr-cont textarea {
	width: 230px;
}
.apply-job .job-tr .tr-conta input {
	width: 100px;
}
.jobb span {
	font-size: 14px;
}
}

@media (min-width: 576px) and (max-width: 768px) {
.topba a {
	border-right: none;
}
.menu {
	background: #f4f6f8;
}
.menu .container {
	padding-left: 0px;
	padding-right: 0px;
}
.menu li span {
	font-size: 14px;
	color: #666;
}
.menu li .submenu {
	display: none !important;
}
.in01be {
	width: 100%;
}
.in03ab {
	width: 100%;
	margin-top: 0px;
}
.in_05 .common-inner {
	width: 100%;
}
.in05b input {
	width: 48%;
}
.in06ac {
	margin: 4% auto;
}
.intitb span {
	font-size: 24px;
}
.intitb span b {
	font-size: 28px;
}
.ptypea a:nth-of-type(2) {
	width: 100%;
}
.morec {
	margin: 4% auto;
}
.fonta {
	width: 100%;
}
.fonta {
	width: 100%;
}
.footer {
	padding-bottom: 6%;
}
.footer .right {
	width: 100%;
}
.footer .text-right {
	text-align: left !important;
}
.fewm {
	float: left;
	margin-left: 2%;
}
.in02b {
	position: relative;
	background: #1369b2;
	height: 100%;
	overflow: hidden;
}
.in02b .in02ba {
	width: 100%;
	clear: both;
}
.in02ba p {
	margin-top: 4%;
}
.intita strong {
	font-size: 36px;
}
.intita span {
	font-size: 22px;
	margin-top: -40px;
}
.in01ba strong {
	font-size: 36px;
	font-family: fz;
}
.companyc ul li p {
	font-size: 13px;
}
.profa ul li:nth-of-type(3) {
	background: none;
}
.proa .col-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.location .col-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.locationb a {
	font-size: 12px;
}
.in05b {
	height: auto;
	overflow: hidden;
}
.codea {
	margin-top: 1rem;
}
.codea input {
	width: 31%;
}
.in_05 .verify {
	width: 32%;
}
.in_05 .submit {
	width: 31%;
}
.proda {
	background: none;
}
.prog .submit {
	width: 150px;
}
}

@media (min-width: 768px) and (max-width:992px) {
.menu li .submenu {
	display: none !important;
}
.in01be {
	width: 100%;
}
.in03ab {
	width: 100%;
	margin-top: 0px;
}
.in_05 .common-inner {
	width: 100%;
}
.in05b input {
	width: 21%;
}
.in06ac {
	margin: 4% auto;
}
.morec {
	margin: 4% auto;
}
.footer .text-right {
	text-align: left !important;
}
.fewm {
	float: left;
	margin-left: 2%;
	width: 46%;
}
.intitb span {
	font-size: 24px;
}
.intitb span b {
	font-size: 28px;
}
.in02b {
	position: relative;
	background: #1369b2;
	height: 100%;
	overflow: hidden;
}
.in02b .in02ba {
	width: 100%;
	clear: both;
}
.in02ba p {
	margin-top: 4%;
}
.intita strong {
	font-size: 36px;
}
.intita span {
	font-size: 22px;
	margin-top: -40px;
}
.in01ba strong {
	font-size: 36px;
	font-family: fz;
}
.companyc ul li p {
	font-size: 13px;
}
.profa ul li:nth-of-type(3) {
	background: none;
}
.in01ba span {
	line-height: 30px;
}
.in01bc p {
	line-height: 25px;
}
.in02bb {
	width: 60%;
}
.topba a {
	border-right: none;
}
}

@media (min-width: 992px) and (max-width:1200px) {
.in01bd b {
	font-size: 22px;
}
.in_05 .common-inner {
	width: 90%;
}
.riqi {
	font-size: 24px;
	line-height: 35px;
}
.fonta p {
	line-height: 20px;
	font-size: 12px;
}
.locationb a {
	font-size: 12px;
}
.proaa strong {
	font-size: 28px;
	line-height: 30px;
}
.profa ul li:nth-of-type(3) {
	background: none;
}
.in02b .in02ba {
	padding: 3% 0;
}
.in02ba span {
	font-size: 40px;
}
.in02ba b {
	font-size: 14px;
}
.in02ba strong {
	font-size: 18px;
}
.in02ba p {
	margin-top: 4%;
	font-size: 13px;
}
}

@media (min-width: 992px) and (max-width:1199px) {
.topba a {
	border-right: none;
}
}


@media (min-width: 1200px) and (max-width:1220px) {
.topba p {
	font-size: 12px;
}
.proaa strong {
	font-size: 46px;
}
}

@media (min-width: 1200px) and (max-width:1400px) {
.online_kefu {
	display: none !important;
}
.typeside {
	display: none !important;
}
.in02ba span {
	font-size: 40px;
}
.in02ba b {
	font-size: 14px;
}
.in02b .in02ba {
	padding: 5% 0;
}
.in02ba p {
	margin-top: 6%;
}
}

@media (min-width: 1400px) and (max-width:1600px) {
.in02b .in02ba {
	padding: 5% 0;
}
}

@media (min-width: 1200px) and (max-width:1760px) {
.typeside {
	display: none !important;
}
}
/*鍐呴〉鑱旂郴鎴戜?*/
.con-banner {
    position: relative;
}
.animate.add1 {
    transition-delay: .1s;
}
.animate.secwen {
    opacity: 1;
    transform: translateY(0);
    filter: alpha(opacity=100);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.con-banner .imgs {
    height:560px;
}
.con-banner .words {
    position: absolute;
    left: 0;
    text-align: center;
    color: #fff;
    top: 30%;
    width: 100%;
}
.con-banner .tits {
    line-height: 1;
}
.con-banner .tits-mbx {
    margin-top: 20px;
}
.con-banner .tits-mbx a {
    color: #fff;
}
.banner-down:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/dot.png) center no-repeat;
    margin: auto;
}
.tit-56 {
    font-size: 54px;
    line-height: 1.6;
}
.con-banner .banner-down {
    margin-top: 60px;
}
.banner-down {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 1rem;
    line-height: 2rem;
    box-sizing: content-box;
    color: #fff;
    transition: .5s ease-in-out;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.f-0 {
    font-size: 0;
}
.b-fff {
    background-color: #fff;
}
.por-r {
    position: relative;
}
.ResTitle_a2 {
    color: #1369b2;
    font-weight: bold;
}
.ResTitle_a2 span {
    font-size: 28px;
}
.ResTitle_a2 br {
    display: none;
}
.ResTitle_a2 em {
    font-size: 16px;
    color: #282828;
}
.ResTitle_a2 em:before {
    content: "/";
    padding-left: 0.5em;
    margin-right: 0.5em;
}
.main-box {
    min-height: 400px;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.8;
    margin-bottom: 5.2vw;
}
.main-w {
    width: 82%;
    margin: 0 auto;
	max-width: 1400px;
}
.rid41 .c-title {
    border-left: 6px solid #1369b2;
    padding-left: 1vw;
}
.f-24 {
    font-size: 24px;
}
.bold {
    font-weight: bold;
}
.f-12 {
    font-size: 12px;
}
.f-18 {
    font-size: 18px;
}
.c-ccc {
    color: #ccc;
}
.text-u {
    text-transform: uppercase;
}
.mt-20 {
    margin-top: 1vw;
}
.rid41 .clist{
	margin-top:30px;
}
.rid41 .clist li {
    width: 31%;
    float: left;
/*    margin-right: 3.05%;*/
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 2vw 1vw;
    box-sizing: border-box;
    text-align: center;
}
.rid41 .clist li:nth-child(2) {
	margin: 0px 40px;
}
.rid41 .clist i {
/*    width: 10%;*/
    margin-right: 5%;
    padding-top: 0.3vw;
}
.vat {
    display: inline-block;
    vertical-align:middle;
}
.vat p{
	display: inline-block;
}
.rid41 .clist i img {
    display: block;
    width: 100%;
}
.main-box img, .view img {
    max-width: 100%;
}
.rid41 .clist .txt {
    max-width: 80%;
    text-align: left;
}
.map{
	margin-top:30px;
}
@keyframes animate {
				50% {
					transform: translateY(30px);
				}
			}

			@-webkit-keyframes animate/* Safari and Chrome */
			{
				50% {
					transform: translateY(30px);
				}
			}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0!important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: unset!important;
    cursor: unset!important;
    pointer-events: unset!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    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'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.vam {
    display: inline-block;
    vertical-align: middle;
}
.NavList_a1, .ClassList_b2 {
    max-width: 95%;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.ClassList_b2 li, .NavList_a1 li {
    display: block;
    width: auto;
    text-align: center;
}
.NavList_a1 a, .ClassList_b2 a {
    font-size: 18px;
    color: #282828;
    display: block;
    position: relative;
    z-index: 1;
    padding: 2.2vw 6px 1.6vw 6px;
    line-height: 1.5;
}
.NavList_a1 a.on:after, .ClassList_b2 .on a:after {
    width: 100%;
    left: 0;
}
.NavList_a1 a:after, .ClassList_b2 a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #1369b2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
}
.fr {
    float: right;
}
.fl {
    float: left;
}

.NavList_a1 a.on:after, .ClassList_b2 .on a:after {
    width: 100%;

    left: 0;
}
.NavList_a1 a.current:after, .ClassList_b2 .current a:after {
    width: 100%;
    left: 0;
}
.NavList_a1 a:after, .ClassList_b2 a:after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #1369b2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
}
/*鍐呴〉鑱旂郴鎴戜?*/
/*鍐呴〉鍦ㄧ嚎鐣欒?*/
.Form001852 {
    padding:0 0 4% 0;
}
.w_96 {
    max-width: 1400px;
    width: 90%;
}
.auto {
    margin: 0 auto;
}
.Form001852 .p-info {
    padding: 2px 0;
    margin-bottom: 3%;
    border-bottom: 1px solid #eee;
}
.Form001852 .p-info p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
}
#tc-2 .fl {
    float: left;
    /* margin: 0px 16px; */
    width: 32%;
}
#tc-2 .fl:nth-child(2) {
    margin: 0px 28px;
}
.ncontxt {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
    height: 48px;
    color: #333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 1px;
    width: 100%;
    margin-right: 3%;
    box-sizing: border-box;
    font-size: 16px;
    font-family: auto;
    width: 100%;
    height: 50px;
    line-height:50px;
    text-indent: 1px;
    border: none;
    background: #f4f5f7;
}
.an {
    text-align: center;
}
.bok_btn {
    display: inline-block;
    transition: all 0.5s;
    width: 160px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    color: #fff;
    border: 1px solid #1369b2;
    background-color: #1369b2;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}
.bok_btn2 {
    display: inline-block;
    transition: all 0.5s;
    width: 160px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    color: #1369b2;
    border: 1px solid #1369b2;
    background-color: unset;
    font-size:16px;
    margin: 0 1px;
    cursor: pointer;
}
/*鍐呴〉鍦ㄧ嚎鐣欒?*/
/*鍐呴〉浜烘?鎷涜仒*/
.JoinList {
    padding: 40px 0 4% 0;
    color: #333;
}
.w_96 {
    max-width: 1400px;
    width: 90%;
}
.auto {
    margin: 0 auto;
}
.JoinList .title {
    color: #1369b2;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 2vw;
    font-weight: bold;
    border-left: 1px solid #1369b2;
    padding-left: 2px;
}
.JoinList .thead {
    line-height: 40px;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #015198;
    margin-bottom: 20px;
}
.JoinList .thead span.jobname {
    text-align: left;
    padding-left: 3%;
}
.JoinList .thead span {
    float: left;
    width: 17%;
    display: block;
    height: 40px;
    text-align: center;
    position: relative;
}
.JoinList .jobname {
    width: 28% !important;
}
.JoinList .dl {
    margin-bottom: 10px;
}
.JoinList .dl .dt {
    line-height:40px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #eee;
}
.JoinList .dl .dt span.jobname {
    text-align: left;
    padding-left: 3%;
}
.JoinList .dl .dt span {
    float: left;
    width: 17%;
    display: block;
    font-size: 16px;
}
.JoinList .dl .dt span.jobname b {
    font-weight: normal;
    font-size: 20px;
}
.JoinList .dl .dt .btn {
    display: inline-block;
    position: relative;
/*
    border: 2px solid #eee;
    border-radius: 50px;
*/
    width: 150px;
    transition: .3s;
    color: #fff;
    background: #1369b2;
}
.JoinList .conbox {
    padding: 20px 5%;
    display: none;
}
.JoinList .dl.active {
    background-color: unset;
}


.tdbox {
    display: flex;
    margin-top: .6rem;
    margin-bottom: .3rem;
    position: relative;
    align-items: stretch;
    flex-wrap: wrap;
}
.tdbox .tds1 {
    padding-left: .5rem;
}
.tdbox .tds {
    width: 50%;
    padding-bottom: .6rem;
    position: relative;
}
.tdbox .tds .tits {
    line-height: 1;
    color: #333333;
}
.tit-20 {
    font-size: 20px;
    line-height: 1.6;
}
.tdbox .tds .txts {
    line-height: 1.875;
    color: #666666;
    margin-top: .45rem;
}
.tit-16 {
    font-size: 16px;
    line-height: 1.6;
}
.tdbox .tds2 {
    padding-left: 15px;
}
.tdbox .tds2:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: -75px;
    background: #dddddd;
    top: 0;
}












/*鍐呴〉浜烘?鎷涜仒*/
/*椤电?*/
.pagelist {
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    width: 400px;
    padding: 40px 0px;
}
#pege li {
    float: left;
    margin: 0 5px;
    color: #333333;
    font-size: 14px;
    height: 42px;
    border: unset;
    padding: unset;
    transition: unset;
}
select, input, textarea {
    font-size: 14px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Microsoft YaHei";
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}
/*椤电?*/
/*鍐呴〉鍏充簬鎴戜?*/
.secwen.animate {
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s cubic-bezier(0.3, 0, 0.24, 1);
}
.w1440 {
    max-width: 1400px;
    margin: 0 auto;
	width:90%;
}
.about-box{
	margin-bottom:60px;
}
.about-page .title{
/*	text-align: unset;*/
	height: unset;
    line-height: unset;
}
.about-page .title .tit {
    font-size: 36px;
    color: #333;
    line-height: 1.2;
}
.about-page .title .txt {
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
    text-transform: uppercase;
    margin-top: 0.225rem;
}
.about-box-cen {
    display: flex;
    align-items: flex-start;
    margin-top: 1.2rem;
    justify-content: space-between;
}
.about-box-cen .about-box-left {
    width: 50%;
}
.about-box-left .tit {
    font-weight: bold;
    color: #333;
}
.about-box-left .line {
    height: 1px;
    background: #dfdfdf;
    margin: 1rem 0;
}
.tit-28 {
    font-size: 28px;
    line-height: 1.6;
}
.about-box-left .p a{
	color:#666;
}
.about-box-left .p {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    text-align: justify;
}
.about-box-cen .about-box-right {
    width: 40%;
	margin-top: 30px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/*浼佷笟鏂囧??*/
.culture-box {
    padding-top: 90px;
/*    background: #f7f7f7 url(../images/culture_bg.png) no-repeat bottom center;*/
    background: #f9f9f9 url(../images/ys_bj.png)  bottom center no-repeat;
/*    background-size: cover;*/
    position: relative;
	height: 600px;
}
.culture-box-01 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 2rem;
}
.culture-box-01-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	width: 31%;
    float: left;
}
.culture-box-01-left .culture-box-01-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #102d89;
    padding: 1rem;
    width: 4rem;
}
.culture-box-01-left .culture-box-01-top i {
    font-family: 'BEBAS';
    font-style: normal;
    font-size: 36px;
    color: #fff;
}
.culture-box-01-right {
    background: #fff;
    width: 69%;
    padding: 2rem;
    position: relative;
	float: right;
	margin-top: 70px;
}
.culture-box-01-right .tit:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 19.2%;
    background: url(../images/culture_quan.jpg);
    top: 65.5%;
}
.tit-30 {
    font-size: 30px;
    line-height: 1.6;
}
.culture-box-01-right .tit .en {
    text-transform: uppercase;
    padding-bottom: 16px;
}
.tit-18 {
    font-size: 18px;
    line-height: 1.6;
}
.culture-box-01-right .tit:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #dfdfdf;
    height: 150px;
    right: 19.9%;
    top: 131px;
}
.culture-box-02 {
    display: flex;
    background: url(../images/culture_bg.jpg) repeat-x;
    justify-content: center;
    padding: 65px 0 100px 0;
}
.culture-box-02-left {
    display: flex;
/*
    justify-content: flex-end;
    text-align: left;
    position: relative;
*/
	color: #fff;
	width: 30%;
    float: left;
}
.culture-box-02-left .tit:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 17%;
    background: url(../images/culture_quan_w.png);
    top: 108%;
}
.culture-box-02-left .tit:after {
    content: "";
    position: absolute;
    width: 1px;
    background: #fff;
    height: 157px;
    left: 20.5%;
    bottom: -190px;
}
.culture-box-02-left i {
    font-family: 'BEBAS';
    font-style: normal;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.culture-box-02-left .tit .en {
    text-transform: uppercase;
    padding-bottom: 16px;
}
.culture-box-02-right {
    width: 48%;
/*
    justify-content: flex-end;
    display: flex;
*/
    padding-top: 65px;
	float: right;
}.culture-box-02-right img{
	width: 100%;
}
.culture-box-03 {
    display: flex;
    padding-bottom: 120px;
/*
    width: 49%;
    margin: 0 auto;
*/
}
/*
.culture-box-03-right {
    display: flex;
    padding-left:65px;
}
*/
.culture-box-03-left{
	float: left;
}
.culture-box-03-right {
    float: right;
    width: 70%;
}
.culture-box-03-right .tit i {
    font-family: 'BEBAS';
    font-style: normal;
    font-size: 36px;
    color: #102d89;
    text-align: center;
}
.culture-box-03-right .tit .en {
    text-transform: uppercase;
    padding-bottom: 0.4rem;
}

/*浼佷笟鏂囧??*/
.jion_con {
    font-size: 0;
    margin-top: 50px;
}
.jion_con dl {
    width: 33.3%;
    height: 325px;
    display: inline-block;
    vertical-align: top;
    background: #f4f4f4;
    padding: 42px;
    text-align: center;
    perspective: 400px;
    overflow: hidden;
    cursor: pointer;
}
.jion_con dl, .jion_con dt, .jion_con dd {
    position: relative;
}
.jion_con dl.out_right::before {
    transform-origin: 100% 0%;
    animation: outRight 300ms linear;
    transform: rotate3d(0,-1,0, 180deg);
}
.jion_con dl::before {
    content: '';
    width: 100%;
    height: 325px;
    background: #1369b2;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0% 0%;
    transform: rotate3d(1,0,0, 90deg);
}
.jion_con dd {
    font-size: 15px;
    line-height: 26px;
    font-weight: 100;
    color: #999;
}
.jion_con dt i {
    width: 67px;
    height: 67px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 155px;
}
.jion_con dt i img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 500ms;
    width: 67px;
    height: 67px;
}
.jion_con dl dt .two {
    transform: translateX(-102px);
}
.jion_con dt p {
    font-size: 22px;
    font-weight: 200;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 90px;
}
.jion_con dl+dl {
    border-left: 1px solid #ddd;
}
.jion_con dl.out_top::before {
    transform-origin: 50% 0%;
    animation: outTop 300ms linear;
    transform: rotate3d(-1,0,0, 180deg);
}
.jion_con dl.out_bottom::before {
    transform-origin: 50% 100%;
    animation: outBottom 300ms linear;
    transform: rotate3d(1,0,0, 180deg);
}
.out_right:hover {
    background: #1369b2;
}
.jion_con dl:hover dd {
    color: #fff;
}
.jion_con dl:hover dt .one {
    transform: translateX(102px);
    transition: 500ms;
}
.jion_con dl:hover dt .two {
    transform: translateX(0);
    transition: 500ms;
}
.jion_con dl:hover dt p {
    color: #fff;
}
.out_top:hover {
    background: #1369b2;
}
.out_bottom:hover {
    background: #1369b2;
}

/*浼佷笟鏂囧??*/
/*鑽ｈ獕璧??*/
.main-box {
    min-height: 400px;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.8;
    margin-bottom: 5.2vw;
	padding: 0 0 4% 0;
}
.main-w {
    width: 82%;
    margin: 0 auto;
	max-width: 1400px;
}
.photo ul li {
    width: 22.7%;
    float: left;
    margin-right: 3.05%;
    margin-bottom: 2vw;
    overflow: hidden;
    position: relative;
}
.photo ul li:nth-child(4) {
	margin-right: unset;
}
.photo ul li:nth-child(8) {
	margin-right: unset;
}
.photo ul li>a, .NewsList_g3 .nwimg {
    background: #f2faff;
    box-sizing: border-box;
    height: 12vw;
    display: block;
    position: relative;
    overflow: hidden;
}
.PhotoList_k2 #pege li a{
    background: unset!important;

}
.photo ul a img {
    position: absolute;
    left: 50%;
    top: 50%;
/*    object-fit: cover;*/
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
}
.photo ul h4 {
    display: none;
}
.photo ul li span, .NewsList_g3 h3 a {
    height: auto !important;
    color: #333333;
    margin: 0 auto;
    padding: 1vw 5%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background-color: #f0f0f0;
    transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
}
.PhotoList_k2 #pege li{
	width:unset;
}
/*鑽ｈ獕璧??*/
/*鍐呴〉鍏充簬鎴戜?*/
/*鍐呴〉鏂伴??*/
.news-list1 {
    padding: 0 0 4% 0;
}
.news-list1 .nwsws {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
}
.news-list1 .nwsws li {
/*    width: 24.4%;*/
    width: 33.14%;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
	display: inline-block;
}
.news-list1 .nwsws li .liimg {
    padding: .8rem;
}
.news-list1 .nwsws li .liimg .more {
    font-size: 14px;
    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px;
    background-image: url(../images/next2.png);
    display: inline-block;
    margin-top: 12px;
    color: #1369b2;
    transition: all 0.3s;
}
.news-list1 .nwsws li .liimg .img {
/*    width: 100%;*/
    overflow: hidden;
/*    height: 160px;*/
	height: 346px;
    width: 436px;
}
.news-list1 .nwsws li .liimg .img img {
    width: 100%;
    max-height: 100%;
    transition: all 0.3s;
}
.news-list1 .nwsws li .liimg .item {
    font-size: 14px;
    color: #666;
    line-height: 40px;
    margin-top: 12px;
}
.news-list1 .nwsws li .liimg .name {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 15px;
/*    transition: all 0.3s;*/
}
.news-list1 .nwsws li .liimg .name-p {
    font-size: 14px;
    color: #666;
    line-height:24px;
    margin-top:15px;
/*    height: 120px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.news-list1 .nwsws li:hover {
	background: #1369b2;
	cursor: pointer;
	transition: all 0.3s;
}
.news-list1 .nwsws li:hover .item,.news-list1 .nwsws li:hover .name,.news-list1 .nwsws li:hover .name-p{
	color:#fff;
	transition: all 0.3s;
}
.news-list1 .nwsws li:hover .more{
	color:#fff;
	transition: all 0.3s;
	background-image: url(../images/next2b.png);
}















/*鏂伴椈璇︽儏*/
.NewsDetail_a1 #nt {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    letter-spacing: 1px;
}
.NewsDetail_a1 #nf {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 30px;
    line-height: 20px;
	display: inline-block;
}
.NewsDetail_a1 .riq{
	max-width: 402px;
    margin: 0 auto;
    text-align: center;
/*
    display: inline-block;
    width: 90%;
*/
}
.NewsDetail_a1 #nf em {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-top: 2px;
    margin-right: 2px;
    float: left;
}
.NewsDetail_a1 #nf span.nf_on {
    background: #e62129;
    color: #ffff00;
}
.NewsDetail_a1 #nf span {
    display: block;
    padding: 2px;
    border-radius: 5px;
    font-size: 12px;
    width: 24px;
    margin-right: 4px;
    float: left;
    background: #999999;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.NewsDetail_a1 .nf1, .NewsDetail_a1 .nf1 p, .NewsDetail_a1 .nf1 span, .NewsDetail_a1 .nf1 a {
    font-family: "寰蒋闆呴粦", "Microsoft YaHei" !important;
    line-height: 2 !important;
    font-size: 16px !important;
    color: #666 !important;
    background: none !important;
}
.NewsDetail_a1 .nf2, .NewsDetail_a1 .nf2 p, .NewsDetail_a1 .nf2 span, .NewsDetail_a1 .nf2 a {
    font-family: "寰蒋闆呴粦", "Microsoft YaHei" !important;
    line-height: 2 !important;
    font-size: 18px !important;
    color: #666 !important;
    background: none !important;
}
.NewsDetail_a1 .nf3, .NewsDetail_a1 .nf3 p, .NewsDetail_a1 .nf3 span, .NewsDetail_a1 .nf3 a{
    font-family: "寰蒋闆呴粦", "Microsoft YaHei" !important;
    line-height: 2 !important;
    font-size: 20px !important;
    color: #666 !important;
    background: none !important;
}
.NewsDetail_a1 .nf1, .NewsDetail_a1 .nf2, .NewsDetail_a1 .nf3 {
    padding-bottom: 40px;
}
.NewsDetail_a1 #nb {
/*    padding: 10px 0px;*/
    text-align: center;
    color: #777;
/*    border-top: 1px dotted #ccc;*/
	font-size: 14px;
    float: right;
    display: inline-block;
    width: 240px;
}
.NewsDetail_a1 #newtb {
    line-height: 30px;
    font-size: 16px;
}
.NewsDetail_a1 #newtb span {
    display: block;
    width: 50%;
    float: left;
}
.NewsDetail_a1 #newtb em {
    font-style: normal;
    text-align: right;
    display: block;
    width: 50%;
    float: left;
}
/*鏂伴椈璇︽儏*/
/*鍐呴〉鏂伴??*/
/*鍐呴〉浜у?*/
.rid37 .L {
    width: 19.5%;
}
.fl {
    float: left;
}
.mob {
    display: none;
}
.ClassList_b3 {
    margin-bottom: 3vw;
    font-size: 16px;
}
.rid37 .ClassList_b3 li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: transparent;
}
.ClassList_b3 .on {
    color: #fff;
    background-color: #eb6100;
}
.rid37 .ClassList_b3 li.on a {
    background-color: #fff;
    border-color: #eb6100;
    color: #eb6100;
    font-weight: bold;
    background-image: url(../images/arrow.png);
}
.rid37 .ClassList_b3 li a {
    box-sizing: border-box;
    padding: 0.7vw 2em 0.7vw 0;
    border-bottom: 1px solid #dee0ea;
    background-size: 1em auto;
    background-position: right center;
    display: block;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-repeat: no-repeat;
}
.rid37 .R {
    width: 78%;
/*    border-left: 1px solid #f5f6fb;*/
    box-sizing: border-box;
/*    padding-left: 4vw;*/
}
.fr {
    float: right;
}
.rid37 .photo ul li {
    transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
}
.photo ul li {
    width: 22.5%;
    float: left;
    margin-right: 3.05%;
    margin-bottom: 2vw;
    overflow: hidden;
    position: relative;
}
.NewsList_g3 .nwimg {
    height: 23vw;
}
.photo ul li>a, .NewsList_g3 .nwimg {
    background: #f2faff;
    box-sizing: border-box;
    height: 12vw;
    display: block;
    position: relative;
    overflow: hidden;
}
.NewsList_g3 a {
    padding: 0.7vw 5%;
    background-color: none;
}
.photo ul a img {
    position: absolute;
    left: 50%;
    top: 50%;
/*    object-fit: cover;*/
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
}
.photo ul li span, .NewsList_g3 h3 a {
    height: auto !important;
    color: #333333;
    margin: 0 auto;
    padding: 1vw 5%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background-color: #f0f0f0;
    transition: .5s all ease-out;
    -ms-transition: .5s all ease-out;
    -webkit-transition: .5s all ease-out;
}
.rid37 li p:last-child, .rid37 .ntime {
    display: none;
}
.rid37 .ClassList_b3 li:hover a {
    border-color: #1369b2;
    color:#1369b2;
    background-image: url(../images/arrow.png);
}
#newsList #pege li {
    width: unset;
}
#newsList #pege li a{
    background: unset;
	padding: unset;
	display: unset;
}
#newsList #pege li:hover{
	box-shadow:unset;
}
.rid37 .photo ul li:hover {
    box-shadow:1px 0 10px 0 rgb(14 93 191);
}
.rid37 .photo ul li:hover h3 a {
    background-color: #1369b2;
    color: #fff;
}


/*浜у搧鍒嗙?*/
/*
.sidea {
    height: auto;
    overflow: hidden;
    border: 1px solid #efefef;
}
.bg-white {
    background-color: #fff!important;
}
.sidetit {
    height: auto;
    overflow: hidden;
    background: #088484;
    color: #027171;
    font-size: 18px;
    text-align: center;
    padding: 1rem 0;
    text-transform: uppercase;
    font-family: impact;
}
.sidetit span {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.mt-3, .my-3 {
    margin-top: 1rem!important;
}
.sidea li:hover {
    background: #f6f6f6;
}
.sidea li {
    position: relative;
    line-height: 52px;
    height: 52px;
    transition: .4s;
}
.sidea li:hover:before {
    height: 100%;
}
.sidea li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 5px;
    height: 0px;
    background: #aecd28;
    transition: .4s;
}
.sidea li a {
    display: block;
    transition: .4s;
    border-bottom: 1px dashed #e5e5e5;
    text-indent: 2em;
    font-size: 15px;
}
*/



/*浜у搧鍒嗙?*/
.proa.row{
	margin-left: unset;
}
.prob .row{
	margin-left: unset;
}















/*鍐呴〉浜у?*/