@charset "utf-8";
@import url("iconfont/iconfont.css");
@import url("swiper.min.css");
@import url("mobnav.css");
/* 公共样式 */
/*滚动条样式*/
::-webkit-scrollbar { /*整个滚动条宽度*/
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {  /*整个滚动条宽度*/
    background-color: rgba(200,200,200,.1);
}
::-webkit-scrollbar-thumb {  /*滚动条滑动块*/
	-webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(0,0,0,.2);
	
}
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(0,0,0,.5);
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-corner {
    background-color: rgba(220,220,220,.1);
}

/*去掉input选中后的颜色*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


body,html{
	padding:0px;
	margin:0px;
	position: relative;
	height: 100%;
}
html{
	height: 100%;
	display: n;
}
ul,li,p,label,form,h1,h2,h3,h4,a{
	list-style: none;
	padding:0px;
	margin:0px;
}
*{
	font-size:16px;
	font-family: "microsoft yahei",arial;
	text-decoration: none;
	outline: none;
	color:#000000;
}
[mob]{
	display: none;
}

[pc]{
	display: block;
}
[v-cloak]{
	display: none !important;
}
[flex]{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex:1;
	position: unset;
}
.flex{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex:1;
	position: unset;
}
header{
	max-height: 120px;
	position: fixed;
	width: 100%;
	top:0;
	left:0;
	z-index:1000;
}
.ynq-header-sm{
	height: 30px;
	border-bottom:1px solid #dedede;
	height: 30px;
	text-align: right;
	background: #fff;
}
.ynq-header-sm a{
	line-height: 30px;
	font-size:14px;
	background: #CCA935;
	color: #fff;
	padding:3px 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}
.ynq-header-Menu{
	height: 90px;
}

.ynq-subbody{
	width: 1200px;
	margin:0px auto;
}
@keyframes menufadeIn {
	0%{opacity: 0;}
	0%{opacity: 0.5;}
	100%{opacity: 1;}
}
@-ms-keyframes menufadeIn {
	0%{opacity: 0;}
	0%{opacity: 0.5;}
	100%{opacity: 1;}
}
@-moz-keyframes menufadeIn {
	0%{opacity: 0;}
	0%{opacity: 0.5;}
	100%{opacity: 1;}
}
@-webkit-keyframes menufadeIn {
	0%{opacity: 0;}
	0%{opacity: 0.5;}
	100%{opacity: 1;}
}

.ynq-logo{
	width: 332px;
	margin-right:120px;
}
.ynq-logo img{
	margin-top:7px;
}

.ynq-header-nav{
	width: calc(100% - 452px);
}
.ynq-header-nav li{
	position: relative;
	text-align: center;
}
.ynq-header-nav li>a{
	color:#fff;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	line-height: 50px;
	display: block;
	padding:0px 15px;
}
.ynq-header-nav li>a:hover{
	color:#CCA935;
}

/* 手机端导航样式 */
.ynq-Mobile-Menu{
	justify-content: flex-end;
}

.ynq-Mobile-Menu li{
	text-align: center;
}
.ynq-Mobile-Menu li a>i{
	font-size:35px;
	display: block;
	color:#fff;
}

.ynq-header-subnav{
	position: absolute;
	width: 150px;
	left:50%;
	top:50px;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	background: #fff;
	/*transition: ease 0.3s;*/
	/*-webkit-transition: ease 0.3s;*/
	/*-ms-transition: ease 0.3s;*/
	/*-moz-transition: ease 0.3s;*/
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, .08);
}
.ynq-header-nav li:hover .ynq-header-subnav{
	visibility: visible;
	/*top:50px;*/
	opacity: 1;
}

.ynq-header-subnav li{
	text-align: center;
}
.ynq-header-subnav li>a{
	line-height: 40px;
	display: block;
	text-align: center;
	color:#000;
	font-size:14px;
}
.scoll-header-active a{
	color:#000 !important;
}
.scoll-header-active li a>i{
	color:#000;
}
.scoll-header-active a:hover{
	color:#CCA935 !important;
}
/* swiper banner */
.ynq-swiper{
	margin-top:31px;
}
.ynq-swiper a{
	display: block;
	height: 100%;
	width: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 400px;
	background-position: center !important;
}

