
/* common setting */
/* @font-face {font-family:siyuan-normal; src: url("fonts/hansans-normal.ttf")}  */
body {
    font-family: 'siyuan-normal','Microsoft Yahei','Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
    -webkit-font-smoothing: antialiased;
	min-width:320px;
	margin:0 auto;
	overflow-x:hidden;

}

.products-patch a:hover{
	color:#18ffff;
	text-decoration:none;
}

.common-text a:hover{
	color:#18ffff;
	text-decoration:none;
}

text-indent{
	text-indent:25px
}

#page-container{
	position:relative;
	margin-top:48px;
}

.content-container{
	position:relative;
}

#left-menu{
	font-size:16px;
	padding-left:0px;
	position:fixed;
	top:200px;
	left:30px;
	z-index:100
}

#left-menu li{
	height:40px;
	color:#8c8c8c;
	list-style-type:none;
}
#left-menu li a{
	text-decoration:none;
	color:#8c8c8c;
	line-height:40px;
	display: block;
}

#left-menu li a i{
	width:20px;
	float: left;
	vertical-align:middle;
	font-size:10px;
	margin: 0px 4px 0px 5px;
	line-height:40px;
}


/*#left-menu li:hover{
	color:#317ac4;
}
#left-menu li:hover a{
	color:#317ac4;
}

#left-menu li:hover a i{
	font-size:20px;
	color:red;
	padding-left:0px;
}*/

#left-menu li.active{
	color:#1b4a9e;
}
#left-menu li.active a{
	color:#1b4a9e;
}


.title-block-wrapper{
	width:calc(50% - 300px);
}

.title-block-wrapper-right{
	margin-left:50%;
}

.title-block-container{
	border-bottom:1px solid #32a8fe;
	height:28px;
}
.title-block-container .title-block{
	width:120px;
	font-size:16px;
	font-weight:bold;
	line-height:28px;
	text-align:center;
	letter-spacing:2px;
	background:#007ccc;
	color:#fff;
}

.title-block-text{
	width:120px;
	color:#007ccc;
	font-size:16px
}



/*common*/
.blue-title-text-block{
	width:125px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	background:#32a8fe;
	color:#fff
}

.blue-title-text-block-container{
	height:30px;
	border-bottom:2px solid #32a8fe;
}

.blue-title-text-block-under{
	width:125px;
	color:#32a8fe;
	font-size:18px;
}

.blue-title-text{
	font-size:24px;
	color:#007ccc;
	margin:-3px 5px 0px 5px;
}

.blue-block-text{
	font-size:10px;
	color:#007ccc;
	margin:-3px 5px 0px 5px;
}

/*一般段落文字设置*/
.common-text{
	line-height:22px;
	letter-spacing:2px;
	text-align:justify;
}



/*原型数字标题后面跟着的标题文字，蓝色或者白色*/
.title-text{
	font-size:22px;
	line-height:44px;
	color:#007ccc;
}

.sub-title-text{
	font-size:16px;
	line-height:36px;
	color:#8d8d8d;
}

.banner-container{
    position:relative;
	width:100%;
}

.banner-image{
	background-size:1800px;
	height:500px;
	width:100%;
	z-index:110;
}

//
.banner-image-product{
	background-size:1800px;
	height:500px;
	width:100%;
}

//2698*911
.banner-image-portal{
	background-size:1761px;
	height:500px;
	width:100%;
}
//2698*859
.banner-image-data{
	background-size:1761px 500px;
	height:500px;
	width:100%;
}
//
.banner-image-os{
	background-size:1761px 500px;
	height:500px;
	width:100%;
}
//
.banner-image{
	background-size:1761px 500px;
	height:500px;
	width:100%;
}


.blue-number-circle{
	font-size:24px;
	color:#fff;
	background:#007ccc;
	text-align:center;
	line-height:48px;
	border-radius:50%;
	width:48px;
	height:48px;
}

.white-number-circle{
	font-size:24px;
	color:#007ccc;
	background:#fff;
	text-align:center;
	line-height:48px;
	border-radius:50%;
	width:48px;
	height:48px;
}

