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

body {
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}

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: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align: baseline;
	width: 100%;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
}


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

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

.clearfix1 {
	zoom: 1
}

h1,
h2 {
	font-size: 12px;
	font-weight: bold;
}

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

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


p {
	margin: 0;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #ffffff;
}

/*定义滚动条轨道 内阴影+圆角*/
body::-webkit-scrollbar-track {
	background-color: #ffffff;
}

/*定义滑块 内阴影+圆角*/
body::-webkit-scrollbar-thumb {
	background-color: #0762cb;
	border-radius: 8px;
}

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

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

/*滚动*/
#demo {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#indemo {
	float: left;
	width: 800% !important;
}

#demo1 {
	float: left;
}

#demo2 {
	float: left;
}

#m_demo {
	overflow: hidden;
	width: 92%;
	margin: 0 auto;
}

#m_indemo {
	float: left;
	width: 800% !important;
}

#m_demo1 {
	float: left;
}

#m_demo2 {
	float: left;
}



.pos {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}

.wh {
	width: 1200px;
	margin: 0 auto;
}


.com-img {
	display: inline;
	overflow: hidden;
	margin: 0 auto;
	display: table;
}

.com-img img {
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
}

.com-img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}



.roll_product {
	float: left;
}


/*主体区域*/
.flex_con {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.max1440 {
	max-width: 1540px;
	padding: 0 50px;
	margin: 0 auto;
}

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

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

	body {
		padding-top: 60px;
	}
}

/*pc*/
.pc_header {
	height: 100px;
	line-height: 100px;
}

.pc_logo {
	width: 22%;
	text-align: center;
	background: #0762cb;
	padding: 0 3%;
}

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

.pc_header_fr {
	width: 72%;
	align-items: center;
}

.nnav {
	width: calc(100% - 50px);
}

.nnav li {
	width: 16.66%;
	float: left;
	height: 100px;
	line-height: 100px;
	text-align: center;
	position: relative;
}

.nnav li>a {
	font-size: 18px;
	display: inline-block;
	max-width: 100%;
	color: #333333;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nnav li>a:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background-color: #b31217;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nnav li:hover>a:before {
	width: 100%;
}

.nnav li.active>a:before {
	width: 100%;
}