.ynq-fourbox{
	background: #1772C2;
	padding:20px 0;
}

.ynq-fourlist li{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	width: 253px;
}

.ynq-fourlist li>i{
	font-size:60px;
	color:#fff;
}
.ynq-fourlist-text h1{
	color:#fff;
	font-size: 20px;
    font-weight: 500;
}
.ynq-fourlist-text p{
	font-size:14px;
	color:#fff;
}
.shengxing{
    font-size:46px !important;
}
.ynq-index-SectionBody{
	margin-top:50px;
}

.ynq-index-SectionBody h1{
	text-align: center;
	font-size:30px;
	margin-bottom:28px;
	position: relative;
	font-weight: 500;
}
.ynq-index-SectionBody h1:before{
	position: absolute;
	content: '';
	width: 50px;
	height: 4px;
	background: #CCA935;
	bottom:-15px;
	left:50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-moz-border-radius:50px;
}
.ynq-index-SectionBody .ynq-index-SectionText {
	text-align: center;
	line-height: 25px;
	font-size:15px;
	color:#666;
}
.ynq-Index-Sevice{
	flex-wrap: wrap;
}
.ynq-Index-Sevice li{
	width: 48.5%;
	background: #FAFAFA;
	border:1px solid #EEE;
	margin-top:30px;
}
.ynq-Index-SeviceBox{
	justify-content: flex-start;
	align-items: flex-start;
	
}
.ynq-Index-Sevice li a{
	width: 280px;
	height: 145px;
}
.ynq-Index-SeviceText{
	padding-left:30px;
	width: calc(100% - 340px);
	position: relative;
	height: 110px;
	padding-top:20px;
}

.ynq-Index-SeviceText p{
	font-size:14px;
	line-height: 30px;
	padding-left:20px;
	position: relative;
}
.ynq-Index-SeviceText p::after{
	content: "\e71e";
	font-family: 'ynq';
	left:0;
	position: absolute;
	color:#75C1F8;
}
.ynq-Index-SeviceText a{
	font-size:14px;
	color:#2192d9;
}
.ynq-Index-Sevice-Ahref{
	text-align: right;
	position: absolute;
	bottom:0;
	right: 0;
}
.ynq-Index-Artice{
	width: 100%;
	padding-top:30px;
	align-items: flex-start;
}
.ynq-Index-ArticeImg{
	width: 630px;
	height: 430px;
	position: relative;
	overflow: hidden;
}
.ynq-Index-ArticeImg img{
    width: 100%;
    min-height: 430px;
    max-height: 430px;
}
.ynq-artice-ImgText{
	position: absolute;
	bottom:1px;
	background: rgba(0, 0, 0, .5);
	padding:20px;
	width: calc(100% - 40px);
}
.ynq-artice-ImgText h2{
	font-size:17px;
	border-bottom:1px solid #8f8c8b;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight: 500;
	color:#fff;
}
.ynq-artice-ImgText p{
	text-align: justify;
	font-size:14px;
	color:#fff;
	line-height: 25px;
	display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
    height: 50px;
}
.ynq-artice-ImgText p>a，
.ynq-artice-ImgText a{
	font-size:14px;
	color:#87a9cf;
}
.ynq-index-more{
    font-size:14px;
	color:#87a9cf;
	display: block;
	text-align: right;
}
.ynq-Index-ArticeList{
	padding-left:40px;
	width: calc(100% - 668px);
}

