﻿@charset "utf-8";
/* CSS Document */
body {
	background: #f6f6f6;
}
.window {
	position:  relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(Opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
	z-index: 999;
}
.mask.active {
	display: block;
}

.header {
	width: 100%;
	height: 40px;
	padding: 15px 0;
	font-size: 0;
	position: absolute;
	z-index: 9;
	top: 0;
}
.header.active {
	z-index: 999;
}
.header .container {
	position: relative;
}
.header .logo,
.header .mini-logo {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	*float: left;
	width: 210px;
	height: 40px;
	overflow: hidden;
	vertical-align: top;
}
.header .logo img {
	height: 40px;
}
.header .logo .logo_img1{display: block;}
.header .logo .logo_img2{display: none;}
.header .mini-logo {
	width: 80px;
	height: 40px;
	display: none;
}
.header .mini-logo img {
	width: 80px;
	height: 40px;
}
.header .mini-logo .mlogo_img1{display: block;}
.header .mini-logo .mlogo_img2{display: none;}
.header-menu {	
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;	
	/*
	position: absolute;
	top: 40px;
	z-index: 999;
	*/
	width: auto;
	height: auto;
	word-wrap:break-word;
}
.header-fixed{
	position: fixed;
	top:0;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}


.header-fixed .logo .logo_img1{display: none;}
.header-fixed .logo .logo_img2{display: block;}
.header-fixed .mini-logo .mlogo_img1{display: none;}
.header-fixed .mini-logo .mlogo_img2{display: block;}
.menu-list {
	width: 100%;
	height: auto;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.menu-list ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.menu-list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	position: relative;
	vertical-align: top;
	margin: 0;
	padding-left: 20px;
}
.menu-list li a.one-nav {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
	font-size: 0;
}
.menu-list li a.one-nav .nav-name {
	position: relative;
	top: 0;
	left: 0;
	height: 80px;
	overflow: hidden;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	font-family: "Microsoft YaHei";
}
.menu-list li a.one-nav .nav-name span {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	background-color: transparent;
	text-transform: uppercase;
}
.header-fixed .menu-list li a.one-nav .nav-name span {
	color: #333;
}
.menu-list li a.one-nav .nav-name span.active {
	color: #fff;
	background-color: transparent;
}
.header-fixed .menu-list li a.one-nav .nav-name span.active {
	color: #f28e12;
}
.menu-list li a.one-nav .nav-name span.active:before {
	content: "";
	position: absolute;
	height: 20px;
	border-bottom: 2px solid #fff;
	width: 30px;
	right: 0;
	bottom: 0;
}
.header-fixed .menu-list li a.one-nav .nav-name span.active:before {
	border-bottom: 2px solid #f28e12;
}
.menu-list li.active a.one-nav .nav-name {
	top: -40px;
}
.menu-list li .sub-category {
	position: absolute;
	top: 40px;
	right: 0;
	width: 0;
	height: 0;
	background-color: transparent;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
	filter:alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	font-size: 0;
}
.header-fixed .menu-list li .sub-category {	
	background-color:#f28e12;
	right:-15px;
}
.header .menu-list li .sub-category.active {
	width: auto;
	height: auto;
	filter:alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding-top: 15px;
}
.menu-list li .sub-menu {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	vertical-align: top;
}
.menu-list li .sub-menu .sub-con {
	padding:0;
}
.header-fixed .menu-list li .sub-menu .sub-con {	
	padding-right:15px;	
	padding-bottom:10px;
}
.menu-list li .sub-menu a.two-nav {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	color: #dfdfdf;
	vertical-align: top;
	background-color: transparent;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-list .lang-switch {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 100px;
	height: 30px;
	margin-left: 40px;
/* 	border: 1px solid #fff; */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-mz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.menu-list .lang-switch a {
	display: inline-block;
	width: 50%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	color: #666;
	font-size: 14px;
	background: #f4f4f4;
}
.menu-list .lang-switch a.active {
	background-color: #f28e12;
	color: #fff;
}
.menu-btn-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	display: none;
	z-index: 9;
}
.menu-btn-icon .iconfont {
	font-size: 32px;
	color: #fff;
}
.menu-btn-icon .iconfont:before {
	content: "\e62b";
}
.menu-btn-icon.active .iconfont:before {
	content: "\e608";
}

a.more-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 152px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
	padding: 1px 0;
	background-color: #70a6f2;
}
a.more-btn span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 40px;
	font-size: 18px;
	color: #fff;
	vertical-align: middle;
}
a.more-btn .more-icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 20px;
	height: 40px;
	text-align: right;
	vertical-align: middle;
	background: url(../images/icon/01.png) no-repeat right center;
}
a.more-btn .more-icon:before {
	content: "";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
a.more-btn .more-icon img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
a.more-btn:active,
a.more-white-btn {
	background-color: #fff;
}
a.more-btn:active span,
a.more-white-btn span {
	color: #0069ff;
}
a.more-btn:active .more-icon,
a.more-white-btn .more-icon {
	background: url(../images/icon/02.png) no-repeat right center;
}
a.more-white-btn:active {
	background-color: #70a6f2;
}
a.more-white-btn:active span {
	color: #fff;
}
a.more-white-btn:active .more-icon {
	background: url(../images/icon/01.png) no-repeat right center;
}

.container-head {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0;
	margin-top: 60px;
	margin-bottom: 40px;
    text-align: center;
}
    .container-head .title {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-size: 26px;
        color: #333;
        font-weight: bold;
        vertical-align: top;
        border-bottom: 3px solid #ef7317;
    }
.container-head a {
	display: inline-block;
	float: right;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	font-size: 14px;
	color: #999999;
}
.product-service-list {
	width: 1400px;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.product-service-list ul {
	width: 1440px;
	height: auto;
	overflow: hidden;
}
.product-service-list li {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	background: #fff;
	padding: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.product-service-list li:hover {
	box-shadow: -1px 3px 5px 3px rgb(82 148 218 / 10%);
}
.product-service-list li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product-service-list li .img-con {
	margin: 0 auto;
    text-align:center;
}
    .product-service-list li .img-con img {
        width:100%;
    }
.product-service-list li .title {
	margin-top: 20px;
	height: auto;
	line-height: 30px;
	text-align: center;
	color: #111111;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}
    .product-service-list li:hover .title {
        color: #f29410;
    }
.product-service-list li .desc {
	margin-top: 10px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}
.product-service-list li:hover .desc {
	color: #666;
}
.category-more {
	width: 160px;
	height: 40px;
	margin: 0 auto;
}
.category-more a {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #f28e12;
	font-size: 18px;
	color: #f28e12;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}

.main-about {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.main-about .about-img {
	float: left;
	width: 700px;
	height: 420px;
}
.main-about .about-img img {
	width: 700px;
	height: 420px;
}
.main-about .about-info {
	float: left;
	width: 620px;
	padding: 40px;
	height: auto;
	overflow: hidden;
}
.main-about .about-info h2 {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #111111;
	font-weight: bold;
	padding: 0;
}
.main-about .about-info p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #111111;
	margin-top: 20px;
}
.main-about .category-more {
	margin-left: 0;
	margin-top: 20px;
	display: block;
	width: 120px;
	font-size: 14px;
}
.news-list {
	width: 1400px;
	height: auto;
	overflow: hidden;
}
.news-list ul {
	width: 1440px;
	height: auto;
	font-size: 0;
}
.news-list ul li {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.news-list ul li a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li .img-con {
	position: relative;
	overflow: hidden;
}
.news-list ul li .img-con,
.news-list ul li .img-con img {
	width : 320px;
	height: 192px;
}
.news-list ul li .info-box {
	background: #fff;
	line-height: 30px;
	color: #444;
	font-size: 18px;
	height: auto;
	overflow: hidden;
	padding: 30px;
}
.news-list ul li .title {
	height: 60px;
	font-weight: bold;
	overflow: hidden;
}
.news-list ul li .date {
	margin-top: 30px;
	overflow: hidden;    font-size: 14px;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #111111;
	padding: 80px 0;
	font-size: 0;
	margin-top: 60px;
}
.footer a {
	color: #fff;
}

.footer-left {
	display: inline-block;
    width: calc(100% - 430px);
	height: auto;
	overflow: hidden;
}
.footer-big-logo,
.footer-big-logo img {
	height: 40px;
}
.footer-mini-logo {
	display: none;
}
.footer-mini-logo,
.footer-mini-logo img {
	width: 81px;
	height: 40px;
}
.footer .copyright {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	overflow: hidden;
}
.footer .copyright p {
	margin-bottom: 0;
}
.footer-right {
	float: right;
	display: inline-block;
	width: auto;
	overflow: hidden;
}

.footer-qrcode {
	float: right;
	width: 430px;
	height: auto;
	overflow: hidden;
	display: inline-block;
    width: auto;
    font-size: 0;
	text-align: center;
}
.footer-qrcode .footer-qrcode-box {
	width: 160px;
	height: auto;
	margin-left: 55px;
	display: inline-block;
    text-align: center;
    vertical-align: top;
}
.footer-qrcode .footer-qrcode-box .img-con {
	width: 160px;
	height: 160px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
}
.footer-qrcode .footer-qrcode-box .img-con:before {
	display: inline-block;
	content: "";
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
}
.footer-qrcode .footer-qrcode-box .img-con img {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	height: 140px;
}

.footer-qrcode .footer-qrcode-box span {
	display: block;
	width: 100%;
	height: auto;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	margin-top: 10px;
}

.footer .address {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-align: right;
}

.footer-menu {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 0;
}
.footer-menu ul {
	display: inline-block;
	vertical-align: top;
}
.footer-menu li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
}
.footer-menu a {
	display: block;
	width: 100%;
	height: 30px;
	color: #fff;
}
.footer-menu a:hover {
	color: #fff;
}
.footer-menu-global {
	vertical-align: top;
	display: inline-block;
	line-height: 30px;
	margin-left: 15px;
	color: #fff;
}
.footer-menu-global a {
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
}
.footer-menu-global .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	font-size: 14px;
}
.footer-menu-global .icon img {
	width: 16px;
	height: 16px;
}
.footer-menu-global .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.wap-footer {
	display: none;
	width: 100%;
	height: auto;
	background: #111111 url(../images/wap-footer-logo.png) no-repeat left bottom;
	overflow:hidden;
}
.wap-footer .copyright {
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	padding-top: 40px;
}
.wap-footer .footer-global {
	margin: 20px auto 0 auto;
	width: 100px;
	height: 28px;
	border: 1px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.wap-footer .footer-global a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.wap-footer .footer-global .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 10px;
}
.wap-footer .footer-global .icon img {
	width: 14px;
	height: 14px;
}
.wap-footer .footer-global span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
}
.wap-footer-menu {
	display: none;
	margin-top: 40px;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #eeeeee;
	padding: 10px;
	position: relative;
	font-size: 0;
	background: #fff;
}
.wap-footer-menu:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #eee;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
}
.wap-footer-menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #eee;
	margin-left: -0.5px;
}
.wap-footer-menu li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	height: 60px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10px;
}
.wap-footer-menu li:nth-child(2n+0) {
	padding-right: 0;
	padding-left: 10px;
}
.wap-footer-menu li a {
	display: block;
	height: 60px;
	font-size: 0;
	padding-left: 10px;
	position: relative;
}
.wap-footer-menu li a:before {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.wap-footer-menu li .icon {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 10px;
	top: 14px;
}
.wap-footer-menu li .icon img {
	width: 32px;
	height: 32px;
}
.wap-footer-menu li span {
	display: inline-block;
	line-height: 60px;
	vertical-align: middle;
	color: #111111;
	font-size: 18px;
	padding-left: 42px;
}

.page-banner {
	width: 100%;
	height: 360px;
	background-image: url(../images/banner/about-banner.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.page-banner .container {
	position: relative;
}
.page-banner .title {
	position: absolute;
	top: 150px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
}
.page-banner .title_t {
	position: absolute;
	top: 220px;
	font-size: 18px;
	color: #fff;
}
.about-banner {
	background-image: url(../images/banner/about-banner.jpg);
}
.news-banner {
	background-image: url(../images/banner/news-banner.jpg);
}
.product-banner {
	background-image: url(../images/banner/product-banner.jpg);
}
.service-banner {
	background-image: url(../images/banner/service-banner.jpg);
}
.contact-banner {
	background-image: url(../images/banner/contact-banner.jpg);
}
.network-banner {
	background-image: url(../images/banner/network-banner.jpg);
}
.page-nav {
	font-size: 0;
}
.crumbs {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999999;
}
.crumbs a {
	color: #999999;
}

.page-navigation {
	display: inline-block;
	vertical-align: top;
	height: auto;
	float: right;
}
.page-navigation ul {
	width: auto;
	height: auto;
	overflow-x: auto;
}
.page-navigation li {
	display: inline-block;
	margin: 0 10px;
}
.page-navigation li a {
	display: block;
	padding: 0 10px;
	overflow: hidden;
}
.page-navigation li span {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	position: relative;
	color: #111111;
	font-size: 14px;
}
    .page-navigation li.active span {
        color: #f28e12;
        font-weight: bold;
    }
.page-navigation li span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 20px;
	border-bottom: 3px solid #f28e12;
	display: none;
}
.page-navigation li.active span:after {
	display: block;
}
.page-navigation li:first-child {
	margin-left: 0;
}
.page-navigation li:first-child a{
	padding-left: 0;
}
.page-navigation li:last-child {
	margin-right: 0;
}
.page-navigation li:last-child a {
	padding-right: 0;
}
.page-content-mt {
	margin-top: 60px;
}

.pages,
.pages ul {
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}
.pages {
	margin-bottom: 30px;
}
.pages ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: auto;
	height: 50px;
}
.pages ul li a,
.pages ul li span {
	display: block;
	height: 38px;
	line-height: 38px;
    padding:0 15px;
	color: #f28e12;
	font-size: 14px;
	text-align: center;
	margin: 0 10px;
	border: 1px solid #f28e12;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	overflow: hidden;
}
.pages ul li a.on,
.pages ul li a.active {
	color: #fff;
	background: #f28e12;
}
.pages ul li a:active {
	color: #fff;
	background: #f28e12;
}

.page-detail-head {
	text-align: center;
	margin-bottom: 40px;
}
.page-detail-head h1{
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 0;
	line-height: 50px;
	overflow: hidden;
	font-size: 30px;
	color: #111111;
	font-weight: bold;
}
.page-detail-head p {
	line-height: 40px;
	font-size: 14px;
	color: #999;
}

.page-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	font-size: 16px;
	line-height: 36px;
	color: #111111;
	margin-bottom: 40px;
}
.page-content .page-title{
	margin-bottom: 20px;
}
.page-content h1{
	font-size: 22px;
	font-weight: bold;
}
.page-content h2{
	font-size: 18px;
	font-weight: bold;
}
.page-content h3{
	font-size: 16px;
}
.page-content p {
	display: block;
	margin-bottom: 10px;
}
.page-content .xd-images-list {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.page-content img,
.page-content .xd-images-list img {
	max-width: 100%;
}
.page-content b,
.page-content strong {
	/*color: #3e70b5;*/
}

.page-content table {
	margin: 0 auto;
	width: auto;
	display: table;
	background-color: #c3c3c3;
	border-spacing: 1px !important;
}
.page-content table th {
	background-color: #023db4;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.page-content table td{
	background-color: #fff;
	color: #333;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}
.page-content table th,
.page-content table td {
	padding: 0 30px;
}
.page-content table th p,
.page-content table td p {
	margin-bottom: 0;
}

.contact-map {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.contact-map img {
	width: 100%;
	height: auto;
}

.network-list {
	width: 100%;
	font-size: 0;
}
.network-list li {
	display: inline-block;
	vertical-align: top;
	width: 680px;
	height: auto;
	padding: 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background: #fff;
	margin-right: 40px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.network-list li:nth-child(2n+0) {
	margin-right: 0;
}
.network-list .network-name {
	width: 100%;
	line-height: 40px;
	color: #111;
	font-weight: bold;
	font-size: 24px;
}
.network-list .network-info {
	margin-top: 10px;
	padding-right: 82px;
}
.network-list .network-info .item {
	height: auto;
	position: relative;
	line-height: 30px;
	font-size: 14px;
	color: #111;
	min-height: 30px;
}
.network-list .network-info .title {
	position: absolute;
	top: 0;
	left: 0;
}
.network-list .network-info span {
	display: block;
	padding-left: 46px;
}
.network-list .network-info a,
.network-list .network-info a:hover {
	color: #111;
}
.network-list .number-ide {
	position: absolute;
	top: -30px;
	right: 0;
	width: 136px;
	font-size: 136px;
	line-height: 136px;
	color: #f8f8f8;
	text-align: right;
	font-weight: bold;
	/*
	font-weight: bold;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	direction: rtl;
	-webkit-line-clamp: 1;
	*/
}
.network-list .see-map {
	position: absolute;
	right: 40px;
	bottom: 40px;
	height: 30px;
	font-size: 0;
}
.network-list .see-map a {
	display: block;
	width: 100%;
	height: auto;
}
.network-list .see-map .icon {
	display: inline-block;
	width: 26px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
.network-list .see-map .icon:before {
	content: "";
	display: inline-block;
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.network-list .see-map .icon img {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.network-list .see-map span {
	display: inline-block;
	font-size: 14px;
	color: #f28e12;
	vertical-align: middle;
}

.page-loading {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 0;
	text-align: center;
	display: none;
}
.page-loading span {
	display: inline-block;
	width: auto;
	height: 30px;
	font-size: 14px;
	color: #111111;
	padding-left: 10px;
	vertical-align: middle;
}
.page-loading .img-con {
	display: inline-block;
	width: auto;
	height: 30px;
	vertical-align: middle;
}
.page-loading .img-con:before {
	content: "";
	width: auto;
	height: 100%;
	vertical-align: middle;
}
.page-loading .img-con img {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
/*帮助中心*/
.faq{border:1px solid #e5e5e5; background:#fff;}
.faq .mod_hd{margin:0px;padding:20px;background-color:#fafafa; border-bottom:1px solid #e5e5e5; text-indent:20px;}
.faq_left{width:250px;}
.faq_right{width:847px}
.faq_left .nav-list{margin:10px 20px;}
.faq_left .nav-list li{height:50px; line-height:50px; text-indent:40px; font-size:16px;border-bottom:1px solid #e5e5e5; background:url(../images/new_jt.gif) 170px center no-repeat;}
.faq_left .nav-list li:hover,.faq_left .nav-list li.cur{ background:url(../images/new_jt3.gif) 170px center no-repeat;}
.faq_left .nav-list li:hover a,.faq_left .nav-list li.cur a{color:#53bd17;font-weight:bold; }
.faq .faq_content{padding:20px;line-height:28px;color:#333;font-size:14px;}
.faq .faq_content h2{ background-color:#f8f8f8;padding:3px 15px;margin-bottom:20px; font-size:16px; color:#53bd17}
.faq .faq_content p{ text-indent:2em;}
.faq .faq_content .faq_list li{cursor: pointer;font-size:16px;
border-bottom: 1px dotted #ccc;
line-height: 50px;
height:50px;
}
.faq .faq_content .faq_list li a{
    display:block;
    padding-left: 20px;
    position: relative;
}
.faq .faq_content .faq_list li a:hover::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 3px solid #f28e12;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 22px;
    left: 5px;
}
/*翻页，下一页*/
.pagination a.number { }
.pagination { text-align: center; font-family: "微软雅黑"; font-size: 14px; display:block; clear:both; height:30px; line-height:30px; margin-top:18px; }
.pagination a { margin: 0 5px 0 0; padding: 8px 13px; background:#dbdbdb; color:#666; border-radius:3px;}
.pagination a.number { /*border: 1px solid #ddd;*/ }
.pagination a.current { background: #f28e12 top left repeat-x !important; /*border-color: #0069fd !important;*/ color: #fff !important; }
.pagination a.current:hover { text-decoration: underline; }
.pagination ul.pager { width:100%; text-align:center; }
.pagination ul span.msg { font-size:14px; font-family:"微软雅黑" }
.pagination a:hover { background:#f28e12; color:#fff; }
.pagination ul.pager a { cursor:pointer; }

.input-group {    margin-top: 20px;
}
.inputl,
.inputr {
	width: 47%;
	background: #fff;
	padding: 10px 1%;
	border-radius: 6px;
    border:1px solid #dfdfdf;
}

.inputr label,
.inputl label {
	font-size: 16px;
	color: #ababab;
	float: left;
	height: 30px;
	line-height: 30px;
	width: 160px;
}

.inputr input,
.inputl input,
.input02 input {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	border: none;
	background: #fff;
    outline:none;
}

.textareabox,
.input02 {
	padding: 10px 1%;
	background: #fff;
	border-radius: 6px;
    border:1px solid #dfdfdf;
}

.input02 {
	padding-right: 150px;
	position: relative;
}

.textareabox textarea {
	width: 100%;
	border: none;
	height: 100px;
	outline: none;
	background: #fff;
    font: inherit;    
	font-size: 16px;
}
/*按钮样式*/
.btn { display:inline-block; margin:0; padding:0 50px; color:#fff; font-size:14px; height:40px; line-height:40px; text-align:center; font-family:"microsoft yahei"; }
.btn { background:#f90; border:0; border-radius:4px; vertical-align:middle; }
.btn:hover { color:#fff; opacity:0.9; }
.btn-mini { height:20px; line-height:20px; padding:1px 8px 0; }
input.btn, button.btn { height:40px; line-height:40px; cursor:pointer; overflow:visible; }
.btn-success { background:#0069fd; text-shadow:0 -1px 0 #0069fd; }
.btn-error { background:#CB423B; border:1px solid #AA352F; text-shadow:0 -1px 0 #CB423B; }
.btn-gray { background:#ddd; border:1px solid #A9A9A9; text-shadow:0 -1px 0 #EEEEEE; }
.btn-gray, .btn-gray:hover { color:#777; }
input.btn-red { background:#f00; border:none; height:36px; line-height:36px; padding: 0 15px; }
/*-----------feedback-------------*/
#table107 td { padding:8px 0; }
/*----------btn------------*/
.btn1 { font-family:'microsoft yahei'; width: 150px; color: #FFFFFF; background-color: #f28e12; border: 0; margin: 0; border-radius: 4px; height:40px; line-height:40px; }
.btn1:hover { background-color:#f60d00; }
.abs-yzm {
    position: absolute;
    right: 6px;
    top: 6px;
    max-width: 140px;
    cursor: pointer;
}
.abs-yzm  img{
    display:block;
    height:38px;
}
.tips_a{margin-top:5px;}
.tips_a a{ 
    color: #fff;
    margin-right:5px;
    background-color: #f28e12;
    display: inline-block;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tips_a a:hover{
    background:#f90;
    color:#fff;
}
.articletext{width:100%;height:auto;overflow:hidden;padding:20px 0;line-height:28px;font-size:15px; }
.articletext img{max-width:100%;display:block;margin:15px auto 15px auto}
.articletext p{color:#333}
.othernext{border-top:1px solid #ccc;}
.othernext p{
    margin-bottom:0;
    margin-top:5px;
}
.Choices_right_d{margin: auto;margin-top: 10px;}
.Choices_right_ds{display: inline-block;width: 20%;height: 66px;border: 1px dotted #f28e12;margin: 10px; border-radius:5px;}
.Choices_right_dss{margin-top:2px;margin-left:2px;color:#f28e12;background-color: #FFFFFF;text-align: center;padding-top: 7px;font-size: 16px;}
.Choicesbut{ width:197px; height:49px; float:left;/* border:1px solid #bfbfbf;*/ background-color:rgba(255,85,34,0.7); text-align:center; line-height:49px; color:#f28e12; font-size:22px; margin-left:195px; margin-top:30px;}
.Choicesbut a{color: #FFFFFF;}
.Choicesbut a:hover{color: #FFFFFF !important;cursor: pointer;}
.Choicestel ul{ width:12000px; overflow:hidden;}
.Choicestel ul li{ width:1184px; height:38px; float:left;}
/*baselist*/
.baselist{
    padding-top:30px;
}
.baselist .item {
	width: 264px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	transition: all ease 300ms;
	overflow: hidden;
}
.baselist .item:nth-child(5n)
{
    margin-right:0;
}
.baselist .item a {
	display: block;
	width: 100%;
}
.baselist .item .img {
	width: 264px;
	height: 210px;
	display: block;
	overflow: hidden;
	position: relative;
}
.baselist .item .img img {
	width: 264px;
	height: 210px;
	display: block;
	transition: all .5s;
}
.baselist .item .img .zz {
	width: 264px;
	height: 210px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.baselist .item .tit {
	height: 48px;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
	overflow: hidden;
	transition: all ease 300ms;
	display: block;
}
.baselist .item:hover .img img {
	transform: scale(1.08);
}
.baselist .item:hover .tit {
	color: #a00;
}