/* -------------------------------
   1.0 Header
------------------------------- */

/* 1.1 Header Element Setting */

.header {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    position: fixed;
	width: 100%;
	top:0;
    z-index: 1030;
}

.header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
}
.header .container {
    position: relative;
}
.header .header-container {
    display: table;
    width: 100%;
}
.header-logo,
.header-nav {
    
    vertical-align: middle;

}


/* 3.2 Header Logo Setting */

.header-logo {
    width: 240px;
    height: 42px;
}
.header-logo a {
    color: #212121;
    text-decoration: none;
    font-size: 20px;
}

.header-logo a small {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: -3px;
    color: #9E9E9E;
}
.header-logo a:hover:before{
	transition: left 4s;/*过渡,改变闪光的位置*/
	left: 400px;
}
.header-logo a:before{/*在图片之前插入闪光*/
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: -190px;
	overflow: hidden;
	background-image: linear-gradient(to right,rgba(255,255,255,.2) 0,rgba(255,255,255,.5) 50%,rgba(255,255,255,.2) 100%);/*linear-gradient渐变效果*/
	transform: skewX(-25deg);/*沿x轴倾斜*/
}



/* 3.3 Header Nav Setting */

.header-nav .nav > li {
    float: left;
}
.header-nav .nav > li > a {
    color: #0171c5;
	font-weight:bold;
    line-height: 38px;
	padding:6px 22px
}

.header-nav .nav > li.active > a{
	/*color:#002043*/;
	color:#fff;
	background:#1074c2;
}

.header-nav .nav > li > a:hover,
.header-nav .nav > li > a:focus,
.header-nav .nav > li.open > a,
.header-nav .nav > li.open > a:hover,
.header-nav .nav > li.open > a:focus {
    color: #fff;
	background:#002043;
}


/* 3.5 Header Dropdown Setting */

.header .dropdown-menu {
    margin: 0;
    min-width: 100px;
	color:#fff;
	background:#002043;
	padding:0;
}
.header .dropdown-menu > li > a {
    padding: 10px 15px;
    line-height: 20px;
	color:#fff;
	margin:-1px;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
    background: #004aa4;
}
.header .dropdown-menu > li.arrow + li {
    border-top: none;
}

.header .navbar-header  + .navbar-collapse {
    margin-left: 240px;
}

.header .dropdown-title {
    margin: 0 0 15px;
    color: #242a30;
}
.header .user-img {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 40px;
    margin: 10px 10px 10px 0;
}



/* 3.7 Navbar Toggle Setting */

.navbar-toggle {
    background: none;
    float: left;
    margin: 0 0 0 -15px;
    padding: 22px 15px;
    border-right: 1px solid #eee;
    border-radius: 0;
}
.navbar-toggle .icon-bar {
    background: #333;
}


#bxsyy_image{
	margin-top:20px;
	background-repeat: no-repeat;  
	background-position: top center;
	background-size:1156px 505px;
	transform:none;	
	height:505px;
	margin-bottom:39px;
}
.cards-table td{
	padding:6px;
}
.expand-card{
	position:absolute;
	width:380px;
	height:100px;
	overflow:hidden;
	background-color:#c0e1f7;
	color:#007ccc;
	cursor:pointer;
}
.expand-card.active{
	//height:200px;
	background-color:#99d3fb;
}

.expand-card.first-line{
	top:0px;
}
.expand-card.last-line{
	bottom:0px;
}

.expand-card.active .triangle-right-bottom {
	display:none;
}

.expand-card img{
	margin:5px;
	transform:scale(0.7);
	float:left;
}

.triangle-right-bottom {
	position:absolute;
	top:90px;
	right:0px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #007ccc;
}

.expand-card .card-title{
	margin-left:110px;
	margin-right:15px;
	line-height:100px;
	font-size:18px;
	font-weight:bold;
}
.expand-card .card-text{
	margin: 0px 30px 10px 110px;
	font-size:16px;
}


/* -------------------------------
   4.0 Footer
------------------------------- */

/* 4.1 Footer Setting */

