/* CSS Document */
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, ul, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", Noto Sans SC, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", sans-serif;
}
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video {
	display: block;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff;
	line-height: 1.4;
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
iframe, img {
	border: 0;
}
ul, ol, li {
	list-style: none;
}
input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}
input {
	-webkit-appearance: none;
}
a {
	text-decoration: none;
	color: #666;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
a:hover {
	color: #1b2935;
}
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/*滚动条*/
::-webkit-scrollbar {
width:6px;
height:12px
}
::-webkit-scrollbar-button:vertical {
display:none;
}
::-webkit-scrollbar-track:vertical {
background-color:black
}
::-webkit-scrollbar-track-piece {
background:#FFF
}
::-webkit-scrollbar-thumb:vertical {
background-color:#334da2;
border-radius:5px
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#334da2
}
::-webkit-scrollbar-corner:vertical {
background-color:#334da2
}
::-webkit-scrollbar-resizer:vertical {
background-color:#334da2
}

@keyframes mymove 
{
	from{transform: translateY(20%);}
	to{transform: translateY(0);}
}


#top{
	position: fixed;
	left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
#top .wrapper{
	display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    padding: 0 5%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0);
    /* backdrop-filter: blur(10px); */
    transition: all 0.6s;
    color: #fff;
}

#top .wrapper h1 a {
    display: block;
    width: 200px;
    height: 50px;
    background: url(../images/logo1.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
#top .nav_wrap {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 160px - 194px);
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

#top .nav_wrap .nav {
    display: flex;
    justify-content: center;
}
#top .nav_wrap .nav>li {
    margin: 0 2%;
}

#top .nav_wrap .nav>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 70px;
}

#top .btn_menuwrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 200px;
    height: 100%;
    cursor: pointer;
	margin-left: 5%;
	box-sizing: border-box;
}
#top .btn_menuwrap .btn_menu {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 3000;
	width: 60%;
}
#top .btn_menuwrap .btn_menu .txt {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    fill: #fff;
}

#top a.top_menu{background:url(../images/menu.png) no-repeat right center; background-size: cover; width:20px; height:18px; float:right; margin-left: 18%;}

#top.fxdon{
    background-color: rgba(255,255,255,0.8);
    color: #333;
}
#top.fxdon .nav_wrap .nav>li>a{
    color: #333;
}
#top.fxdon .wrapper h1 a{
    display: block;
    width: 200px;
    height: 50px;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
#top.fxdon .wrapper{
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
#top.fxdon .nav_wrap{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#top.fxdon .btn_menuwrap .btn_menu .txt{
    color: #333;
    fill: #333;
}
#top.fxdon a.top_menu{
    background: url(../images/menua.png) no-repeat right center; background-size: cover; width:20px; height:18px; float:right; margin-left: 18%;
}

.bannertxt{
	position: absolute; 
	width: 48%; 
	left: 50%; 
	margin-left: -24%; 
	top: 300px; 
	text-align: center;
	animation: mymove 2s infinite;
	-webkit-animation: mymove 2s infinite;
	animation-iteration-count:1;
}

.bannertxt .bannertit{
	font-size: 54px;
    color: #fff;
    font-weight: bold;
}
.bannertxt .bannertita{
	font-size: 17px;
    color: #fff;
    line-height: 170%;
    margin-top: 30px;
}
.bannertxt .btn_st1 {
    display: inline-block;
    margin-top: 90px;
}

.swiper {width: 100%; height: 100%; position: relative;]}
.swiper-slide{background-size: cover; overflow: hidden; }
.swiper-slide1{background:url(../images/banner1.jpg) no-repeat center top; height: 100vh; width: 100%; background-size: cover;}
.swiper-slide2{background:url(../images/banner2.jpg) no-repeat center top; height: 100vh; width: 100%; background-size: cover;}
.swiper-slide3{background:url(../images/banner4.jpg) no-repeat center top; height: 100vh; width: 100%; background-size: cover;}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 80px;}
.swiper-pagination-bullet{
	display: inline-block;
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 7px 0;
    border: 1px solid #fff;
    background: 0;
    border-radius: 50%;
    opacity: 1;
}
.swiper-pagination-bullet-active{
	display: inline-block;
    position: relative;
    width: 11px;
    height: 11px;
    margin: 0 7px 0;
    border: 1px solid #fff;
    background: 0;
    border-radius: 50%;
    opacity: 1;
	width: 30px;
    background: #fff;
    border-radius: 10px;
}

.pcbr {
    display: block;
}


