    @charset "utf-8";
    /* CSS Document */
    .content .en{display:none}
    ul,
    li {
    	margin: 0;
    	padding: 0;
    }
    
    .main1ul .col-sm-3 {
    	*width: 24%;
    	*padding: 2px
    }
    
    .main2 .col-md-8 {
    	*width: 61%
    }
    
    .main4 .col-md-3 {
    	*width: 22%
    }
    
    .main5 .col-sm-4 {
    	*width: 30%
    }
    
    .main6 .col-sm-4 {
    	*width: 30%
    }
    
    .main8 .col-sm-4 {
    	*width: 30%
    }
    
    .main11 .col-sm-4 {
    	*width: 30%
    }
    
    .main10 .col-sm-6 {
    	*width: 47%
    }
    
    .main10 .col-sm-6 .col-sm-9 {
    	*width: 70%
    }
    
    .content .tit_t {
    	padding-bottom: 30px;
    	overflow: hidden;
    }
    
    .content .tit_t h2 {
    	text-align: center;
    	color: #333333;
    }
    
    .content .tit_t h2 span {
    	color: #114088;
    }
    
    .content .tit_t p {
    	color: #575757;
    	font-size: 16px;
    	text-align: center;
    }
    
    .page1 {
    	overflow: hidden;
    	padding: 4% 0 0;
    }
    
    .slideBox {
    	width: 100%;
    	overflow: hidden;
    	position: relative;
    	padding-bottom: 6%;
    }
    
    .slideBox .layer {
    	width: 100%;
    	height: 54px;
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	z-index: 1;
    	background: rgb(87, 49, 24, .5);
    }
    
    .slideBox .hd {
    	overflow: hidden;
    	position: absolute;
    	right: 5px;
    	bottom: 10px;
    	z-index: 10;
    }
    
    .slideBox .hd ul {
    	overflow: hidden;
    	zoom: 1;
    	float: left;
    }
    
    .slideBox .hd ul li {
    	float: left;
    	margin-right: 2px;
    	width: 30px;
    	height: 30px;
    	line-height: 30px;
    	text-align: center;
    	border: 1px solid #fff;
    	border-radius: 50%;
    	cursor: pointer;
    	color: #FFF;
    }
    
    .slideBox .hd ul li.on {
    	background: #b48266;
    	color: #fff;
    }
    
    .slideBox .bd {
    	position: relative;
    	height: 100%;
    	z-index: 3;
    }
    
    .slideBox .bd ul {
    	margin: 0;
    	padding: 0;
    }
    
    .slideBox .bd li {
    	zoom: 1;
    	vertical-align: middle;
    	position: relative;
    }
    
    .slideBox .bd img {
    	max-width: 100%;
    	display: block;
    	margin: 0 auto;
    }
    
    .slideBox .bd li p {
    	position: absolute;
    	left: 10px;
    	bottom: 0;
    	line-height: 56px;
    	color: #FFF;
    	z-index: 3;
    	margin: 0;
    	font-size: 16px;
    	width: 70%;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    /* 涓嬮潰鏄墠/鍚庢寜閽唬鐮侊紝濡傛灉涓嶉渶瑕佸垹闄ゅ嵆鍙� */
    
    .slideBox .prev,
    .slideBox .next {
    	position: absolute;
    	left: 3%;
    	top: 50%;
    	margin-top: -25px;
    	display: block;
    	width: 32px;
    	height: 40px;
    	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    	filter: alpha(opacity=50);
    	opacity: 0.5;
    }
    
    .slideBox .next {
    	left: auto;
    	right: 3%;
    	background-position: 8px 5px;
    }
    
    .slideBox .prev:hover,
    .slideBox .next:hover {
    	filter: alpha(opacity=100);
    	opacity: 1;
    }
    
    .slideBox .prevStop {
    	display: none;
    }
    
    .slideBox .nextStop {
    	display: none;
    }
    
    .tabTop {
    	text-align: center;
    	font-size: 0;
    	margin: 2% auto 0;
    }
    
    .tabTop li {
    	display: inline-block;
    	font-size: 16px;
    	cursor: pointer;
    	padding: 0 3%;
    	width: auto!important;
    	margin: 2% 0 0 -1px;
    }
    
    .tabTop li a {
    	color: #FFF;
    	line-height: 46px;
    	display: inline-block;
    }
    
    .tabTop li.on a,
    .tabTop li:hover a {
    	border-bottom: 1px solid #FFF;
    }
    
    .tabBottom {
    	overflow: hidden;
    	padding-top: 10px;
    }
    
    .tabBottom.on {
    	display: block;
    }
    
    .tabBottom .tabBottomli a img {
    	max-width: 100%;
    	display: block;
    	margin: 0 auto;
    	transition: .3s;
    }
    
    .section {
    	overflow: hidden;
    	padding: 5% 0;
    }
    
    .section .title {
    	margin: 0 0 2%;
    	text-align: center;
    	position: relative;
    }
    
    .section .title h1 {
    	color: #333333;
    	margin: 0 0 10px;
    }
    
    .section .title h3 {
    	color: #333;
    	margin: 0;
    }
    
    .section .title::after {
    	position: absolute;
    	left: 50%;
    	bottom: -10px;
    	width: 50px;
    	height: 2px;
    	background: #025597;
    	content: "";
    	margin-left: -25px;
    }
    
    .section a.more {
    	border: 1px solid #fefefe;
    	display: block;
    	line-height: 45px;
    	color: #fefefe;
    	margin: 0 auto;
    	width: 120px;
    	text-indent: 10px;
    	font-size: 14PX;
    }
    
    .section01 {
    	position: relative;
    }
    
    .section01 .title::after {
    	content: none;
    }
    
    .section01 .row {
    	position: relative;
    }
    
    .section01 .aboutfl .title {
    	text-align: left;
    }
    
    .section01 .aboutfl .title h1 {
    	color: #333333;
    	position: relative;
    }
    
    .section01 .aboutfl .title h3 {
    	color: #333333;
    	margin: 0;
    	line-height: 50px;
    }
    
    .section01 .aboutfl .title h3 span {
    	border-bottom: 1px solid #025597;
    	display: inline-block;
    }
    
    .section01 .aboutfl .text {
    	color: #666666;
    	font-size: 15px;
    	line-height: 25px;
    	padding: 2% 0;
    }
    
    .section01 .divli {
    	margin: 2% 0 2%;
    	text-align: center;
    	color: #333333;
    	width: 33%;
    	float: left;
    	border-right: 1px solid #dbdbdb;
    }
    .section01en .divli {
            height: 123px;
    }
    
    .section01 .divli:last-child {
    	border: none;
    }
    
    .section01 .divli b {
    	font-weight: normal;
    	font-size: 48px;
    	color: #333333;
    }
    
    .section01 .divli sub {
    	font-size: 24PX;
    }
    
    .section01 .aboutfr {
    	float: right;
    	padding-top: 5%;
    }
    
    .section01 .aboutfr img {
    	max-width: 96%;
    	float: right;
    	display: block;
    }
    
    .section02 {
    	padding-top: 0;
    	background: url(../img/section02bg.jpg) no-repeat top center;
    	background-size: 100% 100%;
    }
    
    .section02 .section02Top {
    	background: url(../img/section02topBg.png) no-repeat top center;
    	background-size: 100% 100%;
    	padding: 5% 0 1.4%;
    }
    
    .section02 .title h1,
    .section02 .title h3 {
    	color: #FFF;
    }
    
    .section02 .title::after {
    	background: #fff;
    }
    
    .section02 .tabTop {
    	overflow: hidden;
    	line-height: 60px;
    	height: 60px;
    }
    
    .section02 .tabTop li {
    	margin: 0;
    }
    
    .section02 .tabBottomli {
    	margin: 3% 0 2%;
    }
    
    .section02 .tabBottomli aside {
    	position: relative;
    	overflow: hidden;
    }
    
    .section02 .tabBottomli aside .layer {
    	position: absolute;
    	left: 0;
    	top: 0;
    	background: url(../img/prolihbg.png) no-repeat;
    	background-size: 100% 100%;
    	height: 0;
    	color: #FFF;
    	transition: .3s;
    	overflow: hidden;
    	text-align: center;
    	width: 100%;
    }
    
    .section02 .tabBottomli:hover aside .layer {
    	height: 100%;
    }
    
    .section02 .tabBottomli:hover aside img {
    	transform: scale(1.2);
    }
    
    .section02 .tabBottomli a h4 {
    	text-align: center;
    	color: #FFF;
    	border-bottom: 1px solid #2b2f35;
    	line-height: 40px;
    	position: relative;
    }
    
    .section02 .tabBottomli a h4::after {
    	content: "";
    	width: 0;
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	border-bottom: 1px solid #FFF;
    	transition: .3s;
    }
    
    .section02 .tabBottomli:hover a h4::after {
    	width: 100%;
    }
    
    .section03 .divli {
    	position: relative;
    	overflow: hidden;
    	padding: 0;
    }
    
    .section03 .divli img.a1 {
    	width: 100%;
    }
    
    .section03 .divli .layer {
    	position: absolute;
    	right: 0;
    	top: 50%;
    	margin-top: -100px;
    	width: 100%;
    	background: rgb(94, 94, 94, 0.5);
    	font-size: 24px;
    	color: #FFF;
    	z-index: 9;
    	transition: .3s;
    	-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    
    .section03 .divli .layer img {
    	display: inline-block;
    	margin: 0 5% 0 2%;
    }
    
    .section03 .divli .layer2 {
    	position: absolute;
    	left: -100%;
    	top: 0;
    	background: rgb(2, 87, 157, 0.8);
    	z-index: 10;
    	width: 100%;
    	height: 100%;
    	text-align: center;
    	transition: .3s;
    }
    
    .section03 .divli .layer2 a {
    	color: #FFF;
    }
    
    .section03 .divli .layer2 img {
    	display: block;
    	margin: 15% auto 0;
    }
    
    .section03 .divli .layer2 a span {
    	border: 1px solid #FFF;
    	display: inline-block;
    	margin: 5% auto;
    	padding: 5px 10px;
    	border-radius: 20px;
    	font-size: 14px;
    }
    
    .section03 .divli:hover .layer {
    	right: -100%;
    }
    
    .section03 .divli:hover .layer2 {
    	left: 0;
    }
    
    .section04 {
    	background: url(../img/section04bg.jpg) no-repeat top center;
    	background-size: 100% 100%;
    }
    
    .section04 .title h1,
    .section04 .title h3 {
    	color: #FFF;
    }
    
    .section04 .divfl {
    	color: #FFF;
    }
    
    .section04 .divfl H5 {
    	opacity: .5;
    	padding: 5% 0 8%;
    	line-height: 24px;
    }
    
    .section04 .divfl a.more {
    	background: #02579d;
    	border: 1px solid #02579d;
    	float: left;
    	line-height: 40px;
    }
    
    .section04 .divfr .swiper-slide {
    	padding: 0 5px;
    }
    
    .section04 .divfr .swiper-slide aside {
    	background: #FFF;
    	padding: 20px 0;
    	max-height: 240px;
    	overflow: hidden;
    }
    
    .section04 .divfr .swiper-slide aside img {
    	max-width: 100%;
    	display: block;
    	margin: 0 auto;
    	transition: .3s;
    }
    
    .section04 .divfr .swiper-slide a {
    	color: #fff;
    }
    
    .section04 .divfr .swiper-slide .bottom {
    	background: rgb(28, 26, 24, .5);
    	padding: 5%;
    }
    
    .section04 .divfr .swiper-slide .bottom h4 {
    	height: 20px;
    	line-height: 20px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    
    .section04 .divfr .swiper-slide .bottom img {
    	float: right;
    }
    
    .section04 .divfr .swiper-slide:hover aside img {
    	transform: scale(1.1);
    }
    
    .section05 {
    	background: url(../img/section05bg.jpg) no-repeat top center;
    	background-size: 100% 100%;
    }
    
    .section05 .title {
    	text-align: left;
    }
    
    .section05 .title::after {
    	left: 0;
    	margin: 0;
    }
    
    .section05 .fr {
    	float: right;
    }
    
    .section05 .divli {
    	overflow: hidden;
    	margin: 0 0 5%;
    }
    
    .section05 .divli a {
    	color: #333333;
    }
    .section05 .divli:nth-child(2) a {
         display: flex;
    flex-direction: row-reverse;
    }
    .section05 .divli a h4,
    .section05 .divli a h5 {
    	height: 30px;
    	line-height: 30px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    }
    
    .section05 .divli a .bottom {
    	line-height: 60px;
    	color: #666666;
    }
    
    .section05 .divli a .time {
    	width: 30%;
    	text-align: right;
    	border-left: 1px solid #333333;
    	line-height: 28px;
    	color: #333333;
    }
    
    .section05 .divli a .time h3 {
    	margin: 0;
    	color: #707070;
    }
    
    .section05 .divli img {
    	max-width: 100%;
    }
    
    .section05 .hz {
    	background: #FFF;
    	padding: 0 2% 2%;
    	border: 4px solid #06599d;
    	box-shadow: 5px 5px 5px -2px #ccc;
    }
    
    .section05 .hz h1 {
    	font-size: 36px;
    	color: #06599d;
    }
    
    .section05 .hz h1 span {
    	border-bottom: 2px solid #06599d;
    	display: inline-block;
    	line-height: 60px;
    }
    
    .section05 .hz h5 {
    	color: #333333;
    	padding: 5% 0 0;
    }
    
    .section05 .hz .bottom {
    	height: 130px;
    	margin: 5% 0 0;
    }
    
    .section05 .hz .swiper-container {
    	width: 102%;
    	height: 100%;
    	margin-left: auto;
    	margin-right: auto;
    }
    
    .section05 .hz .swiper-slide {
    	text-align: center;
    	height: calc((100% - 30px) / 2);
    	/* 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;
    	background: #FFF;
    }
    
    .section05 .hz .swiper-slide img {
    	max-width: 100%;
    	border: 1px solid #ccc;
    }
    
    .section05 .hz .swiper-slide:hover img {
    	box-shadow: 5px 5px 5px -3px #ccc;
    }
    
    @media(max-width:1100px) {
    	.section01 .aboutfr {
    		padding-top: 10%;
    	}
    	.section03 .divli .layer {
    		margin-top: -70px;
    	}
    	.section03 .divli .layer img {
    		max-width: 26%;
    	}
    	.section03 .divli .layer2 img {
    		margin: 0 auto 0;
    		max-width: 26%;
    	}
    }
    
    @media(max-width:1000px) {
    	.section04 .divfl {
    		margin-bottom: 3%;
    	}
    	.section04 .divfl H5 {
    		padding: 2%;
    	}
    }
    
    @media(max-width:767px) {
        .aboutfl  img{padding-top:26px}
    	.section .title {
    		margin: 4% 0;
    	}
    	.section05 .divli a h4,
    	.section05 .divli a h5 {
    		margin: 0;
    	}
    	.section05 .divli img {
    		margin-top: 8%;
    	}
    	.content {
    		padding-bottom: 60px;
    	}
    }
    /* .ny */
    
    .ny {
    	overflow: hidden;
    }
    
    .postion {
    	box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
    	/*padding: 10px 0;*/
    	background: #FFF;
    	line-height: 30px;
    }
    
    .postion .fl {
    	float: left;
    	padding: 10px 0;
    }
    
    .postion .fr {
    	float: right;
    }
    
    .postion .fr ul{
    	position: relative;
    }
    
    .postion .fr ul li {
    	float: left;
    	    width: auto !important;
    	padding:  0;
    }
    
    .postion .fr ul li:after{
    	content: '';
    	position: absolute;
    	right: 0;
    	top: 15px;
    	width: 1px;
    	height: 20px;
    	
    }
    
    .postion .fr ul li a {
    	color: #333;
    	line-height: 20px;
    	display: block;
    	position: relative;
    	/*border-right: 1px solid #ccc;*/
    	padding: 0 12px;
    	text-decoration: none;
    }
    
    .postion .fr ul li>a {
    	color: #333;
    	line-height: 20px;
    	display: block;
    	/*border-right: 1px solid #ccc;*/
    	padding: 15px 12px;
    	text-decoration: none;
    }
    
.fix {
	zoom: 1;
}

.fix:after {
	content: '';
	height: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

    
    .postion .fr ul li dl{
    	    position: absolute;
    right: 0;
        padding: 5px 10px;
    top: 105%;
    margin-bottom: 0;
    border: none;
    white-space: nowrap;
    display: none;
    box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
    }
     .postion .fr ul li:nth-child(2) dl.en{ white-space: wrap;
             z-index: 999; 
               
    background: #fff
     }
      .postion .fr ul li:nth-child(2) dl.en dd{ min-width:16vw}
    /*.postion .fr ul li dl.en dd{   width:30%;max-width:100%}*/
    /*  .postion .fr ul li:nth-child(2) dl.en dd{   width:100%;max-width:100%}*/
    .postion .fr ul li:hover dl{
    	display: block;
    	background-color: white;
    }
   
    .dlShow{
    	display: block !important;
    }
    
     .postion .fr ul li dl dd{
     	display: inline-block;
     	line-height: 30px;
     	padding: 0 8px;
     }
    
    .postion .fr ul li a::after {
    	position: absolute;
    	content: '';
    	left: 50%;
    	bottom: -2px;
    	width: 0%;
    	height: 3px;
    	background-color: none;
    	transition: all .3s;
    }
    
    .postion .fr ul li:hover>a {
    	color: #004e94;
    }
    
    .postion .fr ul li dl dd:hover>a {
    	color: #004e94;
    }
    
    .postion .fr ul li:hover>a::after {
    	width: 80%;
    	left: 10%;
    	background-color: #004e94;
    }
    
    .PsShow>a:after{
    	width: 80% !important;
    	left: 10% !important;
    	background-color: #004e94;
    }
    
    .postion .fr ul li:last-child a {
    	border: none;
    }
    
    .nycontact {
    	padding: 2% 0 0;
    }
    
    .nycontact h4 {
    	color: #000;
    }
    
    .nycontact p {
    	color: #333;
    	font-size: 16px;
    	text-align: left;
    }
    
    .nycontact .mc_nc1ft {
    	padding: 70px 0;
    	width: 50%;
    	float: left;
    }
    
    .nycontact .mc_nc1ft a {
    	display: block;
    	color: #1237b0;
    	font-size: 30px;
    	cursor: pointer;
    }
    
    .nycontact .mc_nc1ft a img {
    	display: inline-block;
    	vertical-align: middle;
    	width: 80px;
    }
    
    .nycontact .mc_nc1ft.fl {
    	text-align: right;
    	background: #f4f5f5;
    	padding-right: 5%;
    }
    
    .nycontact .mc_nc1ft.fr {
    	text-align: left;
    	background: #ebeff2;
    	padding-left: 5%;
    }
    
    .nycontact .mc_nc1ft a span {
    	padding: 0 30px;
    }
    
    .nycontact .mc_nc1ft:hover {
    	background: #1237b0;
    }
    
    .nycontact .mc_nc1ft:hover a {
    	color: #fff;
    }
    
    .nycontact .mc_nc1ft a img:nth-child(1) {
    	display: inline-block;
    }
    
    .nycontact .mc_nc1ft a img:nth-child(2) {
    	display: none;
    }
    
    .nycontact .mc_nc1ft:hover a img:nth-child(1) {
    	display: none;
    }
    
    .nycontact .mc_nc1ft:hover a img:nth-child(2) {
    	display: inline-block;
    }
    
    .about2 ul {
    	margin: 5% 0;
    	background: url(../img/sy51.png) repeat-y center;
    }
    
    .f30 {
    	font-size: 30px;
    }
    
    .f14 {
    	font-size: 14px;
    }
    
    .about2 li:nth-child(2n):before {
    	background: url(../img/sy50.png) no-repeat center center;
    	right: -12.5%;
    	top: 12px;
    	left: auto;
    	content: "";
    	display: block;
    	position: absolute;
    	width: 17px;
    	height: 17px;
    }
    
    .about2 li h4 {
    	color: #333;
    	transition: all 1s;
    }
    
    .about2 li p {
    	background: #efefef;
    	border-radius: 12px;
    	font-size: 16px;
    	color: #666;
    	margin-top: 10px;
    	padding: 20px 15px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	/*display: -webkit-box;*/
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 3;
    	transition: 0.5s;
    	margin-bottom: 0;
    }
    
    .about2 li:hover p {
    	background: #1237b0;
    	color: #fff;
    	transform: translateY(-12px);
    }
    
    .about2 li {
    	float: right;
    	width: 45%;
    	text-align: left;
    	position: relative;
    	margin-top: 80px;
    }
    
    .about2 li:nth-child(2n) {
    	float: left;
    	text-align: right;
    	margin-top: 80px;
    }
    
    .about2 li:nth-child(1) {
    	margin-top: 0;
    }
    /*  */
    
    .nyzpweb {
    	margin: 5% 0;
    	border-left: 15px solid #1237b0;
    	min-height: 180px;
    	background: #FFF;
    	box-shadow: 0 0 8px 2px rgb(243 243 245 / 85%);
    	border-radius: 6px;
    }
    
    .nyzpweb ul {
    	padding: 3% 0 0;
    }
    
    .nyzpweb ul li {
    	cursor: pointer;
    	color: #40434b;
    	line-height: 30px;
    	padding: 20px 2%;
    }
    
    .nyzpweb ul li a h4 {
    	float: left;
    	margin: 0;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	width: calc(100% - 20%);
    	color: #40434b;
    }
    
    .nyzpweb ul li a h4 label {
    	background: url(../img/NEW@2x.png) no-repeat;
    	background-size: 100% 100%;
    	width: 3rem;
    	height: 17px;
    	display: inline-block;
    	vertical-align: middle;
    	margin-left: 10px;
    }
    
    .nyzpweb ul li a h5 {
    	width: 20%;
    	float: right;
    	margin: 0;
    	text-align: right;
    	color: #40434b;
    }
    
    .page {
    	margin: 20px auto;
    	text-align: center;
    }
    
    .nypage {
    	margin: 20px auto;
    }
    
    .nypage span {
    	width: 48%;
    	display: inline-block;
    	text-align: left;
    	font-size: 15px;
    	color: #575757;
    }
    
    .nypage span:nth-child(2) {
    	text-align: right;
    }
    
    .newlist {
    	margin: 5% 0;
    }
    
    .newlist li {
    	margin-bottom: 2%;
    }
    
    .newlist li .porTbox {
    	position: relative;
    	height: 190px;
    	overflow: hidden;
    }
    
    .newlist li .js_thumb {
    	width: 100%;
    	display: block;
    	margin: 0 auto 10px;
    	transition: all 0.5s ease;
    }
    
    .newlist li .showBox {
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: 100%;
    	opacity: 0;
    	background: rgba(0, 0, 0, .6);
    	transition: all 0.5s ease;
    }
    
    .newlist li .showBox a {
    	display: block;
    	width: 100%;
    	height: 100%;
    }
    
    .newlist li .showBox .showBoxLink {
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	display: block;
    	width: 60%;
    	color: #fff;
    	text-align: center;
    	padding: 0.5rem 0;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	font-size: 16px;
    	line-height: 30px;
    	font-style: normal;
    }
    
    .newlist li .showBox .showBoxLink::before {
    	content: '';
    	position: absolute;
    	top: 0px;
    	left: 50%;
    	transform: translateX(-50%);
    	width: 60%;
    	height: 1px;
    	background: #fff;
    	transition: all .5s ease;
    }
    
    .newlist li .showBox .showBoxLink::after {
    	content: '';
    	position: absolute;
    	bottom: 0px;
    	left: 50%;
    	transform: translateX(-50%);
    	width: 60%;
    	height: 1px;
    	background: #fff;
    	transition: all .5s ease;
    }
    
    .newlist li .porTbox:hover .showBox {
    	opacity: 1;
    }
    
    .newlist li .porTbox:hover .js_thumb {
    	transform: scale(1.1);
    }
    
    .newlist li .porTbox:hover .showBoxLink::before {
    	width: 20px;
    }
    
    .newlist li .porTbox:hover .showBoxLink::after {
    	width: 20px;
    }
    
    .newlist li .porBbox {
    	position: relative;
    	overflow: hidden;
    	width: 100%;
    	padding: 0 20px 0;
    	margin-top: 10px;
    	border: 1px solid #f2f2f2;
    }
    
    .newlist li .porBbox .p_title {
    	display: block;
    	width: 100%;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    	cursor: pointer;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	height: 40px;
    	line-height: 40px;
    }
    
    .newlist li .porBbox .p_title a {
    	color: #333;
    }
    
    .newlist li .porBbox .lookDetail {
    	position: relative;
    	display: block;
    	color: #777;
    	height: 38px;
    	line-height: 38px;
    	border-top: 1px solid #e5e5e5;
    }
    
    .newlist li .porBbox .lookDetail span img {
    	float: right;
    	margin: 20px;
    }
    
    .newstext {
    	margin: 6% 0;
    }
    
    .newstext h1.title {
    	text-align: center;
    	color: #333;
    }
    
    .newstext h4.tips {
    	border-top: 1px solid #d9d9d9;
    	color: #595959;
    }
    
    .newstext h4.tips a {
    	color: #595959;
    }
    
    .newstext h4.tips p {
    	display: inline-block;
    	margin: 20px 0;
    	font-size: 15px;
    }
    
    .newstext h4.tips p:last-child {
    	float: right;
    }
    
    .newstext .text img {
    	display: block;
    	margin: 0 auto;
    }
    
    .prolist {
    	margin: 3% 0 3%;
    }
    
    .prolist h3.title {
    	position: relative;
    	line-height: 80px;
    }
    
    .prolist h3.title::after {
    	position: absolute;
    	content: '';
    	left: 0;
    	bottom: 0px;
    	width: 50px;
    	height: 3px;
    	background-color: #004e94;
    	transition: all .3s;
    }
    
    .prolist li {
    	margin: 20px 0 0;
    }
    
    .prolist li .proBox {
    	transition: transform .3s, -webkit-transform .3s;
    }
    
    .prolist li a aside {
    	/* height: 420px; */
    	overflow: hidden;
    }
    
    .prolist li a img {
    	width: 100%;
    	display: block;
    	margin: 0 auto 10px;
    	transition: all 0.5s ease;
    }
    
    .prolist li .proBox:hover {
    	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    	-webkit-transform: translateY(-10px);
    	transform: translateY(-10px);
    }
    
    .prolist li a h5 {
    	text-align: center;
    	color: #333;
    	line-height: 50px;
    }
    
    .aboutys {
    	margin: 6% 2%;
    	line-height: 26px;
    }
    .aboutys .met-pager-ajax{
        display: flex;    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    }
    .aboutys h2 {
    	margin-bottom: 2%;
    }
    
    .aboutys ul li {
    	margin-bottom: 20px;
    }
    
    .aboutys ul li .aboutysli {
    	border: 1px solid #f3f2f2;
    	background: #f3f2f2;
    	overflow: hidden;
    	padding: 30px 40px;
    }
    
    .aboutys ul li .aboutysli img {
    	width: 50px;
    }
    
    .aboutys ul li .aboutysli h3 {
    	line-height: 60px;
    	position: relative;
    }
    
    .aboutys ul li .aboutysli h3::after {
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	width: 200px;
    	height: 1px;
    	background: #ccc;
    	content: "";
    }
    
    .aboutys ul li .aboutysli h5 {
    	line-height: 30px;
    }
    
    .caseContent {
    	overflow: hidden;
    	margin: 5% auto;
    }
    
    .casebanner {
    	margin: 0 -15px;
    }
    
    .caseText {
    	text-align: center;
    	color: #FFF;
    	padding: 15% 0 0;
    }
    
    .casebanner .flexslider {
    	width: 100%;
    }
    
    .casebanner .flexslider .slides>li {
    	background: #0071c0;
    }
    
    .casebanner .flexslider .slides img {
    	width: 100%;
    }
    
    .casebanner .flex-control-nav {
    	display: none;
    }
    
    .casebanner .flex-direction-nav {
    	position: absolute;
    	left: 0;
    	bottom: 52.3%;
    	width: 57.5%;
    }
    
    .casebanner .flex-direction-nav .flex-prev {
    	background: url(../img/casearrow.png) no-repeat left top rgb(0 0 0 / 7%);
    	width: 60px;
    	height: 60px;
    	left: 0;
    }
    
    .casebanner .flex-direction-nav .flex-next {
    	background: url(../img/casearrow.png) no-repeat right top rgb(0 0 0 / 7%);
    	width: 60px;
    	height: 60px;
    	right: 0;
    }
    
    .casebanner .flex-direction-nav li:hover .flex-prev {
    	background: url(../img/casearrow.png) no-repeat left top rgb(0 113 192 / 50%);
    }
    
    .casebanner .flex-direction-nav li:hover .flex-next {
    	background: url(../img/casearrow.png) no-repeat right top rgb(0 113 192 / 50%);
    }
    
    .
    
    @media(max-width: 1000px) {
    	.ny {
    		padding-bottom: 60px;
    	}
    	.postion .fl {
    		display: none;
    	}
    	.nycontact .mc_nc1ft {
    		padding: 10px 0;
    	}
    	.nycontact .mc_nc1ft a {
    		font-size: 18px;
    	}
    	.nycontact .mc_nc1ft a img {
    		width: 50px;
    	}
    	.f30 {
    		font-size: 18px;
    	}
    	.about2 li:nth-child(2n):before {
    		right: -13%;
    	}
    	.nyzpweb ul li a h4 label {
    		display: none;
    	}
    	.newstext h4.tips p {
    		display: block;
    	}
    	.newstext h4.tips p:last-child {
    		float: none;
    	}
    	.nypage span {
    		width: 100%;
    	}
    	.section01 .divli b {
    		font-size: 30px;
    	}
    }
    
    @media(max-width: 992px) {
    	.flexslider .slides>li {
    		background: none;
    	}
    	.caseText {
    		text-align: center;
    		color: #FFF;
    		padding: 5% 0;
    		background: #0071c0;
    	}
    	.casebanner .flex-direction-nav {
    		width: 98%;
    		bottom: 60%;
    	}
    }
    
    @media(max-width:500px) {
    	.nycontact .mc_nc1ft a {
    		font-size: 14px;
    	}
    	.nycontact .mc_nc1ft a img {
    		width: 30px;
    	}
    	.about2 li:nth-child(2n):before {
    		right: -16%;
    	}
    	.nyzpweb ul li a h4 {
    		width: 75%;
    	}
    	.nyzpweb ul li a h5 {
    		width: 25%;
    	}
    	.postion .fr ul li dl{
    		width: 100%;
    		overflow-x: scroll;
    		z-index: 99999;
    	}
    }
    
    .fazh ul {
    	width: 90%;
    	margin-left: 10%;
    }
    
    .fazh ul li {
    	position: relative;
    	padding: 3% 0 3% 5%;
    	border-left: 1px solid #d7d7d7;
    	margin: 0;
    }
    
    .fazh ul li .time {
    	position: absolute;
    	left: -10%;
    	top: 50%;
    	width: 10%;
    	font-size: 24px;
    	color: #333333;
    	height: 100%;
    	line-height: 30px;
    	height: 30px;
    	margin-top: -15px;
    	text-align: center;
    }
    
    .fazh div.text {
    	background: #efefef;
    	border-radius: 10px;
    	padding: 2% 3%;
    	font-size: 14px;
    	line-height: 25px;
    	color: #555555;
    	position: relative;
    }
    
    .fazh div.text .tr-left {
    	position: absolute;
    	left: -1%;
    	top: 50%;
    	margin-top: -15px;
    	width: 0;
    	height: 0;
    	border-right: 20px solid #efefef;
    	border-top: 15px solid transparent;
    	border-bottom: 15px solid transparent;
    	float: left;
    }
    
    .fazh ul li i.infoc02 {
    	width: 10px;
    	height: 10px;
    	background: #d7d7d7;
    	border-radius: 50%;
    	display: inline-block;
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	margin: -5px 0 0 -5px;
    	z-index: 10;
    }
    
    .fazh ul li i.infoc01 {
    	z-index: 5;
    	position: absolute;
    	left: 0;
    	margin-left: -9px;
    	margin-top: -9px;
    	top: 50%;
    	display: inline-block;
    	width: 18px;
    	height: 18px;
    	border: 1px solid #d7d7d7;
    	border-radius: 50%;
    }
    
    .fazh ul li:hover .time {
    	color: #025597;
    }
    
    .fazh ul li:hover .text {
    	background: #025597;
    	color: #FFF;
    }
    
    .fazh ul li:hover .tr-left {
    	border-right: 20px solid #025597;
    }
    
    .fazh ul li:hover i.infoc01 {
    	border: 1px solid #025597;
    }
    
    .fazh ul li:hover i.infoc02 {
    	background: #025597;
    }
    
    @media(max-width:1000px) {
    	.fazh ul {
    		width: 80%;
    		margin-left: 20%;
    	}
    	.fazh ul li {
    		padding: 3% 0 3% 10%;
    	}
    	.fazh ul li .time {
    		font-size: 18px;
    		left: -25%;
    		width: 25%;
    	}
    	.fazh div.text .tr-left {
    		left: -3%;
    	}
    }