@CHARSET "UTF-8";
adfa{}
body{}
body.body-white{ background: #fff;}
.navbar-fixed-top, .navbar-fixed-bottom {
position: fixed;
}
.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:0 10px;
	margin: 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.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;}
}

@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{

}

.list-boxes h2 a {
  color: #555;
}
.list-boxes:hover h2 a {
color: #39ae5f;
}

.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;
}

.w1250{
	width: 1326px;
	padding: 0;
	margin: 0 auto;
}
.sy-box{
	width: 1900px;
	padding: 0;
	margin: 0 auto;
}

.navbar{
	margin-top: 0;
	height: 156px;
	margin-bottom: 0;
	
}

.bg2{
	
}
.navbar-inner{
	margin: 0 auto;
	height: 130px;
}
.logo{
	padding: 35px 0 0 45px;
	display: block;
	width: 390px;
	height: auto;
	float: left;
}
.navbar .nav>li>a, .navbar .nav>li>a:hover{
	text-shadow: none;
	padding: 0 15px;
}
.navbar .nav{
	margin-top: 95px; 
	float: left;
	margin-left: 28px;
    display: inline-block;
}
.sy-pager{display: none;}
.container{width: 1350px;}
.container2{width: 1200px;}
.sy-slides-wrap{
	height: 400px;
}
.bleft{
	width: 430px;
	height: auto;
	float: left;
}
.bright{
	width: 770px;
	height: auto;
	float:right;
}
.btb{position: relative;width: 100%;float: left;}
.btline{
	border-bottom: 1px dashed #117F46;
	position: absolute;
	width: 100%;
	height: 1px;
	top: 11px;
	left: 75px;
}
.bleft .btline{width: 302px;}
.bright .btline{width: 643px;}
.btb .tt{
	float: left;
	background: url(../images/licon.jpg) left no-repeat;
	text-indent: 15px;
}
.btb .more{float: right}
.mt30{margin-top: 30px;}
.con11{
	overflow: hidden;
    width: 1290px;
    margin: 0 auto;
}
#footer{
	height: 125px;
	text-align: center;
	color: #fff;
	
	font-size: 16px;
}
#footer p{text-align: center; color: #fff}
.topimg{float: left;}
.info_pic{width: 150px; height: 104px; float: left; padding-right: 10px; padding-bottom: 10px;}
.jjinfo{text-indent: 28px;}

.contain {
	width: 800px;
	margin: auto auto;
	overflow: hidden;
}
 .single {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 0;
}

.pre {
	position: absolute;
	width: 20px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.pre:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.pre::before {
	content: "";
	width: 12px;
	height: 12px;
	border: solid #fff;
	border-width: 2px 0 0 2px;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 70%;
	top: 50%;
}

.next {
	position: absolute;
	width: 20px;
	height: 100%;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.next::before {
	content: "";
	width: 12px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	left: 30%;
	top: 50%;
}

.single ul {
	list-style: none;
	white-space: nowrap;
	display: inline-block;
}

.single ul li {
	display: inline-block;
}

.single img {
	vertical-align: top;
}

#container {
	width: 440px;
	position: relative;
}

#carousel {
	margin: 0 auto;
}

#carousel img {
	border: 0;
}

#ui-carousel-next, #ui-carousel-prev {
	width: 60px;
	height: 100px;
	background: url(images/arrow-left.png) #fff center center no-repeat;
	display: block;
	position: absolute;
	top: 0;
	z-index: 100;
}

#ui-carousel-next {
	right: 0;
	background-image: url(images/arrow-right.png);
}

#ui-carousel-prev {
	left: 0;
}

#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}
.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 258px;
	overflow: hidden;
	width: 315px;	
}
.p-list-boxes{
	width: 265px;
	height: auto;
	float: left;
	padding: 15px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid rgb(238, 238, 238);
}

.ptitle{
	margin-top: 10px;
}
.ptitle a{
	font-family: Microsoft YaHei;
    font-weight: normal;
    display: block;
    text-align: center;
    line-height: 140%;
	color: #5a5a5a;
}

