﻿@charset "UTF-8";


/*- Float -*/
.f-left { float:left;}
.f-right { float:right;}
.f-no-float{float:none !important;}

/*- Block -*/
.f-hide{display:none !important;}
.f-inline {display:inline !important;}
.f-inlineblock{display:inline-block !important;}
.f-block{display:block;}
.f-display-table{display:table;}
.f-table-cell{display:table-cell;}
.f-middle{ vertical-align:middle !important; }

/*- Overflow -*/
.f-break{word-break:break-all; word-wrap:break-word;}
.f-ellipsis{overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.f-overflow{overflow:hidden;}
.f-no-overflow{overflow:initial !important;}

/*- position -*/
.f-fixed{position:fixed !important; z-index:99;}
.f-relative{position:relative;}
.f-absolute{position:absolute;}

/*- scroll -*/
.f-scroll-y{overflow-y:scroll;}

/*- Text -*/
.text-large{font-size:18px !important;}
.text-xlarge{font-size:24px !important;}
.text-middle{font-size:16px !important;}
.text-normal{font-size:14px !important;}
.text-small{font-size:12px !important;}
.text-xsmall{font-size:11px !important;}
.strong{ font-weight:700 !important;}
.thin{font-weight:400 !important;}

/*- Text-align -*/
.text-left{ text-align:left !important;}
.text-right{ text-align:right !important;}
.text-center{ text-align:center !important;}
.text-middleAlign{ vertical-align:middle !important; }

/*- Text-Decoration -*/
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}

/*- Border -*/
.border{border:1px inherit solid}
.border-top{border-top:1px inherit solid !important;}
.border-right{border-right:1px inherit solid !important;}
.border-bottom{border-bottom:1px inherit solid !important;}
.border-left{border-left:1px inherit solid !important;}
.border-none{border:none !important;}
.border-top-none{border-top:none !important;}
.border-right-none{border-right:none !important;}
.border-bottom-none{border-bottom:none !important;}
.border-left-none{border-left:none !important;}
.border-dashed{border-style:dashed !important;}

/*- Border Radius -*/
.radius{-moz-border-radius:4px !important;-webkit-border-radius:4px !important; border-radius:4px !important;}
.radius-3{-moz-border-radius:3px !important;-webkit-border-radius:3px !important;border-radius:3px !important;}
.radius-2{-moz-border-radius:2px !important;-webkit-border-radius:2px !important;border-radius:2px !important;}
.radius-50{-moz-border-radius:50px !important;-webkit-border-radius:50px !important;border-radius:50px !important;}
.radius-tl{-moz-border-top-right-radius:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;}
.radius-tr{-moz-border-top-left-radius:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;}
.radius-bl{-moz-border-bottom-right-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px;}
.radius-br{-moz-border-bottom-left-radius:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;}
.radius-0{-moz-border-radius:0px !important;-webkit-border-radius:0px !important;border-radius:0px !important;}
.radius-tl-0{-moz-border-top-left-radius:0px !important;-webkit-border-top-left-radius:0px !important;border-top-left-radius:0px !important;}
.radius-tr-0{-moz-border-top-right-radius:0px !important;-webkit-border-top-right-radius:0px !important;border-top-right-radius:0px !important;}
.radius-bl-0{-moz-border-bottom-left-radius:0px !important;-webkit-border-bottom-left-radius:0px !important;border-bottom-left-radius:0px !important;}
.radius-br-0{-moz-border-bottom-right-radius:0px !important;-webkit-border-bottom-right-radius:0px !important; border-bottom-right-radius:0px !important;}

