﻿body { font-family: "微软雅黑" }
.header { position: relative; min-width: 1200px; height: 100px; background-repeat: no-repeat; background-color: #4d7be1; }
.header .nav { display: block; position: absolute; left: 350px; right: 220px; overflow: hidden; height: 100px; }
.header .nav .item { float: left; padding: 0px 5px; cursor: pointer; user-select: none; }
.header .nav .item div { height: 100px; text-align: center; padding: 20px 15px 0px 15px; position: relative; min-width: 90px; }
.header .nav .item p { height: 35px; line-height: 35px; margin: 0px; font-size: 14px; font-weight: bold; color: #cdd6eb; }
.header .nav .item span { display: block; color: #cdd6eb; font-size: 12px; line-height: 14px; text-transform: uppercase; margin-top: 4px; }
.header .nav .item hr { position: absolute; bottom: 0px; margin: 0px; left: 0px; right: 0px; border-top: solid 6px #fff; display: none; }
.header .nav .item.on hr, .header .nav .item:hover hr { display: block; }
.header .nav .item.on p, .header .nav .item:hover p { color: #fff; }
.header .nav-arrow { position: absolute; right: 180px; background: url('/Content/Images/icon-arrow-double.png') no-repeat center center; background-size: 14px; width: 20px; height: 100px; cursor: pointer; top: 0px; display: none; }

.nav-user-box { position: absolute; right: 10px; top: 30px; z-index: 9; }
.nav-user-box .login, .nav-user-box .info { background-color: rgba(53,92,178,0.5); border: solid 1px #81A0EE; text-align: center; font-size: 14px; border-radius: 5px; color: #fff; }
.nav-user-box .login { width: 120px; line-height: 40px; }
.nav-user-box .login a { color: #fff; text-decoration: none; }
.nav-user-box .info { }
.nav-user-box .dropdown-toggle { text-decoration: none; color: #fff; display: block; height: 38px; padding: 5px 10px; }
.nav-user-box .dropdown-toggle .avatar { width: 28px; height: 28px; border-radius: 14px; float: left; }
.nav-user-box .dropdown-toggle .name { display: block; max-width: 100px; min-width: 50px; overflow: hidden; float: left; line-height: 28px; height: 28px; padding: 0px 5px; text-align: center; }
.nav-user-box .dropdown-toggle .caret { display: block; float: right; margin-top: 12px; }
.nav-user-box .dropdown-menu { background-color: rgba(53,92,178,0.5); border: solid 1px #81A0EE; margin-top: 10px; }
.nav-user-box .dropdown-menu a { color: #fff; font-size: 14px; line-height: 30px; }
.nav-user-box .dropdown-menu a:hover { color: #81A0EE; background: #fff; }
.nav-user-box .dropdown-menu .divider { background-color: #81A0EE; margin: 3px 0px; }

.tool { height: 64px; position: relative; min-width: 1200px; border-bottom: solid 4px #f6f6f6; }
.tool .recommend { height: 36px; overflow: hidden; position: absolute; left: 25px; right: 590px; top: 12px; }
.tool .recommend a { margin-right: 15px; display: block; text-align: center; min-width: 65px; height: 36px; line-height: 34px; border: solid 1px #dddddd; color: #666; text-decoration: none; border-radius: 8px; float: left; padding: 0px 15px; user-select: none; font-size: 12px; }
.tool .recommend a.on { background: #4e7fed; color: #fff; border: solid 1px #4e7fed; }
.tool .maptool { float: right; font-size: 12px; margin-top: 14px; margin-right: 20px; }
.tool .maptool img { width: 46px; }
.tool .search { float: right; width: 450px; }
.tool .search .input { float: left; position: relative; height: 36px; margin-top: 12px; margin-right: 10px; width: 300px; }
.tool .search .input img { position: absolute; width: 14px; top: 11px; left: 10px; }
.tool .search .input input { width: 100%; height: 36px; border: solid 1px #e0e0e0; border-radius: 8px; padding: 0px 50px 0px 30px; outline: none; font-size: 12px; }
.tool .search .input input:focus { border: solid 1px #adc8ff; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(173,200,255,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(173,200,255,.6); }
.search .search-button { position: absolute; right: 3px; top: 3px; width: 40px; height: 30px; border: solid 1px #beccff; color: #fff; border-radius: 5px; background: url('/Content/Images/icon-checkmark.png') no-repeat center center #407ae1; background-size: 12px auto; text-align: center; }
.tool .search .button { float: left; margin-top: 12px; }
.tool .search .button img { width: 12px; }
.tool .search .button button { border: solid 1px #adc8ff; border-radius: 8px; color: #4b5d97; background: #f8faff; width: 120px; height: 36px; font-size: 12px; }

.content { position: absolute; top: 164px; min-width: 1200px; width: 100%; bottom: 36px; }
.content .map { position: absolute; right: 450px; left: 0px; top: 0px; bottom: 0px; z-index: 1; }

.content .category { position: absolute; right: 0px; width: 450px; border-top: solid 4px #f5f5f5; box-shadow: 0px 0px 10px rgba(246,246,246,1); bottom: 0px; top: 0px; z-index: 2; }
.content .category .tab { height: 56px; border-bottom: solid 1px #f5f5f5; }
.content .category .tab a { display: block; width: 150px; float: left; height: 55px; line-height: 55px; color: #333; text-decoration: none; font-size: 14px; text-align: center; font-weight: bold; }
.content .category .tab a.on { background: #4e7fed; color: #fff; }
.content .category .tab a i { color: #aaa; font-size: 20px; }
.content .category .tab a.on i { color: #fff; }
.footer { height: 36px; text-align: center; width: 100%; position: absolute; bottom: 0px; background: #5d91fd; color: #fff; line-height: 36px; min-width: 1200px; }

.category .box { position: absolute; top: 56px; bottom: 8px; overflow: hidden; }
.category-box, .childcategory-box { width: 450px; padding-left: 8px; }
.category-box .item, .childcategory-box .item { float: left; width: 200px; margin: 8px; height: 66px; position: relative; border-radius: 5px; overflow: hidden; }
.category-box .item:hover a, .childcategory-box .item:hover a { background-color: rgba(78,127,237,0.5); }
.category-box .item:hover span, .childcategory-box .item:hover span { background-color: rgba(0,0,0,0.6); position: absolute; width: 190px; height: 56px; top: 5px; left: 5px; }
.category-box .item img, .childcategory-box .item img { width: 200px; height: 66px; }
.category-box .item a, .childcategory-box .item a { display: block; position: absolute; z-index: 1; background-color: rgba(0,0,0,0.5); color: #fff; text-align: center; line-height: 66px; font-size: 16px; width: 100%; height: 66px; top: 0px; text-decoration: none; }
.category-box .item a i, .childcategory-box .item a i {; margin-right: 5px; font-size: 18px; }

.content-box { width: 450px; }
.content-box .loading, .childcategory-box .loading { text-align: center; padding: 50px 0px; }
.content-box .empty { text-align: center; padding: 50px 0px; color: #b0b5bc; }
.content-box .empty img { width: 200px; margin-bottom: 10px; }
.content-box .title { background: #f9f9f9; color: #666; height: 36px; line-height: 36px; overflow: hidden; padding: 0px 20px; width: 100%; display: block; font-size: 12px; }
.content-box .title span { color: #4e7fed; }
.content-box .item { border-bottom: solid 2px #f6f6f6; border-left: solid 6px #fff; position: relative; padding-left: 74px; height: 120px; padding-top: 10px; padding-right: 20px; cursor: pointer; user-select: none; }
.content-box .item.on { background: #f9fcff; border-left: solid 6px #4968c9; }
.content-box .item .sort { position: absolute; left: 23px; top: 44px; width: 28px; height: 30px; background-image: url('/Content/Images/icon-sort1.png'); background-repeat: no-repeat; background-size: 28px 30px; color: #676767; font-weight: bold; font-size: 12px; text-align: center; line-height: 26px; }
.content-box .item .sort.first { background-image: url('/Content/Images/icon-sort2.png'); color: #ff8623; }
.content-box .item .image { float: left; width: 120px; height: 80px; margin-right: 20px; margin-top: 8px; border-radius: 5px; overflow: hidden; }
.content-box .item .image img { width: 120px; height: 80px; display: block; }
.content-box .item.on .name { color: #4e7fed; }
.content-box .item .name { color: #333; font-weight: bold; font-size: 13px; margin: 0px; line-height: 30px; height: 30px; overflow: hidden; margin-top: 5px; }
.content-box .item .en { font-size: 12px; margin: 0px; color: #cccccc; line-height: 20px; height: 20px; text-transform: uppercase; overflow: hidden; }
.content-box .item .address { font-size: 12px; margin: 0px; color: #cccccc; line-height: 20px; max-height: 40px; overflow: hidden; }
.content-box .item .info { font-size: 12px; margin-top: 10px; }
.content-box .item .info span { color: #4e7fed; }


.information { position: absolute; left: 10px; top: 10px; z-index: 10; background: #fff; border: solid 1px #eeeeee; border-radius: 5px; padding: 0px 5px; display: none; }
.information.fold { }
.information .information-option { font-size: 12px; text-align: center; padding: 8px 0px; cursor: pointer; }
.information.fold .item { width: 34px; }
.information.fold .item a { display: none; }
.information .item { border-bottom: solid 1px #eeeeee; height: 51px; padding: 0px 0px; position: relative; cursor: pointer; width: 108px; }
.information .item:last-child { border-bottom: none; height: 50px; }
.information .item a { margin: 0px; display: block; color: #656b81; font-size: 12px; text-decoration: none; user-select: none; padding-right: 20px; padding-left: 34px; border: solid 1px #fff; line-height: 32px; border-radius: 3px; position: relative; max-width: 200px; overflow: hidden; height: 34px; top: 8px; position: absolute; left: 0px; background: #fff; z-index: 1; }
.information .item:hover a { display: block; background: #4e7fed; color: #fff; border: solid 1px #98c0ff; width: 108px; }
.information .item:hover i { color: #fff; }
.information .item i { font-size: 18px; position: absolute; left: 5px; top: 13px; width: 24px; height: 24px; line-height: 24px; text-align: center; color: #656b81; z-index: 2; }


.line_point { background: #fff; }
.line_point .image { width: 440px; height: 240px; position: relative; overflow: hidden; }
.line_point .image img { width: 100%; }
.line_point .image .name { position: absolute; bottom: 20px; color: #fff; padding: 0px 20px; }
.line_point .image h1 { margin: 0px; font-size: 14px; font-weight: bold; }
.line_point .image p { margin: 0px; text-transform: uppercase; font-size: 12px; margin-top: 5px; }
.line_point .module { width: 440px; padding: 10px; max-height: 136px; overflow: hidden; margin: 0px; }
.line_point .module a { display: block; width: 120px; height: 38px; border: solid 1px #a4c2ff; background: #f8faff; color: #6d7cac; text-align: center; text-decoration: none; line-height: 36px; margin: 10px; float: left; border-radius: 5px; font-size: 13px; overflow: hidden; padding: 0px 5px; }
.line_point .module a i { line-height: 36px; margin-right: 10px; }
.line_point .module a:hover { background: #4e7fed; color: #fff; border: solid 1px #98c0ff; }
.line_point .info { font-size: 12px; color: #aaa; line-height: 48px; border-top: solid 1px #eee; width: 400px; margin-left: 20px; cursor: pointer; user-select: none; background: url('/Content/Images/icon-flag.png') no-repeat left center; background-size: 12px; padding-left: 15px; }
.line_link { background: #fff; width: 440px; height: 240px; }
.line_link iframe { display: block; width: 100%; height: 100%; }
.line_text { padding: 25px 10px 10px 10px; position: relative; min-width: 400px; text-align: center; }
.line_text .infoclose { color: #000; background-image: url('/Content/Images/icon-infoclose.png') !important; background-size: 100% !important; }

.place_point { width: 450px; background: #fff; position: relative; }
.place_point .infoclose, .line_text .infoclose { position: absolute; z-index: 1; right: 5px; top: 5px; width: 14px; height: 14px; background-image: url('/Content/Images/icon-contentclose.png'); background-repeat: no-repeat; background-position: center center; background-size: cover; cursor: pointer; margin-top: 3px !important; margin-right: 5px !important; }
.place_point .title { height: 32px; line-height: 32px; color: #ffffff; padding-left: 20px; background: #6699ff; padding-right: 50px; overflow: hidden; }
.place_point .info { cursor: pointer; position: relative; padding: 20px; height: 120px; }
.place_point .image { border-radius: 5px; width: 120px; height: 80px; overflow: hidden; float: left; margin-right: 20px; }
.place_point .image img { width: 120px; height: 80px; }
.place_point h3 { color: #9b9b9b; text-transform: uppercase; font-size: 12px; line-height: 20px; height: 80px; margin: 0px; padding-right: 100px; overflow: hidden; word-wrap: break-word; word-break: break-all; }
.place_point h1 { font-size: 14px; color: #333; line-height: 30px; margin: 0px; margin-top: 15px; padding-right: 120px; overflow: hidden; height: 30px; }
.place_point h2 { color: #9b9b9b; text-transform: uppercase; font-size: 12px; line-height: 20px; height: 20px; margin: 0px; padding-right: 120px; overflow: hidden; }
.place_point a { position: absolute; right: 20px; top: 43px; display: block; width: 80px; height: 34px; background: url('/Content/Images/img-open.png'); background-size: 100%; }

.pointinfo { position: absolute; left: 0px; top: 0px; bottom: 0px; right: 450px; background-color: rgba(0,0,0,0.2); z-index: 999; display: none; }
.pointinfo .loading { position: absolute; left: 50%; top: 50%; margin-left: -16px; margin-top: -16px; }
.pointinfo .empty { text-align: center; font-size: 14px; padding: 50px 0px; color: #aaa; }
.pointinfo .pointinfo-content { position: absolute; left: 20px; top: 20px; bottom: 20px; right: 20px; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px rgba(230,230,230,0.6); }
.pointinfo .pointinfofull { position: fixed; top: 0px; width: 100%; bottom: 0px; left: 0px; }
.pointinfo .pointinfo-box { position: absolute; left: 0px; top: 32px; bottom: 0px; right: 0px; overflow: hidden; }
.pointinfo .title { background: #f9f9f9; color: #666; height: 32px; line-height: 32px; text-align: center; font-weight: bold; }
.pointinfo .tools { color: #666; display: block; width: 32px; height: 32px; position: absolute; z-index: 1; text-align: center; line-height: 32px; opacity: 1; top: 0px; }
.pointinfo .closeinfo { right: 0px; background: url('/Content/Images/icon-close.png') no-repeat center center; background-size: 16px; }
.pointinfo .fullscreen { right: 32px; background: url('/Content/Images/icon-full.png') no-repeat center center; background-size: 14px; }
.pointinfo .pointinfo-container { max-width: 1240px; margin: 0 auto; padding: 0px 20px; }
.pointinfo .name { border-bottom: solid 1px #f6f6f6; padding: 30px 0px; }
.pointinfo .name h1 { font-size: 28px; font-weight: bold; color: #333; margin: 0px; overflow: hidden; }
.pointinfo .name h2 { color: #999; margin: 0px; font-size: 14px; text-transform: uppercase; overflow: hidden; margin-top: 15px; }
.pointinfo .name p { float: right; margin: 0px; margin-top: 11px; }
.pointinfo .name p a { float: left; margin-left: 18px; }
.pointinfo .name p a img { height: 38px; }
.pointinfo .tab { height: 60px; position: relative; padding-right: 120px; overflow: hidden; }
.pointinfo .tab a { display: block; height: 60px; line-height: 58px; border-bottom: solid 2px #fff; min-width: 100px; text-align: center; margin-right: 10px; padding: 0px 30px; float: left; text-decoration: none; color: #666; font-size: 14px; }
.pointinfo .tab a.on { border-bottom: solid 2px #5a79d7; color: #5a79d7 }
.pointinfo .tab a span { color: #aaa; font-size: 12px; }
.pointinfo .tab p { cursor: pointer; display: block; height: 36px; margin: 0px; position: absolute; right: 0px; top: 12px; }
.pointinfo .tab p img { height: 36px; }
.pointinfo .white { background: #fff; }
.pointinfo .gray { background: #f6f6f6; }


.pointinfo .source { padding: 20px 0px; margin: 0px; }
.pointinfo .source .video { float: left; width: 564px; height: 318px; border-radius: 5px; overflow: hidden; position: relative; }
.pointinfo .source .video iframe { border: none; display: block; }
.pointinfo .source .video-more { position: absolute; top: 5px; right: 5px; background-color: rgba(0,0,0,0.5); color: #fff; width: 70px; height: 25px; border-radius: 5px; text-align: center; line-height: 25px; font-size: 12px; text-decoration: none; z-index: 99; }
.pointinfo .source .photo { width: 636px; float: left; height: 318px; }
.pointinfo .source .photo a.link { width: 192px; height: auto; padding: 0px 0px; display: block; margin-left: 20px; margin-bottom: 20px; border-radius: 5px; overflow: hidden; }
.pointinfo .source .photo a.link img { width: 100%; height: 149px; }
.pointinfo .source .photo .info { display: none; }
.pointinfo .source .photo .info .title { font-size: 20px; color: #fff; line-height: 22px; }
.pointinfo .source .photo .info .title span { font-size: 12px; color: #fff; }
.pointinfo .source .photo .info .detail { color: #ccc; font-size: 12px; line-height: 18px; margin-top: 5px; }
.pointinfo .source .photo .info .detail p { margin: 0px; }

.pointinfo .intro { color: #333; font-size: 12px; line-height: 24px; margin: 15px 0px; height: 72px; overflow: hidden; position: relative; }
.pointinfo .intro * { margin: 0px; }
.pointinfo .intro .more { position: absolute; bottom: 0px; right: 0px; background: #fff; padding: 0px 15px; }
.pointinfo .pointinfo-panel { display: none; }
.pointinfo .detail { border-top: solid 1px #f6f6f6; padding: 25px 0px 25px 0px; margin: 0px; }
.pointinfo .detail .item { border-left: solid 1px #eeeeee; width: 300px; float: left; margin-bottom: 5px; padding: 6px 0px 6px 30px; position: relative; }
.pointinfo .detail .item:first-child { border-left: none; padding-left: 0px; }
.pointinfo .detail .item p { display: block; margin: 0px; color: #666; background-repeat: no-repeat; background-position: left center; background-size: auto 14px; padding-left: 25px; height: 25px; line-height: 25px; }
.pointinfo .detail .item p.icon-address { background-image: url('/Content/Images/icon-address.png'); }
.pointinfo .detail .item p.icon-website { background-image: url('/Content/Images/icon-website.png'); }
.pointinfo .detail .item p.icon-phone1 { background-image: url('/Content/Images/icon-phone.png'); }
.pointinfo .detail .item p.icon-wechat { background-image: url('/Content/Images/icon-wechat.png'); }
.pointinfo .detail .item span { display: block; height: 25px; line-height: 25px; margin-top: 5px; color: #333; overflow: hidden; }
.pointinfo .detail .item a.img-wechat { color: #666; background: #eee; display: inline-block; border-radius: 20px; padding: 0px 15px; margin-left: 10px; font-size: 12px; text-decoration: none; }
.pointinfo .detail .item .box-wechat { position: absolute; background: #fff; padding: 20px; border: solid 1px #eee; border-radius: 10px; height: 150px; top: -150px; z-index: 999; display: none; }
.pointinfo .detail .item .box-wechat img { max-height: 100%; }
.pointinfo .detail .item .box-wechat .arrow { background: url('/Content/Images/icon-arrow.png') no-repeat; width: 32px; height: 16px; position: absolute; bottom: -16px; left: 104px; }

.pointinfo .news { background: #fff; padding: 0px 36px 20px 36px; }
.pointinfo .news .item { margin-bottom: 10px; cursor: pointer; }
.pointinfo .news .item::after { content: ''; clear: both; display: block; }
.pointinfo .news h1 { font-size: 14px; font-weight: bold; color: #333; margin: 0px; line-height: 24px; padding: 20px 0px; }
.pointinfo .news p { color: #666666; margin: 0px; line-height: 23px; font-size: 12px; max-height: 69px; overflow: hidden; }
.pointinfo .news .image { width: 150px; height: 94px; margin-right: 20px; float: left; }
.pointinfo .news span { display: block; margin-top: 5px; color: #aaa; }
.pointinfo .news span img { height: 12px; margin-bottom: 4px; }

.search-bg, .main-bg { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 998; }
.search-box { background: #fff; width: 590px; padding: 0px 0px 0px 24px; box-shadow: 0px 5px 10px rgba(227,227,227,1); position: absolute; top: 164px; right: 20px; z-index: 999; display: none; bottom: 44px; }
.search-box .submit { width: 72px; height: 30px; border: solid 1px #beccff; color: #fff; border-radius: 5px; top: 8px; right: 24px; position: absolute; background: url('/Content/Images/icon-checkmark.png') no-repeat 12px 9px #407ae1; background-size: 12px auto; padding-left: 24px; font-size: 13px; }
.search-box .title { color: #333; background: url('/Content/Images/icon-searchtitle.png') left center no-repeat; background-size: 14px auto; height: 46px; line-height: 46px; font-size: 14px; font-weight: bold; padding-left: 20px; padding-right: 24px; }
.search-box .condition { padding: 0px 30px 0px 6px; }
.search-box .condition-title { height: 26px; }
.search-box .condition-title h1 { font-size: 13px; color: #407ae1; margin: 0px; float: left; line-height: 26px; height: 26px; }
.search-box .condition-title a { color: #aaa; font-size: 12px; background: url('/Content/Images/icon-clear.png') no-repeat left center; float: right; text-decoration: none; background-size: 14px auto; display: block; padding-left: 18px; height: 18px; line-height: 18px; margin-top: 8px; }

.search-box .condition-box { margin: 0px; display: none; }
.search-box .condition-box .item { float: left; margin-top: 10px; border: solid 1px #eeeeee; border-radius: 5px; height: 30px; line-height: 28px; padding: 0px 10px 0px 10px; color: #333; position: relative; }
.search-box .condition-box .item img { width: 8px; height: 8px; margin-bottom: 2px; cursor: pointer; margin-left: 5px; }
.search-box .condition-box .arrow { float: left; width: 26px; text-align: center; line-height: 30px; height: 30px; margin-top: 10px; background: url('/Content/Images/icon-searcharrow.jpg') no-repeat center center; background-size: 6px auto; }
.search-box .condition-box .arrow:first-child { display: none; }
.search-box .search-content { padding: 0px 6px 24px 6px; }
.search-box .section { position: relative; font-size: 12px; padding: 14px 0px 14px 69px; border-bottom: solid 1px #f9f9f9; }
.search-box .section:last-child { border-bottom: none; }
.search-box .section::after { display: block; content: ''; clear: both; }
.search-box .section .name { color: #999; position: absolute; left: 6px; top: 14px; text-align: right; height: 40px; line-height: 40px; }
.search-box .section .item { height: 40px; line-height: 40px; float: left; color: #333; text-decoration: none; margin: 0px 15px; }
.search-box .section .item.on { color: #407ae1; }

.content-main, .video-main { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 9999; min-width: 1200px; display: none; }
.content-main .loading, .video-main .loading { position: absolute; left: 50%; top: 50%; margin-left: -29px; margin-top: -5px; }
.content-main .close, .video-main .close, .promotion-video .close { color: #fff; background: url('/Content/Images/icon-contentclose.png') no-repeat; background-position: 5px 4px; background-size: 14px; position: absolute; border: solid 3px #393939; border-radius: 5px; cursor: pointer; opacity: 1; font-size: 12px; font-weight: normal; padding: 5px 5px 5px 20px; z-index: 1; }
.content-main .close { right: 60px; top: 60px; }
.video-main .close { right: 60px; top: 60px; }
.content-main .main, .video-main .main { background-color: rgba(0,0,0,0.95); position: absolute; top: 40px; bottom: 40px; left: 40px; right: 40px; border-radius: 10px; }
.content-main .empty, .video-main .empty { position: absolute; top: 50%; margin-top: -140px; left: 50%; margin-left: -250px; right: 0px; background: #fff; border-radius: 10px; overflow: hidden; text-align: center; color: #ccc; text-align: center; background: #fff; padding: 50px; width: 500px; }
.video-main .video-js { width: 100%; height: 100%; }





.content-pano { padding: 0px 20px; }
.content-pano .title { font-size: 18px; color: #fff; height: 70px; line-height: 70px; font-weight: bold; }
.content-pano .iframe { position: absolute; top: 70px; left: 20px; right: 20px; bottom: 20px; background: #fff; border-radius: 10px; overflow: hidden; }
.content-pano .iframe iframe { border: none; }

.content-video { }
.content-video .video { position: absolute; left: 20px; top: 20px; right: 500px; bottom: 70px; background: #fff; border-radius: 10px; overflow: hidden; }
.content-video .video iframe { border: none; }
.content-video .title { position: absolute; bottom: 0px; right: 500px; left: 20px; color: #fff; line-height: 70px; font-size: 16px; font-weight: bold; }
.content-video .title p { margin: 0px; float: right; font-size: 12px; font-weight: normal; color: #a8a8a8; }
.content-video .title p img { width: 14px; margin-bottom: 2px; }
.content-video .name { position: absolute; right: 0px; top: 20px; color: #fff; width: 500px; padding-left: 40px; }
.content-video .name i { font-size: 44px; float: left; width: 50px; height: 50px; margin-right: 20px; text-align: center; line-height: 46px; border-radius: 25px; overflow: hidden; border: solid 2px #f9ede8; }
.content-video .name img { float: left; height: 50px; margin-right: 20px; border-radius: 5px; overflow: hidden; border: solid 2px #f9ede8; }
.content-video .name h1 { font-size: 18px; font-weight: bold; margin: 0px; line-height: 30px; }
.content-video .name h2 { margin: 0px; font-size: 14px; font-weight: normal; color: #a8a8a8; line-height: 20px; }
.content-video .info { position: absolute; right: 0px; top: 90px; bottom: 20px; overflow: hidden; padding-right: 20px; width: 500px; padding-left: 40px; }
.content-video .info .desc_s { color: #fff; font-size: 12px; line-height: 20px; border: solid 1px #505050; padding: 15px; margin-bottom: 20px; position: relative; }
.content-video .info .desc { color: #fff; font-size: 12px; line-height: 20px; border: solid 1px #505050; padding: 15px; margin-bottom: 20px; }
.content-video .info .desc_s a { position: absolute; bottom: 10px; right: 15px; color: #75a5ff; text-decoration: none; }
.content-video .list { border: solid 1px #505050; padding: 0px 15px; }
.content-video .list-title { font-size: 16px; color: #fff; margin: 0px; background: url('/Content/Images/icon-video.png') no-repeat left center; background-size: auto 22px; line-height: 60px; height: 60px; padding-left: 30px; }
.content-video .list .item { cursor: pointer; margin-bottom: 15px; min-height: 90px; }
.content-video .list .item h1 { color: #fff; font-size: 14px; line-height: 22px; max-height: 66px; overflow: hidden; margin: 0px; }
.content-video .list .item p { color: #a8a8a8; font-size: 12px; line-height: 20px; height: 20px; overflow: hidden; margin: 0px; margin-top: 4px; }
.content-video .list .item img { float: left; width: 161px; height: 90px; margin-right: 15px; }

.content-image { }
.content-image .title { font-size: 18px; color: #fff; height: 70px; line-height: 70px; font-weight: bold; padding: 0px 20px; }
.content-image .image { position: absolute; top: 70px; left: 20px; right: 520px; bottom: 20px; background: #000; border-radius: 10px; }
.content-image .image .image-box { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 80px; border-bottom: solid 2px #666; text-align: center; display: -webkit-box; display: -moz-box; display: box; -webkit-box-align: center; -moz-box-align: center; box-align: center; -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; }
.content-image .image .image-box img { max-width: 100%; max-height: 100%; }
.content-image .image a { display: block; width: 50%; position: absolute; top: 0px; bottom: 0px; }
.content-image .image a.image-prev { left: 0px; }
.content-image .image a.image-next { right: 0px; }
.content-image .image .image-thumb { text-align: center; position: absolute; bottom: 0px; padding: 10px 0px; height: 80px; width: 100%; }
.content-image .image .image-thumb .item { width: 60px; height: 60px; background: #333333; position: relative; cursor: pointer; }
.content-image .image .image-thumb .item10 { width: 10px; }
.content-image .image .image-thumb .item.on span { position: absolute; border: solid 2px #fff; width: 60px; height: 60px; left: 0px; top: 0px; }
.content-image .image .image-thumb img { max-width: 100%; max-height: 100%; }
.content-image .name { position: absolute; right: 0px; top: 50px; color: #fff; width: 500px; padding-left: 40px; }
.content-image .name i { font-size: 44px; float: left; width: 50px; height: 50px; margin-right: 20px; text-align: center; line-height: 46px; border-radius: 25px; overflow: hidden; border: solid 2px #f9ede8; }
.content-image .name img { float: left; height: 50px; margin-right: 20px; border-radius: 5px; overflow: hidden; border: solid 2px #f9ede8; }
.content-image .name h1 { font-size: 18px; font-weight: bold; margin: 0px; line-height: 30px; }
.content-image .name h2 { margin: 0px; font-size: 14px; font-weight: normal; color: #a8a8a8; line-height: 20px; }
.content-image .info { position: absolute; right: 20px; top: 150px; overflow: hidden; width: 440px; border: solid 1px #505050; padding: 10px 15px; }
.content-image .info-title { font-size: 14px; color: #fff; margin: 0px; background: url('/Content/Images/icon-image.png') no-repeat left center; background-size: auto 18px; padding-left: 30px; }
.content-image .info .desc { color: #fff; font-size: 12px; line-height: 22px; margin-top: 5px; }

.content-main .content-news { position: absolute; width: 1080px; padding: 0px 20px; top: 20px; bottom: 20px; left: 50%; margin-left: -540px; overflow: hidden; }
.content-main .content-newsbox { border-left: solid 1px #505050; border-right: solid 1px #505050; color: #fff; padding: 50px 50px 20px 50px; }
.content-main .content-newsbox img { max-width: 98%; margin: 1.5rem auto; }
.content-main .newsiframe { width: 1040px; margin: 0 auto; border: none; position: absolute; left: 50%; margin-left: -520px; background: #fff; }
.content-main .content-newsbox p:not(img) { line-height: 2.2; margin-bottom: 2rem; }
.content-main .content-newsbox p { background: none !important; color: #fff !important; }


.point-custom { position: absolute; cursor: pointer; z-index: 999; }
.point-custom1 { width: 29px; height: 32px; background-image: url('/Content/Images/icon-point.png'); background-repeat: no-repeat; background-size: 100%; }
.point-custom2 { width: 36px; height: 40px; }
.point-custom-bg { width: 36px; height: 40px; background-image: url('/Content/Images/icon-point-custom.png'); background-repeat: no-repeat; background-size: 100%; padding: 3px; }
.point-custom img { width: 100%; height: auto; border-radius: 15px; display: block; border: solid 1px #dbdbdb; width: 30px; height: 30px; }
.point-custom i { display: block; width: 30px; height: 30px; display: block; font-size: 20px; text-align: center; line-height: 30px; color: #f8a111; border-radius: 15px; border: solid 1px #dbdbdb; }
.point-custom .name { position: absolute; text-align: center; height: 20px; line-height: 20px; width: 100px; color: #333; bottom: -20px; left: -35px; text-shadow: 0px 0px 4px #fff; font-weight: bold; pointer-events: visibleFill; }

.pano { position: absolute; right: 450px; left: 0px; top: 0px; bottom: 0px; z-index: 1; }
.pswp { display: none; }
.tdt-infowindow-content-wrapper { border-radius: 7px 7px 3px 3px; overflow: hidden; padding: 0 !important; }
.tdt-infowindow-content { margin: 0px !important; width: auto !important; }
.tdt-infowindow-close-button { z-index: 1; color: #fff !important; }


/* 片头相关 */
.promotion-video { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 9999; min-width: 1200px; display: block; background: #000; }
.promotion-video .close { right: 20px; top: 20px; }
.promotion-video .main { top: 10px; bottom: 10px; left: 10px; right: 10px; overflow: hidden; position: absolute; }
.promotion-video .video-js { position: absolute; height: auto; top: 0px; bottom: 0px; left: 0px; right: 10px; width: 100%; }


/* 网站密码 */
.weblogin { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 99999; background: #fff; }
.weblogin-box { position: absolute; height: 40px; left: 50%; margin-left: -125px; top: 50%; margin-top: -133px; width: 250px; }
.weblogin-section { display: block; padding: 5px 0px; position: relative; }
.weblogin-section input { width: 100%; border-radius: 5px; border: solid 1px #dbdbdb; padding: 0px 5px; height: 40px; margin-right: 10px; }
.weblogin-enter { display: block; width: 100%; height: 36px; background-color: #428bca; color: #fff; border: none; border-radius: 5px; }