.ptitle a:hover{
	text-decoration: none;
	border: none;
	color: #39AE5F;
}
.p-list-boxes:hover{
	border: 1px solid #39AE5F;
}
.p-list-boxes img{
	width: 253px;
	height: 225px;
	display: block;
	
}
.fmpic{
	width: 253px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.headtitle{
	margin-top: 0px;
	margin-bottom: 10px;
	
}
.headtitle h2{
	border-bottom: 2px solid #3D702B;
}
.pagination{
	clear: both;
	text-align: center;
}
.pagination ul{
}
.barrner{
	position: relative;
	width: 100%;
	height: 100%;
}
.cstlayer{
	left: 0px;
    top: 40%;
    position: absolute;
    z-index: 122;
    width: 100%;
	text-align: center;

    height: 120px;
}
.wp-title_content{
	    word-wrap: break-word;
    padding: 0px;
    border-color: transparent;
    border-width: 0px;
    height: 80px;
    width: 1200px;
	margin: 0 auto;
}
.drop_box{
	    word-wrap: break-word;
    padding: 0px;
    border: 0px solid transparent;
    height: 177px;
    width: 656px;
    opacity: 0.4;
    background-color: rgb(57, 174, 95);
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
	margin: 0 auto;
}
.cstlayer_cover{
	top: 30%;
}
.wp-title_content{
	text-align: center;
	color: rgb(34, 34, 34);
    font-family: 微软雅黑;
    font-size: 30px;
    line-height: 42px;
	font-weight: bold;
}
.ttbtline{
	width: 1250px;
	height: 7px;
	margin: 0 auto;
	display: block;
	background: url(../images/xgray_line03.png)  repeat ;
}
.mg0{
	margin: 0;
}
.plist{
}
.pagination ul>.active>span{
	background-color: #4C8038;
}
.list-img{
	width: 200px;
	height: 120px;
	float: left;
	text-align: center;
	margin-right: 20px;
	display: inline-block;
}
.list-img img{
	width: 200px;
	height: 120px;
}

.list-content{
	width: 720px;
	float: left;
	display: inline-block;
	overflow: hidden;
}
.list-content h2 a{
	    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: rgb(34, 34, 34);
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
}
.list-content h2 a:hover{
	color: #39ae5f;
}
.abstract{
	    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: rgb(90, 90, 90);
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
}
.article-box h2, .article-infobox{
	text-align: center
}

.bg-red{
	background-color: #940001;
}
.bg-gre{
	background-color:#dedede
}
.font-w{
	color: #fff
}
.font-b{
	color: black
}
.c-title{
	text-align: center;
	padding: 15px 0 20px 0;
}
.c-title span{
	clear: both;
	display: block;
	margin-top: 20px;
}


.c-title .t1{
	font-size: 34px;
}
.c-title .t2{
	font-size: 19px;
}
.c-title .more{
	font-size: 14px;
	padding: 10px;
	border-radius:25px;
	background-color: #fff;
	color: #000;
	width: 110px;
	margin: 0 auto;
	border: 1px solid solid;
}
.box{
	padding: 30px 0 20px 0;
}
.c-title .more a{color: #000; text-decoration: none;}
.con1 ul li{
	list-style:  none;
	display: inline-block;
	width: 278px;
	height: 289px;
	padding-right: 24px;
}
.con2 ul li{
	width: 228px;
	height: 169px;
	padding-right: 6px;
	margin-bottom: 20px;
	float: left;
}
.con2 ul li img{
	width: 228px;
	height: 125px;
}
.title1{
	height: 20px;
	text-align: center;
	width: 100%;
	line-height: 20px;
	display: inline-block;
	background-color: #d5ebe9;
	color: #000;
	font-size: 12px;
}
.con2 .title{
	height: 42px;
	text-align: center;
	width: 100%;
	line-height: 42px;
	display: inline-block;
	background-color: #7ebf25;
	color: #fff;
	font-size: 14px;
}
/* tmall focus */
#focus {
	width:520px;
	height:420px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:420px;
	position:absolute;
}
#focus ul li {
	float:left;
	width:500px;
	height:420px;
	overflow:hidden;
	position:relative;
	background:#000;
}
#focus ul li div {
	position:absolute;
	overflow:hidden;
}
#focus .btnBg {position:absolute;width:500px;height:40px;left:1px;bottom:0;background:#000;}
#focus .btn {
	position:absolute;
	height:24px;
	right:19px;
	bottom:0;
	padding-left:10px;
}
#focus .btn span {
	display:inline-block;
	_display:inline;
	_zoom:1;
	width:20px;
	line-height:20px;
	text-align:center;
	font-size:15px;
	font-family:"Microsoft YaHei", SimHei;
	cursor:pointer;
	color:#fff;
	background:#000;
}
#focus .btn span.on {
	background-color:#F00;
	color:#fff;
}

