html{
	overflow-x: hidden;
}
body{
	margin:0 auto;
	overflow-x: hidden;
}
* {
	padding:0;
	margin:0;
	list-style:none;
}
a {
	font-size: 14px;
	color: #666!important;
	text-decoration:none!important;
}
a:hover{
	text-decoration: none!important;
}
p{
	margin: 0px!important;
}
.fl{float: left;}
.fr{float: right;}
.cl{clear: both;}
.List_page {
	text-align:center;
	margin: 20px;
	clear:both;
	float: left;
}
.List_page a {
	background:#ccc;
	margin:1px;
	padding:4px 6px;
	color:#000;
}
.List_page span {
	background: #aaa;
    color: #fff;
	margin:1px;
	padding:4px 10px;
}

/*=========================*/

header {
	width: 100%;
	height: 140px;
}
.language {
	width: 100%;
	height: 20px;
	line-height: 30px;
	text-align: right;
}
.language a {
	color: #666;
}
.language a:hover {
	color: #1B1880!important;
}
.language span {
	display: inline-block;
	width: 1px;
	height: 13px;
	background: #9c9898;
	margin: -2px 10px;
}

.logo h1 {
	font-weight: bold;
    margin-top: 32px;
}
.tel {
	font-size: 16px;
	margin-top: 30px;
	padding-right: 0!important;
}
.tel dl {
	float: left;
	margin-right: 10px;
}
.tel dt {
	font-weight: normal;
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
	.logo h1 {
		font-size: 30px;
	}
	.logo img {
	}
	.tel1 {
		width: 170px!important;
		float: right!important;
	}

	.foot-c {
		display: none;
	}
}
@media screen and (max-width: 990px) and (min-width: 800px) {
	.logo h1 {
		margin: 0;
		padding-top: 36px;
	}
	 
}
@media screen and (max-width: 800px) {

	.language {
		display: none;
	}

}






.index-top {
	text-align: center;
	margin: 50px auto ;
}

.index-top h2 {
	color: #333;
	font-size: 36px;
	font-weight: normal;
}

.index-top span {
	display: inline-block;
	width: 40px;
	height: 4px;
	background: #191776;
	margin: 5px 0;
	border-radius: 4px;
}

.index-top p {
	font-size: 16px;
	color: #ccc;
	text-transform: uppercase;
}
@media screen and (max-width: 800px) {
	.index-top {
		margin: 20px auto;
	}
	.index-top span {
		width: 40px;
		height: 2px;
	}
	.index-top h2 {
		font-size: 20px;
		margin: 10px;
	}
	.index-top p {
		font-size: 14px;
		margin: 10px;
	}

}





.product img {

}

.product div {
	height: 220px;
	text-align: center;
	background: url(../image/shadow.png)no-repeat center -30px;
}
.product div a {
	display: inline-block;
	width: 190px;
	height: 190px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	position: relative;
	transition: all ease .4s;
}
.product div a img {
	position: absolute;
	top: 40px;
	left: 34%;
	transition: all ease .8s;
}
.product div a img:nth-child(2){
	top: -60px;
}
.product div p {
	font-size: 20px;
	color: #333;
	position: absolute;
	bottom: 30px;
	left: 30%;
}
.product .shadow {
	margin-top: -6px;
	width: 100%;
}
.product a:hover {
	background: #191776;
}
.product a:hover p {
	color: #fff;
}
.product a:hover img:nth-child(1){
	top: -60px;
}
.product a:hover img:nth-child(2){
	top: 40px;
}
@media screen and (max-width: 800px) {
	.product div a {
		width: 100%;
	}
	.product div p {
		font-size: 16px;
		left: 32%;
	}
}







.about-box {
	width: 100%;
	background: url(../image/about_bj.jpg);
	color: #fff;
	text-align: center;
	margin: 50px 0 0 0;
	padding: 0 0 40px 0;
}
.about-left {
	line-height: 30px;
	text-align: justify;
	margin-top: 60px;
}
.about-right {
	margin-top: 40px;
	position: relative;
}
.about-right div {
	width: 220px;
	height: 140px;
	padding: 20px 0 0 30px;
	background: #1B1A78;
	text-align: left;
	position: absolute;
	left: 0px;
	z-index: 2;
}

.about-right div h1 {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin: 10px 0 12px 0;
}

.about-right div  span {
	display: inline-block;
	width: 40px;
	height: 4px;
	background: #fff;
	margin: 5px 0;
	border-radius: 4px;
}

