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

html {
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
}

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: #0d4da1;
}

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;
}

/**/
.max1580 {
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 50px;
}

.page_con_zhuti {
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 50px;
}

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

	.page_con_zhuti {
		padding: 0 30px;
	}
}

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

	.page_con_zhuti {
		padding: 0 20px;
	}

	body {
		padding-top: 61px;
	}
}

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

	.max1600 {
		padding: 0 15px;
	}

	.page_con_zhuti {
		padding: 0 15px;
	}
}

/*头部*/
.pc_header0{
    background: #f3f2f2;
    line-height: 38px;
    height: 38px;
    font-size: 15px;
    display: none;
}
.pc_header0 a{
    color: #666;
}
.pc_header0 a:hover{
    color: #663712;
}
.pc_header0_fr{
    overflow: hidden;
}
.pc_header0_fr li{
    float: left;
    margin-left: 25px;
    background-size: 19px;
    background-position:left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.pc_header0_fr li:nth-child(1){
    margin-left: 0;
}



#pc_header {
	position: fixed;
	background: rgba(255,255,255,.1);
	width: 100%;
	left: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	/*border-bottom: 1px solid rgba(255, 255, 255, .3);*/
}

#pc_header.on {
	top: 0;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
#pc_header:hover {
	background: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.pc_header_con {
	height: 90px;
	line-height: 90px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
#pc_header.on .pc_header_con {
	height: 90px;
	line-height: 90px;
}
#pc_header.on .pc_nav>ul>li>a{
    color: #333;
}
#pc_header:hover .pc_nav>ul>li>a{
    color: #333;
}
#pc_header.on .pc_sousuo1{
    background: url(../images/img/index_top_sousuo_hei.png) no-repeat center;
	background-size: 28px;
}
#pc_header:hover .pc_sousuo1{
    background: url(../images/img/index_top_sousuo_hei.png) no-repeat center;
	background-size: 28px;
}
.pc_logo {
	width: 20%;
	max-width: 240px;
}

.pc_logo .img2 {
	display: none;
}

#pc_header.on .img1{
    display: none;
}

#pc_header.on .img2{
    display: inline-block;
}

#pc_header:hover .img1{
    display: none;
}

#pc_header:hover .img2{
    display: inline-block;
}

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

.pc_nav {
	width: 73%;
}

.pc_nav>ul {
	width: 100%;
	padding-right: 40px;
	margin-right: -40px;
}

.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-align-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-o-align-content: center;
	align-content: center;
}

.pc_nav>ul>li {
	width: 14.285714285%;
	float: left;
	position: relative;
	text-align: center;
}

.pc_nav>ul>li>a {
	font-size: 17px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_nav_erji_w {
	position: absolute;
	z-index: 999;
	width: 160px;
	left: 50%;
	top: 100%;
	background: #fff;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%,30px);
	-moz-transform: translate(-50%,30px);
	-ms-transform: translate(-50%,30px);
	-o-transform: translate(-50%,30px);
	transform: translate(-50%,30px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-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: translate(-50%,10px);
	-moz-transform: translate(-50%,10px);
	-ms-transform: translate(-50%,10px);
	-o-transform: translate(-50%,10px);
	transform: translate(-50%,10px);
}

.pc_nav>ul>li:hover>a {
	color: #0d4da1;
}

.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: #0d4da1;
	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: 30px;
	z-index: 999;
}

.pc_sousuo1 {
	width: 30px;
	height: 100%;
	background: url(../images/img/index_top_sousuo_bai.png) no-repeat center;
	background-size: 28px;
	cursor: pointer;
}


.pc_sousuo2 {
	position: absolute;
	right: 0;
	top: 100%;
	width: 250px;
	z-index: 999;
	background: #0d4da1;
	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/nav_sousuo.png) no-repeat center;
	background-size: 20px;
	cursor: pointer;
}

.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;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.pc_sousuo2 .pc_sousuo_con_shuru::placeholder {
	color: rgba(255, 255, 255, 1);
}




/*首页banner*/
.index_banner {
	position: relative;
	overflow: hidden;
	margin-top: 90px;
}

.index_banner img {
	width: 100%;
}

.index_banner_yuandian {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 6% !important;
	z-index: 99;
}

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

