@charset "utf-8";
img {
    max-width: 100%;
}
.head{
	height: 95px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	color: #fff;
	transition: .25s;
}
.head_height{
	height: 95px;
}
.head_active,.head_list{
	background: #333333;
}
.logo{
	display: inline-block;
	height: 32px;
}
.nav li{
	position: relative;
	height: 95px;
	display: flex;
	align-items: center;
	margin-left: 50px;
}
.nava{
	color: rgba(255,255,255,.5);
	display: block;
	line-height: 42px;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.nav li:hover .nava,
.nav li.active .nava{
	border-bottom: 1px solid #fff;
	color: #fff;
}
.navhide{
	width: 130px;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	/*padding: 10px 0;*/
	background: rgba(0,0,0,.7);
	text-align: center;
}
.navhide a,.hdrahide a{
	font-size: 13px;
	line-height: 30px;
	color: #fff;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}
.navhide a:hover,.hdrahide a:hover{
	color: #1074bc;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.bnb{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	color: #fff;
	font-size: 12px;
}
.swiper-pagination-bn{
	width: 250px;
	position: static;
	margin: 0 20px;
	height: 1px;
	background: rgba(255,255,255,.5);
}
.swiper-pagination-bn .swiper-pagination-progressbar-fill{
	transition: .25s;
	background: #1074bc;
}
.bnb i{
	cursor: pointer;
}

.md{
	padding: 90px 0;
}
.i2{
	color: #fff;
	background: #f5f5f5;
}
.i2t_title i{
	background: rgba(255,255,255,.5);
	height: 1px;
	margin-top: 20px;
}
.morea{
	display: inline-block;
	width: 120px;
	line-height: 40px;
	background: #fff;
	color: #1074bc;
	text-align: center;
}
.morea_1{
	background: #fff;
	color: #B7262D;
	border: 1px solid #fff;
}
.morea_1:hover{
	background: #fff;
	color: #B7262D;
	border: 1px solid #fff;
}
.i2b::after{
	width: 100%;
	height: 50%;
	background: #1074bc;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.i2ba{
	border-radius: 10px;
	overflow: hidden;
}
.ititle_48{
	font-size: 48px;
}
.i2w{
	padding: 65px 0;
	color: #333;
}
.i2wa{
	flex: 0;
	flex-grow: 1;
}
.i2wline{
	width: 1px;
	height: 58px;
	background: #333;
}
.i2t_title_blk i{
	background: #999;
}
.itopr a{
	display: inline-block;
	width: 120px;
	line-height: 30px;
	background: #1074bc;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.i3w{
	margin: 0 -15px;
}
.swiper-container-i3 .swiper-slide{
	padding: 15px;
}
.i3a{
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	padding: 20px;
	padding-top: 0;
	transition: .25s;
}
.i3a:hover{
	border: 1px solid #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.i3aimg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.i3aimg img{
	max-width: 85%;
}
.i3a span{
	display: inline-block;
	width: 120px;
	line-height: 30px;
	background: #1074bc;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}
.swiper-button-next-i3,.swiper-button-prev-i3{
	width: 30px;
	height: 40px;
	margin-top: -20px;
	background: rgba(0,0,0,.05);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: .25s;
}
.swiper-button-next-i3:hover,
.swiper-button-prev-i3:hover{
	background: #fdf3f3;
	color: #1074bc;
}
.swiper-button-next-i3{
	right: 15px;
}
.swiper-button-prev-i3{
	left: 15px;
}
.i4{
	background: url(../images/i4bg_02.jpg) no-repeat center;
	background-size: cover;
}
.i4a{
	background: rgba(255,255,255,.5);
	width: 32%;
	border-radius: 8px;
	overflow: hidden;
}
.i4a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.06);
}
.i4a:hover .i4atxt i{
	color: #1074bc;
}

.foot{
	background: #2c2c2c;
	color: #999999;
}
.foot a{
	color: #999999;
}
.foot a:hover{
	color: #fff;
}
.ft{
	padding: 65px 0;
	background: url(../images/ftbg_02.png) no-repeat bottom center #333;
	background-size: 100%;
}
.ftr{
	width: 44%;
	margin-left: 1.5%;
}
.ftlaline{
	display: block;
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 15px 0;
}
.ftla h3 a{
	color: #fff;
}
.fb{
	color: #666;
	padding: 10px 0;
	line-height: 25px;
}
.fb a{
	color: #666;
}
.fb a:hover{
	color: #fff;
}

.listnav{
	background: #666666;
	color: #fff;
	padding: 15px 0;
}
.listnav a{
	color: #fff;
	margin: 0 5px;
}
.listnav i{
	margin: 0 15px;
}
.pdmd{
	background: #f6f6f6;
}
.pdl{
	width: 15%;
}
.pdr{
	width: 82%;
}
.pdlw h3{
	line-height: 40px;
	box-shadow: 0 0 12px rgba(0,0,0,.07);
	background: #fff;
	text-align: center;
}
.pdla a{
	display: block;
	line-height: 40px;
	color: #666;
}
.pdla a:hover{
	color: #1074bc;
}
.pdrtitle i{
	width: 5px;
	height: 30px;
}
.pdra{
	background: #fff;
}
.pdraimg{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdraimg img{
	max-width: 80%;
}
.pdratxt{
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	padding: 0 15px 20px 15px;
}
.pdrba{
	width: 30.5%;
}

.pirl{
	width: 71.5%;
	margin-right: 3%;
}
.pira{
	background: #fff;
}
.pira img{
	max-width: 60%;
	min-width: 55%;
}
.pirra{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.pirra:last-child{
	border-bottom: 0;
}
.pirrb i{
	margin-right: 25px;
	width: 40px;
	height: 40px;
	background: #e5e5e5;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .25s;
	cursor: pointer;
}
.pirrb i:hover{
	background: #fdf3f3;
	color: #1074bc;
}
.msgtop{
	padding: 10px 20px;
	border-left: 5px solid #1074bc;
	background: #eaeff3;
}
.msga input,.msga textarea{
	width: 100%;
	height: 50px;
	border-radius: 6px;
	padding: 0 18px;
}
.msga input:focus,.msga textarea:focus{
	box-shadow: 0 0 15px rgba(0,0,0,.07);
}
.msga textarea{
	height: 280px;
	padding: 18px;
	resize: none;
}
.msgsbm button{
	width: 300px;
	height: 50px;
	border-radius: 6px;
	transition: .25s;
	cursor: pointer;
	margin: 0 15px;
	background: #fff;
}
.msgsbm button:hover,.msgsbm button.active{
	background: #1074bc;
	color: #fff;
}
.msgsbm button:hover{
	opacity: .85;
}


@media only screen and (max-width:1499px) {
	.md{
		padding: 75px 0;
	}
	.ititle_48{
		font-size: 38px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 50px 0;
	}
	.ititle_48{
		font-size: 32px;
	}
	.morea{
		line-height: 35px;
		width: 100px;
	}
	.itopr a,.i3a span{
		width: 100px;
	}
	.i2w{
		padding: 50px 0;
	}
	.ft{
		padding: 50px 0;
	}
	
	.msgsbm button{
		width: 180px;
		height: 40px;
		margin: 0 15px;
		border-radius: 4px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 45px 0;
	}
	.ititle_48{
		font-size: 28px;
	}
	.pdrbw {
		flex-wrap: wrap;
	}
	.pdrba{
		width: 48%;
	}
}
.g_boxs i {
    display: none;
}
.g_boxs .activeg {
    display: block;
}
.g_boxs .activeg>a {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 0 7px 0px #dddddd;
    position: relative;
    z-index: 9;
    color: #1074bc;
}
.g_boxs .activeg i {
    display: block;
}
.g_boxs .navhide {
    width: 100%!important;
    position: relative!important;
    left: 0!important;
    margin-left: 0!important;
    background: none!important;
    height: 0;
    margin-top: 0!important;
}
.g_boxs .activeg .navhide {
    opacity: 1;
    visibility: inherit;
    height: auto;
}
.g_boxs>li>a:hover {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 0 7px 0px #dddddd;
    position: relative;
    z-index: 9;
    color: #1074bc;
}
.g_boxs>li>a:hover i {
    display: block;
}
.g_boxs .navhide a:hover {
    background-color: rgb(255 255 255 / 76%)!important;
    color: #666666!important;
}
.g_boxs .navhide .activegg {
    background-color: rgb(255 255 255 / 76%)!important;
    color: #666666!important;
}
.page {
    width: max-content;
    margin: 57px auto 0;
    display: flex;
}
.page a {
    width: 32px;
    background-color: #ffffff;
    line-height: 32px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
    margin-right: 7px;
    display: block;
    text-align: center;
}
.page a:hover {
    color: #ffffff;
    background-color: #1074bc;
}
.page-num-current {
    color: #ffffff;
    background-color: #1074bc!important;
}
.g-pre {
    background-image: url('../images/fenye1.png');
}
.g-next {
    background-image: url('../images/fenye2.png');
}
.g-pre:hover {
    background-image: url('../images/xuanzhongzuo.png');
}
.g-next:hover {
    background-image: url('../images/xuanzhongyou.png');
}
.g-map {
    width: 100%;
	height: calc(100vh - 95px);
    position: relative;
}
#container {
    width: 100%;
    height: 100%;
}
.g-contact {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 98;
}
.g-bbx {
    width: 537px;
    background-color: #ffffff;
    box-shadow: 0 0 7px 0 #dddddd;
}
.g-bbx h1 {
    width: 100%;
    line-height: 1;
    background-color: #1074bc;
    color: #ffffff;
    padding: 46px 15px 46px 46px;
    font-size: 37px;
}
.g-bbx ul {
    width: 100%;
    background-color: #ffffff;
    padding: 46px 15px 46px 57px;
}
.g-bbx ul li {
    width: 100%;
    line-height: 1.76;
    font-size: 18px;
    color: #333333;
    padding-bottom: 57px;
    display: flex;
}
.g-bbx ul li:last-child {
    padding-bottom: 0;
}
.g-bbx ul li span {
    display: block;
    width: 110px;
}
.g-ab1 {
    background-image: url('../images/abbggg.png');
}
.g-ab1 .wrap_1400 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-ab1 .wrap_1400 .gab-l {
    width: 49.5%;
    text-align: center;
}
.g-ab1 .wrap_1400 .gab-r {
    width: 49.5%;
}
.g-ab1 .wrap_1400 .gab-r h4 {
    font-size: 28px;
    color: #333333;
}
.g-ab1 .wrap_1400 .gab-r h5 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
    padding-top: 7px;
}
.g-ab1 .wrap_1400 .gab-r div {
    line-height: 1.76;
    padding-top: 57px;
    color: #666666;
    font-size: 14px;
}
.g-ab1 .wrap_1400 .gab-r div p {
    margin-bottom: 10px;
}
.g-ab1 .wrap_1400 .gab-r div p:last-child {
    margin-bottom: 0;
}

.gab2-t .i2wat {
    align-items: center;
}
.gab2-t .i2wat h1 {
    position: relative;
    padding-bottom: 12px;
}
.gab2-t .i2wat h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 137px;
    height: 1px;
    background-color: #858585;
}
.gab2-t .i2wat img {
    display: block;
    margin-right: 15px;
    width: 25px;
    margin-top: -6px;
}
.gab2-b {
    
}
.gab2-b .qywhx {
    display: flex;
    padding-bottom: 96px;
    align-items: center;
}
.gab2-b .qywhx:last-child {
    padding-bottom: 0;
}
.gab2-b .qywhx:nth-child(2n) {
    flex-direction: row-reverse;
}
.gab2-b .qywhx li {
    width: 50%;
}
.gab2-b .qywhx .sxs {
    padding-right: 7%;
}
.gab2-b .qywhx:nth-child(2n) .sxs {
    padding-left: 7%;
    padding-right: 0;
}
.gab2-b .qywhx .sxs h4 {
    font-size: 30px;
    color: #1074bc;
}
.gab2-b .qywhx .sxs span {
    font-size: 16px;
    color: #dddddd;
}
.gab2-b .qywhx .sxs div {
    font-size: 16px;
    color: #666666;
    padding-top: 37px;
    line-height: 1.76;
}
.gab2-b .qywhx .sxs div p {
    margin-bottom: 15px;
}
.gab2-b .qywhx .sxs div p:last-child {
    margin-bottom: 0;
}
.g-title {
    font-size: 30px;
    color: #1074bc;
    display: block;
    line-height: 1.76;
}
.g-title2 {
    font-size: 16px;
    color: #dddddd;
    display: block;
    line-height: 1.76;
}
.g-title3 {
    font-size: 16px;
    color: #666666;
    display: block;
    max-width: 989px;
    margin: 27px auto 57px;
    line-height: 2.37;
}
.g-ab3 .g-title {
    text-align: center;
}
.g-ab3 .g-title2 {
    text-align: center;
}
.g-ab3 .g-title3 {
    text-align: center;
}
.g-ab4 .g-title {
    text-align: left;
    margin-top: 17px;
}
.g-ab4 .g-title2 {
    text-align: left;
}
.g-ab4 .g-title3 {
    text-align: left;
    max-width: 600px;
    margin: 27px 0 0;
}
.ggss {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ggss li {
        /* width: 24%; */
    /* margin-bottom: 1%; */
    text-align: center;
    padding: 1%;
}
.g-ab4 img {
    margin: auto;
    display: block;
}
.g-news {
    
}
.g-news a {
    display: flex;
    margin-bottom: 50px;
    background-color: #ffffff;
    align-items: center;
}
.g-news a:last-child {
    margin-bottom: 0;
}
.g-news a .news-l {
    width: 450px;
    height: 320px;
    overflow: hidden;
}
.g-news a .news-l img {
    width: 100%;
    height: 100%;
}
.g-news a .news-r {
    width: calc(100% - 450px);
    padding: 0 2% 0 5%;
}
.g-news a .news-r h3 {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
.g-news a .news-r p {
    text-align: justify;
    font-size: 14px;
    color: #666666;
    margin: 37px 0;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.g-news a .news-r span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-news a .news-r span i {
    font-size: 14px;
    color: #666666;
    line-height: 19px;
}
.g-news a .news-r span b {
    background-image: url('../images/xiajiantou.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 19px;
    display: block;
    width: 19px;
}
.g-news a:hover {
    box-shadow: 0 0 12px 0 #c3c3c3;
}
.g-news a:hover .news-r span b {
    background-image: url('../images/xiajiantou2.png');
}
.g-news a:hover .news-r h3 {
    color: #1074bc;
}
.newsinfo {
    justify-content: space-between;
}
.newsinfo .info-l {
    width: 60%;
}
.newsinfo .info-l h1 {
    font-size: 28px;
    color: #333333;
    line-height: 1.76;
}
.newsinfo .info-l span {
    font-size: 14px;
    display: block;
    color: #666666;
    padding-bottom: 27px;
    margin: 17px 0 37px;
    border-bottom: 1px solid #dddddd;
}
.newsinfo .info-l div {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}
.newsinfo .info-l div p {
    margin-bottom: 7px;
}
.newsinfo .info-l div img {
    margin-bottom: 7px;
}
.newsinfo .info-l .page {
    width: 117px;
    justify-content: space-between;
}
.newsinfo .info-l .page a {
    height: 32px;
    background-color: #fdf3f3;
}
.newsinfo .info-l .page a:hover {
    color: #ffffff;
    background-color: #1074bc;
}
.newsinfo .info-r {
    width: 28%;
}
.newsinfo .info-r ul {
    background-color: #fafafa;
}
.newsinfo .info-r ul h2 {
    padding: 27px 50px;
    background-color: #fdf3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsinfo .info-r ul h2 i {
     font-size: 16px;
     color: #666666;
     line-height: 16px;
}
.newsinfo .info-r ul h2 b{
    width: 20px;
    height: 16px;
    background-image: url('../images/xqxiajiantou.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.newsinfo .info-r ul li {
    padding: 27px 50px;
}
.newsinfo .info-r ul li a {
    display: block;
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid #e3e3e3;
}
.newsinfo .info-r ul li a h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.newsinfo .info-r ul li a p {
    text-align: justify;
    font-size: 14px;
    color: #999999;
    margin: 17px 0 12px;
    line-height: 1.57;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.newsinfo .info-r ul li a span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsinfo .info-r ul li a span i {
    font-size: 14px;
    color: #999999;
    line-height: 19px;
}
.newsinfo .info-r ul li a span b {
    background-image: url('../images/xiajiantou.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 19px;
    display: block;
    width: 19px;
    opacity: .8;
}
.newsinfo .info-r ul li a:hover span b {
    background-image: url('../images/xiajiantou2.png');
}
.newsinfo .info-r ul li a:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.newsinfo .info-r ul li a:hover h3 {
    color: #1074bc;
}
.asda2 {
    width: max-content;
    display: block;
    margin: auto;
    position: relative;
    max-width: 100%;
}
.asda2 li {
    display: block;
    position: absolute;
    top: 42%;
    right: 19.5%;
}
.asda2 li b {
    width: 22px;
    height: 22px;
    background-color: #1074bc;
    display: block;
    border-radius: 22px;
}
.asda2 li small {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #1074bc;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}
.asda2 li .ripper1 {
    -webkit-animation: ripple1 4500ms ease-out 225ms infinite;
    -moz-animation: ripple1 4500ms ease-out 225ms infinite;
    -o-animation: ripple1 4500ms ease-out 225ms infinite;
    animation: ripple1 4500ms ease-out 225ms infinite;
}
.asda2 li .ripper2 {
    -webkit-animation: ripple1 4500ms ease-out 800ms infinite;
    -moz-animation: ripple1 4500ms ease-out 800ms infinite;
    -o-animation: ripple1 4500ms ease-out 800ms infinite;
    animation: ripple1 4500ms ease-out 800ms infinite;
}
.asda2 li .ripper3 {
    -webkit-animation: ripple1 4500ms ease-out 1600ms infinite;
    -moz-animation: ripple1 4500ms ease-out 1600ms infinite;
    -o-animation: ripple1 4500ms ease-out 1600ms infinite;
    animation: ripple1 4500ms ease-out 1600ms infinite;
}
.asda2 li .ripper4 {
-webkit-animation: ripple1 4500ms ease-out 2200ms infinite;
    -moz-animation: ripple1 4500ms ease-out 2200ms infinite;
    -o-animation: ripple1 4500ms ease-out 2200ms infinite;
    animation: ripple1 4500ms ease-out 2200ms infinite;
}
@keyframes ripple1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    5% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(12);
        -moz-transform: scale(12);
        -ms-transform: scale(12);
        transform: scale(12);
    }
}
@media only screen and (max-width:1440px) {
    .g-bbx {
        width: 376px;
        background-color: #ffffff;
    }
    .g-bbx h1 {
        padding: 27px 15px 27px 27px;
        font-size: 27px;
    }
    .g-bbx ul {
        width: 100%;
        background-color: #ffffff;
        padding: 27px 15px 27px 37px;
    }
    .g-bbx ul li {
        font-size: 15px;
        padding-bottom: 37px;
    }
}
@media only screen and (max-width:768px) {
    @keyframes ripple1 {
        0% {
            opacity: 0;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }
        5% {
            opacity: 0.5;
        }
        100% {
            opacity: 0;
            -webkit-transform: scale(7);
            -moz-transform: scale(7);
            -ms-transform: scale(7);
            transform: scale(7);
        }
    }
    .asda2 li b {
        width: 12px;
        height: 12px;
        border-radius: 12px;
    }
    .g_boxs .activeg .navhide {
        top: 0;
    }
    .newsinfo .info-l span {
        font-size: 12px;
        padding-bottom: 17px;
        margin: 12px 0 27px;
    }
    .newsinfo .info-r ul li a span b {
        background-size: auto 13px;
    }
    .newsinfo .info-r ul li a h3 {
        font-size: 14px;
    }
    .newsinfo .info-r ul li a p {
        font-size: 12px;
        margin: 17px 0 12px;
        line-height: 1.67;
    }
    .newsinfo .info-r ul li a span i {
        font-size: 12px;
    }
    .newsinfo .info-r ul h2 b {
        background-size: 14px;
    }
    .newsinfo .info-r ul li {
        padding: 17px 15px;
    }
    .newsinfo .info-r ul h2 i {
        font-size: 15px;
    }
    .newsinfo .info-r ul h2 {
        padding: 17px 15px;
    }
    .newsinfo .info-l .page {
        margin: 27px auto 0;
    }
    .newsinfo .info-l {
        width: 100%;
        margin-bottom: 37px;
    }
    .newsinfo .info-l h1 {
        font-size: 18px;
    }
    .newsinfo .info-r {
        width: 100%;
    }
    .g-news a {
        display: block;
        margin-bottom: 37px;
    }
    .g-news a .news-l {
        width: 100%;
        height: 217px;
    }
    .g-news a .news-r {
        width: 100%;
        padding: 15px;
    }
    .g-news a .news-r h3 {
        font-size: 15px;
    }
    .g-news a .news-r p {
        font-size: 12px;
        margin: 12px 0;
        line-height: 1.76;
    }
    .g-news a .news-r span b {
        background-size: 7px;
    }
    .g-news a .news-r span i {
        font-size: 12px;
    }
    .g-ab4 .g-title3 {
        margin: 17px 0 0;
    }
    .ggss li {
        /*width: 48%;*/
        /*margin-bottom: 2%;*/
    }
    .g-title3 {
        font-size: 13px;
        margin: 17px auto 27px;
    }
    .g-title2 {
        font-size: 12px;
    }
    .g-title {
        font-size: 20px;
    }
    .gab2-b .qywhx .sxs div {
        font-size: 13px;
        padding-top: 17px;
    }
    .gab2-b .qywhx .sxs span {
        font-size: 12px;
    }
    .gab2-b .qywhx .sxs h4 {
        font-size: 20px;
    }
    .gab2-b .qywhx li {
        width: 100%;
        padding: 0!important;
        text-align: justify;
    }
    .gab2-b .qywhx {
        display: block;
        padding-bottom: 37px;
    }
    .gab2-t .i2wat h1:after {
        display: none;
    }
    .gab2-t .i2wa {
        width: 50%;
        flex: none;
        margin-bottom: 17px;
    }
    .g-ab1 .wrap_1400 .gab-r div {
        padding-top: 17px;
        font-size: 13px;
    }
    .g-ab1 .wrap_1400 .gab-r h5 {
        font-size: 14px;
    }
    .g-ab1 .wrap_1400 .gab-r h4 {
        font-size: 20px;
    }
    .g-ab1 .wrap_1400 .gab-r {
        width: 100%;
        padding-top: 17px;
    }
    .g-ab1 .wrap_1400 .gab-l {
        width: 100%;
    }
    .g-ab1 .wrap_1400 {
        display: block;
    }
    .g-bbx ul li {
        font-size: 14px;
        padding-bottom: 22px;
    }
    .g-bbx h1 {
        padding: 15px;
        font-size: 18px;
    }
    .g-bbx ul {
        width: 100%;
        background-color: #ffffff;
        padding: 27px;
    }
    .g-bbx {
        width: 100%;
    }
    .g-contact {
        width: 100%;
        position: relative;
    }
    #container {
        height: 57vh;
    }
    .g-map {
        height: auto;
    }
	.md{
		padding: 25px 0;
	}
	.ititle_48{
		font-size: 24px;
	}
	.swiper-pagination-bn{
		width: 150px;
	}
	.ft{
		padding: 15px 0;
	}
	.ftl{
		display: none;
	}
	.ftr{
		text-align: center;
	}
	.ftrt{
		justify-content: center;
	}
	.ftrt img{
		height: 25px;
	}
	.ftrm {
		margin-top: 15px;
		font-size: 13px;
	}
	.ftrm p.mt_15{
		margin-top: 5px;
	}
	.ftrb img{
		height: 32px;
	}
	.fb{
		font-size: 13px;
		line-height: 22px;
		text-align: center;
	}
	.morea{
		line-height: 35px;
		width: 100px;
		font-size: 12px;
	}
	.itopr a,.i3a span{
		width: 100px;
		font-size: 12px;
	}
	.i2t_title h4{
		margin-top: 0;
		font-size: 15px;
	}
	.i2ba{
		border-radius: 4px;
	}
	.i2w{
		padding: 20px 0;
	}
	.i2w .wrap_1400{
		padding: 0;
	}
	.i2wline{
		background: #E6E6E6;
	}
	.i2wa p{
		margin-top: 0;
		font-size: 12px;
	}
	.i2wa .titleh1{
		font-size: 20px;
	}
	.i4w{
		margin-top: 5px;
	}
	.i4a{
		width: 100%;
	}
	
	.listbn{
		min-height: 120px !important;
	}
	.listnav{
		font-size: 12px;
		padding: 7px 0;
	}
	.pdla {
		display: flex;
		flex-wrap: wrap;
	}
	.pdla li{
		width: 50%;
	}
	.pdrtitle i{
		width: 3px;
		height: 18px;
	}
	
	.pirra{
		padding: 12px 0;
	}
	.pirr{
		margin-top: 25px !important;
	}
	.pirrb {
		justify-content: center;
	}
	.pirrb i{
		width: 30px;
		height: 30px;
		margin: 0 8px;
	}
	.msgtop{
		border-left: 3px solid #1074bc;
	}
	.msga input, .msga textarea{
		height: 40px;
	}
	.msga textarea{
		height: 120px;
	}
	.msgsbm button{
		width: 120px;
		height: 37px;
		margin: 0 10px;
		border-radius: 4px;
	}
}
.swiper-container-bn .bnimg {
	height: 100% !important;
}





.downloadpdf{ margin:25px 0;}
.downloadpdf a{ width:100px; height:32px; line-height:32px; background:rgba(16,116,188,0.8); border-radius:32px; font-size:14px; text-align:center; display:block; color:#fff;}
.downloadpdf a:hover{background:rgba(16,116,188,1);}















