@charset "utf-8";
/* CSS Document */
body {
	font-family: Hiragino Sans GB, Microsoft YaHei;
	font-size: 14px;
	background: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	min-width: 1240px;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}
address, cite, dfn, em, var, i {
	font-style: normal
}
code, kbd, pre, samp {
	font-family: arial, courier new, courier, "\5b8b\4f53", monospace
}
small {
	font-size: 12px
}
ul, ol, li {
	list-style: none
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
legend {
	color: #000
}
fieldset {
	border: 0
}
img {
	vertical-align: middle;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
section, header, nav, footer, article {
	display: block
}
div, ul, dl {
	zoom: 1
}
div:after, ul:after, dl:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.none {
	display: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #000000;
}
a:hover {
	color: #EF3215;
}
.page-w {
	width: 1200px;
	margin: 0px auto;
}
/*header*/
.header {
	padding-bottom: 10px;
	box-shadow: 0 2px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 10px 0px rgba(0,0,0,0.15);
	background-color: #fff;
	z-index: 3;
	position: relative;
}
.header .logo {
	float: left;
	padding-top: 20px;
}
.header .logo img {
	width: 172px;
	height: 32px;
}
/*menu-tel*/
.menu-tel {
	float: right;
}
.menu {
	float: left;
	padding-top: 30px;
}
.menu li {
	float: left;
	margin-right: 38px;
}
.menu li a {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding: 10px 0px;
}
.menu li.hover a {
	color: #EF3215;
}
.menu li.hover a:after {
	content: "";
	display: block;
	clear: both;
	visibility: inherit;
	height: 2px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	background-color: #EF3215;
}
.body-gy .menu-gy a,.body-xt .menu-xt a,.body-sb .menu-sb a,.body-zx .menu-zx a,.body-xs .menu-xs a,.body-lx .menu-lx a {
	color: #EF3215;
}
.body-gy .menu-gy a:after,.body-xt .menu-xt a:after,.body-sb .menu-sb a:after,.body-zx .menu-zx a:after,.body-xs .menu-xs a:after,.body-lx .menu-lx a:after {
	content: "";
	display: block;
	clear: both;
	visibility: inherit;
	height: 2px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	background-color: #EF3215;
}
/**/
.tel {
	float: right;
}
/*top-tel*/
.top-tel {
	background-color: #EF3215;
	padding: 2px 10px 5px 10px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}
.icon-img img {
	width: 100%;
	height: auto;
	vertical-align: text-top;
}
.top-tel .icon-img {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 3px;
}
/*china-txt*/
.china-txt {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
.china-txt a {
	color: #707070
}
.china-txt a:hover {
	color: #EF3215
}
.china-txt .china-span {
	font-weight: 700;
}
.china-txt .global-span {
	margin-left: 8px;
	padding-left: 8px;
	border-left: #707070 solid 1px;
}
/*menu*/
/*banner-box*/
.jiaodiantu-box {
	max-width: 1920px;
	margin: 0px auto 0px auto;
	z-index: 2;
}
.jiaodiantu-box .swiper-container {
	width: 100%;
	height: 100%;
}
.jiaodiantu-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.jiaodiantu-box .swiper-slide img {
	width: 100%;
	height: auto;
}
.jiaodiantu-box .swiper-container-horizontal .swiper-pagination-bullets {
	bottom: 0px;
}
.jiaodiantu-box .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	opacity: 1;
	background: rgba(255,255,255,0.7);
	border-radius: 0px;
}
.jiaodiantu-box .swiper-pagination-bullet-active {
	background: #EF3215;
}
/*wu-te*/
.wutedian {
	padding: 25px 0px;
	border-bottom: #EFEFEF solid 1px;
}
.wu-te li {
	float: left;
	width: 20%;
	text-align: center;
}
.wu-te li a {
	display: inline-block;
	padding: 0px 20px;
}
.wu-te-item i {
	height: 40px;
	display: block;
}
.wu-te-item i img {
	width: auto;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wu-te li:hover i img {
	width: auto;
	height: 90%;
}
.wu-te-item h3 {
	font-weight: 700;
	padding-top: 5px
}
.wu-te-item p {
	color: #707070
}
.wu-te-item p cite {display: block;font-size: 12px;}
/*title-block*/
.title-block {
	text-align: center;
	padding-top: 20px;
}
.title-block .page-w {
	position: relative;
}
.title-block h2 {
	font-weight: 700;
	font-size: 26px;
}
.title-block span {
	border: #707070 solid 1px;
	padding: 2px 5px;
	font-size: 12px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	display: inline-block;
}
.title-block cite {
	color: #BABABA;
}
/*shiyan-xitong*/
.shiyan-xitong li {
	float: left;
	margin-right: 40px;
}
.shiyan-xitong li.last {
	margin-right: 0px;
}
.shiyan-xitong-item {
	width: 270px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/**/
.hoverimg {
	position: relative;
	overflow: hidden;
}
.hoverimg img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hoverimg:hover img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15)
}
/*shiyanxitong*/
.shiyanxitong {
	padding: 20px 0px;
	margin-bottom: 20px;
}
.shiyan-xitong-item .syxt-txt {
	padding: 10px 10px;
}
.shiyan-xitong-item .syxt-img {
	border: #EFEFEF solid 1px;
	width: 270px;
	height: 152px;
}
.shiyan-xitong-item h3 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shiyan-xitong-item p {
	color: #999;
	font-size: 12px;
}
/*shebeizhongxin*/
.shebeizhongxin {
	border-bottom: #EFEFEF solid 1px;
}
.shebeizhongxin li {
	margin-bottom: 20px;
}
.shebeizhongxin .syxt-img {
	border: #EFEFEF solid 1px;
	width: 270px;
	height: 203px;
}
.shebeizhongxin .shiyan-xitong-item {
	border-radius: 0px;
	box-shadow: none;
}
.shebeizhongxin h3 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
}
/*jishufuwu*/
.jishufuwu .shiyan-xitong li {
	margin-right: 50px;
}
.jishufuwu .shiyan-xitong li.last {
	margin-right: 0px;
}
.jishufuwu .shiyan-xitong-item {
	width: 366px;
}
.jishufuwu .shiyan-xitong-item .syxt-img {
	border: none;
	width: 366px;
	height: 145px;
}
.jishufuwu h3 {
	font-size: 14px;
	margin-bottom: 0px;
}
/*zixun-dongtai*/
.zixun-dongtai {
	padding: 20px 50px;
	background-color: #EFEFEF;
	margin-top: 20px;
}
.zixun-dongtai li {
	font-size: 16px;
	line-height: 40px;
}
.zixun-dongtai li b {
	display: inline-block;
	margin-right: 20px;
	font-weight: 400;
	color: #2E2E2E;
}
.zixun-dongtai li h2 {
	display: inline-block;
	letter-spacing: 2px
}
.zixun-dongtai li span {
	float: right;
	color: #2E2E2E;
}
/*aboutus-img*/
.aboutus {
	margin-top: 30px;
	position: relative;
}
.aboutus-img img {
	width: 100%;
	height: auto;
}
.about-us {
	text-align: center;
	width: 500px;
	background-color: rgba(239,50,21,0.90);
	padding: 20px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -270px;
}
.about-us h2 {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 10px;
}
.about-us span a {
	color: #fff;
	border: #fff solid 1px;
	padding: 2px 5px;
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
}
.about-us span a:hover {
	color: #EF3215;
	background-color: #fff;
}
.about-us img {
	width: 90%;
	height: auto;
	margin-top: 20px;
}
/*fanhui*/
.fanhui {
	text-align: center;
	padding: 20px 0px;
}
.fanhui i {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 2px;
	background-color: #707070;
	vertical-align: top;
	margin-right: 3px;
	font-size: 12px;
	position: relative;
}
.fanhui i:after {
	content: "";
	display: block;
	clear: both;
	visibility: inherit;
	height: 0;
	width: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent #F4F4F4 transparent;
	border-style: solid;
	border-width: 5px;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -5px;
}
.fanhui {
	line-height: 20px;
}
/*fot-logo*/
/*EFEFEF*/
.footer {
	background-color: #EFEFEF;
	padding: 20px 0px;
}
.fot-logo {
	background-image: url(img/fotlogo@2x.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 23px 23px;
	padding-left: 30px;
	float: left;
}
.fot-logo h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.fot-logo p {
	color: #707070;
	line-height: 28px;
}
/*fotmenu-weixin*/
.fotmenu-weixin {
	float: right;
}
.fot-menu {
	float: left;
	margin-right: 50px;
}
.fot-menu dl {
	float: left;
	margin-right: 30px;
}
.fot-menu dt {
	font-weight: 700;
}
.fot-menu dd {
	color: #707070;
	font-size: 12px;
	line-height: 26px;
}
/*fot-tel*/
.fot-tel {
	background-image: url(img/fotel@2x.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px 40px;
	padding-left: 50px;
	margin-bottom: 10px;
}
/*fot-ewm*/
.fot-weixin {
	float: right;
}
.fot-ewm {
	text-align: center;
}
.fot-ewm img {
	width: 150px;
	height: 150px;
}
.fot-ewm p {
	color: #707070;
	line-height: 28px;
}
/**/
.youqing {
	font-size: 12px;
	padding: 5px 0px;
	background-color: #F7F7F7;
}
.youqing a {
	color: #707070;
	margin-left: 8px;
	display: inline-block;
}
.youqing a:hover {
	color: #000;
}
/*copyright-info*/
.copyright {
	font-size: 12px;
	padding: 20px 0px;
}
.copyright-txt {
	float: left;
}
.copyright-info {
	float: right;
	padding-top: 0px;
}
/*lianxi-banner*/
.col-banner-img {
	background: url(img/lxbanner.png) no-repeat center center;
	background-size: auto;
	text-align: center;
	color: #fff;
	height: 130px;
}
.col-banner-img h2 {
	font-size: 30px;
	font-weight: bold;
	padding-top: 30px;
}
.col-banner-img p {
	font-size: 16px;
}
.bujian-txt h2 {
	display: none;
}
/**/
/*guanyu-content*/
.guanyu-side {
	width: 260px;
	float: left;
}
.guanyu-content {
	width: 910px;
	float: right;
	padding: 20px 0px;
}
/*dq-cur*/
.dq-cur {
	color: #808080;
	margin-bottom: 10px;
}
.dq-cur .iconfont {
	margin-right: 5px;
}
/**/
/*guanyu-page*/
.guanyu-page {
	padding: 20px 0px;
}
.guanyu-body {
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	padding: 20px;
}
/**/
/**/
.body-title {
	padding: 20px 0px;
	text-align: center;
	border-bottom: #ccc dashed 1px;
	margin-bottom: 20px;
}
.body-title h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
}
.body-title h1 .iconfont {
	font-size: 22px;
	margin-right: 10px;
}
.body-title p {
	color: #999;
}
.body-title p span {
	display: inline-block;
	margin: 0px 10px 0px 0px;
}
/**/
.content-edit {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.content-edit p {
	line-height: 1.7em;
	margin-bottom: 1em;
}
.content-edit img {
	max-width: 100%;
	display: inline-block;
	display: block;
	margin: 0px auto;
}
.content-edit iframe {
	max-width: 100%;
	margin: 0px auto;
	height: auto;
}
.page-body-edit table {
	max-width: 100%;
}
.page-body-edit table {
	font-size: 14px;
}
.page-body-edit table tr {
	border-top: #A7A7A7 solid 1px;
	border-right: #A7A7A7 solid 1px;
}
.page-body-edit table td {
	padding: 5px;
	border-bottom: #A7A7A7 solid 1px;
	border-left: #A7A7A7 solid 1px;
}
/*side-title*/
.colnav-bg {
	position: relative;
	height: 30px;
	width: 260px;
}
.side-title {
	background: url(img/colnav-bg.png) no-repeat center center;
	background-size: cover;
	width: 260px;
	text-align: center;
	height: 90px;
	position: absolute;
	left: 0px;
	top: -70px;
}
.side-title h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 90px;
	color: #fff;
}
/**/
.side-navmenu {
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	padding: 10px 0px 10px 10px;
}
.side-navmenu li {
	border-bottom: #e1e1e1 solid 1px;
}
.side-navmenu li:last-child {
	border-bottom: none;
}
.side-navmenu li a {
	position: relative;
	height: 45px;
	line-height: 45px;
	display: block;
}
.side-navmenu li a:after {
	content: '';
	display: block;
	position: absolute;
	right: 10px;
	top: 18px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	transform: rotate(45deg);
}
.side-navmenu li.hover a, .side-navmenu li:hover a {
	color: #EF3215;
}
.side-navmenu li.hover a:after, .side-navmenu li:hover a:after {
	border-top: 1px solid #EF3215;
	border-right: 1px solid #EF3215;
}
/*dianhua-bg*/
.dianhu-side dl {
	padding: 10px;
	border-bottom: #D8D8D8 dashed 1px;
	margin: 0px 10px;
	font-size: 12px;
}
.dianhu-side dl:last-child {
	border-bottom: none;
}
.dianhu-side dd {
	padding: 5px 0px 0px 20px;
}
.dianhu-side dd.dhtxt {
	font-weight: bold;
	font-size: 20px;
}
.dianhu-side dt h3 {
	display: inline-block;
}
.dianhua-bg {
	background-color: #F2F2F2;
	border: #EAEAEA solid 1px;
	border-radius: 10px;
}
/*side-plane*/
.side-plane {
	margin-bottom: 20px;
}
/*list-fanye*/
.list-fanye {
	text-align: center;
	margin: 20px auto 60px auto;
}
.list-fanye a {
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	display: inline-block;
	margin: 0 3px;
	padding: 0px 10px;
}
.list-fanye a:hover, .list-fanye>b {
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 3px;
	display: inline-block;
	margin: 0 3px;
	padding: 0px 10px;
	background: #EF3215;
	border: 1px solid #EF3215;
	color: #fff;
}
/**/
.page-list-con li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #eeeeee dashed 1px;
}
.page-list-pic img {
	width: 218px;
	height: 130px;
}
.page-list-pic {
	float: left;
	margin-right: 20px;
}
.page-list-text .plt-tit {
	font-size: 20px;
	padding: 0px 0px 8px 0px;
}
.page-list-text .plt-sum {
	color: #666666;
	height: 63px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-box-flex: 1;
}
.page-list-text .plt-key {
	color: #999;
	font-size: 12px;
	padding-top: 5px;
}
.page-list-text .plt-key span {
	margin-right: 10px;
}
/**/
.next-page {
	line-height: 32px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: #EFEFEF solid 1px;
}
/**/
.body-sb .guanyu-body .shiyan-xitong-item {
	width: 270px;
}
.body-sb .guanyu-body .shiyan-xitong-item .syxt-img {
	width: 270px;
	height: 203px;
}
.body-sy .guanyu-body .shiyan-xitong-item {
	width: 420px;
}
.body-sy .guanyu-body .shiyan-xitong-item .syxt-img {
	width: 420px;
	height: 165px;
}
.guanyu-body .shiyan-xitong li {
	margin-right: 30px;
	margin-bottom: 30px;
}
.guanyu-body .shiyan-xitong li.last {
	margin-right: 0px;
}
/*header*/
