@CHARSET "UTF-8";

body.body-white{ background: #fff;}
.navbar-fixed-top, .navbar-fixed-bottom {
/* position: fixed; */
	background: #fff;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
margin-right: 0px;
margin-left: 0px;
}

.navbar .nav .user{
	padding: 0;
	line-height: 70px;
}
.navbar .nav .user .headicon{
	margin: 0 5px;height: 30px;
}
.navbar .nav .user .caret{
	vertical-align: middle;
	margin: 0 5px;
}
/*tc widget*/
.tc-main{
	margin-top: 20px;
}
/*tc-box*/
.tc-box{
	background: #fff;
	padding:5px 10px;
	margin: 10px 0;
}
.tc-box.first-box{
	margin:0 0 10px 0;
}
.tc-box.article-box{padding:5px 20px;}

/*tc-box end */




/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/

.tc-gridbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #ddd;
  background: #fff;
	cursor: pointer;
}
.tc-gridbox:hover{ border: solid 1px #ccc;
-webkit-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
-moz-box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);
box-shadow: 0 5px 5px 0 rgba(50,50,50,0.1);

}
.tc-gridbox a{text-decoration: none;}

@media (min-width: 768px) and (max-width: 979px) {
  .tc-gridbox {
    display: block;
    float: none;
    width: 95%;
  }
.col-sm-6 {
    width: 50%;
	float:left;
}
}
.tc-gridbox .header {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
	background: #fff;
}
.tc-gridbox .footer {
  padding: 5px 14px 5px 14px;
  text-align: right;
	background: #fff;
}

.tc-gridbox .header .item-image{
	overflow: hidden;
}
.tc-gridbox .header img {
  margin-bottom: 5px;
	-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.tc-gridbox .header img:hover {

	-webkit-transform: scale(1.2) rotate(2deg);
-moz-transform: scale(1.2) rotate(2deg);
-o-transform: scale(1.2) rotate(2deg);
-ms-transform: scale(1.2) rotate(2deg);
transform: scale(1.2) rotate(2deg);
}
.tc-gridbox .header h3 {
  color: #454a4e;
  margin: 0 5px;
  font-size: 16px;
text-overflow: ellipsis;
overflow: hidden;
line-height: 24px;
}
.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
  color: #454a4e;
  white-space: nowrap;
}
.tc-gridbox .header .meta {
  color: #5a6065;
}
.tc-gridbox .header hr {
  border-top-color: #ced5db;
  border-bottom: none;
  margin: 5px 0;
}
.tc-gridbox .body {
  padding-right: 14px;
  padding-left: 14px;
  margin-bottom: 14px;
  color: #343a3f;
}
.tc-gridbox .body a{color: #666;}
.tc-gridbox .body a:hover{color: #428bca;}
.tc-gridbox .btn {
  float: right;
  margin-right: 10px;
  margin-bottom: 18px;
}


/*masonary*/

#container .item{
	margin-bottom: 20px;
}
#container .item h3{
	line-height: 100%;
}
#container .grid-sizer,#container .item { width: 23%; margin: 10px 1%;float:left;zoom: 1;}

@media (max-width: 479px) {
	#container .grid-sizer,#container .item { width: 98%; margin: 10px 1%;float:left;zoom: 1;}
.head{
		height:80px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#container .grid-sizer,#container .item { width: 48%; margin: 10px 1%;float:left;zoom: 1;}
	
}

		
/*list Boxes
------------------------------------*/
.list-boxes {
  overflow: hidden;
  padding: 15px 20px;
  margin-bottom: 25px;
  background: #fff;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  border-top: solid 2px #fff;
  word-wrap: break-word;
  word-break: break-all;
	
}

.list-boxes:hover{
border-top: solid 2px #f90;
}

.list-boxes h2 a {
  color: #555;
}
.list-boxes:hover h2 a {
color: #f90;
}

.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}

.list-boxes p a {
  color: #72c02c;
}

.list-boxes .list-boxes-img li i {
  color: #72c02c;
  font-size: 12px;
  margin-right: 5px;
}

.list-boxes .list-boxes-img img {
  display: block;
  margin: 5px 10px 10px 0;
}

.list-boxes h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
  display: inline;
}

.list-boxes ul.list-boxes-rating li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
  color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
  color: #fff;
}

/*Red list Box*/
.list-boxes-red {
  background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
  background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
  background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
  background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
  border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
  border-top-color: #16a085;  
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
  border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
  border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
  border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
  border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
  border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
  border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
  border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
  border-right-color: #5fb611;
}

/*comments*/
.comment{
	margin-bottom: 10px;
}
.comment .avatar{height: 40px;width:40px;}
.comment-body{overflow: hidden;}
.comment-content{
	padding-bottom: 2px;
	word-break: break-all;
	word-wrap: break-word;
}

