@CHARSET "UTF-8";
body{/*padding-top: 70px;*/ font-weight: normal}
body.body-white{ background: #fff;}
.navbar{position:fixed!important;width: 100%;}
.navbar-fixed-top, .navbar-fixed-bottom {
/*position: fixed;*/
	position: static;
}
.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%;
  }
}
.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.5) rotate(2deg);
-moz-transform: scale(1.5) rotate(2deg);
-o-transform: scale(1.5) rotate(2deg);
-ms-transform: scale(1.5) rotate(2deg);
transform: scale(1.5) rotate(2deg);
}
.proOne:hover img{
	-webkit-transform: scale(2) rotate(-2deg);
	-moz-transform: scale(2) rotate(-2deg);
	-o-transform: scale(2) rotate(-2deg);
	-ms-transform: scale(2) rotate(-2deg);
	transform: scale(2) rotate(-2deg);
}
.jyt_onenews:hover img{
	-webkit-transform: scale(1.5) rotate(-1.5deg);
	-moz-transform: scale(1.5) rotate(-1.5deg);
	-o-transform: scale(1.5) rotate(-1.5deg);
	-ms-transform: scale(1.5) rotate(-1.5deg);
	transform: scale(1.5) rotate(-1.5deg);
}
.tc-gridbox .header h3 {
  color: #454a4e;
  margin: 0 5px;
  font-size: 24px;
	font-weight: bold;
text-overflow: ellipsis;
overflow: hidden;
line-height: 30px!important;
}
.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;line-height: 1.7rem;font-size: 1rem;}
.tc-gridbox .body a:hover{color: #0068b7;}
.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: 30%; 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;}
}

