								#footer-nav .targets a,
								#footer-nav .copright-right a {
									color: #949494!important;
								}
								
								#footer-nav .targets a:hover,
								#footer-nav .copright-right a:hover {
									color: #007cba!important;
								}
								/*控制页面滚动*/
								
								html,
								body {
									height: 100%;
								}
								
								.preventScroll {
									height: 100%;
									overflow: hidden;
								}
								
								.targets {
									padding-top: 60px;
									padding-bottom: 60px;
									height: 250px;
									background: #333;
									color: #E4E4E4;
									font-size: 14px;
								}
								
								.targets-en {
									height: 120px;
								}
								
								.targets a {
									color: #949494;
								}
								
								.targets-left {
									float: left;
									text-align: left;
									margin-left: .2rem;
								}
								
								.targets-dl {
									float: left;
									margin-left: .15rem;
								}
								
								.lang-en-css {
									font-size: 12px;
									margin-left: .3rem;
									margin-right: .3rem;
								}
								
								.targets-dl dt {
									color: #E4E4E4;
									padding-right: 10px;
									font-weight: normal;
								}
								
								.targets-dl dt .footer-nav-icon {
									display: none;
								}
								
								.targets-dl div {
									margin-top: 18px;
								}
								
								.targets-dl div dd {
									font-size: 12px;
									margin-bottom: 12px;
									cursor: pointer;
									display: block;
								}
								
								dd::before {
									width: 0;
									height: 0;
									display: block;
								}
								
								.targets-dl div dd a:hover {
									color: #007cba;
								}
								
								.lang-en-css {
									font-size: 12px;
									margin-left: .1rem;
								}
								
								.lang-en-css div dd {
									font-size: 12px;
									margin-bottom: .1rem;
									cursor: pointer;
								}
								
								.targets-right {
									float: right;
									margin-right: .4rem;
									text-align: center;
								}
								
								.enspan {
									font-size: 22px;
									color: #E4E4E4;
									display: block;
									margin-bottom: 10px;
								}
								
								.service-time {
									font-size: 14px;
									color: #949494;
									line-height: 28px;
								}
								
								.targets-right a.email-send {
									display: inline-block;
									margin-top: 20px;
									background: #007cba;
									width: 160px;
									height: 36px;
									line-height: 36px;
									color: #E4E4E4;
									border-radius: 5px;
									font-size: 12px;
									letter-spacing: 2px;
									cursor: pointer;
								}
								
								.target-right-en a.email-send {
									margin-top: 0;
								}
								
								.targets-right a.email-send i {
									display: inline-block;
									margin-top: 7px;
									margin-right: 12px;
									font-size: 21px;
									vertical-align: top;
								}
								
								.copright {
									clear: both;
									background: #333;
									height: 50px;
									line-height: 48px;
									font-size: 12px!important;
									color: #949494;
									position: relative;
									border-top: 1px solid #3E3E3E;
								}
								
								.copright span.copright-left {
									margin-left: .4rem;
								}
								
								.copright span.copright-right {
									float: right;
									margin-right: .4rem;
								}
								
								.copright p.copright-down {
									display: none;
								}
								
								.copright-right a {
									color: #949494;
									margin-right: 5px;
									cursor: pointer;
								}
								
								.copright-right a:hover {
									color: #007cba;
								}
								
								.copright-a {
									color: #949494;
								}
								
								.copright-a:hover {
									color: #007cba;
								}
								
								.copright .pc-show {
									display: inline;
								}
								
								.copright .mobile-show {
									display: none;
								}
								
								.code-modal-mask {
									position: fixed;
									top: 0;
									left: 0;
									width: 100%;
									height: 100%;
									background: rgba(0, 0, 0, .5);
									z-index: 999999;
									display: none;
									transition: opacity .3s ease;
									overflow: hidden;
								}
								
								.code-modal-mask .modal-wrapper {
									display: table-cell;
									vertical-align: middle;
								}
								
								.code-modal-mask .modal-container {
									width: 7rem;
									margin: 0px auto;
									border-radius: 5px;
									position: relative;
									background: #eee;
									z-index: 9999999;
								}
								
								.model-code-box {
									border-radius: 5px;
									width: 100%;
									padding: 20px 0 40px;
									color: #666;
									text-align: center;
								}
								
								.model-code-box h2 {
									font-size: 21px;
									text-align: center;
									margin-bottom: 20px;
								}
								
								.model-code-box img {
									width: 40%;
								}
								
								.model-code-box img.mfirst {
									margin-right: 7%;
								}
								
								.model-code-box p {
									margin-top: 10px;
								}
								
								.model-code-box p span {
									color: #333;
									font-size: 16px;
									width: 48%;
									display: inline-block;
									text-align: center;
								}
								
								.code-close {
									position: absolute;
									top: -12px;
									right: -15px;
									width: 30px;
									height: 30px;
									cursor: pointer;
									background: url(../../image/video_close.png) 0 0 no-repeat;
									background-size: 30px;
									overflow: hidden;
									z-index: 9999999;
								}
								/* 邮箱摇动动画 */
								
								@-webkit-keyframes shakeInput {
									0% {
										-webkit-transform: translate3d(0, 0, 0);
									}
									25% {
										-webkit-transform: translate3d(5px, 0, 0);
									}
									50% {
										-webkit-transform: translate3d(0, 0, 0);
									}
									75% {
										-webkit-transform: translate3d(-5px, 0, 0);
									}
									100% {
										-webkit-transform: translate3d(0, 0, 0);
									}
								}
								
								@keyframes shakeInput {
									0% {
										transform: translate3d(0, 0, 0);
									}
									25% {
										transform: translate3d(5px, 0, 0);
									}
									50% {
										transform: translate3d(0, 0, 0);
									}
									75% {
										transform: translate3d(-5px, 0, 0);
									}
									100% {
										transform: translate3d(0, 0, 0);
									}
								}
								
								@media screen and (max-width: 1049px) {
									.targets {
										padding-top: 1px;
										color: #E4E4E4;
										height: auto;
										padding-bottom: 40px;
									}
									.targets-left {
										float: none;
										text-align: left;
										width: 10rem;
										margin-left: 0;
									}
									.targets-dl {
										float: none;
										margin-left: 0;
										margin-top: 5px;
									}
									.targets-dl dt {
										padding-right: 0;
										text-align: left;
										width: 9.2rem;
										margin-left: .3rem;
										margin-top: .3rem;
										border-bottom: 1px solid #3E3E3E;
										padding-top: 10px;
										padding-bottom: 12px;
									}
									.targets-dl dt .footer-nav-icon {
										display: block;
										float: right;
										margin-top: 5px;
									}
									.targets-dl div {
										display: none;
										margin-top: 0;
										padding-right: 0;
										width: 10rem;
										padding-top: .5rem;
										padding-bottom: .3rem;
										border-right: none;
										background: #000;
									}
									.targets-dl div dd {
										font-size: 14px;
										margin-bottom: .3rem;
										cursor: pointer;
										text-indent: 1rem;
									}
									.targets-dl div dd:hover {
										color: #007cba;
									}
									.targets-right {
										float: none;
										margin-right: 0;
										text-align: center;
										margin-top: 40px;
									}
									.enspan {
										font-size: 24px;
									}
									.service-time {
										font-size: 14px;
									}
									.copright {
										height: auto;
										line-height: 21px;
										font-size: 12px;
										color: #888;
										text-align: center;
										padding-bottom: 30px;
										border-top: none;
									}
									.copright>span {
										display: block;
									}
									.copright span.copright-left {
										padding-left: 0;
										display: none;
									}
									.copright span.copright-right {
										margin-right: 0;
									}
									.copright span.copright-right {
										float: none;
										padding-right: 0;
										margin-bottom: .3rem;
									}
									.copright p.copright-down {
										display: block;
									}
									.copright-right a {
										color: #a4a4a4;
										margin-right: 5px;
										cursor: pointer;
									}
									.copright-right a:hover {
										color: #007cba;
									}
									.paddingtop30 {
										padding-top: 30px;
									}
									.paddingtop10 {
										padding-top: 10px;
									}
									.paddingtop5 {
										padding-top: 5px;
									}
									.copright-right span.pc-show {
										display: none;
									}
									.copright-right p.pc-show {
										display: none;
									}
									.copright-right p.mobile-show {
										display: block;
									}
									.copright-right span.mobile-show {
										display: inline;
									}
									.code-modal-mask .modal-container {
										width: 9rem;
									}
									.scorll-uper {
										right: 5px;
										bottom: 5px;
									}
								}
								
								@media screen and (min-width: 1050px) {
									.footer-en .targets-dl {
										margin-right: .15rem;
										margin-left: .15rem;
									}
									#footer-nav.footer-en dl dd a,
									#footer-nav .copright a {
										font-size: 12px;
									}
								}
								
								@media screen and (min-width: 1300px) {
									#footer-nav.footer-en dl dd a {
										font-size: 14px;
									}
									#footer-nav .copright a {
										font-size: 12px;
									}
									.targets {
										font-size: 14px;
										height: 250px;
									}
									.targets-en {
										height: 150px;
									}
									.targets-left {
										margin-left: 0rem;
									}
									.targets-dl {
										margin-left: .3rem;
									}
									.targets-dl div dd {
										font-size: 14px;
										margin-bottom: 12px;
									}
									.lang-en-css {
										font-size: 14px;
										margin-left: .3rem;
										/* margin-right:.3rem; */
									}
									.lang-en-css div dd {
										font-size: 14px;
									}
									.targets-right {
										margin-right: .6rem;
									}
									.copright {
										font-size: 12px;
									}
									.copright span.copright-left {
										margin-left: .5rem;
									}
									.copright span.copright-right {
										margin-right: .6rem;
									}
									.code-modal-mask .modal-container {
										width: 5rem;
									}
									.footer-en .targets-dl {
										margin-left: .18rem;
									}
								}
								
								@media screen and (min-width: 1440px) {
									.footer-en .targets-dl {
										margin-left: .25rem;
									}
								}
								/* MVC右侧悬浮栏 */
								
								.scroll-top {
									width: 46px;
									height: 46px;
									border-radius: 50% 50%;
									background: rgba(0, 0, 0, .33);
									position: fixed;
									bottom: 10px;
									right: 10px;
									z-index: 9999;
									cursor: pointer;
									overflow: hidden;
								}
								
								.scroll-top .icon-top {
									display: block;
									width: 20px;
									height: 20px;
									background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAQAAAAkGDomAAACY0lEQVR4Ae3XQ8PldRTA8fPYV9m2uWrVO2nVMtc+2zZHjeexbdu2V8Pqm3mu7x9N/T5v4McjMQzDMAzDMAzDfdzC89SzwimOM0MZT3Cx/FuQzFNs80/L3Cf/BmSzl1CeF7fhp4Jw3hA3cTblRPKWuAUP5Wjam249bg3Relecxnk0oA1wPw+ygfYhKeIcLqYWrZ4L5CfcziTax+IUAtShtXGB/IbbmUX7RJzAObSgNXO+/AXXM4n2GWn2P24TWjl++QcuYRDtczLFPlxCLVopHhGNqxlC+0Lswlk0olVzpoTA9YyhfWVLRHMRPWhVBCQMLmcA7WuyxFpcQSdaPtkSAefThbaTHLEOl9KElk9elIcbQNtJsnVVox2tGI9EiasYQNtNuiSOy+lDKyBXYsAFdKDtIFcSw9V0oRWRGUeCb0LbSZ7EjytpRasgEGcW7UL7lrT4Q2MArQq/xImL6ULLjyuiuYbxRP+expnUoR3EE/vf60Pbq/6eVVvcR05skduJdsia5MoFtKAdIiv62xtByydLLMI5NKIV4pHIuIlJC2ItAjyUouVHzA9czyDa16SKxTiXdrTDeCU0rmUQbQdpYgMupgetLGSe4EZm0XaQLDbhXJrRqvCKxi3MOT/oEKASrRif/nsjaB84MoQ1RKwu3ODmJMvZNKPV4ZdfcTcraB+JY/BTidbA2fIz+tHeFkfhoRDtPfkZ2uviOHyU809b8jN3tqfhpYq/+0FvEF4V15DFEf6qSX7G8/zpBXEV2ezjd8e4R37FY/SxRQcPiuvI4C36mKKEe+U0ZxiGYRiGYRiGYfwII7SVPjvkPmgAAAAASUVORK5CYII=') no-repeat;
									background-position: center;
									background-size: cover;
									position: absolute;
									top: 50%;
									left: 50%;
									transform: translate(-50%, -50%);
								}
								
								.aside-bar {
									width: 46px;
									position: fixed;
									right: 3px;
									top: 58%;
									transform: translateY(-50%);
									z-index: 9999;
									color: #fff;
									font-size: 14px;
									background: #337ab7;
									border-top-left-radius: 4px;
									border-bottom-left-radius: 4px;
								}
								
								.aside-bar .item-box {
									height: 46px;
									line-height: 46px;
									box-sizing: border-box;
									font-size: 0;
									white-space: nowrap;
									border-bottom: 1px solid rgba(255, 255, 255, .3);
									float: right;
									transition: all .35s;
								}
								
								.aside-bar .item-box span {
									display: none;
									font-size: 14px;
									padding: 0 15px;
								}
								
								.aside-bar .item-box a {
									display: inline-block;
									width: 46px;
									height: 46px;
									position: relative;
									font-size: 14px;
									text-align: center;
									line-height: 46px;
									box-sizing: border-box;
								}
								
								.aside-bar .item-box:last-of-type {
									border-bottom: none;
								}
								
								.aside-bar .item-box a .icon {
									display: inline-block;
									width: 20px;
									height: 20px;
									vertical-align: middle;
								}
								
								.aside-bar .item-box a.i-service .icon {
									background: url(../../image/email/qq.png) no-repeat;
									background-size: cover;
								}
								
								.aside-bar .item-box a.i-top .icon {
									background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAQAAAAkGDomAAACY0lEQVR4Ae3XQ8PldRTA8fPYV9m2uWrVO2nVMtc+2zZHjeexbdu2V8Pqm3mu7x9N/T5v4McjMQzDMAzDMAzDfdzC89SzwimOM0MZT3Cx/FuQzFNs80/L3Cf/BmSzl1CeF7fhp4Jw3hA3cTblRPKWuAUP5Wjam249bg3Relecxnk0oA1wPw+ygfYhKeIcLqYWrZ4L5CfcziTax+IUAtShtXGB/IbbmUX7RJzAObSgNXO+/AXXM4n2GWn2P24TWjl++QcuYRDtczLFPlxCLVopHhGNqxlC+0Lswlk0olVzpoTA9YyhfWVLRHMRPWhVBCQMLmcA7WuyxFpcQSdaPtkSAefThbaTHLEOl9KElk9elIcbQNtJsnVVox2tGI9EiasYQNtNuiSOy+lDKyBXYsAFdKDtIFcSw9V0oRWRGUeCb0LbSZ7EjytpRasgEGcW7UL7lrT4Q2MArQq/xImL6ULLjyuiuYbxRP+expnUoR3EE/vf60Pbq/6eVVvcR05skduJdsia5MoFtKAdIiv62xtByydLLMI5NKIV4pHIuIlJC2ItAjyUouVHzA9czyDa16SKxTiXdrTDeCU0rmUQbQdpYgMupgetLGSe4EZm0XaQLDbhXJrRqvCKxi3MOT/oEKASrRif/nsjaB84MoQ1RKwu3ODmJMvZNKPV4ZdfcTcraB+JY/BTidbA2fIz+tHeFkfhoRDtPfkZ2uviOHyU809b8jN3tqfhpYq/+0FvEF4V15DFEf6qSX7G8/zpBXEV2ezjd8e4R37FY/SxRQcPiuvI4C36mKKEe+U0ZxiGYRiGYRiGYfwII7SVPjvkPmgAAAAASUVORK5CYII=) no-repeat;
									background-size: cover;
								}
								
								.aside-bar .item-box:hover {
									background: #434445;
									border-bottom: 1px solid #434445;
								}
								
								.aside-bar .item-box:hover span {
									display: inline-block;
								}
								
								@media screen and (max-width: 950px) {
									.aside-bar {
										top: auto;
										bottom: 10px;
										right: 10px;
										transform: translateY(0);
										background: transparent;
									}
									.aside-bar .item-box {
										width: 46px;
										background: #fff;
										border-radius: 50%;
										margin-bottom: .18rem;
										box-shadow: 0 0 4px 2px rgba(0, 0, 0, .18);
									}
									.aside-bar .item-box span {
										display: none;
									}
									.aside-bar .item-box:not(:last-of-type) a {
										border-bottom: none;
									}
									.aside-bar .item-box a.i-phone .icon {
										background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAGHklEQVR4AWKgNxgFgHLuMUp2Zgvj+D32a9s6tm3btm3btm3btm3btmff/zWrOumuzEwyvdbv696VZ6VrkqrqabMqAvKgN1bhAuS/vMUpLEUPZArzuRFCZDTCLohNr7EeVRAxLIZXDDsgBmxF1rB01/WCGBaEFl4P72OshjhoCiJ5MbwPsBUSDOZ5McAZEIvu4ST2Yjf24hQeQSzq76XwmkEs2IPmSIgY/1XjHaRAJxyGWFDcC+F9j1cQjeuog3cs1vwIzfEMonEfX7o9wLkQjYOI7Wft9LgC0Rjh5vBSQzQu4McAeyTAXYjCU/zm1ue9wRCF20hkqFcuH9NECzcGmALHIArtDfebCFFYjXBuC7ApXiou6AY+M9wvMV4o+t3Fj1764zHeoZ4bPfNIw4CPQBRKOdSzPUShk9sCPK+4kOdI4VDPPHir6DvIbQGe08xH8R3qmVbzcD3JbQGeDYEA02sCHOeVAB8iiUM982q+wgPdFuBpxYU8QlKHejaGKLTyyl/ht8jqUM8FEIWc7gpQv1FU2IF+P+KBot9lfOu2AHV3Q1MH+g2FKKxy47twHwQpLmiI4V5x8QSi0NCNAdbCfcUFLUZ4Q30+8vHWcxafuzHAbLiouKhT+MhAj6+wG6LRzK2LqT9gn2YPN7mBxdpTFla733HzBnoPiELVAGqXwAOIRhDSuH0/JAdEYbKfNX/CY4gP9b2wI/eeZtPnLj5xaIt0gJf2hOdAFEr6Ua++j23Mtl47kVATojDLj3plIQpDvXik4yc80mw5/mKzXkbN3sdCRPBiiAuMvSUwb+KmZqv0My8GWByicAjRbNZbD1Eo7cUAP8NViEIJm/W6QRSm/cmTH/0phR2IYnMeFIUHSODFAJP4OE1VxEatmDgHURjr1btwlrG7UL8H/AqZvBhgCjwx8n7MYgWeQxR2I0owXFNMfIMvg6UfTaZDFC7iK4t1wmM4RGOo4bFHRBI0xGTsw3FcwkUcxS6MRgX8jHCmA4yHIIhCPxu1EuIxRKOtoaeIOtiL5xCLHmMlSiKGyRDHQhTeIJuNWi0ggYaoqV8XZyEB2oRcpgL8ENchCsfxno05aCfEhyGIZGOM32EBxLBuiGoixPoQjeE2av2CexbvgkwW6iXCaYhD1uBdEyGuhGiU9Pd1UeMt+uA3zf7yWYjD1iCmicealxD9yVL/j3Zo3Mco5MFH/7ZQcRxiwyPcwV28gNiwAdEDDbEeRGM3Ytio1wZi00mMwWKIBQfRDtkRG7/+XXwURG9chFjQ08RXeRVEY6rNetXwAmLYBVRBLIs/rGyBRxAfCgQa4M+45v8+h35f2pDl+M7PaeqwhTs6qonDkY8hGo1t1vwOMyEBmhjgtb2PXRCNcpoKhuZDoJafBy/3Q/ywxeBvBnXPvhsRyUSj4RAf6vpRNxoqYy2eQSx4iWQG38AqQxSe4ycTTaJgqakQNdNFL6zysVJe0YHFlK0QheqmmsTCeogPTQ3tGhZEfQzEGkxARodWo6pAFCaYbPQRdkF86I7wBvtGCYZDV28U17LfiR9rH4P4MAfvumRRObrmSN4VJxp+hUMQH/bgFxcEGAlLFNdwzclt0a0QH66jhAsCVL0yXnX636YshVjQDtE9eQcamD9m21gBThoKA4yBg4oxnw+OAYRDX4gFT9AM0UNRgAnwWjHezcE5kKp4ZGP5KVsoCbADRKFvcA8mFc5ALAjCOPwRguFFwwEDy1pGB/UppkEseoq+IfLIo/+vdXfxeUh+NSrhGcSia+iPuP43NXQwFBgSGuaXZFgIseEhpiMr3nFoXPFxw8deePxQ9TMzP7cld6MZ0hgcSywLK9JjQuMD6xcYhjcBbDv2QS58F8A4ikI0juGT0PzqlBRLEATxwxtcxR6MQROUQnakwK/4GnGQD8kR/t/614ZopHXDCkh45MN2iCFv8BJP8RjPEISXWIpv/947rq0FVBeEWQDz8RbioL34QHGM5SWauP2wZ0r0w3WIQwr9W7/s6IGOSOalU7OfoyIW4x7EoGLeCcr6Ka+6WIgLkABcw/f6ht4O82vkQWvMxT4bj0RnkDrshqc/UpwdBbSPMZ7+uODzZ21refVVbxQPAAAAAElFTkSuQmCC) no-repeat;
										background-size: cover;
									}
									.aside-bar .item-box a.i-service .icon {
										background: url(../../image/email/qq_blue.png) no-repeat;
										background-size: cover;
									}
									.aside-bar .item-box a.i-top .icon {
										background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAC2UlEQVR4AezBMQEAAAwCIIMv2dLZwgsIAAAAAACM3Jc9e3awowsDMH7Wvoptm1Wq/CepUsZJH9u288W2bds2q+TzydOtd9/3crDFr7t8ZuZgxkm6YSLO4CP+wZ94icMYhaa+CyiQjjH4AVuNDxjgm4AC+dgCqzTR9wERxlHYKM3yc8C6OAIbozl+DBgQxZOb7aeAYZyEjbP5fgjYAGeFQe5iIAbjq/A9i5Hh1YBNcUoY4gwalXhvTzwTvnepFwNGcFoY4HKZeCUjvoIVWOalgPVwEVbgAhrCVKKj4kxcgSy3B2yK87ACRxAWfGYz3IMVWIlctwZsphjzDiEAI9QW92EFVrkxYB2cgxU4gdowSh3xGFZgDTLcErAJbsIKHEcEJkotcRdWYC3ynB6wFa7BCuxBPkyMGuI6rMAGFDg1YHOcV8QrivOBu6uImO60gA1wBVbgAAIwcdZGEXEjsp0SsCVuwwrsRSFMgjTCVViB9ShMdcC2ivFnP3KTtHA/r7ici1IVsDUuwQocRQQmSZopDuxmZCU7YHPFeHMcYZgka6qIuAcFyQrYDk8cMOZJ1FbcxNiBQKIDtlVMGFsEY57TIm5FQaICtlQskneiAMYhGuGi4rfnxTtgWzxUjCd5MA5TT7E/34dAvAJ2wTPNjAbjUAEcUpwIkVgDdsQ9xWY9E8bh6it2TbsQjDZge0W89ciCcYmmijtGh1GoDdgZrxTx0mFcpj4uKNayQWnAbngtfXgD42IRHFPcBAlVF7CjYrZdBOMB9XBWv2MpH7CT5tkrjIfUVVzOpxEuG7AvPsIKLIHxoLDicj6LuiUD3hG+cS6MhwWwT9hiQcmAVmAmjA+EcETQ43uZgDXxSgjieDVN/pcGnA7jQ3nYXUWX8yUDToRFWZNgfCwfW2HL+IV+ZZcxI3Ab33EVg2FMjRzMwW08x0H0/90eHBMAAAAgDFr/1LbwAgIAAAAAAABOBrKrQEQcYbKxAAAAAElFTkSuQmCC) no-repeat;
										background-size: cover;
									}
								}
								
								@media screen and (max-width: 370px) {
									.copright a span {
										line-height: 32px;
									}
									.copright span.copright-right {
										margin-right: 0;
									}
									.copright-right a {
										margin-right: 10px;
									}
									.copright .little-mobile-a {
										margin-left: 18px;
									}
									.copright .little-mobile-hidden {
										display: none;
									}
									.copright .lang-open {
										display: block;
									}
								}
								
								.information {
									width: 80%;
									margin: 0 auto;
									margin-bottom: 50px;
								}
								
								.information-nav {
									background: #EEE;
									width: 100%;
									z-index: 9;
									position: absolute;
									top: 60px;
									left: 0;
									height: 45px;
									z-index: 99;
									border-bottom: 1px solid #e4e4e4;
									margin-top: 15px;
								}
								
								.information-nav-title {
									width: 80%;
									margin: 0 auto;
									overflow: hidden;
									line-height: 50px;
								}
								
								.information-nav-title a {
									color: #000000;
								}
								
								.information-nav-title a:nth-child(1) {
									float: left;
								}
								
								.information-nav-title a:nth-child(3),
								.information-nav-title a:nth-child(2),
								.information-nav-title a:nth-child(4) {
									float: right;
									margin: 0 10px;
									font-size: 14px;
								}
								
								.information-nav-title a:nth-child(3) {
									color: rgb(0, 124, 186);
								}
								
								.information-nav-title a:nth-child(2):hover,
								.information-nav-title a:nth-child(3):hover,
								.information-nav-title a:nth-child(4):hover {
									color: rgb(0, 124, 186);
								}
								
								.information-nav p {
									line-height: 50px;
									font-size: 14px;
								}
								
								.information-img img {
									margin-top: 200px;
									width: 100%;
								}
								
								.asimg {
									width: 100%;
								}
								
								.asimg img {
									width: 100%;
									vertical-align: middle;
								}
								
								.address {
									width: 100%;
									margin: 80px 0;
									overflow: hidden;
								}
								
								.address-text {
									width: 40%;
									float: left;
								}
								
								.address-text ul li {
									font-size: 14px;
								}
								
								.address-text ul li:nth-child(1) {
									margin: 20px 0;
									font-weight: 700;
								}
								
								.address-text ul li:nth-child(2) {
									color: #696969;
								}
								
								.address-text ul li:nth-child(3) {
									color: #696969;
								}
								
								.address-text ul li:nth-child(4) {
									color: #696969;
								}
								
								.address-text ul li:nth-child(5) {
									margin: 20px 0;
									font-weight: 700;
								}
								
								.address-text ul li:nth-child(6) {
									color: #696969;
								}
								
								.address-text ul li:nth-child(7) {
									margin: 20px 0;
									font-weight: 700;
								}
								
								.address-text ul li:nth-child(8) {
									color: #696969;
								}
								
								.address-text ul li:nth-child(9) {
									margin: 20px 0;
									font-weight: 700;
								}
								
								.address-text ul li:nth-child(10) {
									color: #696969;
								}
								
								.address-map {
									float: right;
									width: 60%;
									box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.09);
								}
								
								.address-map img {
									width: 100%;
									vertical-align: middle;
								}
								
								.sales-manager {
									width: 100%;
									overflow: hidden;
									font-size: 15px;
									color: #696969;
									margin-top: 50px;
								}
								
								.sales-manager-title ul li {
									display: inline-block;
									font-weight: 700;
									font-size: 16px;
									color: #000000;
									margin-bottom: 50px;
								}
								
								.sales-manager-title ul li:nth-child(2),
								.sales-manager-one ul li:nth-child(2),
								.sales-manager-two ul li:nth-child(2),
								.sales-manager-three ul li:nth-child(2),
								.sales-manager-four ul li:nth-child(2) {
									width: 40%;
								}
								
								.sales-manager-title ul li:nth-child(3),
								.sales-manager-one ul li:nth-child(3),
								.sales-manager-two ul li:nth-child(3),
								.sales-manager-three ul li:nth-child(3),
								.sales-manager-four ul li:nth-child(3) {
									width: 10%;
								}
								
								.sales-manager-title ul li:nth-child(1),
								.sales-manager-one ul li:nth-child(1),
								.sales-manager-two ul li:nth-child(1),
								.sales-manager-three ul li:nth-child(1),
								.sales-manager-four ul li:nth-child(1) {
									width: 49%;
								}
								
								.sales-manager-one ul li:nth-child(1),
								.sales-manager-two ul li:nth-child(1),
								.sales-manager-three ul li:nth-child(1),
								.sales-manager-four ul li:nth-child(1) {
									color: rgb(0, 124, 186);
									font-weight: 500;
								}
								
								.parallel ul li {
									display: inline-block;
									width: 33%;
									margin: 20px 0;
								}
								
								.sales-manager-line {
									border-top: 4px solid #f5f5f5;
								}
								
								#information img {
									margin-top: 80px;
									width: 100%;
								}
								
								.information-r {
									width: 60%;
									margin: 0 auto;
									margin-bottom: 50px;
								}
								
								.information-post div:nth-child(1) {
									font-size: 24px;
									font-weight: bold;
									color: #333;
									margin-top: 60px;
								}
								
								.information-post ul li div:nth-child(1) {
									font-size: 24px;
									font-weight: bold;
									padding: 14px 0 6px 0;
									border-bottom: 1px solid #ccc;
									color: #333;
								}
								
								.information-post ul li div:nth-child(2) p:nth-child(2),
								.information-post ul li div:nth-child(2) p:nth-child(3),
								.information-post ul li div:nth-child(2) p:nth-child(4),
								.information-post ul li div:nth-child(3) p:nth-child(2),
								.information-post ul li div:nth-child(3) p:nth-child(3),
								.information-post ul li div:nth-child(3) p:nth-child(4),
								.information-post ul li div:nth-child(3) p:nth-child(5),
								.information-post ul li div:nth-child(3) p:nth-child(6),
								.information-post ul li div:nth-child(3) p:nth-child(7),
								.information-post ul li div:nth-child(3) p:nth-child(8),
								.information-post ul li div:nth-child(3) p:nth-child(9) {
									color: #696969;
									margin: 20px 0;
								}
								
								.information-post ul li div:nth-child(2) p:nth-child(1),
								.information-post ul li div:nth-child(3) p:nth-child(1) {
									font-size: 18px;
									padding-top: 20px;
									color: #333;
								}
								
								@media only screen and (min-width: 100px) and (max-width: 950px) {
									.asimg {
										margin-top: 60px;
									}
									.map {
										margin-top: 60px;
									}
									.box-culture p {
										font-size: 15px;
									}
								}
								
								.tab-box {
									width: 90%;
									max-width: 1200px;
									margin: 61px auto;
								}
								
								.box-text p {
									margin: 20px;
									color: #666;
									font-size: 16px;
									line-height: 26px;
									text-align: left;
								}
								
								.box-culture p {
									margin: 10px 20px;
									color: #27ADEF;
									font-size: 25px;
									line-height: 26px;
									text-align: left;
								}
								
								.clearfix li span {
									padding-bottom: 13px;
								}
								
								.box-culture p span {
									font-size: 15px;
									color: #666;
								}
								
								#p-1 {
									display: block;
								}
								
								#p-2 {
									display: none;
								}
								
								#p-3 {
									display: none;
								}
								
								#p-4 {
									display: none;
								}
								
								#p-5 {
									display: none;
								}
								#p-5 img{
									width: 100%;
									text-align: center;
								}
								.page-nav {
									font-size: 14px;
									width: 100%;
									overflow: hidden;
									background: #f4f4f4;
									padding-top: 40px;
								}
								
								.page-nav ul {
									width: 90%;
									max-width: 1200px;
									margin: 0 auto;
								}
								
								.page-nav ul li {
									float: left;
									width: 20%;
									position: relative;
									text-align: center;
									cursor: pointer;
									font-size: 18px;
									padding-bottom: 15px;
								}
								
								@media screen and (max-width: 599px) {
									.page-nav {
										overflow: auto;
										width: 100%;
										padding-top: 10px;
									}
									.page-nav.top-fixed {
										position: fixed;
										top: 0;
										left: 0;
										overflow: auto;
										margin: 0;
										z-index: 999;
									}
									.page-nav ul {
										white-space: nowrap;
										width: auto;
									}
									.page-nav ul li:first-child::after {
										left: 50%;
										-webkit-transform: translateX(-50%);
										transform: translateX(-50%);
									}
									.page-nav ul li:last-child::after {
										left: 50%;
										-webkit-transform: translateX(-50%);
										transform: translateX(-50%);
									}
									.page-nav.page-nav-en ul {
										white-space: nowrap;
										width: 10rem;
										text-align: center;
										padding-left: 20px;
									}
									.page-nav ul li {
										height: 1.0666667rem;
										line-height: 1.0666667rem;
										padding: 0 15px;
										display: inline-block;
										width: auto;
										color: #333;
										float: none;
										font-size: 14px;
									}
									.page-nav ul li.active::after {
										content: "";
										width: .2rem;
										height: 2px;
										background: #007cba;
										position: absolute;
										bottom: 0;
										left: 50%;
										-webkit-transform: translateX(-50%);
										transform: translateX(-50%);
									}
									.page-nav ul .active-left.active::after {
										left: 0;
										-webkit-transform: translateX(50%);
										transform: translateX(50%);
									}
									.page-nav ul .active-right.active::after {
										left: 100%;
										-webkit-transform: translateX(-140%);
										transform: translateX(-140%);
									}
								}
								
								@media only screen and (min-width:640px) {
									.sales-manager-sm {
										display: none;
									}
								}
								
								@media only screen and (min-width: 100px) and (max-width: 950px) {
									.box-culture p {
										font-size: 21px;
									}
									.box-culture p span {
										font-size: 10px;
									}
									.address-text {
										width: 100%;
										float: left;
									}
									.address-map {
										float: left;
										width: 100%;
										margin-top: 20px;
										margin-bottom: 40px;
									}
									.address {
										margin: 0px 0;
									}
									.information-nav {
										text-align: center;
										top: 45px;
									}
									.sales-manager {
										display: none;
									}
									.sales-manager-sm {
										font-size: 15px;
										color: #696969;
										font-weight: bold;
									}
									.sales-manager-sm-one ul li:nth-child(1),
									.sales-manager-sm-one ul li:nth-child(2),
									.sales-manager-sm-two ul li:nth-child(1),
									.sales-manager-sm-two ul li:nth-child(2),
									.sales-manager-sm-three ul li:nth-child(1),
									.sales-manager-sm-three ul li:nth-child(2),
									.sales-manager-sm-four ul li:nth-child(1),
									.sales-manager-sm-four ul li:nth-child(2) {
										display: inline-block;
										margin: 20px 0;
									}
									.parallel-pc ul li:nth-child(1),
									.parallel-pc ul li:nth-child(1),
									.parallel-pc ul li:nth-child(1),
									.parallel-pc ul li:nth-child(1) {
										width: 30%;
										text-align: left;
									}
									.parallel-pc ul li:nth-child(2),
									.parallel-pc ul li:nth-child(2),
									.parallel-pc ul li:nth-child(2),
									.parallel-pc ul li:nth-child(2) {
										width: 68%;
										text-align: right;
									}
									.parallel-pc ul li:nth-child(3),
									.parallel-pc ul li:nth-child(3),
									.parallel-pc ul li:nth-child(3),
									.parallel-pc ul li:nth-child(3) {
										margin-bottom: 40px;
									}
									.information-nav-title a:nth-child(2),
									.information-nav-title a:nth-child(3),
									.information-nav-title a:nth-child(4) {
										display: none;
									}
									.information-nav-title a:nth-child(1) {
										float: none;
										font-size: 15px;
									}
									.information-nav-title {
										line-height: 40px;
									}
									.information-r {
										width: 80%;
										margin: 0 auto;
										margin-bottom: 50px;
									}
									.information-post ul li div:nth-child(2) p:nth-child(2),
									.information-post ul li div:nth-child(2) p:nth-child(3),
									.information-post ul li div:nth-child(2) p:nth-child(4),
									.information-post ul li div:nth-child(3) p:nth-child(2),
									.information-post ul li div:nth-child(3) p:nth-child(3),
									.information-post ul li div:nth-child(3) p:nth-child(4),
									.information-post ul li div:nth-child(3) p:nth-child(5),
									.information-post ul li div:nth-child(3) p:nth-child(6),
									.information-post ul li div:nth-child(3) p:nth-child(7),
									.information-post ul li div:nth-child(3) p:nth-child(8),
									.information-post ul li div:nth-child(3) p:nth-child(9) {
										font-size: 14px;
									}
									.information-img img {
										margin-top: 130px;
										width: 100%;
									}
								}
								