.index_banner_yuandian span.swiper-pagination-bullet-active {
	background: #fff;
	width: 45px;
	border-radius: 25px;
}
@media(max-width:991px){
    .index_banner{
        margin-top: 0;
    }
}
@media(max-width:768px) {
	.index_banner_yuandian {
		bottom: 10px !important;
	}

	.index_banner_yuandian span {
		width: 10px;
		height: 10px;
		margin: 0 3px !important;
	}

	.index_banner_yuandian span.swiper-pagination-bullet-active {
		width: 26px;
	}
}
/*产品中心*/
.index_hongrui_product{
    background: url(../images/img/index_product_bj.jpg) no-repeat center;
    background-size: cover;
}
.index_hongrui_product_con{
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index_hongrui_product_fl{
    width: 25%;
    position: relative;
    padding: 6% 0;
}
.index_hongrui_product_fl::before{
    content: '';
    width: 33vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    background: url(../images/img/index_product_zuocebj.png) no-repeat center;
    background-size: 100% 100%;
}
.index_hongrui_product_fl ul{
    position: relative;
    z-index: 10;
    background: url(../images/img/index_product_baixian.png) no-repeat 20px center;
    background-size: auto 100%;
    padding: 20px 0;
}
.index_hongrui_product_fl_con{
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.index_hongrui_product_fl li{
    margin-bottom: 20px;
}
.index_hongrui_product_fl li:last-child{
    margin-bottom: 0;
}
.index_hongrui_product_fl li:nth-child(1){
    margin-left: 30px;
}
.index_hongrui_product_fl li:nth-child(2){
    margin-left: 15px;
}
.index_hongrui_product_fl li:nth-child(3){
    margin-left: 5px;
}
.index_hongrui_product_fl li:nth-child(5){
    margin-left: 5px;
}
.index_hongrui_product_fl li:nth-child(6){
    margin-left: 15px;
}
.index_hongrui_product_fl li:nth-child(7){
    margin-left: 30px;
}
.index_hongrui_product_fl li .img{
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.index_hongrui_product_fl li .img img{
    width: 100%;
    max-width: 30px;
}
.index_hongrui_product_fl li .wz{
    width: 98%;
    padding-left: 70px;
    margin-left: -70px;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_hongrui_product_fl li.on .img{
    width: 60px;
    height: 60px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index_hongrui_product_fl li.on .wz{
    background: url(../images/img/index_product_fenlei_bj.png) no-repeat left center;
    background-size: 65% 100%;
    border-radius: 30px;
}
.index_hongrui_product_fr{
    width: 75%;
    padding: 6% 0;
    position: relative;
}
.index_hongrui_product_fr_con{
    margin-right: 60px;
}
.index_hongrui_product_fr_nn{
    overflow: hidden;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index_hongrui_product_fr li{
    overflow: hidden;
}
.index_hongrui_product_fr .img{
    width:45%;
}
.index_hongrui_product_fr .img img{
    width:100%;
}
.index_hongrui_product_fr .wz{
    width:50%;
}
.index_hongrui_product_fr .wz h3{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_hongrui_product_fr .wz h4{
    font-size: 17px;
    line-height: 2;
    color: #666;
    margin: 4% 0 5%;
    height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index_hongrui_product_fr .wz .wz_gengduo{
    display: block;
    width: 170px;
    line-height: 52px;
    background: #0d4da1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 12px rgba(13, 77, 161, .8);
}
.index_hongrui_product_fr .wz .wz_gengduo:hover{
    background: #123d76;
}
.index_hongrui_product_fr_btnl,.index_hongrui_product_fr_btnr{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
    background: #d0d0d0 url(../images/img/index_product_btn.png) no-repeat center;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.index_hongrui_product_fr_btnl{
    margin-top: -75px;
    transform: rotate(-180deg);
}
.index_hongrui_product_fr_btnl:hover,.index_hongrui_product_fr_btnr:hover{
    background: #0d4da1 url(../images/img/index_product_btn.png) no-repeat center;
    background-size: 20px;
}
@media(max-width:991px){
    .index_hongrui_product_fr .wz h3{
        font-size: 24px;
    }
    .index_hongrui_product_fr .wz h4{
        font-size: 16px;
    }
    .index_hongrui_product_fl{
        width: 45%;
    }
    .index_hongrui_product_fr{
        width: 50%;
    }
    .index_hongrui_product_fl::before{
        width: 50vw;
    }
    .index_hongrui_product_fr .img{
        width: 80%;
        margin: 0 auto;
    }
    .index_hongrui_product_fr .wz{
        width: 100%;
    }
}
@media(max-width:768px){
    .index_hongrui_product_fl{
        padding: 30px 0;
        display: none;
    }
    .index_hongrui_product_fr{
        width: 100%;
        padding: 30px 0;
    }
    .index_hongrui_product_fr .img{
        width: 100%;
    }
    .index_hongrui_product_fr .wz{
        margin-top: 15px;
    }
    .index_hongrui_product_fr .wz h4{
        margin: 10px 0 15px;
    }
}
@media(max-width:468px){
    .index_hongrui_product_fr_con{
        margin-right: 0;
    }
    .index_hongrui_product_fr_btnl,.index_hongrui_product_fr_btnr{
        top: 40%;
    }
}


/*展示中心*/
.index_hongrui_case{
    padding: 4% 0;
}
.index_hongrui_case_con{
    overflow: hidden;
}
.index_hongrui_case_fl{
    width: 48%;
}
.index_hongrui_case_fl_ft h3{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}
.index_hongrui_case_fl_ft h3 span{
    color: #666;
    margin-left: 5%;
}
.index_hongrui_case_fl_ft h4{
    font-size: 18px;
    line-height: 2;
    color: #666;
    margin-top: 5%;
}
.index_hongrui_case_fl_fb{
    overflow: hidden;
    margin:5% 0;
}
.index_hongrui_case_fl_fb li {
    text-align: center;
}
.index_hongrui_case_fl_fb li .img {
    overflow: hidden;
}
.index_hongrui_case_fl_fb li .img img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.index_hongrui_case_fl_fb li:hover .img img{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.index_hongrui_case_fl_fb li .wz{
    font-size: 17px;
    line-height: 1.5;
    color: #333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_hongrui_case_fl_fb li:hover .wz{
    color: #0d4da1;
}

.index_hongrui_case_fl_fb1{
    background: #eaeaea;
    position: relative;
    left: 0;
    top: auto;
    bottom: 0;
    height: 3px;
}
.index_hongrui_case_fl_fb1 span{
    background: #0d4da1!important;
}

.index_hongrui_case_fr{
    width: 48%;
    overflow: hidden;
}
.index_hongrui_case_fr li .img img{
    width: 100%;
    opacity: 0;
}

@media(max-width:991px){
    .index_hongrui_case_fl_ft h3{
        font-size: 24px;
    }
    .index_hongrui_case_fl_ft h4{
        font-size:16px;
    }
    .index_hongrui_case_fl_fb li .wz{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .index_hongrui_case{
        padding: 30px 0;
    }
    .index_hongrui_case_fl{
        width: 100%;
    }
    .index_hongrui_case_fl_ft h4{
        margin-top: 10px;
    }
    .index_hongrui_case_fl_fb{
        margin: 20px 0;
    }
    .index_hongrui_case_fr{
        width: 100%;
        display: none;
    }
}
@media(max-width:468px){
    .index_hongrui_case_fl_ft h3{
        font-size: 23px;
    }
    .index_hongrui_case_fl_ft h3 span{
        margin-left: 0;
    }
}

/*关于我们*/
.index_hongrui_about{
    padding: 4% 0;
}
.index_hongrui_news_ft.index_hongrui_about_ft h3{
    color: #fff;
}
.index_hongrui_news_ft.index_hongrui_about_ft h4{
    color: #fff;
    margin-top: 2%;
}
.index_hongrui_about_ft1{
    margin: 3% 0;
    font-size: 0;
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.index_hongrui_about_ft1 a{
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    border-radius: 3px;
    border: 1px solid #fff;
    width: 240px;
    padding: .75rem 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.index_hongrui_about_ft1 a:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.index_hongrui_about_ft1 .index_hongrui_about_ft1_fl{
    border-color: #0d4da1;
    background: #0d4da1 linear-gradient(to bottom, #1b61bd, #0f4790);
    margin-right: 1.5%;
}
.index_hongrui_about_ft1 .index_hongrui_about_ft1_fr:hover{
    box-shadow: 6px 6px 0 rgba(255,255,255,.6);
}
.index_hongrui_about_ft1 .index_hongrui_about_ft1_fr{
    box-shadow: 6px 6px 0 rgba(255,255,255,.24);
}
.index_hongrui_about_ft1_flnn{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}
.index_hongrui_about_ft1 a span{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/img/index_about_lianjie.png) no-repeat center;
    background-size: 22px;
    margin-left: 10px;
}
.index_hongrui_about_fc{
    position: relative;
    padding:0 6.5%;
}
.index_hongrui_about_fc_nn{
    position: relative;
}
.index_hongrui_about_fc_con{
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 0 12px 5px rgba(0,0,0,.2);
    overflow: hidden;
}
.index_hongrui_about_fc_con li .img{
    position: relative;
}
.index_hongrui_about_fc_con li .img img{
    width:100%;
} 
.index_hongrui_about_fc_con li .img::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.index_hongrui_about_fc_fb{
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
    z-index: 90;
}
.index_hongrui_about_fc_fb ul{
    text-align: center;
    font-size: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.index_hongrui_about_fc_fb li{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 2;
    color: #fff;
    margin:0 3%;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.index_hongrui_about_fc_fb li.on{
    border-bottom: 1px solid rgba(255,255,255,1);
}
.index_hongrui_about_fb{
    margin-top: 3%;
}
.index_hongrui_about_fb ul{
    overflow: hidden;
}
.index_hongrui_about_fb li{
    float: left;
    width: 25%;
    padding: 0 5px;
    text-align: center;
    font-size: 0;
}
.index_hongrui_about_fb li h3{
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    padding: 0 8px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d4da1;
}
.index_hongrui_about_fb li h3 span{
    font-size: 3rem;
    line-height: 1.4;
    color: #0d4da1;
    font-weight: bold;
    vertical-align: top;
    margin-right: 5px;
}
.index_hongrui_about_fb li h4{
    font-size: 17px;
    line-height: 2;
    color: #333;
    margin-top: 10px;
}

@media(max-width:991px){
    .index_hongrui_about_ft1 a{
        padding: 12px 0;
    }
    .index_hongrui_about_fc{
        padding: 0;
    }
    .index_hongrui_about_fc_fb li{
        font-size: 16px;
    }
    .index_hongrui_about_fb li h3 span{
        font-size: 34px;
    }
    .index_hongrui_about_fb li h4{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .index_hongrui_about{
        padding: 30px 0;
    }
    .index_hongrui_news_ft.index_hongrui_about_ft h4{
        margin-top: 10px;
    }
    .index_hongrui_about_ft1 a{
        width: 190px;
    }
    .index_hongrui_about_ft1{
        margin: 15px 0 25px;
    }
    .index_hongrui_about_fb{
        margin-top: 20px;
    }
    .index_hongrui_about_fb li{
        width: 50%;
    }
    .index_hongrui_about_fb li:nth-child(n+3){
        margin-top: 10px;
    }
}
@media (max-width: 468px){
    .index_hongrui_about_ft1 a{
        width: 210px;
    }
    .index_hongrui_about_ft1 .index_hongrui_about_ft1_fl{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .index_hongrui_about_fc_fb{
        position: static;
        margin-top: 10px;
    }
    .index_hongrui_about_fc_fb li{
        color: #333;
        border-color: #333;
        margin: 0 2%;
    }
    .index_hongrui_about_fc_fb li.on{
        color: #0d4da1;
        border-color: #0d4da1;
    }
}
/*新闻资讯*/
.index_hongrui_news{
    padding: 4% 0;
}
.index_hongrui_news_ft{
    text-align: center;
}
.index_hongrui_news_ft h3{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}
.index_hongrui_news_ft h4{
    font-size: 18px;
    line-height: 2;
    color: #666;
}
.index_hongrui_news_fc{
    margin: 3% 0;
    overflow: hidden;
}
.index_hongrui_news_fc_fl{
    width: 49%;
    margin-right: 2%;
    cursor: pointer;
}

.index_hongrui_news_fc_fl .img{
    overflow: hidden;
}
.index_hongrui_news_fc_fl .img img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.index_hongrui_news_fc_fl:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.index_hongrui_news_fc_fr{
    width: 49%;
    overflow: hidden;
}
.index_hongrui_news_fc_fr li{
    width: 48%;
    margin-top: 4%;
    cursor: pointer;
}
.index_hongrui_news_fc_fr li:nth-child(1){
    float: left;
    width: 100%;
    margin-top: 0;
}
.index_hongrui_news_fc_fr li:nth-child(3){
    margin-left: 4%;
    background: #0d4da1;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.index_hongrui_news_fc_fr li:nth-child(3) a{
    padding: 5% 10%;
    display: block;
}
.index_hongrui_news_fc_fr li:nth-child(3) h3{
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.index_hongrui_news_fc_fr li:nth-child(3) h4{
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
    max-height: 3em;
    line-height: 1.5;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_hongrui_news_fc_fr li .img{
    overflow: hidden;
}
.index_hongrui_news_fc_fr li .img img{
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.index_hongrui_news_fc_fr li:hover .img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.index_hongrui_news_fb{
    overflow: hidden;
}
.index_hongrui_news_fb li h3{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    height: 3em;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.index_hongrui_news_fb li h4{
    font-size: 16px;
    color: #0d4da1;
    line-height: 1.5;
    font-weight: bold;
    margin: 10px 0;
}
.index_hongrui_news_fb li h5{
    font-size: 16px;
    color: #666;
    line-height: 2;
    height: 4em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index_hongrui_news_fb li:hover h3{
    color: #0d4da1;
}
@media(max-width:991px){
    .index_hongrui_news_ft h3{
        font-size: 24px;
    }
    .index_hongrui_news_ft h4{
        font-size: 16px;
    }
    .index_hongrui_news_fb li h3{
        font-size: 17px;
    }
    .index_hongrui_news_fc_fr li:nth-child(3) h4{
        font-size: 16px;
    }
}
@media(max-width:768px){
    .index_hongrui_news{
        padding: 30px 0;
    }
    .index_hongrui_news_fc{
        margin: 15px 0;
    }
    .index_hongrui_news_fc_fl{
        width: 100%;
        margin-right: 0;
    }
    .index_hongrui_news_fc_fr{
        width: 100%;
        margin-top: 4%;
    }
}
@media(max-width:468px){
    .index_hongrui_news_fc_fr li:nth-child(3) h4{
        margin-top: 0;
    }
}
/*横图*/
.index_hongrui_hengtu{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 4% 0;
}
.index_hongrui_hengtu::before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: #0d4da1;
    opacity: .9;
}
.index_hongrui_hengtu_con{
    position: relative;
    z-index: 8;
}
.index_hongrui_hengtu_ft{
    text-align: center;
}
.index_hongrui_hengtu_ft h3{
    font-size: 1.8rem;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}
.index_hongrui_hengtu_ft h4{
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.index_hongrui_hengtu_ft_fb{
    margin-top: 3%;
    font-size: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.index_hongrui_hengtu_ft_fb a{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #fff;
    width: 240px;
    padding: .75rem 0;
}
.index_hongrui_hengtu_ft_fb_fl{
    background: #fff;
    color: #0d4da1;
    margin-right: 1.5%;
}
.index_hongrui_hengtu_ft_fb_fr{
    font-size: 0;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.index_hongrui_hengtu_ft_fb_fr span{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/img/index_hengtu_dianhua.png) no-repeat center;
    background-size: 20px;
}
.index_hongrui_hengtu_ft_fb_fr_nn{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
}
@media(max-width:991px){
    .index_hongrui_hengtu_ft h3{
        font-size: 22px;
    }
    .index_hongrui_hengtu_ft_fb a{
        padding: 12px 0;
    }
}
@media(max-width:768px){
    .index_hongrui_hengtu{
        padding: 25px 0;
    }
    .index_hongrui_hengtu_ft h4{
        font-size: 16px;
    }
    .index_hongrui_hengtu_ft_fb{
        margin-top: 15px;
    }
    .index_hongrui_hengtu_ft_fb a{
        width: 190px;
    }
}
@media(max-width:468px){
    .index_hongrui_hengtu_ft_fb a{
        width: 210px;
    }
    .index_hongrui_hengtu_ft_fb_fl{
        margin-right: 0;
        margin-bottom: 15px;
    }
}
/*footer*/
.pc_footer1 {
	padding: 3% 0;
	background: #222;
}

.pc_footer1_con {
	position: relative;
}

.pc_footer1_fl {
	width: 65%;
}

.pc_footer1_fl li {
	max-width: 25%;
}

.pc_footer1_fl li h3 a,
.pc_footer1_fl li h3 {
	font-size: 18px;
	line-height: 2;
	color: #fff;
	font-weight: bold;
}

.pc_footer1_fl li .foot_nav_erji {
	margin-top: 10px;
}

.pc_footer1_fl li .foot_nav_erji a {
	font-size: 16px;
	line-height: 2;
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pc_footer1_fl li .foot_nav_erji a:hover {
	color: rgba(255, 255, 255, 1);
}

.pc_footer1_fr {
	max-width: 30%;
}

.pc_footer1_fr_ft {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.pc_footer1_fr_ft_fl {
	max-width: 110px;
}

.pc_footer1_fr_ft_fl img {
	width: 100%;
}

.pc_footer1_fr_ft_fr {
	width: 100%;
	padding-left: 140px;
	margin-left: -120px;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.pc_footer1_fr_fb {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-top: 15px;
}

.pc_footer1_fr_fb h3 {
	font-size: 18px;
	font-weight: bold;
}

.pc_footer2 {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	background: #222;
	text-align: center;
}

.pc_footer2 a {
	color: #fff;
}

.pc_footer2_con {
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

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

	.pc_footer1_con::before {
		display: none;
	}

	.pc_footer1_fr {
		width: 100%;
		max-width: 100%;
	}
}
@media(max-width:768px){
    .pc_footer1{
        padding: 25px 0;
    }
    .pc_footer2_con{
        padding: 10px 0;
    }
}



/*内页图集*/
.ny_danyerongyuzizhi ul {
	font-size: 0;
}

.ny_danyerongyuzizhi li {
	width: 32%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: middle;
}

.ny_danyerongyuzizhi_nn {
	align-items: center;
	width: 100%;
	height: 100%;
}

.ny_danyerongyuzizhi li:nth-child(3n) {
	margin-right: 0;
}

.ny_danyerongyuzizhi li:nth-child(n+4) {
	margin-top: 2%;
}

.ny_danyerongyuzizhi li .img {
	border: 1px solid #eee;
}

.ny_danyerongyuzizhi li .img img {
	width: 100%;
}

@media(max-width:768px) {
	.ny_danyerongyuzizhi li {
		width: 49%;
	}

	.ny_danyerongyuzizhi li:nth-child(3n) {
		margin-right: 2%;
	}

	.ny_danyerongyuzizhi li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_danyerongyuzizhi li:nth-child(n+3) {
		margin-top: 2%;
	}
}











/*内页导航*/
.asny_nav {
	margin: 3% 0;
}

.asny_nav ul {
	font-size: 0;
	text-align: center;
}

.asny_nav ul>li {
	display: inline-block;
	/*min-width: 150px;*/
	width: 16.666666%;
	margin: 5px 0;
	position: relative;
}

.asny_nav ul>li>a {
	font-size: 17px;
	line-height: 60px;
	color: #4f4f52;
	display: block;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f7f7f7;
	border-right: 1px solid #dedede;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.asny_nav ul>li:nth-child(6n)>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li:last-child>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li>a.active {
	background: #0d4da1;
	color: #fff;
	border-color: #0d4da1;
}

.asny_nav ul>li:hover>a {
	background: #0d4da1;
	color: #fff;
	border-color: #0d4da1;
}

.asny_nav_erji {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #f7f7f7;
	display: none;
}

.asny_nav_erji_li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 45px;
	color: #818181;
	border-top: 1px dashed #ccc;
}

.asny_nav_erji_li a:hover {
	color: #0d4da1;
}

.asny_nav_erji_li:nth-child(1) a {
	border-top: 0;
}

.asny_nav ul>li:hover .asny_nav_erji {
	display: block;
}

@media(max-width:1366px) {
	.asny_nav ul>li>a {
		line-height: 50px;
	}
}

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

/*单页外框*/
.ny_danye_waikuang {
	padding-bottom: 3%;
}

@media(max-width:991px) {
	.ny_danye_waikuang {
		padding: 3% 0;
	}
}

@media(max-width:768px) {
	.ny_danye_waikuang {
		padding: 25px 0;
	}
}

/*公司简介*/
.ny_about_1_fb {
	overflow: hidden;
}

.ny_about_1_fb_fl {
	width: 48%;
}

.ny_about_1_fb_fl img {
	width: 100%;
}

.ny_about_1_fb_fr {
	width: 48%;
}

.ny_about_1_fb_fr_ft {
	position: relative;
}

.ny_about_1_fb_fr_ft h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #0d4da1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4 {
	font-size: 7rem;
	line-height: 1;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: right;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
}

.ny_about_1_fb_fr_fc {
	font-size: 17px;
	line-height: 2;
	color: #4c4c4c;
	margin-top: 4%;
}

.ny_about_1_fb_fr_fc p {
	margin: 7px 0;
}



.ny_about_2 {
	padding: 3% 0;
	background: #f7f8fa;
	margin-top: 3%;
}

.ny_about_2_ft h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #333;
}

.ny_about_2_ft h4 {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #666;
	margin-top: 1%;
}

.ny_about_2_fb {
	margin-top: 3%;
}

.ny_about_2_fb ul {
	overflow: hidden;
}

.ny_about_2_fb li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}

.ny_about_2_fb li:nth-child(4n) {
	margin-right: 0;
}

.ny_about_2_fb li:nth-child(n+5) {
	margin-top: 2%;
}

.ny_about_2_fb li .img img {
	width: 100%;
}

@media(max-width:1366px) {
	.ny_about_1_fb_fr_fc {
		font-size: 16px;
	}

	.ny_about_2_ft h4 {
		font-size: 18px;
	}
}

@media(max-width:991px) {
	.ny_about_1 {
		margin-top: 3%;
	}

	.ny_about_1_fb_fr {
		width: 100%;
	}

	.ny_about_1_fb_fr_ft h3 {
		font-size: 22px;
		padding-bottom: 10px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 75px;
		text-align: left;
		text-indent: .8em;
	}

	.ny_about_1_fb_fr_fc {
		margin-top: 5px;
	}

	.ny_about_1_fb_fl {
		width: 100%;
		margin-top: 10px;
	}

	.ny_about_2_ft h3 {
		font-size: 22px;
	}

	.ny_about_2_fb li {
		width: 49%;
	}

	.ny_about_2_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_about_2_fb li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:768px) {
	.ny_about_1 {
		margin-top: 25px;
	}

	.ny_about_2 {
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_about_2_ft h4 {
		font-size: 16px;
	}
}

@media(max-width:468px) {
	.ny_about_1_fb_fr_ft h3 {
		padding-bottom: 5px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 7.6rem;
		text-indent: 0;
		text-align: right;
	}
}

/*证书*/
.ny_certificate_1_fb {
	overflow: hidden;
	margin-top: 3%;
}

.ny_certificate_1_fb ul {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_certificate_1_fb li .img img {
	width: 100%;
}
@media(max-width:768px){
    .ny_certificate_1_fb{
        margin-top: 15px;
    }
}

/*企业文化*/
.ny_pagecon_qiyewenhua{
    background: url(../images/img/qiyewenhuabj.png) no-repeat center;
    background-size: cover;
}
.ny_pagecon_qiyewenhua_fb{
    margin-top: 3%;
}
.ny_pagecon_qiyewenhua_fb ul{
    font-size: 0;
}
.ny_pagecon_qiyewenhua_fb li{
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 24px 0px  rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	background-size: cover;
}
.ny_pagecon_qiyewenhua_fb li:nth-child(2n){
    margin-right: 0;
}
.ny_pagecon_qiyewenhua_fb li:nth-child(n+3){
    margin-top: 2%;
}
.ny_pagecon_qiyewenhua_fb li .wz{
    padding: 10%;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_pagecon_qiyewenhua_fb li .wz h3{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    position: relative;
    padding-bottom: 3%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_pagecon_qiyewenhua_fb li .wz h3::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #0d4da1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.ny_pagecon_qiyewenhua_fb li .wz h4{
    font-size: 16px;
    line-height: 2;
    color: #333;
    margin-top: 5%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ny_pagecon_qiyewenhua_fb li:hover .wz{
    background: none;
}
.ny_pagecon_qiyewenhua_fb li:hover .wz h3{
    color: #fff;
}
.ny_pagecon_qiyewenhua_fb li:hover .wz h3::before{
    background: #fff;
}
.ny_pagecon_qiyewenhua_fb li:hover .wz h4{
    color: #fff;
}
@media(max-width:1080px){
    .ny_pagecon_qiyewenhua_fb li .wz h3{
        font-size: 20px;
    }
}
@media(max-width:768px){
    .ny_pagecon_qiyewenhua_fb{
        margin-top: 15px;
    }
    .ny_pagecon_qiyewenhua_fb li{
        width: 100%;
        margin: 0;
        margin-right: 0;
    }
    .ny_pagecon_qiyewenhua_fb li:nth-child(n+2){
        margin-top: 15px;
    }
    .ny_pagecon_qiyewenhua_fb li .wz{
        padding: 20px;
    }
    .ny_pagecon_qiyewenhua_fb li .wz h3{
        padding-bottom: 15px;
    }
    .ny_pagecon_qiyewenhua_fb li .wz h4{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .ny_pagecon_qiyewenhua_fb li .wz h3{
        font-size: 18px;
        padding-bottom: 10px;
    }
}





/*联系我们*/
.asny_lxwm{
    position: relative;
}
.asny_lxwm_fl{
    width:43%;
    float: left;
}
.asny_lxwm_fl_ft h3{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #0d4da1;
    font-weight: bold;
}
.asny_lxwm_fl_ft h4{
    font-size: 1.3rem;
    line-height: 2;
    color: #202020;
    font-weight: bold;
}
.asny_lxwm_fl_fc{
    font-size: 18px;
    line-height: 2;
    color: #666;
    margin: 10px 0;
}
.asny_lxwm_fl_fb{
    overflow: hidden;
}
.asny_lxwm_fl_fb_fl{
    width: 40%;
    max-width: 140px;
    float: left;
}
.asny_lxwm_fl_fb_fl img{
    width: 100%;
}
.asny_lxwm_fl_fb_fr{
    width: 40%;
    float: left;
    margin-left: 5%;
}
.asny_lxwm_fl_fb_fr h3{
    font-size: 18px;
    line-height: 2;
    color: #333;
    font-weight: bold;
}
.asny_lxwm_fl_fb_fr h4{
    font-size: 17px;
    line-height: 2;
    color: #333;
}

.asny_lxwm_fr{
    width:53%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.asny_lxwm1{
    margin-top: 5%;
}
.asny_lxwm1_ft{
    font-size:1.7rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.asny_lxwm1_fb{
    margin-top: 3%;
}
.asny_lxwm1_fb ul{
    overflow: hidden;
}
.asny_lxwm1_fb li{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}
.asny_lxwm1_fb li:nth-child(3n){
    margin-right: 0;
}
.asny_lxwm1_fb li input{
    font-size: 16px;
    line-height: 45px;
    color: #666;
    background: #f5f5f5;
    width: 100%;
    padding: 0 20px!important;
    border: 0;
    border: 1px solid #ced4da;
    outline: none;
}
.asny_lxwm1_fb li.lianxiliuyanneirong{
    width: 100%;
    margin-right: 0;
}
.asny_lxwm1_fb li input::-webkit-input-placeholder{
    color: #666;
}
.asny_lxwm1_fb li textarea{
    font-size: 16px;
    line-height: 45px;
    color: #666;
    background: #f5f5f5;
    width: 100%;
    padding: 0 20px!important;
    border: 0;
    border: 1px solid #ced4da;
    outline: none;
    font-family: 'Microsoft YaHei, arial, 宋体, sans-serif';
}
.asny_lxwm1_fb li textarea::-webkit-input-placeholder{
    color: #666;
}
.lianxinyliuyan_tijiao{
    text-align: center;
}
.lianxinyliuyan_tijiao input{
    width: 150px;
    font-size: 16px;
    cursor: pointer;
    line-height: 40px;
    color: #fff;
    background: #0d4da1;
    outline: none;
    border: 0;
    margin: 0 auto;
    border-radius: 4px;
}
/*地图*/
.map-box{
    height:100%;
}
.contact-map{
    height: 100%;
}

.amap-logo img{
    display: none;
}
.amap-copyright {
    opacity:0;
}
@media(max-width:1200px){
    .asny_lxwm_fl_ft h3{
        font-size: 26px;
    }
    .asny_lxwm_fl_ft h4{
        font-size: 20px;
    }
    .asny_lxwm_fl_fc{
        font-size: 16px;
    }
    .asny_lxwm1_ft{
        font-size: 22px;
    }
    .asny_lxwm_fl_fb_fr h3{
        font-size: 16px;
    }
    .asny_lxwm_fl_fb_fr h4{
        font-size: 15px;
    }
}
@media(max-width:768px){
    .asny_lxwm_fl{
       width: 100%;
    }
    .asny_lxwm_fr{
       width: 100%;
       margin-top: 15px;
       position: static;
       height: 300px;
    }
}
@media(max-width:468px){
    .asny_lxwm_fl_ft h3{
        font-size: 22px;
    }
    .asny_lxwm_fl_ft h4{
        font-size: 18px;
    }
    .asny_lxwm1_ft{
        font-size: 18px;
    }
    .asny_lxwm_fl_fb_fl{
        width: 100%;
    }
    .asny_lxwm_fl_fb_fr{
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
    .asny_lxwm1_fb li{
        width: 100%;
    }
    .asny_lxwm1{
        margin-top: 20px;
    }
    .asny_lxwm1_fb{
        margin-top: 15px;
    }
}

/*解决方案*/
.ny_jiejuefangan_1_fb{
    margin-top: 3%;
    box-shadow: #eee 0px 0px 15px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.ny_jiejuefangan_1_fb_fl{
    width: 50%;
    padding: 2% 3%;
}
.ny_jiejuefangan_1_fb_fl_ft h3{
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333;
}
.ny_jiejuefangan_1_fb_fl_ft h4{
    font-size: 1.8rem;
    line-height:1.5;
    color: #333;
}
.ny_jiejuefangan_1_fb_fl_fb{
    font-size: 16px;
    line-height: 34px;
    color: #666;
    position: relative;
    margin-top: 5%;
    padding: 2% 0 ;
}
.ny_jiejuefangan_1_fb_fl_fb::before{
    content: '';
    position: absolute;
    left: 8px;
    top: 0;
    z-index: 5;
    width: 1px;
    height: 100%;
    background: #ccc;
}
.ny_jiejuefangan_1_fb_fl_fb p{
    padding-left:25px;
    position: relative;
    margin: 5px 0;
}
.ny_jiejuefangan_1_fb_fl_fb p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #0d4da1;
    background: #fff;
}
.ny_jiejuefangan_1_fb_fl_fb p::after{
    content: '';
    position: absolute;
    left: 4px;
    top: 13px;
    z-index: 8;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 2px solid #0d4da1;
    background: #fff;
}
.ny_jiejuefangan_1_fb_fr{
    overflow: hidden;
    width: 50%;
}
.ny_jiejuefangan_1_fb_fr li img{
    width: 100%;
}

@media(max-width:1200px){
    .ny_jiejuefangan_1_fb_fl_ft h3{
        font-size: 22px;
    }
    .ny_jiejuefangan_1_fb_fl_ft h4{
        font-size: 22px;
    }
}
@media(max-width:991px){
    .ny_jiejuefangan_1_fb_fl{
        width: 100%;
        padding: 20px;
    }
    .ny_jiejuefangan_1_fb_fr{
        width: 100%;
    }
    .ny_jiejuefangan_1_fb_fl_fb{
        margin-top: 15px;
        padding: 10px 0;
    }
    .ny_jiejuefangan_1_fb_fl_fb p{
        margin: 0;
    }
}
@media(max-width:768px){
    .ny_jiejuefangan_1_fb{
        margin-top: 20px;
    }
}
@media(max-width:468px){
    .ny_jiejuefangan_1_fb_fl_ft h3{
        font-size: 20px;
    }
    .ny_jiejuefangan_1_fb_fl_ft h4{
        font-size: 20px;
    }
}


















