@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;font-size:100%;vertical-align:baseline;border:0;outline:0;background:transparent;}	
/*公共样式*/
* {margin:0;padding:0}
html, body{height:100%;}
body{background: #F7F9FC;}
body, button, input, select, textarea { font-size: 14px; font-family: "微软雅黑";-webkit-text-size-adjust:none;color:#000000;}
a{text-decoration:none; color: #000; }
a:hover{text-decoration:none;outline:0 none;}
a:active, a:visited, a[tabindex='-1']:focus {outline:0 none}
em,i{ font-style:normal;}
button, input, select, textarea {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;outline:0 none}
button, input[type=button], input[type=submit] {	cursor:pointer}
button::-moz-focus-inner, button::-moz-focus-outer, input::-moz-focus-inner, input::-moz-focus-outer {border:0 none;padding:0;margin:0}
input[type=search] {-webkit-appearance:textfield}
input:focus::-webkit-input-placeholder {color:transparent}
input::-ms-clear {display:none}
textarea {resize:vertical;overflow-y:auto}
iframe {display:block}
ol, ul {list-style:none}
/*清除浮动*/
.clearfix:after, .clearfix:before {	content:'';	display:table}
.clearfix:after {clear:both}
.clearfix {*zoom:1}
/*间距*/
.mg{ margin:0px !important;}
.mt0{ margin-top:0px !important;}
.mt5{ margin-top:5px;}
.mt15{ margin-top:15px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.ml-1{ margin-left:-1px;}
.ml10{ margin-left:10px;}
.ml5{ margin-left:5px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml40{ margin-left:40px;}
.ml50{ margin-left:50px;}
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb50{ margin-bottom:50px;}
.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr40{ margin-right:40px;}

.pd0{ padding:0px;}
.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pl5{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pb5{ padding-bottom:5px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb50{ padding-bottom:50px;}
.ptb10{ padding:10px 0px;}
.pd15{ padding:15px;}
/*字号*/
.font12{font-size: 12px;}
.font14{font-size: 14px;}
.font16{font-size: 16px;}

/*字体颜色*/
.font-186b8e{ color: #186b8e !important;}
.font-999{ color: #999 !important;}

/*显示方式*/
.dis-inline{ display:inline}
.dis-inlineblock{ display:inline-block;}
.dis-block{ display:block !important;}
/*定位*/
.pr{ position:relative;}
.pa{ position:absolute;}
/*定位的距离*/
.top-0{top:0px !important;}
/*居中*/
.ta-c{ text-align:center !important;}
.ta-l{ text-align:left !important;}
.ta-r{ text-align:right !important;}
/*高度div*/
.blank5{ height:5px; clear:both;}
.blank10{ height:10px;}
.blank15{ height:15px;}
.blank20{ height:20px;}
.blank50{ height:50px;}
/*浮动*/
.f-l{float: left;}
.f-r{float: right;}
.f-n{float: none;}
/*显示隐藏*/
.show{display: block;}
.hide{display: none;}
/*自定义字体*/
@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('iconfont/iconfont.woff') format('woff'),
  url('iconfont/iconfont.ttf') format('truetype'),
  url('iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:18px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.lineCom{border-top: 1px solid #6C6C6C; width: 100%; height: 2px;}
.wrap{ width:1200px; margin:0 auto;}

/*布局方式*/
.flexbox{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.flexc{-webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1;}
/*边框*/
.bor-btn-no{border-bottom:none !important;}
.bor-top-no{border-top:none !important;}
.bor-rig-no{border-right:none !important;}
.bor-left-no{border-left:none !important;}
/*背景颜色*/
.bg-fff{background: #fff;}

/*高度*/
.h-auto{ height:auto !important;}
/*超出省略号*/
.ellipsis{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; display:block}
/*字体颜色*/
.color-666{color: #666 !important;}
/*宽度*/
.w-250{ width: 250px !important;}
.w-80{ width:80px !important;}
.w-770{ width: 770px !important;}
.w-360{ width: 360px !important;}
.w_100{ width: 100% !important;}
.w_90{ width: 90% !important;}
.width_auto{ width:auto !important;}
.w-261{ width: 266px; margin-right: 10px;}
.w-220{ width: 225px;}
.w-344{ width: 344px; margin: 0 10px;}

.roomContVideoImg i{display: block;width: 100%;height: 100%;background: url(../images/playIcon.png) no-repeat center rgba(0,0,0,0.3);position: absolute; top: 0; left: 0; background-size: 44px; z-index: 1;}

/*头部*/
.header-main{padding: 30px 0;}
.header-main .logo img{ height: 70px; display: block;}
.header-main ul li{ margin-right:50px;font-size: 20px; float: left; line-height: 60px;position: relative;}
.header-text{text-align: right; vertical-align: middle; line-height: 20px;}
.header-text .header-slogan{ font-size: 18px; color: #015AAD; line-height: 24px; margin-bottom: 8px;}
.header-nav{background-color: #015AAD;}
.header-nav ul{display: flex;justify-content: space-between; vertical-align: middle; font-size: 16px; color: #fff;}
.header-nav ul li{ position: relative; cursor: pointer; height: 50px; line-height: 56px; border-bottom: 6px solid #015AAD;}
.header-nav ul li a{color: #fff; display: block; padding: 0 36px;font-size: 18px;}
.header-nav ul li:hover{background: rgba(255,255,255,0.1);border-bottom: 6px solid #C9C588;text-transform: uppercase;-webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.header-nav ul li dl{ position: absolute;top: 56px; z-index: 1; background: rgba(255,255,255,0.9);width: 100%;webkit-transition-duration: .3s;transition-duration: .3s;opacity: 0;}
.header-nav ul li dl a{color: #000000; font-size: 14px; height: 32px; line-height: 32px; display: block; border-bottom:1px solid #C5C5C5 ; padding-left: 18px;}
.header-nav ul li dl a:hover{color: #015AAD;}
.header-nav ul li:hover dl{opacity: 1;}

.classy-navbar-toggler{border: none; background-color: transparent; cursor: pointer; float: right; margin: 17px 20px 0 0; display: none;}
.classy-navbar-toggler .navbarToggler {display: inline-block; cursor: pointer;}
.classy-navbar-toggler .navbarToggler span {position: relative; background-color: #858585; border-radius: 3px; display: block; height: 3px;margin-top: 5px;padding: 0;-webkit-transition-duration: .3s;transition-duration: .3s;width: 30px;cursor: pointer;}
.mobileMenu{position:absolute;width:90%;max-width:400px;height:100vh;top:0;left:-999px;background:#ffffff;z-index:100;border-right:1px solid #f4f4f4;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;overflow-y:auto;overflow-x:hidden;}
.mobileMenu.active{left:0;}
.mobileMenu .container{width:100%;height:100%;overflow-y:hidden;}
.mobileMenu .container .mobileMenu_header{width:100%;border-bottom:1px solid #f4f4f4;position:relative;padding:10px 0;}
.mobileMenu .container .mobileMenu_header .closeBtn{width:25px;position:absolute;top:17px;left:10px;cursor:pointer;}
.mobileMenu .container .mobileMenu_header .closeBtn img{width:100%;display:block;}
.mobileMenu .container .mobileMenu_header .logoImg{width:160px;margin:0 auto;}
.mobileMenu .container .mobileMenu_header .logoImg img{width:100%;display:block;}
.mobileMenu .container .mobileMenu_level01{width:calc(100% - 20px);margin-top:25px;padding:0 10px;}
.mobileMenu .container .mobileMenu_level01 ul{width:100%;}
.mobileMenu .container .mobileMenu_level01 ul li{width:100%;display:block;margin-bottom:30px;position:relative;}
.mobileMenu .container .mobileMenu_level01 ul li a{display:block;font-size:16px;line-height:14px;text-transform:uppercase;text-decoration:none;color:#000000;}
.mobileMenu .container .mobileMenu_level01 ul li a.parentL{background: url(../images/iconOff.png) no-repeat right center;}
.mobileMenu .container .mobileMenu_level01 ul li a.parentL.active{background: url(../images/iconon.png) no-repeat right center;}
.mobileMenu .container .mobileMenu_level01 ul li a.parentL + dl{padding-top: 10px; display: none;}
.mobileMenu .container .mobileMenu_level01 ul li a.parentL + dl a{ line-height: 30px; font-size: 14px; padding-left: 10px;}


.freezeBg{background:rgba(0,0,0,0.7);width:100%;height:100vh;position:absolute;top:0;left:0;z-index:99;display:none;}

/*其他链接*/
.otherLink{ background: url(../images/otherBg.png) no-repeat; background-size: cover; margin-bottom: 50px;}
.otherLink ul{ padding: 105px 0;}
.otherLink ul li{ background:#ffffff; padding: 0 22px; float: left; width:calc(33% - 68px);}
.otherLink ul li a{background:url(../images/icon-right.png) no-repeat right center; display: block; width: 100%; height: 48px; line-height: 48px; font-size: 14px;}
.otherLink ul li:nth-child(2){margin: 0 40px;}
/*面包屑导航*/
.smallNav{ padding: 20px 0;}
.smallNav ul li{ float: left; padding-right: 20px; margin-right: 20px; background: url(../images/navIcon.png) no-repeat right center; font-size: 14px; color: #015AAD; font-weight: 600;}
.smallNav ul li:last-child{background: none;}
/*Bottom*/
.main-footer{ background: #015AAD; color: #fff;}
.main-footer .footerLeft .WeChatcodeI span{display: block;width: 98px; text-align: center; color: #fff; font-size: 14px; line-height: 36px;}
.main-footer .footerLeft img{ width: 98px; height: 98px;}

.main-footer .footerLeft p{ font-size: 14px; line-height: 26px;}
.main-footer .footerRith dl{ float: left; margin-left: 50px;}
.main-footer .footerRith dl a{color: #fff;}
.main-footer .footerRith dl dt{ font-weight: 600; margin-bottom: 25px;}
.main-footer .footerRith dl dd{ font-size: 12px; line-height: 30px;}

.bomCopyright{height: 60px; line-height: 60px; font-size: 12px; text-align: center; color: #c7d8ff; border-top: 1px solid #c7d8ff; margin-top: 30px;}