@charset "utf-8";
/* -------- 全局样式-------- */  
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑", "宋体", arial;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #5c5c5c;
}
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: #2461ad;
	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;
}
/*.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 {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.left {
}
.right {
}

.title{text-align: center;font-size: 40px;color: #323636; font-weight:bold;}
.title b{font-weight:bold;}
.title em{color: #2461ad; font-style:normal}
.title span{display: block;font-size: 18px;color: #8f9194;margin:14px 0 26px 0; font-weight:normal;}
.title i{display: block;width: 80px;height: 5px;margin: 0 auto; position: relative;}
.title i::after,.title i::before{content: '';display: block;position: absolute;width: 30px; height: 5px;top: 0;left: 0;}
.title i::after{right: 0px;left: inherit;background:#2461ad;animation:allTitleAfter 3s infinite linear;}
.title i::before{background:#2461ad;animation:allTitleBefore 3s infinite linear;}
.title t{width: 30px;height: 5px;background:#4bb334;margin:0 auto;display:block;animation:allTitleI 3s infinite linear;}
@keyframes allTitleI{
0%{transform:translateX(0px);}
25%{transform:translateX(-25px);}
50%{transform:translateX(0px);}
75%{transform:translateX(25px);}
100%{transform:translateX(0px);}
}
@keyframes allTitleBefore{
0%{width:15px;}
25%{width:0px;}
50%{width:15px;}
75%{width:30px;}
100%{width:15px;}
}
@keyframes allTitleAfter{
0%{width:15px;}
25%{width:30px;}
50%{width:15px;}
75%{width:0px;}
100%{width:15px;}
}


/* -------- 栏目板块 -------- */ 