.ynq-Index-ArticeList li{
	border-bottom:1px solid #dedede;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ynq-Index-ArticeList li a::after{
	content: "\e71e";
	font-family: 'ynq';
	left:0;
	position: absolute;
	color:#75C1F8;
}
.ynq-Index-ArticeList li:last-child{
	text-align: right;
	border-bottom:none;
}
.ynq-Index-ArticeList li:last-child a{
	width: 100%;
}
.ynq-Index-ArticeList li:last-child a::after{
	content:'';
}
.ynq-Index-ArticeList li a{
	line-height: 60px;
	display: block;
	padding-left:20px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(100% - 150px);
}
.ynq-Index-ArticeList li span{
	font-size:12px;
	display: block;
	width: 80px;
	text-align: right;
}
.ynq-Index-Alink{
	padding-top:30px;
}

.ynq-Index-Alink li{
	height: 80px;
	width: 80px;
	line-height: 80px;
	color:#2192d9;
	border:1px solid #0af;
	text-align: center;
	border-radius:100%;
	background: #f5fcff;
	position: relative;
}

.ynq-Index-Alink li::after{
	content: "\eb09";
	position: absolute;
	font-family: 'ynq';
	font-size:20px;
	right:-60%;
}
.ynq-Index-Alink li:last-child::after,
.ynq-Index-Alink li:last-child::before{
	content: '';
}

.ynq-Index-Alink li::before{
	content: "…………";
	position: absolute;
	font-size:20px;
	right:-90%;
	top:-10%;
	color: #d3cfce;
}

.ynq-index-tloos{
	padding-top:30px;
	padding-bottom:80px;
}
.ynq-index-tloos a{
	display: block;
	text-align: center;
	line-height: 25px;
}
.ynq-index-tloos a>img{
    height: auto;
    width: auto;
}
.ynq-index-tloos a>p{
	font-size:14px;
	color:#999;
}

footer{
	background: #1a5880;
	padding:50px 0px 20px 0;
}

.ynq-footer{
	flex:1;
	align-items: flex-start;
	color:#fff;
}
.ynq-footer li{
	position: relative;
}
.ynq-footer li>h2{
	color:#fff;
	margin-bottom:20px;
	font-weight: 500;
	font-size:18px;
}
.ynq-footer li>h2>i{
	font-size:18px;
	margin-right:5px;
	color:#fff;
}
.ynq-footer li>p{
	color:#d8eaf6;
	line-height: 30px;
	font-size:14px;
}
.ynq-footer li:nth-child(1){
	width: 30%;
}
.ynq-footer li:nth-child(2){
	width: 30%;
}
.ynq-footer li:nth-child(2):before{
	position: absolute;
	content:'';
	width: 1px;
	height: 100%;
	background: #31698d;
	right:-20%;
}
.ynq-footer-copyright{
	font-size:14px;
	color:#80a2b3;
	text-align: center;
	margin-top:20px;
}
.ynq-footer-link{
	flex-wrap: wrap;
}
.ynq-footer-link a{
	display: block;
	width: 50%;
	color:#d8eaf6;
	line-height: 30px;
	font-size:14px;
}

.ynq-footer-tel{
	font-size:30px !important;
}
.ynq-footer-erweicode img{
    width: 120px;
    height: 120px;
}
.ynq-sub-banner{
	height:370px;
}

.ynq-subBanner{
	height: 320px;
}

.ynq-subNav-body{
	height: 50px;
	background: #1b3683;
	line-height: 50px;
}

.ynq-subnav{
	justify-content: flex-end;
}
.ynq-subnav *{
	color:#fff;
}
.ynq-subnav li:nth-child(1){
	width: 42px;
	background: #196DCD;
	color:#fff;
	text-align: center;
}
.ynq-subnav li:nth-child(2),
.ynq-subnav li:nth-child(3),
.ynq-subnav li:nth-child(4){
	padding:0px 20px;
	color:#fff;
	text-align: center;
}
.ynq-subnav .navactive{
	background: #038CD8;
}
.ynq-active-nav{
	color:#fff;
	font-weight: bold;
}

.ynq-page-body{
	padding:50px 0px;
}
.ynq-subbody-title{
	font-size:30px;
	margin-bottom:50px;
	text-align: center;
}

