* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.m {
	display: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #e10000;
}
li {
	list-style: none;
}
.con {
	width: 1000px;
	margin: 0 auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
table td {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 5px;
}
table th {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
	background: #eee;
	padding: 5px;
}
.padb5{padding-bottom:5px;}
.topcon {
	background: url(../img/topbg.jpg) no-repeat;
	background-size: 100%;
	height: 128px;
}
.logo {
	float: left;
	margin: 20px;
}
.logo img {
}
.topR {
	width: 658px;
	float: right;
	padding-top: 20px;
}
.call {
}
.call img {
	width: 100%;
}
.navM {
	float: left;
	width: 100%;
	display: flex;
	margin-left: 0;
	margin-top: 17px;
}
.navM li {
	float: left;
	position: relative;
	width: 14%;
	text-align: center;
	list-style: none;
	line-height: 40px;
	height: 40px;
	font-size: 14px;/* flex: 1; *//* padding: 0 2.6%; */
	padding: 0 10px;
}
.navM li:hover .erji {
	display: block;
}
.navM li:hover, .navM li.on {
	background: #2167A8;
}
.navM li a {
	color: #fff;
	position: relative;
	display: block;/* position: relative; */
}
.navM li a img {
	display: none;
}
.navM li >a:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	margin-left: 5px;
	opacity: .8;
	top: 50%;
	position: absolute;
	transition: 500ms;/* right: 0; */
}
.navM li >a.none:after {
	border: none;
}
.navM li:hover a:after {
	transform: rotate(178deg);
}
.navM li.none >a:after {
	border: none;
}
.navM li:first-child >a:after {
	display: none;
}
.erji {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	top: 45px;
	display: none;
	z-index: 10;
	padding: 10px 0;
	text-align: center;
}
.erji a {
	color: #000 !important;
	display: block;
	/* height: 36px; */

	line-height: 36px;
	font-size: 14px;
	text-align: center;
	padding-left: 0;
}
.erji a:hover {
	background: #eee;
}
ul.newslist_time {
	margin: 0px;
	padding: 15px;
}
li.newslist {
	margin: 0px;
	padding-left: 14px;
	list-style-type: none;
	height: 28px;
}
li.newslist_time {
	margin: 0px;
	padding-left: 13px;
	list-style-type: none;
	height: 25px;
	background: transparent url(../img/listt.jpg) 0px 10px no-repeat;
	line-height: 25px;
	font-size: 12px;
	overflow: hidden;
}
li.newslist_time .time {
	float: right;
	color: #57585a;
	padding: 0 0 0 5px;
}
a.newslist_time:link, a.newslist_time:visited, a.newslist_time:active {
	color: #424242;
	text-decoration: none;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
a.newslist_time:hover {
	color: #e10000;
	font: 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.banner {
	width: 1000px;
	margin: 0 auto;
}
.banner img {
}
.main {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	background: #E7EDFD;
}
.left {
	float: left;
	width: 235px;
	background: #fff;
	margin: 10px;
}
.cpml img {
	width: 100%;
}
.box1con {
	width: 204px;
	margin: 18px auto;
}
.box1con a {
	display: block;
	text-decoration: none;
	font: 12px/33px Verdana, Arial, Helvetica, sans-serif;
	height: 39px;
	text-align: left;
	background: url(../img/dot2.jpg) 0px 0px no-repeat;
	padding-left: 44px;
	font-size: 14px;
	color: #303030;
	margin-bottom: 4px;
}
hr {
	margin: 15px auto;
	background: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.box1con a.on {
	color: #2167A8;
	font-weight: bold;
}
.serch {
	width: 204px;
	margin: 0 auto;
}
.serch p {
}
.serch p img {
}
.sousuo {
	width: 97%;
}
.sousuo select {
	width: 100%;
	height: 25px;
}
.sousuo input {
	height: 21px;
	width: 98%;
	margin: 5px auto;
}
.sousuo .serbtn {
	width: 53px;
}
.box2 {
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 90%;
	margin: 10px auto;
}
.box2tit {
	background: #2269AA;
	font-size: 13px;
	color: #fff;
	width: 74%;
	text-align: center;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: -8px;
	padding: 5px 0;
}
.name {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}
.name2 {
	font-size: 16px;
	text-align: center;
}
.company {
	font-size: 13px;
	color: #666;
	width: 90%;
	margin: 10px auto;
	line-height: 24px;
}
.company p {
}
.web {
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
	padding-bottom: 10px;
}
.right {
	float: right;
	width: 730px;
	margin-top: 9px;
	margin-right: 10px;
}
.r1 {
	overflow: hidden;
	width: 100%;
}
.intro {
	float: left;
	width: 482px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
}
.title {
	overflow: hidden;
	margin-right: 32px;
	width: 100%;
}
.title a {
	float: right;
	margin-right: 10px;
	line-height: 52px;
}
.title a img {
}
.t1 {
	background: url(../img/title2.jpg) no-repeat 0 0;
	margin: 0px 0;
}
.introcon {
	font-size: 14px;
	padding: 0 10px 10px 10px;
	color: #333;
}
.introcon img {
	float: left;
	height: 150px;
	margin: 10px;
}
.hezuo {
	float: right;
	width: 231px;
}
.hezuo a {
	display: block;
	height: 23px;
	margin: 7px 0;
	line-height: 23px;
	background: #fff url(../img/arrow.jpg) 5px 4px no-repeat;
	font-size: 12px;
	padding-left: 19px;
	overflow: hidden;
}
.show {
	background: #fff;
	width: 100%;
	margin: 10px auto;
}
.hezi {
	background: #fff;
}
.title2 {
	background: url(../img/top.png) 0px 0px no-repeat;
	height: 25px;
	color: #fff;
	font-weight: 700;
	padding-left: 16px;
	padding-top: 2px;
	font-size:14px;
}
.title2 a {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	padding-right: 5px;
}
.news {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin: 10px 3px;
}
.newsitem {
	float: left;
	width: 49%;
	/* margin: 1%; */
	background: #fff;
	overflow: hidden;
}
.link {
	background: #fff;
	border: 1px solid #ddd;
}
.linkcon {
	width: 98%;
	margin: 10px auto;
	font-size: 12px;
	line-height: 24px;
	padding: 0 10px;
}
.linkcon a {
	padding-right: 7px;
}
.footer {
	width: 1000px;
	margin: 0 auto;
}
.footlink {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	height: 28px;
	line-height: 28px;
	color: #ffffff;
	background: url(../img/bg.png) 0px 0px repeat-x;
}
.footlink a {
	color: #fff;
	font-weight: 700;
	margin: 0 10px;
	font-size: 14px;
}
.footer2 {
	text-align: center;
	font: 12px/20px Arial, Helvetica, sans-serif;
	background: url(../img/bottombg.jpg) repeat-x;
	padding: 10px;
}
.footer2 p {
	text-align: center;
}
.footer2 p span {
}
.footer2 p a {
}
.t2 {
	height: 38px;
	border: 0px;
	padding: 0;
	margin: 0;
	background: url(../img/title4.jpg) 0px 0px no-repeat;
}
.t3 {
	height: 38px;
	border: 0px;
	padding: 0;
	margin: 0;
	background: url(../img/title5.jpg) 0px 0px no-repeat;
}
.t4 {
	height: 38px;
	border: 0px;
	padding: 0;
	margin: 0;
	background: url(../img/title3.jpg) 0px 0px no-repeat;
}
.picScroll-left {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	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("../img/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 {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../img/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
}
.picScroll-left .bd {
	padding: 10px;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	width: 126px!important;
	margin: 0 8px;
	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: 120px;
	height: 80px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picScroll-left .bd ul li .title {
	height: 24px;
	font-size: 12px;
	line-height: 24px !important;
}
.picScroll-left .bd ul li .title a {
	float: none;
	line-height: 24px;
	color: #666;
}
/* ÃƒÂ¦Ã…â€œÃ‚Â¬ÃƒÂ¤Ã‚Â¾Ã¢â‚¬Â¹ÃƒÂ¥Ã‚Â­Ã‚Âcss */
.slideBox {
	width: 1000px;
	height: 250px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}
.slideBox .hd {
	height: 25px;
	overflow: hidden;
	line-height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	padding: 5px 0;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #2269AA;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 100%;
	height: 250px;
	display: block;
}
div#newsquery {
	margin: 0px auto;
	padding: 0px;
	background: #fff;/* width: 96%; */
}
div#newsquery ul {
	margin: 0 auto;
	padding: 0;
	width: 96%;
	overflow: hidden;
}
div#newsquery li {
	list-style-type: none;
	height: 35px;
	overflow: hidden;
	background: url(../img/line.jpg) 0px 4px no-repeat;/* line-height: 53px; */
}
div#newsquery a:link, div#newsquery a:visited, div#newsquery a:active {
	text-decoration: none;
	font: 14px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	float: left;
}
div#newsquery a:hover {
	text-decoration: underline;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #e10000;
}
div#newsquery li.title {
	padding-left: 20px;
}
div#newsquery div.title {
	float: left;
	font: 12px/25px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	height: 35px;
	line-height: 48px;
}
div#newsquery div.title a {
	line-height: 32px;
	font-size: 14px;
}
div#newsquery .time {
	float: right;
	white-space: nowrap;
	overflow: hidden;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 5px;
	color: #999;
}
/* ============Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â­ÃƒÆ’Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â³============== */