.section02{
	background:url(../images/aboutbg3.jpg) no-repeat center top;
    height: 100vh;
}
.section02 .wrapper{
    width: 90%;
    margin: 0 auto;
}
.section02 .wrapper .cen02tit{
        font-size: 45px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 50px;
}
.section02 .wrapper .cen02tita{
    font-size: 16px;
    opacity: 1;
    color: #fff;
    text-align: center;
    transform: translateY(0px);
    transition: all 1.3s 1.3s;
}
.section02 .wrapper .homeppp{
    width: 50%;
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section02 .wrapper .homeppp li{
    margin-right: 10px;
}
.section02 .wrapper .homeppp li:first-child{
    padding: 6px 20px;
    background: #444444;
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
    margin-right: 10px;
}
.section02 .wrapper .homeppp li a{
    padding: 6px 20px;
    background: #FFF;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
}
.section02 .mySwiperab{
    margin-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.section02 .mySwiperab .swiper-slide a{
    position: relative;
    display: block;
    transition: all 0.4s;
}
.section02 .mySwiperab .swiper-slide>a:hover {
	transform: translateZ(0px);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}
.section02 .mySwiperab .swiper-slide .thumb{
    overflow: hidden;
    width: 100%;
}
.section02 .mySwiperab .swiper-slide .thumb:before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background: #ee4100;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s 0.3s ease-out;
}
.section02 .mySwiperab .swiper-slide .thumb:after {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background: #ee4100;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.3s 0.3s ease-out;
}
.section02 .mySwiperab .swiper-slide .info:before {
	display: block;
	content: "";
	width: 2px;
	height: 0;
	background: #ee4100;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.3s 0.0s ease-out;
}
.section02 .mySwiperab .swiper-slide .info:after {
	display: block;
	content: "";
	width: 2px;
	height: 0;
	background: #ee4100;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.section02 .mySwiperab .swiper-slide:hover .thumb:before {
	width: 100%;
	transition: all 0.3s 0s ease-out;
}
.section02 .mySwiperab .swiper-slide:hover .thumb:after {
	width: 100%;
	transition: all 0.3s 0s ease-out;
}
.section02 .mySwiperab .swiper-slide:hover .info:before {
	height: 100%;
	transition: all 0.3s 0.3s ease-out;
}
.section02 .mySwiperab .swiper-slide:hover .info:after {
	height: 100%;
	transition: all 0.3s 0.3s ease-out;
}

.section02 .mySwiperab .swiper-slide .thumb img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s;
    display: block;
}
.section02 .mySwiperab .swiper-slide:hover .thumb img {
	transform: scale(1.05);
}
.section02 .mySwiperab .swiper-slide .info {
    box-sizing: border-box;
    /* height: 160px; */
    background: #fff;
    padding: 30px 30px 40px 30px;
    text-align: left;
    margin: 0;
    border-radius: 0;
    border-top: 1px solid #ddd;
}
.section02 .mySwiperab .swiper-slide .info .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    font-size: 20px;
    color: #243b86;
    font-weight: 500;
    margin-bottom: 10px;
    position: absolute;
    top: 40px;
}
.section02 .mySwiperab .swiper-slide .info .sbj {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    font-size: 20px;
    color: #444;
    font-weight: 500;
    word-break: keep-all;
    margin-bottom: 20px;
}
.section02 .mySwiperab .swiper-slide .info .more {
	
	font-size: 13px;
	color: #444;
	font-weight: 600;
}

.section02 .mySwiperab .swiper-slide .info .more .arr {
    font-size: 21px;
    padding-left: 15px;
    position: relative;
    top: 2px;
}

.section02 .mySwiperab .swiper-pagination{position:absolute; bottom: 0; top: 95%; margin-top: 60px;}