/*- Background -*/
.background{background:#F9F9F9;}
.background-none{background:none !important;}

/*- Shadow -*/
.shadow-none{box-shadow:none; }

/*- Padding -*/
.f-p5{padding:5px;}
.f-pt5{padding-top:5px !important;}
.f-pr5{padding-right:5px !important;}
.f-pb5{padding-bottom:5px !important;}
.f-pl5{padding-left:5px !important;}
.f-p10{padding:10px;}
.f-pt10{padding-top:10px !important;}
.f-pr10{padding-right:10px !important;}
.f-pb10{padding-bottom:10px !important;}
.f-pl10{padding-left:10px !important;}
.f-p12{padding:12px;}
.f-pt12{padding-top:12px !important;}
.f-pr12{padding-right:12px !important;}
.f-pb12{padding-bottom:12px !important;}
.f-pl12{padding-left:12px !important;}
.f-p15{padding:15px;}
.f-pt15{padding-top:15px !important;}
.f-pr15{padding-right:15px !important;}
.f-pb15{padding-bottom:15px !important;}
.f-pl15{padding-left:15px !important;}
.f-p18{padding:18px;}
.f-pt18{padding-top:18px !important;}
.f-pr18{padding-right:18px !important;}
.f-pb18{padding-bottom:18px !important;}
.f-pl18{padding-left:18px !important;}
.f-p20{padding:20px;}
.f-pt20{padding-top:20px !important;}
.f-pr20{padding-right:20px !important;}
.f-pb20{padding-bottom:20px !important;}
.f-pl20{padding-left:20px !important;}
.f-p24{padding:24px;}
.f-pt24{padding-top:24px !important;}
.f-pr24{padding-right:24px !important;}
.f-pb24{padding-bottom:24px !important;}
.f-pl24{padding-left:24px !important;}
.f-p30{padding:30px;}
.f-pt30{padding-top:30px !important;}
.f-pr30{padding-right:30px !important;}
.f-pb30{padding-bottom:30px !important;}
.f-pl30{padding-left:30px !important;}
/*- padding none -*/
.f-p0{padding:0px !important;}
.f-pt0{padding-top:0px !important;}
.f-pr0{padding-right:0px !important;}
.f-pb0{padding-bottom:0px !important;}
.f-pl0{padding-left:0px !important;}

/*- Margin -*/
.f-m5{margin:5px;}
.f-mt5{margin-top:5px !important;}
.f-mr5{margin-right:5px !important;}
.f-mb5{margin-bottom:5px !important;}
.f-ml5{margin-left:5px !important;}
.f-m10{margin:10px;}
.f-mt10{margin-top:10px !important;}
.f-mr10{margin-right:10px !important;}
.f-mb10{margin-bottom:10px !important;}
.f-ml10{margin-left:10px !important;}
.f-m12{margin:12px;}
.f-mt12{margin-top:12px !important;}
.f-mr12{margin-right:12px !important;}
.f-mb12{margin-bottom:12px !important;}
.f-ml12{margin-left:12px !important;}
.f-m15{margin:15px;}
.f-mt15{margin-top:15px !important;}
.f-mr15{margin-right:15px !important;}
.f-mb15{margin-bottom:15px !important;}
.f-ml15{margin-left:15px !important;}
.f-m18{margin:18px;}
.f-mt18{margin-top:18px !important;}
.f-mr18{margin-right:18px !important;}
.f-mb18{margin-bottom:18px !important;}
.f-ml18{margin-left:18px !important;}
.f-m20{margin:20px;}
.f-mt20{margin-top:20px !important;}
.f-mr20{margin-right:20px !important;}
.f-mb20{margin-bottom:20px !important;}
.f-ml20{margin-left:20px !important;}
.f-m30{margin:30px;}
/*- Margin none -*/
.f-m0{margin:0px !important;}
.f-mt0{margin-top:0px !important;}
.f-mr0{margin-right:0px !important;}
.f-mb0{margin-bottom:0px !important;}
.f-ml0{margin-left:0px !important;}

/*- Cursor -*/
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}

/*- about smart -*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;opacity:0;filter:alpha(opacity:0)}
.smvContainer{margin:0 auto;position:relative}
.context-menu-list{margin:0;padding:0;min-width:180px;max-width:250px;display:inline-block;position:absolute;list-style-type:none}
.context-menu-item{position:relative}
.control-add-flag{cursor:crosshair!important}
.yibuFrameContent{height:100%}
.smartAbs{position:absolute}
.smartFixed{position:fixed!important}
.smart-deleted,.smart-none{display:none;}
.sm-context-menu{background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.15),0 0 1px 1px rgba(0,0,0,.1);content:'';position:absolute;line-height:1.2;padding-top:0;padding-bottom:0;cursor:default;margin:0;font-size:15px;overflow:visible;border-radius:3px}
div.zoomDiv{z-index:999999999;position:absolute;top:0;left:0;width:200px;height:200px;background:#fff;border:1px solid #CCC;display:none;text-align:center;overflow:hidden}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:999999999}
.ui-hide-handler{display:none!important;}

/*- 页面模板布局 -*/
.header {height: 200px;}
.footer {height: 200px;}
.main-layout-wrapper {position: relative;}
.main-layout {position: relative;margin: 0 auto;}
.col-main {float: left;width: 100%;min-height: 1px;}
.col-right {margin-left: -100% !important;overflow: visible;width: 190px;float: right;}
/*.main-layout .main-wrap {margin-right: 190px;}*/
.main-wrap:after {content: '\20';display: block;height: 0;clear: both;}
.sub-wrap {position: relative;width: 100%;}