.footer {
    padding: 30px 0;
    background: #eee;
    font-size: 12px;
    color: #a8acb1;
    background: #242a30;
    box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);
    -webkit-box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);
}




.section-container {
    position:relative;
	width:100%;
}
.section-container:before,
.section-container:after {
    content: '';
    display: table;
    clear: both;
}
.section-container.has-bg {
    position: relative;
}
.section-container.has-bg .cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.section-container.has-bg .cover-bg img {
    max-width: 100%;
}
.section-container.has-bg .cover-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 42, 48, 0.8);
}
.section-container.has-bg {
    color: #fff;
}
.section-container.has-bg .container {
    position: relative;
    z-index: 1020;
}
.section-container.has-bg .breadcrumb a {
    color: #fff;
}
.section-title {
    font-size: 20px;
    font-weight: 600;
    margin: -5px 0 25px;
    color: #212121;
}
.section-title a.pull-right {
    font-size: 12px;
    font-weight: bold;
    color: #666;
    border: 1px solid #ccc;
    padding: 8px 15px;
    line-height: 16px;
    margin: -7px 0;
    border-radius: 3px;
}
.section-title a.pull-right:hover,
.section-title a.pull-right:focus {
    text-decoration: none;
    background: #fff;
    color: #212121;
}
.section-title small {
    margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #999;
}

.image-container{
	margin:0 auto;
	width:800px;
}
.image-container img{
	width:100%;
}


/* -------------------------------
   Pace Page Loader Setting
------------------------------- */

/* 8.1 Pace Loader Element Setting */

.pace-inactive {
    opacity: 0;
    filter: alpha(opacity=0);
}
.pace {
    background: #2d353c;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1050;
}
.pace-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 3px;
    background: #0171c5;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
    z-index: 2000;
}
.pace:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
}
.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 10px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: solid 2px transparent;
    border-top-color: #00acac;
    border-left-color: #00acac;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}
@media (max-width: 767px) {
    .pace .pace-activity {
        top: 80px;
    }
}
@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}



/* -------------------------------
   9.0 Home Page Element Setting
------------------------------- */

/* 9.1 Carousel Element Setting */

.carousel .container {
    position: relative;
}
.carousel-control {
    background: rgba(0,0,0,0.55) !important;
    height: 60px;
    width: 40px;
    top: 50%;
    margin-top: -30px;
}
.carousel-control i,
.carousel-control .glyphicon {
    display: block;
    margin: 0;
    text-align: center;
    line-height: 60px;
    position: initial;
    height: 60px;
    font-size: 32px;
}
.carousel-caption-right {
    text-align: right;
}
.carousel-caption-left {
    text-align: left;
}
.carousel-caption {
    text-shadow: none;
    right: 0;
    left: 0;
    bottom: 75px;
	position:absolute;
}
.carousel-caption .container {
	height:60px;
}
.carousel-caption .title {
    font-size: 32px;
    margin: 0px;
	letter-spacing:4px;
}



.carousel-caption .btn {
    color: #fff;
	background:#01e4fd;
	right:100px;
	bottom:0px;
	position:absolute;
	height:32px;
	width:100px;
	padding:0px;12px;
	line-height:30px;
}
.carousel-caption .btn span{
	font-size:16px;
	vertical-align:middle;
}

.carousel-caption .btn i{
	vertical-align:middle;
}

.carousel-caption .btn:hover,
.carousel-caption .btn:focus {
    background: #307ac4;
}
.carousel-caption p {
    margin-bottom: 0;
    font-size: 26px;
}
.carousel-inner .bottom_area {
	position:absolute;
	display: table;
	width:100%;
	bottom:0px;
	height:80px;
	background:#007ccc;
}

.bottom_area .bottom-text {
	display: table-cell; 
	vertical-align:middle; 
	text-align:center;
	color:#e6fefe;
	font-size:14px;
}

.arrowup {
    display:block; 
    width:0; 
    height:0; 
    border-width:0 10px 10px; 
    border-style:solid; 
    border-color:transparent transparent #007ccc; 
    position:absolute; 
    top:-10px; 
    left:50%;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}