div#showpages {
	clear: both;
	padding: 0px;
	margin: 20px 0px;
	width: 100%;
	height: 30px;
	white-space: nowrap;
}
div#pagesinfo {
	float: left;
	padding: 3px 8px;
	white-space: nowrap;
}
div#pages {
	float: right;
	padding-right: 8px;
	white-space: nowrap;
}
div#pages ul {
	margin: 0;
	padding: 0;
}
div#pages a:link, div#pages a:visited, div#pages a:active {
	color: #303030;
	text-decoration: none;
}
div#pages a:hover {
	color: #ff0000;
	text-decoration: none;
}
div#pages li {
	margin: 3px;
	padding: 2px 5px;
	list-style-type: none;
	float: left;
	background: #dcd9d4;
	color: #303030;
	border: 1px #dcd9d4 solid;
	white-space: nowrap;
}
div#pages li.pagesnow {
	color: #303030;
	background-color: #eee;
	white-space: nowrap;
	border: 1px #dcd9d4 solid;
}
div#pages li.pbutton {
	color: #303030;
	background-color: #dcd9d4;
	padding: 3px 5px 1px 5px;
	white-space: nowrap;
	border: 1px #dcd9d4 solid;
}
div#pages li.opt {
	color: #303030;
	padding: 0px;
	white-space: nowrap;
	border: 0px;
	background: #fff;
}
.picMarquee-left {
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
}
.picMarquee-left .hd {
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../img/arrow.png") no-repeat;
}
.picMarquee-left .hd .next {
	background-position: 0 -50px;
}
.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}
.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}
.picMarquee-left .bd {
	padding: 10px;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 130px !important;
}
.picMarquee-left .bd ul li .pic {
	text-align: center;
}
.picMarquee-left .bd ul li .pic img {
	width: 130px;
	display: block;
	height: 115px;
	padding: 2px;
	border: 1px solid #ccc;
}
.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-left .bd ul li .title {
	line-height: 24px;
	background: url(../img/tbg2.jpg) repeat-x 0 0;
}
.picMarquee-left .bd ul li .title a {
	float: none;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 120px;
	margin: 0 auto;
	line-height: 30px !important;
}
.picMarquee-left .tempWrap {
	width: 100% !important;
}
.position {
	font-size: 12px;
	line-height: 43px;
	width: 100%;
	margin: 0 auto;
	background: url("../img/postition.jpg") no-repeat;
	/* background-size: 100%; */
	height: 37px;/* padding-left: 143px; */
}
.position a {
	margin: 0;
}
.position span {
	float: left;
}
.position h2 {
	float: left;
	width: 115px;
	text-align: center;
	margin-left: 17px;
	margin-right: 12px;
}
.type {
	text-align: center;
	margin: 12px;
}
.type a {
	background: #eee;
	padding: 3px 10px;
	border-radius: 20px;
	display: inline-block;
	margin: 5px;
}
.type a.active {
	color: #fff;
	background: #2167A8;
}
.view_news {
	overflow: hidden;
	padding: 15px;
	background: #fff;
}
.view_news .bt {
	overflow: hidden;
	line-height: 1.2;
	padding: 20px 0 10px 0;
	font-size: 24px;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
}
.view_news .cs {
	overflow: hidden;
	color: #999;
	text-align: center;
	font-size: 12px;
}
.view_news .cs span {
	margin: 0 10px
}
.view_news .body {
	border-top: 1px solid #f0f2f5;
	overflow: hidden;
	padding: 15px 0 0;
	margin: 12px 0 20px 0;
	line-height: 24px;
	font-size: 14px;
	clear: both;
}
.view_news .body img {
	max-width: 100%;
	height: auto;
	padding: 10px 0
}
.view_news .sx {
	overflow: hidden;
	clear:both;
}
.recpro{text-align:center; font-size:20px; padding:15px 0;}

