body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;box-sizing: border-box;}
body{background:#fff;color:#333;font-family: "微软雅黑";}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color:#333;}
dl,dt,dd{margin: 0;}

.w11{
	width: 1200px;
	margin: 0 auto;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear: both;
}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}

.header{
	border-top: 20px solid #18305d;
}
.header-nav{
	width: 90%;
	margin: 0 auto;
}
.logo{
	margin-top: 27px;
}
.header-fr ul{
	float: left;
}
.header-fr ul li{
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 106px;
	padding: 0 30px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.header-fr ul li:hover{
	background: #18305d;
}
.header-fr ul li:hover a{
	color: #fff;
	font-weight: bold;
}
.active-now{
	background: #18305d;
}
.active-now a{
	color: #fff !important;
	font-weight: bold;
}
.header-link{
	float: left;
	display: flex;
	margin-top: 41px;
	margin-left: 20px;
}
.header-link a{
	display: block;
	width: 54px;
	height: 24px;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	border-right: 1px solid #e6e6e6;
}
.header-link a:last-child{
	border-right: none;
}
.banner-title{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.banner-title h3{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.banner-title p{
	font-size: 16px;
	color: #ffffff;
	opacity: 0.5;
	text-align: right;
	margin-bottom: 30px;
}
.go-more{
	float: right;
	display: block;
	width: 180px;
	height: 50px;
	border-radius: 8px;
	background: #ff6c02;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	position: relative;
	transition-duration: 0.5s;
	overflow: hidden;
}
.go-more:after{
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	background: #fff;
	position: absolute;
	bottom: -25px;
	transition-duration: 0.5s;
}
.go-more:hover{
	color: #fff;
}
.go-more:hover:after{
	bottom: 50px;
}
.home-content-nav{
	padding-top: 150px;
	position: relative;
}
.home-top-list{
	position: absolute;
	top: -60px;
	width: 100%;
	z-index: 3;
}
.home-top-list ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	padding: 35px 40px;
	background: #fff;
	-moz-box-shadow: 0px 0px 7px #D4D4D4;
    -webkit-box-shadow: 0px 0px 7px #D4D4D4;
    box-shadow: 0px 0px 7px #D4D4D4;
    zoom: 1;
    cursor: pointer;
}
.home-top-list ul li:after{
	display: block;
	content: '';
	clear: both;
}
.home-top-list ul li:last-child{
	margin-right: 0;
}
.home-top-list-img{
	float: left;
	width: 50px;
	height: 50px;
	background: #ff6c02;
	text-align: center;
	line-height: 50px;
	transition-duration: 1s;
}
.home-top-list-img img{
	transition-duration: 1s;
}
.home-top-list ul li p{
	float: left;
	width: calc(100% - 70px);
	margin-left: 20px;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}
.home-top-list ul li:hover .home-top-list-img{
	border-radius: 15px;
}
.home-top-list ul li:hover .home-top-list-img img{
  	transform: rotateY(360deg);
}

.home-about{
	padding-bottom: 80px;
}

.home-about-fl{
	width: 50%;
	position: relative;
}
.home-about-img{
	position: relative;
	z-index: 2;
	transition-duration: 0.5s;
}
.home-about-year{
	position: absolute;
	z-index: 3;
	position: absolute;
	right: 0;
	bottom: 21%;
}
.roate-dian{
	position: absolute;
	right: 26px;
	bottom: 0;
	z-index: 1;
	animation: rotate 27s alternate infinite;
	-o-animation: rotate 27s alternate infinite;
	-moz-animation: rotate 27s alternate infinite;
	-webkit-animation: rotate 27s alternate infinite;
}
.home-about-fr{
	width: 50%;
	padding-left: 70px;
}
.home-about-fr h3{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin: 60px 0 30px;
}
.home-about-fr p{
	font-size: 18px;
	color: #555555;
	line-height: 34px;
	margin-bottom: 80px;
}
.go-more2{
	display: block;
	width: 180px;
	height: 50px;
	background: #ff6c02;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	position: relative;
	transition-duration: 0.5s;
	overflow: hidden;
}
.go-more2:after{
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	background: #fff;
	position: absolute;
	bottom: -25px;
	transition-duration: 0.5s;
}
.go-more2:hover{
	color: #fff;
}
.go-more2:hover:after{
	bottom: 50px;
}
.home-pro{
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(../images/bg01.png) no-repeat center;
	background-size: cover;
	
}
.home-pro-nav .Menubox{
	width: 260px;
	height: 100%;
	/* margin-right: 60px; */
	position: absolute;
	left: 0;
	top: 0;
}
.home-pro-nav .Menubox ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.home-pro-nav .Menubox ul li{
	width: 100%;
	height: 90px;
	background: rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: 18px;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition-duration: 0.5s;
}
.home-pro-nav .Menubox ul li span{
	display: block;
	width: 60%;
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
}
.home-pro-nav .Menubox ul li:last-child{
	border-bottom: none;
}
.hover{
	background: #ff6c02 !important;
	border-bottom:none !important;
}
.home-pro-nav .Menubox ul li:hover{
	background: #ff6c02;
	border-bottom:none;
}
.home-pro-nav .Contentbox{
	width: calc(100% - 320px);
}
.home-pro-nav .Contentbox h4{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 20px;
}
.home-pro-message{
	zoom: 1;
}
.home-pro-message:after{
	display: block;
	content: '';
	clear: both;
}
.home-pro-message-fl{
	width: 60%;
	padding-right: 60px;
}
.home-pro-message-fl p{
	font-size: 18px;
	color: #fff;
	line-height: 34px !important;
	text-align: justify;
}
.home-pro-message-fl .go-more2{
	margin-top: 63px;
}
.home-pro-message-fr{
	width: 40%;
	overflow: hidden;
}
.home-pro-message-fr img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-pro-message-fr img:hover{
	transform: scale(1.1);
}

.home-news{
	padding-top: 100px;
	padding-bottom: 75px;
}

.home-news-nav h3{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.new-Menubox{
	text-align: center;
	margin-bottom: 40px;
}
.new-Menubox ul{
	display: inline-block;
}
.new-Menubox ul li{
	float: left;
	width: 180px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	border: 1px solid #bbbbbb;
	overflow: hidden;
	position: relative;
}
.new-Menubox ul li a{
	display: block;
	color: #333333;
	position: relative;
	z-index: 3;
}
.new-Menubox ul li:after{
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	background: #ff6c02;
	bottom: -25px;
	transition-duration: 0.5s;
	position: absolute;
	z-index: 2;
}
.hover2{
	background: #ff6c02;
	color: #fff !important;
	border: 1px solid #ff6c02 !important;
}
.hover2:after{
	background: #fff !important;
}
.hover2 a{
	color: #fff !important;
}
.new-Menubox ul li:hover:after{
	bottom: 50px;
}
.new-CbContainer{
	width: 100%;
	display: none;
}
.new-CbContainer ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.new-CbContainer ul li:nth-child(3){
	margin-right: 0;
}

.home-new-img{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.home-new-img img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 3;
	transition-duration: 0.5s;
	opacity: 1;
}
.home-new-img:after{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255,170,25,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.home-new-img:hover img{
	opacity: 0.8;
}
.home-new-title{
	padding: 70px 10px 10px;
	position: relative;
}
.home-new-jt{
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 76px;
	box-shadow: 0px 10px 30px 0px rgba(191, 191, 191, 0.6);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	position: absolute;
	top: -38px;
	z-index: 4;
	left: 30px;
}
.home-new-jt:after{
	content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
    opacity: 0.54;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.home-new-jt:hover{
	background: #ff6c02;
}
.home-new-title p{
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	margin-bottom: 20px;
}
.home-new-title h4{
	font-size: 20px;
	color: #18305d;
	font-weight: bold;
	line-height: 34px;
	text-align: left;
	margin-bottom: 40px;
	display: inline-block;
	text-decoration:none;
	transition-duration: 0.5s;
}
.home-new-title span{
	font-size: 16px;
	color: #777777;
	display: inline-block;
	position: relative;
}
.home-new-title span:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #777777;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition-duration: 0.5s;
}
.home-new-title h4:hover{
	color: #ff6c02;
	text-decoration:underline;
}
.home-new-title span:hover{
	color: #ff6c02;
}
.home-new-title span:hover:after{
	opacity: 1;
	background: #ff6c02;
}

.footer-top{
	padding-top: 70px;
	padding-bottom: 40px;
	background: url(../images/bg02.jpg) no-repeat center;
	background-size: cover;
}
.footer-logo{
	margin-bottom: 15px;
}
.footer-fl ul li{
	zoom: 1;
	margin-bottom: 15px;
}
.footer-fl ul li:after{
	display: block;
	content: '';
	clear: both;
}
.footer-fl ul li img{
	float: left;
	width: 24px;
	margin-right: 6px;
}
.footer-fl ul li p{
	float: left;
	width: calc(100% - 30px);
	font-size: 18px;
	color: #ffffff;
	opacity: 0.7;
	line-height: 24px;
}
.footer-fx{
	margin-top: 20px;
	display: flex;
}
.footer-fx a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.7);
	text-align: center;
	line-height: 48px;
	margin: 0 9px;
}
.footer-fx a img{
	transition-duration: 1s;
}
.footer-fx a:hover img{
	transform: rotateY(360deg);
}
.footer-fr{
	zoom: 1;
}
.footer-fr:after{
	display: block;
	content: '';
	clear: both;
}
.footer-fr dl{
	float: left;
	margin-right: 70px;
}
.footer-fr dl dt{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 35px;
}
.footer-fr dl dt a{
	color: #fff;
}
.footer-fr dl dd{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.footer-fr dl dd a{
	color: #fff;
	opacity: 0.7;
}
.footer-fr dl dd a:hover{
	opacity: 1;
}
.footer-bottom{
	background: #0f244b;
	padding: 20px 0;
}
.footer-bottom-nav p{
	font-size: 18px;
	color: #ffffff;
	opacity: 0.7;
	float: left;
}
.footer-bottom-nav a{
	font-size: 18px;
	color: #ffffff;
	opacity: 0.7;
	float: right;
}

.go-top{
	display: none;
	position: fixed;
	width: 60px;
	height: 60px;
	background: #ff6c02;
	text-align: center;
	line-height: 54px;
	bottom: 35px;
	right: 11%;
	cursor: pointer;
}

.nei-banner{
	width: 100%;
	position: relative;
}
.nei-banner img{
	display: block;
	width: 100%;
}
.nei-banner-title{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.nei-banner-title h3{
	font-size: 48px;
	color: #fff;
	margin-bottom: 10px;
}
.nei-banner-title p{
	font-size: 18px;
	color: #fff;
	font-family: arial;
	opacity: 0.5;
}

.nei-content{
	padding-top: 60px;
	padding-bottom: 60px;
}

.nei-new-content ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 60px;
}
.nei-new-content ul li:nth-child(3n){
	margin-right: 0;
}

.jianT{width: 100%; text-align: center;}
.jianT Span{ background:#fff; border:1px solid #ddd;line-height: 36px;  height:36px; min-width:43px; display:inline-block; margin:0 6px;  width:43px;padding:0;}
.jianT Span a{ font-size: 14px; color:#474747; display:block}
.jianT Span a:hover{text-decoration: none; background:#18305d;color:#fff;}
.jianT Span .on{ background:#18305d; color:#fff;display:block;}

.nei-facility-list ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 70px;
	position: relative;
}
.nei-facility-list ul li:nth-child(2n){
	margin-right: 0;
}
.facility-img{
	width: 100%;
	overflow: hidden;
}
.facility-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.nei-facility-list ul li p{
	width: 100%;
	height: 84px;
	background: rgba(0,0,0,0.7);
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 84px;
	position: absolute;
	bottom: 0;
	transition-duration: 0.5s;
}
.nei-facility-list ul li:hover .facility-img img{
	transform: scale(1.2) rotate(3deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.nei-facility-list ul li:hover p{
	background: rgba(255,108,2,0.7);
}
.nei-contact-map{
	width: 100%;
	height: 484px;
	position: relative;
}
.contact-mail{
	height: 342px;
	padding: 25px 35px;
	background: rgba(31,59,106,0.9);
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -171px;
}
.add-icon{
	width: 76px;
	height: 76px;
	border: 1px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 76px;
}
.contact-mail p{
	font-size: 18px;
	color: #fff;
	margin-top: 18px;
}
.nei-contact-add{
	padding: 20px 0;
}
.nei-contact-add ul li{
	float: left;
	width: 33.333%;
}
.contact-add-icon{
	display: block;
	margin: 0 auto;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #ff6c02;
	text-align: center;
	line-height: 75px;
}
.contact-add-icon img{
	transition-duration: 1s;
}
.contact-add-icon:hover img{
	transform: rotateY(360deg);
}
.nei-contact-add ul li p{
	margin-top: 20px;
	font-size: 17px;
	color: #333333;
	text-align: center;
}

.nei-about{
	position: relative;
}
.nei-about h2{
	font-size: 30px;
	color: #18305d;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}
.nei-about .home-top-list{
	position: relative;
	top: 0;
}
.nei-about .home-top-list ul li{
	box-shadow: none;
}
.nei-about-content{
	margin-top: 25px;
	background: #f4f4f4;
}
.nei-about-fl{
	width: 47.5%;
	overflow: hidden;
}
.nei-about-fl img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.nei-about-fl img:hover{
	transform: scale(1.2) rotate(3deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.nei-about-fr{
	width: 52.5%;
	padding: 50px 30px 0;
}
.nei-about-fr p{
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	margin-bottom: 20px;
	text-indent: 2rem;
	text-align: justify;
}
.nei-pro-box{
	text-align: center;
	margin-bottom: 80px;
}
.nei-pro-box ul{
	display: inline-block;
}
.nei-pro-box ul li{
	float: left;
	padding: 10px 31px;
	border: 1px solid #bbbbbb;
	border-right: none;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}
.nei-pro-box ul li:last-child{
	border-right: 1px solid #bbbbbb;
}
.pro-Container{
	width: 100%;
	background: #f4f4f4;
}
.nei-pro-img{
	width: 38%;
	overflow: hidden;
}
.nei-pro-img img{
	width: 100%;
	display: block;
	transition-duration: 0.5s;
}
.nei-pro-img img:hover{
	transform: scale(1.2) rotate(3deg);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.nei-pro-message{
	width: 62%;
	padding: 70px 70px 0 90px;
}
.nei-pro-message h4{
	font-size: 36px;
	color: #333333;
	margin-bottom: 40px;
}
.nei-pro-message p{
	color: #333333;
	font-size: 16px;
	line-height: 34px !important;
	/*margin-bottom: 20px;*/
	text-indent: 2rem;
	text-align: justify;
}

.xs-top{display: none;}
.mobile-logo{width: 70%; float: left; margin-top: 15px; margin-left: 2%;}
.mobile-inner-nav a{ -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: bounceInRight; animation-name: bounceInRight;}  
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}
.mobile-inner img{ width: 100%;}
.mobile-inner p{ color: #676767; line-height: 25px; font-size: 16px; padding-bottom: 30px; padding-right: 30px;  padding-left: 30px; margin:0px;}
.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner-header-icon{color: #ffffff;background: #21478b; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon:hover{background: #21478b;cursor: pointer;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background-color: rgba(0,0,0,0.8); width: 100%; position: absolute; top: 55px;left: 0px; padding-top: 30px; padding-bottom: 30px;display: none;}
.mobile-inner-nav a{ display: inline-block; line-height: 40px; text-decoration: none; width: 85%; margin-left: 5%; color: #FFFFFF; border-bottom: solid 1px rgba(255,255,255,0.3); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; font-weight:300;}
.mobile-inner-nav a:hover{ color: rgba(255,255,255,0.4); border-bottom: solid 1px rgba(255,255,255,0.2);}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.active_mobile span:nth-child(3){ opacity:0;}

.article-ti {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.article-ti h1 {
    font-size: 24px;
}
.article-ti p {
    font-size: 16px;
    padding: 20px 0 0 0;
}
.article-nr{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

/*搜索框弹出*/
.animated{-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
#dialogBg{width:100%;height:100%;background: rgba(0,0,0,0.7); position:fixed;top:0;left:0;z-index:9999;display:none;}
#dialog{ width: 450px; height: 140px; margin: 0 auto; display: none;   position: fixed; top: 50%; left: 50%; margin: -70px 0 0 -225px; z-index: 10000;  }
.dialogTop{width:90%;margin:0 auto;letter-spacing:1px;padding:10px 0; font-size:16px;}
.dialogTop a{ color:#fff;}
.tc-ss{ width:90%; margin:0 auto; padding:20px 0;}
.tc-ss ul{border-bottom: 2px solid #fff;}
.tc-ss ul .sk03{ width:90%; float:left}
.tc-ss ul .sk03 input{ width:100%; background:none; height:40px; line-height:40px; color:#fff; font-size:16px;}
.sk04 input{ width:24px; height:24px; background:url(../images/search3.png) no-repeat center center; padding:10px 0 0 20px; cursor:pointer;}

.search_nav{width: 600px;height: 140px;position: absolute;left: 50%;top: 40%;margin-left: -300px;margin-top: -70px;  z-index: 999;}
.ylt-big{width: 90%;height: 90%;position: absolute;left: 5%;top: 5%;}
.claseDialogBtn{width: 90%;margin: 0 auto;padding: 10px 0;zoom: 1;margin-bottom: 20px;}
.claseDialogBtn:after{display: block;content: '';clear: both;}
.claseDialogBtn span{float: right;font-size: 16px;color: #FFFFFF;cursor: pointer; }
.search_input{width: 90%;margin: 0 auto;zoom: 1;}
.search_input{width: 90%;margin: 0 auto;zoom: 1;}
.search_input:after{display: block;content: '';clear: both;}
.search_input input{float: left;width: 80%;height: 51px;background: none; border: none;outline: none;border-bottom: 2px solid #fff;font-size: 16px;color: #555;padding-left: 40px;box-sizing: border-box; background:url(../images/search2.png) no-repeat 10px center #fff;}
.search_input button{width: 20%;height: 51px;display: block;line-height: 51px;text-align: center;float: left; color: #fff; background:#ff6c02; border:none; font-size:16px;}

.home-pro-nav{position: relative;}
.test-message{
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	margin-bottom: 20px;
	text-align: center;
}
.home-pro-js{
	width: 100%;
	height: 245px;
	overflow-y: scroll;
}
.home-pro-js::-webkit-scrollbar{
	display: none;
}
.nei-pro-js{
	width: 100%;
	height: 160px;
	overflow-y: scroll;
}
.nei-pro-js::-webkit-scrollbar{
	display: none;
}
@media screen and (max-width:1440px){
	.header-nav{
		width: 94%;
	}
	.header-fr ul li{
		padding: 0 20px;
	}
	.go-top{
		right: 2%;
	}
	.w11{
		width: 1080px;
	}
	.footer-fr dl:nth-child(2){
		margin-right: 0;
	}
	.nei-about-fr p{
		font-size: 16px;
		line-height: 32px;
	}
	.nei-pro-message{
		padding: 50px 70px 0 90px
	}
	.nei-pro-message p{
		line-height: 32px !important;
	}
}
@media screen and (max-width:1366px){
	.go-top{
	    right: 0%;
	}
	.header-link{
		margin-left: 0px;
	}
	.header-fr ul li{
		padding: 0 15px;
	}
}
@media screen and (max-width:769px){
	.header{
		display: none;
	}
	.xs-top{display: block;}
	.home-banner{
		margin-top: 55px;
	}
	.nei-banner{
		margin-top: 55px;
	}
	.w11{
		width: 94%;
	}
	.home-top-list{
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}
	.banner-title h3{
		font-size: 18px;
	}
	.banner-title p{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.go-more{
		width: 120px;
	    height: 32px;
	    font-size: 14px;
	    line-height: 32px;
	}
	.home-content-nav{
		padding-top: 40px;
	}
	.home-top-list ul li{
		width: 100%;
		margin-bottom: 10px;
		padding: 15px 20px;
	}
	.home-about-fl{
		width: 100%;
	}
	.home-about-img{
		width: 100%;
	}
	.home-about-year{
		width: 120px;
	}
	.home-about-year img{
		width: 100%;
	}
	.home-about-fr{
		width: 100%;
		padding-left: 0;
	}
	.home-about-fr h3{
		font-size: 20px;
		margin: 30px 0 10px;
	}
	.home-about-fr p{
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.go-more2{
		width: 120px;
	    height: 32px;
	    font-size: 14px;
	    line-height: 32px;
	}
	.home-about{
		padding-bottom: 40px;
	}
	.home-pro{
		padding-top: 40px;
	}
	.home-pro-nav .Menubox{
		width: 100%;
		margin-right: 0;
	}
	.home-pro-nav .Menubox ul li{
		float: left;
		width: 50%;
		height: 65px;
		font-size: 16px;
		text-align: center;
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	.home-pro-nav .Menubox ul li span{
		width: 90%;
		left: 5%;
	}
	.home-pro-nav .Menubox ul li:nth-child(2n){
		border-right: none;
	}
	.home-pro-nav .Menubox ul li:last-child{
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.home-pro-nav .Contentbox{
		width: 100%;
	}
	.home-pro-nav .Contentbox h4{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.home-pro-message-fl{
		width: 100%;
    	padding-right: 0px;
	}
	.home-pro-message-fl p{
		font-size: 16px;
		line-height: 28px;
	}
	.home-pro-message-fl .go-more2{
		margin-top: 20px;
	}
	.home-pro-message-fr{
		width: 100%;
		margin-top: 20px;
	}
	.home-news{
		padding: 40px 0;
	}
	.new-Menubox ul li{
		width: 50%;
		height: 40px;
	    font-size: 16px;
	    line-height: 40px;
	}
	.new-Menubox ul{
		display: block;
	}
	.home-news-nav h3{
		font-size: 28px;
	}
	.new-CbContainer ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.home-new-title h4{
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 30px;
	}
	.home-new-title p{
		margin-bottom: 10px;
	}
	.footer-top{
		padding-top: 30px;
    	padding-bottom: 20px;
	}
	.footer-logo{
		width: 100%;
	}
	.footer-fl ul li p{
		font-size: 14px;
	}
	.footer-fl ul li{
		margin-bottom: 10px;
	}
	.footer-fx{
		display: block;
		text-align: center;
	}
	.footer-fx a{
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.footer-fx a img{
		width: 50%;
	}
	.footer-fr{
		display: none;
	}
	.footer-bottom-nav{
		text-align: center;
	}
	.footer-bottom-nav p{
		float: none;
		display: block;
		width: 86%;
		margin: 0 auto;
		font-size: 14px;
	}
	.go-top{
		width: 40px;
		height: 40px;
		line-height: 36px;
		bottom: 90px;
	}
	.footer-bottom-nav a{
		float: none;
		font-size: 14px;
	}
	.footer-bottom{
		padding: 10px 0;
	}
	.home-top-list ul li p{
		font-size: 16px;
	}
	
	.nei-banner-title h3{
		font-size: 16px;
	}
	.nei-banner-title p{
		font-size: 14px;
	}
	.nei-content{
		padding: 40px 0;
	}
	.nei-about h2{
		font-size: 18px;
	}
	.nei-about-fl{
		width: 100%;
	}
	.nei-about-fr{
		width: 100%;
		padding: 15px 10px;
	}
	.nei-about-fr p{
		font-size: 16px;
		line-height: 28px;
	}
	.nei-contact-map{
		height: auto;
	}
	#map{
		height: 300px !important;
	}
	.contact-mail{
		position: relative;
		width: 100%;
		top: 0;
		margin-top: 0;
		right: 0;
		padding: 15px 10px;
		height: auto;
	}
	.add-icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.add-icon img{
		width: 50%;
	}
	.contact-mail p{
		font-size: 16px;
		margin-top: 10px;
	}
	.contact-add-icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.contact-add-icon img{
		width: 50%;
	}
	.nei-contact-add ul li p{
		font-size: 14px;
	}
	
	.nei-facility-list ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.nei-facility-list ul li p{
		height: 50px;
		font-size: 16px;
		line-height: 50px;
		padding: 0 10px;
		overflow: hidden;
		text-overflow:ellipsis;
		 white-space: nowrap;
	}
	.nei-pro-box ul{
		display: block;
		width: 100%;
	}
	.nei-new-content ul li{
		width: 100%;
		margin-right: 0;
	}
	.nei-pro-box ul li{
		width: 50%;
		height: 65px;
		text-align: center;
		line-height: 40px;
		padding: 0;
		font-size: 16px;
		line-height: normal;
		position: relative;
		border-bottom: none;
	}
	.nei-pro-box ul li:nth-child(2n){
		border-right: 1px solid #bbbbbb;	
	}
	.nei-pro-box ul li:nth-last-child(-n + 2){
		border-bottom: 1px solid #bbbbbb;	
	}
	.nei-pro-box ul li span{
		display: block;
	    width: 90%;
	    position: absolute;
	    left: 5%;
	    top: 50%;
	    transform: translateY(-50%);
	}
	.nei-pro-box{
		margin-bottom: 40px;
	}
	.nei-pro-img{
		width: 100%;
	}
	.nei-pro-message{
		width: 100%;
		padding: 15px 10px;
	}
	.nei-pro-message h4{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.nei-pro-message p{
		font-size: 16px;
		line-height: 28px;
	}
	.home-pro-nav .Menubox{position: relative;}
	.home-pro-nav .Menubox ul{position: relative;top: 0;transform: translateY(0);}
}
@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}

@keyframes rotate{
	0%{
		-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
	}
	100%{
		-moz-transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate{
	0%{
		-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
	}
	100%{
		-moz-transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);
	}
}
@-moz-keyframes rotate{
	0%{
		-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
	}
	100%{
		-moz-transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);
	}
}
@-o-keyframes rotate{
	0%{
		-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
	}
	100%{
		-moz-transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);
	}
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } 
}

















