/*缁囨ⅵ58锛坉ede58.com锛夊仛鏈€濂界殑缁囨ⅵ鏁寸珯妯℃澘涓嬭浇缃戠珯*/
/*reset*/
body, dl, dd, dt, input, h1, h2, p, ul {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	list-style: none;
}
h1, h2 {
	font-weight: bold;
	text-transform: uppercase;
}
input {
	border: none;
}
ul {
	display: block;
}
ul, li {
	list-style-type: none;
}
i, em {
	font-style: normal;
}
* {
/*box-sizing: border-box;*/
}
body {
	font-family: "Microsoft Yahei", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	background: #f8f8f8;
}
a {
	color: #666;
	text-decoration: none;/* transition: 0.8s all ease-in-out; */
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
div, p, dl, dd, dt {
	display: block;
}
input, textarea {
	color: #999;
	border: none;
	outline: none;
	font-size: 14px;
	-webkit-appearance: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.container-fluid {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}
.container {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
}
.z-color {
	color: #df4634;
}
.y-color {
	color: #3187cf;
}
.c-color {
	color: #205da5;
}
/*----------------header-------------------------*/

.header {
	background: #fff;
	z-index: 10;
	overflow: initial;
}
.header-title {
	height: 90px;
	position: relative;
}
.header-title ul {
	overflow: hidden;
}
.header-title .logo {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	width: 181px;
	height: 184px;
	z-index: 99;
	transform: translateX(-50%);
}
}
.header-title .logo img {
	margin: 0 auto;
}
.header-title li {
	float: left;
	width: 43%;
	padding: 16px 0;/* margin-top: 10px; */
}
.header-title li h2 {
	margin-left: 0;
	width: 100%;
	color: #333333;
	font-size: 16px;
	margin-top: 13px;
}
.header-title li h2 strong {
	color: #205da5
}
.header-title li p {
	font-size: 16px;
	text-align: left;
	color: #333333;
	height: 32px;
}
.header-title .header-title-right {
	float: right;
	width: 300px;	
	font-size: 24px;margin-top: 20px;margin-right: 20px;
}
.header-title .header-title-right  span{display: inline-block;margin-left: 10px;}
.taobao{width:50px;float: right;margin-top:-5px;}
.taobao img{width:38px;}
/*----------------header-nav-------------------------*/

.header-nav {
	background:#0f3382;
	min-height: 50px;
	z-index: 10;
	overflow: initial;
}
.header-nav .nav {
	overflow: hidden;
}
.header-nav .nav .navroot {
	width: 12.5%;
	float: left;
	overflow: hidden;
}
.header-nav .nav .navroot a {
	font-size: 13px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: left;
	overflow: hidden;
	padding-left: 60px;
	box-sizing: border-box;
	background: url(../image/home.png) left 27px center no-repeat;
}
.header-nav .nav ul li:nth-child(2) a {
	background-image: url("../image/nav1.png");
	background-repeat: no-repeat;
	background-position: left 20px center;
}
.header-nav .nav ul li:nth-child(3) a {
	background-image: url("../image/nav2.png");
	background-repeat: no-repeat;
	background-position: left 27px center;
}
.header-nav .nav ul li:nth-child(4) a {
	background-image: url("../image/nav3.png");
	background-repeat: no-repeat;
	background-position: left 27px center;
}
.header-nav .nav ul li:nth-child(5) a {
	background-image: url("../image/nav4.png");
	background-repeat: no-repeat;
	background-position: left 27px center;
}
.header-nav .nav ul li:nth-child(6) a {
	background-image: url("../image/nav5.png");
	background-repeat: no-repeat;
	background-position: left 27px center;
}
.header-nav .nav ul li:nth-child(7) a {
	background-image: url("../image/nav6.png");
	background-repeat: no-repeat;
	background-position: left 27px center;
}
.header-nav .nav ul li:nth-child(8) a {
	background-image: url("../image/nav7.png");
	background-repeat: no-repeat;
	background-position: left 27px center;
}
.header-nav .nav ul li:nth-child(9) a {
	background-image: url("../image/tel2.png");
	background-repeat: no-repeat;
	background-position: left 27px center;
}
/* .navroot:nth-child(4) {
	margin-right: 240px;
} */
.header-nav .nav ul .active a, .header-nav .nav ul li a:hover {
	color: #fff;
	background-color: #205da5;
}
.nav .navsub {
	display: none;
	margin: 0px;
	padding: 0;
	position: absolute;
	width: 150px;
	padding-bottom: 20px;
	height: auto;
	background: #fff;
	z-index: 999;
	overflow: hidden;
	clear: both;
}
.nav .navsub li {
	float: left;
	display: block;
	margin: 0 auto !important;
	padding: 0;
	width: 100% !important;
	overflow: hidden;
}
.nav .navsub li a {
	height: 34px !important;
	line-height: 34px !important;
	color: #333 !important;
	overflow: hidden;
	background: none !important;
	padding: 0 5px !important;
	text-align: center !important;
	background: initial !important;
	border-bottom: 1px solid #eee;
}
.nav .navsub li a:hover {
	background-color: #2d2926 !important;
	color: #fff !important;
}
.menu-tel {
	float: right;
	display: none;
	width: 213px;
	height: 50px;
	line-height: 50px;
}
.menu-tel i {
	float: left;
	display: block;
	overflow: hidden;
	background: url(../image/ty-tel.png) no-repeat;
	background-size: cover;
	width: 14px;
	height: 14px;
	margin-top: 20px;
	margin-right: 5px;
}
.menu-tel span, .menu-tel p {
	float: left;
	color: #df4634;
}
.menu-tel p {
	font-size: 18px;
	margin-left: 5px;
	font-weight: bold;
}
.banner-ab {
	display: none;
}
/*--------banner-----------*/

.ban_p {
	z-index: 1;
}
.ban_p, .ban_p ul {
	position: relative;
	width: 100%;
}
.ban_p li, .ban_p li a {
	float: left;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	height: 645px;
}
.ban_p li img {
	width: 100%;
}
.ban_t {
	width: 600px;
	height: 50px;
	bottom: 0;
	left: 50%;
	margin-left: -300px;
	position: absolute;
	text-align: center;
	z-index: 3;
}
.ban_t em {
	width: 50px;
	height: 10px;
	/* border-radius: 16px; */
	margin-right: 16px;
	display: inline-block;
	background: #969696;
	cursor: pointer;
}
.ban_t em.on {
	background: #0a72c7;
}
.ban_p .prev, .ban_p .next {
	position: absolute;
	display: block;
	left: 0px;
	top: 32%;
	width: 56px;
	height: 80px;
	background: url(../image/icons.png) left 0px no-repeat;
	filter: alpha(opacity=10);
	opacity: 0.5;
}
.ban_p .prev:hover, .ban_p .next:hover {
	opacity: 1;
}
.ban_p .next {
	left: auto;
	right: 0px;
	background-position: -64px 0px;
}
/*---------------脙楼脗篓脗麓脙漏芒鈧澝⑩偓鹿脙楼脗搂脗陇脙娄脗露芒鈧撁兟ッ偮┟⑩偓隆脙娄脗陆脗掳脙漏脗聬脗篓脙楼芒鈧姑偮兟ッ⑩偓聺脗麓脙搂芒鈥毬偮姑兟偮棵偮�------------------*/

.banner-ab {
	position: relative;
	display: block !important;
	margin: 0 auto;
}
.banner-ab-left {
	width: 220px;
	height: 460px;
	overflow: hidden;
	position: absolute;
	padding: 0 17px 0px;
	z-index: 1;
	background: url(../image/banner-back.png);
}
.banner-ab-left ul {
	overflow: hidden;
	padding: 15px 0 20px;
	border-bottom: 1px solid #8f8baa;
}
.banner-ab-left ul:last-child {
	border-bottom: none;
}
.banner-ab-left h3, .banner-ab-left li a, .banner-ab-left p, .banner-ab-left .ewm span {
	width: 100%;
	color: #fff;
}
.banner-ab-left h3 {
	font-weight: normal;
	margin: 10px 0;
	padding-left: 30px;
	background: url(../image/zg.png) no-repeat left 5px center;
}
.banner-ab-left li {
	overflow: hidden;
	width: 50%;
	float: left;
	padding-right: 5%;
}
.banner-ab-left li a {
	line-height: 28px;
	transition: 0.8s all ease-in-out;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #ddd;
}
.banner-ab-left li a:hover {
	margin-left: 6px;
	transition: 0.8s all ease-in-out;
}
.banner-ab-left .ewm span {
}
.banner-ab-left .ewm {
	margin: 30px 5px;
	overflow: hidden;
}
.banner-ab-left p {
	width: auto;
	overflow: hidden;
	margin: 0 20px;
	text-align: center;
}
.banner-ab-left .ewm p img {
	width: 100%;
}
.banner-ab-left .ewm span {
	display: block;
	text-align: center;
}
/*--------------banner-ab-right---------------------*/

.banner-ab-right {
	right: 0;
	width: 359px;
	height: 549px;
	overflow: hidden;
	position: absolute;
	padding: 20px 0px 0px;
	z-index: -1;
	background: url(../image/banner-back.png);
}
.banner-ab-right h2, .banner-ab-right li a, .banner-ab-right li {
	text-align: center;
	color: #fff;
}
.banner-ab-right h2, .banner-ab-right ol {
	margin: 0px auto;
	width: 100%;
	padding: 0 5px;
}
.banner-ab-right h2 {
	font-size: 20px;
	margin-bottom: 8px;
}
.banner-ab-right ol:hover li {
	animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
	display: inline-block;
	transform: translate3d(0, 0, 0);
	padding-top: 10px;
	text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
	color: #df4634;
}
.banner-ab-right ol li:nth-child(1) {
	animation-delay: 0s;
}
.banner-ab-right ol li:nth-child(2) {
	animation-delay: 0.0833333333s;
}
.banner-ab-right ol li:nth-child(3) {
	animation-delay: 0.1666666667s;
}
 @keyframes bounce {
 0% {
 transform: translate3d(0, 0, 0);
 text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
}
 100% {
 transform: translate3d(0, -1em, 0);
 text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
}
}
.banner-ab-right ol li {
	width: 33.33%;
	height: 44px;
	line-height: 44px;
	float: left;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.banner-ab-right-ol {
	padding: 0px;
	overflow: hidden;
	background: url(../image/banner-back.png);
}
.banner-ab-right-ol li {
	border: none !important;
}
.content {
	width: 1200px;
	margin: auto;
	padding: 10px 0;
	overflow: hidden;
}
.content-title {
	text-align: center;
	line-height: 30px;
	color: #000;
}
.content-title h1 {
	line-height: 80px;
}
.content-left .t-img {
	border-bottom: 1px solid #1a9bcd;
	padding: 25px 0 20px 17px;
}
.content-left {
	width: 330px;
	margin: 20px 0 0 0;
	background: #205da5;
}
.content-left ul {
	background: #e5e5e5;
	overflow: hidden;
	padding: 20px 0;
}
.content-left ul li::before {
	content: "脙鈥毭偮�";
	width: 30px;
	display: inline-block;
	text-align: center;
	color: #205da5;
	font-weight: bold;
}
.content-left ul li {
	width: 50%;
	float: left;
	line-height: 40px;
}
.content-left ul li a {
	display: inline;
	color: #000;
}
.content-left ul li a:hover {
	color: #205da5;
}
.content-left .s-title {
	line-height: 54px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;
}
.content-left .contect {
	height: 395px;
	border-top: 10px solid #fff;
	position: relative;
	background: url(../image/connect.png) no-repeat;
}
.content-left .contect .ser {
	position: absolute;
	top: 55px;
	left: 105px;
}
.content-left .contect h3 {
	color: #fff;
	display: inline;
	font-weight: bold;
	margin-left: 10px;
}
.content-left .contect .phone {
	position: absolute;
	top: 100px;
	left: 70px;
	font-size: 27px;
}
.content-right {
	width: 852px;
	margin: 20px -11px 0 0;
	overflow: hidden;
}
.content-right .t-img {
	text-align: center;
	height: 244px;
	background: #fff;
}
.content-right .detal {
	background: #205da5;
	padding: 20px 38px;
	color: #fff;
}
.content-right .detal div {
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
}
.content-right .detal p {
	font-size: 14px;
	line-height: 28px;
}
.content-right .detal a {
	margin: 15px 0;
	color: #205da5;
	font-size: 18px;
	border-radius: 25px;
	line-height: 38px;
	background: #fff;
	width: 180px;
	text-align: center;
	padding: 6px 10px 6px 10px;
}
.content-right .detal a span {
	display: inline-block;
	border-radius: 100%;
	background: #c3262a;
	color: #ffff;
	width: 20px;
	height: 21px;
	line-height: 18px;
	font-weight: bold;
}
.content-right .fbox {
	width: 273px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 11px 11px 0 0;
	background: #fff;
}
.content-right .fbox .pp {
	color: #000;
	font-size: 18px;
	line-height: 52px;
	background: #e0e0e0;
}
.content-right .fbox a:hover .pp {
	color: #fff;
	background: #205da5;
}
.buju {
	position: relative;
	height: 100%;
}
.buju .pan {
	position: absolute;
	width: 310px;
	height: 310px;
	background: url(../image/pan.png) no-repeat center;
	left: 50%;
	top: 19%;
	margin-left: -155px;
}
.buju .circle {
	position: absolute;
	width: 453px;
	height: 453px;
	background: url(../image/circle.png) no-repeat center;
	left: 50%;
	top: 10%;
	margin-left: -226.5px;
	animation: zhuan 15s linear infinite;
}
 @keyframes zhuan {
 0% {
 transform: rotate(0);
}
 100% {
 transform: rotate(360deg);
}
}
.buju .b-box {
	position: absolute;
	width: 440px;
}
.buju .b-box .num {
	width: 75px;
	height: 75px;
	border: 6px solid #205da5;
	background: #008daa;
	border-radius: 100%;
	font-size: 35px;
	text-align: center;
	line-height: 63px;
	font-weight: bold;
	color: #fff;
	float: left;
}
.buju .b-box:hover .num {
	animation: fan 1s linear;
}
 @keyframes fan {
 0% {
 transform: translateZ(0);
}
 50% {
 transform: rotateY(180deg);
}
 100% {
 transform: rotateY(360deg);
}
}
.buju .b-box .nd {
	margin: 0 0 0 88px;
}
.buju .b-box .nd h3 {
	margin: 12px 0 5px 0;
	font-weight: bold;
	color: #205da5;
}
.buju .b-box .nd p {
	font-size: 18px;
}
.buju .b-box ul {
	margin: 32px 0 0 0;
	font-size: 16px;
	width: 370px;
	clear: both;
}
.buju .b-box ul li::before {
	content: "脙鈥毭偮�";
	width: 18px;
	display: inline-block;
	color: #205da5;
	font-weight: bold;
	font-size: 33px;
	vertical-align: sub;
}
.buju .b-box ul li span {
	font-weight: bold;
}
.buju .b-box ul li {
	margin: 10px 0;
}
.buju .box1 {
	top: 0px;
	left: 0px;
	background: url(../image/box1.png) no-repeat center 80px;
}
.buju .box2 {
	top: 0px;
	right: 0px;
	background: url(../image/box2.png) no-repeat center 80px;
}
.buju .box3 {
	top: 444px;
	left: 0px;
	background: url(../image/box3.png) no-repeat center 30px;
}
.buju .box4 {
	top: 440px;
	right: 0px;
	background: url(../image/box4.png) no-repeat center 30px;
}
.buju .box2 div, .buju .box4 div {
	float: right !important;
	text-align: right;
}
.buju .box2 .nd, .buju .box4 .nd {
	margin: 0 10px 0 0;
}
.buju .box2 ul, .buju .box4 ul {
	margin: 100px 0 0 86px;
}
.ind-hzyx {
	width: 100%;
	padding-bottom: 10px;
}
.ind-hzyx-b {
	width: 100%;
}
.ind-hzyx-b ul {
	overflow-x: auto;
	overflow-y: hidden;
}
.ind-hzyx-b ul li {
	float: left;
	overflow: hidden;
	margin-top: 0px !important;
	margin-right: 22px;
}
.ind-hzyx-b ul li a {
	overflow: hidden;
}
.ind-hzyx-b ul li img {
	max-width: none;
	width: -webkit-calc(100% + 5px);
	width: calc(100% + 5px);
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	-webkit-transform: translate3d(-4px, 0, 0);
	transform: translate3d(-4px, 0, 0);
}
.news_c img {
	width: 363px !important;
}
.linyu img {
	width: 288px !important;
}
.plist img {
	width: 238px;
}
.ind-hzyx-b ul li:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.ind-hzyx-b ul li p {
	width: 100%;
	line-height: 54px;
	text-align: center;
	background: #205da5;
	color: #fff;
	font-size: 15px;
}
.ind-hzyx ol {
	position: relative;
	z-index: 9;
}
.ind-hzyx ol div {
	position: absolute;
	top: 150px;
	left: -20px;
	background: #000;
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
	font-size: 35px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}
.ind-hzyx ol .next {
	left: 1180px;
}
.yansf li {
	margin-right: 52px !important;
}
.yansf li p {
	color: #000 !important;
	background: none !important;
}
.walk {
	padding: 40px 0 0 0;
	overflow: hidden;
}
.walk .about {
	overflow: hidden;
	padding: 15px 0 20px 0;
	font-weight: bold;
	border-bottom: 2px solid #0f4f68;
}
.walk .about span {
	float: right;
	font-size: 40px;
	width: 150px;
	line-height: 40px;
	text-align: right;
}
.walk .about h3 {
	width: 322px;
	text-align: center;
	margin: 1px 0 15px;
	font-weight: bold;
}
.walk .about p {
	background: #0f4f68;
	display: inline-block;
	border-radius: 30px;
	line-height: 42px;
	color: #fff;
	width: 333px;
	font-size: 19px;
	text-align: center;
}
.walk .text {
	font-size: 16px;
	line-height: 25px;
	padding: 15px 0 0 0;
	letter-spacing: 1px;
}
.support {
	text-align: center;
	width: 100%;
}
.support .mam {
	overflow: hidden;
}
.support .mam ul {
	margin: 25px 0 0;
}
.support .mam li {
	float: left;
	margin: 0 20px 0 0;
	width: 278px;
}
.support .mam li img {
	border: 1px solid #205da5;
}
.ind-news {
	width: 100%;
	padding: 50px 0 0;
	overflow: hidden;
}
.ind-news .newti {
	width: 527px;
	margin: 5px 20px 30px 425px;
	overflow: hidden;
}
.ind-news .newti div {
	width: 155px;
	line-height: 42px;
	border: 1px solid #000;
	text-align: center;
	font-size: 22px;
	float: left;
	margin: 0 10px;
	cursor: pointer;
}
.ind-news .newti div:hover {
	color: #205da5;
	border: 1px solid #205da5;
}
.ind-news .newti div.on {
	color: #205da5;
	border: 1px solid #205da5;
}
.news {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 30px 15px;
	height: 424px;
}
.news-left {
	float: left;
	width: 700px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #eee;
}
.news-right {
	overflow: hidden;
}
.news .newti ul, .news .newti {
	width: 100%;
	overflow: hidden;
}
.news .newti li {
	position: relative;
	float: left;
	color: #000;
	background-color: #fff;
	margin: 0 13px 30px 0;
	cursor: pointer;
	padding: 15px 50px;
	text-align: center;
	font-size: 24px;
}
.news ul .news-lid {
	background-color: #205da5;
	color: #fff;
}
.news .newti2 li {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 20px;
	padding: 20px 0;
}
.news .newti2 li span {
	color: #999;
	font-size: 18px;
}
.news .newti2 li a {
	width: 28px;
	height: 28px;
	background: url(../image/more.png) no-repeat center;
	float: right;
}
.news-left .news_c, .news-left .news_c ul, .news-left .news_c ul ol, .news-left .news_c ul>div, .news-left .news_c ul ol a {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.news-left .news_c ul ol, .news-left .news_c ul>div, .news-left .news_c ul ol li, .news-left .news_c ul>div dl, .news-left .news_c ul>div dd {
	float: left;
	display: block;
	overflow: hidden;
}
.news-left .news_c ul>div {
	margin: 20px auto;
}
.news-left .news_c ul>div dd {
	width: 387px;
	float: left;
	padding-left: 40px;
}
.news-left .news_c ul>div dd h4 {
	line-height: 30px;
	color: #000;
}
.news-left .news_c ul>div dd p {
	color: #000;
	letter-spacing: 2px;
}
.news-left .news_c ul>div dd span {
	color: #999;
}
.news-left .news_c ul>div dl img {
	width: 100%;
}
.hotpic img {
	width: 286px !important;
	height: 210px;
}
.news-left .news_c ul ol li {
	background: #000;
	color: #fff;
	float: none;
	overflow: hidden;
	padding: 8px 16px;
	margin: 5px 0 25px;
}
.news-left .news_c ul ol li .tiem {
	float: left;
	width: 70px;
}
.news-left .news_c ul ol li .tiem div {
	font-size: 27px;
	padding: 10px 0;
}
.news-left .news_c ul ol li:hover {
	background: #205da5;
}
.news-left .news_c ul ol li a {
	color: #fff;
	text-align: center;
}
.news-left .news_c ul ol li .ctx {
	border-left: 1px solid #fff;
	font-size: 16px;
	float: left;
	margin: 12px 0 0 15px;
	padding: 10px 0 10px 23px;
}
.news-right .news_b {
	margin-top: 10px;
	overflow: hidden;
	height: 590px;
	padding: 15px 10px;
	position: relative;
}
.news-right .news_b li {
	padding: 10px 0 30px 50px;
	background: url(../image/search.png) no-repeat 10px 10px;
}
.news-right .news_b li a {
	font-size: 18px;
	color: #205da5;
}
.news-right .news_b li a p {
	color: #333;
	font-size: 16px;
	margin: 15px 0;
	letter-spacing: 2px;
}
.card {
	background: #205da5;
	border-radius: 10px;
	margin: 80px 0 0;
	padding: 20px;
	color: #fff;
	font-size: 18px;
}
.card .hang {
	display: inline-block;
	border-bottom: 1px solid #fff;
	width: 30%;
	margin: 0 16px;
	padding: 5px 0;
}
.card .hang input {
	width: 288px;
	background: transparent;
	margin: 0 0 0 15px;
	font-size: 18px;
	color: #fff;
}
.card .tsss {
	margin: 60px 16px 20px;
	border-bottom: 1px solid #fff;
}
.card .tsss textarea {
	margin: 0 0 0 20px;
	background: transparent;
	color: #fff;
	font-size: 18px;
}
.card .free {
	margin: 20px auto 40px;
	width: 96%;
}
.card .free a {
	display: inline-block;
	border-radius: 20px;
	font-size: 18px;
	font-weight: bold;
	background: #fff;
	color: #205da5;
	padding: 15px 50px;
}
.card .free .fphone {
	float: right;
	background: url(../image/pph.png) no-repeat 0 center;
	padding: 15px 0 15px 60px;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
}
.card .free .fphone span {
	font-size: 19px;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: bottom;
}
.friend {
	margin: 40px 0 0;
}
.friend h4 {
	color: #205da5;
	border-bottom: 1px solid #999;
	padding: 15px 0;
}
.friend h4 span {
	color: #999;
}
.friend a {
	display: inline-block;
	margin: 10px 20px 20px 0;
}
.foot {
	background: #222222;
	height: 310px;
}
.foot-lf {
	margin: -15px 0 0 0;
}
.foot-lf div {
	background: #18617f;
	color: #fff;
	padding: 24px 28px;
	font-size: 25px;
}
.foot-lf ul {
	padding: 40px 18px 23px;
	background: #fff;
	font-size: 15px;
	color: #333;
}
.foot-lf li {
	padding: 5px 10px;
}
.final {
	width: 720px;
	margin: 0 0 0 50px;
	position: relative;
}
.final ul {
	border-bottom: 1px solid #666;
	overflow: hidden;
	padding: 25px 0;
	margin-bottom: 30px;
}
.final ul li {
	float: left;
	margin: 0 15px 0 0;
}
.final ul li a {
	color: #fff;
	font-size: 18px;
}
.final p {
	display: inline-block;
	width: 47%;
	color: #999;
	font-size: 15px;
	margin: 15px 0;
}
.final .code {
	display: inline-block;
	background: #fff url(../image/code.png) no-repeat 15px center;
	padding: 8px 30px 8px 60px;
	margin: 20px 25px 0 0;
	border-radius: 50px;
	line-height: 15px;
}
.final .code p {
	color: #000;
	font-size: 14px;
	display: block;
	margin: 0;
	width: 100%;
}
.final .code span {
	color: #ccc;
	font-size: 12px;
}
.erxian {
	display: none;
	position: absolute;
	min-width: 120px;
	top: 97px;
	left: 225px;
}
.erxian img {
	width: 100%;
}
.erxian2 {
	left: 20px;
}
.kefu .kefu-main, .kefu-tel-main {
	box-sizing: content-box;
	background:#0f3382;
}
.navroot a {
	display: block;
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #0f3382;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #0f3382;
	color: #fff;
	cursor: default;
}
.icon-flex{display: flex;}


/* about */
/*e_ContentMajorStyleBox-001*/ .e_ContentMajorStyleBox-001{ /* position: absolute;*/ width: 100%; height: auto; width-uint:%; } /*stylebox_top*/ /*stylebox_link*/ .e_ContentMajorStyleBox-001 .stylebox_link{ color:#666666; font-size: 14px; height: inherit; display: table; padding:0 15px; border-width: 0px; float: right; vertical-align: middle; margin-right: 15px; } .e_ContentMajorStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: rgba(101, 190, 186, 1); } .e_ContentMajorStyleBox-001 .title_icon{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); margin-right: 10px; font-size: medium; } .e_ContentMajorStyleBox-001 .title_icon::before{ content: ""; } .e_ContentMajorStyleBox-001 .title_main{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-weight: normal; font-size: 16px; max-width: 600px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .e_ContentMajorStyleBox-001 .title_sub{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; margin-left: 10px; } .e_ContentMajorStyleBox-001 .stylebox_title{ display: inline-block; width: auto; height: inherit; background-color: rgba(101, 190, 186, 1); padding-left: 15px; padding-right: 15px; font-size: 0; vertical-align: bottom; white-space: nowrap; padding-right: 22px; vertical-align: top; } .e_ContentMajorStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_ContentMajorStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_ContentMajorStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_ContentMajorStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_ContentMajorStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color:#f0f0f0; width: 100%; width-uint:%; } .e_ContentMajorStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }/*e_FlowCommonStyleBox-001*/ .e_FlowCommonStyleBox-001{ /* position: absolute;*/ width: 100%; height: auto; width-uint:%; } /*stylebox_link*/ .e_FlowCommonStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; float: right; vertical-align: middle; margin-right: 15px; } .e_FlowCommonStyleBox-001 .stylebox_link:hover{ color: rgba(101,190,186,1); } .e_FlowCommonStyleBox-001 .stylebox_link:active{ color: rgba(101,190,186,1); } .e_FlowCommonStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: #1890FF; } .e_FlowCommonStyleBox-001 .title_icon{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); margin-right: 10px; font-size: medium; } .e_FlowCommonStyleBox-001 .title_icon::before{ content: ""; } .e_FlowCommonStyleBox-001 .title_main{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-weight: normal; font-size: 16px; max-width: 600px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .e_FlowCommonStyleBox-001 .title_sub{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; margin-left: 10px; } .e_FlowCommonStyleBox-001 .stylebox_title{ display: inline-block; width: auto; height: inherit; background-color: #1890FF; padding-left: 15px; padding-right: 15px; font-size: 0; vertical-align: bottom; white-space: nowrap; } .e_FlowCommonStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_FlowCommonStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_FlowCommonStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_FlowCommonStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_FlowCommonStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; width-uint:%; } .e_FlowCommonStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }/*e_IndexOrdinaryStyleBox-001*/ .e_IndexOrdinaryStyleBox-001{ /* position: absolute;*/ width: 100%; height: auto; width-uint:%; } /*stylebox_top*/ .e_IndexOrdinaryStyleBox-001 .stylebox_top{ background-color: transparent; } /*stylebox_link*/ .e_IndexOrdinaryStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; } .e_IndexOrdinaryStyleBox-001 .stylebox_link:hover{ color: rgba(101,190,186,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_link:active{ color: rgba(101,190,186,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_top{ width: auto; height: 40px; } .e_IndexOrdinaryStyleBox-001 .title_icon{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); margin-right: 10px; font-size:medium; } .e_IndexOrdinaryStyleBox-001 .title_icon::before{ content: ""; } .e_IndexOrdinaryStyleBox-001 .title_main{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-weight: normal; font-size: 16px; max-width: 600px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .e_IndexOrdinaryStyleBox-001 .title_sub{ display: inline-block; vertical-align: middle; line-height: 40px; color: rgba(255,255,255,1); font-size: 14px; font-weight: normal; margin-left: 10px; } .e_IndexOrdinaryStyleBox-001 .stylebox_title{ display: inline-block; width: auto; height: inherit; background-color: rgba(101, 190, 186, 1); padding-left: 15px; padding-right: 15px; font-size: 0; vertical-align: bottom; white-space: nowrap; } .e_IndexOrdinaryStyleBox-001 .stylebox_link{ float: right; vertical-align: middle; margin-right: 15px; } .e_IndexOrdinaryStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_IndexOrdinaryStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_IndexOrdinaryStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_IndexOrdinaryStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_IndexOrdinaryStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; height: calc(100% - 48px); width-uint:%; } .e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }.c_portalResProduct_category-01001 .p_categoryBox .p_parentBox .p_linkBox:hover{ background: #e6f7ff; } @media only screen and (max-width:768px) { .c_portalResProduct_category-01001 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } .c_portalResProduct_category-01001 .p_categoryBox { line-height: 24px; } .c_portalResProduct_category-01001 .p_btn-show { display: inline-block; } .c_portalResProduct_category-01001 .p_title { font-size: 16px; } .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox { width: 100%; } .c_portalResProduct_category-01001 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001 .p_childBox .p_parentBox { background: #FFFFFF; } .c_portalResProduct_category-01001 .p_childBox .p_parentBox .p_linkBox { background: #EFEFF4; width: 100%; border-bottom: 1px solid #d5d5d6; } .c_portalResProduct_category-01001 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001 .p_num { color: #ccc; } .c_portalResProduct_category-01001 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001 .p_childBox { background: #efeff4; } .c_portalResProduct_category-01001 .p_parentBox { background: #fff; color: #000; } .c_portalResProduct_category-01001 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } /*p_category*/ .c_portalResProduct_category-01001 .p_categoryBox { line-height: 24px; background: #fff; } .c_portalResProduct_category-01001 .p_title { font-size: 16px; } .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; height: 50px; } .c_portalResProduct_category-01001 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_up:before { content: '\e69a'; color: #7B7B7E; } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before { content: '\e69c'; color: #7B7B7E; } .c_portalResProduct_category-01001 .p_categoryBox .p_childBox { padding-left: 20px; width: 100%; } .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001 .p_num { color: #ccc; } .c_portalResProduct_category-01001 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001 .p_childBox { background: #efeff4; } .c_portalResProduct_category-01001 .p_parentBox { background: #fff; color: #000; } .c_portalResProduct_category-01001 .p_btn-show .p_c-fff { color: #fff; } .c_portalResProduct_category-01001 .p_btn-show .p_c-fff { margin: 0 0 0 10px; vertical-align: middle; width: auto; float: right; line-height: 50px; } .c_portalResProduct_category-01001 .p_categoryBox { overflow-y: auto; height: 100%; float: left; } } @media only screen and (min-width:769px) and (max-width: 1024px) { .c_portalResProduct_category-01001 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } /*p_category*/ .c_portalResProduct_category-01001 .p_category { height: 100%; width: 100%; position: relative; } .c_portalResProduct_category-01001 .p_categoryBox { line-height: 24px; } .c_portalResProduct_category-01001 .p_btn-show { display: none; } .e_title .p_title { font-size: 16px; } .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001 .p_childBox .p_parentBox { width: 100%; } .c_portalResProduct_category-01001 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_up:before { content: '\e6c9'; color: #7B7B7E; } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before { content: '\e6c8'; color: #7B7B7E; } .c_portalResProduct_category-01001 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001 .p_num { color: #ccc; } .c_portalResProduct_category-01001 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001 .p_btn-hide { width: 10%; height: 100%; /*float: left;*/ display: none; } .c_portalResProduct_category-01001 .p_parentBox { background: #fff; color: #000; } .c_portalResProduct_category-01001 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } /*p_category*/ .c_portalResProduct_category-01001 .p_category { height: 100%; width: 100%; position: relative; } .c_portalResProduct_category-01001 .p_categoryBox { line-height: 24px; } .e_title .p_title { font-size: 16px; } .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001 .p_linkBox .iconfont:before { /*content: '\e669';*/ } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_up:before { content: '\e6c9'; /*color: rgba(101, 190, 186, 1);*/ } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before { content: '\e6c8'; /*color: rgba(101, 190, 186, 1);*/ } .c_portalResProduct_category-01001 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001 .p_num { color: #ccc; } .c_portalResProduct_category-01001 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001 .p_parentBox { background: #fff; color: #000; } } @media only screen and (min-width:1024px) { .c_portalResProduct_category-01001 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } /*p_category*/ .c_portalResProduct_category-01001 .p_category { height: 100%; width: 100%; position: relative; } .c_portalResProduct_category-01001 .p_categoryBox { line-height: 24px; } .e_title .p_title { font-size: 16px; } .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_up:before { content: '\e6c9'; color: #7B7B7E; } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before { content: '\e6c8'; color: #7B7B7E; } .c_portalResProduct_category-01001 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001 .p_num { color: #ccc; } .c_portalResProduct_category-01001 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001 .p_parentBox { background: #fff; color: #000; } .c_portalResProduct_category-01001 { height: auto; width: 280px; overflow: visible; } .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title { width: 100%; } /*p_category*/ .c_portalResProduct_category-01001 .p_category { height: 100%; width: 100%; position: relative; } .c_portalResProduct_category-01001 .p_categoryBox { line-height: 24px; } .c_portalResProduct_category-01001 .p_btn-show { display: none; } .c_portalResProduct_category-01001 .p_title { font-size: 16px; } .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 5px 10px; border-bottom: 1px solid #fff; } .c_portalResProduct_category-01001 .p_categoryBox .p_title { height: auto; width: auto; -webkit-flex: 1; -moz-flex: 1; -ms-flex: 1; flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; box-flex: 1; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; align-items: center; } .c_portalResProduct_category-01001 .p_categoryBtn { display: inline-block; vertical-align: middle; background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0); border-style: solid; border-width: 0; color: rgba(101, 190, 186, 1); height: auto; width: 14px; margin: 0 4px 0 0; padding: 0; position: static; text-align: center; font-size: 14px; color: rgba(217, 217, 217, 1); } .c_portalResProduct_category-01001 .p_categoryBtn:active { border-width: 0; border-style: solid; color: rgba(101, 190, 186, 1); border-color: rgba(255, 255, 255, 0); background-color: rgba(255, 255, 255, 0); box-shadow: none; } .c_portalResProduct_category-01001 .p_linkBox .c { content: '\e6c9'; /*color: rgba(101, 190, 186, 1);*/ } .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before { content: '\e6c8'; /*color: rgba(101, 190, 186, 1);*/ } .c_portalResProduct_category-01001 .p_categoryBox .p_childBox { padding-left: 20px } .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox { position: relative; height: auto; } .c_portalResProduct_category-01001 .p_categoryBox .slideOut { position: absolute; left: 100%; top: 0; width: 100%; height: auto; } .c_portalResProduct_category-01001 .p_image { width: 30px; height: 30px; display: inline-block; vertical-align: middle; margin-right: 5px; } .c_portalResProduct_category-01001 .p_image>img { width: 100%; height: 100%; } .c_portalResProduct_category-01001 .p_num .iconfont:before { content: '' } .c_portalResProduct_category-01001 .p_num { color: #ccc; } .c_portalResProduct_category-01001 .p_childBox .p_num { color: #333; } .c_portalResProduct_category-01001 .p_btn-hide { width: 10%; height: 100%; /*float: left;*/ background-color: #7F7F7F; display: none; } .c_portalResProduct_category-01001 .p_parentBox { background: #fff; color: #000; } }.glab.first {background:url(/image/a1.png) no-repeat top center;width: 102px;height:102px;} .glab.first:Hover{background:url(/image/a1h.png) no-repeat top center; width:102px; height:102px;} .glab.second{background: url(/image/a2.png) no-repeat top center;width: 102px;height:102px;} .glab.second:Hover{background:url(/image/a2h.png) no-repeat top center;width:102px;height: 102px;} .glab.third{background: url(/image/a3.png) no-repeat top center;width:102px;height: 102px;} .glab.third:Hover{background:url(/image/a3h.png) no-repeat top center; width:102px; height:102px;} .glab.four{background: url(/image/a4.png) no-repeat top center;width:102px;height: 102px;} .glab.four:Hover{background:url(/image/a4h.png) no-repeat top center; width:102px; height:102px;} .glab:Hover{transform:rotate(360deg); } .glab{width:120px; margin: auto;transition:all 1s;} .bot_tb{position: relative;height: 146px;} .sjcss{ float: left; width: 83px; text-align: center; } .sjcss h2{height:50px;} .sjcss:hover h2 img{display:none;} .sjcss:hover{background:url(/image/sjl.png) no-repeat top center;} .wxcss{ float: left; width: 83px; text-align: center; } .wxcss h2{height:50px;} .wxcss:hover h2 img{display:none;} .wxcss:hover{background:url(/image/wl.png) no-repeat top center;} .sjcss1{ position: absolute; top: 42px; left: -8px; } .wxcss1{ position: absolute; top: 42px; left: 79px; } .sjcss1 img{width:100px;height:100px;} .wxcss1 img{width:100px;height:100px;} @media only screen and (max-width: 768px){/*sj\聫*/ .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; }.abcss h2 a{color: #0f3382;} #content_box-1569826425474-0{ float: left; width: 10%;} #content_box-1569826425474-1{ float: left; width: 90%;} .mobcss{display:none!important;} #content_box-1569820177751-1{margin-top:20px!important;} .abcss{} .abcss h2{text-align:center;font-size:25px!important; } .abcss p{ text-align:center;padding:10px } .numcss{ margin: 23px 30px!important; } .numcss h3{margin: 11px 10px!important;float: none!important;} .numcss h3 em{ display: block; font-size: 14px; } .numcss h3 a { color: #7a7a7a; font-family: 'ITCA'; font-size: 50px!important; } } @media only screen and (min-width: 769px){/*dn聫*/ .abcss h2 a{color: #0f3382;} .ilanguage p{ text-align: center; margin: 15px; border: 1px solid #229231; border-radius: 30px; display: inline; padding: 15px 50px; background: #229231; color: #fff; font-weight: normal; font-size: 14px;} .ilanguage p:hover{ background: #fafafa;color:#229231;} .c_portalResPublic_codeContainer-01001{ min-height:500px; width:100%; } .abcss p{width:558px;} } .ilanguage a{font-size:16px;text-align:center;margin:15px;padding:10 20px;border:1px solid #fff;border-radius:30px;} @media only screen and (max-width: 1024px) and (min-width: 769px){/*pad聫*/ } .hzcss h2{ text-align: center; color: rgba(5, 136, 35, 1); margin: 20px 15px;} .hzcss p{} .acss{width:50%;float:left;text-align:center;} .acss h2{ padding-top: 22px; font-size: 16px; color: #0f3382; transition: all .5s ease; } .acss h2 span{ display: block; height: 1px; width: 22px; background: #e1e1e1; margin: 19px auto; } .acss p{font-size:13px;color:#939393;line-height: 26px;} .a01{padding: 0px 15px;} .a01:hover{padding: 0px 15px; transition: all .5s ease;} .a02{padding: 0px 15px;} .a02:hover{padding: 0px 15px; transition: all .5s ease;} .a03{padding: 0px 15px;} .a03:hover{padding: 0px 15px; transition: all .5s ease;} .a04{padding: 0px 15px;} .a04:hover{padding: 0px 15px; transition: all .5s ease;} .numcss h3 {font-weight:normal;float: left;text-align: center;margin-right: 46px;} .numcss h3 a{ color: #7a7a7a; font-family: 'ITCA'; font-size: 46px; }.numcss h3 a:hover{color: #7a7a7a;} .abcss{} .abcss h2{ color: #0f3382; font-size: 23px; margin-bottom: 20px; margin-top: 28px; } .abcss p{ font-size: 14px; color: #6f6e6e; line-height: 29px; } .numcss{ margin: 23px 0px; } .numcss h3 em{ display: block; font-size: 14px; } .counter{} .btn_back{ width:50px; height:50px; display:block; border-radius:50%; line-height:50px; text-align:center; color:#fff; background:#d82b2b; } .btn_back:hover{ color:#d82b2b; background:#eee; } #w_fimgbox-1567613421180{ overflow:hidden; } #w_fimgbox-1567613421180 img{ transition:all 2s; } #w_fimgbox-1567613421180:hover img{ transform:scale(1.1); transition:all 2s; } .bar_c{ right: 0; height: 100%; position: absolute; top: 0px; } .bar_c div.tm_css{ opacity:0.9; transition:all 1s; } .bar_c div.tm_css:hover{ opacity:1; transition:all 1s; } .bar_li1{ margin-top:10px; } .bar_li2{ margin-top:3rem; } .bar_li_b{ right: 0; position: absolute; bottom: 5%; } .bar_li3{ margin-top:0; } .bar_li4{ margin-top:2rem; } .bar_li5{ margin-top:2rem; } .bar_li_ewm{ right: 0; position: absolute; bottom: 4%; left:-160px; z-index:0; opacity:0; transition:all 1s; width:120px; } .bar_li_ewm:hover{ cursor:pointer; } .bar_li_ewm.current{ opacity:1; z-index:99; transition:all 1s; } .h_pro_btn{ width:180px; float:left; margin:0px 10px; } .h_pro_btn a { border:solid 2px #1368ab; border-radius:30px; display:block; color:#1368ab; font-size:18px; text-align:center; line-height: 50px; text-decoration: underline; } .h_pro_w{width:100%; margin:auto; margin-top:50px; display:inline-flex;} .h_pro_in{ margin: auto; } .ab_gsjj{ width:100%; clear:both; font-size: 16px; color:#555; line-height:30px; grid-column-start: 1; grid-column-end: 3; padding: 2rem 1rem; padding-top: 0; } #c_portalResPublic_codeContainer-15571264825982779.c_portalResPublic_codeContainer-01001{ background:none;} .ab-pItem p { position: absolute; top: 124px; left: 0px; text-align: center; width: 100%; font-size: 24px; } .ab-pItem a{background:#000;} .ab-pItem img{ opacity:0.6; -webkit-filter: grayscale(0.8); filter: grayscale(0.8); transition:all 1s; } .ab-pItem:Hover img{ -webkit-filter: grayscale(0); filter: grayscale(0); transition:all 1s; transform:scale(1.1); opacity:1; } .ab-pItem:Hover p{display:none;} .h_dot{text-align:center; color:#555; transition:all 1s; margin-top:0px; font-size:16px; line-height:30px;} .h_dot:hover img{transform:scale(1.1); transition:all 1s; cursor:pointer;} .h_dot:hover span{color:#006fd7;} .h_p2_bg{width:100%; background:#006fd7;} .h_p2_pic img{width:100%; opacity:0.24; height:100%; display:block;} .h_p2_bg{position: relative; top:0px; left:0px;} .h_p2_txt1{position:absolute; top:30%; left:0px; width:100%; text-align:center;} .h_p2_name{font-size:36px; color:#fff; width:100%; text-align:center;} .h_p2_sml{ font-size:18px; color:#fff; padding-top:15px; } .h_btn a{width:120px; height:36px; background:#fff; border-radius:30px; color:#222; font-size:15px; line-height:36px; margin:auto; display:block; margin-top:30px;} .h_btn a:hover{background:#4a65a6;color:#fff;} .h_p3_bg{width:100%; background:#000000;} .h_p3_pic img{width:100%; opacity:0.5; height:100%; display:block;} .h_p4_bg{width:100%; background:#fff;} .h_p4_pic img{width:100%; opacity:1; height:100%; display:block;} .h_p4_txt1{ position: absolute; top: 24%; left: 12%; width: 76%; text-align: left; } .h_p4_name{font-size:24px; color:#222; width:100%;} .h_p4_sml{ font-size:12px; color:#999999; padding-top:12px; font-family:'playballregular'; letter-spacing:0px; text-transform: uppercase; } .h_p4_sml2{ font-size:14px; color:#999999; padding-top:22px; } .h4_btn a{width:80px; height:32px; background:none; border-radius:30px; color:#222; font-size:14px; line-height:32px; margin:auto; display:inline-block; margin-top:36px; border:solid 1px #222; text-align:center;} .h4_btn a:hover{background:#4a65a6; border:solid 1px #4a65a6; color:#fff; box-shadow: 0px 3px 20px #7c9ae2;} .h4_btn a.curr{background:#4a65a6; border:solid 1px #4a65a6; color:#fff; box-shadow: 0px 3px 20px #7c9ae2;} .h_p4_bg:hover .h4_btn a{background:#4a65a6; border:solid 1px #4a65a6; color:#fff; box-shadow: 0px 3px 20px #7c9ae2;} .ys_dot{float:left; width:15%;} .ys_dot img{width:100%; max-width:44px;} .ys_content{float:left;width:75%;} .ys_name{font-size:30px; color:#006fd7; padding-bottom:8px;} .ys_sml{font-size:22px; color:#555555; padding-bottom:15px;} .ys_txt{color:#555555; font-size:16px; line-height:28px; padding-top:10px;} .ys_txt2{color:#555555; font-size:18px; line-height:28px; padding-top:15px;} .bottom_li_name{font-size:16px; color:#fff;} .bottom_li_sml{padding-top:15px;} .bottom_li_sml a{color:#9ccfff; font-size:14px; line-height:30px;} .bottom_li_sml a:Hover{color:#fff;} .bottom_li{float:left; padding:0px 56px; border-left:solid 1px #3d8ad1;} .p_bottom{border-top:solid 1px #3d8ad1;} .p_bottom_in{width:100%; max-width:1180px; margin:auto; padding-top:22px;} .p_bottom_in div{color:#9ccfff; font-size:14px;} .bottom_l{float:left;} .bottom_r{float:right;} .p_bottom_in div a{color:#9ccfff;} .p_bottom_in div a:Hover{color:#fff;} .banner_txt{ width:100%; text-align:center; position: absolute; top:36%; left:0px; z-index:998; opacity:0; transition:all 1.5s; } .banner_txt.load_dh{ top:24%; opacity:1; transition:all 1.5s; } #w_grid-1552978314502.load_dh{ top:0px; opacity:1; transition:all 1s; } .banner_h{height:890px; overflow:hidden;} #w_common_text-1558456928171 p{padding-bottom:10px;} .h_dot a{display:block; height:60px;} .banner_sml_c{color:#016cd0; font-size:24px; letter-spacing:6px; text-align:center;} .h_li{ width:25%; padding:0px 4% 0px 4%; float:left; border-right:solid 1px #e6e6e6; transition:all 0.5s; } .h_li:hover{ border-right:solid 1px #d82b2b; transition:all 0.4s; } .h_li:nth-child(4){ border:none; } .h_dot{ float:left; } .h_head3{ float:left; font-size:24px; color:#111111; padding-top:0px; padding-left:12px; transition:all 1s; } .h_head3 a{ color:#111111; } .h_li_sml{ font-size:14px; color:#777777; line-height:24px; padding:15px 0px 25px 0px; } .h_more a{ font-size:14px; color:#111111; transition:all 1s; } .h_li:Hover .h_more a{ color:#d82b2b; transition:all 1s; } .en_font { font-family: 'barlow_semi_condensedregular'; } .en_font_bold{ font-family: 'barlow_semi_condensedmedium'; } .h_li:Hover .h_head3 a{ transition:all 1s; color:#777; }.w_fimgbox-001{ width: 100%; height: auto; min-height: 200px; margin: 0 auto; } .w_fimgbox-001 .w_imgbox{ width: 100%; height: 100%; position: relative; min-height: inherit; } .w_fimgbox-001 .w_imgbox > img{ width: 100%; height: auto; } .w_fimgbox-001 .w_imgbox > .p_contentbox{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }.w_popbox-001{ width:80%; max-width: 700px; min-height: 300px; margin: 0 auto; display: none; } .w_popbox-001 .w_popbox{ position: relative; width: 100%; height: 100%; max-width: inherit; min-height: inherit; } .w_popbox-001 .w_popbox .e_container{ width: 100%; height: 100%; min-height: inherit; position: relative; left: 0; top: 0; z-index: 9999; background-position: center; background-repeat: no-repeat; background-clip: content-box; max-height: 100% !important; } .w_popbox-001 .w_popbox .e_shading{ width: 100%; height: 100%; word-break: keep-all; position: absolute; left: 0; top: 0; z-index: 9998; background-position: center; background-repeat: repeat; background-clip: content-box; } .w_popbox-001 .p_icon{ width: auto; height: auto; position: absolute; right: 0; top: 0; cursor: pointer; z-index: 10000; text-align: right; color:#fff; background: rgba(178, 178, 178,.5); } .w_popbox-001 .p_icon:before{ content: '\e690'; font-size: 30px; } .w_popbox-001 .e_box002{ background-color: rgba(0, 0, 0, 0.6); }@media only screen and (max-width: 768px){/*灏忓睆*/ .c_portalResEbizads_banner-01001 .p_prompt{ width: auto; height: auto; text-align: center; background-color: inherit; font-size: 16px; border:1px solid #E4E4E4; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title{ display: inline-table; padding: 0 30px; height: 100%; min-height: 260px; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before { content: ""; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first{ height: auto; display: table-cell; font-size: 36px; margin-right: 10px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 10px 0; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first:before{ content: "\e6b4"; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title{ font-size: 24px; text-align: left; color: rgba(51,51,51,1); font-weight: bold; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .font{ display: table-cell; line-height: normal; vertical-align: middle; } .c_portalResEbizads_banner-01001 .p_prompt .promptbox{ width: auto; height: 100%; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_content { font-size: 18px; color: rgba(105, 105, 105,1); padding-left: 65px; } /*鍒楄〃缂╃暐鍥惧垏鎹�1*/ .c_portalResEbizads_banner-01001 .p_SwitchBtnD{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:56px; color:#e2e2e2; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before{ content: '\e687'; display: inline-block; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .font{ display:table; width:inherit; height:inherit; pointer-events:none; }/*鍒楄〃缂╃暐鍥惧垏鎹�1*/ .c_portalResEbizads_banner-01001 .p_SwitchBtnC{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:56px; color:#e2e2e2; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont:before{ content: '\e687'; display: inline-block; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .font{ display:table; width:inherit; height:inherit; pointer-events:none; }/*搴忓彿鍥剧墖缁勭*/ .c_portalResEbizads_banner-01001 .p_ListNumBtn{ display:inline-table; height:30px; width:30px; background-color:#67b8b4; border-width:1px; border-color:transparent; color:#999999; font-size: 12px; font-family:'Microsoft YaHei'; } .c_portalResEbizads_banner-01001 .p_ListNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_ListNumBtn .shape{ display:table-cell; width:inherit; height:inherit; text-align:center; vertical-align:middle; } .c_portalResEbizads_banner-01001 .p_ListNumBtn:active { color:rgba(255,255,255,1); } .c_portalResEbizads_banner-01001 .p_ListNumBtn.active { color:rgba(255,255,255,1); } .c_portalResEbizads_banner-01001 .p_ListNumBtn.j-nav-active { color:rgba(255,255,255,1); } /*鏂瑰舰鍥剧墖缁勭*/ .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ display:inline-block; height:10px; width:100px; padding:0; background-color:#f2f2f2; border-width:1px; border-color:transparent; font-size: 12px; font-family:'Microsoft YaHei'; text-align:center; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn .shape{ text-indent:-9999em; width:inherit; height:inherit; vertical-align:middle; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn:active { background-color:#67b8b4; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn.active { background-color:#67b8b4; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn.j-nav-active { background-color:#67b8b4; } /*鍦嗗瀷鍥剧墖缁勭*/ .c_portalResEbizads_banner-01001 .p_CircleNumBtn{ width:15px; height:15px; display: inline-table; background-color:rgba(228,228,228,1); color:rgba(153,153,153,1); font-size: 12px; border-radius: 10px; -moz-border-radius: 10px; text-align: center; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn .shape{ width:inherit; height:inherit; text-indent: -99999px; display: table-cell; vertical-align: middle; border-radius: inherit; -moz-border-radius: inherit; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn:active { background-color:rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn.active { background-color:rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn.j-nav-active { background-color:rgba(105,192,188,1); } /*閫氱敤鍥剧墖缁勭*/ .c_portalResEbizads_banner-01001 .p_NumBtn{ width:150px; height:66px; border-color:rgba(242,242,242,1); border-width:2px; border-style:solid; } .c_portalResEbizads_banner-01001 .p_NumBtn .shape{ display:none; } .c_portalResEbizads_banner-01001 .p_NumBtn:active{ border-color:rgba(103,184,180,1); } .c_portalResEbizads_banner-01001 .p_NumBtn.active{ border-color:rgba(103,184,180,1); } /*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*鍥鹃泦椤垫瑕佷俊鎭�*/ .c_portalResEbizads_banner-01001 .p_ImgSummary{ text-align:justify; vertical-align:top; word-break:break-all; }/*鍥鹃泦鏍囬*/ .c_portalResEbizads_banner-01001 .p_ImgHead{ display:inline-table; margin:0; padding:0; color:#323232; font-size:30px; font-weight:400; text-align:left; white-space:nowrap; overflow:visible; } .c_portalResEbizads_banner-01001 .p_ImgHead .font{ display:table-cell; vertical-align:top; line-height: 30px; } .c_portalResEbizads_banner-01001 .p_ImgHead .iconfont:before{ content:""; }/*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_TitleBox{ width: inherit; height: auto; overflow: hidden; } /*閾炬帴鍏冪礌*/ /*鍥鹃泦鍥剧墖璇存槑瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_SummaryBox{ width: inherit; height: auto; border-width:1px; border-style:none; border-color:rgba(228,228,228,0); background-color:rgba(179, 179, 179,1); overflow: visible; } /*绾浘鏍囧垏鎹㈡寜閽�*/ .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ background:rgba(81,80,80,.3); width:64px; height:139px; cursor:pointer; text-align:center; color:rgba(255,255,255,1); font-size:40px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .font{ display:table; width:inherit; height:inherit; /*background-color:rgba(202,202,202,.3);*/ pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont{ display: table-cell; vertical-align: middle; position: relative; top: 3px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB:hover{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(115,115,115,.7); color:rgba(106,192,189,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnB:active{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(81,80,80,.7); }/*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_interactionB{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*绾浘鏍囧垏鎹㈡寜閽�*/ .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ background:rgba(81,80,80,.3); width:64px; height:139px; cursor:pointer; text-align:center; color:rgba(255,255,255,1); font-size:40px; z-index: 999; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .font{ display:table; width:inherit; height:inherit; /*background-color:rgba(202,202,202,.3);*/ pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont{ display: table-cell; vertical-align: middle; position: relative; top: 3px; right: 4px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA:hover{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(115,115,115,.7); color:rgba(106,192,189,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnA:active{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(81,80,80,.7); }/*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_interactionA{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_interactionA + .p_interactionA { left: initial; right: 0; } /*澶氬浘缁勫ぇ鍥捐竟妗�*/ .c_portalResEbizads_banner-01001 .p_imageA{ width: auto; height: auto; overflow: hidden; } /*閾炬帴鍏冪礌*/ /*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_images{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*涓昏鍐呭鍖哄鍣�*/ .c_portalResEbizads_banner-01001 .p_banner{ width: inherit; height:auto; border-width:1px; border-style:none; border-color:rgba(255, 255, 255,1); background-color:transparent; overflow: visible; } .c_portalResEbizads_banner-01001{ min-width: 300px; overflow:auto; } .c_portalResEbizads_banner-01001 .p_banner{ width:100%; height:100%; background-color: transparent; } .c_portalResEbizads_banner-01001 .p_images{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_interactionA{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_interactionB{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_TitleBox{ border-width: 0; } .c_portalResEbizads_banner-01001 .p_TitleBoxA{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_portalResEbizads_banner-01001 .c_banner{ width:inherit; height:inherit; } .c_portalResEbizads_banner-01001 .p_images{ width:inherit; height:inherit; box-sizing:border-box; -moz-box-sizing:border-box; } .c_portalResEbizads_banner-01001 .p_LinkA{ width:inherit; height:inherit; display: block; position: relative; } .c_portalResEbizads_banner-01001 .p_imageA{ vertical-align:baseline; text-align:center; width:inherit; height:inherit; } .c_portalResEbizads_banner-01001 .p_imageA:hover{ background-color:transparent; } .c_portalResEbizads_banner-01001 .p_imageA:hover:after{ background-color:transparent; } .c_portalResEbizads_banner-01001 .p_interactionA{ cursor: pointer; left: 0; height: 100%; position: absolute; top: 0; z-index:99; overflow:visible; } .c_portalResEbizads_banner-01001 .p_interactionB{ cursor: pointer; right: 0; height:100%; position: absolute; top: 0; z-index: 99; overflow:visible; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ position: absolute; top: 50%; margin-top: -37px; padding-top: 10px; color:rgb(187, 182, 182); left: 0; width:33px; height:64px; background-color: rgba(0,0,0,0.5); z-index: 999; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont:before{ font-size: 30px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ position: absolute; top: 50%; margin-top: -37px; right: 0; width:33px; height:64px; background-color: rgba(0,0,0,0.5); z-index: 999; padding-top: 10px; color:rgb(187, 182, 182); } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont:before{ font-size: 30px; } .c_portalResEbizads_banner-01001 .p_SummaryBox{ width:100%; position:absolute; bottom:0; left:0; z-index:5; height:70px; background-color: transparent; display: none; } .c_portalResEbizads_banner-01001 .p_SummaryBox:hover{ background-color: transparent; } .c_portalResEbizads_banner-01001 .p_SummaryBox .p_LinkB{ display: block; background-color: rgba(0,0,0,0.5); } .c_portalResEbizads_banner-01001 .p_TitleBox { width: 100%; height: auto; height: 60px; line-height: 60px; padding: 0 10px; position: absolute; bottom: 0; left: 0; z-index: 999; font-weight: bold; } .c_portalResEbizads_banner-01001 .p_LinkA .p_TitleBox span{ display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span { color: #fff; } .c_portalResEbizads_banner-01001 .p_TitleBoxA{ width:100%; height:inherit; padding-left:20px; padding-right:20px; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox { position: absolute; text-align: center; font-size: 0; z-index: 6; overflow: hidden; -webkit-transform: translate(0,-50%); transform: translate(0,-50%); bottom: 60px; left: 42%; } .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA{ padding-right: 30px; padding-left: 30px; width: 100%; position: absolute; right: 0; bottom: 0; text-align: right; font-size: 0; z-index: 6; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child{ margin-left: 0; } .c_portalResEbizads_banner-01001 .p_NumBtn{ margin-right:6px; font-size:0; width: 90px; height: auto; display: inline-block; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn{ margin-left:10px; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ margin-left:10px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC{ position:absolute; top: 50%; left: 0; cursor: pointer; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_SwitchBtnD{ position:absolute; top: 50%; right: 0; cursor: pointer; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn, .c_portalResEbizads_banner-01001 .p_SquareNumBtn, .c_portalResEbizads_banner-01001 .p_ListNumBtn{ margin-top:20px; margin-bottom:20px; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ width:98px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before{ content: "\e6ae"; font-size: 30px; } .c_portalResEbizads_banner-01001 .p_ImgSummary{ font-weight: normal; white-space: normal; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont{ font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont{ font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont { color: rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont { color: rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_NumBtn:hover{ border-color: rgba(103,184,180,1); } /*缂╃暐鍥炬彃浠舵牱寮�*/ .c_portalResEbizads_banner-01001 .swiper-container { margin: 0 auto; position: relative; overflow: hidden; /* Fix of Webkit flickering */ z-index: 1; height: 100%; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; } .c_portalResEbizads_banner-01001 .p_MatteIcon:before{content:'\e752';} .c_portalResEbizads_banner-01001 .widther img{ width: auto!important; } .c_portalResEbizads_banner-01001 .swiper-pagination1 { position: absolute; z-index: 20; bottom: 65px; width: 100%; text-align: center; } .c_portalResEbizads_banner-01001 .dot{ width: 20px; height: 20px; } .c_portalResEbizads_banner-01001 .swiper-pagination span{ display: inline-block; margin-right: 4px; } .c_portalResEbizads_banner-01001 .background_default{ display: inline-block; width: 27px; height: 27px; border-radius: 50%; margin: 0 5px; opacity: 0.8; cursor: pointer; } .c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img { transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; max-width: 100%; width: 100%; /*height: 150px !important;*/ } .c_portalResEbizads_banner-01001 .background_default{ width: 17px; height: 17px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ display: none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ display: none; } } @media only screen and (min-width: 769px){/*澶у睆*/ #c_portalResEbizads_banner-1577762055355{display:none;} .c_portalResEbizads_banner-01001 .p_prompt{ width: auto; height: auto; text-align: center; background-color: inherit; font-size: 16px; border:1px solid #E4E4E4; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title{ display: inline-table; padding: 0 30px; height: 100%; min-height: 260px; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .iconfont:before { content: ""; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first{ height: auto; display: table-cell; font-size: 36px; margin-right: 10px; position: relative; color: #09bb07; vertical-align: middle; padding: 0 10px 10px 0; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .first:before{ content: "\e6b4"; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title{ font-size: 24px; text-align: left; color: rgba(51,51,51,1); font-weight: bold; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_title .font{ display: table-cell; line-height: normal; vertical-align: middle; } .c_portalResEbizads_banner-01001 .p_prompt .promptbox{ width: auto; height: 100%; } .c_portalResEbizads_banner-01001 .p_prompt .prompt_content { font-size: 18px; color: rgba(105, 105, 105,1); padding-left: 65px; } /*鍒楄〃缂╃暐鍥惧垏鎹�1*/ .c_portalResEbizads_banner-01001 .p_SwitchBtnD{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:56px; color:#e2e2e2; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before{ content: '\e687'; display: inline-block; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .font{ display:table; width:inherit; height:inherit; pointer-events:none; }/*鍒楄〃缂╃暐鍥惧垏鎹�1*/ .c_portalResEbizads_banner-01001 .p_SwitchBtnC{ display:inline-block; vertical-align:middle; cursor:pointer; font-size:56px; color:#e2e2e2; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont:before{ content: '\e687'; display: inline-block; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .font{ display:table; width:inherit; height:inherit; pointer-events:none; }/*搴忓彿鍥剧墖缁勭*/ .c_portalResEbizads_banner-01001 .p_ListNumBtn{ display:inline-table; height:30px; width:30px; background-color:#67b8b4; border-width:1px; border-color:transparent; color:#999999; font-size: 12px; font-family:'Microsoft YaHei'; } .c_portalResEbizads_banner-01001 .p_ListNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_ListNumBtn .shape{ display:table-cell; width:inherit; height:inherit; text-align:center; vertical-align:middle; } .c_portalResEbizads_banner-01001 .p_ListNumBtn:active { color:rgba(255,255,255,1); } .c_portalResEbizads_banner-01001 .p_ListNumBtn.active { color:rgba(255,255,255,1); } .c_portalResEbizads_banner-01001 .p_ListNumBtn.j-nav-active { color:rgba(255,255,255,1); } /*鏂瑰舰鍥剧墖缁勭*/ .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ display:inline-block; height:10px; width:100px; padding:0; background-color:#f2f2f2; border-width:1px; border-color:transparent; font-size: 12px; font-family:'Microsoft YaHei'; text-align:center; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn .shape{ text-indent:-9999em; width:inherit; height:inherit; vertical-align:middle; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn:active { background-color:#67b8b4; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn.active { background-color:#67b8b4; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn.j-nav-active { background-color:#67b8b4; } /*鍦嗗瀷鍥剧墖缁勭*/ .c_portalResEbizads_banner-01001 .p_CircleNumBtn{ width:15px; height:15px; display: inline-table; background-color:rgba(228,228,228,1); color:rgba(153,153,153,1); font-size: 12px; border-radius: 10px; -moz-border-radius: 10px; text-align: center; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn img{ display:none; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn .shape{ width:inherit; height:inherit; text-indent: -99999px; display: table-cell; vertical-align: middle; border-radius: inherit; -moz-border-radius: inherit; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn:active { background-color:rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn.active { background-color:rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn.j-nav-active { background-color:rgba(105,192,188,1); } /*閫氱敤鍥剧墖缁勭*/ .c_portalResEbizads_banner-01001 .p_NumBtn{ width:150px; height:66px; border-color:rgba(242,242,242,1); border-width:2px; border-style:solid; } .c_portalResEbizads_banner-01001 .p_NumBtn .shape{ display:none; } .c_portalResEbizads_banner-01001 .p_NumBtn:active{ border-color:rgba(103,184,180,1); } .c_portalResEbizads_banner-01001 .p_NumBtn.active{ border-color:rgba(103,184,180,1); } /*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*鍥鹃泦椤垫瑕佷俊鎭�*/ .c_portalResEbizads_banner-01001 .p_ImgSummary{ text-align:justify; vertical-align:top; word-break:break-all; }/*鍥鹃泦鏍囬*/ .c_portalResEbizads_banner-01001 .p_ImgHead{ display:inline-table; margin:0; padding:0; color:#323232; font-size:30px; font-weight:400; text-align:left; white-space:nowrap; overflow:visible; } .c_portalResEbizads_banner-01001 .p_ImgHead .font{ display:table-cell; vertical-align:top; line-height: 30px; } .c_portalResEbizads_banner-01001 .p_ImgHead .iconfont:before{ content:""; }/*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_TitleBox{ width: inherit; height: auto; overflow: hidden; } /*閾炬帴鍏冪礌*/ /*鍥鹃泦鍥剧墖璇存槑瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_SummaryBox{ width: inherit; height: auto; border-width:1px; border-style:none; border-color:rgba(228,228,228,0); background-color:rgba(179, 179, 179,1); overflow: visible; } /*绾浘鏍囧垏鎹㈡寜閽�*/ .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ background:rgba(81,80,80,.3); width:64px; height:139px; cursor:pointer; text-align:center; color:rgba(255,255,255,1); font-size:40px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .font{ display:table; width:inherit; height:inherit; /*background-color:rgba(202,202,202,.3);*/ pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont{ display: table-cell; vertical-align: middle; position: relative; top: 3px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB:hover{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(115,115,115,.7); color:rgba(106,192,189,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnB:active{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(81,80,80,.7); }/*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_interactionB{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*绾浘鏍囧垏鎹㈡寜閽�*/ .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ background:rgba(81,80,80,.3); width:64px; height:139px; cursor:pointer; text-align:center; color:rgba(255,255,255,1); font-size:40px; z-index: 999; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .font{ display:table; width:inherit; height:inherit; /*background-color:rgba(202,202,202,.3);*/ pointer-events:none; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont{ display: table-cell; vertical-align: middle; position: relative; top: 3px; right: 4px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA:hover{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(115,115,115,.7); color:rgba(106,192,189,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnA:active{ border-width: 0; border-style: solid; border-color:rgba(255,255,255,0); background-color:rgba(81,80,80,.7); }/*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_interactionA{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_interactionA + .p_interactionA { left: initial; right: 0; } /*澶氬浘缁勫ぇ鍥捐竟妗�*/ .c_portalResEbizads_banner-01001 .p_imageA{ width: auto; height: auto; overflow: hidden; } /*閾炬帴鍏冪礌*/ /*閫氱敤瀹瑰櫒*/ .c_portalResEbizads_banner-01001 .p_images{ width: inherit; height: auto; background-color: transparent; overflow: hidden; } /*涓昏鍐呭鍖哄鍣�*/ .c_portalResEbizads_banner-01001 .p_banner{ width: inherit; height:auto; border-width:1px; border-style:none; border-color:rgba(255, 255, 255,1); background-color:transparent; overflow: visible; } .c_portalResEbizads_banner-01001{ min-width: 300px; overflow:auto; } .c_portalResEbizads_banner-01001 .p_banner{ width:100%; height:100%; background-color: transparent; } .c_portalResEbizads_banner-01001 .p_images{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_interactionA{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_interactionB{ width:auto; height:auto; } .c_portalResEbizads_banner-01001 .p_TitleBox{ border-width: 0; } .c_portalResEbizads_banner-01001 .p_TitleBoxA{ width:auto; height:auto; border-width: 0; background-color: transparent; } .c_portalResEbizads_banner-01001 .c_banner{ width:inherit; height:inherit; } .c_portalResEbizads_banner-01001 .p_images{ width:inherit; height:inherit; box-sizing:border-box; -moz-box-sizing:border-box; } .c_portalResEbizads_banner-01001 .p_LinkA{ width:inherit; height:inherit; display: block; position: relative; } .c_portalResEbizads_banner-01001 .p_imageA{ vertical-align:baseline; text-align:center; width:inherit; height:inherit; } .c_portalResEbizads_banner-01001 .p_imageA:hover{ background-color:transparent; } .c_portalResEbizads_banner-01001 .p_imageA:hover:after{ background-color:transparent; } .c_portalResEbizads_banner-01001 .p_interactionA{ cursor: pointer; left: 0; height: 100%; position: absolute; top: 0; z-index:99; overflow:visible; } .c_portalResEbizads_banner-01001 .p_interactionB{ cursor: pointer; right: 0; height:100%; position: absolute; top: 0; z-index: 99; overflow:visible; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA{ position: absolute; top: 50%; margin-top: -37px; padding-top: 10px; color:rgb(187, 182, 182); left: 0; width:33px; height:64px; background-color: rgba(0,0,0,0.5); z-index: 999; } .c_portalResEbizads_banner-01001 .p_SwitchBtnA .iconfont:before{ font-size: 30px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnB{ position: absolute; top: 50%; margin-top: -37px; right: 0; width:33px; height:64px; background-color: rgba(0,0,0,0.5); z-index: 999; padding-top: 10px; color:rgb(187, 182, 182); } .c_portalResEbizads_banner-01001 .p_SwitchBtnB .iconfont:before{ font-size: 30px; } .c_portalResEbizads_banner-01001 .p_SummaryBox{ width:100%; position:absolute; bottom:0; left:0; z-index:5; height:70px; background-color: transparent; display: none; } .c_portalResEbizads_banner-01001 .p_SummaryBox:hover{ background-color: transparent; } .c_portalResEbizads_banner-01001 .p_SummaryBox .p_LinkB{ display: block; background-color: rgba(0,0,0,0.5); } .c_portalResEbizads_banner-01001 .p_TitleBox { width: 100%; height: auto; height: 80px; padding: 10px; position: absolute; bottom: 0; left: 0; z-index: 999; font-weight: bold; } .c_portalResEbizads_banner-01001 .p_LinkA .p_TitleBox span{ display: block; height: 25px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-top: 15px; } .c_portalResEbizads_banner-01001 .p_LinkA:hover .p_TitleBox span { color: #fff; } .c_portalResEbizads_banner-01001 .p_TitleBoxA{ width:100%; height:inherit; padding-left:20px; padding-right:20px; } .c_portalResEbizads_banner-01001 .p_ImgHead{ padding-top:10px; padding-bottom:12px; font-size: 30px; font-weight: normal; font-family: "榛戜綋"; color: #fff; white-space: normal; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox{ position:absolute; text-align:center; font-size:0; z-index:6; overflow:hidden; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_ThumbnailBoxA{ padding-right: 30px; padding-left: 30px; width: 100%; position: absolute; right: 0; bottom: 0; text-align: right; font-size: 0; z-index: 6; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_ThumbnailBox .p_NumBtn:first-child{ margin-left: 0; } .c_portalResEbizads_banner-01001 .p_NumBtn{ margin-right:6px; font-size:0; width: 90px; height: auto; display: inline-block; overflow: hidden; } .c_portalResEbizads_banner-01001 .p_CircleNumBtn{ margin-left:10px; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ margin-left:10px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC{ position:absolute; top: 50%; left: 0; cursor: pointer; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_SwitchBtnD{ position:absolute; top: 50%; right: 0; cursor: pointer; -webkit-transform:translate(0,-50%); transform:translate(0,-50%); } .c_portalResEbizads_banner-01001 .p_CircleNumBtn, .c_portalResEbizads_banner-01001 .p_SquareNumBtn, .c_portalResEbizads_banner-01001 .p_ListNumBtn{ margin-top:20px; margin-bottom:20px; } .c_portalResEbizads_banner-01001 .p_SquareNumBtn{ width:98px; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont:before{ content: "\e6ae"; font-size: 30px; } .c_portalResEbizads_banner-01001 .p_ImgSummary{ font-weight: normal; white-space: normal; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC .iconfont{ font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; } .c_portalResEbizads_banner-01001 .p_SwitchBtnD .iconfont{ font-size: 30px; color: rgba(255,255,255,.6); display: table-cell; } .c_portalResEbizads_banner-01001 .p_SwitchBtnC:hover .iconfont { color: rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_SwitchBtnD:hover .iconfont { color: rgba(105,192,188,1); } .c_portalResEbizads_banner-01001 .p_NumBtn:hover{ border-color: rgba(103,184,180,1); } /*缂╃暐鍥炬彃浠舵牱寮�*/ .c_portalResEbizads_banner-01001 .swiper-container { margin: 0 auto; position: relative; overflow: hidden; /* Fix of Webkit flickering */ z-index: 1; height: 100%; } .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); } .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; } .c_portalResEbizads_banner-01001 .p_MatteIcon:before{content:'\e752';} .c_portalResEbizads_banner-01001 .widther img{ width: auto!important; } .c_portalResEbizads_banner-01001 .swiper-pagination { position: absolute; z-index: 20; bottom: 80px; width: 100%; text-align: center; } .c_portalResEbizads_banner-01001 .swiper-pagination span{ display: inline-block; margin-right: 4px; } .c_portalResEbizads_banner-01001 .background_default{ display: inline-block; width: 27px; height: 27px; border-radius: 50%; margin: 0 5px; opacity: 0.8; cursor: pointer; } .c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img { transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; max-width: 100%; width: 100%; /*height: 448.83px !important;*/ } } @media only screen and (max-width: 1024px) and (min-width: 769px){/*涓睆*/ }.w_carouselbox-001{ width:100%; min-height:400px; margin: 0 auto; } #w_fimg-1570525101604{overflow:hidden;} #w_fimg-1570525154425{overflow:hidden;} #w_fimg-1570525158391{overflow:hidden;} #w_fimg-1569325303072{overflow:hidden;} .w_carouselbox-001 .w_carouselbox{ width: 100%; height: auto; min-height: inherit; position: relative; text-align: center; overflow: hidden; } .w_carouselbox-001 .w_carouselbox > .toLeft, .w_carouselbox-001 .w_carouselbox > .toRight{ width: 38px; height: 38px; position: absolute; top: 50%; transform: translateY(-50%); border-radius: 50%; cursor: pointer; z-index: 1; } .w_carouselbox-001 .w_carouselbox > .toLeft{ left: 20px; background-color: rgba(152, 152, 152, 0.5); color: #fff; } .w_carouselbox-001 .w_carouselbox > .toLeft:before{ content: '\e6b0'; font-size: 14px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .w_carouselbox-001 .w_carouselbox > .toLeft:hover{ background-color: rgba(91, 112, 136,.4); } .w_carouselbox-001 .w_carouselbox > .toLeft:active{ background-color: rgba(91, 112, 136,.6); } .w_carouselbox-001 .w_carouselbox > .toRight{ right: 20px; color: #fff; background-color: rgba(152, 152, 152, 0.5); } .w_carouselbox-001 .w_carouselbox > .toRight:hover{ background-color: rgba(91, 112, 136,.4); } .w_carouselbox-001 .w_carouselbox > .toRight:active{ background-color: rgba(91, 112, 136,.6); } .w_carouselbox-001 .w_carouselbox > .toRight:before{ content: '\e6af'; font-size: 14px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .w_carouselbox-001 .w_carouselbox > .p_SwipPanelBox{ width: auto; height: 21px; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); background: rgba(0,0,0,0.30); border-radius: 10px; padding: 0 10px; font-size: 0; display: inline-block; background-size: 100% auto; background-repeat: no-repeat; background-position: center; z-index: 1; } .w_carouselbox-001 .w_carouselbox > .p_SwipPanelBox:before{ content: ""; width: 0; height: 100%; display: inline-block; vertical-align: middle; } .w_carouselbox-001 .w_carouselbox > .p_SwipPanelBox .p_SwipPanel{ width: 12px; height: 12px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-right: 8px; background-color: #726D64; cursor: pointer; } .w_carouselbox-001 .w_carouselbox > .p_SwipPanelBox .p_SwipPanel.current{ background-color: #fff; } .w_carouselbox-001 .w_carouselbox > .p_SwipPanelBox .p_SwipPanel:last-child{ margin-right: 0 !important; } .w_carouselbox-001 .w_carouselbox > .p_carouselbox{ width: auto; height: auto; min-height: inherit; white-space: nowrap; overflow: hidden; font-size: 0; position: absolute; top: 0; left: 0; } .w_carouselbox-001 .w_carouselbox > .p_carouselbox > .p_carouselChild { width: 100%; height: auto; min-height: inherit; display: inline-block; background-repeat: no-repeat; background-position: center; background-size: 100% auto; vertical-align: top; overflow: hidden; white-space: normal; }.w_grid-001{ margin-left: auto; margin-right: auto; max-width: 1180px; min-height: 12rem; width: 100%; } .w_grid-001 > .w_grid{ width: 100%; position: relative; } .w_grid-001 > div > .p_gridbox{ width: 100%; overflow: hidden; position: static; } .w_grid-001 > div > .p_gridbox > .p_gridCell{ float: left; position: static; } .w_grid-001 > div > .p_gridbox > .p_gridCell:not(:empty):before{ content:''; height: 0.1px; display: block; } .w_grid-001 > div > .p_gridbox > .p_gridCell:first-child{ margin-left: 0; clear: left; } #w_grid-001 > div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left: 0; clear: left; } @media only screen and (max-width: 768px){ .w_grid-001 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (min-width: 769px){ .w_grid-001 > div > .p_gridbox > .p_gridCell{ width: 49.5%; margin-left: 1%; margin-top: 0.6rem; margin-bottom: 0.6rem; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ }.w_grid-000{ margin-left: auto; margin-right: auto; min-height: 12rem; width: 100%; } .w_grid-000 > .w_grid{ width: 100%; position: relative; } .w_grid-000 > div > .p_gridbox{ width: 100%;  position: static; } .w_grid-000 > div > div > .p_gridCell{ float: left; position: static; } .w_grid-000 > div > div > .p_gridCell:not(:empty):before{ content:''; height: 0.1px; display: block; } .w_grid-000 > .w_grid.signal{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox{ min-height: inherit; } .w_grid-000 > .w_grid.signal > .p_gridbox > .p_gridCell{ min-height: inherit; } .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ margin-left: 0; clear: left; } #w_grid-000 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left: 0; clear: left; } @media only screen and (max-width: 768px){ .w_grid-000 > div > .p_gridbox > .p_gridCell{ width: 100%; margin-left: 0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (min-width: 769px){ .w_grid-000 > div > .p_gridbox > .p_gridCell:first-child{ width: 100%; margin-left:0; margin-top: 0rem; margin-bottom: 0rem; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ }/*娴佸紡鎸夐挳-001*/ .w_fbtn-001{ display: block; width: 100%; height: 100%; max-width:150px; min-height:36px; max-height:0; text-align: center; margin: 0 auto; font-size: 0; } .w_fbtn-001 .p_CommonBtn{ width: 100%; height: inherit; padding:0; } .w_fbtn-001 .p_CommonBtn .font{ text-align: center; display: inline-block; vertical-align: middle; width: 100%; font-size: 14px; height: auto; } .w_fbtn-001 .animated{ width:100%; height:100%; min-height: inherit; } .w_fbtn-001 .p_link{ min-height: inherit; display: block; } .w_fbtn-001 .p_CommonBtn{ border-style: solid; } .w_fbtn-001 .p_CommonBtn{ width: 100%; height:36px; color:rgba(255,255,255,1); border-width: 1px; border-style: none; border-color:transparent; background-color:rgba(255, 102, 0, 1); padding-top:0; padding-right:20px; padding-left:20px; text-align: center; min-height: inherit; } .w_fbtn-001 .p_CommonBtn:before{ content: ''; width: 0; height: 100%; display: inline-block; vertical-align: middle; }.c_portalResNews_list-01001{ min-width: 320px; width: 100%; } .c_portalResNews_list-01001 .p_PromptNoneData { width: auto; text-align: center } .c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .iconfont:before { content: "" } .c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .first { height: auto; display: table-cell; position: relative; vertical-align: middle; padding: 0 10px 5px 0; } .c_portalResNews_list-01001 .p_PromptNoneData .prompt_title { display: inline-table; padding: 0 30px; min-height: 200px; height: 100% } .c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .first:before { content: "\e6b4" } .c_portalResNews_list-01001 .p_PromptNoneData .prompt_title .font { display: table-cell; vertical-align: middle; text-align: left } .c_portalResNews_list-01001 .p_PromptNoneData .promptbox { width: auto; height: 100% } .c_portalResNews_list-01001 .p_PromptNoneData .prompt_content { padding-left: 65px } /*寮曞鐭繛鎺�*/ .c_portalResNews_list-01001 .p_moreBtn { position: static; width: auto; display: inline-table; min-height: 29px; margin: 0; padding-bottom: 5px; padding-left: 10px; padding-right: 10px; padding-top: 5px; min-width: 86px; cursor: pointer; text-align: center } .c_portalResNews_list-01001 .p_moreBtn .font { white-space: nowrap; overflow: visible; vertical-align: middle } .c_portalResNews_list-01001 .p_moreBtn .iconfont:before { content: "" } @-moz-keyframes three-quarters-loader { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes three-quarters-loader { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes three-quarters-loader { 0% { -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .loading_animation { -moz-animation: three-quarters-loader 850ms infinite linear; -webkit-animation: three-quarters-loader 850ms infinite linear; animation: three-quarters-loader 850ms infinite linear; box-sizing: border-box; display: inline-block; position: relative; overflow: hidden; text-indent: -9999px; width: 32px; height: 32px; vertical-align: middle } .c_portalResNews_list-01001 .p_loading { width: 100%; height: 70px; line-height: 70px; text-align: center; } .c_portalResNews_list-01001 .p_loading .iconfont:before { content: "" } .c_portalResNews_list-01001 .p_loading .font { display: inline-block; margin-left: 20px; height: inherit } /*鏃犳晥鏋�/鍒嗙粍*/ .c_portalResNews_list-01001 .p_moreBox { margin: 0 20px; width: auto; height: auto; padding: 0; overflow: hidden } /*寮曞鐭繛鎺� 鏌ョ湅璇︽儏 */ .c_portalResNews_list-01001 .p_ToDetail { display: inline-block; margin: 0; padding: 5px 10px; min-width: 86px; text-align: center; white-space: nowrap; vertical-align: middle; } a>.c_portalResNews_list-01001 .p_ToDetail:hover { cursor: pointer } /*姒傝淇℃伅*/ .c_portalResNews_list-01001 .p_SummaryBox { margin: 0; width: 236px; height: 317px; padding: 0; overflow: hidden } .c_portalResNews_list-01001 .p_summary { text-align: left; vertical-align: top; word-break: break-all } /*杈呭姪瀛楁鍊�*/ .c_portalResNews_list-01001 .p_time { display: inline-block; margin: 0; padding: 0 5px 0 0; vertical-align: middle; text-align: left; white-space: nowrap; overflow: visible; line-height: 18px; vertical-align: top } /* 浜掑姩淇℃伅 */ .c_portalResNews_list-01001 .p_assist { margin: 0; width: 236px; height: 317px; padding: 0; overflow: hidden } /*姒傝鍒楄〃鏍囬*/ .c_portalResNews_list-01001 .p_TitleBox { width: auto; height: auto; padding:5px 0; overflow: hidden; vertical-align: top; } .c_portalResNews_list-01001 .p_title { display: inline-table; width: 100%; margin: 0; padding: 0; text-align: left; cursor: pointer; overflow: hidden; text-overflow: ellipsis; } /*鍒楄〃搴忓鍣�*/ .c_portalResNews_list-01001 .p_header { margin: 5px 0 0; width: auto; height: auto; padding: 0; overflow: hidden; } /*鏃犳晥鏋�/鍒嗙粍*/ .c_portalResNews_list-01001 .p_content { margin: 0; width: 236px; height: 317px; padding: 0; overflow: hidden } /*璧勮鍒楄〃瀹瑰櫒*/ .c_portalResNews_list-01001 .p_images { margin: 0; width: 168px; height: 138px; padding: 0; overflow: hidden; float: left; box-sizing: border-box; -moz-box-sizing: border-box; position: relative; vertical-align: middle; text-align: center; margin-right: 15px } /*琛屽垪琛ㄥ鍣�*/ .c_portalResNews_list-01001 .p_articles { margin: 0; width: inherit; height: 186px; padding: 0; } /*閫氱敤瀹瑰櫒*/ .c_portalResNews_list-01001 .p_news { margin: 0; width: inherit; height: auto; padding: 0; overflow: hidden; } /*涓昏鍐呭鍖哄鍣�*/ .c_portalResNews_list-01001 .p_Newslist { margin: 0; padding: 0; overflow: hidden; } .c_portalResNews_list-01001 { overflow: hidden; } .c_portalResNews_list-01001 .p_content { width: auto; height: auto; vertical-align: top } .c_portalResNews_list-01001 .p_SummaryBox { width: auto; height: auto; } .c_portalResNews_list-01001 .p_assist { width: auto; height: auto; } /*瑕嗙洊闃舵缁撴潫*/ /*鏀逛负inline-block*/ .c_portalResNews_list-01001 .p_icon { display: inline-block; vertical-align: middle; margin-top: 2px } .c_portalResNews_list-01001 .p_about { display: inline-block; vertical-align: middle } /*end*/ /*缁勪欢鏍峰紡寮€濮�*/ .c_portalResNews_list-01001 .p_articles { display: inline-block; height: auto; min-width: 320px; width: calc((100% - 0px)/1); padding: 15px 20px; overflow: hidden; float: left; } .c_portalResNews_list-01001 .p_thumbnail { width: 100%; height: auto; vertical-align: middle; text-align: center; overflow: hidden } .c_portalResNews_list-01001 .p_thumbnail img { width:100%;} .c_portalResNews_list-01001 .higher .p_thumbnail { position: absolute; height: 100% } .c_portalResNews_list-01001 .widther .p_thumbnail { position: absolute; height: 100% } .c_portalResNews_list-01001 .smaller .p_thumbnail { position: absolute; height: 100% } .c_portalResNews_list-01001 .p_assist { margin-top: 2px; } .c_portalResNews_list-01001 .p_SummaryBox { clear: both; margin-bottom: 10px; margin-top: 8px } .c_portalResNews_list-01001 .p_ToDetail { float: right; position: relative } .c_portalResNews_list-01001 .p_summary { white-space: normal } .c_portalResNews_list-01001 .p_categorySummaryBox{ overflow: hidden; padding: 10px; } .c_portalResNews_list-01001 article{ word-wrap: break-word !important; word-break: normal !important; } @media only screen and (max-width: 768px) { .c_portalResNews_list-01001 .p_articles{ margin-top: 10px !important; width: 83% !important; } .c_portalResNews_list-01001 .mp_linkUrl{ display: block; height: auto; } .c_portalResNews_list-01001 .p_SummaryBox{ display: none; } .c_portalResNews_list-01001 .p_ToDetail{ display: none !important; } .c_portalResNews_list-01001 .mP_SummaryBox{ clear: both; } .c_portalResNews_list-01001 .p_Information{ display: flex; padding: 10px 0; } .c_portalResNews_list-01001 .p_Information li{ flex: 1; height: 20px; overflow: hidden; } .c_portalResNews_list-01001 .p_KeyWord{ width: 100%; margin-top: 5px; } .c_portalResNews_list-01001 .p_KeyWord .p_tag{ padding: 5px 15px; margin-right: 10px; border-radius: 3px; } .c_portalResNews_list-01001 .blank{ width: 100%; height: 15px; overflow: hidden; background: none; } .c_portalResNews_list-01001 .p_articles{border: none} } @media only screen and (min-width: 769px) { .c_portalResNews_list-01001 .mp_linkUrl{ display: none; } .c_portalResNews_list-01001 .mP_SummaryBox{ display: none; } .c_portalResNews_list-01001 .p_Information{ display: none; } .c_portalResNews_list-01001 .p_KeyWord{ display: none; } .c_portalResNews_list-01001 .blank{display: none;} } @media only screen and (max-width: 1024px) and (min-width: 769px) { }@CHARSET "UTF-8"; *{ padding: 0; margin: 0; } .pagebox{ width: 100%; }/*page property_start*/.pagebox,#-remove--flag{width:100%;margin:0px auto;}/*page property_end*//*page property_start*/body,#-remove--flag{}/*page property_end*/ #c_portalResPublic_codeContainer-15698219055052258{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:241px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:2%; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-15698227990459526{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:150px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #c_portalResProduct_category-15705035140526276 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResProduct_category-15705035140526276 >div{ animation-fill-mode:both; } #c_portalResProduct_category-15705035140526276 .proCateBox{ padding:22px 0; } #c_portalResProduct_category-15705035140526276 .container{ position:relative; padding:0 50px 30px; } #c_portalResProduct_category-15705035140526276 .box{ width:100%; height:auto; overflow:hidden; transition:all .5s ease; } #c_portalResProduct_category-15705035140526276 .cate-pic-box{ position:relative; overflow:hidden; width:100%; height:0px; padding-bottom:75%; } #c_portalResProduct_category-15705035140526276 .cate-pic{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height:100%; } #c_portalResProduct_category-15705035140526276 .swiper-button{ position:absolute; top:50%; transform:translateY(-50%); cursor:pointer; } #c_portalResProduct_category-15705035140526276 .swiper-button .iconfont{ display:flex; justify-content:center; align-items:center; font-size:40px; color:#fff; } #c_portalResProduct_category-15705035140526276 .btn-left9{ left:5px; } #c_portalResProduct_category-15705035140526276 .btn-right9{ right:5px; } #c_portalResProduct_category-15705035140526276 .content{ background:rgba(255,255,255,0.8); position:absolute; bottom:0px; left:0px; width:100%; padding:10px 0px; } #c_portalResProduct_category-15705035140526276 .title{ text-align:center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:15px; color:#333; } #c_portalResProduct_category-15705035140526276 .summary{ font-size:0.875rem; line-height:1.8; color:#333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } #c_portalResProduct_category-15705035140526276 .box:hover .content{ background:#0f3382; } #c_portalResProduct_category-15705035140526276 .box:hover .title{ color:#fff; } #c_portalResProduct_category-15705035140526276 .pagination-wyz9{ position:absolute; left:0px; display:none; bottom:0px; width:100%; text-align:center; } #c_portalResProduct_category-15705035140526276 .swiper-pagination-bullet{ margin:0 3px; display:inline-block; width:1rem; height:1rem; background-color:rgba(228,228,228,1); cursor:pointer; transition:all .5s ease; } #c_portalResProduct_category-15705035140526276 .swiper-pagination-bullet-active{ background-color:rgba(231, 120, 23, 1); } @media only screen and (max-width: 1024px) and (min-width: 769px){ #c_portalResProduct_category-15705035140526276 .container{ padding:0 40px 30px; } #c_portalResProduct_category-15705035140526276 .swiper-button .iconfont { font-size:30px; } } @media only screen and (max-width: 768px){ #c_portalResProduct_category-15705035140526276 .container{ padding:0 30px 30px; } #c_portalResProduct_category-15705035140526276 .swiper-button .iconfont { font-size:20px; } } #c_portalResProduct_category-15705035140526276{ width:100%; max-width:1300px; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #c_portalResEbizads_banner-15707724075685482{ width:auto; max-width:none; min-width:0px; height:0px; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-15708726927301377{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #c_portalResNews_list-15698246841956671 .p_articles{ width:calc((100% - 0px)/4); } #c_portalResNews_list-15698246841956671 .p_CommonSummaryBoxA{ text-align:center; } #c_portalResNews_list-15698246841956671 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResNews_list-15698246841956671 >div{ animation-fill-mode:both; } #c_portalResNews_list-15698246841956671 .newList{ max-width:1200px; margin:auto; } #c_portalResNews_list-15698246841956671 .list{ width:calc((100% - 20px)/2); height:0px; padding-bottom:13%; background-color:#f5f5f5; margin-bottom:20px; overflow:hidden; position:relative; } #c_portalResNews_list-15698246841956671 .contentBox{ position:absolute; top:18px; left:18px; right:18px; bottom:18px; display:flex; overflow:hidden; } #c_portalResNews_list-15698246841956671 .picBox{ width:33%; height:100%; overflow:hidden; } #c_portalResNews_list-15698246841956671 .pic{ width:100%; height:100%; } #c_portalResNews_list-15698246841956671 .content{ width:calc((100% - 43%)/1); margin-left:3%; padding-top:2%; } #c_portalResNews_list-15698246841956671 .titleLink{ width:100%; display:block; color:#262626; } #c_portalResNews_list-15698246841956671 .sumrry{ display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; text-overflow:ellipsis; color:#8c8c8c; margin-top:3%; } #c_portalResNews_list-15698246841956671 .time{ margin-top:6%; font-size:0.75rem; color:#8c8c8c; } @media only screen and (min-width: 1024px){ #c_portalResNews_list-15698246841956671 .list { float:left; } #c_portalResNews_list-15698246841956671 .list:not(:nth-child(2n)){ margin-right:20px; } #c_portalResNews_list-15698246841956671 .titleLink{ font-size: 1.125rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } #c_portalResNews_list-15698246841956671 .sumrry { -webkit-line-clamp: 2; font-size: 0.875rem; margin-top: 3%; } #c_portalResNews_list-15698246841956671 .title:hover .titleLink{ color:#058823; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #c_portalResNews_list-15698246841956671 .list { float:left; } #c_portalResNews_list-15698246841956671 .list:not(:nth-child(2n)){ margin-right:20px; } #c_portalResNews_list-15698246841956671 .titleLink{ font-size:1rem; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } #c_portalResNews_list-15698246841956671 .sumrry{ font-size:0.75rem; -webkit-line-clamp:1; } #c_portalResNews_list-15698246841956671 .contentBox { top: 14px; left: 12px; right: 12px; bottom: 14px; } #c_portalResNews_list-15698246841956671 .title:hover .titleLink{ color:#1890FF; } } @media only screen and (max-width: 768px){ #c_portalResNews_list-15698246841956671 .p_news{ padding:30px 0 ; } #c_portalResNews_list-15698246841956671 .list{ position:relative; width:100%; padding-bottom: 30%; background-color: #fff; border-bottom:1px solid #e8e8e8; margin-bottom:0; } #c_portalResNews_list-15698246841956671 .contentBox { position: absolute; left: 5%; top: 10%; right: 10%; } #c_portalResNews_list-15698246841956671 .titleLink { font-size:0.875rem; color: #262626; display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow:ellipsis; line-height: 130%; } #c_portalResNews_list-15698246841956671 .sumrry { display:none; } #c_portalResNews_list-15698246841956671 .title { height:50%; } #c_portalResNews_list-15698246841956671 .time { font-size: 0.75rem; color: #8c8c8c; } } #c_portalResNews_list-15698246841956671 .p_page .pre .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698246841956671 .p_page .next .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698246841956671 .p_more .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698246841956671 .p_loading .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698246841956671{ width:100%; max-width:none; min-width:320px; height:auto; max-height:none; min-height:0px; margin-top:2%; margin-left:0px; margin-right:0px; margin-bottom:2%; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-15711271341787156{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:300px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResNews_list-15698287853816674 .p_articles{ width:calc((100% - 0px)/1); padding:0px; } #c_portalResNews_list-15698287853816674 .p_CommonSummaryBoxA{ text-align:center; margin:0px; } #c_portalResNews_list-15698287853816674 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResNews_list-15698287853816674 >div{ animation-fill-mode:both; } #c_portalResNews_list-15698287853816674 .p_page .pre .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698287853816674 .p_page .next .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698287853816674 .p_more .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698287853816674 .p_loading .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698287853816674 .p_TitleBox{ float:left; width:70%; overflow:hidden; padding:0px; } #c_portalResNews_list-15698287853816674 .p_title{ color:#fff; font-size:14px; font-weight:normal; } #c_portalResNews_list-15698287853816674 .p_CommonSwitchBtnA{ font-size:16px; margin-top:7px; color:#fff; } #c_portalResNews_list-15698287853816674 .p_CommonSwitchBtnB{ font-size:16px; margin-top:7px; color:#fff; } #c_portalResNews_list-15698287853816674 .d_CommonInteractionA{ right:19px; left:auto; } #c_portalResNews_list-15698287853816674 .i_timer{ display:none; } #c_portalResNews_list-15698287853816674 .color_assist{ font-size:12px!important; color:#fff; } #c_portalResNews_list-15698287853816674 .lantern{ margin-left:0px!important; } #c_portalResNews_list-15698287853816674 .p_assist{ text-align:right; } #c_portalResNews_list-15698287853816674 .p_SummaryBox{ display:none; } #c_portalResNews_list-15698287853816674 .p_header{ margin:18px 0 0; } #c_portalResNews_list-15698287853816674 .p_hot .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698287853816674 .p_new .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15698287853816674{ width:100%; max-width:none; min-width:320px; height:auto; max-height:none; min-height:55px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } @media only screen and (max-width: 1250px) and (min-width: 992px){ } #w_popbox-1570670385055 .e_box001{ background-color:rgba(255, 255, 255, 1); } #w_popbox-1570670385055 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_popbox-1570670385055 .e_container{ background-color:rgba(255, 255, 255, 1); } #w_popbox-1570670385055{ width:80%; max-width:1400px; min-width:0px; height:auto; max-height:none; min-height:300px; margin-top:100px; margin-left:auto; margin-right:auto; margin-bottom:201px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-15776720464585861{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569839195256 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } /*w_grid-1569839195256*/ /*w_grid-1569839195256*/ /*w_grid-1569839195256*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569826408249 > div > .p_gridbox{ background-color:rgba(0, 0, 0, 0.52); } #w_grid-1569826408249 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1569826408249 >div{ animation-fill-mode:both; } #w_grid-1569826408249 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } /*w_grid-1569826408249*/ /*w_grid-1569826408249*/@media only screen and (min-width: 769px){ #w_grid-1569826408249> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1569826408249> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1569826408249> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } /*w_grid-1569826408249*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569826425474 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1569826425474 >div{ animation-fill-mode:both; } #w_grid-1569826425474 > div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; } /*w_grid-1569826425474*/ /*w_grid-1569826425474*/@media only screen and (min-width: 769px){ #w_grid-1569826425474> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0%; } #w_grid-1569826425474> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:97.2%; margin-left:0%; margin-right:0px; clear:none; } #w_grid-1569826425474> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; margin-right:0px; width:2.8000000000000003%; } #w_grid-1569826425474> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0px; } } /*w_grid-1569826425474*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569814051262 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } /*w_grid-1569814051262*/ /*w_grid-1569814051262*/ /*w_grid-1569814051262*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569814191105 > div > .p_gridbox{ background-color:rgba(248, 248, 248, 1); } #w_grid-1569814191105 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1569814191105 >div{ animation-fill-mode:both; } #w_grid-1569814191105 > div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; } /*w_grid-1569814191105*/ /*w_grid-1569814191105*/@media only screen and (min-width: 769px){ #w_grid-1569814191105> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1569814191105> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1569814191105> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } /*w_grid-1569814191105*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569820177751 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1569820177751 >div{ animation-fill-mode:both; } #w_grid-1569820177751 > div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; } /*w_grid-1569820177751*/ /*w_grid-1569820177751*/@media only screen and (min-width: 769px){ #w_grid-1569820177751> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0%; } #w_grid-1569820177751> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:50%; margin-left:0%; margin-right:0; clear:none; } #w_grid-1569820177751> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0; clear:left; margin-right:0; width:50%; } #w_grid-1569820177751> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0; } } /*w_grid-1569820177751*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_fimgbox-1569820408620 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fimgbox-1569820408620 >div{ animation-fill-mode:both; } #w_grid-1569821858435 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1569821858435 >div{ animation-fill-mode:both; } #w_grid-1569821858435 > div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; } /*w_grid-1569821858435*/ /*w_grid-1569821858435*/@media only screen and (min-width: 769px){ #w_grid-1569821858435> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0%; } #w_grid-1569821858435> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:50%; margin-left:0%; margin-right:0px; clear:none; } #w_grid-1569821858435> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; margin-right:0px; width:50%; } #w_grid-1569821858435> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0px; } } /*w_grid-1569821858435*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569814344813 > div > .p_gridbox{ background-image:url(/image/albg.jpg); background-attachment:fixed; } #w_grid-1569814344813 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1569814344813 >div{ animation-fill-mode:both; } #w_grid-1569814344813 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } /*w_grid-1569814344813*/ /*w_grid-1569814344813*/@media only screen and (min-width: 769px){ #w_grid-1569814344813> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1569814344813> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1569814344813> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } /*w_grid-1569814344813*/@media only screen and (max-width: 1024px) and (min-width: 769px){ #w_grid-1569814344813> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0; } #w_grid-1569814344813> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0; margin-right:0; clear:none; } #w_grid-1569814344813> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0; } } #w_grid-1570501083453 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } /*w_grid-1570501083453*/ /*w_grid-1570501083453*/ /*w_grid-1570501083453*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1570503517670 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } /*w_grid-1570503517670*/ /*w_grid-1570503517670*/ /*w_grid-1570503517670*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569823028877 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } /*w_grid-1569823028877*/ /*w_grid-1569823028877*/ /*w_grid-1569823028877*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_fbtn-1569824141503 .p_CommonBtn{ background-color:rgba(5, 136, 35, 1); border-radius:30px; } #w_fbtn-1569824141503 .p_CommonBtn:hover{ background-color:rgba(255, 255, 255, 1); } #w_fbtn-1569824141503 .p_CommonBtn:hover .font{ color:rgba(5, 136, 35, 1); } #w_fbtn-1569824141503 .p_CommonBtn:active{ background-color:rgba(255, 255, 255, 1); } #w_fbtn-1569824141503 .p_CommonBtn:active .font{ color:rgba(5, 136, 35, 1); } #w_fbtn-1569824141503 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fbtn-1569824141503 >div{ animation-fill-mode:both; } #w_fbtn-1569824141503 .p_link:active{ border-radius:36px; } #w_grid-1569814349765 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } /*w_grid-1569814349765*/ /*w_grid-1569814349765*/ /*w_grid-1569814349765*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1569823086562 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } /*w_grid-1569823086562*/ /*w_grid-1569823086562*/ /*w_grid-1569823086562*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_common_text-1569824613697 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_common_text-1569824613697 >div{ animation-fill-mode:both; } #w_fbtn-1569825253164 .p_CommonBtn{ background-color:rgba(5, 136, 35, 1); border-radius:30px; } #w_fbtn-1569825253164 .p_CommonBtn:hover{ background-color:rgb(27, 140, 46); } #w_fbtn-1569825253164 .p_CommonBtn:hover .font{ color:#fff; } #w_fbtn-1569825253164 .p_CommonBtn:active{ background-color:rgb(27, 140, 46); } #w_fbtn-1569825253164 .p_CommonBtn:active .font{ color:rgba(5, 136, 35, 1); } #w_fbtn-1569825253164 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_fbtn-1569825253164 >div{ animation-fill-mode:both; } #w_fbtn-1569825253164 .p_link:active{ border-radius:36px; } #w_grid-1569814352917 > div > .p_gridbox{ background-color:rgba(248, 248, 248, 1); } #w_grid-1569814352917 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1569814352917 >div{ animation-fill-mode:both; } #w_grid-1569814352917 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; } /*w_grid-1569814352917*/ /*w_grid-1569814352917*/@media only screen and (min-width: 769px){ #w_grid-1569814352917> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1569814352917> div > .p_gridbox > .p_gridCell:nth-child(1n+0){ width:100%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1569814352917> div > .p_gridbox > .p_gridCell:nth-child(1n){ margin-right:0px; } } /*w_grid-1569814352917*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1577671974517 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0; clear:left; } /*w_grid-1577671974517*/ /*w_grid-1577671974517*/ /*w_grid-1577671974517*/@media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_popbox-1570670392051 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1569839195256{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569826408249{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:58px; margin-top:-58px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569826425474{ width:100%; max-width:1200px; min-width:0px; height:auto; max-height:none; min-height:8px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fimg-1569826451267{ width:auto; max-width:24px; min-width:0px; height:auto; max-height:none; min-height:22px; margin-top:17px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569814051262{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; padding-top:3%; margin-left:auto; margin-right:auto; margin-bottom:0px; margin-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px;background-color: #fff; } #w_common_text-1569814078529{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569814191105{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:276px; margin-top:1%; margin-left:auto; margin-right:auto; margin-bottom:1%; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569820177751{ width:100%; max-width:1200px; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fimgbox-1569820408620{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:200px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569821858435{ width:100%; max-width:1200px; min-width:0px; height:auto; max-height:none; min-height:192px; padding-top:1%; margin-left:auto; margin-right:auto; padding-bottom:1%; margin-top:0px; padding-left:0px; padding-right:0px; margin-bottom:0px; } #w_grid-1569814344813{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:433px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1569822953160{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:3%; margin-left:0px; margin-right:0px; margin-bottom:1%; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1570501083453{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1570503517670{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569823028877{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fbtn-1569824141503{ width:100%; max-width:168px; min-width:0px; height:100%; max-height:0px; min-height:50px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:2%; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569814349765{ width:100%; max-width:1200px; min-width:0px; height:auto; max-height:none; min-height:462px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569823086562{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:506px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1569824613697{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:2%; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_fbtn-1569825253164{ width:100%; max-width:168px; min-width:0px; height:100%; max-height:0px; min-height:50px; margin-top:24px; margin-left:auto; margin-right:auto; margin-bottom:2%; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1569814352917{ width:100%; max-width:none; min-width:0px; height:auto; max-height:none; min-height:0px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_common_text-1569825613441{ width:auto; max-width:none; min-width:0px; height:auto; max-height:none; min-height:120px; margin-top:57.3594px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_grid-1577671974517{ width:95%; max-width:1200px; min-width:0px; height:auto; max-height:none; min-height:192px; margin-top:10px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #w_popbox-1570670392051{ width:100%; max-width:1000px; min-width:0px; height:auto; max-height:none; min-height:556px; margin-top:100px; margin-left:auto; margin-right:auto; margin-bottom:100px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-15707753653150615{ width:1000px; max-width:none; min-width:0px; height:auto; max-height:none; min-height:500px; margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; } #c_portalResPublic_codeContainer-15705007248260843 .i-banner ul li a .boxwen .tit1{ font-size:60px; line-height:1.5; overflow:hidden; color:#2fb43d; } #c_portalResPublic_codeContainer-15705007248260843 .i-banner .btn{ bottom:88px; } #c_portalResPublic_codeContainer-15705007248260843 .i-banner ul li a .boxwen .tit2{ font-size:40px; } #c_portalResPublic_codeContainer-15705007248260843 .i-banner{ height:calc(100vw / 2.3); } #c_portalResPublic_codeContainer-15705007248260843 #header .bocweb-fr .li.bocweb-en{ font-size:18px; color:#8b8b8b; transition:.5s ease; } #c_portalResPublic_codeContainer-15705007248260843 #header .bocweb-fr .li.bocweb-en:hover{ transition:.5s ease; color:#d32e28; } #c_portalResPublic_codeContainer-15705007248260843 .m-sousuoimg{ float:right; width:48px; height:48px; cursor:pointer; } #c_portalResPublic_codeContainer-15705007248260843 .pro_top .pro04 table{ width:100%; } #c_portalResPublic_codeContainer-15705007248260843 .application .application-tit .owl-prev{ width:50px; height:50px; overflow:hidden; background:url(../image/c10.png) no-repeat center; background-size:100%; position:absolute; left:0; top:0; bottom:0; margin:auto; text-indent:-999px; } #c_portalResPublic_codeContainer-15705007248260843 .application .application-tit .owl-next{ width:50px; height:50px; overflow:hidden; background:url(../image/c11.png) no-repeat center; background-size:100%; position:absolute; right:0; top:0; bottom:0; margin:auto; text-indent:-999px; } #c_portalResPublic_codeContainer-15705007248260843 .footer-bot .fb-left .li select::-ms-expand{ color:#fff; font-size:20px; padding:5px 9px; background:#666666; } #c_portalResPublic_codeContainer-15705007248260843 .pro_top .pro04 table tbody tr td{ padding-top:15px; padding-bottom:18px; box-sizing:border-box; } #c_portalResPublic_codeContainer-15705007248260843 .pro_top .pro04 table tr:nth-child(2n+1){ background:#f6f6f6; } #c_portalResPublic_codeContainer-15705007248260843 .m-sousuoimg img{ padding-top:9px; padding-left:9px; } #c_portalResPublic_codeContainer-15705007248260843 .i-banner li.video img{ opacity:0; } #c_portalResPublic_codeContainer-15705007248260843 #video-3{ min-width:130%; min-height:130%; margin:0; overflow:scroll; position:absolute; z-index:2; top:-15%; left:-15%; } #c_portalResPublic_codeContainer-15705007248260843 .video{ position:relative; background:#000; } #c_portalResPublic_codeContainer-15705007248260843 .i-banner ul li.video a .boxwen .tit2{ color:#ffffff; } #c_portalResPublic_codeContainer-15705007248260843 .i-banner ul li.video a .boxwen .more{ color:#ffffff; border-color:#ffffff; } #c_portalResPublic_codeContainer-15705007248260843 .i-banner ul li.video a .boxwen .more:hover{ border-color:#d53d30; } #c_portalResPublic_codeContainer-15705007248260843 #mbanner01 .li{ display:block; } #c_portalResPublic_codeContainer-15705007248260843 #mbanner01 .media{ position:relative; } #c_portalResPublic_codeContainer-15705007248260843 #mbanner01 .media #video-4{ position:absolute; width:100%; height:100%; top:0; bottom:0; margin:auto; } #c_portalResPublic_codeContainer-15705007248260843 #footer .footer-top .bocweb-footer-contact .contact .contact-top a{ color:#ffffff; } #c_portalResPublic_codeContainer-15705007248260843 .section .tit01{ transition:.3s; opacity:0; filter:alpha(opacity=0); transform:translateY(20px); } #c_portalResPublic_codeContainer-15705007248260843 .section .tit02{ transition:.3s; opacity:0; filter:alpha(opacity=0); transform:translateY(20px); } #c_portalResPublic_codeContainer-15705007248260843 .section.animate .tit01{ transition:.3s; opacity:1; filter:alpha(opacity=100); transform:translateY(0); } #c_portalResPublic_codeContainer-15705007248260843 .section.animate .tit02{ transition:all .5s linear; transform:translateY(0); transition-delay:.3s; opacity:1; filter:alpha(opacity=100); } #c_portalResPublic_codeContainer-15705007248260843 .wel_about .titul .li{ transition:.5s; opacity:0; filter:alpha(opacity=0); transform:translateY(60px); } #c_portalResPublic_codeContainer-15705007248260843 .wel_about .animate .titul .li{ transition:.5s ease; transform:translateY(0); opacity:1; filter:alpha(opacity=100); } #c_portalResPublic_codeContainer-15705007248260843 .wel_about .animate .titul .li:nth-child(1){ transition-delay:0s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_about .animate .titul .li:nth-child(2){ transition-delay:.2s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_about .animate .titul .li:nth-child(3){ transition-delay:.4s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_about .animate .titul .li:nth-child(4){ transition-delay:.6s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li{background:none; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product.animate .product-ul .li{ transition:.5s; transform:translateY(0); opacity:1; filter:alpha(opacity=100); } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li div{ transition:.5s; opacity:0; filter:alpha(opacity=0); transform:translateY(70px); } #c_portalResPublic_codeContainer-15705007248260843 .wel_product.animate .product-ul .li div{ transition:.5s; transform:translateY(0); opacity:1; filter:alpha(opacity=100); } #c_portalResPublic_codeContainer-15705007248260843 .wel_product.animate .product-ul .li:nth-child(1){ transition-delay:0s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product.animate .product-ul .li:nth-child(2){ transition-delay:.2s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product.animate .product-ul .li:nth-child(3){ transition-delay:.4s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product.animate .product-ul .li:nth-child(4){ transition-delay:.6s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_application .wen .more{ transition:1s; opacity:0; filter:alpha(opacity=0); transform:translateY(60px); } #c_portalResPublic_codeContainer-15705007248260843 .wel_application.animate .wen .more{ transition:1s; transform:translateY(0); opacity:1; filter:alpha(opacity=100); transition-delay:.3s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_application .wen:hover .more:after{ transition:1s; background:url(../image/k1.png) no-repeat center; background-size:100%; } #c_portalResPublic_codeContainer-15705007248260843 .wel_news .news-ul{ transition:1s; opacity:0; filter:alpha(opacity=0); transform:translateY(60px); } #c_portalResPublic_codeContainer-15705007248260843 .wel_news.animate .news-ul{ transition:1s; transform:translateY(0); opacity:1; filter:alpha(opacity=100); transition-delay:.3s; } #c_portalResPublic_codeContainer-15705007248260843 .mbanner01 .li{position:relative; } #c_portalResPublic_codeContainer-15705007248260843 .mbanner01 .li .boxwen{ text-align:center; height:121px; position:absolute; width:100%; top:0; bottom:0; margin:auto; line-height:1.5; z-index:2; } #c_portalResPublic_codeContainer-15705007248260843 .mbanner01 .li .boxwen .tit1{ font-size:24px; color:#cf001c; } #c_portalResPublic_codeContainer-15705007248260843 .mbanner01 .li .boxwen .tit2{ text-transform:uppercase; font-size:18px; color:#fff; font-family:Arial; margin-top:18px; margin-bottom:10px; } #c_portalResPublic_codeContainer-15705007248260843 .aboutbanner:before{ left:0; top:0; position:absolute; content:""; width:100%; height:100%; background:rgba(0,0,0,.2); } #c_portalResPublic_codeContainer-15705007248260843 .mbanner01 .li:before{ left:0; top:0; position:absolute; content:""; width:100%; height:100%; background:rgba(0,0,0,.1); } #c_portalResPublic_codeContainer-15705007248260843 .mbanner01 .li .boxwen .more{ color:#ffffff; border:1px solid #d53d30; font-size:13px; text-align:center; line-height:28px; height:28px; width:150px; margin:0 auto; background:#d53d30; } #c_portalResPublic_codeContainer-15705007248260843 .videu-box{ position:fixed; top:0; left:0; right:0; bottom:0; margin:auto; display:none; background:#000; z-index:10; } #c_portalResPublic_codeContainer-15705007248260843 .videu-box .cha{ width:25px; height:25px; background:url(../image/cha.png) no-repeat center; background-size:100%; position:absolute; right:20px; top:20px; z-index:12; } #c_portalResPublic_codeContainer-15705007248260843 .videu-box .box{ position:absolute; top:0; bottom:0; margin:auto; } #c_portalResPublic_codeContainer-15705007248260843 .pro_top .pro03 .pro03_ul .li .img:after{ position:absolute; content:""; top:0; left:0; width:100%; height:100%; background:rgba(226,226,226,.6); transition:1s opacity:1; } #c_portalResPublic_codeContainer-15705007248260843 .pro_top .pro03 .pro03_ul .li .img:hover:after{ opacity:0; transition:1s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li:nth-child(1){ transition-delay:0; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li:nth-child(2){ transition-delay:.2s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li:nth-child(3){ transition-delay:.4s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li:nth-child(4){ transition-delay:.6s; } #c_portalResPublic_codeContainer-15705007248260843 .pro_top .pro06.animate .ul .li .fr{ transition-delay:.4s; } @media screen and (max-width: 1024px){ #c_portalResPublic_codeContainer-15705007248260843 .wl-tit{ font-size: 15px; line-height: 60px; height:60px; margin-top:-60px; } #c_portalResPublic_codeContainer-15705007248260843 .aboutbanner.on .h2{s color:#ffffff; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .w-header{ z-index: 10; } #c_portalResPublic_codeContainer-15705007248260843 .hh-head{ height: 65px; font-size: 12px; padding: 5px 15px; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .sub-menu{ top:113px; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .sub-menu ul{ padding-bottom:180px; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .sub-menu{ overflow-y: auto; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .w-header.fixed + .sub-menu{ top:48px; } #c_portalResPublic_codeContainer-15705007248260843 .hh-head a img{ height: auto; } #c_portalResPublic_codeContainer-15705007248260843 .hh-head .tit{ width: 100px; float:left; } #c_portalResPublic_codeContainer-15705007248260843 .tit-swiper{ width: calc(100% - 106px); float:right; } #c_portalResPublic_codeContainer-15705007248260843 .pro08 .pro08_box2 .te-contact .li{ height:auto; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .sub-menu li.bg-language { border: none; margin-top: 60px; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .sub-menu li.bg-language span { margin-left: 5px; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .sub-menu li.bg-language a { color: #888; font-size: 15px; text-decoration: underline; } } @media screen and (max-width: 768px){ #c_portalResPublic_codeContainer-15705007248260843 .textmore{ color: #ffffff; background: #d32e28; border-color: #d32e28; } #c_portalResPublic_codeContainer-15705007248260843 .hh-head{ height:45px; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .sub-menu{ top:93px; } #c_portalResPublic_codeContainer-15705007248260843 .m-header .w-header.fixed + .sub-menu{ top:48px; } #c_portalResPublic_codeContainer-15705007248260843 .pro_top .pro04 table{ width:200%; } #c_portalResPublic_codeContainer-15705007248260843 .tablebox{ width:100%; padding:0 ; overflow-y:auto; } #c_portalResPublic_codeContainer-15705007248260843 .pro_top .pro04 table tbody tr td{ padding:3px 10px; } } #c_portalResPublic_codeContainer-15705007248260843 .section2{ opacity:0; filter:alpha(opacity=0); transform:translateY(45px); transition:opacity 1s ease,transform 1s ease; } #c_portalResPublic_codeContainer-15705007248260843 .section2.animate{ opacity:1; filter:alpha(opacity=100); transform:translateY(0); } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li.animate{ opacity:1; filter:alpha(opacity=100); transform:translateY(0); } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li.animate div{ opacity:1; filter:alpha(opacity=100); transform:translateY(0); } #c_portalResPublic_codeContainer-15705007248260843 .delay1{ transition-delay:.3s; } #c_portalResPublic_codeContainer-15705007248260843 .delay2{ transition-delay:.4s; } #c_portalResPublic_codeContainer-15705007248260843 .delay3{ transition-delay:.5s; } #c_portalResPublic_codeContainer-15705007248260843 .delay4{ transition-delay:.6s; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li .li01{ transition:.5s; -webkit-transform-style:preserve-3d; } #c_portalResPublic_codeContainer-15705007248260843 .wel_product .product-ul .li:hover .li01{ transition:.5s; transform:scale3d(1.05,1.05,1); -webkit-transform-style:preserve-3d; } #c_portalResPublic_codeContainer-15705007248260843{ max-height:none; padding-top:0px; padding-left:0px; padding-bottom:0px; min-height:500px; margin-right:0px; margin-left:0px; max-width:none; width:100%; margin-top:0px; margin-bottom:0px; min-width:0px; height:auto; padding-right:0px; }