﻿@charset "utf-8";
/* -------- 全局样式-------- */  
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", "宋体", arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #5c5c5c;
	overflow-x: hidden;
    overflow-y: scroll;
}
div, form, img, ul, li, dl, dt, dd {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
td, p, div, li, select, input, textarea {
	font-family: "微软雅黑", "宋体", arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
td, p, div, li, input, textarea {
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6, b, strong, th{    font-size: 100%; font-weight: normal;}
/*强行换行*/
table, tr, td, th {
	font-size: 14px;
}
ul, li {
	list-style-type: none;
}
/*ul,li{ LIST-STYLE: none;}*/
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
/* -------- 链接-------- */
a:link {
	color: #333;
	text-decoration: none;
} /* 未访问的链接 */
a:visited {
	color: #333;
	text-decoration: none;
} /* 已访问的链接 */
a:hover {
	color: #d73240;
	text-decoration: none;
} /* 鼠标放上去的链接 */
a:active {
	color: #333;
} /* 激活链接 */
/* -------- 表单 -------- */


/* -------- 文本样式 -------- */ 
.fB {
	font-weight: bold;
}
.f12px {
	font-size: 12px;
}
.f14px {
	font-size: 14px;
}
.lh_16 {
	line-height: 16px;
}
.lh_18 {
	line-height: 18px;
}
.lh_20 {
	line-height: 20px;
}
.lh_22 {
	line-height: 22px;
}
/* -------- 对齐和边距 -------- */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.c10{clear:both; height:10px; font-size:0px; overflow:hidden;}
.c20{clear:both; height:20px; font-size:0px; overflow:hidden; background:#fff;}
.c30{clear:both; height:30px; font-size:0px; overflow:hidden;}
.c50{clear:both; height:50px;}
.c100{width:100%; clear:both; height: 100px;}
/*.clear{ clear:both; visibility:hidden;font-size:1px; width:1px;}  */
.pd_10 {
	padding: 10;
}
.mg_10 {
	margin: 10;
}
.ma {
	margin: 0 auto;
}
/* -------- 结构布局 --------*/
.main {
	background: #fff;
}
.center {
	max-width: 1400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width: 1300px;
	width: 90%;
}
.left {
}
.right {
}
/* -------- 栏目板块 -------- */ 
.wrap,.w1200{width:1200px; margin:0 auto;}

/* top 头部样式 */
.top {
	height: 30px;
	background: #f6f6f6;
	color: #5c5c5c;
	line-height: 30px;
}
.top_r {
	float: right;
}
.collection {
	float: right;
}
.head{
    height: 100px;
    margin: 0 auto;
    width: 100%;
}
.logo{
    float: left;
    padding-top: 24px;
}
.logo a{}
.logo img{}

.menu{
    float: left;
    padding-left: 6%;
}
.menu ul{}
.menu ul li{
    float: left;
    line-height: 100px;
}
.menu ul li a{
    color: #fff;
    font-size: 16px;
    padding: 0 16px;
}
.menu ul li a:hover{ font-weight:bold;}

.nav{
    float: left;
    padding-left: 20px;
}
.nav ul{}
.nav ul li{
    float: left;
    line-height: 100px;
}
.nav ul li a{
    color: #111;
    font-size: 16px;
    padding: 0 16px;
}
.nav ul li a:hover{ font-weight:bold;}


.top_tel{
    float: right;
    padding-top: 30px;
}
.top_tel img{
    padding-top: 2px;
}
.top_tel p{
    float: right;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
}
.top_tel p span{
    display: block;
    font-size: 20px;
    line-height: 34px;
}

.top_telx{
    float: right;
    padding-top: 30px;
}
.top_telx img{
    padding-top: 2px;
}
.top_telx p{
    float: right;
    padding-left: 10px;
    color: #111;
    font-size: 16px;
}
.top_telx p span{
    display: block;
    font-size: 24px;
    line-height: 34px; color:#DF270F;
}


.class_bg{width:100%;height:300px; min-width:1200px; clear:both;}
.path{width:100%;height:50px;}
.path .path_con{
    width: 1200px;
    overflow: hidden;height: 50px;line-height: 50px;
    margin: 0 auto;background:#f0f0f0;margin-top:20px;
}
.path_con .subnav{
    width: auto;
    height: 50px;
    line-height: 50px;
    float: left; 
}
.path_con .subnav a{
    display: block;
    float: left;
    width:178px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    margin-right: 10px;
    background: #333;
    color: #fff;
    text-align: center; 
    font-size: 20px;
}
.path_con .subnav a:hover,.path_con .subnav a.hover{
    background: #0D62BE;
}
.path h2{float:left; font-weight:bold; font-size:16px; background:#212121; display:block; padding:0px 30px; color:#fff;}
.path span{float:right; padding-right:10px; font-size:14px;}

.con_tit{
    height: 50px;
    overflow: hidden;
    margin-bottom:20px;
    font-size: 30px;
    line-height:50px;
    color: #fff;
    text-align: center;
}
.con_tit h3{
    color: #fff;height:50px;line-height: 50px;background:#0D62BE; 
    font-weight: bold;font-size: 30px;width:260px; margin:0 auto;-moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(14px, 0px);/* FF3.5+ */
-webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(14px, 0px);/*Saf3.1+, Chrome*/
-o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(14px, 0px);/* Opera 10.5 */
-ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(14px, 0px);/* IE 9 */
transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(14px, 0px); margin-bottom:10px;
}

.index_tit{
    height: 50px;
    overflow: hidden;
    margin-bottom:20px;
    font-size: 30px;
    line-height:50px;
    color: #fff;
    text-align: center;
}
.index_tit h3{
    color: #fff;height:50px;line-height: 50px;background:#0D62BE; 
    font-weight: bold;font-size: 30px;width:260px; margin:0 auto;-moz-transform: rotate(0deg) scale(1, 1) skewX(-30deg) skewY(0deg) translate(14px, 0px);/* FF3.5+ */
-webkit-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(14px, 0px);/*Saf3.1+, Chrome*/
-o-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(14px, 0px);/* Opera 10.5 */
-ms-transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(14px, 0px);/* IE 9 */
transform: rotate(0deg) scale(1, 1) skew(-30deg, 0deg) translate(14px, 0px); margin-bottom:10px;
}
.index_tit .titxr,.con_tit .titxr{-moz-transform: rotate(0deg) scale(1, 1) skewX(30deg) skewY(0deg) translate(-14px, 0px );/* FF3.5+ */
-webkit-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(-14px, 0px);/*Saf3.1+, Chrome*/
-o-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(-14px, 0px);/* Opera 10.5 */ text-indent:30px; font-size:20px;
-ms-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(-14px, 0px);text-align:center; color:#FFF; line-height:50px; text-decoration:none;/* IE 9 */}
.index_tit p{
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    color: #666;
}
.pro_con{width:100%; margin:0 auto; padding:15px 0; font-size:16px; line-height:26px;}
.view_con p,.pro_con p{padding-top:8px; font-size:16px;}
.pro_con .left p{background:url(../images/heidian.jpg) no-repeat 10px 8px;display:block; padding:0px 10px; text-indent:1em;}
.pro_con strong{background:#333 url(../images/ico.png) no-repeat 20px center; width:100%; display:block; color:#fff; height:44px; line-height:44px; font-size:18px;text-indent:50px; font-weight:normal;}
.pro_con b{font-weight:normal;}
.pro_con table .pro,.pro_con table .fab{ text-align:left; padding-left:20px; display:block;padding:15px;}
.pro_con .left{width:80%; display:block; padding:15px;}
.view_con table,.pro_con table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2; width:100%; margin:10px auto;}
.view_con table td,.pro_con table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:6px 0px; text-align:center;}





/*幻灯Banner*/
.fullSlide{width:100%;position:relative;height:780px; z-index:0;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:780px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:780px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:30px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:10px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=90);opacity:0.9;line-height:999px;transition:all 0.6s;}
.fullSlide .hd ul .on{background:#333;width:70px;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:40%;margin-top:-30px;left:10%;z-index:1;width:40px;height:100px;background:url(../images/slider-arrow.png) -126px -117px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:10%;background-position:-6px -117px;}



/*demo1*/
.demo1 {
	width: 1002px;
	margin: 0px auto 0px;
}

/*title*/

.title font {
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
}
.nameff {
	float: left;
	width: 492px;
	height:56px;
	background: url(../images/dt_bg.png) repeat-x 0 50px;
}
.nameff p {
	float: left;
}
.nameff p span {

font-size:16px;
padding-bottom: 16px;
height: 40px;
margin-bottom: 30px;
font-weight: normal;
overflow: hidden;
display:block;
color:#333;
}
.nameff p em {
	display: block;
	font-style:normal;
	color: #989898;
	line-height: 22px;
	font-size: 12px;
	z-index: 0;
	text-transform:Uppercase;
}
.nameff a {
	float: right;
	padding: 12px 0 0 0;
	color: #333;
}

.copright {
	margin: 20px 0 0 0;
	text-align:left;
}
.copright p {
	color: #fff;
	line-height:24px;
	
}

.copright a {
	color: #fff;
	margin:0 0px 0 0;
}
.copright a:hover {
	color: #ffae00;
}
.link {height: 20px;
    padding: 15px 0;}
.link  p{    font-size: 12px;
    color: #fff;
    font-weight: bold;
	float:left;}
.link a{    
float:left;
margin:0 5px;
 color: #fff;
}

/*内页*/

.title_ny {
	font-size: 14px;
color: #fff;
font-weight: normal;
line-height: 22px;
overflow: hidden;
height: 20px;
padding: 0 0 10px 40px;
background: url('../images/jt.png') no-repeat 20px 8px;
}
.title_ny span {
	margin: 0 0 0 5px;
}
.a_left {
	width: 210px;
	float: left;
	position: relative;
}
.a_title {
	height: 35px;
	line-height: 35px;
	background: #d73240;
	font-size: 14px;
	padding-left: 17px;
	color: #fff;
	text-align: left;
}
.a_title a {
	color: #fff;
}
.a_list {
	width: 208px;
	border: 1px solid #ccc;
	margin: 20px 0 0 0;
	padding: 0px 0 10px 0;
}
.a_list ul {
	padding: 10px 0px 0 0;
	padding-left: 40px;
}
.a_list ul li {
	line-height: 30px;
}
.a_list ul li >a {
	background: url(../images/jt.gif) no-repeat left center;
	padding-left: 12px;
	color: #333;
}
.a_list ul li >a:hover {
	color: #C30D23;
}
.a_list ul li dl {
	padding-left: 10px;
}
.a_list ul li dl dd {
	height: 22px;
	line-height: 22px;
}
.a_list ul li dl dd a {
	padding-left: 15px;
	background: url(../images/-.gif) no-repeat left center;
	color: #333;
}
.a_list ul li dl dd a:hover {
	color: #C30D23;
}
.a_contact {
	width: 208px;
	border: 1px solid #ccc;
	margin: 10px 0 20px 0;
	text-align: center;
	padding-bottom: 5px;
}
.a_contact >p {
	color: #666666;
	line-height: 18px;
	text-align: left;
	padding: 0 8px 0 8px;
}
.a_contact >p >a {
	color: #333;
}
.a_contact >p >a:hover {
	color: #C30D23;
}
.a_contact img {
	margin: 5px 0 5px 0;
}
.a_tel {
	background: url(../images/dh.gif) no-repeat 8px center;
	text-align: left;
	padding-left: 68px;
	margin-bottom: 10px;
}
.a_tel span {
	color: #333;
}
.a_tel p {
	color: #C30D23;
	font: 14px "Impact";
}
.a_right {
	width: 930px;
	float: right;
	position: relative;
	margin: 31px 0 0 0;
}
/* 下一个产品 */
.preNext {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f9f9f9;
	padding-left: 20px;
	border-radius: 10px;
}
.preNext .line {
	height: 10px;
	overflow: hidden;
	clear: both;
	margin: 4px auto;
	padding-top: 10px;
}
.preNext .line strong {
	display: block;
	width: 8px;
	height: 10px;
	overflow: hidden;
	font-size: 0px;
	line-height: 100px;
	float: left;
}







.preNext .text {
	color: #333;
	
}

.preNext .text li{/* margin-bottom:10px; */line-height: 30px;font-size: 15px;color: #666;}
.preNext .text li a{color:#555;}
.preNext .text dt{line-height: 38px;}
.preNext .text a:hover {
	color: #0D62BE;
	text-decoration: underline;
}
.preNext .text dt a {
	color: #333;
}
.preNext .text dt a:hover {
	color: #262d3f;
}
.preNext .text_b {
	color: #262d3f;
}
.preNext .text_b a {
	color: #262d3f !important;
}
.nrfg{border-bottom: 1px solid #eee;margin: 0 0 20px 0;}
.nrfg span{    font-size: 18px;  font-weight: bold; line-height:50px;}
/*新闻列表*/
.news_list{/* padding-bottom: 40px; */}
.news_list li {

border-bottom: 2px #f5f5f5 solid;

padding: 20px 0;

background: #fff;
}
.news_list li {
	font-size: 16px;
	display: table;
	width: 100%;
}
.news_list li img{
    float: left;
    /* border: 1px solid #f5f5f5; */
    /* padding: 4px; */
    margin-right: 30px;
    border-radius: 6px;
    }
.news_list li i{
    font-style: normal;
    color: #999;
    font-size: 12px;
    display: block;
    }
.news_list li em{
    display: block;
    float: left;
    width: 110px;
    height: 32px;
    border: 1px solid #f2f2f2;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    margin-top: 12px;
    border-radius: 6px;
    color: #999;
    }
.news_list li a em:hover{background: #0D62BE;
    color: #fff;}
.news_list span {
	color: #666666;
	font-size: 15px;
	line-height: 34px;
	display: block;
}
.news_list li p{
    color: #555;
    font-size: 20px;
    text-align: justify;
    margin-bottom: 0;
    }
.news_list li a {
	color: #555;
	display:block;
}
.news_list li a:hover {
	color: #0D62BE;
}
/* 翻页 */
.page_list {
	height: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	;
	font-size: 12px;
	margin-top: 20px;
	border: none !important;
	margin-bottom: 20px;
}
.page_list a {
	display: inline-block;
	color: #aaa;
	border: 1px solid #aaa;
	background: #fff;
	text-align: center;
	margin: 0 1px;
	width: auto;
	height: 20px;
	padding: 0px 6px;
	font-family: "Microsoft Yahei", "宋体";
}
.page_list a:hover {
	color: #fff;
	border: 1px solid #C30D23;
	background: #C30D23;
}
.page_list a.on {
	color: #fff;
	border: 1px solid #C30D23;
	background: #C30D23;
}
/*新闻详细*/
.title_news_article {
	font-size: 28px;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	line-height: 40px;
}
.news_aticle {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin:20px 0;
}
.title_news_article p{    text-align: center;
    background: #f6f6f6;
    margin-top: 5px;
    border-radius: 10px;
    margin-bottom: 30px;
	lin-height:30px;}
.title_news_article a{    color: #999;}
/*product 页面*/
.prolist {
}
.prolist ul li {
	float: left;
	margin: 0 7px 0 8px;
	height:260px;
}
.prolist ul li > a {
	display: block;
	width: 210px;
	border: 1px #ccc solid;
}
.prolist ul li p {
	margin-bottom: 10px;
}
.prolist ul li p a {
	width: 210px;
	text-align: center;
	margin-top: 0px;
	font-size: 14px;
	color: #333;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}
.prolist ul li p a:hover {
	color: #C30D23;
}
/* 产品详情 */
.proinfo {
	width: 100%;
	height: 350px;
}
.photo{width: 100%;}
.photo h3{     text-align: center;
    font-weight: bold;
    padding-top: 20px;}
.photo h3 a{color: #333;
    font-weight: normal;
    font-size: 28px;}
.photo_img{width: 600px;margin: 0 auto;margin-top: 20px;border: 10px #fff solid;}
.proinfo_img {
	float: left;
	width: 360px;
	border: 1px #f5f5f5 solid;
	height: 360px;
}
.proinfo_text {
	float: right;
	width: 440px;
	margin-left: 30px;
}
.proinfo_text h1 {
    color: #555;
    border-bottom: 1px #eee solid;
    height: 50px;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 10px;
    font-family: "微软雅黑";
    margin-bottom: 20px;
}
.proinfo_text p {
	margin: 10px 0;
	color: #333;

}
.pro_c {
	color: #333;
	line-height: 32px;
	font-size:16px;
}
.pro_c p{
    font-size: 16px;
}
.pro_c img{
    max-width: 100%;
}
.pro_c p strong{ font-weight:bold;}

/*相关信息*/
.related_news {
	margin: 20px 0 0 0;
	display: table;
	width: 100%;
}
.related_title {
	border-bottom: 1px solid #eee;
	margin: 0px 0 20px 0;
}
.related_title span {
	font-size: 18px;
	font-weight: bold;
	line-height:30px;
}

.related_title a {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
/*相关新闻*/

.related_news ul li {

	width: 50%;





	float: left;
	padding: 2px 60px 2px 0;
	box-sizing: border-box;
	border-bottom:1px #eee dashed;
}
.related_news ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 50px;
	font-size: 16px;
}
.related_news ul li a span {
	float: right;
	color: #999;
	font-size: 14px;
}
/*相关产品*/
.related_product {
	height: 340px;
}
.related_product ul li {
	float: left;
	width: 23.8%;
	margin-right: 15px;
}
.related_product ul li img{width:100%; height:100%;}
.related_product ul li:nth-last-child(1){margin-right:0;}
.related_product ul li>a {
	border: 1px #f2f2f2 solid;
	/* width: 250px; */
	height: 210px;
	display: block;
}
.related_product ul li p a {
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 46px;
}
.related_product ul li:hover{    font-weight: bold; color: #0D62BE;}
.related_product ul li:hover a{color: #0D62BE;}

/* 分页 */
.page_info{text-align:center;margin-top:10px;color:#aaa;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:20px;line-height:20px;text-align:center;letter-spacing:0;;font-size:12px;margin-top:20px; border:none !important;}
.page_list a{display:inline-block;color:#aaa;border:1px solid #aaa;background:#fff;text-align:center;margin:0 1px; width:auto; height:20px; padding:0px 6px;font-family:"Microsoft Yahei";}
.page_list a:hover{color:#fff;border:1px solid #C30D23;background:#C30D23;}
.page_list a.on{color:#fff;border:1px solid #C30D23;background:#C30D23;}


.pagination {
    clear: both;
    text-align: center;
    float: right;
    border-bottom: none !important;
    margin-top: 20px;
}
.pagination li {
   display: inline-block;
}
.pagination li a {
    display: block;
    padding: 5px 12px;
    background-color: #fcfcfc;
    border: 1px solid #eeeeee;
    font-size: 16px;
}
.pagination li + li a {
    border-left: none;
}
.pagination li.active a,
.pagination li a:hover {
    background-color: #0D62BE;
    color: #ffffff;
}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.bg1_cont {width: 960px;margin:0 auto;/* height: 328px; */overflow: hidden;}
.bg1_text {padding-left: 30px;width:472px;background: url(../images/line1.gif) no-repeat left top;}
.bg1_text .p1 img {vertical-align: top;}
.bg1_text .p2 {padding: 16px 0 22px 0;font: 14px/24px "Microsoft YaHei";color: #333;}
.fr { float:right;}
.adv1 {background: url(../images/adv1.jpg) center no-repeat; height:721px;}
.adv3 {background: url(../images/adv3.jpg) center no-repeat; height:206px; margin-bottom:25px;}
.adv2 a:hover {color:#fab00e;}


	   
	   /* 询盘 */
.xqtitle{ width:80px; height:24px; text-align:center;  line-height:24px; background:#C30D23; font-size:14px; margin-bottom:10px; font-family:"Microsoft Yahei","微软雅黑"; color:#fff; }
.goodsConts{color:#666; margin-top:20px;}
.inquiry{ margin:0 auto; clear:both; font-size:14px; border:1px #ddd solid; padding:30px; background:#f8f8f8} 
.form-group1{ width:50%; float:left; margin-bottom:10px} 
.form-group10{ width:50%; float:left; margin-bottom:10px} 
.form-group2{ width:100%; float:left; margin-bottom:10px} 
.form-group3{ float:left; margin:0 50px 10px 0;} 
.form-group4{ float:left; margin-bottom:10px} 

.inquiry label{ float:left; line-height:30px;} 
.form-control1{ float:left; width:75%; border:1px #ddd solid; height:30px; line-height:30px;} 
.form-control2{ float:left; width: 87.5%; border:1px #ddd solid; height:100px; line-height:30px;} 
.form-control3{ float:left; width:100px; border:1px #ddd solid; height:30px; line-height:30px;} 
.form-sub1{ width:80px; height:30px; color:#fff; background:#C30D23; border:none;}

	   /* 留言 */
.content01{padding: 10px 10px 20px 10px;}
.form-group{margin: 0 auto;clear: both;padding: 12px 0;}
.form-group label{float: left;font-size: 16px;}
.form-control{float: left;border: 1px #f1f1f1 solid;height: 30px;line-height: 30px;border-radius: 6px;width: calc(100% - 50px);}
.form-control-c{float: left;border: 1px #f1f1f1 solid;height: 100px;line-height: 30px;border-radius: 6px;width: calc(100% - 50px);}
button.form-sub{width: 100%;margin: 0 auto;clear: both;font-size: 16px;font-family: "微软雅黑", "宋体", arial;border-radius: 8px;}
.form-sub{height: 40px;color: #fff;background: #0D62BE;border: none;}
.form-control-y{float: left;width: 140px;border: 1px #f1f1f1 solid;height: 30px;line-height: 30px;border-radius: 6px 0 0 6px;}
.content {
	
padding: 20px 40px;
	
background:#fff;
	
border-radius: 6px;
}
.content p {
    color: #555;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.content p strong{ font-weight:bold;}

ul {
	list-style: none outside none;
}

.wfixed{max-width: 1400px;margin:0 auto;min-width: 1300px;}
.fl{float:left;}
.fr{float:right;}
	   /* 首页产品列表产品 */	   
.cpbg{width:100%;background: #f2f2f2;padding-top: 60px;display: table;margin-bottom: 60px;}
.g-sd1{position: relative;float: left;width: 240px;margin-bottom: 40px;}
.cate-box{width: 100%; background-color: #f7f7f7; color: #fff;}
.cate-box h3{font-size: 30px;color: #fff;line-height: 100px;text-align: center;position: relative;overflow: hidden;background: #0D62BE;border-radius: 20px 20px 0 0;}
.cate-box ul{/* border-left:2px #262d3f solid; *//* border-right:2px #262d3f solid; *//* border-bottom: 2px #0D62BE solid; */}
.cate-box ul li{font-size: 17px;background: #fff;margin: 5px 0;}
.cate-box ul li a{color: #333;display: block;line-height: 60px;/* border-bottom:1px #ddd dashed; */text-align: center;font-size: 18px;}
.cate-box ul li a:hover{background: #ddd;}
.tel-box{border: 2px solid #0D62BE;text-align: left;background-color: #fff;padding: 20px 15px;border-radius: 6px;}
.tel-box p.big{font-size: 16px;text-align: center;}
.tel-box strong{color: #0D62BE;font-size: 24px;font-weight: bold;/* line-height: 40px; */}
.tel-box a{background-color: #0D62BE;border-radius: 15px;padding: 8px 25px;color: #fff;display: block;}
.mt10{margin-top: 10px;}

.cate-box2{width: 100%; background-color: #f7f7f7; color: #fff;}
.cate-box2 h3{font-size: 30px; color: #fff; line-height: 80px; text-align: center; position: relative; overflow: hidden; background:#262d3f; margin-bottom:1px; }
.cate-box2 ul{  border-left:2px #262d3f solid; border-right:2px #262d3f solid; border-bottom:2px #262d3f solid;}
.cate-box2 ul li{font-size: 18px;border-bottom: 1px #ddd dashed;}
.cate-box2 ul li a{color: #333;display: block;line-height: 60px;padding-left: 40px;background: #eee;}
.cate-box2 ul li a:hover{ background:#262d3f; color:#fff;}
.cate-box2 ul li a p{}
.cate-box2 ul li p a{
    line-height: 40px;
    background: #f7f7f7;
    border-top: 1px #ddd dashed;
    font-size: 16px;
    color: #666;
}


.g-mn1{max-width: 1130px;float:right;margin-bottom:30px;width: calc(100% - 270px);}
.widget_search{padding: 14px 0; width: 100%; line-height: 35px; text-align: left; background-color: #fff; position: relative; height: 40px;}
.widget-notice{width: 645px; height: 40px; float: left;}
.widget-notice img{float:left; padding-top: 10px;}
.widget-notice span{float:left; padding-left: 20px; font-size: 14px; color: #000; line-height: 32px; width: 625px; box-sizing: border-box;}
.widget-search-form{width:282px; float:right;}
.input_text{
    box-sizing: border-box;
    display: block;
    width: 220px;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #888;
    background-color: #fff;
    background-image: none;
    border: 1px solid #eae7e7;
    border-radius: 0;
    float:left;
    border-radius: 6px 0 0 6px;
    }
.widget-search-form .input_text{float: left;  width: 75%; height: 35px; vertical-align: top; border-color: #262d3f; border-radius: 20px;}
.input_text:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.btn_search{font-size: 16px;border:none;background: #999;color:#262d3f;padding: 0 5px;border-radius: 0 6px 6px 0;}
.widget_product ul{    margin-top: 10px;}
.widget_product li{float: left;margin-right: 25px;width: 340px;height: 303px;/* background: #f2f2f2; */margin-bottom: 20px;border: 1px solid #f2f2f2;/* border-radius: 10px; */}
.widget_product li a p{line-height: 50px;font-size: 16px;text-align: center;background: #f2f2f2;color: #333;/* border-radius: 0 0 10px 10px; */}
.widget_product li a img{display:block;/* border-radius: 6px 6px 0 0; */}
.widget_product li:nth-child(3n){margin-right: 0;}



.about_f ul{ margin-top:50px;}
.about_f li{float: left; margin-right: 16px; width: 260px; background: #fff; margin-bottom: 20px; border:1px #eee solid;}
.about_f li p{  line-height: 40px; font-size: 16px; text-align: center; background:#262d3f; color:#fff;}
.about_f li:nth-child(2){margin-right: 0;}
.about_f li:nth-child(4){margin-right: 0;}




	   /* 首页优势 */
	   
	   
.g-one {
	background: #fff;
	height: 670px;
	overflow: hidden;
}
.g-one h4 {
	text-align: center;
	font: 40px "Microsoft YaHei";
	color: #333;
	font-weight: bold;
	height: 120px;
	margin: 46px 0 14px 0
}
.g-one h4 p {
	font: 20px "Microsoft YaHei";
	color: #333;
	padding: 12px 0px;
}
.one {
	width: 1200px;
	margin: 20px auto;
}
.one dl {
	width: 265px;

	height: 410px;
	border: 5px solid #f5f5f5;
	float: left;
	margin-right: 33px;
	display: inline;
}
.one dt {
	width: 139px;
	height: 139px;
	font: 24px "Microsoft YaHei";
	color: #fff;
	background: url(../images/rs_05.png) no-repeat;


	text-align: center;
	line-height: 139px;
	margin: 32px auto;
}
.one dd {
	text-align: center;
	font: 15px "Microsoft YaHei";
	color: #333;
	padding: 0 15px;
	line-height: 35px;
	text-align:left;
}
.one .none {
	margin-right: 0px;
}	   
	   





#in_04{width: 1200px;height: 500px;margin:60px auto;position: relative;}
#in_04_lou{width: 277px;height: 544px;position: absolute;left:246px;top:102px;z-index: 2;}
#in_04_hx1{width: 950px;height: 1px;background: #cbcbcb;position: absolute;left:246px;top:230px;z-index: 1;}
#in_04_hx2{width: 950px;height: 1px;background: #cbcbcb;position: absolute;left:246px;top:500px;z-index: 1;}
#in_04_l{width: 246px;height: 500px;float: left;background: #fff url(../images/in_04_l.png) bottom center no-repeat;border-radius: 5px;}
#in_04_title{width: 246px;height: 208px;background: url(../images/in_04_title.png) bottom center no-repeat;margin:0 auto;}
#in_04_info{width: 246px;height: 57px;margin:0 auto; margin-top:20px;line-height: 25px;color: #979797;font-size: 15px;text-align: center;}
#in_04_reason{width: 246px;margin:0 auto; margin-top:10px;line-height: 50px;color: #696969;font-size: 30px; font-weight:bold; text-align: center;}
#in_04_reason span{color: #262d3f;}
#in_04_more{width: 133px;height: 34px;margin:0 auto;margin-top: 10px;text-align: center;line-height: 34px;}
#in_04_more a{display: block;width: 133px;height: 34px;background: url(../images/in_04_more.png) center no-repeat;color: #fff;font-weight: bold;font-size: 14px;}
#in_04_tel{width: 100%;line-height: 20px;text-align: center;font-size: 14px;margin:0 auto;margin-top:95px;}
#in_04_tel span{color: #fff;font-size: 30px;}
#in_04_r{width: 920px;float: right;}
#in_04_r li{width: 100%;height: 200px;margin:0 auto;margin-bottom: 70px;position: relative;}
#in_04_r li .in_04_img{position: absolute;right: 0px;top:-40px;}
#in_04_r li .in_04_title{ width: 550px;height: 25px; line-height: 25px;color: #262d3f;font-size: 18px;font-weight: bold; position: absolute;left: 0px;top:0px;}
#in_04_r li .in_04_title span{padding-left: 34px;font-size: 24px;}
#in_04_r li .in_04_info{ width: 570px;line-height: 40px;color: #686767;font-size: 15px; position: absolute;left: 20px;top:36px; }
#in_04_r li .in_04_info span{color: #b28744;}
#in_04_r li .in_04_more{ width: 110px;height: 35px; line-height: 35px;position: absolute;right: 400px;bottom:0px; background:#262d3f; border-radius:10px;}
#in_04_r li .in_04_more a{display: block; width: 110px;color: #fff;font-size: 14px; line-height:30px; text-align:center;}

	   
	   
	   
.youshi{background:url(../images/advs.jpg) top center no-repeat #0f8e41; height:152px;}
.youshi2{background:url(../images/adv_bg.jpg) top center no-repeat #0f8e41; height:152px;}
.ys_l{background-color: #fff; height: 1180px; padding-top: 40px;}
.ys_l .T{background: url(../images/adv05.png) top center no-repeat; height: 130px; padding-bottom: 35px;}
.ys_s{width:100%; height: 500px;}
.ys_d{width:587px;}
.ys_span{padding: 20px 0; background: inherit; text-align: left; display: block;}
.ys_span h3{position: relative; padding-left: 76px; color: #262d3f; font-weight: 700;}
.ys_span h3:before{position: absolute; top: -2px; left: 0; width: 68px; height: 56px; background: url(../images/adv_bg2.png) no-repeat;
    color: #fff; text-align: center; font-weight: bolder; font-size: 36px; line-height: 45px; }
.ys_span h3:before{content: '01';}
.ys_span .yss:before{content: '02';}
.ys_span .ysa:before{content: '03';}
.ys_span .ysb:before{content: '04';}
.ys_span h3 p{padding: 0; color: inherit; font-size: 24px;}
.ys_span h3 p:before{content: '';}
.ys_span p{padding-left: 76px; height: auto; color: #3a3a3a; font-size: 14px; line-height: 32px;}
.ys_span p:before{color: #262d3f; content: '+'; font-weight: 700;}
.ys_span h3 small{color: #262d3f; font-size: 18px; line-height: 32px;}

	   /* 产品轮播 */
.hot_rx{background: #262d3f;height: 1130px;padding-top: 60px;}
.E{background: url(../images/case_t.png) top center no-repeat; height: 160px; padding-bottom: 10px;}
.box{ width:1200px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.hotproduct {margin: 15px 0 20px 0;}
.top_14 {list-style: none outside none; display: inline;}
.top_14 li {float: left;/* height: 265px; */overflow: hidden;padding-right: 8px;padding-top: 8px;text-align: center;width: 285px;background: #fff;margin-right: 20px;padding-left: 8px;}
.top_14 h3 {/* height: 217px; */margin: 0 auto;}
.top_14 h3 a {padding: 1px; display: table-cell;}
.top_14 h3 img {vertical-align: middle;}
.top_14 li p {}
.top_14 li p .a1 {font-size: 18px;display: block;line-height: 38px;}
.top_14 li p .a1:hover {color: #262d3f;}

	   /* 关于我们 */
.about_box{border: 2px solid #262d3f;height: 540px;margin-top: 60px;margin-bottom: 60px;position: relative;}
.about_t{padding: 50px 30px 30px;position: relative;width: 610px;box-sizing: border-box;}
.about_t h3{position: absolute; top: -30px; background: #262d3f; font-size: 30px; color: #fff; padding: 8px 60px; font-weight: bold;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.about_t .C{color: #333;font-size: 16px;line-height: 28px;text-align: justify;}
.about_t .C p{width:100%;background:#262d3f;color:#fff;line-height:42px;text-align:center;display:block;margin-top:10px;font-size: 16px;}
.about_t .C p a{ color:#fff;}

.about_f{width:554px;box-sizing: border-box;margin-right: 30px;background:url(../images/about2.jpg) center no-repeat;height: 441px;margin-top: 50px;}
.gdal{width: 540px; line-height: 42px; background-color: #f5f5f5; text-align: center; color: #262d3f; position: absolute; bottom: 35px;}

	   /* 首页新闻 */
.index_new{width:587px; margin-top: 60px;}	   
.box-t{border-bottom: 1px solid #ccc;font-size: 24px;color: #262d3f;margin-bottom: 25px;padding-bottom: 10px;position: relative;line-height: 24px;text-align: left}
.box-t strong{font-weight: bold;}
.box-t .small{font-size: 18px; font-weight: bold;}
.box-t a{font-size: 12px;color: #b2b2b2;}
.box-t:after{position: absolute;display: block;content: '';width: 100px;height: 2px;background-color: #262d3f;bottom: -1px}	   
.PageCrumbList{float: left;font-size: 14px;color: #b2b2b2;font-weight: normal;padding-left: 10px;border-left: 2px solid #eee;margin-left: 10px;line-height: 20px;margin-top: 8px;}
.PageCrumbList a{font-size: 14px; color: #666;}
.box-t:after{position: absolute; display: block; content: ''; width: 100px; height: 2px; background-color: #262d3f; bottom: -1px;}

.news-box{position: relative; color: #828282; height: 143px;}
.news-cont{width:380px;}
.news-cont h3{font-size: 18px;font-weight: bold;margin-top: 6px;}
.news-cont h3 a{color:#262d3f;}
.news-cont p{font-size: 14px;line-height: 24px;color: #666;padding-top: 10px;text-align: justify;}

.new-box{font-size: 16px; color: #535353; padding-top: 10px; margin-bottom: 1em;}
.new-box li{font-size: 15px; line-height: 42px; border-bottom:1px #eee solid;} 
.new-box li a{color:#333;}

.new-box li span{padding-right: 8px; float: right; color: #828282; display:block;}


.index_news{width:587px; margin-top: 60px;}
.newss-box{position: relative; color: #828282; border-bottom: 1px solid #ddd; padding-bottom: 1em; margin-bottom: 1em;}
.newss-box h3{font-size: 16px; font-weight: bold; line-height: 32px;}
.newss-box h3 i{background-color: #262d3f;}
.newss-box i{font-size: 12px; border-radius: 5px; color: #fff; padding: 4px; font-weight: normal; margin-right: 10px; font-style:normal;}
.newss-box h3 a{color: #262d3f; }
.newss-box p{padding: 3px 0; line-height: 24px; font-size: 14px;}
.newss-box p i{background-color: #0c8854;}
.newss-box p span{ }

	   /* 友情链接 */
.busMess{background: #f2f2f2;height: 70px;line-height: 30px;padding-top: 10px;}
.busMess span{font-size: 16px; color:#333;}


.box-x{padding: 10px 40px;background-color: #fff;color: #262d3f;text-align: left;font-size: 18px;line-height: 35px;display: table;width: 100%;box-sizing: border-box;border-radius: 6px;margin-bottom: 5px;}
.box-x strong{font-weight: bold;color: #333;float: left;}
.box-x .PageCrumbList{color: #999;}

.box-x .PageCrumbList a{color: #999;}

.pagination li {display: inline-block;display: inline-block;zoom: 1;float: left;margin: 0;width: auto;height: auto;border: none !important;width: 40px !important;}
.sy_rxcp{
    text-align: center;
    color: #fff;
    margin-top: 10px;
    width: 1200px;
    margin: 0 auto;
}
.sy_rxcp p{
    font-size: 40px;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
}
.sy_rxcp span{
    font-size: 18px;
    margin-top: 10px;
    display: table;
}
.sy_rxcp span a{color:#fff;display: block;font-size: 16px;float: left;border: 1px solid #adaaaa;margin: 4px;width: 190px;line-height: 40px;/* background: #d73240; */border-radius: 3px;/* font-weight: bold; */}
.sy_rxcp span a:hover{font-weight: bold;
    background: #d73240;
    border: 1px solid #d73240;}
.gsdt{  }
.lxwmym{    background: #f5f8f9;    margin-bottom: 30px;     padding: 20px;}
.liuyan p{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}
.liuyan{
    background: #f9f9f9;
    margin-bottom: 30px;
    border-radius: 10px;
    width: 550px;
    padding: 39px 40px;
    width: calc(100% - 500px);
}

.widget_product{
    background: #fff;
    padding: 27px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    }

.news_parameters{     font-size: 14px !important;
    color: #999 !important;}
.news_parameters a{color:#999;}

.sy_chanpin{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.sy_chanpin ul{}
.sy_chanpin ul li{
    float: left;
    margin: 10px 10px;
}
.sy_chanpin ul li p{}
.sy_chanpin ul li p img{}
.sy_chanpin ul li p a{
    display: block;
    height: 380px;
}
.sy_chanpin ul li:hover span a{ font-weight:bold;}
.sy_chanpin ul li span{
    background: #d73240;
    display: block;
    line-height: 60px;
}
.sy_chanpin ul li span a{
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.rx_cp{
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}


.zx_cpzs{
    height: 448px;
    width: 100%;
    margin: 0 auto;
}
.zx_cpzs ul{}
.zx_cpzs ul li{
    width: 385px;
    float: left;
    border-right: 1px solid #eeeeee;
}
.zx_cpzs ul li:hover p a{background: #000;}
.zx_cpzs ul li:hover p a img{    opacity: 0.95;}
.zx_cpzs ul li:hover span{background: #f2f2f2;}
.zx_cpzs ul li p{
    height: 324px;
    width: 385px;
    border-radius: 20px 20px 0 0;
}
.zx_cpzs ul li p a{
    display: block;
    width: 385px;
    height: 324px;
    border-radius: 20px 20px 0 0;
    transition: all 0.6s;
}
.zx_cpzs ul li p img{}
.zx_cpzs ul li span{
    display: block;
    color: #fff;
    text-align: center;
    width: 385px;
    height: 122px;
    border-top: 1px solid #fff;
    background: #fff;
    border-radius: 0 0 20px 20px;
    transition: all 0.6s;
}
.zx_cpzs ul li span a{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-top: 28px;
}
.zx_cpzs ul li span em{display:block;font-weight:normal;font-style: normal;font-size: 18px;color: #666;line-height: 48px;}
.zx_cpzs ul li span em i{
    font-style: normal;
    padding: 0 4px;
}

.zx_cpzs ul li:hover span a{padding-bottom: 40px;}
#demo1p {width: 100%;/* height: 190px; */overflow: hidden;/* position: relative; */margin: 0 auto;}
#indemo1p {float: left;width: 980%;}
#demo1p1 {float: left;word-break: break-all;}
#demo1p2 {float: left;}
.rx_aboutb ul{width:100%;height: 190px;/* background: #0066d9; */}
.rx_aboutb ul li{
    float: left;
    background: #f9f9f9;
    width: 450px;
    margin-right: 20px;
    padding: 20px 30px;
    border: 1px solid #dfdfdf;
    height: 190px;
    box-sizing: border-box;
}
.rx_aboutb ul li a{ display:block; }
.rx_aboutb ul li p{
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
	color:#333;
}
.rx_aboutb ul li span{
    font-size: 15px;

    display: block;
    line-height: 26px;
	color:#666;
}
.rx_aboutb ul li a:hover p{color: #333;}
.rx_aboutb ul li a:hover span{color:#666;}
.sy_xw_a{
    text-align: center;
    margin-bottom: 30px;
}
.sy_xw_a i{    display: block;
    font-style: normal;
    font-size: 50px;
    color: #262d3f;
    font-weight: bold;
    line-height: 66px;}
.sy_xw_a span{    font-size: 38px;
    line-height: 50px;
    padding-bottom: 25px;
    position: relative;
    font-weight: bold;
    color: #333;}
.sy_xw_a em{    width: 50px;
    height: 2px;
    background: #d73240;
    display: block;
    margin: 0 auto;
    margin-top: 20px;}


.sh_slsb{background:url(../images/slsb.jpg) center no-repeat;height:942px;padding-top: 134px;box-sizing: border-box;}
.sh_zy{
    float: left;
    /* padding-right: 123px; */
}
.sh_zy p{
    font-size: 45px;
    font-weight: bold;
    color: #333;
    line-height: 45px;
}
.sh_zy p i{
    width: 105px;
    display: block;
    height: 6px;
    background: #333;
    border-radius: 6px;
    margin-top: 17px;
}
.sh_zy ul{
    margin-top: 53px;
}
.sh_zy ul li{
    font-size: 22px;
}
.sh_zy ul li:nth-child(1) a{font-weight: bold;}
.sh_zy ul li:nth-child(1) i{ background:#999;}
.sh_zy ul li a{
    color: #222;
    line-height: 56px;
}
.sh_zy ul li i{
    float: left;
    width: 10px;
    height: 10px;
    border: 2px solid #999;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 22px;
    }


.sh_cpzs{
    padding-top: 128px;
    float: right;
    /* width: calc(100% - 397px); */
}
.sh_cpzs dl:nth-child(1){ display:block;}
.sh_cpzs dl{
    display: none;
}
.sh_cpzs dl dt{
    width: 500px;
    height: 546px;
    background: #fff;
    border-radius: 100px 20px 100px 20px;
    float: left;
}
.sh_cpzs dl dt img{
    margin: 0 auto;
    border-radius: 100px 20px 100px 20px;
}
.sh_cpzs dl dd{
    float: left;
    margin-left: 60px;
    background: url(../images/sh_cpzs.png) left top 10px no-repeat;
    height: 500px;
    padding-left: 43px;
    margin-top: 12px;
    }
.sh_cpzs dl dd span{
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 34px;
}
.sh_cpzs dl dd p{
    font-size: 20px;
    color: #fff;
    line-height: 56px;
    width: 400px;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    /* opacity: 0.9; */
}
.sh_cpzs dl dd a{
    width: 243px;
    height: 57px;
    display: block;
    background: #0D62BE;
    border-radius: 28px;
    text-align: center;
    line-height: 57px;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    margin-left: -43px;
}


.sh_sz{
    width: 442px;
    float: right;
    margin-top: -100px;
}
.sh_sz .prev{background:url(../images/ico25.png) center no-repeat;width: 40px;height: 40px;float: left;padding-top: 15px;opacity: 0.8;}
.sh_sz .next{background:url(../images/ico26.png) center no-repeat;width: 40px;height: 40px;float: left;padding-top: 15px;opacity: 0.8;}



.al_all{margin-bottom:0px; width:1200px; margin:0 auto;}
/*.al_nr{margin-top:40px;}
.al_left{background: #1568B4;float: left;width: 22.5%;padding: 20px 25px;}
.al_left p{font-size: 26px;font-family: Impact;color: #fff;}
.al_left em{color: #fff;font-size: 20px; font-style:normal;}
.al_left h2{font-size: 30px;color: #fff;margin-top: 10px;background: url(img/jia.jpg)no-repeat right;width: 255px;}
.left_alnr2{background: #fff;padding:10px 15px;margin-top: 15px;}
.left_alnr2 ul li{background: #1568B4;width: 240px;height: 35px;border-radius: 35px;margin:4px 0;transition: .3s;}
.left_alnr2 ul li a{color: #fff;line-height: 35px;text-align: center;display: block;}
.al_left img{width: 270px;}
.left_alnr2 ul li:hover{background: #eb7403;margin-left: 6px;}*/

.al_right{float: right;width: 1200px;height: 737px;}

.al_right article{
	overflow: hidden;margin-bottom: 30px;background: #f5f5f5;
}
.al_right article img,.al_right article strong ,.al_right article a{
	display: block;
}
.al_right article>img{
	float: left;width: 480px; height:360px;
}
.al_right article aside{
	float: right;width: 680px;padding-bottom: 45px;
}
.al_right article strong{
	font-size: 18px;color: #212121;line-height: 70px;position: relative;margin-bottom: 36px;margin-top: 25px;
}
.al_right article strong:after{
	content: '';position: absolute;bottom: 0;width: 4em;height: 2px;background: #004BA7;left: 0;display: block;
}
.al_right article div{
	font-size: 16px;color: #212121;line-height: 30px;margin-bottom: 0px; display:block; padding-right:30px; text-align:justify;
}
.al_right article div:after{
	content: '……';
}
.al_right article p{
	
}
.al_right article a{
	color: #fff;width: 180px;line-height:44px;display: inline-block;*display: inline;*zoom: 1;border-radius: 32px;margin-right: 40px;text-align: center;
	transition: .3s; font-size:18px;margin-top:20px;
}
.al_right article a:hover{padding-left: 10px;margin-right: 30px;}
[show]{
	background: #004BA7;
}
[contact]{
	background: #ff8105;
}
.al_right div.sl{width:1200px; height:500px;}
.al_right div.sl a{
	width: 415px;margin: 0 15px;float: left;display: block;overflow: hidden;position: relative;
}
.al_right div.sl a:hover img{
	transform: scale(1.1)
}
.al_right div.sl a:hover:before{
	transform: scale(.8)
}
.al_right div.sl a:before{
	content: '';width: 100%;height: 100%;position: absolute;z-index: 2;border: 3px solid #fff;top: 0;left: 0;box-shadow: 0 0 0 70px rgba( 255,255,255,.7 );transition: all .3s;
}
.al_right div.sl a img{
	width:412px; height:318px;display: block;transition: all .3s;
}
.al_right div.sl a em,.al_right div.sl a div{
	display: none;
}
.sl,.st,.st div,.sl div{
	overflow: hidden;
}


.cp_tit{ text-align: center; background: url(../images/tit_bj.png) no-repeat center 20px; line-height: 25px;}
.cp_tit h1{ color: #333333; font-size: 36px; font-weight: bold; height:50px; line-height:50px;}
.cp_tit h1 span{ color: #1b58bd;}
.cp_tit p{ font-size: 18px; color: #666666; text-transform: uppercase; height:30px; padding-bottom: 15px !important;}
.cp_tit i{ text-transform: uppercase; color: #ccc; font-size: 12px; padding-top: 15px; line-height: 15px;}
@media screen and (max-width:768px){
  .cp_tit{ background-size: 70%; padding-bottom: 3%; line-height: 15px;}
  .cp_tit h1{ font-size: 26px;}
  .cp_tit p{ font-size: 14px;}
  .cp_tit i{ display: none;}
}
#gg1{ background: #1b58bd; width: 100%; height: auto; padding: 15px 0;}
#gg1 .right img{ max-width: 100%;}
#gg1 .left{width:600px; display:block; padding-top:20px;}
#gg1 .left i{ color: rgba(255,255,255,0.5); font-size: 30px; text-transform: uppercase;}
#gg1 .left p{ color: #fff; font-weight: bold; font-size: 35px;}
#gg1 .left dl{ border-bottom: 1px solid #fff; padding-bottom: 5px; margin: 2% 0;}
#gg1 .left dl dt{ float: left; background: #ff8a00; font-weight: normal; color: #fff; height: 40px; line-height: 40px; margin-right: 0.5%; padding: 0 3%; transition:0.3s; font-size:16px;}
#gg1 .left dl dt:last-of-type{ float: right; background: url(../images/gg_icon.png) no-repeat right center #ff8a00; padding-right: 6%; border-radius: 3px;}
#gg1 .left dl dt a{ color: #fff !important;}
#gg1 .left dl dt:last-of-type:hover{ background: url(../images/gg_icon.png) no-repeat right center #333;}
#gg1 .left .tel{ background: url(../images/gg1_tel.png) no-repeat center left; padding-left: 30px; color: #fff;}
#gg1 .left .tel span{ font-size: 30px; font-family: impact;}
@media screen and (max-width:768px){
  #gg1 .left p{ font-size: 20px;}
  #gg1 .left dl dt{ padding: 0 2%; height: 30px; line-height: 30px;}
  #gg1 .left dl dt:last-of-type{ background: #ff8a00; padding: 0 3%; }
  #gg1 .left dl dt:last-of-type:hover{ background:  #333;}
#gg1 .left .tel span{ font-size: 18px;}
}
#ysbj{ background: url(../images/ysbj.jpg) no-repeat center top #fff; background-size: 100%; width: 100%; height: auto; padding-top: 3%;}
#ysnr{ width: 1170px; margin:0 auto; height: auto; position: relative;}
#yscontent{ padding: 3% 2% !important;}
#yscontent .pic{ text-align: center; padding: 0 !important; margin-bottom: 3%;}
#yscontent .pic img{ max-width: 100%;}
#yscontent .font{ padding: 0 !important; width:450px;}
#yscontent .pic1,#yscontent .pic3,#yscontent .font2,#yscontent .font4{ float: left;}
#yscontent .font1,#yscontent .pic2,#yscontent .font3,#yscontent .pic4{ float: right;}
#yscontent .num{ height: 150px; width:150px; padding: 0 !important; text-align: center;}
#yscontent .num1{ float: left; background: url(../images/num1.png) no-repeat center top;}
#yscontent .num2{ float: right; background: url(../images/num2.png) no-repeat center top;}
#yscontent .num3{ float: left; background: url(../images/num3.png) no-repeat center top;}
#yscontent .num4{ float: right; background: url(../images/num4.png) no-repeat center top;}

#yscontent .font .bt{ color: #1b58bd; font-size: 24px; font-weight: bold; position: relative; height: 40px; padding-top:30px;}
#yscontent .font .bt::before{ position: absolute; content: ''; left: 0; bottom: 0; width: 30%; height: 3px; background: #ff8a00;}
#yscontent .font ul{ padding: 20px 0;}
#yscontent .font li{ color: #232323; padding-bottom: 10px; background: url(../images/ysicon.png) no-repeat left 12px; line-height: 30px; padding-left: 20px; font-size:16px;}
@media screen and (max-width:768px){
  #yscontent .font .bt{ font-size: 18px; height: 30px;}
  #yscontent .font ul{ padding: 2% 0;}
  #yscontent .font li{ font-size: 12px; line-height: 25px;}
}





.mub{
    float: left;
    right: 100px;
    bottom: 90px;
    color: #999;
    font-size: 22px;
    padding: 0 26px;
}
.mub span{
    color: #ccc;
    font-size: 40px;
}

.sh_hz{ background:url(../images/sh_hz.jpg) center no-repeat; height:1201px; width:100%;}
.sh_hztit{
    padding-top: 134px;

    text-align: center;
    padding-bottom: 80px;
}
.sh_hztit p{
    font-size: 45px;
    font-weight: bold;
    color: #333;
    line-height: 70px;
}

.sh_hztit span{
    font-size: 26px;
    color: #bbbbbb;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;
}
.sh_hz dl{
    float: left;
    width: 278px;
    height: 760px;
    margin-right: 38px;
    background: #fff;
    border-radius: 100px 20px 20px 20px;
    overflow: hidden;
    /* transition: all .4s; */
    overflow: hidden;
    /* transition: all .4s; */
    display: flex;
    justify-content: center;
    /* transition: all 0.6s; */
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}
.sh_hz dl:hover{
	    margin-top: -20px;
	    box-shadow: 10px 10px 20px rgba(0, 0, 0, .3);
	    transition: all 0.6s;
	    }
.sh_hz dl dt{
}
.sh_hz dl dt img{
    height: 402px;
    border-radius: 100px 0 0;
}
.sh_hz dl dt p{
    padding-left: 30px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    padding-top: 52px;
}
.sh_hz dl dt span{
    padding: 0 30px;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    padding-top: 20px;
}






.sh_hz dl dt i{background:url(../images/hzmo.png) center no-repeat;display:block;width:45px;height:45px;margin-left: 30px;margin-top: 75px;-webkit-transform: rotate(360deg);animation: rotation 4s linear infinite;-moz-animation: rotation 4s linear infinite;-webkit-animation: rotation 4s linear infinite;-o-animation: rotation 4s linear infinite;}
.sh_hz dl dd{
    display: none;
    height: 760px;
    max-width: 763px;
    border-radius: 100px 20px 100px 20px;
    /* width: calc(100% - 637px); */
    min-width: 663px;
}
.sh_hz dl dd img{}
.sh_hz dl dd p{
    padding-left: 45px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    padding-top: 52px;
}
.sh_hz dl dd span{
    padding: 0 45px;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #666666;
    padding-top: 20px;
}
.sh_hz dl dd em{
    display: block;
    font-style: normal;
    padding: 0 45px;
    font-size: 18px;
    padding-top: 30px;
    line-height: 32px;
}
.sh_hz dl dd b{
    font-weight: bold;
}
.sh_hz dl dd i{
    background: url(../images/hzmo1.png) center no-repeat;
    display: block;
    width: 442px;
    height: 20px;
    margin-left: 45px;
    margin-top: 52px;
    }

.sh_hz dl:nth-last-child(1){margin-right: 0;}
.sh_hz .self{height: 760px;max-width: 763px;border-radius: 100px 20px 100px 20px;min-width: 665px;width: calc(100% - 637px);}

.sh_hz .self dt{ display:none;}
.sh_hz .self dd{ display:block;}



.sh_wm{ background:url(../images/sh_wm.jpg) center no-repeat; height:958px;}
.sh_emtit{
    padding-top: 134px;
    max-width: 1400px;
    margin: 0 auto;
    min-width: 1300px;
    width: 90%;
}
.sh_emtit p{
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
}
.sh_emtit i{
    width: 105px;
    display: block;
    height: 6px;
    background: #888;
    border-radius: 6px;
    margin-top: 17px;
}

.sh_wm dl{
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 99px;
    display: table;
    min-width: 1300px;
}
.sh_wm dl dt{
    width: 594px;
    height: 524px;
    float: left;
    padding-right: 69px;
}

.sh_wm dl dt img{
    border-radius: 100px 20px 100px 20px;

	transition: all 0.6s;
}
.sh_wm dl dt img:hover{margin-top:-20px;}
.sh_wm dl dd{float: right;width: calc(100% - 668px);}
.sh_wm dl dd span{

    display: block;
    padding-bottom: 20px;
}
.sh_wm dl dd img{

    float: left;
    padding-right: 22px;
}

.sh_wm dl dd em{
    font-size: 26px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
    line-height: 26px;
}
.sh_wm dl dd i{
    display: block;
    font-size: 24px;
    font-style: normal;
    color: #fff;
    opacity: 0.6;
    line-height: 60px;
}
.sh_wm dl dd p{
    font-size: 16px;
    color: #fff;
    opacity: 0.9;
    line-height: 32px;
}


.sh_wmlb{
    max-width: 1400px;
    margin: 0 auto;
    min-width: 1300px;
}
.sh_wmlb ul{
    width: 1064px;
    float: right;
    margin-top: -114px;
}
.sh_wmlb ul li{
    float: left;
    width: 266px;
    height: 114px;
    background: #fff;
    margin-right: 2px;
    text-align: center;
    font-size: 20px;
    padding-top: 19px;
    box-sizing: border-box;
	transition: all 0.6s;
}
.sh_wmlb ul li:hover{margin-top:-5px;}
.sh_wmlb ul li a{ display:block;}
.sh_wmlb ul li:hover img{    transform: rotateY(180deg);}
.sh_wmlb ul li img{transition: all 0.3s linear 0s;}
.sh_wmlb ul li p{
    font-size: 20px;
    color: #333;
}
.sh_wmlb ul li:nth-child(1){
    width: 258px;
    background: #0D62BE;
    border-radius: 20px 0 0 20px;
}
.sh_wmlb ul li:nth-child(1) p{
    color: #fff;
}
.sh_wmlb ul li:nth-last-child(1){
    border-radius: 0 20px 20px 0;
}

.sh_xw{
    margin-bottom: 80px;
}
.sh_xwtit{padding-top: 50px;
    text-align: center;
    padding-bottom: 70px;}
.sh_xwtit span{font-size: 26px;
    color: #bbbbbb;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 26px;}
.sh_xwtit p{    font-size: 45px;
    font-weight: bold;
    color: #333;
    line-height: 70px;}

.sh_xw dl{
    float: left;
    margin-right: 37px;
    height: 600px;
    background: #f2f2f2;
    border-radius: 100px 20px 100px 20px;
    transition: all 0.6s;
    width: calc(100% - 900px);
    max-width: 440px;
}
.sh_xw dl:hover{margin-top: -20px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);}
.sh_xw dl:nth-child(3n){margin-right: 0;}
.sh_xw dl dt{
    display: table;
}
.sh_xw dl dt img{
    border-radius: 100px 20px 0 0;
    padding-bottom: 10px;
    width: 100%; height:267px;object-fit: cover;
}
.sh_xw dl dt p{
    padding-left: 36px;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    float: left;
    text-align: center;
    color: #333;
}
.sh_xw dl dt p em{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    display: block;
    line-height: 24px;
    color: #999999;
}
.sh_xw dl dt i{}
.sh_xw dl dd{
    margin: 0 36px;
    border-top: 1px solid #dddddd;
    margin-top: 10px;
    padding-top: 36px;
}
.sh_xw dl dd p{
    font-size: 20px;
    color: #333;
    line-height: 20px;
    padding-bottom: 15px;
}
.sh_xw dl dd span{
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}
.sh_xw dl dd i{
    background: url(../images/hzmo.png) center no-repeat;
    display: block;
    width: 45px;
    height: 45px;
    margin-top: 29px;
    -webkit-transform: rotate(360deg);
    animation: rotation 4s linear infinite;
    -moz-animation: rotation 4s linear infinite;
    -webkit-animation: rotation 4s linear infinite;
    -o-animation: rotation 4s linear infinite;
}

.sh_xw ul{max-width: 1400px;margin:0 auto;display:table;min-width: 1300px;}
.sh_xw ul li{
    max-width: 440px;
    height: 267px;
    float: left;
    background: #f2f2f2;
    margin-right: 37px;
    border-radius: 20px;
    margin-top: 35px;
    padding: 0 36px;
    box-sizing: border-box;
    padding-top: 45px;
    width: calc(100% - 900px);
    x);
}
.sh_xw ul li:nth-child(3n){margin-right: 0;}
.sh_xw ul li p{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.sh_xw ul li:hover p{color: #0D62BE;}

.sh_xw ul li:hover i{color: #0D62BE;}
.sh_xw ul li span{
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    padding-top: 11px;
}
.sh_xw ul li em{

    display: block;
    font-style: normal;
    color: #999999;
    line-height: 42px;
}
.sh_xw ul li i{
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
    font-style: normal;
    display: block;
    padding-top: 26px;
}

/*bottom*/

.sh_flb{ background:url(../images/sh_flb.jpg) center no-repeat; height:281px; width:100%;}
.sh_flb ul{max-width: 1400px;margin:0 auto;padding-top: 67px;min-width: 1300px;}
.sh_flb ul li{text-align:center;float:left;width: 33.2%;border-right:1px solid #aaa;height:150px;}
.sh_flb ul li a{ display:block;}
.sh_flb ul li img{ padding-bottom: 17px;    transition: all 0.3s linear 0s;}
.sh_flb ul li:hover img{transform: scale(1.1);}
.sh_flb ul li p{font-size:22px; color:#fff;}
.sh_flb ul li span{font-size:18px;font-weight:bold;color:#fff;padding-top: 13px;display: block;}
.sh_flb ul li:nth-last-child(1){border-right:none;}

.sh_foot{ width:100%; height:310px; background:#222222;}
.sh_foot dl{max-width: 1400px;margin:0 auto;padding-top: 60px;min-width: 1300px;}
.sh_foot dl dt{
    float: left;
    width: 438px;
}
.sh_foot dl dt span{
    display: block;
    font-size: 26px;
    color: #fff;
    padding-bottom: 10px;
    line-height: 26px;
}
.sh_foot dl dt p{
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    line-height: 54px;
}
.sh_foot dl dt img{
    float: left;
    padding-top: 12px;
    padding-right: 12px;
}
.sh_foot dl dd{
    float: left;
    padding-right: 113px;
    text-align: center;
}
.sh_foot dl dd em{
    display: block;
    font-size: 20px;
    color: #fff;
    font-style: normal;
    line-height: 20px;
    padding-bottom: 11px;
}
.sh_foot dl dd a{
    display: block;
    font-size: 16px;
    color: #aaaaaa;
    line-height: 33px;
}
.sh_foot dl dd span{
    float: left;
    width: 200px;
    text-align: left;
}
.sh_foot dl dd span a{}
.sh_foot dl dd p{
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    padding-bottom: 20px;
}
.sh_foot dl dd i{
    font-size: 14px;
    color: #aaa;
    font-style: normal;
    display: block;
}
.sh_foot dl dd img{
    margin-top: 15px;
	border-radius: 4px;width:140px;
}

.sh_bottom{height:60px; background:#0D62BE; text-align:center; line-height:60px;}
.sh_bottom p{font-size:16px; color:#fff;}
.sh_bottom p a{ color:#fff;}
.sh_foot dl dd.xnav{width: 300px; padding-right: 0;margin-right:60px;}
.sh_foot dl dd.xnav em{text-align: left;}
.sh_foot dl dd.xnav span{width:150px; float:left;}

.sh_foot dl dd:nth-child(3){width: 400px; padding-right: 0;}
.sh_foot dl dd:nth-child(3) em{text-align: left;}
.sh_foot dl dd:nth-child(4){    
    padding-right: 0;
    float: right;}

.ban{height:500px; background:url(../images/cp_bg.jpg) center no-repeat; width:100%;}
.sousuo{height: 34px;padding-top:2px;box-sizing: border-box;}


.ny_lxwm{
    width: 400px;
    float: left;
}
.ny_lxwm p{
    background: #f9f9f9;
    margin-bottom: 10px;
    line-height: 73px;
    border-radius: 6px;
	font-size: 18px;
}

.sh_nycp{
    display: table;
    max-width: 1400px;
    margin: 0 auto;
    min-width: 1300px;
    }
.sh_nyfl{ }
.sh_nyfl dl{
    padding-top: 60px;
    margin-bottom: 20px;
}
.sh_nyfl dl dt{ }
.sh_nyfl dl dt p{text-align:center;font-size:46px;color:#333;font-weight:bold;line-height: 100px;}
.sh_nyfl dl dt span{}

.sh_nyfl dl dd{background:#fff;height:132px;margin-top: 10px;border-radius: 10px;}
.sh_nyfl dl dd a{display:block;float:left;color:#333;font-size:18px;text-align:center;line-height: 64px;border-bottom: 2px solid #f2f2f2;border-right: 2px solid #f2f2f2;/* max-width: 231px; */width: 16.5%;}
.sh_nyfl dl dd a:nth-child(1){
    background: #0D62BE;
    color: #fff;
    border-radius: 10px 0 0;
    font-weight: bold;
    }

.sh_nyfl dl dd a:nth-child(6){
	border-right: 0;
	border-radius: 0 10px 0 0;
	}
.sh_nyfl dl dd a:nth-child(12){
	border-right: 0;
	/* width: 235px; */
	border-radius: 0 0 10px 0;
	}
.sh_nyfl dl dd a:nth-child(7){    border-radius: 0 0 0 10px;}
.sh_nyfl dl dd a:hover{background: #0D62BE;
    color: #fff;}
.sh_nycpzs{
    background: #fff;
    border-radius: 6px;
    padding: 45px;
    box-sizing: border-box;
    border: none;
    margin-bottom: 60px;
}
.sh_nycpzs dl{
    float: left;
    width: 636px;
    height:264px;
    margin-right: 28px;
    background: #f7f8fa;
    margin-bottom: 20px;
	transition: all 0.3s;
    }
.sh_nycpzs dl:hover{    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, .12);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, .12);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .12);}
.sh_nycpzs dl:nth-child(2n){margin-right:0;}
.sh_nycpzs dl dt{width: 281px;padding-left: 15px;padding-top: 13px;float: left;}
.sh_nycpzs dl dt img{display: block;}
.sh_nycpzs dl dd{
    float: right;
    width: 260px;
    padding-right: 15px;
    padding-top: 13px;
}
.sh_nycpzs dl dd p{
    font-size: 20px;
    line-height: 40px;
    color: #333;
    padding-top: 8px;
}
.sh_nycpzs dl dd i{
    font-size: 15px;
    font-style: normal;
    display: block;
    color: #888;
    line-height: 30px;
    }
.sh_nycpzs dl dd em{
    color: #666666;
    float: left;
    margin-bottom: 15px;
    padding-right: 20px;
}
.sh_nycpzs dl dd b{
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background: url(../images/line-bg.png) repeat-x;
    margin: 5px auto 20px;
    }
.sh_nycpzs dl dd em img{
    display: block;
    float: left;
    padding-right: 10px;
}
.sh_nycpzs dl dd span{
    color: #888;
    display: block;
    /* margin-top: 15px; */
    clear: left;
    line-height: 24px;
}
.sh_nycpzs dl dd i{
    display: block;
    width: 140px;
    line-height: 36px;
    background-color: #262a3d;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 4px;
}


.sh_nycpzs{
}
.sh_nycpzs ul{
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    display: table;
    width: 100%;
}
.sh_nycpzs ul li{
    width: 24.92%;
    float: left;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #f2f2f2;
    /* width: calc(100% - 810px); */
}
.sh_nycpzs ul li:hover p a{background: #000;}
.sh_nycpzs ul li:hover p a img{    opacity: 0.95;}
.sh_nycpzs ul li:hover span{background: #f2f2f2;}
.sh_nycpzs ul li p{
    height: 257px;
    /* width: 326px; */
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
}
.sh_nycpzs ul li p a{
    display: block;
    /* width: 326px; */
    height: 257px;
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
    text-align: center;
}
.sh_nycpzs ul li p img{
    width: 100%;
    height: 100%;
}
.sh_nycpzs ul li span{
    display: block;
    color: #fff;
    text-align: center;
    /* width: 326px; */
    height: 122px;
    border-top: 1px solid #fff;
    background: #fff;
    border-radius: 0 0 20px 20px;
    =: calc(100% - 810px)
}
.sh_nycpzs ul li span a{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-top: 28px;
}
.sh_nycpzs ul li span em{display:block;font-weight:normal;font-style: normal;font-size: 15px;color: #666;line-height: 48px;}
.sh_nycpzs ul li span em i{
    font-style: normal;
    padding: 0 4px;
}

.sh_nycpzs ul li:hover span a{padding-bottom: 40px;}


.sh_cpxqy{background:url(../images/cpxqy.png) center no-repeat;width:100%;height:803px;padding-top: 180px;box-sizing: border-box;z-index: 999;position: relative;}
.sh_cpxq_t{float:left;width: 653px;padding-right: 83px;}
.sh_cpxq_t p{
    background:url(../images/cpxq_t.png) center no-repeat;
    width:653px;
    height:513px;
    -webkit-transform: rotate(360deg);
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite;
    z-index: 1;
    }
.sh_cpxq_t img{
    border-radius: 220px;
    margin-top: -460px;
    z-index: 999;
    position: absolute;
    margin-left: 76px;
}

.sh_cpxq_w{
    float: left;
    margin-top: 36px;
    width: calc(100% - 740px);
}
.sh_cpxq_tit{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}
.sh_cpxq_w dl{
    width: 100%;
    background: #fff;
    height: 330px;
    border-radius: 10px;
    padding: 35px 32px;
    box-sizing: border-box;
    margin-top: 30px;
}
.sh_cpxq_w dl dt{
    font-size: 14px;
}
.sh_cpxq_w dl dt p{
    line-height: 30px;
    font-size: 16px;
    border-bottom: 1px dashed #999;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.sh_cpxq_w dl dt p b{font-weight: bold;
    color: #0D62BE;}
.sh_cpxq_w dl dt span{
    color: #999;
    line-height: 30px;
    font-size: 14px;
    display: block;
}
.sh_cpxq_w dl dt span a{}
.sh_cpxq_w dl dd{
    margin-top: 30px;
}
.sh_cpxq_w dl dd img{}
.sh_cpxq_w dl dd p{
    height: 55px;
    display: inline-block;
    color: #999;
    background: url(../images/pro_tel.png) left center no-repeat;
    line-height: 25px;
    font-size: 14px;
    padding-left: 60px;
    margin-left: 50px;
    margin-bottom: 10px;
}
.sh_cpxq_w dl dd span{
    font-style: normal;
    color: #333;
    font-size: 30px;
    display: block;
    font-weight: bold;
    font-family: Times New Roman;
}
.sh_cpxq_w dl dd a{
    display: block;
    float: left;
    display: inline-block;
    padding: 0 60px;
    color: #fff;
    background: #0D62BE;
    border-radius: 5px;
    line-height: 45px;
    font-size: 18px;
    /* font-weight: bold; */
    margin-top: 5px;
}
.sh_cpxq_w dl dd a:hover{background: #0D62BE;font-weight: bold;}

.sh_cpnyjs{width:1117px;min-height: 1000px;background: #fff;padding: 35px;box-sizing: border-box;width: calc(100% - 284px);padding-top: 115px;margin-bottom: 60px;}
.sh_cpnyjs_tit{
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    margin-top: 18px;
    margin-bottom: 20px;
}
.sh_cpnyjs_tit span{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 3px solid #0D62BE;
    padding-bottom: 7px;
    color: #333;
}
.ny_ban{ background:url(../images/ny_ban.jpg) center no-repeat; height:500px; width:100%;}
.ejdh{
    width: 100%;
    position: absolute;
    z-index: 9999;
   /* margin-top: 100px;*/
    display: none;
    background-color: rgba(255,255,255,0.95);
    height: 340px;
    left: 0;
}
.ejdh dl{
    /* min-width: 1300px; */
    margin: 0 auto;
    border-radius:10px;
    padding: 48px 0;
    box-sizing: border-box;
    width: 1300px;
    }
.ejdh dl dt{
    float: left;
    padding-right: 20px;
}
.ejdh dl dt img{ border-radius:10px;}
.ejdh dl dd{
    float: left;
    width: 800px;
}
.ejdh dl dd span{
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #0D62BE;
    line-height: 60px;
    padding-left: 60px;
}
.ejdh dl dd p{
    padding-top: 5px;
}
.ejdh dl dd p a{
    float: left;
    line-height: 40px;
    width: 200px;
    display: block;
    font-size: 18px;
    color: #555;
    padding-left: 65px;
    border-right: 1px solid #ccc;
}
.ejdh dl dd p a:hover{ font-weight:bold;}
.new_div{float: right;width: calc(100% - 244px);}

.sh_cpxq_zz{    max-width: 1400px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    min-width: 1300px;
    width: 90%;
	margin-top: -80px;
    position: relative;
	z-index:1;}

.lyzz{    margin: 0 auto;
    padding: 45px 250px;}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
.cpfy{     margin: 0 auto; display:table;}


.feedback {
	Z-index:9999;
	background:#fff;
    width: 340px;
    position: fixed;
    right: 30px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;

}

.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../images/emailIco.png") 16px center no-repeat #0D62BE;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.feedbackForm .linee {
    margin-bottom: 16px;
}

.feedbackForm .linee input, .feedbackForm .linee textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .linee input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #0D62BE;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
}

.feedback .closeBtn {
    background: url("../images/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    left: -36px;
    top: 6px;
    cursor: pointer;
    display: none;
}
.w1290{width:1290px; margin:0 auto; clear:both; display:block;}
.rongyu{width:100%;background:url(../images/rongyu_bg.jpg) no-repeat center top; height:769px;}
.picScroll-left{ overflow:hidden; position:relative;width:360px; float:left;}
.pic_desc{padding:168px 45px 20px 45px; font-size:18px; color:#000; font-weight:bold;}
.picScroll-left .hd{ overflow:hidden;  height:30px;padding:0 10px;  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{overflow:hidden; zoom:1; zoom:1; text-align:center;width:104px; margin:0 auto; clear:both; padding-left:20px;}
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:15px; text-indent:-999px; cursor:pointer; background:#fff; border-radius:10em;}
.picScroll-left .hd ul li.on{background:#F00;}
.picScroll-left .bd{ padding:0px; width:268px; margin:0 auto;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 0px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:268px; height:274px;object-fit: cover;  display:block;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ height:50px; line-height:50px; color:#000; font-size:18px;}

.rongyu_text{position:relative; width:900px; float:right;}
.rongyu_text li{ position:absolute;width:160px;}
.rongyu_text li h3{font-size:24px; color:#fff; font-weight:bold; height:44px; line-height:44px;}
.rongyu_text li p{font-size:16px; color:#cbcbcb; line-height:24px;}
.rongyu_text li.ry1{left:30px; top:460px;}
.rongyu_text li.ry2{left:140px; top:340px;}
.rongyu_text li.ry3{left:290px; top:230px;}
.rongyu_text li.ry4{left:470px; top:140px;}

.m2{ width:100%; height:640px; background:url(../images/m2.jpg) no-repeat center top;}
.m2t{ text-align:center; padding-top:60px; margin-bottom:30px;}
.m2c{ text-align:center; color:#fff; width:1100px; margin: 0 auto 30px; font-size:16px;}
.m2c p{font-size:16px; line-height:28px;}
.m2 li{ width:300px; float:left; margin:0px 50px; display:inline; height:290px; text-align:center; background:url(../images/m21.png) #fff no-repeat center 30px;}
.m2p1{ font-size:18px; line-height:28px; padding-top:80px;}
.m2p2{ font-size:14px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; color:#666; line-height:20px;}
.m2p3{ margin:10px 20px; line-height:24px; font-size:14px; text-align:left;}
.m2gd{ width:100px; height:26px; line-height:26px; border:1px #272622 solid; margin:0 auto;}
.m2 li:hover{background:url(../images/m21_1.png) #f0b802 no-repeat center 30px;}
.m2 li:hover .m2p1,.m2 li:hover .m2p2{ color:#fff;}
.m2 li:hover .m2gd{ background-color:#272622;}
.m2 li:hover .m2gd a{ color:#fff;}
.m2 .l1{  background:url(../images/m22.png) #fff no-repeat center 30px;}
.m2 .l1:hover{background:url(../images/m22_1.png) #f0b802 no-repeat center 30px;}
.m2 .l2{  background:url(../images/m23.png) #fff no-repeat center 30px;}
.m2 .l2:hover{background:url(../images/m23_1.png) #f0b802 no-repeat center 30px;}

.con_right{width:890px; float:right;display:block; overflow: hidden;}
.index_cp{width:100%;display:block;}
.index_cp ul{margin:0;padding:0; clear:both; overflow: hidden;}
.index_cp li {float:left; width:378px; overflow: hidden;text-align:center;border-collapse:collapse;border:1px solid #e0e0e0; margin: 0 10px; margin-bottom:25px; }
.index_cp li b{font-weight:normal;}
.index_cp li a{display:block; font-size:16px;}
.index_cp li a .cp_name{display: block; width:378px; height:300px;background: #fff; color: #555;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/ overflow:hidden;}
.index_cp li a:hover b{color: #fff;}
.index_cp li a img{max-width: 378px; max-height:300px; vertical-align:middle;}
.index_cp li span{height:40px; line-height:40px;display:block; clear:both; width:100%; margin:0 auto; background:#f0f0f0; overflow:hidden; padding-bottom:8px;}
.index_cp li a .cp_name:hover img { transform: scale(1.1, 1.1);}
.index_cp li a .cp_name img{transition:transform 1s ease 0s}
.index_cp li .zxzx{ padding:0; clear:both;}
.index_cp li .zxzx a{ display: block; float: left;  width:50%;  text-align: center; height: 36px; line-height:36px;color: #fff;}
.index_cp li .zxzx a.zzl{background: #333; color: #fff;}
.index_cp li .zxzx a.zzr{ background: #333;color: #fff;}

.view_con table,.pro_con table{border:0px;border-top:1px solid #e2e2e2;border-right:1px solid #e2e2e2; width:100%; margin:10px auto;}
.view_con table td,.pro_con table td{border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; margin:0px; padding:6px 0px; text-align:center;}



.info_title {
	margin: 10px 0 0 0;
	width: 100%;
	height: 40px;
	background: #E2E2E2;
	margin-bottom: 10px; clear:both;
}
.info_title b {
	display: inline-block;
	padding:0px 20px;
	height: 100%;
	border-right: 1px solid #fff;
	background: #333;
	color: #fff; font-size:16px;
	line-height: 40px;
}
.info_title a {
	margin: 8px;
	width: 15px;
	height: 15px;
	background-position: 0 -426px;
}
#allmap{width:100%; height:400px; line-height:25px;}

/*分页*/
.pages{text-align:center;clear:both; padding:5px 0px 10px 0px;font-size:14px;width:100%; margin:0 auto;margin:15px 0;}
.pages a{margin:3px;padding:8px 12px;border:1px solid #c1c1c1;color:#A0A0A0;font-size:14px;border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F0F0F0));}
.pages span{background:#15181E;color:#fff;margin:3px;padding:8px 12px;border:1px solid #15181E;border-radius: 3px;}
/*留言*/
.messagex{background:url(../images/lxwm.png) no-repeat right center; width:70%; padding-right:30%; height:400px;}
.member_f{width:100%; margin:0 auto;margin-top:5px;}
.member_f li{padding:10px 0; display:block;}
.member_f li .inp{height:40px; line-height:40px; width:98%; border:1px solid #e2e2e2; border-radius:5px; padding-left:5px;}
.member_f li .inpx{height:40px; line-height:40px; width:50%; border:1px solid #e2e2e2;border-radius:5px; padding-left:5px;}
.member_f li .textarea{height:120px; width:96%;border:1px solid #e2e2e2;border-radius:5px;padding:5px;}
.member_f li.anniu{ text-align:center;}
.member_f .btnbig{height:40px; line-height:40px; font-size:16px; background:#0D62BE; border:none; cursor:pointer; width:280px; margin:0 auto; color:#fff;}

/*产品分类*/
.cp_class{ height:42px; margin-bottom:16px;}
.cp_class li{float:left; width:236px; overflow:hidden; text-align:center; margin-right:2px; margin-top:2px;}
.cp_class li a{color:#fff; background:#0E60B2 url(../images/cp_nav2.png) no-repeat center right; height:40px; line-height:40px; display:block; transition:all 0.4s;font-size:16px;}
.cp_class li a:hover{background:#E27902 url(../images/cp_nav2.png) no-repeat center;color:#fff; transition:all 0.4s;}
.cp_class li.hover a{background:#E27902 url(../images/cp_nav2.png) no-repeat center;color:#fff; transition:all 0.4s;}
/*联系我们*/
.con_way{width: 1200px;height:160px;margin:0 auto; margin-bottom: 30px; }
.con_way div{width: 585px;float: left;text-align: center;font-size: 16px;}
.con_way div dl dt span, .con_way div li i{background: url("../images/icon_contact.png") no-repeat;display: block;width: 60px;height: 60px;margin: 35px auto 0;background-position-y: -14px;transition: all .3s;}
.con_way div dl{width: 100%;height: 150px;margin-bottom: 20px;}
.con_way div dl dt{width: 150px;height: 100%;background: #f0f0f0;float: left;transition: all 0.3s;}
.con_way div dl dd{width: 435px;height: 100%;background: #f5f5f5;float: left;line-height: 142px; font-size:18px;transition: all .3s;}
.con_way div dl.add span{background-position-x: -16px;}
.con_way div dl.tel span{background-position-x: -106px;}
/*.con_way div dl.tel dd{color:#ff3f3b;}*/
.con_way div ul{width: 100%;height: 150px;}
.con_way div ul li{width: 282px;height: 150px;float: left;background: #f5f5f5;transition: all .3s;}
.con_way div ul li a{transition: all .3s;display: block;}
.con_way div ul li i.email{background-position-x: -211px;}
.con_way div ul li i.wx{background-position-x: -312px;}
.con_way div ul li i.qq{background-position-x: -417px;}
.con_way div ul li i.dnt{background-position-x: -511px;}
.con_way div ul li:first-child{margin-right: 20px;}
.con_way div ul li:last-child{float: right;}
.con_way div.last{float: right;}
.con_way div.last dl dd{line-height: 32px;padding-top: 45px;height: 105px;}
.con_way .wx_con img{ width: 150px; height: 150px; margin: 0 auto; }
.index_tit .titxr,.con_tit .titxr{-moz-transform: rotate(0deg) scale(1, 1) skewX(30deg) skewY(0deg) translate(-14px, 0px );/* FF3.5+ */
-webkit-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(-14px, 0px);/*Saf3.1+, Chrome*/
-o-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(-14px, 0px);/* Opera 10.5 */ text-indent:30px;
-ms-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(-14px, 0px);text-align:center; color:#FFF; line-height:50px; text-decoration:none;/* IE 9 */}

.product_cat{
    
    line-height: 40px;
    overflow: hidden; float:right;margin-top:5px;
}
.product_cat a{
    display: block;
    float: left; text-align:center;
    padding: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: #f0f0f0;
    color: #333; font-size:16px; padding:0 10px;
    margin:0 0%;
}
.product_cat a:hover{
    color: #fff;
    background: #0D62BE;
}
.product_cat a.hover{
    color: #fff;
    background: #0D62BE;
}

.atit{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin: 0 auto;
}
.atit h3{
   font-size: 30px; 
   font-weight: bold;
}

.view-title{font-size:24px; height:50px; line-height:50px; display:block; text-align:center;}
.view-date{height:25px; line-height:25px; display:block; text-align:center;}
.view_img{
    text-align: center;
    margin: 10px 0;
}
.view_img img{
    max-width: 800px;
    height: auto;
}
.updown{width:100%; clear:both; margin-top:15px; margin-bottom:25px; height:50px; display:block;}
.updown li{width:45%;background:#333; margin:10px 2%; float:left;height:40px; line-height:40px; overflow:hidden; color:#fff; text-indent:20px; border-radius:20px;}
.updown li a{color:#fff;}

.newslist{
    width: 1200px;
    padding: 20px 0;
    overflow: hidden;
}
.newslist ul li{
    padding: 15px 5px;
    overflow: hidden;
    border-bottom: #ccc dashed 1px;
}
.newslist ul li .news_pic{
    width: 205px;
    height: 135px;
    float: left;
}
.newslist ul li .news_pic img{
    width: 205px;
    height: 135px;
}
.newslist ul li .news_text{
    width: 970px;
    height: 135px;
    overflow: hidden;
    float: right;
}
.newslist ul li .news_text h3{
    font-size: 16px;
    font-weight: 600;
    height: 46px;
    line-height: 46px;
    color: #999;
}
.newslist ul li .news_text p.news_desc{
    font-weight: 400;
    height: 50px;
    line-height: 24px;
    color: #999;
    margin-bottom: 16px;
    overflow: hidden; 
}
.newslist ul li .news_text .news_time{
    height: 26px;
    line-height: 26px;
}

/*产品组图*/
.pro_list{padding:0px 0px;}
#imgto{width:520px; height:490px; float: left;}
#imgto .big{width:520px;height:380px;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/  text-align:center; background:#fff;}
#imgto .big img{max-width:510px;max-height:380px;}

#imgto .small{height:100px; margin-top:8px;width:100%; clear:both;}
#imgto .small div{float:left;overflow:hidden;}
#imgto .small div.imgl,#imgto .small div.imgr{width:13px;height:80px; border:1px solid #CCC; background-color:#F6F6F6; text-align:center; line-height:80px; font-weight:bold; color: #999; cursor:pointer; font-family:"宋体"}
#imgto .small div.imgl:hover,#imgto .small div.imgr:hover{ background-color: #E7E7E7; color: #666}
#imgto .small div.imgc{width:486px; position:relative;height:100px;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/}
#imgto .small div.imgc ul{ position:absolute;width:2200px; height:100px;top:0; left:0;}
#imgto .small div.imgc ul li{ float:left; width:108px; margin-left:10px;cursor:pointer;border:1px solid #1a1f23;}
#imgto .small div.imgc ul li img{max-width:106px; height:80px;}
#imgto .small div.imgc ul li.the {border:1px solid #0D83F2}

.pro_right{width:600px; float:right;}
.pro_right h1{line-height:40px; font-size:26px; display:block; padding:10px 0;}
.pro_right .pro_desc{line-height:28px; line-height:28px; font-size:14px; background:#f4f4f4; padding:10px 15px;}
.pro_right .pro_zx{height:28px; line-height:28px; float:left; margin-left:40px; margin-top:40px; font-size:30px; background:#0D62BE url(../images/zixun.png) no-repeat 26px 14px; padding:15px 25px;text-indent:50px; color:#fff;}
.pro_img{ width:550px; height:400px;padding:10px; border:1px solid #e2e2e2;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/}
.pro_img img{vertical-align: middle;max-width:550px;max-height:400px;}

.weixin{ width:120px; float:left; height:120px; margin-right:50px;padding:10px; border:1px solid #e2e2e2;display: table-cell;/*图片容器以表格的单元格形式显示*/ text-align: center; /* 实现水平居中 */ vertical-align: middle; /*实现垂直居中*/}
.weixin img{vertical-align: middle;max-width:120px;max-height:120px; float:left;}
.weixin span{height:200px; line-height:200px; font-size:20px; padding:0px 40px;}
.pro_zxxj{width:460px; clear:both;}
.pro_zxxj li{width:50%; float:left; height:50px; line-height:50px; color:#fff;}
.pro_zxxj li a{color:#fff; font-size:18px; padding-left:70px;width:100%; display:block;}
.pro_zxxj li.message{background:#333 url(../images/xunjia.png) no-repeat 30px center;}
.pro_zxxj li.zxzx{background:#FC8213 url(../images/zixun.png) no-repeat 30px center;}
.view_title{width:100%; background:#f4f4f4; height:50px; line-height:50px;}
.view_title h3{background:#0D62BE url(../images/ico.png) no-repeat 20px center; display:block; float:left; color:#fff; width:140px; text-indent:50px; font-size:16px;}
.view_title span{float:right; display:block; height:26px;width:100px; line-height:26px; margin:10px 10px 0 0;}
.view_title span a{display:block; background:#333; color:#fff; text-align:center; border-radius:50em; font-family:"宋体"}