#main {
	background: url(../images/dd_bg.png) repeat;
}
.proBox {
	padding: 40px 0;
}
.proBox .flBox {
	width: 22%;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.proBox .flBox .title {
	padding: 30px 20px 30px 80px;
	background: #017fe6 url(../images/icon19.png) no-repeat left 16px center;
	background-size: 50px;
}
.proBox .flBox .title h2 {
	font-size: 30px;
	line-height: 60px;
	color: #fff;
}
.proBox .flBox .title p {
	font-size: 20px;
	color: #b4ddff;
}
.proBox .flBox .box1 {
	padding: 30px 36px;
	background: #fafafa;
	position: relative;
}
.proBox .flBox ul.ul1 li {
	background: #fafafa;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.proBox .flBox ul.ul1 li h4 {
	font-size: 17px;
	line-height: 50px;
	padding: 0 12px;
	font-weight: 500;
	cursor: pointer;
	background: url(../images/icon20.png) #fff no-repeat right 10px center;
	background-size: 26px;
	color: #333;
}
.proBox .flBox ul.ul1 li.on h4 {
	background-image: url(../images/icon21.png);
	background-size: 26px;
	background-color: #017fe6;
	color: #fff;
}
.proBox .flBox ul.ul1 li .submenu {
	background: #fff;
	padding: 5px 10px 8px;
	display: none;
}
.proBox .flBox ul.ul1 li.on {
	box-shadow: 0 8px 8px rgba(0, 0, 0, .2);
	margin-bottom: 20px;
}
.proBox .flBox ul.ul1 li.on .submenu {
	display: block;
}
.proBox .flBox ul.ul1 li .submenu a {
	display: block;
	line-height: 44px;
	color: #333;
	font-size: 16px;
	padding-left: 42px;
	position: relative;
	transition: 0.3s;
	border-bottom: 1px dashed rgba(0, 156, 75, .1);
}
.proBox .flBox ul.ul1 li .submenu a:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #dedede;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.proBox .flBox ul.ul1 li .submenu a:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border: 1px dashed #dedede;
	box-sizing: border-box;
	background: #fff;
	border-radius: 50%;
	z-index: 99;
	transition: 0.3s;
}
.proBox .flBox ul.ul1 li .submenu a.on, .proBox .flBox ul.ul1 li .submenu a:hover {
	color: #017fe6;
}
.proBox .flBox ul.ul1 li .submenu a.on:after, .proBox .flBox ul.ul1 li .submenu a:hover:after {
	border-color: #017fe6;
}
.proBox .flBox ul.ul1 li .submenu a.on:before, .proBox .flBox ul.ul1 li .submenu a:hover:before {
	background: #017fe6;
}
.proBox .flBox .box2 {
	position: relative;
	padding: 15px 20px 20px;
}
.proBox .flBox .tjBox h3 {
	font-size: 22px;
	color: #333;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 20px;
	background: url(../images/line1.png) no-repeat bottom center;
}
.proBox .flBox .box2 li a {
	display: block;
	padding-right: 30px;
	background: url(../images/more7.png) no-repeat right center;
	background-size: 18px;
	font-size: 15px;
	line-height: 46px;
	border-bottom: 1px dashed #efefef;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.proBox .flBox .box2 li a:hover {
	color: #017fe6;
	background-image: url(../images/more8.png);
}
.proBox .flBox .lxBox {
	background: url(../images/bg9.jpg) no-repeat;
	background-size: cover;
	padding: 15px 20px;
}
.proBox .flBox .lxBox h3 {
	margin-bottom: 20px;
}
.proBox .flBox .lxBox p {
	line-height: 30px;
	font-size: 15px;
	color: #444;
}
.proBox .frBox {
	width: 75%;
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.proBox .posi {
	background: url(../images/icon24.png) #017fe6 no-repeat left 10px center;
	background-size: 22px;
	line-height: 50px;
	padding-left: 40px;
	color: #fff;
	font-size: 15px;
	position: relative;
	z-index: 100;
}
.proBox .posi a {
	color: #fff;
}
.proBox .posi span {
	color: #017fe6;
}
.proBox .frBox .fBox {
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.proBox .frBox .table {
	margin-top: 10px;
}
.proBox .frBox .table .tab a {
	display: table;
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}
.proBox .frBox .table .tab a .box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 12px 0;
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-bottom: none;
}
.proBox .frBox .table .tab:nth-child(2n) .box {
	background: #f2f7fb;
}
.proBox .frBox .table .tab a .box1 {
	width: 25%;
}
.proBox .frBox .table .tab a .box1 img {
	width: 70%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.proBox .frBox .table .tab a .box2 {
	width: 18%;
}
.proBox .frBox .table .tab a .box3 {
	width: 24%;
}
.proBox .frBox .table .tab a .box4 {
	width: 11%;
}
.proBox .page {
	text-align: center;
	margin-top: 30px;
}
.proBox .fr .page li span {
	display: inline-block;
}
.proBox .page a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #dedede;
	margin: 0 5px;
}
.proBox .page a.page-num-current {
	background: #017fe6;
	border-color: #017fe6;
	color: #fff;
}
.proBox .frBox .comBox {
	margin: 30px;
	border: 1px solid #fafafa;
}
.proBox .frBox .comBox:before {
	content: "";
	width: 400px;
	height: 400px;
	position: absolute;
	right: -40px;
	top: -40px;
	background: url(../images/bg4.png) no-repeat right top;
	background-size: contain;
	opacity: 0.2;
	z-index: 10;
}
.proBox .frBox .comBox .pho {
	width: 45%;
}
.proBox .frBox .comBox .text {
	width: 55%;
	padding: 20px 30px 0;
	box-sizing: border-box;
	color: #555;
}
.proBox .frBox .comBox .text h1 {
	font-size: 28px;
	color: #062136;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}
.proBox .frBox .comBox .text h1:after {
	content: "";
	width: 60px;
	height: 5px;
	background: #017fe6;
	opacity: 0.8;
	border-radius: 3px;
	position: absolute;
	right: -80px;
	top: 50%;
	margin-top: -2px
}
.proBox .frBox .comBox .text p {
	line-height: 40px;
	font-size: 15px;
}
.proBox .frBox .comBox .text p img {
	width: 24px;
	vertical-align: middle;
	margin-right: 4px;
}
.proBox .frBox .comBox .text .info {
	padding: 15px;
	background: #e9f4fd;
	font-size: 15px;
	line-height: 30px;
	margin: 15px 0;
}
.proBox .frBox .comBox .text .link a {
	display: block;
	background: #017fe6;
	color: #fff;
	text-align: center;
	line-height: 36px;
	width: 140px;
	font-size: 15px;
	float: left;
	border-radius: 20px;
	border: 2px solid #017fe6;
}
.proBox .frBox .comBox .text .link a.tel {
	float: right;
	background: #fff;
	color: #017fe6;
}
.proBox .frBox h3.tit {
	background: #017fe6;
	padding-left: 40px;
	font-size: 20px;
	color: #fff;
	position: relative;
	line-height: 52px;
	font-size: 22px;
}
.proBox .frBox h3.tit:before {
	content: "";
	width: 24px;
	height: 5px;
	border-radius: 0 2px 2px 0;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.proBox .frBox .lkBox .ul1 {
	margin: 0 16px;
}
.proBox .frBox .lkBox .ul1 li {
	width: 25%;
	float: left;
	padding: 16px;
	box-sizing: border-box;
}
.proBox .frBox .lkBox .ul1 li a {
	display: block;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.proBox .frBox .lkBox .ul1 li a p {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/dd_bg.png) #e2f1fd repeat;
}
.proBox .frBox .desc {
	margin: 10px 0 30px;
}
.proBox .frBox .desc .tBox h2 {
	font-size: 18px !important;
	line-height: 2em !important;
	color: #017fe6 !important;
}
.proBox .frBox .desc .tBox {
	padding: 10px 10%;
}
.proBox .frBox .desc .tBox img {
	width: auto !important;
	max-width: 100%;
	height: inherit !important;
	margin: 0 auto;
	display: block;
}
.proBox .frBox .fy {
	margin: 0 30px;
	border: 1px solid #efefef;
}
.proBox .frBox .fy li {
	width: 50%;
	float: left;
	padding: 0 10px;
	background: url(../images/prev.png) no-repeat left 7px center;
	background-size: 26px;
	padding-left: 34px;
	font-size: 15px;
	line-height: 40px;
	box-sizing: border-box;
}
.proBox .frBox .fy li:last-child {
	background-image: url(../images/next.png);
}
.proBox .frBox .lkBox .ul2 {
	margin: 0 16px;
}
.proBox .frBox .lkBox .ul2 li {
	width: 50%;
	float: left;
	padding: 14px;
	box-sizing: border-box;
}
.proBox .frBox .lkBox .ul2 li a {
	display: block;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
.proBox .frBox .lkBox .ul2 li .date {
	width: 70px;
	float: left;
	padding: 20px;
	text-align: center;
	background: #017fe6;
	color: #fff;
}
.proBox .frBox .lkBox .ul2 li .date strong {
	display: block;
	font-size: 33px;
}
.proBox .frBox .lkBox .ul2 li .date span {
	display: block;
	font-size: 16px;
	margin-top: 6px;
}
.proBox .frBox .lkBox .ul2 li .text {
	margin-left: 110px;
	border-left: 1px solid #efefef;
	padding: 0 20px;
}
.proBox .frBox .lkBox .ul2 li .text h4 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px 0 8px;
}
.proBox .frBox .lkBox .ul2 li .text p {
	font-size: 15px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.proBox .frBox .fBox .dl dl {
	box-shadow: 0 0 10px rgba(0, 156, 75, .1);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.proBox .frBox .fBox dl a {
	display: block;
}
.proBox .frBox .fBox .dl dt {
	width: 22%;
	float: left;
}
.proBox .frBox .fBox .dl dd.text {
	width: 64%;
	float: left;
	padding: 0 40px;
	box-sizing: border-box;
}
.proBox .frBox .fBox .dl dd.text h3 {
	font-size: 22px;
	color: #333;
	margin-top: 20px;
}
.proBox .frBox .fBox .dl dd.text p {
	line-height: 30px;
	font-size: 15px;
	height: 60px;
	margin: 10px 0 15px;
}
.proBox .frBox .fBox .dl dd.text span {
	display: block;
	width: 120px;
	line-height: 36px;
	background: #017fe6;
	color: #fff;
	text-align: center;
	border: 2px solid #017fe6;
	border-radius: 20px;
}
.proBox .frBox .fBox .dl dd.date {
	width: 14%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background: #fafafa;
}
.proBox .frBox .fBox .dl dd.date strong {
	display: block;
	font-size: 36px;
	color: #017fe6;
	margin-top: 50px;
	border-bottom: 1px solid #efefef;
}
.proBox .frBox .fBox .dl dd.date span {
	display: block;
	font-size: 16px;
	margin-top: 20px;
	color: #666;
}
.proBox .frBox .fBox dl:hover dd.text h3 {
	color: #017fe6;
}
.proBox .frBox .fBox dl:hover dd.text span {
	background: #fff;
	color: #017fe6;
}
.proBox .frBox .fBox dl:hover dd.date {
	background: #017fe6;
}
.proBox .frBox .fBox dl:hover dd.date span, .proBox .frBox .fBox dl:hover dd.date strong {
	color: #fff;
}
.proBox .frBox .fBox .nBox .title {
	background: #f4f4f4;
	text-align: center;
	padding: 20px 0;
}
.proBox .frBox .fBox .nBox .title h1 {
	font-size: 26px;
	padding-bottom: 20px;
	color: #434343;
	margin-bottom: 12px;
	background: url(../images/line1.png) no-repeat bottom center;
}
.proBox .frBox .fBox .nBox .title p {
	font-size: 14px;
	color: #aaa;
}
.proBox .frBox .fBox .nBox .title p a {
	color: #aaa;
}
.proBox .frBox .fBox .nBox .txBox {
	padding: 10px 10%;
	font-size: 16px;
}
.proBox .frBox .fBox .nBox .txBox img {
	width: auto !important;
	max-width: 600px;
	height: inherit !important;
}
.proBox .frBox .fBox video {
	width: 100%;
}
.proBox .vd_ul li {
	width: 20%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}
.proBox .vd_ul li a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 156, 75, .2);
}
.proBox .vd_ul li a .pho {
	position: relative;
}
.proBox .vd_ul li a .pho:after {
	content: "";
	width: 52px;
	height: 52px;
	background: url(../images/icon29.png) no-repeat;
	border-radius: 50%;
	background-size: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.proBox .vd_ul li a p {
	line-height: 80px;
	background: #ecf6ff url(../images/bg2.png) no-repeat right bottom;
	background-size: 40%;
	color: #333;
	font-weight: 600;
	font-size: 17px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.proBox .vd_ul li a:hover p {
	color: #017fe6;
}
.proBox .abBox {
	padding: 30px;
}
.proBox .abBox img {
	width: 45%;
	float: right;
	margin-left: 20px
}
.proBox .abBox p {
	font-size: 16px;
	line-height: 36px;
}
.lxBox .t_fl {
	width: 40%;
	padding-top: 60px;
}
.lxBox .t_fl .hello {
	position: relative;
	display: inline-block;
}
.lxBox .t_fl img {
	width: 50px;
	position: absolute;
	right: -30px;
	top: -40px;
}
.lxBox .t_fl h2 {
	font-size: 100px;
	letter-spacing: 4px;
	font-weight: 500;
	line-height: 100px;
}
.lxBox .t_fl strong {
	display: block;
	margin: 12px 0 20px;
	font-size: 40px;
}
.lxBox .t_fl h3 {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 500;
}
.lxBox .t_fl a {
	display: inline-block;
	line-height: 38px;
	width: 120px;
	background: #0b81de;
	color: #fff;
	border-radius: 19px;
	text-align: center;
	margin-right: 10px;
	font-size: 15px;
}
.lxBox .t_fl a.qq1 {
	border: 1px solid #0b81de;
	background: #fff;
	color: #0b81de;
	line-height: 36px;
}
.lxBox .t_fr {
	width: 60%;
	padding-top: 60px;
}
.lxBox .t_fr h2 {
	font-size: 36px;
	color: #222;
	font-weight: 500;
	letter-spacing: 2px;
}
.lxBox .t_fr p.en {
	font-size: 20px;
	color: #666;
	margin-top: 10px;
}
.lxBox .t_fr strong {
	display: block;
	font-size: 18px;
	line-height: 70px;
	color: #0b81de;
}
.lxBox .t_fr p.cn {
	font-size: 16px;
	margin: 20px 0;
	line-height: 30px;
}
.lxBox .t_fr li {
	width: 33.33%;
	float: left;
}
.lxBox .t_fr li p {
	font-size: 16px;
	line-height: 30px;
}
.map {
	margin-top: 30px;
}

@media all and (min-width:1024px) and (max-width: 1680px) {
.proBox .flBox .box1 {
	padding: 30px 26px;
}
.proBox .frBox .comBox .text {
	padding-top: 10px;
}
.proBox .frBox .comBox .text .info {
	padding: 10px 13px;
	line-height: 28px;
	margin: 10px 0 15px;
}
.proBox .frBox .comBox .text p {
	line-height: 36px;
}
.proBox .frBox .comBox .text p img {
	width: 22px;
}
.proBox .frBox .comBox {
	margin: 10px 20px;
}
}

@media all and (min-width:1024px) and (max-width: 1680px) {
.proBox .flBox ul.ul1 li h4 {
	font-size: 16px;
	background-size: 24px;
	line-height: 48px;
}
.proBox .flBox ul.ul1 li .submenu a {
	line-height: 42px;
	font-size: 15px;
	padding-left: 34px;
}
.proBox .frBox .comBox .text h1 {
	font-size: 24px;
	margin-bottom: 6px;
	margin-top: 12px;
}
.proBox .frBox .comBox .text h1:after {
	width: 46px;
	height: 4px;
	right: -60px;
}
.proBox .frBox .comBox .text p {
	font-size: 14px;
	line-height: 30px;
}
.proBox .frBox .comBox .text p img {
	width: 20px;
}
.proBox .frBox .comBox .text .info {
	font-size: 14px;
	line-height: 26px;
}
.proBox .frBox .comBox .text .link a {
	width: 130px;
	line-height: 32px;
}
.proBox .frBox .comBox:before {
	width: 320px;
	height: 320px;
}
.proBox .frBox .fBox .dl dd.text {
	padding: 0 25px;
}
.proBox .frBox .fBox .dl dd.text p {
	height: 60px;
	overflow: hidden;
	margin: 8px 0;
}
.proBox .frBox .fBox .dl dd.text h3 {
	font-size: 20px;
	margin-top: 10px;
}
.proBox .frBox .fBox .dl dd.text span {
	line-height: 28px;
	width: 100px;
	font-size: 14px;
}
.proBox .frBox .fBox .dl dd.date strong {
	margin-top: 30px
}
.proBox .vd_ul li a p {
	line-height: 60px;
	font-size: 16px;
}
.proBox .vd_ul li a .pho:after {
	width: 48px;
	height: 48px;
}
.lxBox .t_fl h2 {
	font-size: 80px;
}
.lxBox .t_fl img {
	width: 40px;
	top: -30px;
	right: -20px;
}
.lxBox .t_fl strong {
	font-size: 30px;
}
.lxBox .t_fl h3 {
	font-size: 24px;
}
.lxBox .t_fl a {
	width: 110px;
	line-height: 32px;
}
.lxBox .t_fl a.qq1 {
	line-height: 30px;
	width: 110px;
}
.lxBox .t_fr h2 {
	font-size: 34px;
}
.lxBox .t_fr p.en {
	font-size: 18px;
	margin-top: 5px;
}
.lxBox .t_fr strong {
	line-height: 40px;
	font-size: 16px;
}
.lxBox .t_fr p.cn {
	font-size: 15px;
	margin: 10px 0;
	line-height: 24px;
}
.lxBox .t_fr li p {
	font-size: 15px;
	line-height: 24px;
}
}

@media all and (min-width:1024px) and (max-width: 1600px) {
.proBox .frBox .comBox .text {
	padding-top: 0;
}
}

@media all and (min-width: 1024px) and (max-width:1440px) {
.proBox .flBox ul.ul1 li .submenu {
	padding: 0;
}
.proBox .flBox ul.ul1 li .submenu a {
	padding-left: 28px;
}
.proBox .frBox .table .tab a {
	font-size: 15px;
}
.proBox .frBox .fBox {
	padding: 10px;
}
.proBox .frBox .comBox {
	margin: 10px;
}
.proBox .frBox .comBox .text {
	padding: 10px 25px 0;
}
.proBox .frBox .comBox .text h1 {
	margin-top: 0;
	font-size: 22px;
}
.proBox .frBox .comBox .text .info {
	padding: 5px 8px;
}
.proBox .frBox .comBox .text .link a {
	border-width: 1px;
	line-height: 28px;
	width: 120px;
}
.proBox .frBox h3.tit {
	font-size: 20px;
	line-height: 48px;
	padding-left: 30px;
}
.proBox .frBox h3.tit:before {
	width: 20px;
}
.proBox .frBox .lkBox .ul1 li a p {
	line-height: 44px;
	font-size: 15px;
}
.proBox .frBox .lkBox .ul2 li .date {
	padding: 15px;
}
.proBox .frBox .lkBox .ul2 li .text {
	margin-left: 100px;
	border-left: none;
}
.proBox .frBox .lkBox .ul2 li .text h4 {
	font-size: 15px;
}
.proBox .frBox .lkBox .ul2 li .text p {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
}
.proBox .frBox .fBox .dl dt {
	width: 24%;
}
.proBox .frBox .fBox .dl dd.text {
	width: 62%;
	padding: 0 25px;
}
.proBox .frBox .fBox .dl dd.text h3 {
	font-size: 18px;
}
.proBox .frBox .fBox .dl dd.text p {
	font-size: 14px;
	line-height: 27px;
	height: 54px;
}
.proBox .frBox .fBox .nBox .title h1 {
	font-size: 24px;
}
.lxBox .t_fl {
	width: 36%;
}
.lxBox .t_fr {
	width: 64%;
}
}

@media all and (min-width: 1024px) and (max-width:1400px) {
.proBox .flBox .box1 {
	padding: 22px 16px;
}
.proBox .flBox ul.ul1 li.on h4 {
	font-size: 15.5px;
}
.proBox .flBox ul.ul1 li .submenu a {
	font-size: 14px;
	padding-left: 30px;
}
.proBox .frBox .lkBox .ul2 li .text {
	padding: 0 12px;
}
}

@media all and (min-width: 0) and (max-width: 767px) {
#main {
	background: none;
}
.proBox .posi {
	line-height: 30px;
	padding: 5px 8px 5px 40px;
}
.proBox {
	padding: 30px 5%;
}
.proBox .flBox {
	width: 100%;
}
.proBox .flBox .title {
	padding: 20px 10px 20px 60px;
	background: #017fe6 url(../images/icon19.png) no-repeat left 12px center;
	background-size: 40px;
}
.proBox .flBox .title h2 {
	font-size: 26px;
	line-height: 50px;
}
.proBox .flBox .title p {
	font-size: 15px;
}
.proBox .flBox .box1 {
	padding: 20px 20px;
	display: none;
}
.proBox .flBox ul.ul1 li h4 {
	font-size: 16px;
	line-height: 46px;
	padding: 0 12px;
	background-size: 24px;
}
.proBox .flBox ul.ul1 li.on h4 {
	background-size: 24px;
}
.proBox .flBox ul.ul1 li .submenu a {
	line-height: 40px;
	font-size: 15px;
	padding-left: 36px;
}
.proBox .flBox .tjBox {
	display: none;
}
.proBox .frBox {
	width: 100%;
	margin-top: 30px;
	padding-bottom: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.proBox .frBox .fBox {
	padding: 0 0px;
}
.proBox .frBox .table .tab:nth-child(1) {
	display: none;
}
.proBox .frBox .table .tab {
	margin-top: 20px;
}
.proBox .frBox .table .tab a {
	font-size: 15px;
	display: block;
	overflow: hidden;
}
.proBox .frBox .table .tab a .box {
	box-sizing: border-box;
	padding: 10px 8px;
	display: block;
	border-color: #ededed;
}
.proBox .frBox .table .tab a .box1 {
	width: 100%;
}
.proBox .frBox .table .tab a .box1 img {
	width: 80%;
}
.proBox .frBox .table .tab a .box2 {
	width: 100%;
}
.proBox .frBox .table .tab a .box2 span.sp {
	display: inline-block !important;
	margin-left: 5px;
}
.proBox .frBox .table .tab a .box3 {
	width: 100%;
}
.proBox .frBox .table .tab a .box4 {
	width: 50%;
	float: left;
	border-bottom: 1px solid #ededed;
}
.proBox .page {
	margin-top: 20px;
}
.proBox .frBox .comBox {
	margin: 20px 0;
	border-color: #efefef;
}
.proBox .frBox .comBox:before {
	width: 200px;
	height: 200px;
	top: inherit;
	bottom: -40px;
	opacity: 0.2;
}
.proBox .frBox .comBox .pho {
	width: 100%;
	border-bottom: 1px solid #efefef;
}
.proBox .frBox .comBox .text {
	width: 100%;
	padding: 20px;
}
.proBox .frBox .comBox .text h1 {
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 42px;
	display: block;
}
.proBox .frBox .comBox .text h1:after {
	width: 35px;
	height: 4px;
	border-radius: 2px;
	right: inherit;
	top: 16px;
	left: 0;
	margin-top: 0px
}
.proBox .frBox .comBox .text p {
	line-height: 30px;
	font-size: 14px;
}
.proBox .frBox .comBox .text p img {
	width: 20px;
}
.proBox .frBox .comBox .text .info {
	padding: 8px;
	font-size: 14px;
	line-height: 26px;
	margin: 12px 0;
}
.proBox .frBox .comBox .text .link a {
	line-height: 32px;
	width: 120px;
	font-size: 14px;
}
.proBox .frBox h3.tit {
	padding-left: 32px;
	font-size: 20px;
	line-height: 48px;
}
.proBox .frBox h3.tit:before {
	width: 20px;
	height: 4px;
	margin-top: -2px;
}
.proBox .frBox .lkBox .ul1 {
	margin: 0 0px;
}
.proBox .frBox .lkBox .ul1 li {
	width: 50%;
	padding: 10px;
}
.proBox .frBox .lkBox .ul1 li a p {
	line-height: 40px;
	font-size: 15px;
}
.proBox .frBox .desc {
	margin: 10px 0 30px;
}
.proBox .frBox .desc .tBox {
	padding: 10px 10px;
}
.proBox .frBox .desc .tBox table {
	width: 100% !important;
	border-collapse: collapse
}
.proBox .frBox .desc .tBox table td {
	border: 1px solid #dedede !important;
	padding: 5px !important;
}
.proBox .frBox .desc .tBox img {
	width: 100% !important;
}
.proBox .frBox .fy {
	margin: 0 8px;
}
.proBox .frBox .fy li {
	width: 100%;
	float: inherit;
	padding: 0 10px 0 30px;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
}
.proBox .frBox .lkBox .ul2 {
	margin: 0 0px;
}
.proBox .frBox .lkBox .ul2 li {
	width: 100%;
	float: inherit;
	padding: 10px;
}
.proBox .frBox .lkBox .ul2 li .date {
	width: 70px;
	padding: 10px;
}
.proBox .frBox .lkBox .ul2 li .date strong {
	font-size: 28px;
}
.proBox .frBox .lkBox .ul2 li .date span {
	font-size: 15px;
}
.proBox .frBox .lkBox .ul2 li .text {
	margin-left: 90px;
	padding: 0 14px;
}
.proBox .frBox .lkBox .ul2 li .text h4 {
	font-size: 15px;
	margin: 8px 0 4px;
}
.proBox .frBox .lkBox .ul2 li .text p {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
}
.proBox .frBox .fBox .dl dl {
	border-radius: 0px;
	margin: 20px 0 0;
}
.proBox .frBox .fBox .dl dd.text {
	width: 65%;
	height: inherit !important;
	padding: 0 10px;
}
.proBox .frBox .fBox .dl dt {
	width: 35%;
	height: inherit !important;
}
.proBox .frBox .fBox .dl dd.text h3 {
	font-size: 16px;
	margin-top: 10px;
}
.proBox .frBox .fBox .dl dd.text p {
	line-height: 26px;
	font-size: 14px;
	height: 52px;
	margin: 0;
	overflow: hidden;
}
.proBox .frBox .fBox .dl dd.text span {
	display: none
}
.proBox .frBox .fBox .dl dd.date {
	display: none;
}
.proBox .frBox .fBox .nBox .title h1 {
	font-size: 24px;
}
.proBox .frBox .fBox .nBox .title p {
	font-size: 13px;
}
.proBox .frBox .fBox .nBox .txBox {
	padding: 10px 10px;
}
.proBox .frBox .fBox .nBox .txBox img {
	width: 100% !important;
}
.proBox .vd_ul li {
	width: 50%;
	padding: 10px 6px;
}
.proBox .vd_ul li a .pho:after {
	width: 46px;
	height: 46px;
}
.proBox .vd_ul li a p {
	line-height: 50px;
	font-size: 15px;
}
.proBox .abBox {
	padding: 20px 10px;
}
.proBox .abBox img {
	width: 100%;
	float: inherit;
	margin-left: 0px;
	margin-bottom: 10px;
}
.proBox .abBox p {
	font-size: 15px;
	line-height: 30px;
	text-indent: 2em;
}
.lxBox .t_fl {
	width: 100%;
	padding-top: 40px;
}
.lxBox .t_fl .hello {
	position: relative;
	display: inline-block;
}
.lxBox .t_fl img {
	width: 40px;
	position: absolute;
	right: -30px;
	top: -20px;
}
.lxBox .t_fl h2 {
	font-size: 70px;
}
.lxBox .t_fl strong {
	font-size: 30px;
}
.lxBox .t_fl h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.lxBox .t_fl a {
	line-height: 34px;
	width: 100px;
	border-radius: 17px;
	margin-right: 6px;
	font-size: 14px;
}
.lxBox .t_fl a.qq1 {
	line-height: 32px;
}
.lxBox .t_fr {
	width: 100%;
	padding-top: 40px;
}
.lxBox .t_fr h2 {
	font-size: 24px;
	letter-spacing: 1px;
}
.lxBox .t_fr p.en {
	font-size: 16px;
}
.lxBox .t_fr strong {
	font-size: 16px;
	line-height: 50px;
}
.lxBox .t_fr p.cn {
	font-size: 14px;
	margin: 10px 0;
}
.lxBox .t_fr li {
	width: 100%;
	float: inherit;
}
.lxBox .t_fr li p {
	font-size: 15px;
}
}
