@charset "utf-8";
/* CSS Document */

/*重置*/

html,body,ul,li,div,p,h1,h2,h3,h4,h5,h6,input{  margin:0; padding:0; }
li{ list-style:none;}
a{ text-decoration:none;}
.clearfix{ clear:both;}
img{ border:none;}
*{ font-family:"Microsoft Yahei";}
body{ /*background:url(../images/bgbg.png) no-repeat center center; background-size:100%; height:100%;*/ background-color:#f8f8f8;}

/*重置*/
/*中英文切换*/
.language{ float:right; margin-right:280px; margin-top:20px;}		
.language ul li{ float:left; margin-left:20px;}
.language ul li a{ font-size:14px; color:#666; line-height:30px;}
.language ul li a:hover{ color:#194183; text-decoration:none; font-weight:bold;}
        

/*中英文切换*/
.navbar-default{ background-color:#20609b;}
.navbar-toggle{ color:#fff;}

.item{ width:100%; height:360px;}
.item img{ width:100%; height:100%;}

/*footer*/
.footerbg{ background:url(../images/footerbg.png) no-repeat center center; width:100%; background-size:100% 100%; }
/*友情链接*/
.yqlj-header{ padding-left:20px; background:url(../images/line.png) no-repeat 0px center; font-size:24px; color:#fff; line-height:30px; margin-top:30px;}
.yqlj-con{ margin-top:30px; margin-bottom:30px;}
.yqlj-con ul li a{ color:#fff; font-size:14px; line-height:30px;}
/*友情链接*/
/*版权*/
.copyright{ margin:20px 0;}
.copyright p{ font-size:14px; color:#fff; line-height:34px;}
/*版权*/
/*底部logo*/
.bottomlogo{ width:420px; height:200px; margin:20px 0;}
.bottomlogo img{ width:100%; height:100%;}
/*底部logo*/
/*二维码*/
.ewm{ margin:20px 20px 20px 80px; width:200px; height:185px;}
.ewm img{ width:100%; height:100%;}


/*二维码*/
/*footer*/
/* 小屏幕(平板,大于等于 768px) */

@media only screen and (max-width:768px) {
	.logo{ width:280px; height:40px;}
	.logo img{ width:100%; height:100%;}
           .language{ margin-right:10px; margin-top:10px;}
	.search{ display:none;}
	.footerbg{ background:none; background-color:#20609b; padding:10px;}
	.copyright{ text-align:center;}
	/*.bottomlogo{ width:400px; height:190px;}*/
           .bottomlogo{ width:100%; height:auto;}
	.ewm{ margin:20px 20px 20px 100px;}
	.item{ width:100%; height:120px;}
	.item img{ width:100%; height:100%;}
	}