/* top 头部样式 */
.heads {
	height: 120px;
	width: 100%;
	background: #fff;
}
.head_a {
	width: 1200px;
	margin: 0 auto;
}
.logo {
	float: left;
	padding-top: 36px;
	font-size:30px;
	color:#fff;
	font-weight:bold;
}
.logo a {
	font-size:30px;
	color:#fff;
	font-weight:bold;
}
.head {
	width: 100%;
	background: #31b2eb;
}
.menu {
	float: right;
	margin: 0 auto;
}
.menu dl dd {
	float: left;
	text-align: center;
}
.menu dl dd a {
	line-height: 120px;
    font-size: 17px;
    color: #282828;
    padding: 0 22px;
    border-right: 1px solid #eee;
}
.menu dl dd a:hover {
    font-weight: bold;
    color: #2461ad !important;}


/*幻灯Banner*/
.banner {
	position: relative;
	height: 724px;
}
.banner .btn1 {
	bottom: 20px;
	margin-right: -450px;
	padding: 5px 6px;
	position: absolute;
	right: 50%;
	z-index: 7;
}
.banner .btn1 span {
	line-height: 14px;
	background: none repeat scroll 0 0 #2461ad;
	border: 1px solid #2461ad;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	padding: 2px 5px;
}
.banner .btn1 span.cur {
	font-weight: bold;
	padding: 4px 8px;
	background: none repeat scroll 0 0 #2461ad;
	border: 1px solid #2461ad;
}
.banner .bgitem {
	height: 724px;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	background-position: center top;
	background-repeat: no-repeat;
}
/*sousuo*/


.iseaCon {
	width: 100%;
	height: 65px;
}
.wfixed {
	width: 1200px;
	margin: 0px auto;
	padding: 0px;
}
.hotSea{
		float:left;
	width:400px;

	}
.hotSea span {
	line-height: 65px;
	color: #333;
	font-size: 16px;
	padding-left: 20px;
}
.hotSea a {
	line-height: 65px;
	color: #333;
	font-size: 14px;
	padding-left: 6px;
}
.search {
	position: relative;
	width: 290px;
	background: #333;
	height: 30px;
	margin-top: 18px;
	margin-left: 80px;
}
.input_text {
	height: 30px;
	line-height: 30px;
	margin-left: 6px;
	color: #666;
	width: 230px;
	border: 1px solid #eee;
	padding: 0 0 0 10px;
}
.btn_search {
	height: 32px;
	font-size: 12px;
	float: right;
	background-color: #2461ad;
	color: #fff;
	width: 50px;
	border: 0;
}
.seartel {
	float:right;
	width:500px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	text-align: right;
	margin-top: 18px;
}
.seartel p {
	font-size: 21px;
}

/*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;
}
/*bottom*/
.font_w {
	font-family: 'Microsoft YaHei';
}
.font_w a {
	line-height: 24px;
}
.foot {
	background: #2461ad;
	padding: 0px 0px 24px;
}
.ftNav {
	background: #1f579c;
	padding-top: 10px;
	height: 50px;
}
.ftNav li {
	float: left;
	position: relative;
	height: 50px;
	width:150px; text-align:center;
}
.ftNav li a {
	color: #fff;
	line-height: 40px;
	padding-bottom: 10px;
	display: block;
	font-size: 16px;
}
.ftNav li a.ftCur em {
	position: absolute;
	height: 3px;
	background: #6AA8F3;
	left: 0px;
	bottom: -2px;
	width: 53px;
}
.ftCon {
	margin-top: 10px;
	height: 160px;
}
.bottom {
	padding: 23px 0px;
	line-height: 30px;
	color: #fff;
	width: 620px;
}
.bottom p {
	font-size: 14px;
	color: #fff;
}
.bottom a {
	color: #fff;
	margin: 0px 2px;
}
.bottom a:hover {
	color: #fff;
}
.bottom p span {
	margin-right: 15px;
}
.bottom .cnzz {
	margin-top: 10px;
*margin-top:0px;
}
.ftLogo {
	width: 250px;
	margin-top: 30px;
}
.ftEwm {
	width: 294px;
	margin-top: 40px;
}
.ftEwm p {
	color: #fff;
	margin-top: 8px;
}
.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: #008C17;
	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;
	margin-top: 10px;
	height: 40px;
}
.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{ border:none;}
.preNext .text dt {
	line-height: 38px;
}
.preNext .text a:hover {
	color: #2461ad;
	text-decoration: underline;
}
.preNext .text dt a {
	color: #333;
}
.preNext .text dt a:hover {
	color: #0F8E47;
}
.preNext .text_b {
	color: #0F8E47;
}
.preNext .text_b a {
	color: #0F8E47 !important;
}
.nrfg {
	/* border-bottom: 1px solid #ccc; */
	margin: 20px 0 0 0;
	background: #f5f5f5;
	padding-left: 10px;
	line-height: 45px;
}
.nrfg span {
	font-size: 16px;
	font-weight: bold;
}
/*新闻列表*/
.g-mn1 .news_list li {
	height: 45px;
	line-height: 45px;
	border:none;
	border-bottom: 1px #E3E9EA solid;
}
.g-mn1 .news_list li {
	font-size: 14px;
	float: none;
}
.g-mn1 .news_list span {
	float: right;
}
.g-mn1 .news_list li a {
	color: #333;
}
.g-mn1 .news_list li a:hover {
	color: #2461ad;
}
/* 翻页 */
.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: 24px;
	color: #333333;
	height: 50px;
	text-align: center;
}
.news_aticle {
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
/*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: 300px;
}
.photo {
	width: 100%;
}
.photo h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.photo h3 a {
	color: #333;
}
.photo_img {
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	border: 10px #fff solid;
}
.proinfo_img {
	/* float: left; */
	width: 400px;
	border: 1px #d0d0d0 solid;
	height: 300px;
	margin: 0 auto;
}
.proinfo_text {
	float: left;
	width: 670px;
	margin-left: 60px;
}
.proinfo_text h1 {
	color: #C30D23;
	border-bottom: 1px #d0d0d0 solid;
	height: 35px;
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	margin-top: 10px;
	font-family: "微软雅黑";
}
.proinfo_text p {
	margin: 10px 0;
	color: #333;
}
.pro_c {
	color: #333;
	padding-bottom: 20px;
	line-height: 24px;
}
/*相关信息*/
.related_news {
	margin: 20px 0 0 0;
	height: 120px
}
.related_title {
	margin: 0px 0 10px 0;
	margin: 20px 0 0 0;
	background: #f5f5f5;
	padding-left: 10px;
	line-height: 45px;
}
.related_title span {
	font-size: 16px;
	font-weight: bold;
}
.related_title a {
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 20px;
}
/*相关新闻*/