.about-right div p {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.about-right img {
	float: right;
	margin-top: 40px;
} 
.about-more {
	display: block;
	width: 100px;
	height: 60px;
	line-height: 60px;
	color: #333!important;
	text-align: center;
	background: #fff;
	font-size: 40px;
	transition: all ease 0.5s;
	position: absolute;
    bottom: 0;
    left: 5px;
}
.about-box a:hover{
	color: #fff!important;
	background: #191876;
}
.index-top2 {
	display: none;
}

@media screen and (max-width: 800px) {
	.about-box {
		margin: 30px 0 0 0;
		padding: 0 0 30px 0;
	}
	.about-left {
		margin-top: 30px;
	}
	.about-right img {
		width: 100%;
	}
	.about-right div {
		display: none;
	}
	.about-right div p {
		font-size: 14px;
	}
	.index-top2 {
		display: block;
	}
	.about-box a{
		left: 35%;
		top: -45px;
	}
}




.news {
	padding: 0 0 75px 0;
	background: url(../image/news-bj.jpg);
}
.news-box {
	transition: all ease .5s;
	position: relative;
	top: 0;
	margin-bottom: 20px;
}
.news-box:hover {
	top: -10px;
}
.news img {
	width: 100%;
	margin-bottom: 10px;
	transition: all ease .3s;
}
.news-p {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #e5e5e5;
}
.news-p span {
	color: #0E0680;
	margin-left: -7px;
}
.news-p a {
	font-size: 14px;
	color: #666;
}
.news-p a:hover {
	color: #0E0680!important;
}
@media screen and (max-width: 800px) {
	.news {
		padding: 0 0 25px 0;
	}
	.news-p span  {
		display: none;
	}
}



.foot-top {
	background: #222;
	padding: 50px 0;
}
.foot-logo h1 {
	color: #888;
	font-size: 28px;
	margin-top: 15px;
	font-weight: bold;
}
.foot-nav {
	color: #ddd;
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #3D3C3C;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px!important;
}
.foot-nav span {
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #FEFF1B;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.foot-menu {
	margin-left: 15px;
}
.foot-menu a {
	display: inline-block;
	width: 48%;
	height: 36px;
	line-height: 36px;
	color: #888!important;
}
.foot-menu a:nth-child(2n+1){
	text-align: right;
}
.foot-menu a:hover {
	color: #fff!important;
}
.foot-news {
	margin-left: 25px;
}
.foot-news li {
	height: 36px;
	line-height: 36px;
	color: #888;
}
.foot-wx {
	width: 125px!important;
	float: right!important;
}
.foot-wx p {
	width: 95px;
}	
.foot-wx img {
	width: 90px;
}
.foot-copy {
	background: #181818;
	padding: 20px 0;
	color: #888;
	font-size: 14px;
}
.back-to-top{
	position: fixed;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
}

@media screen and (max-width: 1200px) and (min-width: 990px) {
	.foot-logo h1  {
		font-size: 23px;
	}
	.foot-wx {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.foot-top {
		padding: 30px 0;
	}
	.foot-logo {
		display: none;
	}
	.foot-menu,.foot-news {
		margin-left: 0;
	}
	.foot-menu,.foot-news,.foot-wx {
		margin-top: 20px;
	}
	.foot-wx {
		float: left!important;
	}
}






/*==================================*/


.ny-nav {
	width: 100%;
	background: #f5f5f5;
	text-align: center;
}

.ny-nav a {
	display: inline-block;
	width: 120px;
	height: 50px;
	color: #333;
	line-height: 50px;
	background: #e5e5e5;
}
.ny-nav a:hover{
	background: #1b1880;
	color: #fff!important;
}
.ny-nav span:hover dl {
	display: block;
}
.ny-nav dl {
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	background: #E5E5E5;
	width: 200px;
	z-index: 2;
}
.ny-nav dl a {
	text-align: left;
	text-indent: 20px;
	line-height: 34px;
	display: inline-block;
	width: 100%;
	height: 34px;
}


.ny-body {
	font-size: 14px;
	line-height: 30px;
    text-align: justify;
    color: #333;
    margin-bottom: 30px;
}
.ny-body h1 {
	text-align: center;
    color: #555;
    font-size: 24px;
    margin: 30px 0 20px 0;
}
.ny-body img{
	max-width: 100%;
	margin: 10px 0;
}

@media screen and (max-width: 800px) {
	.ny-body h1 {
		font-size: 18px;
	}
	 
}


.ny-product-box {
	
}
.ny-product-box img {
	position: relative;
	top: 0;
	transition: all linear .4s;
}
.ny-product-box img:hover {
	top: -10px;
	box-shadow: 0 5px 8px #9c9c9c;
}
.ny-product-box p {
	text-align: center;
	height: 50px;
	line-height: 50px;

}

@media screen and (max-width: 800px) {
	.ny-product-box p {
		height: 30px;
		line-height: 30px;
	}
}





.ny-case-box  {
	
}
.ny-case-box img {
	position: relative;
	top: 0;
	width: 100%;
	height: 250px;
	transition: all linear .4s;
}
.ny-case-box img:hover {
	top: -10px;
	box-shadow: 0 5px 8px #9c9c9c;
}
.ny-case-box p {
	text-align: center;
	height: 50px;
	line-height: 50px;
}

@media screen and (max-width: 800px) {
	.ny-case-box img {
		width: 100%;
		height: 120px;
	}
	.ny-case-box p {
		height: 30px;
		line-height: 30px;
	}
}


ny-case-box  {
	
}
.ny-tuzhi-box img {
	position: relative;
	top: 0;
	width: 100%;
	height: 250px;
	transition: all linear .4s;
}
.ny-tuzhi-box img:hover {
	top: -10px;
	box-shadow: 0 5px 8px #9c9c9c;
}
.ny-tuzhi-box p {
	text-align: center;
	height: 50px;
	line-height: 50px;
}

@media screen and (max-width: 800px) {
	.ny-tuzhi-box img {
		width: 100%;
		height: 120px;
	}
	.ny-tuzhi-box p {
		height: 30px;
		line-height: 30px;
	}
}





.ny-honor-box  {
	
}
.ny-honor-box img {
	position: relative;
	top: 0;
	width: 100%;
	height: 450px;
	transition: all linear .4s;
}
.ny-honor-box img:hover {
	top: -10px;
	box-shadow: 0 5px 8px #9c9c9c;
}
.ny-honor-box p {
	text-align: center;
	height: 50px;
	line-height: 50px;
}

@media screen and (max-width: 800px) {
	.ny-honor-box img {
		width: 100%;
		height: 200px;
	}
	.ny-honor-box p {
		height: 30px;
		line-height: 30px;
	}
}





.news_pre {
	margin-top: 20px;
}
#pro_next {
	margin-bottom: 20px;
}



 
.ny_nav{
	width: 100%;
	height: 35px;
	text-align:center;
	margin: 30px 0;
}
.ny_nav li{
	width: 110px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #e5e5e5;
	border-radius: 35px;
	font-size: 16px;
	margin: 0 20px;
	transition: all 0.4s ease;
	/*float: left;*/
	display: inline-block;
}
.ny_nav li a{
	color: #333;
    display: inline-block;
    width: 100%;
}
.ny_nav li:hover{
	background: #e50012;
}
.ny_nav li:hover a{
	color: #fff;
}

 
.n_news_box {
	width: 100%;
    height: 254px;
    padding: 15px 2px 0px 6px!important;
    margin-top: 20px;
}
.n_news_box:hover {
	box-shadow: 0px 0px 10px 0px #dfdfdf;
}
.n_news_box:hover img {
	transform: scale(1.05,1.05);
}
.n_news_box img {
	width: 100%;
	height: 220px;
	transition: all 0.4s ease;
}
.n_news_box-r h3 {
    margin-top: 0px; 
}
.n_news_box-r div {
	text-align: justify;
	font-size: 14px;
	line-height: 28px;
	color: #888;
}
.n_news_box_more {
    display: inline-block;
    width: 135px;
    height: 45px;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 45px;
    color: #666;
    margin-top: 12px;
    transition: all 0.4s ease;
}
.n_news_box:hover .n_news_box_more {
	background: #1B1880;
    color: #fff!important;
}

.news_info {
	text-align: center;
}

.ny-body-news img {
	max-width: 100%
}




.contact-img img {
	height: 500px;
}







/*留言部分*/
.book_title {
	background:#EAF5FC;
	border:1px solid #BEDAF0;
	line-height:30px;
	padding:0 15px;
}
.book_title span {
	float:right;
	color:#333;
}
.book_Content {
	border:1px solid #BEDAF0;
	border-top:0;
	line-height:22px;
	padding:5px 15px 10px 15px;
	margin:0 0 10px 0;
	background:#fff;
}
.book_Content div {
	border-top:1px dashed #ccc;
	padding:5px 0;
	margin:5px 0 0 0;
}
.book_Content b {
	color:#f30;
}
.book_add {
	/*height: 500px;
	position: relative;
	left: 124px;*/
}
.book_add input {
    border: 1px solid #ccc;
    padding: 7px 40px;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
}
.book_add textarea {
	vertical-align:top;
	border:1px solid #ccc;
	padding:4px 10px;
	overflow:hidden;
}
.book_add li {
	padding:5px;
	font-size:14px;
	/*width: 35%;*/
	float: left;
}
.book_add li span {
	display:block;
	float:left;
	width:70px;
	line-height:50px;
}
.book_add #showmsg {
    color: #f30;
    position: relative;
    left: 230px;
    top: -30px;
}

