.recpro:after{
	display: block;
    overflow: hidden;
    width: 60px;
    height: 2px;
    background: #ddd;
    content: '';
	margin:10px auto 0;
	transition: width 2s, height 2s, transform 2s;
	}
.view_news .sx li {
	overflow: hidden;
	max-width: 50%;
	border: 1px solid #e4eaec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	padding: 5px;
	font-size: 14px !important;
}
.view_news .sx li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #76838f;
	padding: 10px 0px;
	line-height: 20px;
	font-size: 14px;
}
.view_news .sx li a:hover {
	color: #2167A8
}
.view_news .sx li:hover {
	border-color: #2167A8;
	color: #2167A8;
}
.view_news .sx li:hover a {
	color: #2167A8
}
.view_news .body .view_news_video {
	overflow: hidden;
	text-align: center
}
.view_news .body .view_news_video .video {
	display: inline-block
}
.view_news .body .view_news_video .videojs {
	display: inline-block;
	position: relative;
	overflow: hidden
}
.view_news .body .view_news_video .videojs img {
	padding: 0;
	max-width: 100%;
	height: auto;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}
.view_news .body .view_news_video .videojs .fd {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(../img/icon_videobf.png) center center no-repeat;
	cursor: pointer
}
.view_news .body .view_news_video .videojs: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)
}
.view_news .sx {
	overflow: hidden
}
.view_news .sx li {
	overflow: hidden;
	max-width: 100%;
	border: 1px solid #e4eaec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	padding: 5px;
	margin: 10px 0;
}
.view_news .sx li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #76838f;
	padding: 10px 0;
	line-height: 20px
}
.view_news .sx li a:hover {
	color: #2167A8
}
.view_news .sx li:hover {
	border-color: #2167A8;
	color: #2167A8;
}
.view_news .sx li:hover a {
	color: #2167A8
}
.desc {
	margin: 10px auto;
	overflow: hidden;
	color: #666;
	padding: 15px;
	text-indent: 62px;
	line-height: 26px;
	position: relative;
	min-height: 30px;
	clear: both;
	background: #fafafa;
	font-size: 14px;
}
.artobdy {
	padding-top: 10px;
}
.font14 {
	font-size: 14px
}
.desc .tit {
	position: absolute;
	left: 15px;
	top: 15px;
	background: #2167A8;
	text-indent: 0;
	width: 50px;
	text-align: center;
	color: #fff
}
.desc .tit:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #2167A8;
	border-bottom: 4px solid transparent;
	transform: translateY(-50%)
}
.shengming {
	margin: 10px auto;
	overflow: hidden;
	color: #666;
	padding: 10px;
	position: relative;
	clear: both;
	background: #fafafa;
	font-size: 12px;
}
.view_news .body img {
	max-width: 100%;
	height: auto;
	padding: 10px 0
}
.type {
	display: none;
}
.myhome {
	float: right;
	padding-right: 20px;
	font-size: 12px;
}
/*分页*/
.pagination {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 10px 0;
}
.pagination li a, .pagination li span {
	display: block;
	overflow: hidden;
	padding: 0 10px;
	line-height: 30px;
	background: #ececec;
	color: #666;
	font-size: 12px;
}
.pagination li a:hover {
	background: #666;
	color: #fff;
	border-color: #666
}
.pagination li.active span {
	cursor: default;
	background: #2167A8;
	color: #fff
}
.pagination li.disabled span {
	background: #ddd;
	color: #888;
	cursor: not-allowed
}
.copyright {
	padding: 15px 0;
	color: #666;
	font-size: 12px;
}
.newslist {
	background: #fff;
	margin-bottom: 15px;
	padding: 0 0 10px 0;
}
.list_case {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	float: left;
	padding: 10px 5px;
	width: 100%;display: flex;
    flex-wrap: wrap;
}
.list_case li {
	float: left;
	width: 25%;
	padding: 5px;
}
.list_case li a {
	display: block;
}
.list_case li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s;
}
.list_case li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	transition: all 0.3s;
	font-size: 12px;
	color: #333;
	width: 100%;
	background: url(../img/tbg2.jpg) repeat-x top center;
	text-align: center;
}
.list_case li:hover span {
	color: #2167A8;
}