.comment>.pull-left {
margin-right: 10px;
}

.comment .time{
	color:#ccc;
	font-size: 12px;
	line-height: 14px;
}
.comment-postbox-wraper{padding-right:22px; }
.comment-postbox{width: 100%;padding: 10px;}

.comment-reply-box{position: relative;padding-right:14px;}
.comment-reply-box .textbox{width: 100%}


/*ranking box*/

.ranking ul.unstyled li{
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i{
	margin-right: 5px;
}

.ranking li i{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #aaa;
}
.ranking li.top3 i{background: #FC9B0B;}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.comment-ranking .comment-ranking-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
	border-color: #FC9B0B;
	border-top-color: #FC9B0B;	
	background: #f0f0f0;
}
.comment-ranking .comment-ranking-inner:hover:after {
	border-top-color: #FC9B0B;	
}

.comment-ranking .comment-ranking-inner span.comment-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.comment-ranking .comment-ranking-inner a {
	text-decoration: none;
}
.comment-ranking .comment-ranking-inner a:hover {
	text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos{margin: 0;}
.tc-photos li {
	display: inline;
}
.tc-photos li a{text-decoration: none;}
.tc-photos li img {
	opacity: 0.6;
	width: 50px;
	height: 50px;
	margin: 0 2px 8px;
	border: 1px solid #ddd;
}
.tc-photos li img:hover {
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}
.posts .dl-horizontal dt .img-wraper {
	display:block;
	width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}


.posts .dl-horizontal dt img {
	width:100%;
	height: 100%;
	/* width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd; */
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color:#FC9B0B;
	border-color: #FC9B0B !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.li-class:hover{
	background: #f7f7f7;
}
.caption-wraper{position: absolute;left:50%;bottom:2em;}
.caption-wraper .caption{
position: relative;left:-50%;
background-color: rgba(0, 0, 0, 0.54);
padding: 0.4em 1em;
color:#fff;
-webkit-border-radius: 1.2em;
-moz-border-radius: 1.2em;
-ms-border-radius: 1.2em;
-o-border-radius: 1.2em;
border-radius: 1.2em;
}
/* * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */
#about{
	
	
	background-size: cover;
}
#services{
	
	
	background-size: cover;
}
#fanwei{
	
	
	background-size: cover;
}
#shipu{
	
	
	background-size: cover;
}
#new{
	
	margin-top:40px;
	background-size: cover;
	margin-left:50px
}
#yunying{
	
	
	background-size: cover;
}
#lianxi{
	
	background-size: cover;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.h2, h2 {
    font-size: 30px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 767px){
	.sy-box{margin: 0 -20px 0 -20px;}
	.caption-wraper{left:0;bottom: 0.4em;}
	.caption-wraper .caption{
	left: 0;
	padding: 0.2em 0.4em;
	font-size: 0.92em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;}
	.submenu-button {
	  position: absolute;
	  z-index: 10;
	  right: 0;
	  top: 0;
	  display: block;
	  border-left: 1px solid rgba(120, 120, 120, 0.15);
	  height: 40px;
	  width: 52px;
	  cursor: pointer;
	}
	.submenu-button::after {
	  content: '';
	  position: absolute;
	  top: 15px;
	  left: 26px;
	  display: block;
	  width: 1px;
	  height: 11px;
	  background: #000000;
	  z-index: 99;
	}
	.submenu-button::before {
	  content: '';
	  position: absolute;
	  left: 21px;
	  top: 20px;
	  display: block;
	  width: 11px;
	  height: 1px;
	  background: #000000;
	  z-index: 99;
	}
	.submenu-button.submenu-opened:after {
	  display: none;
	}
	.caret{
	  display: none;
	}
	.fll,.wj{
	  display: none;
	}
	.fr{
	  float:left;
	}
	.logo img{
		margin:15px 5px 15px 15px;
		width:60px; 
		height:60px;
	}
	#logo{
		display:none;
	}
	
}
@media (min-width: 992px){
	.col-md-offset-1 {
	    margin-left: 8.33333333%;
	}
	.col-md-10 {
	    width: 83.33333333%;
	}
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	    float: left;
	}
	.col-md-12 {
	    width: 100%;
	}
	.col-md-6 {
	    width: 50%;
	}
	.col-md-4 {
	    width: 33.33333333%;
	}
	.logo img{
		width:120px; 
		height:120px;
		margin-right:30px
		
	}
	.fr {
	    float: right;
	}
	.news{
		margin-top:60px
	}
}
.navbar .navbar-inner{
	backgroud-color:#D0603E;
}
.m-footer {
   /*  background: #1a1f2a; */
    padding: 60px 0 0 0;
    color: #555d6d;
    font-size: 14px;
}
.am-container {
    max-width: 1200px;
}
}
.mis-slider li figcaption {
    font-weight: 500;
    letter-spacing: .5px;
}
.li-class span{
	display:block;
}
.head {
    height: 120px;
}
.w1100 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fl {
    float: left;
}
.wj {
    font-weight: bold;
    color: #3a3a3a;
    float: left;
    padding-top: 45px;
    font-size: 20px;
    width: 400px;
    text-align: center;
	margin-left:50px
	
}
.tel {
    background: url(../images/tel.png) no-repeat 0 center;
	background-size:50px;
    padding-left: 50px;
    line-height: 22px;
    margin-top: 35px;
    color: #a2a2a2;	
}
.tel span {
    font-family: Arial;
    font-size: 20px;
    color: #e2342b;
}