.related_news ul li {
	width: 50%;
	float: left;
	padding: 2px 10px;
	box-sizing: border-box;
	margin: 0 !important;
	border: none !important;
}
.related_news ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 24px;
}
.related_news ul li a em {
	float: right;
}
/*相关产品*/
.related_product {
	height: 350px;
}
.related_product ul li {
	float: left;
	width: 200px;
	margin-left: 13px;
	margin-right: 13px;
}
.related_product ul li>a {
	border: 1px #ddd solid;
	width: 200px;
	height: 150px;
	display: block;
}
.related_product ul li p a {
	text-align: center;
	display: block;
}
.ny_cptj {
	margin-top: 20px;
}
.ny_cptj dl {
	float: left;
	margin-right: 9px;
	margin-left: 8px;
	border: 1px solid #f5f5f5;
}
.ny_cptj dl a p {
	text-align: center;
	background: #f5f5f5;
	line-height: 40px;
}
/* 分页 */
.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;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	display: block;
	padding: 4px 12px;
	background-color: #fcfcfc;
	border: 1px solid #eeeeee;
}
.pagination li + li a {
	border-left: none;
}
.pagination li.active a, .pagination li a:hover {
	background-color: #4bb434;
	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: #2461ad;
	border: none;
}
/* 留言 */
.content01 {
	padding: 10px 10px 20px 10px;
}
.form-group {
	width: 650px;
	margin: 0 auto;
	clear: both;
	padding: 12px 0;
}
.form-group label {
	float: left;
}
.form-control {
	float: left;
	width: 500px;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
.form-control-c {
	float: left;
	width: 500px;
	border: 1px #ddd solid;
	height: 100px;
	line-height: 30px;
}
button.form-sub {
	width: 560px;
	margin: 0 auto;
	clear: both;
	padding: 12px 0;
}
.form-sub {
	height: 40px;
	color: #fff;
	background: #2461ad;
	border: none;
}
.form-control-y {
	float: left;
	width: 100px;
	border: 1px #ddd solid;
	height: 30px;
	line-height: 30px;
}
.content {
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.content p {
	color: #333;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
ul {
	list-style: none outside none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.huoban{
	width:100%;height:480px;background:url(../images/huoban.jpg) top center no-repeat;
	}
/* 首页产品列表产品 */	   
.sy_cpfl {
	text-align: center;
	margin-top: 50px;
}
.sy_cpfl p {
	font-size: 30px;
	line-height: 2;
	font-weight: normal;
}
.sy_cpfl span {
	font-size: 60px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: -webkit-pictograph;
	display: block;
	line-height: 1;
}
.sy_cpfl em {
	font-size: 14px;
	font-weight: normal;
	color: #7e7e7e;
	font-style: normal;
}
.sy_cpfl_txt {
	width: 1080px;
	margin: 0 auto;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.sy_cpfl_txt ul li {
	float: left;/* width: 150px; */
	text-align: center;
	padding-left: 32px;
	padding-right: 32px;
}
.sy_cpfl_txt ul li p {
	text-transform: uppercase;
}
.sy_cpfl_txt ul li span {
	font-size: 18px;
}
.sy_cpzs {
	height: 570px;
	width: 100%;
	background: #f4f4f4;
}
.sy_cpzs ul {
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.sy_cpzs ul li {
	float: left;
	width: 280px;
	margin-right: 20px;
	text-align: center;
	height: 254px;
}
.sy_cpzs ul li p {
	height: 40px;
}
.sy_cpzs ul li p a {
	font-size: 16px;
	line-height: 36px;
	display: block;
}
/* 首页优势 */
.ys_ys1 {
	width: 100%;
	height: 300px;
	background: #f4f4f4;
	text-align: center;
	padding-top: 50px;
}
.ys_ys1 ul {
	width: 1200px;
	margin: 0 auto;
}
.ys_ys1 ul li {
	width: 229px;
	background: #f1f1f1;
	padding: 15px 12px 25px;
	margin: 0 5px;
	box-sizing: border-box;
	float: left;
}
.ys_ys1 ul li img {
	width: 205px;
	height: 142px;
	display: block;
	margin: 0 auto;
}
.ys_ys1 ul li h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: normal;
}
.ys_ys1 ul li h3 b {
	font-size: 45px;
	color: #333333;
	font-family: "Arial";
}
.ys_ys1 ul li p {
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.chara {
	padding: 50px 0 0;
	height: 450px;
	background: url(../images/ysbg.jpg) no-repeat center 0;
	font-size: 20px;
	color: #fff;
	overflow: hidden;
}
.chara .til01 {
	text-align: center;
	height: 115px;
	font-size: 30px;
	line-height: 45px;
	font-family: "Microsoft Yahei";
	background: url(../images/tilbg1.png) no-repeat center bottom;
	margin-bottom: 34px;
	color: #fff;
	background: url(../images/tilbg2.png) no-repeat center bottom;
}
.chara .til01 span {
	color: #fff;
	display: block;
	font-weight: normal;
	line-height: 34px;
	font-size: 24px;
}
.chara_c ul {
	width: 1200px;
	margin: 0 auto;
}
.chara_c li {
	width: 200px;
	float: left;
	margin: 0 20px 0 20px;
	text-align: center;
}
.chara_c li p {
	display: block;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
}
.chara_c li span {
	width: 165px;
	height: 184px;
	display: block;
	margin: 0 auto;
}
.chara_c li span i {
	width: 165px;
	height: 184px;
}
/* 首页 */
.sy_wmcp {
	width: 100%;
	height: 600px;
	background: #f4f4f4;
}
.sy_about {
	width: 1200px;
	margin: 0 auto;
}
.sy_about p {
	text-align: center;
	padding-top: 60px;
	font-size: 36px;
	color: #333;
	padding-bottom: 20px;
}
.sy_about span {
	line-height: 28px;
	font-size: 15px;
	text-align: center;
	display: block;
	width: 1090px;
	margin: 0 auto;
}
.sy_about span a {
	color: #5c5c5c;
}
/* 产品轮播 */
.box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	_height: 100%;
	margin-top: 50px;
}
.hotproduct {
	margin: 15px 0 20px 0;
}
#demo1p {
	width: 1200px;
	height: 280px;
	overflow: hidden;
	position: relative;
}
#indemo1p {
	float: left;
	width: 800%;
}
#demo1p1 {
	float: left;
}
#demo1p2 {
	float: left;
}
.top_14 {
	list-style: none outside none;
	display: inline;
}
.top_14 li {
	float: left;
	height: 280px;
	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 {
	margin-top: 7px;
	border-top: 1px #2461ad dashed;
}
.top_14 li p .a1 {
	font-size: 15px;
	overflow: hidden;
	display: block;
	height: 45px;
	color: #666;
	line-height: 45px;
}
.top_14 li p .a1:hover {
	color: #2461ad;
}
/* 首页新闻 */
.index_new {
	width: 100%;
	margin-top: 80px;
}
.box-t {
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	color: #2461ad;
	margin-bottom: 15px;
	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: 14px;
	color: #666;
	float: right;
}
.box-t:after {
	position: absolute;
	display: block;
	content: '';
	width: 100px;
	height: 2px;
	background-color: #2461ad;
	bottom: -1px
}
.news-box {
	position: relative;
	color: #828282;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1em;
	height: 143px;
}
.news-box img {
	transition: all 0.6s;
	display: inline-block;
}
.news-box img:hover {
	transform: scale(1.1);
	cursor: pointer;
}
.news-cont {
	width: 380px;
}
.news-cont h3 {
	font-size: 16px;
	font-weight: bold;
}
.news-cont h3 a {
	color: #333;
}
.news-cont p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.new-box {
	font-size: 16px;
	color: #535353;
	padding-top: 10px;
	margin-bottom: 1em;
	width:100%;
	padding-top:40px;
}
.new-box li {
	float:left; width:590px; margin-right:20px; background:#f3f3f3; padding:40px; height:240px; margin-bottom:20px;box-sizing: border-box;
}
.new-box li h3{ font-size:20px; line-height:40px;}
.new-box li h3 a {
	font-weight:bold;
	color: #333;
}
.new-box li span {
	color: #828282; display:block; line-height:30px;
}
.new-box li p{ font-size:14px; color:#888; line-height:26px;}
.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: #ff7700;
}
.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 {
	font-weight: normal;
	color: #ff7700;
}
.newss-box p {
	padding: 3px 0;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.newss-box p i {
	background-color: #2461ad;
}
.newss-box p span {
}
/* 友情链接 */
.busMess {
	background: #F3F6F7;
	height: 70px;
	line-height: 30px;
	margin-top: 30px;
	padding-top: 10px;
}
.busMess span {
	font-size: 16px;
	color: #333;
}
.box-x span {
	display: block;
	color: #333;
	font-size: 35px;
	font-weight: 400;
	text-align: center;
	margin-top: 30px;
}
.PageCrumbList {
	font-size: 14px;
	color: #666;
	text-align: CENTER;
	line-height: 32px;
}
.PageCrumbList a {
	font-size: 14px;
	color: #666;
}
.g-sd1 ul {
	margin: 0 auto;
	height: 50px;
	margin-top: 20px;
    display: table;
}
.g-sd1 ul li {
	float: left;
	margin:3px;
}
.g-sd1 ul li a {
	width: 140px;
	height: 40px;
	border-radius: 10px;
	display: block;
	border: 1px #999 solid;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.g-sd1 ul li a:hover {
	background: #2461ad;
	color: #fff;
	border: 1px solid #2461ad;
}
.pagination li {
	display: inline-block;
	display: inline-block;
	zoom: 1;
	float: left;
	margin: 0;
	width: auto;
	height: auto;
	padding: 0 !important;
}
.cpbg {
	margin-bottom: 20px;
}
.g-mn1 ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.g-mn1 ul li {
	float: left;
	margin: 0 9px 8px;
	border:1px #ddd solid;
	box-sizing:border-box;
}
.g-mn1 ul li a p {
	text-align: center;
	line-height: 40px;
	background:#2461ad;
	height:40px;
	font-size: 16px;
	color:#fff;
}


.cpdhgbhs{ width:100%; padding:70px 0px 50px 0px; background:#f2f3f3;}

.protab a{ display:inline-block;height:88px; background:#fff; vertical-align:top; width:12%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:18px; color:#333333; line-height:88px;position:relative; font-weight:lighter;}
.protab a:after{ content:''; display:block; position:absolute; width:0; height:0; background:#2461ad; border-left:8px solid transparent; border-right:8px solid transparent; left:0; right:0; transition:all .3s ease; margin:0 auto; bottom:16px; transform:rotateY(90deg); opacity:0;}
.protab a:hover:after{transform:rotateY(0); opacity:1;}
.protab a:hover{color:#fff;background:#2461ad;}
.protab{ margin:50px 0; text-align:center; background:#fff; }

.proshow{ padding:0 2%;}
.proshow td{ display:inline-block; padding:0 !important; width:23.6%; border:6px solid #fff; position:relative; }
.proshow td:after{ content:''; display:block; position:absolute; top:100%; width:100%; left:0; height:5px; background:#fff;}
.proshow tr{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; }
.proshow tr+tr{margin-top:1%;margin-top:calc(1% + 5px);}
.proshow td a,.proshow td span{ display:block; position:relative; overflow:hidden;}
.proshow td>span{ width:100% !important;}
.proshow td br{ display:none;}
.proshow td span a{ line-height:68px;  font-size:16px; color:#333333; font-weight:lighter; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#fff;}
.proshow td a img{ transition:all .6s ease; width:100%; height:auto;}
.proshow td:hover a img{ transform:scale(1.1);}
.proshow td>a:after{ content:''; display:block; position:absolute; background:rgba(0,0,0,0.6); width:100%; height:100%; top:0; left:0; transition:all .3s ease; opacity:0;}
.proshow td>a:before{ content:''; display:block; position:absolute; z-index:3; width:52px; height:52px; top:0; bottom:0; left:0; right:0; margin:auto; background:url(../images/proshow.png) no-repeat center;transition:all .3s ease; transform:scale(0);}
.proshow td:hover>a:after{ opacity:1;}
.proshow td:hover>a:before{ transform:scale(1);}
.proshow td:hover span a{ color:#fff; background:#2461ad;}

.w1200{ width:1300px; margin:0 auto;}
.tedhgdk{ width:100%; height:1001px; background:url(../images/syys_bg.png) center no-repeat;}
.tdchngp{ width:50px; height:696px;  margin-left:285px;}
.ybgetdk{ width:300px; margin-top:180px;}
.ywehgbt{  height:84px; background:url(../uploadfile/image/20210123/20210123092623_1973361052.png) center no-repeat;}
.yjxnxdk{ font-size:42px; color:#fff; font-weight:bold; padding-top:15px;text-align:right;}
.xhgqsdw{ font-size:20px; color:#fff; padding-top:16px; height:10px; text-align:right; height:82px;}
.lsgbjkd li{ width:320px; height:130px; background:#2461ad; border-radius:10px; border-bottom:2px solid #fff; margin-bottom:80px;}
.lsgbjkd1 li{ width:320px; height:130px; background:#2461ad; border-radius:10px; border-bottom:2px solid #fff; margin-bottom:60px;}

.tddbgjw{ font-size:26px; color:#fff; font-weight:bold; padding-left:66px; line-height:40px; padding-top:16px; }
.tddbgxt{ font-size:16px; color:#fff; line-height:30px;padding:0px 40px 0px 66px;}
.yqdbsbk{ width:80px; height:80px; background:#2461ad; border-radius:50%; position:relative; bottom:90px;left:-42px;}

.bsyqdbs{ width:68px; height:68px; background:#fff; border:2px solid #2191d1;border-radius:50%; position:absolute;top:4.1px;left:4px;}
.bsyqdbs img{padding:15px 0px 0px 15px;}
.lsgbjkd li:hover{ width:320px; height:130px; background:#04a384;background: linear-gradient(to left,#2461ad,#4bb334); border-radius:10px; border-bottom:2px solid #fff;cursor:pointer; }
.lsgbjkd li:hover .tddbgxt{ font-size:16px; color:#fff; line-height:30px;}
.lsgbjkd li:hover .yqdbsbk{ width:80px; height:80px; background:#4bb334; border-radius:50%;}
.lsgbjkd li:hover .bsyqdbs{ width:68px; height:68px; background:#fff; border:2px solid #2461ad;border-radius:50%; }
.yqdbsbk1{width:80px; height:80px; background:#2461ad; border-radius:50%; position:relative; bottom:90px;left:268px;}
.tddbgjw1{text-align: right; font-size:26px; color:#fff; font-weight:bold; padding-right:66px; line-height:40px; padding-top:16px; }
.tddbgxt1{text-align: right;font-size:16px; color:#fff; line-height:30px;padding:0px 66px 0px 40px;}
.lsgbjkd1 li:hover{ width:320px; height:130px; background: linear-gradient(to right,#2461ad,#4bb334); border-radius:10px; border-bottom:2px solid #fff;cursor:pointer; }
.lsgbjkd1 li:hover .tddbgxt1{ font-size:16px; color:#fff; line-height:30px;}
.lsgbjkd1 li:hover .yqdbsbk1{ width:80px; height:80px; background:#4bb334; border-radius:50%;}
.lsgbjkd1 li:hover .bsyqdbs1{ width:68px; height:68px; background:#fff; border:2px solid #d3a005;border-radius:50%; }
.sandayoushi{ width:100%; height:900px; padding:160px 0 80px; box-sizing:border-box; background:#f3f3f3 url(../images/syys_bg1.jpg) top center no-repeat;}
.sandayoushilist{ width:1200px; margin:0 auto; padding:60px 0;}
.sandayoushilist ul li{ position:relative; float:left; text-align:center; background:#fff; width:380px; height:500px; margin:0 10px; border-bottom-left-radius:20px; border-bottom-right-radius:20px;}
.sandayoushilist ul li h4{ width:100%; height:220px;}
.sandayoushilist ul li h4 img{ max-width:100%;}
.sandayoushilist ul li h3{ font-size:24px; margin:60px auto 20px;color:#333; font-weight:bold;}
.sandayoushilist ul li p{ font-size:16px; color:#666; line-height:30px;}
.sandayoushilist ul li a{ position:absolute; bottom:-30px; left:50%; margin-left:-30px; display:inline-block; width:60px; height:60px; border-radius:30px;background:url(../images/sandayoushilist_a.png) center no-repeat;}


.jigndakg{ width:100%; height:720px;background:url(../images/about.jpg) center no-repeat;}
.wbgjdkd{ width:1560px; margin:0 auto; position:relative; top:180px;}
.zhgbhdk{ width:50%; background:#eee; height:780px; position:relative; border-radius:60px 0px 0px 60px;}
.tungjjd{ width:700px; height:580px;right:0px; position: absolute; margin-top:100px;overflow: hidden;}
.tungjjd img{transition:all 0.7s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.7s ease-in 0s; -o-transition:all 0.7s ease-in 0s;cursor:pointer;}
.tungjjd:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.zhgbhqh{ width:100%; background:#e8e8e8; height:660px;position: relative;border-radius:60px;}
.xisnbsb{  width:1360px; height:500px;background: url(../images/about1.jpg) center no-repeat; margin:80px 100px;position: absolute;}
.wenxhgn{ font-family:Arial, Helvetica, sans-serif; color:#2461ad; font-size:50px;padding:70px 0px 0px 60px; font-weight:bold;}
.wenxhgn span{color:#2461ad; font-size:50px;}
.shgbyqc{ font-size:26px; color:#333; height:74px; padding-top:8px; padding-left:60px;}
.jjngqwz{font-size:15px; color:#999; line-height:35px; width:580px; padding-left:60px; height:262px;}
.wuqsbgj{ width:566px; height:108px; background:#e1eeff; font-size:26px; font-weight:lighter; text-align:center; color:#8d9392; line-height:108px;}
.lugysbd{ width:134px;height:108px; background:#34a031;font-size:40px;text-align:center; color:#fff;line-height:108px; }
.lugysbd a{ width:134px;height:108px; background:#2461ad;font-size:40px;text-align:center; color:#fff;line-height:108px; display:block;}
.lugysbd a:hover{  background:#4bb334;font-size:40px;text-align:center; color:#fff;line-height:108px;}