.ynq-subbody-desc{
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	color: #666;
	width: 60%;
	margin:0px auto;
}
.ynq-page-body img{
	max-width: 100%;
	height: auto;
	margin:20px 0px;
}

.ynq-Contact-List li{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:32px;
	width: 80%;
}
.ynq-Contact-List li:last-child{
	margin-bottom:0px;
}
.ynq-Contact-List li>i{
	font-size:50px;
	margin-right: 10px;
}
.ynq-Artice{
	align-items: flex-start;
}
.ynq-Artice-Left{
	width: 60%;
}
.ynq-Artice-List li{
	margin-bottom:30px;
	border-bottom:1px solid #dedede;
	align-items: flex-start;
}
.ynq-Artice-List img{
   width: 178px !important;
   height: 121px !important;
   margin: 0px 20px 20px 0px !important;
   border-radius:3px;
   -webkit-border-radius:3px;
   -ms-border-radius:3px;
   -moz-border-radius:3px;
}
.ynq-ArticeList-Desc{
    width:calc(100% - 174px);
}
.ynq-ArticeList-Desc span{
   font-size:14px;
   color:#aeaeae;
   width: 100px;
}
.ynq-Artice-List li>a>strong{
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:20px;
	font-weight: normal;
}
.ynq-Artice-List li>a>span{
    font-size:14px;
	color:#aeaeae;
	width: 100px;
	text-align: right;
}
.ynq-artice-desc{
    justify-content: flex-start;
}
.ynq-artice-desc img{
    max-width: 168px;
    max-height: auto;
    margin-right:20px;
}
.ynq-Artice-List li p{
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	text-overflow: ellipsis;
	overflow: hidden;
	margin:10px 0;
	color:#939393;
	font-size:16px;
	line-height: 30px;
	height: 56px;
	text-align: justify;
}
.ynq-Artice-List li>span{
	font-size:14px;
	color:#aeaeae;
}
.ynq-Artice-Right{
	width: 30%;
	border: 1px solid #ddd;
}
.ynq-Artice-Right strong{
	line-height: 40px;
	padding-left:20px;
	border-bottom: 1px solid #ddd;
	display: block;
	height: 40px;
}
.ynq-Artice-Hot{
	padding:20px;
}
.ynq-Artice-Hot li{
	border-bottom:1px dashed #ddd;
}
.ynq-Artice-Hot li>a{
	display: inline-block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 35px;
	width: 100%;
	color: #666;
	font-size: 15px;
}
.ynq-Artice-Hot li:last-child{
	border-bottom:none;
}
.ynq-Artice-Header{
	font-size:22px;
	font-weight: 500;
	margin-bottom:10px;
	text-align: center;
}
.ynq-Artice-Time{
	text-align: center;
	border-bottom:1px solid #dedede;
	padding-bottom:20px;
	margin-bottom:15px;
}
.ynq-Artice-Time span{
	color:#666;
	font-size:14px;
	padding:0px 20px;
	
}
.ynq-Artice-Content{
    line-height: 30px;
}
.ynq-Artice-Content p{
    font-size:16px;
    line-height: 30px;
    color:#666;
}
.ynq-Artice-Content img{
	max-width: auto;
	margin:10px auto;
	display: -webkit-box;
}
/**----分页---**/
.pagination{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin:0px 0px;
	padding:10px 0px;
}
.pagination li{
	margin:0px 5px;
}
.pagination a{
	padding:6px 12px;
	text-align: center;
	border:1px solid #dedede;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.pagination a:hover{
	background: #038CD8;
	border:1px solid #038CD8;
	color:#fff;
}
.pagination .disabled>span{
	padding:6px 12px;
	border:1px solid #f3f3f3;
	color:#a09e9e;
	cursor:not-allowed;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

.pagination .active>span{
	padding:6px 12px;
	background: #038CD8;
	border:1px solid #038CD8;
	color:#fff;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-moz-border-radius:3px;
}

/* 分页结束 */