.e_FlowCommonStyleBox-001{ background-color:rgba(255, 255, 255, 1); border-top-width:5px; width-and-width-uint:100%; width-uint:%; width:100%; border-top-color:rgba(0, 117, 193, 1); border-top-style:solid; height:auto; height-and-height-uint:auto; padding-top:80px; padding-right:40px; padding-bottom:80px; padding-left:40px; } .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{ background-color:#1890FF; width:auto; height:40px; } .e_FlowCommonStyleBox-001 .title_icon{ color:rgba(255,255,255,1); display:inline-block; vertical-align:middle; font-size:medium; line-height:40px; margin-right:10px; } .e_FlowCommonStyleBox-001 .title_icon::before{ content:""; } .e_FlowCommonStyleBox-001 .title_main{ overflow:hidden; max-width:600px; color:rgba(255,255,255,1); white-space:nowrap; font-weight:normal; display:inline-block; vertical-align:middle; font-size:16px; line-height:40px; text-overflow:ellipsis; } .e_FlowCommonStyleBox-001 .title_sub{ margin-left:10px; color:rgba(255,255,255,1); font-weight:normal; display:inline-block; vertical-align:middle; font-size:14px; line-height:40px; } .e_FlowCommonStyleBox-001 .stylebox_title{ background-color:#1890FF; white-space:nowrap; padding-left:15px; display:inline-block; vertical-align:bottom; width:auto; font-size:0px; padding-right:15px; height:inherit; } .e_FlowCommonStyleBox-001 .stylebox_link{ color:#666666; display:table; vertical-align:middle; font-size:14px; border-width:0px; float:right; height:inherit; margin-right:15px; } .e_FlowCommonStyleBox-001 .stylebox_link a{ color:inherit; display:table-cell; vertical-align:middle; } .e_FlowCommonStyleBox-001 .link_icon{ margin-left:5px; display:inline-block; } .e_FlowCommonStyleBox-001 .link_icon::before{ content:'\e6af'; } .e_FlowCommonStyleBox-001 .stylebox_top_line{ background-color:rgba(240,240,240,1); width-and-height:custom; } .e_FlowCommonStyleBox-001 .stylebox_content{ width-and-width-uint:100px; width-uint:%; width:100%; border-color:#f0f0f0; border-width:0px; border-style:solid; height:calc(100% - 48px); height-and-height-uint:calc(100% - 48px); } .e_FlowCommonStyleBox-001 .stylebox_bottom_line{ background-color:rgba(240,240,240,1); width-and-height:custom; } .e_SideMajorStyleBox-001{  width: 100%; height: auto; width-uint:%; }  .e_SideMajorStyleBox-001 .stylebox_link{ color: #666666; font-size: 14px; display: table; height: inherit; border-width: 0; float: right; vertical-align: middle; margin-right: 15px; } .e_SideMajorStyleBox-001 .stylebox_top{ width: auto; height: 40px; background-color: rgba(101, 190, 186, 1); } .e_SideMajorStyleBox-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_SideMajorStyleBox-001 .title_icon::before{ content: ""; } .e_SideMajorStyleBox-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_SideMajorStyleBox-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_SideMajorStyleBox-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_SideMajorStyleBox-001 .stylebox_link a{ color: inherit; display: table-cell; vertical-align: middle; } .e_SideMajorStyleBox-001 .link_icon{ display: inline-block; margin-left: 5px; } .e_SideMajorStyleBox-001 .link_icon::before{ content: '\e6af'; } .e_SideMajorStyleBox-001 .stylebox_top_line{ height: 1px; background-color: rgba(240,240,240,1); } .e_SideMajorStyleBox-001 .stylebox_content { border-style: solid; border-width: 1px; border-color: #f0f0f0; width: 100%; width-uint:%; } .e_SideMajorStyleBox-001 .stylebox_bottom_line{ height: 1px; background-color: rgba(240,240,240,1); }@media only screen and (max-width: 768px){ .cpnavbox{ display:none; } .iphone-fix{ display:block; } .iphone-fix { width: 100%; z-index: 9; background: #29408c; display: block; position: relative; } .iphone-fix span { color: #fff; display: block; text-align: center; font-size: 16px; height: 50px; line-height: 50px; cursor: pointer; } .iphone-fix span b { display: inline-block; margin-left: 5px; width: 8px; height: 6px; background: url(../image/rBQBHVz3RICEEyrsAAAAAJhrd1w542.png) center no-repeat; } .iphone-down { width: 100%; position: absolute; left: 0; display: none; top: 50px; background: #f9f9f9; } .iphone-down a { display: block; width: 100%;  font-size: 14px; text-align: center; padding: 15px; color: #666; position: relative; overflow: hidden; border: none !important; text-decoration:none; } .iphone-down a:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; z-index: 1; background-color: rgba(0,0,0,.05); -webkit-animation-duration: 0.7s; animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: ReturnToNormal; animation-name: ReturnToNormal; } @-webkit-keyframes ReturnToNormal { 0%{ -webkit-transform: scale(0.1,1); -ms-transform: scale(0.1,1); transform: translate: scale(0.1,1); } 100% { -webkit-transform: scaleX(1,1); -ms-transform: scale(1,1); transform: translate: scaleX(1,1); } } } @media only screen and (min-width: 769px) { .iphone-fix{ display:none; } .cpnavbox{  -webkit-transition: height 0.3s; transition: height 0.3s; } .cpnavbox ul li{ float:left; } .cpnavbox ul li a{ display:block; z-index: 1; padding: 0 40px; line-height:50px; position: relative; color: #333; font-size:16px; } .cpnavbox ul li a:before { content: ""; position: absolute; left: 0px; top: 0; width: 1px; height: 100%; display: block; background-color: rgba(0,0,0,.05); } .cpnavbox ul li a:hover{ color:#fff; } .cpnavbox ul li a:hover{  color: #29408c; } .cpnavbox ul li .light a{ background-color:#29408c; color: #fff; } .cpnavbox ul li .light a:after { content: ""; position: absolute; left: 50%; bottom: -10px; margin-left: -5px; width: 0; height: 0; border-width: 5px; border-color: #29408c transparent transparent ; border-style: dashed dashed dashed solid ; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent span{ color: #29408c !important; } @media only screen and (max-width: 768px){ .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent{ font-size: 0; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent{ display: inline-block; vertical-align: middle; position: relative; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .font{ display: inline-block; font-size: 14px; color: #666; height: 30px; line-height: 30px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .before:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .after:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb{ font-size: 14px; color: #65beba; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb{ display: inline-block; vertical-align: middle; position: relative; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font{ display: inline-block; line-height: 30px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a{ color: inherit; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox>a>.font{  } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox>a>.font:hover{ text-decoration: none; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font:hover{ text-decoration: underline; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb .before:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb .after:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover>a>.font:before{ content: "\200B"; display: block; height: 1px; background: #fff; width: 100%; width: calc(100% - 1px); position: absolute; bottom: -1px; left: 1px; z-index: 10; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover>a>.font{ border: 1px solid #65beba; border-bottom: 1px solid transparent; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after{ margin-right: 5px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after:before{ content: "\e69a"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover .after:before{ content: "\e69c"; } .e_title.c_portalResBreadcrumb_nav-01001.p_sortLink{ display:inline-block; padding:0; color:rgba(101, 190, 186,1); font-size:14px; text-align:left; } .e_title.c_portalResBreadcrumb_nav-01001.p_sortLink{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; } a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:active{ color:rgba(69, 165, 161,1); font-weight:400; } a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:active{ text-decoration:none; margin-top:0; } .e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink .iconfont:before{ display: inline-block; content:""; }  .c_portalResBreadcrumb_nav-01001 .p_content{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond{ font-size: 14px; color: #65beba; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond{ display: inline-block; vertical-align: middle; position: relative; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a>.font{ display: inline-block; line-height: 30px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a{ color: inherit; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox>a>.font{ border: 1px solid #e0f2f1; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox>a>.font:hover{ text-decoration: none; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a>.font:hover{ text-decoration: underline; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond .before:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond .after:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover>a>.font:before{ content: "\200B"; display: block; height: 1px; background: #fff; width: 100%; width: calc(100% - 1px); position: absolute; bottom: -1px; left: 1px; z-index: 10; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover>a>.font{ border: 1px solid #65beba; border-bottom: 1px solid transparent; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after{ margin-right: 5px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after:before{ content: "\e69a"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover .after:before{ content: "\e69c"; } .c_portalResBreadcrumb_nav-01001 .p_end{ display:inline-block; margin:0; padding:0; text-align:left; color:rgba(51,51,51,1); font-size:14px; font-weight:400; } .c_portalResBreadcrumb_nav-01001 .p_end .font{ white-space:nowrap; vertical-align:middle; text-align:inherit; line-height: 14px; } .c_portalResBreadcrumb_nav-01001 .p_end .iconfont:before{ display: inline-block; content:""; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst{ font-size: 14px; color: #65beba; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst{ display: inline-block; vertical-align: middle; position: relative; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font{ display: inline-block; line-height: 30px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a{ color: inherit; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox>a>.font{ border: 1px solid #e0f2f1; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox>a>.font:hover{ text-decoration: none; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font:hover{ text-decoration: underline; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .after:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover>a>.font:before{ content: "\200B"; display: block; height: 1px; background: #fff; width: 100%; width: calc(100% - 1px); position: absolute; bottom: -1px; left: 1px; z-index: 10; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover>a>.font{ border: 1px solid #65beba; border-bottom: 1px solid transparent; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after{ margin-right: 5px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after:before{ content: "\e69a"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover .after:before{ content: "\e69c"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_portalResBreadcrumb_nav-01001{ overflow: visible; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList{ width: auto; height: auto; overflow: visible; background-color: transparent; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList>a{ display: inline-block; } .c_portalResBreadcrumb_nav-01001 .p_CurrentBox{ color: #666; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before{ content: "\e68a"; } .c_portalResBreadcrumb_nav-01001 .p_content{ width: 240px; position: absolute; border: 1px solid #65beba; padding: 9px 7px 9px 7px; font-size: 0; display: none; height: auto; background: #fff; } .c_portalResBreadcrumb_nav-01001 .contentBox:hover .p_content{ display: block; } .c_portalResBreadcrumb_nav-01001 .p_sortLink{ color: #65beba; display: inline-block; margin: 9px 7px 9px 7px; cursor: pointer; font-size: 14px; } .c_portalResBreadcrumb_nav-01001 .p_sortLink .font{ line-height: 14px; font-weight: normal; } .c_portalResBreadcrumb_nav-01001 .p_sortLink:hover{ text-decoration: underline; font-weight: normal; } .c_portalResBreadcrumb_nav-01001 .p_sortLink.current{ color: #bcbcbc; } .c_portalResBreadcrumb_nav-01001 .p_sortLink.current:hover{ text-decoration: none; font-weight: normal; } .c_portalResBreadcrumb_nav-01001 .p_sortLink.current .font{ text-decoration: none; font-weight: normal; cursor: default; } .c_portalResBreadcrumb_nav-01001 .p_end{ margin-right: 6px; margin-left: 6px; vertical-align: middle; } } @media only screen and (min-width: 769px){ .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent{ font-size: 0; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent{ display: inline-block; vertical-align: middle; position: relative; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .font{ display: inline-block; font-size: 14px; color: #666; height: 30px; line-height: 30px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .before:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbCurrent .after:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb{ font-size: 14px; color: #65beba; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb{ display: inline-block; vertical-align: middle; position: relative; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font{ display: inline-block; line-height: 30px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a{ color: inherit; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox>a>.font{  } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox>a>.font:hover{ text-decoration: none; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb>a>.font:hover{ text-decoration: underline; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb .before:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb .after:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover>a>.font:before{ content: "\200B"; display: block; height: 1px; background: #fff; width: 100%; width: calc(100% - 1px); position: absolute; bottom: -1px; left: 1px; z-index: 10; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover>a>.font{ border: 1px solid #65beba; border-bottom: 1px solid transparent; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after{ margin-right: 5px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox .after:before{ content: "\e69a"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumb.contentBox:hover .after:before{ content: "\e69c"; } .e_title.c_portalResBreadcrumb_nav-01001.p_sortLink{ display:inline-block; padding:0; color:rgba(101, 190, 186,1); font-size:14px; text-align:left; } .e_title.c_portalResBreadcrumb_nav-01001.p_sortLink{ white-space:nowrap; vertical-align:middle; line-height: 19px; } a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:hover{ text-decoration:underline; font-weight:bold; cursor:pointer; } a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:active{ color:rgba(69, 165, 161,1); font-weight:400; } a>.e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink:active{ text-decoration:none; margin-top:0; } .e_title.c_portalResBreadcrumb_nav-01001 .p_sortLink .iconfont:before{ display: inline-block; content:""; }  .c_portalResBreadcrumb_nav-01001 .p_content{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond{ font-size: 14px; color: #65beba; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond{ display: inline-block; vertical-align: middle; position: relative; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a>.font{ display: inline-block; line-height: 30px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a{ color: inherit; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox>a>.font{ border: 1px solid #e0f2f1; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox>a>.font:hover{ text-decoration: none; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond>a>.font:hover{ text-decoration: underline; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond .before:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond .after:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover>a>.font:before{ content: "\200B"; display: block; height: 1px; background: #fff; width: 100%; width: calc(100% - 1px); position: absolute; bottom: -1px; left: 1px; z-index: 10; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover>a>.font{ border: 1px solid #65beba; border-bottom: 1px solid transparent; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after{ margin-right: 5px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox .after:before{ content: "\e69a"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbSecond.contentBox:hover .after:before{ content: "\e69c"; } .c_portalResBreadcrumb_nav-01001 .p_end{ display:inline-block; margin:0; padding:0; text-align:left; color:rgba(51,51,51,1); font-size:14px; font-weight:400; } .c_portalResBreadcrumb_nav-01001 .p_end .font{ white-space:nowrap; vertical-align:middle; text-align:inherit; line-height: 14px; } .c_portalResBreadcrumb_nav-01001 .p_end .iconfont:before{ display: inline-block; content:""; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst{ font-size: 14px; color: #65beba; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst{ display: inline-block; vertical-align: middle; position: relative; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font{ display: inline-block; line-height: 30px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a{ color: inherit; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox>a>.font{ border: 1px solid #e0f2f1; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox>a>.font:hover{ text-decoration: none; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst>a>.font:hover{ text-decoration: underline; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .after:before{ content: "\200B"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover>a>.font:before{ content: "\200B"; display: block; height: 1px; background: #fff; width: 100%; width: calc(100% - 1px); position: absolute; bottom: -1px; left: 1px; z-index: 10; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover>a>.font{ border: 1px solid #65beba; border-bottom: 1px solid transparent; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after{ margin-right: 5px; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox .after:before{ content: "\e69a"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst.contentBox:hover .after:before{ content: "\e69c"; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList{ margin:0; width: 236px; height:317px; padding:0; border-width:1px; border-style: none; border-color:rgba(228,228,228,0); background-color:transparent; overflow: hidden; } .c_portalResBreadcrumb_nav-01001{ overflow: visible; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList{ width: auto; height: auto; overflow: visible; background-color: transparent; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbList>a{ display: inline-block; } .c_portalResBreadcrumb_nav-01001 .p_CurrentBox{ color: #666; } .c_portalResBreadcrumb_nav-01001 .p_breadcrumbFirst .before:before{ content: "\e68a"; } .c_portalResBreadcrumb_nav-01001 .p_content{ width: 240px; position: absolute; border: 1px solid #65beba; padding: 9px 7px 9px 7px; font-size: 0; display: none; height: auto; background: #fff; } .c_portalResBreadcrumb_nav-01001 .contentBox:hover .p_content{ display: block; } .c_portalResBreadcrumb_nav-01001 .p_sortLink{ color: #65beba; display: inline-block; margin: 9px 7px 9px 7px; cursor: pointer; font-size: 14px; } .c_portalResBreadcrumb_nav-01001 .p_sortLink .font{ line-height: 14px; font-weight: normal; } .c_portalResBreadcrumb_nav-01001 .p_sortLink:hover{ text-decoration: underline; font-weight: normal; } .c_portalResBreadcrumb_nav-01001 .p_sortLink.current{ color: #bcbcbc; } .c_portalResBreadcrumb_nav-01001 .p_sortLink.current:hover{ text-decoration: none; font-weight: normal; } .c_portalResBreadcrumb_nav-01001 .p_sortLink.current .font{ text-decoration: none; font-weight: normal; cursor: default; } .c_portalResBreadcrumb_nav-01001 .p_end{ margin-right: 6px; margin-left: 6px; vertical-align: middle; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ }.investing-items img{ display:none; } .investing-items .item1{ width:40%; float:left; } .investing-items .item2{ width:60%; float:left; padding-left:10px; } .investing-items .pic{ overflow: hidden; } .investing-items .cover { background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; height:320px; } .investing-items .img00{ transition: 600ms; -webkit-transition: 600ms; } .investing-items a:hover .img00 { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); } .toulx{ padding-top:20px; margin-top:20px; border-top:1px solid #eee; } .toulx .icon-lianxiren{ display: inline-block; color: rgba(0, 117, 193, 1); vertical-align: top; font-size: 36px; } .toulx .tou_cu{ display: inline-block; padding-left: 5px; } .toulx .tou_cu h2{ font-size:16px; font-weight:600; } .toulx .tou_cu p{ font-size:12px; } .wrapper { overflow: hidden; } .wrapper ul { float: right; } .wrapper li { float: left; line-height:50px; margin-left: 25px; } .wrapper li a{ } .contact1 { padding: 3rem 0; } .contact1 ul { margin-left:-2%; } .contact1 ul li { width: 48%; margin-left:2%; margin-bottom: 2%; float:left; box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); transition-duration: .8s; } .contact1 ul li .list-txts { position: relative; padding: 5% 10%; } .contact1 ul li .list-name { font-size: 20px; line-height: 1.2; color: #444; margin-bottom: 20px; } .contact1 ul li i{ color:#ccc; font-size:20px; vertical-align: middle; display: inline-block; } .contact1 ul li span{ padding-left: 10px; vertical-align: middle; display: inline-block; } .contact1 ul li p{ margin-bottom: 10px; font-size: 14px; color: #4b4948; line-height: 2; } .contact1 ul li:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } .contact1 ul li:hover p{ color:#0075c1; } .contact1 ul li:hover a{ color:#0075c1; } .navbar_nav{background: #fff;padding: 20px;} .navbar_nav li{border-bottom: 1px solid #eee;margin-bottom: 20px;padding-bottom: 20px;} .navbar_nav li .tyt{font-size: 16px;margin-bottom: 20px;display: inline-block;color: #333;} .navbar_nav li>div>a{font-size: 14px;display: inline-block;margin-right: 20px;} .contact { padding: 95px 0 120px 0; } .ab-title { text-align: center; } .ab-title .ch { font-size: 30px; color: #333; } .cta-list { } .cta-list li { float: left; width: 20%; text-align: center; transition: all .3s; } .cta-list .ico { display: block; width: 68px; height: 68px; margin: 0 auto; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; border: 1px solid #ccc; border-radius: 100%; background-position: center top } .cta-list .c1 .ico { background-image: url(../image/contactico4.png); } .cta-list .c2 .ico { background-image: url(../image/contactico1.png); } .cta-list .c3 .ico { background-image: url(../image/contactico2.png); } .cta-list .c4 .ico { background-image: url(../image/contactico3.png); } .cta-list .c5 .ico{ background-image: url(../image/rBQBHF1ReVOENQ3iAAAAAHhkPjw934.png) } .cta-list .c5:hover .ico{ border-color: #007d3f; background-color: #007d3f; background-position: center bottom; } .cta-list .ti { font-weight: 700; margin-top: 7px; color: #333; font-size: 14px; } .cta-list .txx { font-size: 14px; line-height: 1.4; margin-top: 25px; } .cta-list li:hover .ico { border-color: #007d3f; background-color: #007d3f; background-position: center bottom; } .cta-list li a{ color:#666; font-size: 14px; display:block; } .cta-list li.c1 .txx{ font-size:14px; } #allmap { height: 500px; width: 100%; overflow: hidden; } #allmap .BMapLib_nav_tab_content td{ display:inline-block; width: auto !important; } @keyframes scales { 0% { opacity: 0.2; transform: scale(0.6);} 33% { opacity: 0.5; transform:scale(0.8);} 66% { opacity: 1; transform:scale(1);} 100% { opacity: 0.6; transform:scale(0.6); } } .popUpblack { background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; z-index: 1010; display: none; } .popUp { width: 220px; height: 242px; border: 5px solid #f1f1f1; background: #fff; position: fixed; left: 50%; top: 50%; margin: -87px 0 0 -115px; z-index: 1004; } .popUp .t { padding: 0 0 0 10px; height: 26px; line-height: 26px; color: #666; font-weight: bold; border-bottom: 1px solid #e8e8e8; background: #f2f2f2; } .popUp .t .close { padding: 0 10px 0 0; float: right; cursor: pointer; color: #666; line-height: 26px; font-size: 12px; opacity: 1; font-weight: normal; } .popUp .img { padding: 10px; } .popUp .img img { width: 100%; height: 100%; display: block; } .mores { background: #0075c1; color: #fff; padding: 15px 20px; display: inline-block; line-height: 35px; } .intwlr { padding: 0 0 0 20px; } .tzBox { text-align: center; } .tzBox .common_more{ margin-top:30px; } .tzBox:hover .common_more { border-color: #0075c1; } .tzBox:hover .common_more:before { width: 100%; transition: all 0.3s ease; } .top_box{ position: relative; } .top_box .list_img{ overflow: hidden; } .list_img img { width: 100%; display: block; -webkit-transition: .6s; -moz-transition: .6s; transition: .6s; } .top_box a:hover img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .top_box .cover { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; background: rgba(0,0,0,.5); -webkit-transition: .4s; -moz-transition: .4s; transition: .4s; } .top_box .list_text { top: 0; left: 0; right: 0; bottom: 0; position: absolute; padding: 54px; } .top_box .list_title { font-size: 22px; margin-bottom: 5%; color:#fff; } .top_box .mor{ color:#fff; font-size: 16px; } .top_box .mor .icon-jiantou { display: inline-block; font-size: 20px; vertical-align: middle; margin-left: 15px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .top_box a:hover .mor .icon-jiantou { webkit-transform: translateX(10px); transform: translateX(10px); } .top_box .list_main span{ display:inline-block; color:#fff; margin-right: 20px; padding-left: 15px; position: relative; } .top_box .list_main span:before { content: ">";   position: absolute; left: 0; bottom: 0px; } .conceptList { margin-left: -2%; margin-top: 40px; } .conceptList dd { float: left; display: block; width: 31.33%; margin-left: 2%; background-color: #fff; transition: 0.3s; -webkit-transition: 0.3s; position: relative; z-index: 1; } .conceptList dd:before { content: ""; width: 100%; height: 4px; background: #0075c1; position: absolute; left: 0; bottom: 0px; z-index: -1; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .44s cubic-bezier(.4,0,.2,1); transition: -webkit-transform .44s cubic-bezier(.4,0,.2,1); transition: transform .44s cubic-bezier(.4,0,.2,1); transition: transform .44s cubic-bezier(.4,0,.2,1),-webkit-transform .44s cubic-bezier(.4,0,.2,1); transform: scaleX(0); -webkit-transform: scaleX(0); visibility: hidden\9; } .conceptList .items { padding: 25px 12% 35px; min-height: 230px; } .conceptList .items .iconfont{ color:#0075c1; font-size: 40px; } .conceptList .t { font-size: 16px; color: #333333; border-bottom: 1px solid #cacaca; padding-bottom: 10px; margin-bottom: 25px; margin-top: 20px; } .conceptList .c { color:#666; font-size:12px; } .conceptList dd:hover:before { transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; visibility: visible\9; } .conceptList dd:hover { box-shadow: 0 0 20px rgba(0,0,0,0.2); background-color: #f9f9f9; } .conceptList dd:hover .t { color: #0075c1; } .jobBox li { float: left; width: 50%; } .isp-a { position: relative; display: block; color: #fff; } .jobBox .pic { position: relative; display: block; overflow: hidden; } .jobBox img { display: block; width: 100%; -webkit-transition: .6s; -moz-transition: .6s; transition: .6s; } .isp-a .cover { -webkit-transition: .4s; -moz-transition: .4s; transition: .4s; } .jobBox .cover { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; background:rgba(0,0,0,.5); } .isp-a .txts { position: absolute; top: 0; right: 0; width: 100%; left: 0; text-align: center; height: 100%; } .isp-a .iconfont{ color: #fff; font-size: 40px; display: inline-block; position:relative; width: 100px; line-height: 100px; border: 1px solid #fff; height: 100px; border-radius: 50%; position:relative; } .isp-a .iconfont:before{ position:relative; z-index:1; } .isp-a .iconfont:after { content: ""; width: 100%; height: 100%; left: 0; top: 0; position: absolute; transform: scale(0.5); -webkit-transform: scale(0.5); opacity: 0; visibility: hidden; background-color: #0075c1; border-radius: 50%; transition: all 0.8s ease; } .isp-a .ch { font-size: 24px; color: #fff; margin-top: 20px; } .white_c{ color:#fff; } .black_c{ color:#007d3f; } .black_c img{ padding-right:10px; vertical-align: text-top; } .center_c{ text-align: center; } .center_c .wz{ padding:0px 15px; display: inline-block;position: relative; line-height:2; } .center_c .wz1{ padding:0px 15px; display: inline-block;position: relative; line-height:2; } .center_c .hx{ width: 50px;height: 11px;border-bottom: 1px solid #fff;display: inline-block;position: relative;top: -8px; } .center_c .hx1{ width: 50px;height: 11px;border-bottom: 1px solid #0075c1;display: inline-block;position: relative;top: -8px; } .title_box{ } .title_box a{ } .title_box .icon-jiantou { display: inline-block; vertical-align: middle; margin-left: 5px; margin-right: 10px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .to-top { width: 50px; height: 50px; position: fixed; bottom: 5%; right: 1%; z-index: 1100; background: #0075c1; } .to-top span { display: block; text-align: center; margin-top: 10px; color: #fff; font-size: 12px; } .to-top span:after { display: block; margin: 7px auto 0; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; width: 12px; content: ''; -webkit-animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite; animation: mouse-top 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite; } .downt ul{ margin-left:-2%; } .downt ul li{ width:48%; position: relative; float:left; margin-left: 2%; } .downt .common_more{ color:#fff; margin: 0; } .downt ul li:hover .common_more:before { width: 100%; transition: all 0.3s ease; } .downt ul li:hover .common_more{border-color: #0075c1;} @keyframes mouse-top { from { opacity: 0; } 33% { opacity: 1; } to { transform: translateY(-5px); -webkit-transform: translateY(-5px); opacity: 0; } } @-webkit-keyframes mouse-top { from { opacity: 0; } 33% { opacity: 1; } to { transform: translateY(-5px); -webkit-transform: translateY(-5px); opacity: 0; } } .pbanner { position: relative; overflow: hidden; } .pbanner:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); z-index: 2; } .pbanner img { width: 100%; display: block; height: auto; } .pbanner .img01 { -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); } @-webkit-keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes scaleUpDown { from { -webkit-transform: scale(1.08); transform: scale(1.08); } to { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } .banner-con{ width:100%; position: absolute; top: 45%; left:0; z-index: 5; color: #333; transform: translate(-50%, 0%); -webkit-animation-name: "fadeInRight"; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; } .banner-title { max-width:1200px; width:90%; margin:0 auto; } .banner-title .ch { padding-bottom: 20px; font-weight: 500; font-size: 40px; line-height: 1; color:#fff; position: relative; } .banner-title .ch:before { content: ''; position: absolute; left: 0; height: 4px; bottom: 0; width: 50px; background: #fff; -webkit-animation-name: "fadeInRight"; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: 1; } @-webkit-keyframes fadeInRight { from {opacity: 0;-webkit-transform: translateX(20px); } to {opacity: 1;-webkit-transform: translateX(0);} } @keyframes fadeInRight { from {opacity: 0;-webkit-transform: translateX(20px); } to {opacity: 1;-webkit-transform: translateX(0);} } .pro ul li{ position: relative;  background-image:linear-gradient(-120deg, #1290e4 0%, #7dd6f6 100%); margin-bottom: 150px; height: 450px; color:#273135; } .pro ul li .mor{ color:#fff; margin-top: 20px; font-size: 16px; } .pro ul li .mor .icon-jiantou { display: inline-block; vertical-align: middle; margin-left: 15px; font-size: 20px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .pro ul li:hover .icon-jiantou { webkit-transform: translateX(10px); transform: translateX(10px); } .pro ul li.even-li{ background-image:linear-gradient(-120deg, #1290e4 0%, #7dd6f6 100%); } .pro ul li h3{ color:#fff; } .pro ul li .common_more{ color:#fff; } .pro ul li .md{ width:50%; float:left; } .pro ul li .pic_box{ position: relative; top: 50px; left: -50px; } .pro ul li .img00 span{ display:block; } .pro ul li .txt_box{ left:50%; position: absolute; top:0; height: 100%; } .pro ul li img{ width: 100%; display: block; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .pro ul li:hover .center-top{ -webkit-transform: translateY(-20px); transform: translateY(-20px); } .pro ul li:hover .center-bot{ -webkit-transform: translateY(5px); transform: translateY(5px); } .common_more { text-align: center; width: 130px; height: 40px; border: 1px solid #eee; display: inline-block; line-height: 38px;  position: relative; margin-top: 20px; font-size: 14px; color: #666; z-index: 1; } .common_more:before { content: ''; width: 0; position: absolute; left: 0; bottom: 0; height: 38px; background: #0075c1; transition: all 0.3s ease; z-index: -1; } .pro li:hover .common_more:before { width: 100%; transition: all 0.3s ease; } .pro li:hover .common_more { color: #0075c1; } .pro li .common_more:before { background: #fff; } .pro li .con{ width: 50%; margin:0 auto; } .pro li.even-li .pic_box{ float:right; left: auto; right: -50px; } .pro li.even-li .txt_box { left: 0; position: absolute; top: 0; height: 100%; } .other{ margin-top: 5px; } .other ul{ margin-left:-2%; } .other ul li{ width: 31.33%; float:left; text-align: center; border: 1px solid rgba(239, 243, 243, 1); height: 50px; margin-left: 2%; } .other ul li:hover{ background:#007d3f; } .other ul li:hover a{ color:#fff; } .other ul li a{  overflow: hidden;  display: inline-block; } .other ul li .ico{ font-size: 20px; color: #5a7a83; line-height: 50px; margin: 0 5px; float: left; webkit-transition: all 0.8s ease; transition: all 0.8s ease; } .other ul li .ico.icon-chanpin{} .other ul li p{ float: left; color:#5a7a83; padding-left: 0px; line-height: 50px; font-size: 14px; } .other ul li:hover .ico { transform: rotateY(360deg); color: #fff; } .other ul li:hover p { color: #fff; } .stock{ display: block; text-align: left; transition: all 0.8s; } .stock h1{ font-size: 18px; color: #000; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } .stock #stockMsg{ font-size: 12px; color: #5a7a83; } .stock .gp{ } .stock .zdl { font-size: 14px; line-height: 1.6; margin-right: 10px; margin-top: 10px; display: inline-block; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; } .stock .zdhj{ display: inline-block; font-size: 16px; font-family: 'iconfont2'; padding-left: 20px; } .tred{color:#f00;} .tgreen{color:#666;} .tred .zdhj{ background: url(../image/rBQBHVzuDL-EQcuKAAAAAEPKU4M332.png) no-repeat left center } .tgreen .zdhj{ background: url(../image/rBQBG1zuDOyEIwSnAAAAAErApWI780.png) no-repeat left center } .footer {  } .foor { position: relative; text-align: right; } .foor .menu { } .foor .menu a{ padding: 0 10px; position: relative; color:#5a7a83; } .foor .menu a.a1{ padding-left:0; } .foor .menu a:after{ position: absolute; background: #ccc; right: -1px; top: 0; height: 100%; width: 1px; content: ''; } .foor .menu a:hover{ color:#0075c1; } .foor .menu a:last-child { padding-right: 0; } .foor .menu a:last-child:after { display:none; } .foor .share span{ display: inline-block; color: #5a7a83; } .foor .share a{ display: inline-block; font-size:20px; margin: 0 10px; position: relative; color: #273135; } .foor .share a.weixin .qrcode{ position: absolute; bottom: 110%; left: 50%; right: 50%; margin: 0 -80px; margin-bottom: 10px; background: #fff; padding: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.15); display: none; z-index: 10; } .foor .share a.weixin:hover .qrcode { display: block; } .foor .share a.weixin .qrcode::before { content: "◆"; font-size: 20px; line-height: 20px; position: absolute; left: 50%; right: 50%; bottom: 0px; color: rgb(255, 255, 255); margin: -10px; } .foor .share a.weixin .qrcode img { width: 100%; } .footer a:hover{ color:#0075c1; } .foor .share {margin: 20px 0;} .footer .icp a{ color: #5a7a83; } .footer .icp a:hover{ color: #0075c1; } .footer .icp { color: #5a7a83; } #w_grid-1559274320047{ margin-top: 60px !important; } .tit_box{ font-size:22px; } .cur-list li { position: relative; width: 33.33%; height: 300px; padding: 120px 20px 0 20px; border-bottom:none; border-left:none; border-color: rgba(255, 255, 255, .1); float: left; overflow: hidden; -webkit-transition: 400ms; transition: 400ms; text-align: center; color:#fff; } .cur-list li:before { content: ""; position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 0; background: rgba(0,117,193,.8); -webkit-transition: 600ms; transition: 600ms; } .cur-list p { position: relative; } .cur-list .ch { font-size: 22px; font-weight: 500; } .cur-list .en { font-size: 15px; margin-top: 5px; } .cur-list .line { position: relative; width: 40px; height: 2px; margin: 30px auto 20px auto; background: #fff; display: inline-block; } .cur-list .txx, .cur-list .line { opacity: 0; visibility: hidden; -webkit-transition: 400ms; transition: 400ms; } .cur-list .txx { font-size: 14px; } .culturein ul{ margin-left:-2%; } .culturein ul li{ margin-left:2%; width:48%; float:left; } .culturedown { position: relative; padding: 20px; position: relative; background: #fff; } .culturedown h3 { color: #273135; font-size: 16px; line-height: 1; text-align: center; position:relative; } .culturedown:before { content: ""; width: 100%; height: 0; background: #0075c1; position: absolute; left: 0; bottom: 0; transition: .36s ease-in-out; -webkit-transition: .36s ease-in-out; } .culturein li:hover .culturedown:before { height: 100%; bottom: 0; } .culturein li:hover h3{ color:#fff; } .culturein li .pic{ overflow: hidden; } .culturein li img { display: block; width: 100%; height: auto; line-height: 0; transition: 0.5s; } .culturein li:hover img { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); } @media only screen and (min-width: 1201px){ .cur-list li:hover:before { height: 100%; top: 0; bottom: auto; } .cur-list li:hover .txx, .cur-list li:hover .line { opacity: 1; visibility: visible; } .cur-list li:hover { padding-top: 80px; } } @media only screen and (min-width: 960px){ .isp-a:hover .cover { opacity: .5; } .isp-a:hover .iconfont:after { transform: scale(1.1); -webkit-transform: scale(1.1); opacity: 1; visibility: visible; } .scapic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .top_box a:hover .cover { opacity: .5; } } @media only screen and (max-width: 1200px){ .pro ul li{ height:400px; } .banner-title .ch{ font-size:28px; padding-bottom: 10px; } .tit_box{ font-size: 18px; } .cur-list li { padding-top: 100px; } .cur-list .txx, .cur-list .line { opacity: 1; visibility: inherit; } #w_grid-1559274320047{ margin-top: 60px !important; } .top_box .list_text{ padding: 40px; } .top_box .list_main{ margin-top:10%; } } @media only screen and (max-width: 960px){ .pro ul li{ height:350px; } .other { margin: 20px 0; } #c_portalResPublic_codeContainer-15597030514123290 { margin-top:50px !important; } .isp-a .iconfont{ width:80px; height:80px; line-height:80px; } .isp-a .ch{ font-size:18px; } .top_box .list_title{ font-size:20px; } .cta-list .ico { width: 58px; height: 58px; background-size: 58px; } .cta-list li { text-align: center; width: 50%; min-height: 150px; margin-bottom: 20px; } .cta-list { } .cta-list li .txx{ margin-top:10px; } } @media only screen and (max-width: 768px){ .ab-title .ch { font-size: 20px; } .contact { padding: 45px 0 50px 0; } .cur-list .line{ margin: 10px auto 10px auto; } .banner-title .ch { font-size: 18px; } .banner-title .ch:before{ height:2px; width: 35px; } .tit_box{ font-size:18px; } .cur-list li { width: 50%; padding-top: 50px; height: 200px; } .cur-list .ch { font-size: 16px; font-weight: normal; } .title_box{ line-height:19px; } .pro ul li{ height:auto; margin-bottom: 5%; } .pro ul li .md{ width:100%; padding: 20px 0; float:none; top: 0; left:0; } .pro li.even-li .pic_box{ float: none; right: auto; } .pro ul li img{ max-width:60%; width:60%; margin:0 auto; } .pro ul li .txt_box { position: static !important; } .pro li .con { width: 90%; text-align: center; padding:20px; } .pro li h3{ font-size: 18px; } .culturedown{ padding: 15px; } .culturedown h3{ font-size: 14px; } .common_more{ font-size: 12px; } .conceptList { margin-left: 0; margin-top: 40px; } .conceptList dd { float: none; display: block; width: 100%; margin-bottom:5%; margin-left: 0; } .conceptList .items { padding: 20px 5% 30px; min-height:100%; } .jobBox li{ width:100%; float:none; } .isp-a .iconfont { width: 60px; height: 60px; line-height: 60px; font-size:24px; } .isp-a .ch{ font-size:16px; margin-top:10px; } .downt ul{ margin-left:0; } .downt ul li{ width:100%; position: relative; float:left; margin-left: 0; margin-bottom:5%; } .top_box .list_text{ padding: 20px; } .top_box .list_main{ margin-top: 20px; } .downt .list_text{ padding: 40px 20px 0 20px; } .top_box .list_title{  } .top_box .list_main span{ font-size:12px; } #allmap { height: 300px; } .investing-items .item1{ width:100%; float:none; } .investing-items .item2{ width:100%; float:none; padding-left:0; margin-top:20px; } .investing-items .cover{ display:none; } .investing-items img{ display:block; width:100%; } .wrapper li { margin-left: 0; } .wrapper li a{ padding: 5px; } } @media only screen and (max-width: 560px){ .stock { width:100%; float:none; } .foor .share { margin: 10px 0; } .stock .zdl { font-size: 40px; } .foor { width:100%; float:none; text-align: left; margin-top:10px; } .top_box .list_title{ font-size: 18px; } .common_more{ height: 30px; line-height: 28px; font-size:12px; } .common_more:before { height: 28px; } .contact1 ul { margin-left:0; } .contact1 ul li { width: 100%; margin-left:0; margin-bottom: 5%; float:none; } .contact1 ul li .list-name{ font-size:16px; } } @media only screen and (max-width: 500px){ #w_grid-1559274320047{ margin-top: 60px !important; } .other ul li{ padding-left: 10px; } .other ul li p{ padding-left: 10px; font-size: 12px; } .cur-list li { width: 100%; float: none; border-left: none; height: auto; padding-top: 30px; padding-bottom: 30px; } .culturein ul{ margin-left:0; } .culturein ul li{ margin-left:0; width:100%; float:none; margin-bottom:5%; } .to-top span{ margin-top:5px; } .to-top { width: 40px; height: 40px; right: 0 !important; } .cur-list .txx{ font-size:12px; } .cta-list li { float: none; text-align: left; width: 100%; min-height: 100%; margin-bottom: 20px; } .cta-list .ico { width: 48px; height: 48px; margin-right: 10px; float: left; display: inline-block; background-size: 48px; } .cta-list .ti{ font-size: 12px; } .cta-list li .txx { margin-top: 10px; font-size: 12px !important; color:#999; } .cta-list li a{ font-size:12px; color:#999; } .stock h1{ font-size:12px; } .foor .menu a{ font-size:12px; } .foor .share{ font-size:12px; } .foor .share a{ font-size:16px; margin: 0 5px; } .footer .icp{ font-size:12px; } .stock .zdhj{ font-size:12px; } .stock .zdl{ font-size: 14px; } } @media only screen and (min-width: 769px){ .title_box a:hover .icon-jiantou { webkit-transform: translateX(10px); transform: translateX(10px); } }.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; 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: 960px){ .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: 961px){ .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){ } #w_grid-1559274320047{margin-top: 70px !important;}.investorBox ul li{overflow: hidden;} .ctrBox ul li{border-bottom: 1px solid #eee;padding: 10px 0;} .investorBox ul li h2{font-size: 14px;overflow: hidden;width: 70%;line-height: 2.5;float: left;text-overflow: ellipsis;white-space: nowrap;} .investorBox ul li span{float: right;line-height: 1.5;} .newstBox{ overflow: hidden; border-bottom: 1px solid #eee; padding-bottom: 50px; margin-bottom: 50px; } .newstBox .title_box{ margin-bottom:20px; } .newstBox .newList { overflow: hidden; width:40%; position: relative; float:left; } .newstBox .newList h3{position: absolute;background: rgba(0,0,0,.5);width: 100%;z-index: 1;left: 0;padding: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;bottom: 0;color: #fff;font-size: 14px; text-align:center;} .newstBox .newList .pic{ overflow: hidden; } .newstBox .newList .pic .img00 { transition: 600ms; -webkit-transition: 600ms; } .newstBox .newList:hover .img00 { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); } .newstBox .pic img { width: 100%; display: block; transition: 600ms; -webkit-transition: 600ms; -ms-transition: 600ms; height: auto !important; left: 50% !important; top: 50% !important; -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; position: absolute !important; } .newstBox ul{ width:60%; float:right; padding-left: 5%; } .newstBox ul li { overflow: hidden; display: block; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #eee; } .newstBox ul li:last-child { margin-bottom: 0; border: none; padding: 0; } .newstBox ul li .txts{ overflow: hidden; } .newstBox ul li .txts .nw-date{ height: 72px; width: 72px; margin-right: 10px; background: #eee; color: #666; text-align: center; float: left; font-size: 12px; overflow: hidden; -webkit-transition: 300ms; transition: 300ms; font-family: Arial; } .newstBox ul li .txts .nw-date span { display: block; line-height: 1; } .newstBox ul li .txts .nw-date .d { margin-top: 14px; font-size: 24px; font-weight: 600; } .newstBox ul li .txts .nw-date .y { margin-top: 8px; } .newstBox ul li:hover .nw-date { background-color: #007d3f; color:#fff; } .newstBox .cover { background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; height: 220px; } .newstBox ul li .txts .txtlis {} .newstBox ul li .txts h2 { font-size: 16px; overflow: hidden;  margin-bottom: 10px; color: #273135; text-overflow: ellipsis; white-space: nowrap; } .newstBox ul li .txts p { color: #999; height: 40px; font-size: 14px; overflow: hidden; } .caseBox ul{margin-left: -2%;} .caseBox ul li{ width: 23%; margin-left: 2%; margin-bottom:2%; position: relative; background: #fff; float:left; text-align: center; -webkit-transition: 0.3s linear; transition: 0.3s linear } .caseBox ul li .pic{ overflow: hidden; } .caseBox ul li .img00{ position: relative; width: 100%; padding-bottom: 50%; height: auto; vertical-align: middle; text-align: center; overflow: hidden; } .caseBox ul li .pic .img00 { transition: 600ms; -webkit-transition: 600ms; } .caseBox ul li .pic img { width: 100%; display: block; transition: 600ms; -webkit-transition: 600ms; -ms-transition: 600ms; height: auto !important; left: 50% !important; top: 50% !important; -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; position: absolute !important; } .caseBox ul li:hover .img00 { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); } .caseBox .con { padding: 15px; transition: all .3s; position: relative; } .caseBox .con h1 { overflow: hidden; color: #666; font-size: 14px; text-overflow: ellipsis; position: relative; white-space: nowrap; } .caseBox .con:before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 0; background: #0075c1; transition: all .3s; } .caseBox ul li:hover{ -webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.1); box-shadow: 0 8px 12px rgba(0,0,0,0.1); } .caseBox ul li:hover .con:before{ height:100%; } .caseBox ul li:hover .con h1{ color:#fff; } .ggBox ul{margin-left: -2%;} .ggBox ul li{background: #f9f9f9;float: left;margin-bottom: 2%;overflow: hidden;width: 48%;padding: 20px;margin-left: 2%;} .ggBox ul li .txtst{float: left;padding-right: 10px;text-align: right;width: 27%;} .ggBox ul li .title{ color: #0075c1; font-size: 16px; text-overflow: ellipsis; margin-bottom: 10px; overflow: hidden; white-space: nowrap; font-weight: 600; } .ggBox ul li .cont{float: left;width: 63%;position: relative;padding-left: 10px;border-left: 1px solid #ebebeb;} .ggBox ul li .jj{height: 35px;font-size: 12px;overflow: hidden;color: #999;} .ggBox ul li .sumrry{color: #999;font-size: 14px;height: 40px;overflow: hidden;} .ggBox ul li a{display: inline-block;border: 1px solid #ddd;background: none;color: #b3b3b3;font-size: 12px;margin-top: 5px;padding: 5px 10px;} .ggBox ul li a:hover{ background: #0075c1; border-color: #0075c1; color:#fff; } .lirunBox ul li{overflow: hidden;} .lirunBox ul li a{display: block;overflow: hidden;padding: 15px 5%;border-bottom: 1px solid #eee;} .lirunBox ul li .title{width: 88%;overflow: hidden;text-overflow: ellipsis;color: #333;white-space: nowrap;float: left;} .lirunBox ul li .newYear{float: right;color: #999;text-align: center;} .lirunBox ul li a:hover{ background: #fff; } .invitefix{ width:100%; height:100%; z-index:199; position:fixed; left:0; top:0; opacity:0; visibility:hidden; transition:0.5s;} .invitefix.on{ opacity:1; visibility:visible;} .invitefix.on .invitebox{ opacity:1; visibility:visible; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); transition:0.64s 0.15s;} .invitebg{ position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(7,46,77,0.5); background:#072e4d\9; filter:alpha(opacity=50); cursor:url(../image/rBQBHVy3xleEA5sKAAAAAD68npA660.png),pointer;} .invitebox{max-width: 1000px;background:#fff;width: 90%;position:absolute;left:50%;margin-left:-500px;top:50%;z-index:5;margin-top:-298px;opacity:0;visibility:hidden;transform:rotate(0.7);-webkit-transform:rotate(0.7);-moz-transform:rotate(0.7);transition:0.4s;} .invitewr{padding: 40px;} .inclose{position:absolute;right: 20px;top: 20px;display:block;color:#0075c1;font-size:14px;cursor:pointer;} .inclose i{ display:inline-block; width:14px; height:14px; background:url(../image/rBQBHVy3xkqEOkbLAAAAAMpMFCA043.png) center no-repeat; margin-right:6px; transition:0.4s;} .inclose:hover i{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg);} .invites{ line-height:1; color:#323232; font-size:30px; font-weight:normal; padding-bottom:18px; border-bottom:1px solid #e1e1e1;} .invitete{ margin-top:28px; height:344px; overflow-y:auto; overflow-x:hidden; -webkit-overflow-scrolling: touch;} .invitete p{ color:#323232; font-size:14px;} .invitea{ margin-top:60px; padding-left:14px; width:70px; padding-right:14px; padding-top:10px; padding-bottom:10px; background:#0075c1;} .invitea a{ display:block; position:relative; line-height:1.2; color:#fff;} .invitete::-webkit-scrollbar,.serscoll::-webkit-scrollbar{ width:5px; height: 5px;} .invitete::-webkit-scrollbar-thumb,.serscoll::-webkit-scrollbar-thumb { border-radius:5px; -webkit-box-shadow: inset 0 0 0.1rem rgba(0,0,0,0.2); background: #0075c1;} .invitete::-webkit-scrollbar-track,.serscoll::-webkit-scrollbar-track{border-radius: 5px;} .newListBox li{ overflow: hidden; line-height: 2; transition: color .38s; } .newListBox li a{ display: block; width:100%; } .newListBox li .newTitle{ float:left; text-overflow: ellipsis; overflow: hidden; font-size: 14px; width: 72%; color: #273135; white-space: nowrap; } .newListBox li .time{ float:right; font-size: 12px; color: #999; } .newListBox li:hover .newTitle{ color:#0075c1; } .new_box ul{ margin-left:-2%; } .new_box ul li{ width:48%; float:left; margin-left:2%; } .new_box .pic{ overflow: hidden; } .new_box .pic img { width: 100%; display: none; transition: 600ms; -webkit-transition: 600ms; -ms-transition: 600ms; height: auto !important; left: 50% !important; top: 50% !important; -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; position: absolute !important; } .new_box .pic .cover { height: 160px; } .new_box .cover { background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; } .new_box .img00 { position: relative; width: 100%; height: auto; vertical-align: middle; text-align: center; overflow: hidden; } .new_box li .img00 { transition: 600ms; -webkit-transition: 600ms; } .new_box li:hover .img00 { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); } .new_box li .txtBox{ padding-top:10px; font-size:12px; } .new_box li .txtBox h3{ overflow: hidden; color: #273135; text-align: left; font-size: 14px; text-overflow: ellipsis; position: relative; white-space: nowrap; } .new_box li .txtBox span{ margin:5px 0; color:#999; display: block; } .new_box li .txtBox p{ height: 35px; font-size: 12px; overflow: hidden; color:#999; } .newsBox ul li{ overflow: hidden; display: block; background: #fff; margin-bottom: 25px; } .newsBox ul li:hover{ background-color: #29408c; color: #fff; } .newsBox ul li a{ width:100%; height: 100%; display: block; } .newsBox .newList .pic{ overflow: hidden; width:30%; float:left; } .newsBox .newList{ overflow:hidden; margin-bottom: 20px; background:#fff; padding:20px; } .newsBox .newList .contentL{ width:70%; float: left; padding-left: 20px; } .newsBox .newList h3{ font-size: 18px; overflow: hidden; color: #273135; text-overflow: ellipsis; white-space: nowrap; } .newsBox .newList span{ display:block; padding:10px 0; } .newsBox .newList p{ color: #999; height: 42px; font-size: 16px; overflow: hidden; } .newsBox .newList .img00{ position: relative; width: 100%; height: auto; vertical-align: middle; text-align: center; overflow: hidden; } .newsBox .newList .pic .img00 { transition: 600ms; -webkit-transition: 600ms; } .newsBox .pic img { width: 100%; display: block; transition: 600ms; -webkit-transition: 600ms; -ms-transition: 600ms; height: auto !important; left: 50% !important; top: 50% !important; -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; position: absolute !important; } .newsBox .newList:hover .img00 { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); } .newsBox ul li .txts{  overflow: hidden;  padding: 20px; } .newsBox ul li .txts .nw-date{ height: 72px; width: 72px; background: #eee; color: #666; text-align: center; margin-right: 10px; float: left; font-size: 12px; overflow: hidden; -webkit-transition: 300ms; transition: 300ms; font-family: Arial; } .newsBox ul li:hover .txts .nw-date{ background: none; color: #fff; border:#fff 1px solid; } .newsBox .cover { background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; height: 220px; } .newsBox ul li .txts .txtlis{} .newsBox ul li .txts .nw-date span { display: block; line-height: 1; } .newsBox ul li .txts .nw-date .d { margin-top: 10px; font-size: 24px; font-weight: 600; } .newsBox ul li .txts .nw-date .y { margin-top: 8px; } .newsBox ul li .txts h2{font-size: 18px;overflow: hidden;margin-bottom: 10px;color: #273135;text-overflow: ellipsis;white-space: nowrap;} .newsBox ul li:hover .txts h2{font-size: 16px;overflow: hidden;margin-bottom: 10px;color: #fff;text-overflow: ellipsis;white-space: nowrap;} .newsBox ul li .txts p{color: #999;height: 42px;font-size: 16px;overflow: hidden;} .newsBox ul li:hover .txts p{color: #fff;height: 40px;font-size: 14px;overflow: hidden;} .newsBox ul li:hover .nw-date{ background-color: #007d3f; color: #fff; } .newsBox ul li:hover h2{ color: #007d3f; } .c_portalResNews_list-01001 { width: 100%; } .new_list li { } .new_list h1 { font-size: 16px; overflow: hidden; text-overflow: ellipsis; color: #333; margin: 15px 0; white-space: nowrap; } .new_list a { display: block; } .new_list p { font-size: 14px; color: #5a7a83; overflow: hidden; height: 120px; line-height: 2; } .new_list span { display: block; color: #007d3f; } .zl_box ul{margin-left: -2%;} .zl_box ul li{ width: 48%; margin-left: 2%; position: relative; background: #fff; cursor: pointer; float:left; text-align: center; -webkit-transition: 0.3s linear; transition: 0.3s linear } .zl_box ul li .pic{ overflow: hidden; } .zl_box ul li .img00{ position: relative; width: 100%; padding-bottom: 50%; height: auto; vertical-align: middle; text-align: center; overflow: hidden; } .zl_box ul li .pic .img00 { transition: 600ms; -webkit-transition: 600ms; } .zl_box ul li .pic img { width: 100%; display: block; transition: 600ms; -webkit-transition: 600ms; -ms-transition: 600ms; height: auto !important; left: 50% !important; top: 50% !important; -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; position: absolute !important; } .zl_box ul li:hover .img00 { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); } .zl_box .con { padding: 15px; transition: all .3s; position: relative; } .zl_box .con h3 { overflow: hidden; color: #666; font-size: 14px; text-overflow: ellipsis; position: relative; white-space: nowrap; } .zl_box .con:before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 0; background: #0075c1; transition: all .3s; } .zl_box ul li:hover{ -webkit-box-shadow: 0 8px 12px rgba(0,0,0,0.1); box-shadow: 0 8px 12px rgba(0,0,0,0.1); } .zl_box ul li:hover .con:before{ height:100%; } .zl_box ul li:hover .con h3{ color:#fff; } .keyan_box li{ overflow: hidden; position: relative; } .keyan_box li .pic{ width:50%; float:left; } .keyan_box li .con{ display: block; overflow: hidden; height: 100%; width:50%; position: absolute; left: 50%; top: 0; } .keyan_box li .cont{ width: 80%; position: relative; margin: 0 auto; z-index: 2; } .keyan_box li .cont h3{ color:#0075c1; margin-bottom:30px; font-size: 22px; background:url(../image/rBQBHF1EZ0eEKjfvAAAAAAXd6Ps941.jpg) no-repeat 0px 3px; padding-left:15px; } .keyan_box li .cont p{ color: #5a7a83; line-height: 2; margin-bottom:30px; text-indent:26px; } .keyan_box li .mor .icon-jiantou { display: inline-block; vertical-align: middle; margin-left: 15px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; } .keyan_box li:hover .icon-jiantou { webkit-transform: translateX(10px); transform: translateX(10px); } .keyan_box .pic { overflow: hidden; } .keyan_box ul li .pic img{ width: 100%; display: block; -webkit-transition: .6s; -moz-transition: .6s; transition: .6s; } .keyan_box ul li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .proBox li { display: flex; flex-wrap: wrap; float: left; overflow: hidden; } .proBox li:first-child { width: calc((100%)/2); } .proBox li:nth-child(2) { width: calc((100%)/4); } .proBox li:nth-child(3) { width: calc((100%)/4); } .proBox li:nth-child(4) { width: calc((100%)/4); } .proBox li:nth-child(5) { width: calc((100%)/4); } .proBox li:first-child .cover { height: 280px; } .proBox li:nth-child(2) .cover { height: 135px; } .proBox li:nth-child(3) .cover { height: 135px; } .proBox li:nth-child(4) .cover { height: 135px; } .proBox li:nth-child(5) .cover { height: 135px; } .proBox li a { width: 100%; display: block; } .proBox a { position: relative; margin: 5px; } .proBox li .proTitle { position: absolute; width: 100%; left: 0; bottom: 0; -webkit-transition: 0.3s; transition: 0.3s; background: rgba(0,0,0,.5); text-align: center; } .proBox li .proTitle h3 { color: #fff; overflow: hidden; line-height: 2.5; padding: 0 10px; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; } .proBox li:hover .proTitle { background:#007d3f; } .proBox .cover { background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; } .proBox img { width: 100%; transition: 600ms; -webkit-transition: 600ms; -ms-transition: 600ms; height: auto !important; left: 50% !important; top: 50% !important; -webkit-transform: translate(-50%, -50%) !important; -ms-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; position: absolute !important; display: none; } .proBox .img00 { position: relative; width: 100%; height: auto; vertical-align: middle; text-align: center; overflow: hidden; } .proBox li .pic {; overflow: hidden; } .proBox ul .img00 { transition: 600ms; -webkit-transition: 600ms; } .proBox ul li:hover .img00 { transform: scale(1.06); -webkit-transform: scale(1.06); -moz-transform: scale(1.06); } @media only screen and (max-width: 1024px) { .invitebox { width: 100%; left: 0; margin-left: 0; } .keyan_box li .cont h3{ margin-bottom:10px; font-size: 20px; } .keyan_box li .cont p{ margin: 0 0 20px; height: 80px; overflow: hidden; } .caseBox ul li{ width: 31.33%; } } @media only screen and (max-width: 980px) { .newstBox ul li .txts .txtlis { } } @media only screen and (max-width: 960px) { .new_list p { height: auto; } .new_list span { display: block; } .new_box .pic .cover { display:none; } .new_box .img00 { padding-bottom:50%; } .new_box .pic img { display:block; } } @media only screen and (max-width: 768px) { .newstBox .cover { display: none; } .newstBox .tlts{ display:none; } .newstBox .newList .img00 { padding-bottom: 50%; } .newstBox .newList { width: 100%; float: none; margin-bottom:20px; } .newstBox ul { width: 100%; float: none; padding-left: 0; } .newsBox .newList .pic{ width:100%; float:none; } .newsBox .newList .contentL{ width:100%; float:none; padding: 20px 0 0 0; } .newsBox .cover{ display:none; } .newsBox .newList .img00{ padding-bottom: 50%; } .new_list h1{ font-size:16px; } .zl_box ul{margin-left: 0;} .zl_box ul li{ width: 100%; margin-bottom: 2%; margin-left:0; float:none; } .keyan_box li .pic{ width:100%; float:none; } .keyan_box li .con { display: block; overflow: hidden; width: 100%; position: static; } .keyan_box li .cont{ width:90%; padding:50px 0; } .keyan_box li .cont p{ height:auto; } .new_box ul{ margin-left:0; } .new_box ul li{ width:100%; float:none; margin-bottom:2%; margin-left:0; } .newsBox ul li .txts{ padding:20px; } .newsBox ul li .txts .nw-date {margin-right: 10px;} .newsBox ul li .txts .txtlis { width: 100%; float: none; margin-top: 10px; } .newsBox ul li .txts h2{ margin:0; } .newsBox ul li .time{ color:#999; font-size:12px; margin:5px 0; } .proBox li:first-child { width: calc((100%)/1); } .proBox li:nth-child(2) { width: calc((100%)/2); } .proBox li:nth-child(3) { width: calc((100%)/2); } .proBox li:nth-child(4) { width: calc((100%)/2); } .proBox li:nth-child(5) { width: calc((100%)/2); } .proBox li:first-child .cover { height: 300px; } .proBox li:nth-child(2) .cover { height: 200px; } .proBox li:nth-child(3) .cover { height: 200px; } .proBox li:nth-child(4) .cover { height: 200px; } .proBox li:nth-child(5) .cover { height: 200px; } .proBox li:first-child a{ margin:5px 0; } .proBox li:nth-child(2) a { margin:5px 5px 0 0; } .proBox li:nth-child(3) a{ margin:5px 0 0 5px; } .proBox li:nth-child(4) a{ margin:5px 5px 0 0; } .proBox li:nth-child(5) a{ margin:5px 0 0 5px; } .proBox li .proTitle{ position: static; } .ggBox ul{margin-left: 0;} .ggBox ul li{ float: none; margin-bottom: 5%; width: 100%; padding: 20px; margin-left: 0; } .ggBox ul li .sumrry{ font-size:12px; height: 35px; } .ggBox ul li .title{ font-size:14px; } .lirunBox ul li span{ font-size:12px; } .lirunBox ul li .title{ width:80%; } .caseBox ul li{ width: 48%; } } @media only screen and (min-width: 769px) { .newsBox ul li .time{ display:none; } .newstBox ul li .time { display: none; } .newsBox .pic img{ display:none; } .newstBox .pic img{ display:none; } .newstBox .tlt{ display:none; } } @media only screen and (max-width:500px) { .proBox li .proTitle h3 { font-size: 12px; } .newstBox ul li .txts .txtlis { width: 78%; } .newstBox ul li .txts p { font-size: 12px; height: 35px; } .proBox .cover{ display:none; } .proBox img{ display:block; } .proBox .img00 { padding-bottom:50%; } .proBox a{ margin:0; } .ggBox ul li .txtst{ width:100%; padding: 0; float:none; text-align:left; } .ggBox ul li .cont{ border: none; width:100%; margin-top: 10px; padding: 10px 0 0 0; float:none; border-top: 1px solid #ebebeb; } .lirunBox ul li .title{ width:60%; } .lirunBox ul li a { padding: 15px 1.5% 15px 0; } .caseBox ul{margin-left: 0;} .caseBox ul li{ width: 100%; margin-left: 0; margin-bottom:5%; float:none; } } .p_page .pageNum.active{background-color: #29408c !important; border-color: #29408c !important;} .p_page .pageNum:hover{background-color: #29408c !important; border-color: #29408c !important;} .p_page .pre:hover{background-color: #29408c !important; border-color: #29408c !important;} .p_page .next:hover{background-color: #29408c !important; border-color: #29408c !important;} *{ padding: 0; margin: 0; } .pagebox{ width: 100%; }.pagebox,#-remove--flag{width:100%;margin:0px auto;}body,#-remove--flag{background-color:rgba(249, 249, 249, 1);}#c_portalResPublic_codeContainer-15597066777571059{ 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; } @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_portalResNews_category-15602191394858015 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResNews_category-15602191394858015 >div{ animation-fill-mode:both; } #c_portalResNews_category-15602191394858015{ width:auto; max-width:1280px; 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; } #c_portalResNews_list-15597091539445674 .p_articles{ width:calc((100% - 0px)/1); } #c_portalResNews_list-15597091539445674 .p_CommonSummaryBoxA{ text-align:center; } #c_portalResNews_list-15597091539445674 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResNews_list-15597091539445674 >div{ animation-fill-mode:both; } #c_portalResNews_list-15597091539445674 .p_page .pre .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15597091539445674 .p_page .next .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15597091539445674 .p_more .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } #c_portalResNews_list-15597091539445674 .p_loading .iconfont:before{ shadow-angle:0px; shadow-distance:0px; shadow-angle-ofInset:0px; shadow-distance-ofInset:0px; } @media (max-width: 768px){ #c_portalResNews_list-15597091539445674 .p_pagebox .pre { background-color: #29408c; } #c_portalResNews_list-15597091539445674 .p_pagebox .next { background-color: #29408c; } } #c_portalResNews_list-15597091539445674{ width:100%; max-width:1280px; 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:2%; padding-left:0px; padding-right:0px; padding-bottom:2%; } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1559706717477 > div > .p_gridbox{ background-color:rgba(255, 255, 255, 1); } #w_grid-1559706717477 .p_MatteIcon .iconfont:before{ content:'\e602'; } #w_grid-1559706717477 >div{ animation-fill-mode:both; } #w_grid-1559706717477 > div > .p_gridbox > .p_gridCell:nth-child(n+1){ margin-left:0px; clear:left; }  @media only screen and (min-width: 769px){ #w_grid-1559706717477> div > .p_gridbox > .p_gridCell{ margin-bottom:0rem; margin-top:0rem; margin-left:0px; } #w_grid-1559706717477> div > .p_gridbox > .p_gridCell:nth-child(2n+0){ width:60.22%; margin-left:0px; margin-right:0px; clear:none; } #w_grid-1559706717477> div > .p_gridbox > .p_gridCell:nth-child(2n+1){ margin-left:0px; clear:left; margin-right:0px; width:39.78%; } #w_grid-1559706717477> div > .p_gridbox > .p_gridCell:nth-child(2n){ margin-right:0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ } #w_grid-1559706717477{ width:100%; max-width:1280px; 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_portalResBreadcrumb_nav-15967053984094524 .p_MatteIcon .iconfont:before{ content:'\e602'; } #c_portalResBreadcrumb_nav-15967053984094524 >div{ animation-fill-mode:both; } #c_portalResBreadcrumb_nav-15967053984094524 .p_breadcrumbList span{ display:inline-block; font-size:14px; color:#555; } #c_portalResBreadcrumb_nav-15967053984094524 .p_breadcrumbFirst .i_homePage:hover{ color:#ca0912; cursor:pointer; display:inline-block; } #c_portalResBreadcrumb_nav-15967053984094524 .p_breadcrumbList{ text-align:right; margin:10px 0px; } #c_portalResBreadcrumb_nav-15967053984094524 .p_breadcrumbList span .iconfont{ position:absolute; width:20px; height:22px; left:0px; } #c_portalResBreadcrumb_nav-15967053984094524 .p_breadcrumbList span .iconfont:before{ content:'\e630'; color:#29408c; font-size:20px; } #c_portalResBreadcrumb_nav-15967053984094524 .p_breadcrumbList span.weizhi{ padding-left:25px; } @media only screen and (max-width: 768px){ #c_portalResBreadcrumb_nav-15967053984094524 .p_breadcrumbList { text-align: left; margin: 10px 0px; } } @media only screen and (max-width: 1024px) and (min-width: 769px){ #c_portalResBreadcrumb_nav-15967053984094524 .p_breadcrumbList { text-align: left; margin: 10px 0px; } } #c_portalResBreadcrumb_nav-15967053984094524{ max-height:none; padding-top:0px; padding-left:10px; padding-bottom:0px; min-height:0px; margin-right:auto; margin-left:0px; max-width:none; width:auto; margin-top:0px; margin-bottom:0px; min-width:0px; height:auto; padding-right:10px; }