.fll{
	float:left;
	font-family: Arial;
    font-size: 35px;
	font-weight: bold;
    color: #e2342b;
	padding-top:20px;
	padding-left:10px;
	letter-spacing: 0;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135
}
.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.padding-lg {
    padding: 75px 0 !important;
}
.padding-leftright-null {
    padding-left: 0 !important;
    padding-right: 0 !important;
	
}

.padding-leftright-null .text {
    padding: 50px;
}
.margin-bottom-null {
    margin-bottom: 0 !important;
	
}
.left{
	font-size: 42px;
    line-height: 45px;
    color: #444444;
    font-weight: 300;
}
.padding-onlytop-sm {
    padding-top: 25px !important;
}
.margin-bottom {
    margin-bottom: 36px !important;
	font-family: "Roboto", sans-serif;
    color: #757575;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 300;
}

picture img.shadow {
    box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.3);
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.tabs-underline{
    
    box-sizing: border-box;
   
    background-color: #fff;

    font: bold 13px sans-serif;

    margin: 30px auto;
    text-align: center;
    padding: 30px;
}

/* The tabs */

.tabs-underline ul{
    list-style: none;
    text-align: left;

    margin: 0;
    padding: 0;
}

.tabs-underline ul li{
    display: inline-block;
}

.tabs-underline ul li a{
    display: block;
    text-decoration: none;
    color:  #7f888d;
    font-size: 14px;

    margin: 0 20px 15px 0;
    padding-bottom: 5px;
}

.tabs-underline ul li a.tab-active {
    color: #656a6d;
    border-bottom: 2px solid #629ebd;
}

/* The content */

.tabs-underline .tabs-content-placeholder{
    overflow: hidden;
    font-weight: normal;
}

.tabs-underline .tabs-content-placeholder div{
    display: none;
}

.tabs-underline .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-underline .tabs-content-placeholder div p{
    color: #565a5c;
    line-height: 1.5;
    text-align: left;

    margin: 5px 0 20px;
}

.tabs-underline .tabs-content-placeholder div img{
    max-width: 100%;
}

@media (max-width: 500px) {
    .tabs-underline ul li a{
        font-size: 12px;
    }

}
.fwfw{
	width:50%;
	padding:50px;
}
@media screen and (max-width: 1456px){
.indexNewsBlock {
    width: 373px;
}
.indexNewsBlock {
    float: left;
    width: 413px;
    overflow: hidden;
    display: inline;
}
.title {
    border-bottom: 1px solid #eee;
    height: 40px;
    width: 100%;
    position: relative;
    margin-top: 28px;
}
.title .htop {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.title .htop a {
    color: #000;
}
.title .htop span {
    color: #999;
    padding-left: 5px;
    font-weight: normal;
}
.title .moreA {
    display: block;
    position: absolute;
    right: -30px;
    top: 0px;
    font-size: 14px;
    color: #f2f2f2 !important;
}
.title .moreA span {
    width: 8px;
    height: 8px;
    background-position: -125px -22px;
    overflow: hidden;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.cls {
    clear: both;
    line-height: 0px!important;
    height: 0px!important;
    font-size: 0px!important;
}
.title .border {
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 23px;
    background: #c7c7c7;
    bottom: -1px;
    left: 0px;
}
.indexNewsBlockCon dl {
    background: #fff;
    padding: 15px 25px 30px;
    height: 342px;
}
.indexNewsBlockCon dt {
    line-height: 34px;
    height: 34px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.indexNewsDlist dt span {
    color: #bbb;
}
.indexNewsBlockCon dt {
    line-height: 34px;
    height: 34px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.indexNewsBlockCon dt a {
    font-size: 14px;
    color: #555;
}
@media (max-width: 479px) {
	.head{
		height:90px;
	}
	.tel{
		margin-top:25px
	}
}
.line{
	border-top:1px solid #dddddd;
}
.news{
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
}
.news:before, .news:after {
    display: table;
    line-height: 0;
    content: "";
}
.news:after {
    clear: both;
}
@media (min-width: 979px){
	body{
		padding-top: 190px;
	}
	#logo{
		display:none;
	}
}