/*-  所有容器类控件 -*/
.smAreaC{position:relative; }

/*-widget nodata -*/
.m-nodata{padding:12px 14px 12px 10px; border:1px #EEE solid; background-color:#FFF; }
.m-nodata .m-datain{display:table;}
.m-nodata .m-datain .m-dataimg{width:60px; height:auto; float:left; margin-right:6px;}
.m-nodata .m-datain .m-datatext{display:table-cell; vertical-align:middle;line-height:18px; color:#4a4a4a;}

.new_index_banner {
	width: 100%;
	min-height: 320px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.new_index_banner {
	width: 100%;
	min-height: 320px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dq_dingwei{
	height: 30px;
	padding-left: 22px;
	background-image: url(../image/dw.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width:1200px;
}
.dq_dingwei li{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.dq_dingwei li a{
	color: #666;
}
.index_title{
	text-align: center;
	height: auto;
	margin: 74px auto 54px;
}
.index_title h2{
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	font-weight:normal;
}
.index_title p{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
.news_head{
	height: 30px;
	font-size: 0;
	line-height: 30px;
	text-align: left;
	margin-bottom: 38px;
}
.news_head .ys{color:red;}
.news_head .current{color:white;font-weight:bold;background-color:#4169E1;border-style:outset;}
.news_head a{
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	position: relative;
	padding: 0 16px;
	font-size: 20px;
	color: #333;
}
.news_head a.active{
	color: #003F8F;
}
.news_head a:hover{
	color: #ffffff;
	background-color:#FF4040;
}
.news_head a::after{
	display: block;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #333;
	position: absolute;
	right: 0;
	top: 5px;
}
.news_head a:last-child::after{
	display: none;
}
.news{
	height: auto;
}
.news li{
	height: auto;
	margin-bottom: 24px;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(220, 220, 220, 0.5);
}
.news li:hover{
	background-color: #003F8F;
	box-shadow: 0 0 16px 0 rgba(0, 63, 143, 0.5);
}
.news_list{
	display: block;
	width: 100%;
	height: 210px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	padding: 16px 14px;
}
.news_list_img{
	display: inline-block;
	float: left;
	margin-right: 26px;
	width: 248px;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news_list_in{
	display: inline-block;
	width: 735px;
	height: 100%;
	float: left;
}
.news_list_in h3{
	font-size: 20px;
	color: #333;
	line-height: 32px;
	margin: 20px auto 12px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.news_list_in p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news_list_in em{
	font-size: 16px;
	color: #ccc;
	line-height: 24px;
	margin-top: 16px;
	display: block;
}
.news_list_time{
	display: inline-block;
	width: 75px;
	height: 100%;
	float: right;
	margin-right: 28px;
	text-align: center;
	font-family: "Arial";
	color: #cccccc;
	padding-top: 36px;
}
.news_list_time h2{
	font-size: 70px;
	line-height: 75px;
	height: 75px;
	border-bottom: 1px solid #ccc;
}
.news_list_time h3{
	font-size: 18px;
	line-height: 38px;
}
.news_list:hover p{color: #fff;}
.news_list:hover em{color: #fff;}
.news_list:hover h2{color: #fff;border-color: #fff;}
.news_list:hover h3{color: #fff;}
.width{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.clear{
	clear: both;
}
/*分页器*/
.fenye{
	height: 40px;
	text-align: center;
	font-size: 16px;
}
.fenye li{
	display: inline-block;
	width: auto;
	min-width: 40px;
	height: 40px;
	margin: 0 4px;
    cursor: default;
}
.fenye li a{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	font-size: 16px;
	color: #666666;
	line-height: 38px;
}
.fenye li a img{
	width: 20px;
	height: 30px;
}

.fenye li a:hover{
	border-color: #003f8f;
	color: #fff;
	background-color: #003F8F;
}
.fenye li a.active{
	border-color: #003f8f;
	color: #fff;
	background-color: #003F8F;
}
.fenye li.thisclass {
    background: #c70000;
    color: #fff;
    line-height:38px;
    cursor: default;
}
.fenye .kd{width:80px;}
.fenye  .kdd{width:100px;}


.new_index_banner {
	width: 100%;
	min-height: 320px;
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dq_dingwei{
	height: 30px;
	padding-left: 22px;
	background-image: url(../image/dw.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	width:1200px;
}
.dq_dingwei li{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.dq_dingwei li a{
	color: #666;
}
/*
.w-imglist-list {width:930px;margin:0 auto;}
.w-imglist-ul{width:930px;margin:0 auto;}
.w-imglist-item{float:left;width:140px;height:113px;margin-left:14px;margin-bottom:34px;text-align:center;list-style:none;}
.w-imglist-in{width:140px;z-index:2;overflow:hidden;}
.w-imglist-img{width:140px;height:93px;display:block;margin:0 auto;overflow:hidden;}
.w-imglist-img img{width:140px;height:auto;}

.w-imglist-title-bg {width:140px;height:34px;line-height:34px;background:url(../picture/tm.png)}

.w-imglist-title {width:140px;height:34px;font-size: 12px;font-weight: 400;font-style: normal;font-family: Tahoma;text-align: center;line-height: 22px;color:#fff;}
*/
.w-imglist-list {width:930px;margin:0 auto;}
.w-imglist-ul{width:930px;margin:0 auto;}
.w-imglist-item{float:left;width:210px;height:173px;margin-left:18px;margin-bottom:34px;text-align:center;list-style:none;}
.w-imglist-in{width:210px;z-index:2;overflow:hidden;}
.w-imglist-img{width:210px;height:140px;display:block;margin:0 auto;overflow:hidden;}
.w-imglist-img img{width:210px;height:auto;}

.w-imglist-title-bg {width:210px;height:34px;line-height:34px;background:url(../picture/tm.png)}

.w-imglist-title {width:210px;height:34px;font-size: 12px;font-weight: 400;font-style: normal;font-family: Tahoma;text-align: center;line-height: 22px;color:#fff;}


/*新闻详情*/
.newsXq{
	height: auto;
	margin-top: 26px;
	box-shadow: 0 0 16px 0 rgba(220, 220, 220, 0.5);
	padding: 88px 10px 60px;
	border-radius: 5px;
}
.newsXq p{
    text-indent:2em
}
.moreTj{
	display: block;
	width: 1000px;
	height: auto;
	margin: 0 auto 60px;
}
.moreTj li a{
	display: block;
	width: 100%;
	height: 65px;
	border-top: 1px dashed #ccc;
	line-height: 64px;
}
.moreTj li a p{
	display: inline-block;
	float: left;
	max-width: 850px;
	font-size: 20px;
	color: #333;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.moreTj li a span{
	display: inline-block;
	float: right;
	max-width: 140px;
	font-size: 20px;
	color: #999;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.moreTj li a:hover span{color: #003F8F;}
.newsXq_main{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}
.newsXq_main img{
	display: block;
	margin: 30px 0;
}
.newsXq h1{
	font-size: 28px;
	color: #333;
	line-height: 40px;
	text-align: center;
}
.newsXq_head{
	display: block;
	margin: 18px auto 36px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #737373;
}
.newsXq_head span{
	padding: 0 20px;
}
.newsXq_head span img{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 8px;
	margin-top: -4px;
}
.widthh{width:1000px;margin:0 auto;margin-top:20px;}
.news-zuoze{
	height: auto;
	line-height: 28px;
	font-size: 14px;
	color: #919191;
	margin: 42px auto 24px;
}
.news-zuoze a{
	color: #919191;
}
.news-fenxiang{
	display: block;
	width: 100%;
	height: 65px;
	border-top: 1px #cccccc dashed;
	border-bottom: 1px #cccccc dashed;
	margin: 0 auto;
	padding: 11px 0;
}
.news-fanhui{
	display: inline-block;
	width: 136px;
	height: 40px;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	padding-left: 15px;
	float: right;
	background-color: #003f8f;
	background-image: url(../images/fanhui.png);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 14px 14px;
}

.search-left li a:hover{
	color: #003f8f;
}

.news-fenxiang em {
	display: inline-block;
	float: left;
	line-height: 40px;
	color: #666666;
}

.fenxiang-in {
	display: inline-block;
	float: left;
	height: 40px;
}

.fenxiang-in a {
	display: inline-block;
	float: left;
	width: 40px !important;
	height: 40px !important;
	border-radius: 100% !important;
	margin: 0 4px;
}

.fenxiang-in a.fx1 {
	background-image: url(../images/weixin.png);
	background-repeat: no-repeat;
	background-position: center;
}

.fenxiang-in a.fx2 {
	background-image: url(../images/qq1.png);
	background-repeat: no-repeat;
	background-position: center;
}

.fenxiang-in a.fx3 {
	background-image: url(../images/weibo.png);
	background-repeat: no-repeat;
	background-position: center;
}



.tiaozhuan{
	display: block;
	width: 100%;
	height: 62px;
	margin: 0 auto 0px;
}
.tiaozhuan a{
	display: inline-block;
	max-width: 550px;
	line-height: 32px;
	font-size: 12px;
	color: #383838;
	float: left;
	width:100%;
}
.tiaozhuan a:hover{
	color: #003f8f;
}
.news-bq{
	display: block;
	width: 1100px;
	margin: 0 auto;
	height: auto;
	padding:15px 0 15px 24px;
	background-image: url(../images/news-bq.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:14px 14px ;
}
.news-bq span{
	font-size: 14px;
	color: #383838;
	line-height: 22px;
	padding-right: 14px;
}
.news-bq a{
	display: inline-block;
	width: auto;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	background: #003f8f;
	padding: 0 8px;
	border-radius: 2px;
	margin-right: 10px;
}
.news-zuoze a:hover{
	color: #003F8F;
}
.index_pro{
	display: block;
	/*height: 882px;*/
	height: auto;
	position: relative;
}
.index_pro_right{
	display: inline-block;
	width: 900px;
	/*height: 840px;*/
	height: auto;
	overflow: hidden;
}

.index_pro_more{
	display: block;
	width: 190px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #003F8F;
}
.index_pro_right ul{
	width: 920px;
	height: auto;
}
.index_pro_right li{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.index_pro_in{
	display: block;
	width: 285px;
	height: 248px;
}
.index_pro_in>span{
	display: block;
	width: 100%;
	height: 200px;
	background: #ccc;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.index_pro_in>p{
	font-size: 20px;
	color: #333333;
	padding: 0 18px;
	line-height: 48px;
	text-align: center;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.index_pro_in>span img{
	width: 100%;
	height: 100%;
	display: none;
}

.index_pro_in:hover>span img{
	display: block;
}

.index_pro_left{
	display: inline-block;
	width: 264px;
	height: auto;
}
.index_pro_nav{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.index_pro_nav_title{
	display: block;
	width: 100%;
	height: 48px;
	border-radius: 0 24px 24px 0;
	font-size: 20px;
	color: #fff;
	padding-left: 16px;
	background-color: #003F8F;
	position: relative;
	cursor: pointer;
}
.index_pro_nav_title:hover{
	background-color: #12107d;
}
.index_pro_nav_title span{
	margin-right: 16px;
	font-size: 26px;
	display: inline-block;
	height: 46px;
	line-height: 36px;
	float: left;
}
.index_pro_nav_title em{
	font-size: 20px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	float: left;
}
.index_pro_nav>ul{
	margin-top: 10px;
	display: none;
}
.index_pro_nav>ul>li>a{
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #666666;
	position: relative;
	padding-left: 36px;
	cursor: pointer;
}
.index_pro_nav>ul>li>a:hover{
	color: #003F8F;
}
.index_pro_nav>ul>li>a.active{
	color: #003F8F;
}
.index_pro_left_phone{
	display: block;
	width: 264px;
	height: auto;
	position: relative;
	padding: 23px 0;
    padding-left: 16px;
	/* background: #003F8F; */
}
.index_pro_left_phone h3{
	position: absolute;
	top: 94px;
	font-size: 26px;
	color: #ff4045;
	font-family: "arial, helvetica, sans-serif";
	font-weight: 800;
}
/*产品列表*/
.pro_right {
    display: inline-block;
    width: 900px;
    /* height: 840px; */
    height: auto;
    overflow: hidden;
}
.pro_right ul {
    width: 980px;
    height: auto;
}
.pro_right li {
    float: left;
    margin-bottom: 34px;
    margin-right: 34px;
}
.pro_in{
	display: block;
	width: 430px;
	height: 356px;
	overflow: hidden;
}
.pro_in>span {
    display: block;
    width: 100%;
    height: 290px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.pro_in>span>img{
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.pro_in>span>div{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 290px;
}
.pro_in>span>div img{
	max-width: 100%;
	max-height: 100%;
}
.pro_in>p {
    font-size: 16px;
    padding: 0 18px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    margin-top: 24px;
    white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
}
.pro_in:hover>span>img{
	display: block;
}
.float_left{float:left;}
.float_right{float:right;}

/*联系我们*/
.lianxi-fshi {
	height: 290px;
	overflow: hidden;
}
.lianxi-fshi ul{
	width: 1250px;
}
.lianxi-fshi li {
	float: left;
	margin-right: 16px;
	width: 286px;
	height: 280px;
	border: 1px solid #003f8f;
	position: relative;
	color: #003f8f;
	transition: color 0.6s;
}

.lianxi-fshi li:after {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background: #003f8f;
	position: absolute;
	top: 0%;
	left: 0;
	z-index: -1;
	transition: all 0.4s;
}

.lianxi-fshi li:hover:after {
	/*width: 100%;*/
	display: block;
}

.lianxi-fshi li:hover {
	color: #fff;
	border: none;
	padding: 1px;
}


/*.lianxi-fshi li:hover{border: none;padding: 1px;}*/

.lianxi-fshi li:last-child {
	margin-right: 0;
}

.lianxi-fshi-img {
	width: 113px;
	height: 113px;
	border-radius: 100%;
	background: #003f8f;
	overflow: hidden;
	margin: 33px auto 20px;
	transition: background-color 0.6s;
	position: relative;
}

.lianxi-fshi-img img {
	display: block;
	margin: 0 auto;
}

.lianxi-fshi-img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.2s;
}

.lianxi-fshi li:hover .lianxi-fshi-img span {
	z-index: 99;
}

.lianxi-fshi li:hover .lianxi-fshi-img {
	background: #fff;
}

.lianxi-fshi-bot {
	padding: 19px 20px 0;
	margin-top: 19px;
	text-align: center;
	position: relative;
}

.lianxi-fshi-bot:after {
	display: block;
	content: "";
	width: 48px;
	height: 2px;
	background: #003f8f;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -24px;
	transition: background-color 0.5s;
}

.lianxi-fshi li:hover .lianxi-fshi-bot:after {
	background: #fff;
}

.lianxi-fshi-bot h4 {
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.lianxi-fshi-bot a {
	color: #003f8f;
	transition: color 0.6s;
}

.lianxi-fshi-bot p {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #003f8f;
	transition: color 0.6s;
}

.lianxi-fshi li:hover .lianxi-fshi-bot a,
.lianxi-fshi li:hover .lianxi-fshi-bot p {
	color: #fff;
}

.lianxi-cche {
	height: 79px;
	margin: 41px auto 32px;
	overflow: hidden;
	border-radius: 8px;
	background: #f5f5f5 url(../image/qiche.png) no-repeat left center;
	background-size: 75px 75px;
}

.lianxi-cche h2 {
	line-height: 79px;
	color: #4c4c4c;
	padding-left: 82px;
	font-size: 24px;
	display: inline-block;
	float: left;
	max-width: 600px;
}

.lianxi-cche a {
	display: inline-block;
	float: right;
	margin-right: 40px;
	color: #003f8f;
	line-height: 79px;
	font-size: 20px;
	padding-left: 36px;
	background: url(../image/s.png) no-repeat left center;
	background-size: 24px 24px;
}

.lianxi-luxian {
	height: 200px;
	border-radius: 6px;
	border: 1px solid #d9d9d9;
	margin-bottom: 50px;
}

.lianxi-luxian>div {
	display: inline-block;
	float: left;
	width: 33.3%;
	height: 100%;
	border-right: 1px solid #d9d9d9;
	padding: 0 30px;
}

.lianxi-luxian>div:last-child {
	border: none;
}

.lianxi-luxian>div h3 {
	font-size: 24px;
	color: #4c4c4c;
	line-height: 54px;
	padding-top: 10px;
}

.lianxi-luxian>div p {
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lianxi-ditu {
	height: 478px;
	overflow: hidden;
	margin-bottom: 66px;
}

.ditu {
	width: 673px;
	height: 478px;
	overflow: hidden;
	display: inline-block;
	float: left;
}

.lianxi-liuyan {
	width: 492px;
	height: 478px;
	overflow: hidden;
	display: inline-block;
	float: right;
}

.lianxi-liuyan h3 {
	color: #666666;
	font-size: 18px;
	line-height: 80px;
	font-weight: 550;
}

.lianxi-liuyan h3 span {
	font-size: 12px;
	padding-left: 12px;
}

.lianxi-liuyan tr {
	padding-bottom: 11px;
}

.lianxi-liuyan td p {
	color: #666666;
	padding: 0 20px 0 5px;
	position: relative;
}

.lianxi-liuyan td input {
	width: 401px;
	height: 36px;
	padding-left: 20px;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	color: #333;
}

.lianxi-liuyan td textarea {
	width: 401px;
	height: 140px;
	padding-left: 20px;
	border-radius: 2px;
	padding-top: 8px;
	line-height: 24px;
	color: #333;
	border: 1px solid #e6e6e6;
}
.lianxi-liuyan td textarea::-webkit-input-placeholder{
	font-family: "微软雅黑";
	color: #999;
	font-size: 14px;
}

.lianxi-yan {
	position: relative;
}

.lianxi-yan:after {
	content: "内容";
	position: absolute;
	top: -60px;
	color: #666;
}

.lianxi-liuyan em {
	display: block;
	text-align: right;
	padding-right: 42px;
	font-size: 12px;
	color: #8c8c8c;
	line-height: 30px;
}

.lianxi-liuyan em span {
	color: red;
}

.lianxi-liuyan button {
	width: 376px;
	height: 39px;
	border-radius: 3px;
	border: none;
	background: #003f8f;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 12px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

/*地址列表*/
.ditu_list{
	margin-bottom: 80px;
	border-bottom: 1px solid #e5e5e5;
}
.ditu_list li{
	height: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 50%;
	float: left;
}
.ditu_list li:nth-child(2n){
	border-left: 1px solid #e5e5e5;
	padding-left: 30px;
}
.ditu_list li h3{
	display: block;
	width: 100%;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden; 
	color: #003f8f;
}
.ditu_list li h4{
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #999;
}


.product {
	padding: 60px 0;
}
.product-box {
	background-color: #577dd4;
	color: #fff;
	padding: 5px;
}
.product-title {
	padding: 20px 0;
}
.product-title span {
	display: block;
	font-size: 16px;
	color: #3772b4;
	padding-top: 5px;
}
.product-title h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.product-list, .contact {
	background-color: #fff;
	padding: 10px;
}
.product-list li {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../image/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list li a:hover {
	background: #eb6100 url(../image/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dl {
	margin-bottom: 0;
}
.product-list dt, .product-list dd {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list dt a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #014fa2 url(../image/icon_dl.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dd a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../image/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list dd a:hover {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #eb6100 url(../image/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.contact {
	line-height: 26px;
	color: #333;
	padding:10px 0px;
}
.contact p {
	margin: 0;
}



.contact p{text-align:left;padding-left:5px;}
.contact p a{text-align:left;}
.contact p a:hover{color:#fff;}
.contact p:hover {
  background-color: #577de4;
  color:#fff;
  width:100%;
}






/*侧边*/
.menu_list {
	background: #fff;
	padding: 5px;
}
.menu_list .current {
	background: #f1f1f1 url(../image/pro_down.png) center right no-repeat;
}
.menu_head {
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #f1f1f1 url(../image/pro_left.png) center right no-repeat;
	margin-top: 10px;
}
.menu_head a {
	display: block;
	text-overflow: ellipsis;
	width: 91%;
	height: 40px;
	overflow: hidden;
	color:#333;
}
.menu_heads {
	height: 40px;
	line-height: 40px;
	/*padding: 0px 10px;*/
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	margin-top: 10px;
}
.menu_heads a {
	display: block;
	text-overflow: ellipsis;
	width: 91%;
	height: 40px;
	overflow: hidden;
	text-align:center;
}
.menu_heads a:hover {
	background-color: #006dc0;
	width: 100%;
	color: #fff;
}
.menu_heads .active {
	background-color: #006dc0;
	width: 100%;
	color: #fff;
	text-align:center;
}
.menu_body {
	height: auto;
	overflow: hidden;
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	backguound: #fff;
	border-right: 1px solid #e1e1e1;
}
.menu_body a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0px 20px;
	color: #777777;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
}