@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;
}
.dropdown-menu>li>a{background: #fff}
.indexFuwu,.indexFuwuImg img,.dropdown-menu>li>a,.lanOne a,.tc-gridbox .body a,.tc-gridbox,.zcontentLeft img,.btn1{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.indexNavOne{border-bottom: 1px solid #D5D5D5;background: #F8F8F8;}
.indexNavTow{line-height: 2rem;}
.indexNavTow .fa{font-size:1.2rem;margin-right: .3rem;}
.indexNavTow .span6:last-child{text-align: right;}
.indexNavThree a{margin-left: .5rem;}
.indexNavThree i{font-size:1rem!important;}
.indexNavThree a:hover{color:#0068b7;text-decoration: none}
.navbar .nav{margin-top:0.3rem;}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover{
	color:#0068b7!important;
}
.navbar .nav>li>a:hover{
	color:#fff;!important
}
.navbar .nav>li>a{
	padding:25px 30px 25px;
}
@media (max-width: 979px){
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a{
		font-weight: normal;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.navbar .brand{
		float:left!important;
		max-width: 60%;
	}
	.xnewsRightTitle{font-size: 1rem!important;}
	.indexFuwu{width: 95%;}
	.xaboutRight{margin-top: 1rem;}
	.xlinks{width: 45%;display: inline-flex}
}
.dropdown-menu>li>a{
	line-height: 30px;
	text-align: center;
}
.dropdown-menu{left:0px;}
#lianxi i{font-size: 2rem;}
#lianxi{padding:5px 5px;font-size:1rem;font-weight: normal;color:#0068b7;border:1px solid #0364B4;border-radius: 4px;margin-top:1rem;}
.borderx{border:1px solid #EAEAEA;}
.lanOne{border:1px solid #EAEAEA;height: auto;overflow:hidden;padding-bottom: 40px;}
.lanOne a{height: 35px;line-height: 35px;display: block;text-align: center;width: 80%;margin:0 auto;border-bottom: 1px dotted #EAEAEA;}
.lanOne a:first-child{width: 100%;height: 50px;line-height: 50px;background: #F49900;color: #fff;font-size: 16px;font-weight: bold;}
.lanOne a:hover{background: #F9F9F9;}

.contentOne{height: auto;overflow: hidden;border-right:1px solid #EAEAEA;padding:2rem;}
.mianbaoNav{line-height: 3rem;}


.okBottomAll{width:auto;height:auto;background:#242424;padding:20px;overflow:hidden;}
.okBottom{height:auto;overflow:hidden;margin:0 auto;}
.okBottom a{height:30px;line-height:30px;display:block;color:#fff;}
.okBottom .title{font-weight:bold;font-size:17px;}



.bottomTitle{text-align: center;font-size: 20px;line-height: 50px;border-bottom: 1px dotted #F0F0F0;margin-bottom: 1rem;}
.xlinks a{width: 100%;display: block;text-align: center}
.xlinks img{border:1px solid #e0e0e0;margin:1rem;margin: .5rem auto;display: block;max-width:90%!important;}
.xbottom{background: #1A1A1A;}
.xbottom1 h4{color: #fff;line-height: 40px;text-align: center;border-bottom: 1px solid #6C6C6C;font-size: 14px;}
.xbottom1 img{width: 30%;display: block;margin:30px auto;border:1px solid #6C6C6C;padding:5px;}
.xbottom2{text-align: center;font-size: 2.5rem;font-weight: bold;line-height: 3rem;color: #fff;margin: 1.5rem 0px;}
.xbotton3{height: auto;overflow: hidden;color:#9C9C9C;}
.xbottom2 .fa{font-weight: bold}
.xbottom3 span{line-height:25px;display: block;color: #9C9C9C;font-size: 13px;margin-left: 1rem;}
.xbottom4{background: #222222;line-height: 35px;text-align: center;color:#A6A6A6;}
.xbottom4 img{width:20px;height:20px}
.tongimg{text-align: center}
.tongimg img{width: 100%;}



.listOne{text-align: left;height: auto;overflow: hidden;line-height: 40px;}
.listOne span{display: block;float: left;}
.listOne span:last-child{float:right;padding:3px 5px!important;}
.listOne .btn{padding: 3px 5px!important;}
.xcontent,.xcontentX{height: auto;overflow: hidden;}
.xcontent{border-bottom: 1px dotted #ccc;margin-bottom: 10px;}
.xcontentLeft{width: 15%;float:left;margin-top: 3rem}
.xcontentLeft img{display: block;width: 150px;}
.xcontentRight{width: 80%;float: right;}
.xcontentRight h3{font-size: 20px;}
.xcontentRight p{font-size: 16px;line-height: 30px;}

.ycontent{border-radius: .5rem;border: 1px solid #ccc;padding:1rem;margin-bottom: 1rem;}
.ycontent img{width: 100%;}
.ycontentTwo h3{font-size: 25px;font-weight: bold;margin-top: 1rem;}
.ycontentTwo p{font-size: 18px;line-height: 1.5rem;}
.ycontent .listOne{border-bottom: 1px dotted #ccc;margin-bottom: 1rem;}

.articleX{height: auto;overflow: hidden}
.articleX h2{text-align: center;font-weight: bold;}
.articleX1{text-align: center;border-bottom: 1px dotted #ccc;line-height: 4rem;}
.articleX2{margin-top: 3rem;line-height: 2.5rem;font-size: 1.1rem;}
.articleX2 p{line-height: 2.5rem!important;}

.servier1{text-align: center;font-size: 2.2rem;font-weight: bold;line-height: 5rem;border-bottom: 1px dotted #ccc;margin-bottom: 2rem;}

.zcontent,.zcontentX{height: auto;overflow: hidden;}
.zcontent{border-bottom: 1px dotted #ccc;margin-bottom: 10px;}
.zcontentLeft{width: 25%;float:left;position: relative}
.zcontentLeft img{display: block;width:200px;}
.zcontentRight{width: 70%;float: right;}
.zcontentRight h3{font-size: 20px;}
.zcontentRight p{font-size: 16px;line-height: 30px;}
.zcontentLeft:hover img,.indexFuwuImg:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.about h1,.indexServe h1,.newsx h1{margin: 2rem auto;font-size: 2rem;}
.about h2{font-size: 1.2rem;line-height: 2rem;}
.aoubt1{text-align: center;}

.indexFuwu{border:1px solid #d5d5d5;margin: 10px;background: #fff;margin-top: 1rem;}
.indexFuwu:hover{margin-top: 0px;}
.indexFuwu span{display: block;text-align: center;font-size: 1.2rem;font-weight: bold;margin: .6rem auto;}
.indexFuwu p{padding:1rem;}
.indexFuwu p:hover{color:#000;}
.fuwu{margin: 0px;}
.indexFuwuImg{position: relative;overflow: hidden;}

.fontBold{font-weight: bold;font-size:1.8rem!important;margin-bottom: 1rem;}

.proOne img,.indexFuwu a,.proOne,.jyt_onenews img,.btn1,.btn1:hover,.xaboutLeft img,.xnewsLeft img,.xcontentLeft img{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.indexFuwu a{color: #686868;}
.indexFuwu a:hover{color:#000}
.xaboutLeft:hover img,.xnewsLeft:hover img,.xcontentLeft:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.xabout{margin-top: 2rem;}
.xaboutRight{font-size: 1rem;line-height: 2rem;}
.btn1:hover{margin-left: 2rem;}


.zbottom{background:#4B4B4B;line-height:35px;text-align:center;font-size:12px;color:#fff!important}
.zbottom img{width:20px;}
.zbottom a{color:#fff;}

.xaboutLeft{position: relative;overflow: hidden;}
.width100{background: #EEEEEE;height: auto;overflow: hidden;margin-top: 2rem;padding-bottom:1.5rem;}
.width100bottom{background: #EEEEEE;height: auto;overflow: hidden;margin-top: 2rem;padding-bottom:1.5rem;padding-bottom: 5rem;}
.xnews{margin-bottom: 1.5rem;height: auto;overflow: hidden;}
.xnewsLeft{width:30%;float: left;position: relative}
.xnewsLeft img{width: 100%}
.xnewsRight{width:68%;float: right;}
.xnewsRightTitle{font-size: 1.2rem;font-weight: bold;color: #000;margin-bottom: .5rem;}
.xnewsRight p{font-size: 1rem;line-height:1.5rem;}

.jyt_onenews{height: auto;overflow: hidden;margin-bottom: 2rem;}
.jyt_onenews1{height: 15rem;overflow: hidden;}
.jyt_onenews2{font-size: 12px;height: auto;line-height: 30px;}
.jyt_onenews3{font-size: 15px;font-weight: bold;height: 35px;line-height: 35px;}
.jyt_onenews4{font-size: 14px;}
.jyt_onenews a:hover .jyt_onenews4,.jyt_onenews a:hover .jyt_onenews2{color:#323232}

#article_content p{font-size:1rem;color:#000;line-height:2rem;margin-bottom:1rem;}


.pagination{text-align: center}
.proOne{border:1px solid #eeeeee;height: auto;height: 20rem;overflow: hidden;margin-bottom: 2rem;}
.proOne a:hover{color:#000}
.proOne:hover{border:1px solid #D0D0D0;opacity: 0.7}

.proTwo{padding:.5rem;}
.proTwo p{font-size: 18px;font-weight: bold;}
.proImg{height:10rem;overflow: hidden;background: #F0F0F0;text-align: center}
.proImg img{height: 100%}
#myCarousel{width:60%;margin: 20px auto;}
.carousel-control{background: none;border:1px solid #fff;}
#backtotop{font-size: 25px!important;}
.textFont a{font-size: 14px!important;color: #938f8f!important;}
.tc-gridbox a:hover{color: #000!important;}

.proTwo h3{
	color: #454a4e;    
    font-size: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px!important;
}
.dropdown-menu>li>a{
	color:#000!important;
}
.dropdown-menu>li>a:hover{
	color:#fff!important;
}
.weima img{width:150px;border:1px solid #D0D0D0}
.span3 a{color:#fff!important;}