#focus .text{ font-size:16px; line-height:40px; bottom:0; left:0; position:absolute; height:40px; width:380px; text-align:left; text-indent:15px; color:#fff; z-index:9999}
#focus img{ width:520px; height:420px;}

.pics_wrap{
	width:520px;
	height: auto;
	display: inline-block;
	float:left;
}
.news-list{
	width: 570px;
	height: auto;
	float: right;
	display: inline-block;
}
.news-list li{
	height: 88px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	list-style: none;
}
.news-list .time{
	width: 88px;
	height: 88px;
	background-color: #0067ac;
	color: white;
	display:inline-block;
	float: left;
}
.news-list .time span{
	display: inline-block;
	clear: both;
	font-family:"黑体";
	width: 88px;
	text-align: center;
}
.news-list .time .d1{
	font-size: 60px;
	margin-top: 20px;
	padding: 5px 0 5px 0;
}
.news-list  .n-list{
	float: left;
	padding-left: 20px;
	line-height: 200%;
	
}
.news-list  .n-list a{
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

.c-title2{
	text-indent: 10px;
	height: 35px;
	color: #0096d8;
	font-size: 20px;
    line-height: 31px;
	margin-bottom: 10px;
}


.iconbg{
	background: url(../images/icon.png) no-repeat;
	width: 35px;
	height: 30px;
	float: left;
}
.iconbg1{
	background-position: 0px 0px;
}
.iconbg2{
	background-position: 0px -32px
}
.iconbg3{
	background-position: 0px -69px
}

.iconbg4{
	background-position: 0px -112px
}

.more4{
	float: right;
	    width: 97px;
	background: url(../images/icon.png) no-repeat;
	    background-position: 0px -140px;
    text-indent: 29px;
	
}
.more4 a{
	color: #ababab;
}
.btline2{
	background: url(../images/btline.png) no-repeat bottom;
	width: 100%;
    height: 10px;
}

.cinfo{
	width: 596px;
	height: 290px;
	float:left;
	text-indent: 28px;
    line-height: 28px;
}
.cimg{
	width: 493px;
height: 280px;
float:right;
}

.navbar .nav>li>a{
	font-weight: 600;
	    color: #1a3f9a;
}

.headerwdth{
    float: right;
    margin-top: 92px;
        position: relative;
}
.sous{
     background:#0084dc url(../images/tu.png) no-repeat center center;
    display: block;
    width: 80px;
   	height: 24px;
   	cursor: pointer;
}
.znsousu{
        top: -43px;
    position: absolute;
    z-index: 11;
    right: 14px;
    width: 400px;
  display: none;
}

.stext{
    width: 100%;
    display: block;
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
    border: 1px solid #c8c8c8;
    border-radius: 0.078125rem;

}
#ssubmit{
display: block;
    width: 20%;
    right: -13px;
    top: 1px;
    height: 32px;
    line-height: 26px;
    border: 0;
    position: absolute;
    border-radius: 0 0.078125rem 0.078125rem 0;
    color: #fff;
    font-family: "微软雅黑";
    background: #0083db;
    cursor: pointer;
}

.announcement{
	height: 40px;
	background: #0084dc;
}


.shell{
		float: left;
 width:50%;
 padding:10px 0 10px 30px;
    background: url(../images/tu1.png) no-repeat 0 center;
}
.tempWrap{
	margin: 0 auto;
}
.aleft{
	width: 245px;
	float:left;
	height: auto;
	padding-left: 10px;
	display: inline-block;
}
.aright{
	width: 990px;
	float:right;
	height: auto;
}
.lnav li{
	list-style: none;
	border-bottom:1px solid #ddd;

	line-height: 40px;
	text-align: center;
}

.lnav li:hover{
	background-color: #0084dc
}


.lnav .dropdown:hover{
	
}
.lnav li a{
	color: #777;
	width: 100%;
	height: auto;
	display: block;
	text-decoration: none;
}
.lnav li:hover a{
	color: #fff;
}
.lnav .caret{
    margin-top: 19px;
    margin-left: -9px;
	float: right;
	display: none;
}
.left-nav .open>.dropdown-menu{
	width: 100%;
}
.left-nav .lnav li a{
	width: auto
}
.left-dropdown-menu{
	text-indent: 40px;
}

#footer{background-color: #6b6b6b}

.con1 ul .padr0{padding-right: 0px;}
