@charset "UTF-8";
.phone-copy{
    display: none;
}
.beian-icon{
    display: inline-block;
    background: url(https://www.seongsechina.com/Public/Home/default/2574/images/beian-icon.png) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.table .ionicons.icon-plus2.pull-right{
	top: 2px;
}

/*img{
	width: 100%;
}*/
 h3{
	font-size: 28px;
}

dl{
	margin-bottom: 0;
}

ul,ol{
	list-style: none;
}
ul,ol{
	padding: 0;
	margin: 0;
}
.btn {
	border: none;
	background: #ddd;
	padding: 10px 20px;
}
.nav-star{
    position: relative;
    cursor: pointer;
    opacity: 1;
}
.nav-star.disabled{
    opacity: .5;
}
.navbar-nav>li.nav-star>a{
    padding-bottom: 40px;
    padding-right: 30px;
}
.nav-star span{
    position: absolute;
}
.nav-star .ionicons{
    font-size: 18px;
    font-weight: 400;
    font-size: 18px;
    top: auto;
    margin: 0;
}
.nav-star .star-num{
    display: block\0;
    width: 16px;
    height: 16px;
    background: #ccc;
    border-radius: 50%;
    top: 30%;
    right: 6%;
    z-index: 999999;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
}
.nav-star.empty .star-num{
    display: none\0;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
    transition: all .6s cubic-bezier(.68, -.55, .265, 1.55);
}
.nav-star.add .star-num{
    -webkit-animation:star-add .6s cubic-bezier(.68, -.55, .265, 1.55);
            animation:star-add .6s cubic-bezier(.68, -.55, .265, 1.55);
}
.ionicons.animateicon{
    color: #000;
    z-index: 1000;
    font-size:18px;
    margin: 0;
    position: absolute;
}
.model-star-wrap{
    position: absolute;
    top: initial;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    margin-top: 1px;
    display: none;
    padding-bottom: 20px;
}
.model-star-wrap.open{
    display: block;
}
.star-title{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'lexus';
}
.star-title-note{
    font-size: 14px;
    float: right;
    display: none;
}
.container-fluid .row.model-star-list{
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.model-star-list .star-item-box{
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 10px;
    font-size: 12px;
}
.model-star-list.disabled .star-item{
    opacity: .6;
    -webkit-filter: blur(1px);
            filter: blur(1px);
            filter: inherit\0;
}
.model-star-list.disabled .ok{
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
            filter: inherit\0;
}
.star-item{
    border: 1px solid #ebebeb;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.star-item-box .selected{
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.star-item-box .selected .ionicons{
    margin: 0;
    top: initial;
    font-weight: 700;
    color: #a1d2cf;
}
.star-item.show{
    border-color: #a1d2cf;
}
.star-item.show .selected{
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.star-control{
    text-align: right;
}
.star-control .btn{
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.star-item p{
    font-family: "lexus","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.star-item img{
    margin-bottom: 10px;
}
.star-item .desc{
    margin-bottom: 0;
}
.star-item strong{
    text-align: center;
    width: 100%;
    font-family:"lexus-en";
    display: inline-block;
    font-size: 16px;
}
.star-model-num{
    padding: 0 4px;
}
.model-star-wrap.empty .star-title-note{
    display: none;
}
.model-star-wrap.empty .star-control{
    display: none;
}
.star-list-empty{
    display: none;
    padding: 0 10px;
}
.model-star-wrap.empty .star-list-empty{
    display: block;
}
.star-item-box .del{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 100%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.star-item-box .del .ionicons{
    top: 2px;
    margin: 0;
    color: #888;
    font-size: 16px;
    font-weight: 700;
}
.menu-star-wrap{
    width: 42px;
    height: 42px;
    position: absolute;
    right: 44px;
}
.menu-star-wrap li.nav-star{
    list-style: none;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
}
.menu-star-wrap li.nav-star .ionicons{
    font-weight: 400;
    top: 12px;
    margin: 0;
    left: 13px;
}
.menu-star-wrap li.nav-star .star-num{
    top: 13px;
    right: 6px;
    line-height: 14px;
}
.btn.submit{
	background: #f7f7f7;
	padding: 6px 50px;
	border: 1px solid #ddd;
}
.btn.submit:focus{
    outline: none;
}
input[type="radio"], input[type="checkbox"]{
	margin: 2px 0 0;
}
.border-btn{
    border: 1px solid #d8d8d8;
    background: none;
    border-radius: 0;
}
.ripple {
  position: absolute;
  background: rgba(255,255,255,.15);
  border-radius: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}
.ripple.show{
    -webkit-animation: ripple .75s ease-out;
            animation: ripple .75s ease-out;
}
 .nav-arrow{
	position: absolute;
    width: 19px;
    height: 24px;
    background: url(../images/atop.png) no-repeat center center;
    top:76px;
    font-size: 40px;
    margin-left: -9px;
    text-align: left;
    text-indent:-10px;
    left: 50%;
    z-index: 10000;
    color: #e6e6e6;
    opacity: 0;
    display: none;
	
}
.model-dropdown.open .nav-arrow{
	opacity: 1;
	display: block;
}

a:link,a:visited,a:hover,a:active,a:focus{
	text-decoration: none !important;
}
.ionicons.icon-right1{
	font-size: 12px;
}
.note{
	font-size: 12px;
	color: #999;
}
.note-line{
	font-style: normal;
	border-bottom: 1px solid #333;
}
.video-js{
    width: 100%;
}
table th{
	background: #e9e9e9;
  font-weight: normal;
}
.dropdown-menu{
	border-radius: 0;
}
.btn-group.open .dropdown-toggle{
	-webkit-box-shadow:none;
	        box-shadow:none;
}
.dropdown-menu-nav{
	padding:30px;
	-webkit-shadow: 10px 0 10px -5px #ededed;
	box-shadow: 10px 0 10px -5px #ededed;
	min-height: 200px;

}
.dropdown-menu-nav .dropdown-menu-nav-item.active a,.dropdown-menu-nav .dropdown-menu-nav-item a:hover{
 	opacity: 1;
}
.dropdown-menu-nav-item a{
	padding: 10px 0;
	font-size: 16px;
}
.dropdown-menu-item-ul{
	padding-left: 25px;
    border-left: 1px solid #eee;
}
.dropdown-menu-nav .dropdown-menu-nav-item.active .dropdown-menu-item-ul a{
	color: #616161;
	font-weight: 500;
}
.dropdown-menu-nav .dropdown-menu-nav-item.active .dropdown-menu-item-ul a:hover{
  color: #000;
  font-weight: 700;
}
.dropdown-menu-item-ul li{
	position: relative;
}
.dropdown-menu-item-ul a:before{
	width: 10px;
	height: 1px;
	background: #eee;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: -25px;
}
.radio label{
	margin-right: 10px;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus{
	background-color: #f5f5f5;
}
.col-border{
	border: 1px solid #ebebeb;
}
.glyphicon{
	font-size: 12px;
}
.bootstrap-select .btn:focus{
	outline: none !important;
}
#loading-jiang{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
	background:#fff;
	display: none;
}
#loading-jiang img{
	width: 400px;
	height: 154px;
	position: absolute;
	top: 50%;
	margin-top: -77px;
	margin-left: -200px;
	left: 50%;
}
.navbar{
	border: none;
}
.collapse{
	display: block;
}
.affix{
	width: 100%;
}
.color-light{
	color: #fff;
}
.color-dark{
	color: #555;
}

a{
	color: #000;
}
a:hover, a:focus{
	color: #666;
	outline:none;
}
.nav>li>a:hover, .nav>li>a:focus{
	color:#eee; 
}
.mask-box{
	width: 100%;
	height: 100%;
	/*background: url(https://www.seongsechina.com/Public/Home/default/2574/images/mask-box.png) repeat-x 0 100px;*/
	position: absolute;
	top: 0;
	left: 0;
}
.news-box .ib-caption{
	position: relative;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	/*background: url(https://www.seongsechina.com/Public/Home/default/2574/images/mask-box.png) repeat-x;*/
}
.model-nav{
	border-bottom: 1px solid #d6d6d6;
}
.model-nav-affix{
    top: 61px;
}
/*.model-nav.model-rx .model-title,
.model-nav.model-rx a{
  color:#000!important;
}*/
.container-fluid.model-nav-affix.affix{
	border-bottom: 1px solid #d6d6d6;
}
.container-fluid.model-nav-affix.affix-top{
	border:none;
}
.container-fluid.special-nav-max.model-nav-affix.affix .model-nav{
	border:none;
}
.page-content{
	margin: 100px 0;
}
.page-title{
	text-align: center;
    margin-bottom: 40px;
}

 
/********************* global *********************/
 .global-header{
	position: absolute;
    width: 100%;
	z-index: 1000;
}
.page .global-header{
	box-shadow: 1px 1px 6px #E7E7EC;
	-webkit-box-shadow: 1px 1px 6px #E7E7EC;
}
.global-header h1.logo{
	float: left;
	font-size: 0;
	margin-top: 0;
}

.global-header h1.logo a{
	padding-top:24px;
	padding-bottom: 15px;
	width: 320px;
	height:50px;
	display: block;
}
.global-header .navbar{
	margin-bottom: 0;
}
.global-header .navbar-nav{
	float: right;
}
.global-header .navbar-nav .model-dropdown .dropdown-toggle{
  cursor: default;
}
.global-header .navbar-nav .other-nav{
	margin-left: 30px;
}
.nav>li>a{
	color: #191919;
	opacity: 1;
    z-index: 100001;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
	background: none;
}
  .dropdown-menu{
	padding: 0;
	margin: 0;
	border: none;
	border-top: 1px solid #ddd;
	display: block;
	top:-1000px;
	-webkit-transform:translate3d(0,-640px,0);
	        transform:translate3d(0,-640px,0);
}
.dropdown-menu a{
	display: block;
}
.dropdown-menu a:hover{
	/* opacity: .65;
	filter: alpha(opacity=65);
	-webkit-transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition:opacity .2s cubic-bezier(0.645, 0.045, 0.355, 1); */
}
.open>.dropdown-menu{
	top:100%;
	-webkit-transform:translate3d(0,0,0);
	        transform:translate3d(0,0,0);
}
.dropdown-menu-model{
	text-align: center;
}
.dropdown-menu-model li.long{
	width: 100%;
}
.dropdown-menu-model li{
	width: 25%;
	float: left;
	border-bottom: 1px solid #ddd;
	height: 140px;
	padding: 20px 10px 0 10px;
	overflow: hidden;
}
.dropdown-menu-model li p{
	font-size: 12px;
	margin-top: 6px;
  margin-bottom: 0;
	color: #fff;
}
.dropdown-menu-model li p.price{
  opacity: 0;
}
.dropdown-menu-model li a:hover p.price{
  opacity: 1;
  margin-top: 3px;
}
.dropdown-menu-model li strong{
	font-weight: 500;
	color: #fff;
  font-size: 16px;
}
.open .dropdown-menu-model li p{
	color: #000;
	-webkit-transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open .dropdown-menu-model li strong{
	color: #000;
	-webkit-transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition:color .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.dropdown-menu-model li a{
	text-decoration: none;
}
.dropdown-menu-model li .long-box{
	width: 20%;
/*	margin: auto;
*/}
.dropdown-menu-tool{
	text-align: center;
}
.dropdown-menu-tool li{
	position: relative;
	float: left;
	width: 50%;
	height: 140px;
	padding: 0;
	border: 1px solid #ddd;
	border-width: 0 1px 1px 0;
	font-size: 18px;
	overflow: hidden;
}
.dropdown-menu-tool li a{
	color: #fff;
}
.dropdown-menu-tool li.long{
	width: 100%;
	height: 280px;
}
.dropdown-menu-tool .long strong{
            font-size: 17px;
            top:40px; 
}
.dropdown-menu-tool li strong{
	position: absolute;
            top: 20px;
	/* bottom: 30px; */
	text-align: center;
	width: 100%;
	z-index: 100;
}

.dropdown-menu-tool .box-1-2 strong{
    font-size: 17px;
}

.dropdown-menu-content{
	display: none;
}
.dropdown-menu-desc{
	padding: 40px 40px 0 40px;
	height: 155px;
	overflow: hidden;
	font-size: 14px;
}
.dropdown-menu-desc h4{
	margin-top: 0;
	font-size: 16px;
}
.dropdown-menu-desc p{
	margin: 0;
}
.dropdown-menu-nav-item a{
	font-size: 16px;
}
 .dropdown-menu li a:hover img{
  opacity: .8;
}
.transform-push .model-show-more{
	margin-bottom: 30px;
}
 body.slidebar .global-wrap{
	left:-240px;
	-webkit-transition:left .4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.global-header-touch{
	-webkit-transition:-webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.global-touch-menu{
	display: none;
}
body.slidebar .global-header-touch{
	width: 240px;
	-webkit-transform:translate3d(0,0,0);
	-webkit-transition:-webkit-transform .4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 