.arrowup-op {
    position:absolute; 
    top:-70px;
	color:#fff;
    left:50%;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
	cursor:pointer;
	z-index:1000;
}

.arrowdown {
    display:block; 
    width:0; 
    height:0; 
    border-width:10px 10px 0; 
    border-style:solid; 
    border-color: #002043 transparent transparent; 
    position:absolute; 
    bottom:-10px; 
    left:50%;/* 三角形居中显示 */
    margin-left:-10px;/* 三角形居中显示 */
}

.arrowleft {
    display:block; 
    width:0; 
    height:0; 
    border-top: 10px solid transparent;
    border-right: 20px solid #15355e;
    border-bottom: 10px solid transparent;
    position:absolute; 
    top:30px; 
    left:-20px;/* 三角形居中显示 */
}


.carousel .bg-cover-img {
	background-repeat: no-repeat;  
	background-position: top center;
	//background-size:1920px 500px;
	transform:none;
}

.slider .carousel,
.carousel .carousel-inner,
.carousel .carousel-inner .item {
    height: 500px;
	cursor:pointer;
}
.carousel-indicators li {
    border-width: 2px;
}



.animated {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}
.text-ellipsis {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.underline {
    border-bottom: 1px solid #e2e7eb !important;
}





.gtco-card-item {
  display: block;
  width: 252px;
  margin:auto;
  position: relative;
  cursor:pointer;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;  
  border:1px solid #007ccc;
}

.gtco-card-item .has-text figure {
  margin-bottom: 30px !important;
}
.gtco-card-item figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 12;
  position: relative;
}