/* 全局侧滑菜单 */
.mm-menu { width: 50%; }
.mm-navbar { height: 50px; line-height: 30px; }
.mm-panel .mm-navbar { display: block; }
.mm-menu > .mm-panel > .mm-navbar + .mm-listview { margin-top: 1px; border-top: 1px solid #3a3b4b; }
.mm-menu > .mm-panel:before { height: 50px; font-size: 1.125rem; }
.mm-listview { line-height: 26px; }
.mm-listview > li:not(.mm-divider):after { left: 0; }
.mm-listview > li > a, .mm-listview > li > span { padding: 10px 10px 10px 10px; text-align: center; }

html.mm-right.mm-opening .mm-slideout { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a { text-transform: uppercase; color: #888; }
.mm-menu.mm-theme-dark .mm-navbar { border-color: #14151b; }

.mm-menu.mm-theme-dark { background: #22232d; color: #cfcfcf; }
.mm-listview > li:not(.mm-divider):after { height: 1px; background: #14151b; }
.mm-menu .mm-listview > li:after { border-color: #3a3b4b; }
.mm-menu.mm-theme-dark .mm-listview > li:after { border-color: #3a3b4b; }

.mm-menu.mm-theme-dark .mm-navbar.mm-navbar-bottom { border: 0; }

.fp-viewing-1 #top{
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    background: rgba(255, 255, 255, 0.1);
}
.fp-viewing-1 #top .nav_wrap .nav>li>a {
    color: #333;
}
.fp-viewing-1 #top .wrapper h1 a{
    background: url(../images/logo.png) no-repeat center;
    display: block;
    width: 200px;
    height: 50px;
    text-indent: -9999px;
    background-size: contain;
}
.fp-viewing-1 #top .btn_menuwrap .btn_menu .txt{
    fill: #333; 
}
.fp-viewing-1 #top a.top_menu{
    background: url(../images/menua.png) no-repeat right center;
    background-size: cover;
    width: 20px;
    height: 18px;
    float: right;
    margin-left: 18%;
}
.fp-viewing-1 #top .wrapper .nav_wrap {
    border-right: 1px solid rgba(0, 0, 0, 0.09);
}


.section03{background: url(../images/sec7_bg.jpg) no-repeat center top;}
.section03 .homeabout{
    margin: 10px 0 15px;
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.section03 .homeabouta{
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    text-align: center;
}
.section03 .homeaboutul{
    width: 80%;
    margin: 80px auto 0;
    display: flex;
    border: 0px none;
}
.section03 .homeaboutul li{
    margin: 0 25px;
    width: 25%;
    box-sizing: border-box;
    padding-right: 40px;
    background: url(../images/lvxian2.png) no-repeat right center;
    text-align: center;
    color: #fff;
}
.section03 .homeaboutul li:last-child{
    background: none;
}
.section03 .homeaboutul li img{
    display: block;
    margin:0 auto 30px;
}
.section03 .homeaboutul li .hhabouttita{
    font-size:18px; color:#FFF; margin-top: 20px; border-bottom: 0px none;
}
.section03.in-view a {
	opacity: 1;
	transform: translateY(0);
	transition: all 1.0s 0.6s;
	width:100%;
}
.btn_st1 {
	display: block;
	margin: 90px auto 0;
    width: 100%;
    text-align: center;
}
.btn_st1 .btn_line1 {
	stroke: #fff;
	transform-origin: left;
    display: block;
    margin: 0 auto;
}
.btn_st1:hover .btn_line1 {
	animation: btn1 2s linear;
	animation-fill-mode: forwards;
}
.btn_st1 text {
	transition: all 0.4s linear;
}
.btn_st1:hover text {
	fill: #fff;
}
.btn_st2 {
	display: inline-block;
	margin-top: 20px;
}
.btn_st2 .btn_line1 {
	stroke: #045c9e;
	transform-origin: left;
	transition: all 0.4s linear;
}
.btn_st2:hover .btn_line1 {
	animation: btn2 2s linear;
	animation-fill-mode: forwards;
}
.btn_st2 text {
	transition: all 0.4s linear;
}
.btn_st2:hover text {
	fill: #045c9e;
}
 @keyframes btn1 {
 0% {
stroke:#fff;
stroke-dashoffset:1600;
stroke-dasharray:1600;
}
100% {
stroke:#fff;
stroke-dashoffset:0;
}
}
@keyframes btn2 {
 0% {
stroke:#045c9e;
stroke-dashoffset:1600;
stroke-dasharray:1600;
}
 100% {
stroke:#045c9e;
stroke-dashoffset:0;
}
}

.section04 .secbg04{
    background: url(../images/sec4_bg.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section04.active .secbg04 {
    transform: scale(1);
    transition: all 0.5s;
    background-size: cover;
}
.section04 .conwrap {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    width: 90%;
    margin: 0 auto;
}
.section04 .hhjjtit{
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.section04 .hhjjtita{
    font-size: 49px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.section04 .hhjjtitb{
    margin-top: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.section04 .listwrap {
	display: flex;
	justify-content: space-between;
    text-align: center;
    margin-top: 50px;
}
.section04 .listwrap dl {
	width: 50%;
	cursor: pointer;
	-webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}
.section04 .listwrap dl:hover  {
	-webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    cursor: pointer;
}
.section04 .listwrap dl dt {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
}
.section04 .listwrap dl dt .ico {
	height: 83px;
	margin-bottom: 30px;
}
.section04 .listwrap dl dt .ico img {
	height: 80px;
}
.section04 .listwrap dl dd {
	margin-top: 20px;
	font-size: 17px;
	color: rgba(255,255,255,1);
}

.section05{
    background: url(../images/sec2_bg.jpg) no-repeat center;
}
.section05 .wrapper{
    width: 80%;
    margin: 0 auto;
}
.section05 .homehhh{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}
.section05 .homehhha {
    text-align: center;
    margin: 20px auto 15px;
    margin-top: 10px;
    font-size: 52px;
    color: #fff;
    font-weight: 600;
}
.section05 .homehhhb {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.section05 .hhhSwiper{
    margin-top: 60px;
}
.section05 .hhhSwiper .sbj {
    box-sizing: border-box;
    height: 50%;
    padding-top: 5%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.section06{
    background: url(../images/secbg8.jpg) no-repeat center center;background-size: cover;
}
.section06 .hhnewtit{
    font-size: 55px;
    color: #444444;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.section06 .hhnewtita{
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
}
.section06 .newsSwiper{
    width: 90%;
    height: 420px;
    margin: 50px auto;
    padding-bottom: 50px;
}
.section06 .newsSwiper .swiper-slide a{
    position: relative;
    display: block;
}
.section06 .newsSwiper .swiper-slide>a:hover {
	transform: translateZ(0px);
}
.section06 .newsSwiper .swiper-slide .info{
    box-sizing: border-box;
    text-align: left;
    padding:50px 40px;
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255);
    transform: translateY(0px);
}
.section06 .newsSwiper .swiper-slide:hover .info {
	padding:60px 40px;
    box-sizing: border-box;
    transform: translateY(-20px);
    transition: all ease 0.36s;
	background:#0a2b59;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
    color: #fff;
}
.section06 .newsSwiper  .swiper-slide .info .cate {
    margin-bottom: 25px;
}
.section06 .newsSwiper .swiper-slide .info .cate_news{
    display: inline-block;
    box-sizing: border-box;
    /* padding: 0 15px; */
    font-size: 14px;
    text-align: center;
    line-height: 140%;
}

.section06 .newsSwiper .swiper-slide .info .sbj{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    /* word-break: keep-all; */
    margin-bottom: 20px;
}
.section06 .newsSwiper .swiper-slide:hover .info .sbj{
    color: #fff;
}

.section06 .newsSwiper .swiper-slide .info .date {
    font-size: 15px;
    color: #666;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section06 .newsSwiper .swiper-slide:hover .info .date{
    color: #fff;
}
.section06 .newsSwiper .swiper-slide .info .newsbtn {
	font-size:14px;
	color:#000;
	width:120px;
	height:35px;
	line-height:1.4;
	text-align:left;
	margin-top:30px;
	transition: all 0.3s ease-out;
}
.section06 .newsSwiper .swiper-slide:hover .info .newsbtn{
    color: #fff;
}
.section06 .newsSwiper .swiper-slide:hover .info .newsbtn svg{
    color: #fff;
    fill: #fff;
}
.section06 .newsSwiper .swiper-slide .info .newsbtn svg{
    width: 20px;
}
.typcn:before {
    font-family: 'typicons';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    height: 1em;
    font-size: 1em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* footer */
#footer {
	background: #0a2b59;
    overflow: hidden;
}

.footbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 100px 5% 40px 5%;
	overflow:hidden;
	margin-bottom:100px;
}



.footbox .footboxs {
	/*width:16.66666%; */
	display:inline-block;
	vertical-align:top;
	height:100%;
	float:left;
}



.footbox dd {
    color: #fff;
    font-size: 20px;
    line-height: 58px;
	font-weight:bold;
}

.footbox dt {
    color: #9baec7;
    font-size: 15px;
    line-height: 200%;
}
.footbox dt a{
    color: #9baec7;
    text-decoration: none;
}
.footbox dt a:hover{
    color: #ee4100;
}

.foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 40px 5%;
}
.foot h1 {
	width: 282px;
}
.foot .foot_info {
	box-sizing: border-box;
	width: calc(100% - 282px - 300px);
	padding: 0 30px;
	border-left: 1px solid #9baec7;
}
.foot .foot_info ul {
	display: flex;
}
.foot .foot_info ul li {
	position: relative;
	padding-right: 10px;
	margin-right: 11px;
}
.foot .foot_info ul li:after {
	display: block;
	content: "";
	width: 1px;
	height: 11px;
	background: #454545;
	position: absolute;
	right: 0;
	top: 8px;
}
.foot .foot_info ul li:last-child:after {
	display: none;
}
.foot .foot_info ul li a {
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	font-weight: 300;
}
.foot .foot_info address {
	margin: 10px 0;
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	font-weight: 300;
}


.foot .foot_info address a{
	color: #9baec7;
}


.foot .foot_info address .nbsp {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #454545;
	margin: 0 10px;
}
.foot .foot_info .copy {
	font-size: 16px;
	color: rgba(255,255,255,0.4);
	font-weight: 300;
}
.foot .core_links {
	width: 300px;
}
.foot .core_links ul {
	display: flex;
	justify-content: flex-end;
}
.foot .core_links ul li {
	margin-left: 5px;
	width: 100px;
}
.foot .core_links ul li a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 18px;
	text-align: center;
}
.foot .core_links ul li a:before {
	display: block;
	content: "";
	box-sizing: border-box;
	width: 100%;
	height: 4px;
	/*border: 1px solid rgba(255,255,255,0.2);*/
	position: absolute;
	left: 0;
	bottom: 0;
}
.foot .core_links ul li a:after {
	display: block;
	content: "";
	box-sizing: border-box;
	width: 0%;
	height: 4px;
	background: #ee4100;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all 0.4s;
	transform: translateX(-50%);
	transform-origin: center;
}
.foot .core_links ul li:hover a:after {
	width: 100%;
}
.foot .core_links ul li a .ico {
	box-sizing: border-box;
	height: 27px;
	margin-bottom: 10px;
}
.foot .core_links ul li:nth-child(2) a .ico {
	padding-top: 3px;
}
.foot .core_links ul li:nth-child(4) a .ico {
	padding-top: 3px;
}
.foot .core_links ul li a .sbj {
	font-size: 16px;
	color: rgba(155,174,199,0.9);
	font-weight: 300;
	transition: all 0.4s;
	fill: #9baec7;
	
}
.foot .core_links ul li:hover a .sbj {
	color: #ee4100;
	fill: #ee4100;
}

.nybanner{
    background: url(../images/nybanner.jpg) no-repeat center; height: 400px;
}
.nybannera{
    background: url(../images/nybannera.jpg) no-repeat center; height: 400px;
}
.nybannerb{
    background: url(../images/nybannerb.jpg) no-repeat center; height: 400px;
}

.nyccc{
    padding: 50px 0;
    width: 1400px;
    margin: 0 auto;
}
.local{ background: url(../images/LoacalBg.jpg); padding:20px 0; }
.local .w{ width:1400px; margin:auto; position:relative; }
.local .en{font-size: 15px;text-transform: uppercase;text-decoration: none;color: #045c9e;}
.local .cn{font-size: 30px; font-weight: bold; color: #045c9e; letter-spacing:1px;}
.local .local-c{ position:absolute; top: 23px; right:0px; font-size:15px;   }
.local .local-c a{ font-size:15px; padding: 15px; border: 1px solid #ddd; background-color: #fff;}
.local .local-c a:hover{ font-size:15px; padding: 15px; border: 1px solid #ee4100; background-color:#ee4100; color: #fff; text-decoration: none;}
.local .local-c a.on{font-size:15px; padding: 15px; border: 1px solid #ee4100; background-color:#ee4100; color: #fff; text-decoration: none;}


.nyccaa{
    font-size: 18px;
    color: #333;
    margin:20px 0;
    text-indent: 2em;
    line-height: 180%;
    padding: 0 40px;
    text-align: justify;
}

.homeaboutul{
    width: 100%;
    margin: 0px auto;
    display: flex;
    padding: 30px;
    box-sizing: border-box;
}
.homeaboutul li{
    margin: 0 25px;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    color: #333;
}
.homeaboutul li:last-child{
    background: none;
}
.homeaboutul li img{
    display: block;
    margin:0 auto 30px;
    width: 45%;
    border-radius: 50%;
    border: 3px solid #ccc;
    padding: 30px;
    box-sizing: border-box;
}
.homeaboutul li .hhabouttita{
    font-size:16px; color:#ee4100; margin-top: 20px; padding-bottom: 8px; border-bottom: 1px solid #ddd;
}

.nyhonor{width: 100%; display: flex; flex-wrap: wrap;}
.nyhonor li{width: 19%; margin:0.8% 0.5%;}
.nyhonor li img{display: block; max-width: 95%; margin: 0 auto;}

.nybannerc{background: url(../images/nybannerc.jpg) no-repeat center top; background-size: cover; height: 400px;}
.nybannerd{background: url(../images/nybannerd.jpg) no-repeat center top; background-size: cover; height: 400px;}

.nyhonora{width: 100%; display: flex; flex-wrap: wrap; margin-top: 20px;}
.nyhonora li{width: 32%; margin:0.8% 0.6%;}
.nyhonora li img{display: block; max-width: 95%; margin: 0 auto;}

.nylxwm p{font-size: 18px; text-align: center; margin: 20px 0;}

.nylxul{display: flex; flex-wrap:wrap;}
.nylxul li{
    width: 31%;
    margin: 1.1%;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #666;
    text-align: left;
    color: #333;
}
.nylxul li .lximg{
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    border: 2px salmon solid;
    border-radius: 50%;
    margin-right: 15px;
}
.nylxul li .lximg svg{
    width: 55%;
    display: block;
    margin: 3px auto 0;
}
.nylxul li p{
    font-weight: bold;
    color: #333;
    font-size: 22px;
    margin-bottom: 8px;
}
.nylxul li .nylxtit{
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.local .sort{ position: absolute;top: 60px; left: 0px; margin-top:40px;}
.sort a{  display: inline-block; text-align:center; margin:10px 0 0 0px; padding:0 20px; line-height:40px; font-size:16px; color:#fff; background:#045c9e; border-radius:3px; transition:all  .3s }
.sort a.current, .sort a:hover{ background:#ee4100;}


.nyppp{
    padding: 50px 0;
    width: 1400px;
    margin: 0 auto;
}

.productList{margin-top:0px; width: 100%;}

.productList li{ float:left; width:24%; margin: 1% 0.5%; overflow:hidden; height:400px; margin-top:50px; position:relative;display:inline-block }
.productList li a{border:1px solid #ddd; box-sizing: border-box; display: block;}

.productList li .title{ color:#000000; font-size:18px; text-align:center; font-weight:bold; display:block; width:260px; overflow:hidden;  line-height:20px; margin:35px auto 10px;}
.productList li .more { display:block; border:1px solid #9eacc3; border-radius:5px; width:100px; height:30px; text-align:center; line-height:30px; margin:0 auto; font-size:15px; color:#9eacc3  }
/*.new_i .bd ul .productList li:nth-child(3n+2){ border-left:0px; border-right:0px; }
.new_i .bd ul .productList li:nth-child(3),.new_i .bd ul .productList li:nth-child(6){ margin-right:2px; }
.new_i .bd ul .productList li:nth-child(9){ margin-right:0px; }*/
.productList li .img{ overflow:hidden; width:100%; height:266px; display: block; border-bottom: 1px solid #eee;}
.productList li img{ width:100%; height:266px; overflow:hidden;  transition:all 1s ease;-moz-transition:all 1s ease;  -webkit-transition:all 1s ease;  -o-transition:all 1s ease;  display: block;}
.productList li a{ height:400px; display:block; color:#FFF; transition:all 1s ease;-moz-transition:all 1s .2s ease;  -webkit-transition:all  1s ease;  -o-transition:all 1s ease; border:1px solid #ddd; box-sizing: border-box;}
.productList li a:hover{ display:block;background:#045c9e;}
.productList li a:hover .title{ color:#FFF;  }
.productList li a:hover .more{ color:#FFF; border:1px solid #ee4100; background:#ee4100; font-size: 15px;}
.productList li .line { display: block; background: #045c9e; position: absolute; 
transition:all .7s ease;-moz-transition:all .7s ease;  -webkit-transition:all .7s ease;  -o-transition:all .7s ease;  }
.productList li .line01 { width: 0; height: 3px; top: 0; left: 0; }
.productList li .line02 { width: 3px; height: 0; right: 0; top: 0; }
.productList li .line03 { width: 0; height: 3px; right: 0; bottom: 0; }
.productList li .line04 { width: 3px; height: 0; left: 0; bottom: 0; }

.productList li a:hover .line01 { width: 100%; }
.productList li a:hover .line02 { height:400px; }
.productList li a:hover .line03 { width: 100%; }
.productList li a:hover .line04 { height:400px; }
.productList li a:hover img{ transform:scale(1.1);}


.productList1{margin-top:30px;}

.productList1 li{ float:left; width:334px; overflow:hidden; height:385px; margin-top:150px; position:relative;display:inline-block }
.productList1 li a{border:1px solid #ddd;  }

.productList1 li .title{ color:#000000; font-size:16px; text-align:center; font-weight:bold; display:block; width:260px; overflow:hidden;  line-height:20px; margin:25px auto 10px}
.productList1 li .more { display:block; border:1px solid #9eacc3; border-radius:5px; width:77px; height:23px; text-align:center; line-height:23px; margin:0 auto; font-size:12px; color:#9eacc3  }
.productList1 li .img{ overflow:hidden; width:334px; height:277px;}
.productList1 li img{ width:334px; height:277px; overflow:hidden;  transition:all 1s ease;-moz-transition:all 1s ease;  -webkit-transition:all 1s ease;  -o-transition:all 1s ease; }
.productList1 li a{ height:380px; display:block; color:#FFF; transition:all 1s ease;-moz-transition:all 1s .2s ease;  -webkit-transition:all  1s ease;  -o-transition:all 1s ease;  }
.productList1 li a:hover{ display:block;background:#116635;}
.productList1 li a:hover .title{ color:#FFF;  }
.productList1 li a:hover .more{ color:#FFF; border:1px solid #f8bf24; background:#f8bf24;  }
.productList1 li .line { display: block; background: #116635; position: absolute; 
				 transition:all .7s ease;-moz-transition:all .7s ease;  -webkit-transition:all .7s ease;  -o-transition:all .7s ease;  }
.productList1 li .line01 { width: 0; height: 3px; top: 0; left: 0; }
.productList1 li .line02 { width: 3px; height: 0; right: 0; top: 0; }
.productList1 li .line03 { width: 0; height: 3px; right: 0; bottom: 0; }
.productList1 li .line04 { width: 3px; height: 0; left: 0; bottom: 0; }

.productList1 li a:hover .line01 { width: 334px; }
.productList1 li a:hover .line02 { height:380px; }
.productList1 li a:hover .line03 { width: 334px; }
.productList1 li a:hover .line04 { height:380px; }
.productList1 li a:hover img{ transform:scale(1.1);}

.productList1 li{ margin: 15px 32px; }

/*详细页*/
.news_s strong{ font-size:23px; font-weight:bold; color:#454545;  padding:0px; }
.news_s {color: #5D5D5D; margin:50px 0 15px 0 ;border-bottom:#ddd 1px solid; padding:10px 0 12px 0; text-align:center}
.news_s .img img{ border:8px #fff solid}
.np{ margin:15px 0px; padding:25px 15px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; clear:both; overflow:hidden}

.info{ font-size:18px; color:#444; line-height:26px; margin: 40px auto; background-color: #fbfbfb; padding: 40px; box-sizing: border-box; border-radius: 25px; line-height: 190%;  box-shadow: 0px 0px 20px #ccc;}
.info img { max-width: 80%; display: block; margin: 0 auto 10px; }
.case_content img { max-width: 80%; display: block; margin: 0 auto 10px; }


.ny-news { font-size: 16px; }
.ny-news li { padding: 30px 0px; border-bottom: 1px solid #eee; transition: background ease-in-out .2s; }
.ny-news li a { display: block; width: 1200px; margin: 0 auto; }
.ny-news .img { float: left; transition: .5s; margin-right: 40px; width:252px; overflow:hidden; text-align:center }
.ny-news .img img { height: 150px; border: 1px solid #eee; }
.ny-news .txt { overflow: hidden }
.ny-news .tit { font-size: 20px; color: #000; margin-top: 8px; }
.ny-news .time { font-size: 12px; color: #888; padding: 5px 0; }
.ny-news .miaoshu { margin-top: 5px; line-height: 160%; color: #888; height: 50px; overflow: hidden; margin-top: 10px; }
.ny-news li:hover { background: url(../images/cen01.jpg) no-repeat center top; }
.ny-news li:hover a .tit { color: #045c9e }

.nylyba {
    background: url(../images/message_back.png) no-repeat left center;
    padding: 50px 0;
  }
  .nylyba .nylycont {
    width: 1400px;
    margin: 0 auto;
  }
  @media (max-width: 1440px) {
    .nylyba .nylycont {
      width: 100%;
    }
  }
  @media (max-width: 800px) {
    .nylyba .nylycont {
      width: 100%;
    }
  }
  .nylyba .nylycont h3 {
    font-weight: 600;
    color: #333;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
    display: block;
    width: 100%;
  }
  .nylyba .nylycont h6 {
    color: #333;
    font-weight: normal;
    font-size: 15px;
    display: block;
    text-align: center;
    width: 100%;
  }
  @media (max-width: 800px) {
    .nylyba .nylycont h6 {
      text-align: left;
    }
  }
  .nylyba .nylycont .nylylist {
    width: 100%;
    display: flex;
    margin: 30px 0;
    align-items: center;
  }
  @media (max-width: 800px) {
    .nylyba .nylycont .nylylist {
      display: block;
      margin: 30px 0 0;
    }
  }
  .nylyba .nylycont .nylylist .fx {
    width: 32%;
    margin: 0.6%;
    align-items: center;
  }
  @media (max-width: 800px) {
    .nylyba .nylycont .nylylist .fx {
      width: 100%;
    }
  }
  @media (max-width: 800px) {
    .nylyba .nylycont .nylylist .fx {
      width: 100%;
      margin: 0.6% 0;
    }
  }
  .nylyba .nylycont .nylylist .fx span {
    width: 26%;
    font-size: 16px;
    line-height: 44px;
  }
  .nylyba .nylycont .nylylist .fx input {
    border: 0px none;
    overflow: hidden;
    width: 48%;
    height: 44px;
    background: #fff;
    line-height: 44px;
    font-size: 15px;
    color: #ddd;
    margin-right: 1rem;
    text-align: left;
    text-indent: 1rem;
    display: inline-block;
  }
  @media (max-width: 1440px) {
    .nylyba .nylycont .nylylist .fx input {
      float: none;
      display: block;
    }
  }
  .nylyba .nylycont .nylylist .fx textarea {
    border: 0px none;
    overflow: hidden;
    width: 70%;
    height: 44px;
    background: #fff;
    line-height: 44px;
    font-size: 15px;
    color: #ddd;
    text-align: left;
    text-indent: 2rem;
    outline: none;
    display: inline-block;
    float: right;
  }
  @media (max-width: 1440px) {
    .nylyba .nylycont .nylylist .fx textarea {
      float: none;
      display: block;
    }
  }
  .nylyba .nylycont .nylybtn {
    margin-top: var(--gap-h3);
  }
  @media (max-width: 800px) {
    .nylyba .nylycont .nylybtn {
      margin-top: 15px;
    }
  }
  .nylyba .nylycont .nylybtn .gcmorelinkall {
    background: linear-gradient(to bottom, #282091 20%, #655cdd 100%, #4b3fe0 30%);
    border-radius: 50px;
    line-height: 3;
    font-weight: 600;
    font-size:15px;
    text-align: center;
    margin: 3rem auto 0;
    display: block;
    width: 27%;
    color: #fff;
    position: relative;
  }
  .nylyba .nylycont h3 {
  font-weight: 600;
  color: #333;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 2;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.nylyba .nylycont h6 {
  color: #333;
  font-weight: normal;
  font-size: 18px;
  display: block;
  text-align: center;
  width: 100%;
}

.hhaboutppp{width: 100%; display: flex; flex-wrap: wrap; margin-top: 50px;}
.hhaboutppp li{width: 23%; margin: 1%; padding:10px; box-sizing: border-box; border: 1px solid #ddd; text-align: center; font-size: 18px; border-radius:10px; box-shadow: 0px 0px 5px #ccc;}
.hhaboutppp li img{max-width: 98%; display: block; margin: 5px auto 12px; border-bottom: 1px solid #ddd; padding-bottom: 15px;}

.cccbbb{font-weight: bold; color:#fff; font-size: 20px; background-color: #337FE5; border-radius: 20px; width: 200px; height: 50px; display: block; text-indent: 25px; margin-bottom: 25px; line-height: 50px;}

.infoa{font-size: 18px; line-height: 190%;}

@media (max-width: 1440px) {
    .bannertxt .bannertit{font-size: 45px;}
    .bannertxt{
        width: 80%;
        margin-left: -40%;
    }
    .section02 .wrapper .homeppp{width: 80%;}
    .section03 .homeaboutul{width: 95%;}
    .section03 .homeaboutul li img{width: 60% !important;}
    .section04 .hhjjtita{font-size: 35px;}
    .section05 .wrapper{width: 85%;}
    .section05 .homehhha{font-size: 35px;}
    .section03 .homeabout{font-size: 45px;}
    .section06 .hhnewtit{font-size: 45px;}
    .nywrapper{width: 100%;}
    .nyccc{width: 100%;}
    .homeaboutul li img{width:60%;}
    .hhaboutppp li{font-size: 16px;}
    .nyppp{width: 100%;}
    .productList{margin-top: 60px;}
    .productList li{width: 31%; margin: 1.1%;}
    .local .w{width: 100%;}
}

@media (max-width: 1000px) {
    #top .nav_wrap{display: none;}
    #top .btn_menuwrap .btn_menu{width: 80%;}
    .bannertxt{width: 90%; margin-left: -45%;}
    .bannertxt .bannertit{font-size: 30px;}
    .section02 .wrapper .homeppp{width: 98%;}
    .section02 .wrapper .homeppp li:first-child{padding: 6px 10px; text-align: center;}
    .section02 .wrapper .homeppp li a{padding: 6px 10px; text-align: center;}
    .pcbr{display: none;}
    .section03 .homeabouta{padding: 0 10px; box-sizing: border-box;}
    .section03 .homeaboutul{flex-wrap: wrap; margin: 0px 0; width: 100%;}
    .section03 .homeaboutul li{width: 48%; margin:10px 0; padding: 0; background: none;}
    .section03 .homeaboutul li img{width: 60% !important; display: block; margin: 0 auto;}
    .section03 .homeaboutul li .hhabouttita{font-size: 16px; padding: 0 20px; box-sizing: border-box; margin-top: 10px;}
    .btn_st1{margin: 30px 0 0;}
    .section05 .homehhha{font-size: 24px;}
    .section05 .hhhSwiper{width: 70%; margin: 50px auto 0;}
    .footbox{display: none;}
    .foot{width: 100%;}
    .foot .foot_info{width:100%;}
    .foot .core_links{display: none;}
    .section02 .wrapper .homeppp li a{font-size: 14px;}
    .section03 .homeabout{font-size: 38px;}
    .section02 .wrapper .cen02tit{font-size: 38px;}
    .local .w{width: 100%;}
    .nybanner{height:300px; background-size: cover;}
    .nybannerb{height:300px; background-size: cover;}
    .nyccc{box-sizing: border-box;}
    .homeaboutul{flex-wrap:wrap ;}
    .homeaboutul li{width: 46%; margin: 2%;}
    .hhaboutppp{margin-top: 25px;}
    .hhaboutppp li{width: 46%; margin: 2%;}
    .local .local-c a.on{font-size: 14px; padding: 8px;}
    .local .local-c a{font-size: 14px; padding: 8px;}
    .local .cn{font-size: 25px;}
    .nybannera{height:300px; background-size: cover;}
    .nybannerc{height:300px; background-size: cover;}
    .nybannerd{height:300px; background-size: cover;}
    .sort a{padding: 0 10px;}
    .ny-news li a{width: 100%;}
    .ny-news .img{float: none; display: block; width: 90%; margin: 0 auto 15px; display: none;}
    .ny-news .img img{height: auto; width: 100%; display: block;}
    .ny-news .txt{width: 90%; margin: 0 auto;}
    .ny-news .tit .fr{display: none;}
    .ny-news .time .fr{display: none;}

    .productList li{width: 46%; margin: 2%; height: auto;}
    .productList li .title{width: 100%; padding: 0 10px; box-sizing: border-box; font-size: 15px; height: 40px;}
    .productList li .img{height: auto;}
    .productList li img{height: auto;}
    .productList li a{height:  auto;}
    .productList li .more{margin-bottom: 25px;}

    .nyhonor li{width: 49%;}
    .nyhonora li{width: 98.8%;}
    .nylxul{width: 98%; margin: 0 auto;}
    .nylxul li{width: 100%; margin: 1% 0;}
    .nylyba{background-repeat: repeat;}
    .nylyba .nylycont{padding: 20px; box-sizing: border-box;}
    .nylyba .nylycont .nylylist .fx input{width: 100%;}
    .nylyba .nylycont .nylylist .fx textarea{width: 100%;}
    .nylyba .nylycont .nylybtn .gcmorelinkall{width: 100%;}
}