/*初始化样式*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	color: #333;
	position: relative;
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
	color: #333;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #123e94;
}

input {
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

ul,
ol,
li {
	list-style-type: none;
}

select,
input,
img,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	vertical-align: middle
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}

.clearboth {
	height: 0px;
	line-height: 0px;
	overflow: hidden;
	clear: both;
	font-size: 0px;
}

h1,
h2 {
	font-weight: bold;
}

hr {
	border: 0;
	border-top: 1px solid #ccc;
	height: 0;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p {
	margin: 0;
}

/*----- Common css ------*/
.fl {
	float: left;
}

.fr {
	float: right;
}

/*flex布局*/
.flex_wrap {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*flex布局上下对齐*/
.flex_alise {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}

/*flex布局上下居中*/
.flex_alice {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

/*flex布局左右对齐*/
.flex_con {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

/*flex布局左右居中*/
.flex_con_cen {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

/**/
.max1200 {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
}
.page_con_zhuti{
    max-width: 1400px;
	margin: 0 auto;
	padding: 0 50px;
}
@media(max-width:1480px) {
	.max1200 {
		padding: 0 25px;
	}
	.page_con_zhuti{
    	padding: 0 25px;
    }
}

@media(max-width:991px) {
	.max1200 {
		padding: 0 20px;
	}
	.page_con_zhuti{
    	padding: 0 20px;
    }
	body {
		padding-top: 61px;
	}
}

@media(max-width:768px) {
	.max1200 {
		padding: 0 15px;
	}
	.page_con_zhuti{
    	padding: 0 15px;
    }
}

/*头部*/
.pc_header1{
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
}
.pc_header1 a{
    font-size: 16px;
    color: #3f3f3f;
}
/*.pc_header1 a:nth-child(1){*/
/*    margin-right: 25px;*/
/*}*/
.pc_header1 a:hover{
    color: #666;
    text-decoration: underline;
}
#pc_header {
	height: 80px;
	line-height: 80px;
	background: #fff;
	font-size: 0;
}

.pc_logo {
	width: 25%;
	float: left;
	margin-right: 5%;
}

.pc_logo img {
	max-width: 100%;
}

.pc_nav {
	width: 70%;
	float: left;
}

.pc_nav>ul {
	width: calc(100% - 45px);
}

.pc_nav>ul {
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	
	
}

.pc_nav>ul>li {
	max-width: 20%;
	width: auto;
	padding:0 15px;
	float: left;
	position: relative;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.pc_nav>ul>li>a {
	font-size: 16px;
	line-height: 80px;
	color: #3f3f3f;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 130%;
	left: -15%;
	top: 90px;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.pc_nav>ul>li:hover .pc_nav_erji_w {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.pc_nav>ul>li:hover>a {
	color: #123e94;
}

.pc_nav_erji_w:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

.pc_nav_erji_li a {
	font-size: 15px;
	line-height: 2;
	padding: 5px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_li a:hover {
	background: #123e94;
	color: #fff;
}

.pc_nav>ul>li:after {
	content: '';
	position: absolute;
	z-index: 100;
	width: 100%;
	left: 0;
	height: 40px;
	opacity: 0;
	top: 100%;
}

.pc_sousuo {
	position: relative;
	width: 35px;
	height: 35px;
	background: #123e94;
	border-radius: 50%;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-top: 22px;
}
.pc_sousuo a{
    color: #fff;
}
.pc_sousuo1 {
	width: 25px;
	height: 40px;
	background: url(../images/pc_sousuo_h.png) no-repeat center;
	margin-top: 20px;
	cursor: pointer;
}

.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 80px;
	width: 250px;
	z-index: 999;
	background: #123e94;
	display: none;
}

.pc_sousuo2 input {
	outline: none;
	line-height: 45px;
	width: 36px;
	background: none;
	border: 0;
	background: #0662af;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.28);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_tijiao {
	background: url(../images/pc_sousuo_b.png) no-repeat center;
	background-size: 20px;
}

.pc_sousuo2 .pc_sousuo_con_shuru {
	padding-left: 13px;
	line-height: 45px;
	width: calc(100% - 36px);
	background: none;
	border: 0;
	outline: none;
	font-size: 13px;
	color: rgba(255, 255, 255, 1);
	float: left;
}

.pc_sousuo2 .pc_sousuo_con_shuru::-webkit-autofill {
	-webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder {
	color: rgba(255, 255, 255, 1);
}
@media(max-width:991px){
    .pc_header1{
        display: none;
    }
}
/*首页banner*/
.index_banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.index_banner img {
	width: 100%;
	opacity: 0;
	/* min-height: 260px; */
}
.index_banner .swiper-slide{
    position: relative;
}
.index_banner_wz{
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    z-index: 99;
    display: none;
}
.index_banner_wz .index_wz1{
    font-size: 1.5rem;
    line-height: 2;
    color: #123e94;
}
.index_banner_wz h3{
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    color: #123e94;
}
.index_banner_wz h4{
    font-size: 1.6rem;
    line-height: 2;
    color: #123e94;
}
.index_banner_yuandian_ww {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 3% !important;
	z-index: 99;
}
.index_banner_yuandian{
    display: inline-block;
    vertical-align: middle;
}
.index_banner_jtl{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: url(../images/img/index_jtl.png) no-repeat left center;
    background-size: 28px;
    margin-right: 10px;
}
.index_banner_jtr{
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: url(../images/img/index_jtr.png) no-repeat right center;
    background-size: 28px;
    margin-left: 10px;
}

.index_banner_yuandian span {
	width: 6;
	height: 6;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	margin: 0 5px !important;
}

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #123e94;
	width: 24px;
	border-radius: 15px;
}

@media(max-width:768px) {
    .index_banner_wz .index_wz1{
        font-size: 18px;
    }
    .index_banner_wz h3{
        font-size: 20px;
    }
    .index_banner_wz h4{
        font-size: 18px;
    }
	.index_banner_yuandian_ww{
		bottom: 10px !important;
	}
}

@media(max-width:468px) {
    .index_banner_wz .index_wz1{
        font-size: 16px;
    }
    .index_banner_wz h3{
        font-size: 18px;
    }
    .index_banner_wz h4{
        font-size: 16px;
    }
    .index_banner_jtr{
        width: 24px;
        height: 24px;
        background-size: 24px;
        margin-left: 6px;
    }
    .index_banner_jtl{
        width: 24px;
        height: 24px;
        background-size: 24px;
        margin-right: 6px;
    }
}
/*关于我们*/
.index_gywm{
    padding: 3% 0;
    background:#f5f5f5;
    font-size: 0;
}
.index_gywm_fl{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4%;
}
.index_gywm_fl img{
    width: 100%;
}
.index_gywm_fr{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.index_gywm_fr h3{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #3f3f3f;
    font-weight: bold;
}
.index_gywm_fr h4{
    font-size: 16px;
    line-height: 2;
    color: #3f3f3f;
    margin-top: 10px;
    text-align: justify;
}
.index_gywm_fr_ckgd{
    font-size: 16px;
    line-height: 2;
    color: #3f3f3f;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 35px;
    margin-top: 15px;
    border: 1px solid #3f3f3f;
    display: none;
}
.index_gywm_fr_ckgd:hover{
    background: #123e94;
    border: 1px solid #123e94;
    color: #fff;
}
@media(max-width:991px){
    .index_gywm_fl{
        width: 100%;
        margin-right: 0;
    }
    .index_gywm_fr{
        width: 100%;
        margin-top: 15px;
    }
    .index_gywm_fr h3{
        font-size: 20px;
    }
    .index_gywm_fr h4{
        margin-top: 5px;
    }
}
@media(max-width:768px){
    .index_gywm{
        padding: 30px 0;
    }
}
/*分类*/
.idnex_fenlei{
    padding: 3% 0;
}
.idnex_fenlei_ft ul{
    font-size: 0;
}
.idnex_fenlei_ft li{
    display: inline-block;
    padding: 0 20px;
    font-size: 18px;
    line-height: 2;
    color: #3f3f3f;
    padding-bottom: 10px;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.idnex_fenlei_ft li:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #999;
    border-radius: 8px;
}
.idnex_fenlei_ft li:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #707070;
    border-radius: 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.idnex_fenlei_ft li:hover:after{
    background: #123e94;
    width: 100%;
}
.idnex_fenlei_ft li:hover{
    color: #123e94;
    font-weight: bold;
}
.idnex_fenlei_ft li.on:after{
    background: #123e94;
    width: 100%;
}
.idnex_fenlei_ft li.on{
    color: #123e94;
    font-weight: bold;
}
.idnex_fenlei_fb{
    margin-top: 3%;
    position: relative;
}
.idnex_fenlei_fb li{
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.idnex_fenlei_fb li:nth-child(1){
    position: relative;
}
.idnex_fenlei_fb li.on{
    z-index: 10;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.idnex_fenlei_fb_fl{
    width: 50%;
}
.idnex_fenlei_fb_fl img{
    width: 100%;
}
.idnex_fenlei_fb_fr{
    width: 50%;
    padding: 3%;
}
.idnex_fenlei_fb_fr h3{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #123e94;
}
.idnex_fenlei_fb_fr h4{
    font-size: 16px;
    line-height: 2;
    height: 96px;
    color: #3f3f3f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 25px 0;
}
.idnex_fenlei_fb_fr h5{
    /*font-weight: bold;*/
    font-size: 18px;
    line-height: 2;
    color: #3f3f3f;
    margin: 0;
    background: url(../images/img/index_fenlei1.png) no-repeat right center;
}
.idnex_fenlei_fb li:hover .idnex_fenlei_fb_fr h5{
    color: #123e94;
    background: url(../images/img/index_fenlei.png) no-repeat right center;
}
@media(max-width:991px){
    .idnex_fenlei_fb_fl{
        width: 100%;
    }
    .idnex_fenlei_fb_fr{
        width: 100%;
    }
    .idnex_fenlei_fb_fr h3{
        font-size: 20px;
    }
    .idnex_fenlei_fb_fr h4{
        margin: 15px 0;
    }
}
@media(max-width:768px){
    .idnex_fenlei{
        padding: 30px 0;
    }
    .idnex_fenlei_fb{
        margin-top: 25px;
    }
    .idnex_fenlei_fb_fr{
        padding:20px;
    }
    .idnex_fenlei_fb_fr h5{
        font-size: 16px;
    }
    .idnex_fenlei_ft li{
        padding:0 10px 10px;
        margin-right: 15px;
    }
    .idnex_fenlei_ft li:last-child{
        margin-right: 0;
    }
}
@media(max-width:468px){
    .idnex_fenlei_ft li{
        font-size: 16px;
    }
    .idnex_fenlei_fb_fr h3{
        font-size: 18px;
    }
    .idnex_fenlei_fb_fr h4{
        margin: 5px 0;
    }
}
/*新闻中心*/
.index_xwzx{
    padding: 3% 0;
    position: relative;
}
.index_xwzx:before{
    content:'';
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: 0;
    width:100%;
    height: 2px;
    background: #3f3f3f;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index_xwzx_ft{
    font-size: 1.4rem;
    line-height: 1.5;
    color: #3f3f3f;
    font-weight: bold;
}
.index_xwzx_fb{
    overflow: hidden;
    margin-top: 3%;
}
.index_xwzx_fb li h5{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin: 0;
}
.index_xwzx_fb li h3{
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
}
.index_xwzx_fb li h4{
    font-size: 16px;
    line-height: 2;
    color: #666;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index_xwzx_ckgd{
    font-size: 16px;
    line-height: 2;
    color: #666;
    margin-top: 10px;
}
.index_xwzx_fb li:hover h3{
    color: #123e94;
}
@media(max-width:991px){
    .index_xwzx_ft{
        font-size: 20px;
    }
    .index_xwzx_fb li h3{
        font-size: 17px;
    }
}
@media(max-width:768px){
    .index_xwzx{
        padding: 30px 0;
    }
    .index_xwzx_fb{
        margin-top: 15px;
    }
}









/*底部*/
.footer_tongyong {
	padding: 3% 0 0;
	background: #444;
}

.footer_tongyong_ft {
	overflow: hidden;
}

.footer_tongyong_ft_fl {
	width: 65%;
}

.footer_tongyong_ft_fl ul {
	overflow: hidden;
}

.footer_tongyong_ft_fl li {
	width: 25%;
	padding-right: 10px;
}

.footer_tongyong_ft_fl li h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.footer_tongyong_ft_fl li h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #fff;
}

.foot_nav_erji {
	margin-top: 15px;
}

.footer_tongyong_ft_fl li a {
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer_tongyong_ft_fr {
	overflow: hidden;
	max-width: 30%;
}

.footer_tongyong_ft_fr h3 {
	font-size: 18px;
	color: #fff;
	line-height: 2;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.footer_tongyong_ft_fr h3:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #fff;
}

.footer_tongyong_ft_fr_fc {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin: 10px 0;
}

.footer_tongyong_ft_fr_fb {
	float: left;
}

.footer_tongyong_ft_fr_fb img {
	max-width: 110px;
}

.footer_tongyong_ft_fr_fb h4 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}

.footer_tongyong_fb {
	border-top: 1px solid rgba(255, 255, 255, .5);
	margin-top: 20px;
	padding: 15px 0;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer_tongyong_fb a {
	color: #fff;
}

@media(max-width:991px) {
	.footer_tongyong {
		padding: 30px 0 0;
	}

	.footer_tongyong_ft_fl {
		display: none;
	}

	.footer_tongyong_ft_fr {
		max-width: 100%;
		float: none;
	}
}


/**/
.gywm_zhengshu{
    font-size: 0;
}
.gywm_zhengshu li{
    display: inline-block;
    vertical-align: bottom;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.gywm_zhengshu li:nth-child(2n){
    margin-right: 0;
}
@media(max-width:468px){
    .gywm_zhengshu li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}












/*内页导航*/
.nei_cate {
    position: relative;
    margin-top: -30px;
    text-align: center;
    margin-bottom: -30px;
}

.nei_cate .aspg-left-nav {
    font-size: 0;
    margin: 0;
}

.nei_cate .aspg-left-nav>li {
    display: inline-block;
    font-size: 16px;
    color: #4f4f52;
    position: relative;
    margin-right: -1px;
    border-bottom: none;
}

.nei_cate .aspg-left-nav>li>a {
    font-size: 16px;
    color: #4f4f52;
    display: inline-block;
    padding-bottom: 14px;
    position: relative;
    width: 171px;
    height: 55px;
    line-height: 53px;
    border: #dcdcdc 1px solid;
    text-align: center;
    background: #fff;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.nei_cate .aspg-left-nav>li>a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 3px;
    /* margin-left: 0; */
    background: #012ea8;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.nei_cate .aspg-left-nav>li .first-nav-btn {
    display: none;
}

.nei_cate .aspg-left-nav>li.clicked>a:before,
.nei_cate .aspg-left-nav>li:hover>a:before {
    left: 0;
    width: 100%
}

.nei_cate .aspg-left-nav>li>a:hover {
    color: #012ea8;
}

.nei_cate .aspg-left-nav>li .aspg-left-subnav{
    position: absolute;
    width: 100%;
    left: 0;
    top: 55px;
    background: #fff;
    border: 1px solid #eee;
    display: none!important;
    z-index: 99;
}
.nei_cate .aspg-left-nav>li:hover .aspg-left-subnav{
    display: block!important;
}

@media(max-width:991px){
    .nei_cate{
        display: none;
    }
}







/*联系我们*/
.jiaruwomen_p1_fl{
    width: 50%;
    padding:5%;
    background: #123e94;
    min-height: 450px;
}
.jiaruwomen_p1_fl h3{
    font-size: 24px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.jiaruwomen_p1_fl_fc{
    font-size: 18px;
    line-height: 3;
    color: #fff;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,.5);
}
.jiaruwomen_p1_fl_fc img{
    max-width: 150px;
}
.jiaruwomen_p1_fr{
    width: 50%;
}
.contanct_lianxi_fb{
    height: 100%;
}
.map-box{
    height: 100%;
}
.contact-map{
    height: 100%;
}

@media(max-width:991px){
    .jiaruwomen_p1_fl h3{
        font-size: 20px;
    }
    .jiaruwomen_p1_fl_fc{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .jiaruwomen_p1_fl{
        width: 100%;
        padding: 20px;
        min-height: auto;
    }
    .jiaruwomen_p1_fl_fc{
        padding-top: 10px;
        margin-top: 10px;
    }
    .jiaruwomen_p1_fr{
        width: 100%;
        height: 350px;
    }
}


/*2023-09-21*/
.lckftj_fl{
    width: 32%;
}
.lckftj_fl li{
    margin-top: 2%;
}
.lckftj_fl li:nth-child(1){
    margin-top: 0;
}
.lckftj_fr{
    width: 67.2%;
}
.lckftj_fl li img{
    width: 100%;
}
.lckftj_fr li img{
    width: 100%;
}
.lckftj_fr li{
    margin-top: 1%;
}
.lckftj_fr li:nth-child(1){
    margin-top: 0;
}
@media(max-width:468px){
    .lckftj_fl{
        width: 100%;
    }
    .lckftj_fr{
        width: 100%;
    }
}

/**/
.zhuangbeiyanzhi_title{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
    color: #123e94;
    text-align: center;
    margin-bottom: 2%;
}
.zhaungbeiyanzhi1 ul{
    overflow: hidden;
}
.zhaungbeiyanzhi1 li{
    width: 33.33333%;
    float: left;
}
.zhaungbeiyanzhi1 li img{
    width: 100%;
}
.zhaungbeiyanzhi1_wz{
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-align: center;
    padding: 10px ;
}


.zhaungbeiyanzhi2 li{
    width: 50%;
}
.zhaungbeiyanzhi2 li img{
    width: 100%!important;
}
.zhaungbeiyanzhi3 li:nth-child(1){
    width: 66.66666%;
}
.zhaungbeiyanzhi3 li img{
    width: 100%!important;
}


@media(max-width:768px){
    .zhuangbeiyanzhi_title{
        font-size: 16px;
    }
}
@media(max-width:468px){
    .zhuangbeiyanzhi_title{
        margin-bottom: 10px;
    }
    .zhaungbeiyanzhi1 li{
        width: 100%!important;
    }
    .zhaungbeiyanzhi2 li{
        width: 100%!important;
    }
    .zhaungbeiyanzhi3 li{
        width: 100%!important;
    }
}