.nnav li .pc_erjixiala {
	position: absolute;
	z-index: 9999;
	width: 140%;
	left: -20%;
	top: 110px;
	background: #faf5f5;
	border-radius: 5px;
	padding: 10px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.nnav li:hover .pc_erjixiala {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.nnav li .pc_erjixiala: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 #faf5f5 transparent;
	border-top: none;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

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

.pc_erjixiala_li {
	border-top: 1px dashed #666;
}

.pc_erjixiala_li:first-child {
	border-top: 0;
}

.nnav li .pc_erjixiala a {
	font-size: 16px;
	padding: 0 10px;
	line-height: 38px;
	color: #000;
	display: block;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
}

.pc_erjixiala_li:hover {
	border-top: 1px solid #0762cb;
}

.pc_erjixiala_li:hover+.pc_erjixiala_li {
	border-top: 1px solid #0762cb;
}

.pc_erjixiala_li:first-child:hover {
	border-top: 0px solid #0762cb;
}

.nnav li .pc_erjixiala_li:hover a {
	background: #0762cb;
	color: #fff;
}

.yuyan {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	border-radius: 50%;
	color: #ffffff;
	background-color: #b21217;
	margin-top: 30px;
}

.yuyan a {
	color: #ffffff;
	display: block;
}

/*手机头部*/
.mc_header {
	display: none;
	height: 61px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	padding: 0 15px;
	border-bottom: 1px solid #eee;
}

.mc_header_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

.mc_logo {
	line-height: 50px;
	max-width: 50%;
	background: #0762cb;
	padding: 0 15px;
}

.mc_logo img {
	width: auto;
	max-width: 100%;
	max-height: 40px;
}

.mc_nav {
	width: 30px;
	height: 20px;
	position: relative;
	overflow: hidden;
}

.mc_nav span {
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.mc_nav span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav span:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mc_nav span:nth-child(3) {
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav.click span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_nav.click span:nth-child(2) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mc_nav.click span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_nav_con {
	background: #000;
	padding: 20px;
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	z-index: 99999;
	width: 100%;
}

.mc_nav_con ul {
	overflow: hidden;
	overflow-y: auto;
	height: calc(100vh - 100px);
}

.mc_nav_con ul>li {
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_nav_con ul>li>a {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
	display: block;
}

.mc_nav_con ul>li>span {
	width: 35px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 99;
	background-position: -30px -240px;
}

.mc_nav_con ul>li>span.click {
	background-position: -30px -265px;
}

.mc_nav_erji {
	background: #1E1E1E;
	display: none;
}

.mc_nav_erji p {
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_erji p:last-child {
	border-top: 0px dashed #2b2b2b;
}

.mc_nav_erji a {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media(max-width:1366px){
    .pc_logo{
        width: 18%;
        padding: 0 2%;
    }
    .pc_header_fr{
        width: 78%;
    }
}
@media(max-width:1200px){
    .nnav li>a{
        font-size: 16px;
    }
    .nnav li .pc_erjixiala a{
        font-size: 14px;
    }
}
@media(max-width:991px) {
	.pc_header {
		display: none;
	}

	.mc_header {
		display: block;
	}
}

@media(max-width:468px) {
	.mc_logo {
		max-width: 60%;
	}
}
/*底部*/
.footer{
    background: url(../images/index_foot_bj.jpg) no-repeat center;
    background-size: cover;
    padding: 3% 0 15px;
}
.footer_ft_fl{
    width: 78%;
}
.footer_ft_fl li{
    width: 20%;
    padding-right: 10px;
}
.footer_ft_fl li h3{
    font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fefefe;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_ft_fl li .foot_nav_erji{
    margin-top: 20px;
}
.footer_ft_fl li .foot_nav_erji_li{
    margin: 10px 0;
}
.footer_ft_fl li .foot_nav_erji_li a{
    display: block;
    font-size: 14px;
	line-height: 24px;
	color: #fefefe;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer_ft_fr{
    max-width:120px;
}
.footer_ft_fr img{
    width:100%;
}
.footer_fb{
    font-size: 16px;
	line-height: 24px;
	color: #cccccc;
	text-align: center;
	margin-top: 3%;
}
.footer_fb a{
	color: #cccccc;
}
@media(max-width:991px){
    .footer{
        padding-top: 30px;
    }
    .footer_ft_fl li h3{
        font-size: 16px;
    }
    .footer_fb{
        margin-top: 20px;
    }
}
@media(max-width:768px){
    .footer_ft_fl{
        display: none;
    }
    .footer_ft_fr{
        float: none;
        margin: 0 auto;
    }
}
/*内页*/
.ny_banner img{
     width: 100%;
}
/*关于我们*/
.ny_about1{
    padding: 5% 0;
}
.ny_about1_fb{
    margin-top: 5%;
}
.ny_about1_fb_fl{
    width:50%;
    max-width: 683px;
}
.ny_about1_fb_fl h3{
    font-size: 1.2rem;
	font-weight: normal;
	line-height: 1.5;
	color: #333333;
}
.ny_about1_fb_fl h4{
    font-size: 14px;
	font-weight: normal;
	line-height: 27px;
	color: #333333;
	margin-top: 7%;
}
.ny_about1_fb_fl h4 p:nth-child(1){
    margin-top: 0;
}
.ny_about1_fb_fl h4 p{
    margin-top: 4%;
}
.ny_about1_fb_fr{
    width:46%;
}
.ny_about1_fb_fr img{
    width:100%;
}
.ny_about2{
    background-color: #0762cb;
    padding: 5% 0;
}
.ny_about2 .index_about_fl_ft{
    text-align: right;
}
.ny_about2 .index_about_fl_ft h3{
    color: #2b78d0;
}
.ny_about2 .index_about_fl_ft h4{
    color: #fefefe;
    right: 0;
}
.ny_about2_fb{
    margin-top: 5%;
}
.ny_about2_fb_fl{
    width: 46%;
}
.ny_about2_fb_fl img{
    width: 100%;
}
.ny_about2_fb_fr{
    width: 50%;
    text-align: right;
}
.ny_about2_fb_fr h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #ffffff;
}
.ny_about2_fb_fr h4{
    font-size: 1.5rem;
	line-height: 2;
	color: #ffffff;
	margin-top: 13%;
}
.ny_about2_fb_fr h5{
    font-size: 1.5rem;
	line-height: 2;
	color: #ffffff;
	margin-top: 3%;
}
.ny_about2_fb_fr h6{
    font-size: 1.6rem;
	line-height: 1.5;
	color: #ffffff;
	margin-top: 8%;
}
.ny_about3{
    padding: 5% 0;
}
.ny_about3_fb{
    margin-top: 2%;
}
.ny_about3_fb ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: hidden;
    padding: 1px;
}
.ny_about3_fb li{
    width: 22.9%;
    border: solid 1px #e5e5e5;
    margin-right: 2.8%;
    margin-top: 2.8%;
    float: left;
}
.ny_about3_fb li img{
    max-width: 100%;
}
.ny_about3_fb li:nth-child(4n){
    margin-right: 0;
}
.ny_about4{
    background-color: #0762cb;
    padding: 5% 0;
}
.ny_about4_fb{
    margin-top: 5%;
    overflow: hidden;
}
.ny_about4 .index_about_fl_ft h3{
    color: #2b78d0;
}
.ny_about4 .index_about_fl_ft h4{
    color: #fff;
}
.ny_about4_fb li .img{
    border-radius: 10px;
    overflow: hidden;
}
.ny_about4_fb li img{
    width: 100%;
}
.ny_about4_fb li .wz{
    margin-top: 5%;
}
.ny_about4_fb li h3{
    font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_about4_fb_btn{
    font-size: 0;
    margin-top: 3.5%;
    text-align: center;
}

.ny_about4_fb_btnl{
    display: inline-block;
    width: 38px;
	height: 39px;
	background:url(../images/gshjbtnr.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}
.ny_about4_fb_btnl:hover{
    background:url(../images/gshjbtnlh.png) no-repeat center;
	background-size: 100% 100%;
}
.ny_about4_fb_btnr{
    display: inline-block;
    width: 38px;
	height: 39px;
	background:url(../images/gshjbtnl.png) no-repeat center;
	background-size: 100% 100%;
	margin-left: 5rem;
	cursor: pointer;
}
.ny_about4_fb_btnr:hover{
    background:url(../images/gshjbtnrh.png) no-repeat center;
	background-size: 100% 100%;
}



.ny_about5{
    padding: 5% 0;
}
.ny_about5_fb{
    margin-top: 5%;
}
.ny_about5_fb img{
    max-width: 100%;
    margin: 0 auto;
}

@media(max-width:1200px){
    .ny_about1_fb_fl h3{
        font-size: 18px;
    }
    .ny_about1_fb_fl h4{
        margin-top: 15px;
    }
    .ny_about1_fb_fl h4 p{
        margin-top: 10px;
    }
    .ny_about2_fb_fr h3{
        font-size: 18px;
    }
    .ny_about2_fb_fr h4{
        font-size: 20px;
    }
    .ny_about2_fb_fr h5{
        font-size: 20px;
    }
}
@media(max-width:991px){
    .ny_about1_fb{
        margin-top: 20px;
    }
     .ny_about1_fb_fl{
         width: 100%;
         max-width: 100%;
     }
     .ny_about1_fb_fr{
         width: 100%;
         margin-top: 20px;
     }
     .ny_about2_fb_fl{
         width: 100%;
     }
     .ny_about2_fb_fr{
         width: 100%;
         margin-top: 20px;
         text-align: left;
     }
     .ny_about2_fb_fr h4{
         margin-top: 15px;
     }
     .ny_about2_fb_fr h5{
         margin-top: 15px;
     }
     .ny_about2_fb_fr h6{
         font-size: 24px;
         margin-top: 15px;
     }
     .ny_about3_fb{
         margin-top: 15px;
     }
     .ny_about3_fb li{
         width: 32%;
         margin-top: 2%;
         margin-right: 2%;
     }
     .ny_about3_fb li:nth-child(4n){
        margin-right: 2%;
     }
     .ny_about3_fb li:nth-child(3n){
        margin-right: 0;
     }
     .ny_about4_fb li h3{
         font-size: 16px;
     }
     .ny_about4_fb li .wz{
         margin-top: 10px;
     }
}
@media(max-width:768px){
    .ny_about1{
        padding:30px 0;
    }
    .ny_about2{
        padding: 30px 0;
    }
    .ny_about2_fb{
         margin-top: 25px;
     }
    .ny_about3{
        padding: 30px 0;
    }
    .ny_about4{
        padding: 30px 0;
    }
    .ny_about5{
        padding: 30px 0;
    }
    .ny_about3_fb li{
        width: 49%;
    }
    .ny_about3_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .ny_about3_fb li:nth-child(2n){
        margin-right: 0%;
    }
    .ny_about4_fb{
         margin-top: 25px;
     }
     .ny_about5_fb{
         margin-top: 25px;
     }
}
@media(max-width:468px){
    .ny_about2_fb_fr h4{
        font-size: 18px;
    }
    .ny_about2_fb_fr h5{
        font-size: 18px;
    }
}
/*联系我们*/
.ny_contact1{
    padding: 5% 0;
}
.ny_contact1_fc{
    margin-top: 5%;
}
.ny_contact1_fc li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.ny_contact1_fc li:nth-child(3n){
    margin-right: 0;
}
.ny_contact1_fc li h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
}
.ny_contact1_fc li .img{
    margin: 5% 0;
}
.ny_contact1_fc li h4{
    font-size: 1rem;
	line-height: 1.5;
	color: #0762cb;
	font-weight: bold;
}
.ny_contact1_fb{
    margin-top: 3.5%;
}
.ny_contact1_fb img{
    width: 100%;
}
.ny_contact2{
    padding: 5% 0;
    background: url(../images/jiaru_bj.jpg) no-repeat center;
    background-size: cover;
}
.ny_contact2 .index_about_fl_ft h3{
    color: #2b78d0;
}
.ny_contact2 .index_about_fl_ft h4{
    color: #fff;
}
.ny_contact2_fb{
    margin-top: 3%;
}
.ny_contact2_fb li{
    width: 32%;
    float: left;
    margin-right: 2%;
    background-color: #ffffff;
    padding:20px 10px;
    margin-top: 2%;
}
.ny_contact2_fb li:nth-child(3n){
    margin-right: 0;
}
.ny_contact2_fb li h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0 3%;
}
.ny_contact2_fb li h4{
    font-size: 14px;
	line-height: 27px;
	height: 54px;
	margin: 10px 0 20px;
	padding:0 3%;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ny_contact2_fb li h5{
    font-size: 14px;
	line-height: 27px;
	color: #333333;
	padding: 2% 3% 0;
	border-top: 1px solid #e5e5e5;
}
.ny_contact2_fb li h5 div{
    background: url(../images/jiarujiantou.png) no-repeat right center;
}
.ny_contact3{
    padding: 5% 0;
}

.ny_contact3_fb{
    margin-top: 3%;
}
.ny_contact3_fb li{
    width: 47.5%;
    margin-top: 2.6%;
}
.ny_contact3_fb li h3{
    font-size: 16px;
	line-height: 27px;
	color: #333333;
	font-weight: bold;
}
.ny_contact3_fb li input{
	width: 100%;
	background-color: #f5f5f5;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	outline: none;
	padding: 0 15px;
	margin-top: 15px;
}
.ny_contact3_fb_fc{
    margin-top: 2.6%;
}
.ny_contact3_fb_fc h3{
    font-size: 16px;
	line-height: 27px;
	color: #333333;
	font-weight: bold;
}

.ny_contact3_fb_fc textarea{
	width: 100%;
	background-color: #f5f5f5;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	line-height: 40px;
	color: #999999;
	outline: none;
	padding: 0 15px;
	margin-top: 15px;
}
.ny_contact3_fb_fb{
    margin-top: 5%;
    font-size: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ny_contact3_fb_fb_fl{
    display: inline-block;
    width: 300px;
	background-color: #f5f5f5;
	border: solid 1px #e5e5e5;
	font-size: 0;
	vertical-align: middle;
}
.ny_contact3_fb_fb_fl input{
    font-size: 14px;
    display: block;
	line-height: 40px;
	padding:0 15px;
	color: #999999;
	border: 0;
	outline: none;
	width: 181px;
}
.ny_contact3_fb_fb_fl img{
    width: 117px;
	height: 40px;
	display: block;
}
.ny_contact3_fb_fb_fr{
    display: inline-block;
    margin-left: 2rem;
}
.ny_contact3_fb_fb_fr input{
    width: 200px;
	height: 42px;
	background-color: #0762cb;
	outline: none;
	padding: 0;
	border: 0;
	font-size: 14px;
	line-height: 42px;
	color: #ffffff;
}
@media(max-width:1200px){
    .ny_contact1_fc li h3{
        font-size: 20px;
    }
    .ny_contact1_fc li .img{
        margin: 15px 0;
    }
    .ny_contact1_fc li h4{
        font-size: 16px;
    }
    .ny_contact2_fb li h3{
        font-size: 18px;
    }
    .ny_contact2_fb li h5{
        padding-top: 10px;
    }
}
@media(max-width:768px){
    .ny_contact1{
        padding: 30px 0;
    }
    .ny_contact1_fc{
        margin-top: 25px;
    }
    .ny_contact1_fc li{
        width: 100%;
        margin: 10px 0;
        margin-right: 0;
    }
    .ny_contact1_fb{
        margin-top: 15px;
    }
    .ny_contact2{
        padding: 30px 0;
    }
    .ny_contact2_fb{
        margin-top: 15px;
    }
    .ny_contact2_fb li{
        width: 49%;
    }
    .ny_contact2_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .ny_contact2_fb li:nth-child(2n){
        margin-right: 0;
    }
    .ny_contact3{
        padding: 30px 0;
    }
    .ny_contact3_fb li{
        margin-top: 15px;
    }
    .ny_contact3_fb_fc{
        margin-top: 15px;
    }
    .ny_contact3_fb_fb{
        margin-top: 20px;
        text-align: left;
        flex-direction: column;
        align-items: center;
    }
    .ny_contact3_fb{
        margin-top: 10px;
    }
    .ny_contact3_fb_fb_fr{
        margin-left: 0;
        margin-top: 20px;
    }
}

@media(max-width:468px){
    .ny_contact2_fb li{
        width: 100%;
        margin-right: 0!important;
        margin-top: 15px;
    }
    .ny_contact3_fb li{
        width: 100%;
    }
}
/*内页导航*/
.ny_daohang {
    text-align: center;
    font-size: 0;
}
.ny_daohang li{
    display: inline-block;
}
.ny_daohang li{
    margin:0 15px;
}
.ny_daohang li >a{
    display: block;
    font-size: 16px;
	line-height:60px;
	color: #333333;
	padding:0 15px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_daohang li >a:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
    bottom: 0;
    width: 0;
	height: 2px;
	background-color: #0762cb;
}
.ny_daohang li.clicked a:after{
    width: 100%;
}
.ny_daohang li:hover a:after{
    width: 100%;
}
@media(max-width:991px){
    .ny_daohang{
        text-align: left;
    }
    .ny_daohang li{
        width: 32%;
        margin: 0;
        margin-right: 2%;
        text-align: center;
    }
    .ny_daohang li >a{
        display: inline-block;
        max-width: 100%;
    }
    .ny_daohang li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:768px){
    .ny_daohang li{
        width: 48%;
    }
    .ny_daohang li:nth-child(3n){
        margin-right: 2%;
    }
    .ny_daohang li:nth-child(2n){
        margin-right:0;
    }
}

/*通用单页*/
.ny_page{
    margin: 5% 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}
.ny_page img{
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
}
.ny_page table{
    width: 100%!important;
}
.ny_page table td{
    padding: 10px 0;
}
@media(max-width:768px){
    .ny_page{
        margin: 30px 0;
    }
}

/*新闻*/
.ny_xinwen{
    margin-top: 5%;
    margin-bottom: 5%;
}
.ny_xinwen_fb{
    margin-top: 3%;
}
.ny_xinwen_fb ul{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.ny_xinwen_fb li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-top: 2.5%;
    border: solid 1px #e5e5e5;
}
.ny_xinwen_fb li:nth-child(3n){
    margin-right: 0;
}
.ny_xinwen_fb li img{
    width: 100%;
}
.ny_xinwen_fb li .wz{
    margin-top: 15px;
}
.ny_xinwen_fb li .wz h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0 3%;
}
.ny_xinwen_fb li .wz h4{
    font-size: 14px;
	line-height: 27px;
	height: 54px;
	margin: 10px 0 15px;
	padding:0 3%;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ny_xinwen_fb li .wz h5{
    font-size: 14px;
	line-height: 27px;
	color: #333333;
	padding: 15px 3%;
	border-top: 1px solid #e5e5e5;
}
.ny_xinwen_fb li .wz div{
    background: url(../images/jiarujiantou.png) no-repeat right center;
}
.ny_xinwen_fb li.yw_liww{
    border: 0;
}
.ny_xinwen_fb li .ywwz h3{
    font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ny_xinwen_fb li .ywwz h4{
    font-size: 14px;
	line-height: 27px;
	height: 54px;
	margin: 15px 0;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



@media(max-width:1280px){
    .ny_xinwen_fb li .wz h3{
        font-size: 18px;
    }
    .ny_xinwen_fb li .ywwz h3{
        font-size: 18px;
    }
}
@media(max-width:991px){
    .ny_xinwen{
        margin: 30px 0;
    }
    .ny_xinwen_fb{
        margin-top: 15px;
    }
    .ny_xinwen_fb li{
        width: 49%;
    }
    .ny_xinwen_fb li:nth-child(3n){
        margin-right: 2%;
    }
    .ny_xinwen_fb li:nth-child(2n){
        margin-right: 0;
    }
    .ny_xinwen_fb li .ywwz h4{
        margin: 5px 0;
    }
}
@media(max-width:468px){
    .ny_xinwen_fb li{
        width: 100%;
        margin-right: 0!important;
        margin-top: 20px;
    }
}
/*内页分页*/
.pages_fenye{
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}
.pages_fenye2{
    display: none;
}
.pages_fenye li{
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px;
    cursor: pointer;
}
.pages_fenye li a{
    color: #333;
}
.pages_fenye li.active{
    color:#fff;
    background: #0762cb;
}
.pages_fenye li.active a{
    color: #fff;
}
.pages_fenye li:hover{
    color:#fff;
    background: #0762cb;
}
.pages_fenye li:hover a{
    color: #fff;
}
.pages_fenye li:has(.current){
    color:#fff;
    background: #0762cb;
}
@media(max-width:991px){
    .pages_fenye1{
        display: none;
    }
    .pages_fenye2{
        display: block;
    }
    .pages_fenye{
        font-size: 0;
    }
}
@media(max-width:468px){
    .pages_fenye li{
        margin: 0 2px;
        padding: 0 8px;
    }
}
/*详情页*/
.xqybt{
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333;
    padding-left: 20px;
    position: relative;
}
.xqybt:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #333;
}
.xqysj{
    font-size: 18px;
    line-height: 2;
    color: #666;
    margin: 10px 0;
}
#as-share{
    margin-top: 15px;
}
.ny_xqynr{
    border-top: 1px dashed #666;
    padding: 3% 0;
    word-wrap:break-word;
word-break:break-all;
}
@media(max-width:1280px){
    .xqybt{
        font-size: 24px;
    }
}

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


.aspg-detail-tags .tags-title {
    border-bottom: 1px dashed #666;
    position: relative;
}

.aspg-detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 18px;
    color: #0672ad;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 3px solid #0672ad;
    margin-bottom: -1px;
}

.aspg-detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
}

.aspg-detail-tags .tags-content {
    padding-top:15px;
}

.aspg-detail-tags .tags-content a {
    font-size: 16px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 34px;
    padding: 0 15px;
    margin-top: 10px;
}

.aspg-detail-tags .tags-content a:hover {
    color: #0672ad;
}

.aspg-detail-pn {
    margin-top: 30px;
}

.aspg-detail-pn div + div {
    margin-top: 15px;
}

.aspg-detail-pn div {
    line-height: 22px;
    padding: 10px;
    position: relative;
    border: 1px solid #eeeeee;
    overflow: hidden;
}

.aspg-detail-pn div b {
    font-size: 16px;
    color: #0762cb;
    float: left;
    font-weight: normal;
}

.aspg-detail-pn div a {
    float: left;
    width: 75%;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aspg-detail-pn div a:hover {
    color: #0762cb;
}

@media (max-width:991px) {
    .aspg-detail-pn div a {
        width: 60%;
    }
}

@media (max-width:600px) {
    .aspg-detail-pn div a {
        width: 50%;
    }
}

.aspg-detail-pn div span {
    position: absolute;
    right: 20px;
    top: 11px;
    font-size: 16px;
    color: #666666;
}

/**/
.tags-content_xiangguan{
    margin-top: 30px;
}
.ny_xgnr{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.ny_xgnr li{
    width: 32%;
    margin-right: 2%;
    float: left;
}
.ny_xgnr li:nth-child(3n){
    margin-right: 0;
}

.ny_xgnr li .img{
    overflow: hidden;
}

.ny_xgnr li .img img{
    width: 100%;
}
.ny_xgnr li .wz h3{
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny_xgnr li .wz h4{
    font-size: 14px;
    line-height: 27px;
    height: 54px;
    margin: 15px 0;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media(max-width:1280px){
    .ny_xgnr li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .ny_xgnr li{
        width:48%;
         margin-right: 4%;
    }
    .ny_xgnr li:nth-child(3){
        display: none;
    }
    .ny_xgnr li:nth-child(3n){
        margin-right: 4%;
    }
    .ny_xgnr li:nth-child(2n){
        margin-right: 0;
    }
    .ny_xgnr li .wz h4{
        margin: 5px 0;
    }
}
/*新闻相关*/
.ny_xgnr1{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.ny_xgnr1 li{
    width: 32%;
    margin-right: 2%;
    float: left;
    border: solid 1px #e5e5e5;
}
.ny_xgnr1 li:nth-child(3n){
    margin-right: 0;
}
.ny_xgnr1 li img{
    width: 100%;
}
.ny_xgnr1 li .wz{
    margin-top: 15px;
}
.ny_xgnr1 li .wz h3{
    font-size: 1.2rem;
	line-height: 1.5;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:0 3%;
}
.ny_xgnr1 li .wz h4{
    font-size: 14px;
	line-height: 27px;
	height: 54px;
	margin: 10px 0 15px;
	padding:0 3%;
	color: #999999;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ny_xgnr1 li .wz h5{
    font-size: 14px;
	line-height: 27px;
	color: #333333;
	padding: 15px 3%;
	border-top: 1px solid #e5e5e5;
}
.ny_xgnr1 li .wz div{
    background: url(../images/jiarujiantou.png) no-repeat right center;
}

@media(max-width:1280px){
    .ny_xgnr1 li .wz h3{
        font-size: 18px;
    }
}
@media(max-width:768px){
    .ny_xgnr1 li{
        width:48%;
        margin-right: 4%;
    }
    .ny_xgnr1 li:nth-child(3){
        display: none;
    }
    .ny_xgnr1 li:nth-child(3n){
        margin-right: 4%;
    }
    .ny_xgnr1 li:nth-child(2n){
        margin-right: 0;
    }
    .ny_xgnr1 li .wz h4{
        margin: 5px 0;
    }
}

@media(max-width:468px){
    .ny_xgnr1 li .wz h5{
        padding: 10px 3%;
    }
}
/*业绩*/
.ny_xinwen_fb.ny_gsyj_li li .wz h5{
    margin-top: 15px;
}