.gtco-card-item img {
  z-index: 8;
  opacity: 1;
  width:100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gtco-card-item .gtco-text {
  padding: 10px 15px 10px 20px;
  height:260px;
  color: #007ccc;
}


.gtco-card-item .gtco-text h2, .gtco-card-item .gtco-text span {
  text-decoration: none !important;
}
.gtco-card-item .gtco-text h4 {
  padding-top:10px;
  padding-bottom:10px;
  font-weight: bold;
  margin: 0 0 20px 0;

}

.gtco-card-item .gtco-text p {
  text-align: left;
  font-size:14px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.gtco-card-item:hover, .gtco-card-item:focus {
  bottom: 7px;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 2px rgba(0,124,204,0.5);
  -moz-box-shadow: 4px 4px 2px rgba(0,124,204,0.5);
  -ms-box-shadow: 4px 4px 2px rgba(0,124,204,0.5);
  -o-box-shadow: 4px 4px 2px rgba(0,124,204,0.5);
  box-shadow: 4px 4px 2px rgba(0,124,204,0.5);
}
.gtco-card-item:hover img, .gtco-card-item:focus img {
  -webkot-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


.index-icon-item{
  width: 210px;
  height:170px;
  margin: auto;
  margin:30px 10px;
  position: relative;
}


.index-icon-item:hover{
	text-decoration:none;
}

.index-icon-item .icon-image{
	text-align:center;
	padding:10px 10px 20px 10px;
}

.index-icon-item .icon-image img{
	width:50px;
	height:50px;
}


.circle{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#products_mountain_area{
  position:relative;
  background: -webkit-linear-gradient(#aad9ff, #fff); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#aad9ff, #fff); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#aad9ff, #fff); /* Firefox 3.6 - 15 */
  background: linear-gradient(#aad9ff, #fff); /* 标准的语法 */
}

#products_mountain_image{
	position:relative;
	width:1000px;
	margin:auto;
	height:390px;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:1000px;
}

#products_mountain_textbar{
	top:400px;
	height:60px;
	width:100%;
	text-align:center;
	background:#32a8ff;
	color:#fff;
	font-size:32px;
	padding-top:10px
}

.para_cloud{
	position:absolute;
	width:100px;
	height:30px;
	background-repeat:no-repeat;
}

#what_is_yxsyy{
	position:absolute;
	top:55px;
	left:calc(50% - 160px);
	font-size:36px;
	color:#004aa4;
}



.icon-card{
	padding:20px;
}

.icon-card-text{
	font-size:16px;
	font-weight:bold;
	color:#007ccc;
	text-align:center;
}

.icon-card-number{
	font-family:"黑体";
	font-weight:bold;
	font-size:20px;
}

.icon1{ background:url("../../imgs/icon1.png") no-repeat;}

.contact-panel {
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 1020;
    width: 20px;
	height:80px;
}
.dropdown-menu{
border-radius:0px;
}

#why_bxsyy{
position:relative;
width:100%;
height:80px;
line-height:83px;
text-align:center;
background:#002043;
color:#fff;
font-size:32px;
}

.section-title-text{
position:relative;
height:60px;
width:100%;
text-align:center;
background:#002043;
color:#fff;
font-size:32px;
padding-top:12px
}


.product-image{
	position:relative;
	width:100%;
	margin:auto;
	background-position:top center;
	background-repeat:no-repeat;
	transform:none;
}


/* products.html */

.products-patch{
	background-color:#fff;
	position:absolute;
	padding:10px;
	width:37%;
}

.products-patch h3{
	color:#007bce;
	font-size:18px;
}

.products-patch  div{
	margin-top:20px;
	text-align:right;
}
.products-patch a{
	color:#0049a3;	
}


/* portal.html */
.big-circle-icon{
	font-size:10px;
	color:#007ccc;
	margin:-3px 5px 0px 5px;
}
.big-circle-icon-white{
	font-size:8px;
	color:#fff;
	margin:-3px 5px 0px 5px;
}
.circle-icon{
	font-size:6px;
	color:#007ccc;
	margin:-3px 5px 0px 5px;
}


.cover-number-area{
	position:relative;width:100%;height:100px;margin-bottom:40px;
}
.cover-number{
	position:absolute;
	bottom:0px;
	left:-15px;
	font-size:72px;
	letter-spacing:1px;
}
.cover-number-area .cover-number-text{
	background:#007ccc;
	position:absolute;
	bottom:5px;
	left:30px;
	font-size:22px;
	padding-right:10px;
	z-index:20;
}

.cover-number-area .cover-number-vertical-line{
	height:1px;
	width:80%;
	position:absolute;
	right:0px;
	bottom:20px;
	background:#00faeb;
	z-index:10;
}

.content-container .section-container{
	padding:20px;0
}


/*portal function*/
.table-top-align td{
	vertical-align:text-top;
}

.Cyan-text{
	color:#00fbeb;
}

.Cyan-line{
	background-color:#00fbeb;
}

.content-container .section-container table td{
	letter-spacing:2px;
	line-height:24px;
}





.base-image-div{
	background-position:top center;
	background-repeat:no-repeat;
}


/*data*/


footer
.footer {
    padding: 30px 0;
    background: #eee;
    font-size: 12px;
    color: #a8acb1;
    background: #242a30;
    box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);
    -webkit-box-shadow: inset 0 100px 80px -80px rgba(0,0,0,.7);
}
.footer-header {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 20px;
    letter-spacing: 1px;
}
.footer a {
    color: #616D72;
    color: rgba(255,255,255,.3);
}
.footer ul {
    line-height: 20px;
}
.footer .fa-li {
    line-height: 20px;
    font-size: 14px;
    top: -1px;
}
.footer .list-product > li + li {
    margin-top: 15px;
}
.footer .list-product > li:before,
.footer .list-product > li:after {
    content: '';
    display: table;
    clear: both;
}
.footer .list-product .image {
    float: left;
    width: 60px;
    height: 40px;
    background: #fff;
    line-height: 40px;
}
.footer .list-product .image img {
    max-width: 100%;
}
.footer .list-product .info {
    margin-left: 70px;
}
.footer .list-product .info .info-title {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 2px 0 3px;
}
.footer .list-product .info .price {
    color: #616D72;
    color: rgba(255,255,255,.3);
}



/* -------------------------------
   5.0 Footer Copyright
------------------------------- */

/* 5.1 Footer Copyright Setting */

.footer-copyright {
    font-size: 14px;
    color: #fff;
    background: #002043;
	height:60px;
	line-height:60px;
	text-align:center;
}
.