﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	outline:none;
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
@font-face { 
	font-family: 'georgia'; 
	src: url('../fonts/georgia.eot'); 
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'), 
	url('../fonts/georgia.ttf') format('truetype'), 
	url('../fonts/georgia.svg#minijianyaya') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
header {
	width:100%;
	margin:0 auto;
	position:relative
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:4px;
}
.yx img {
	width:100%;
	height:auto;
}
.navdaohang {
	float:left;
	margin-left:80px;
}
.menupc li {
	line-height:100px;
	float:left;
	text-align:center;
	position:relative;
	background:url(../img/navli.jpg) no-repeat right center;
}
.menupc li a {
	display:block;
	color:#000;
	text-transform:capitalize;
	padding:0px 30px;
	font-size:16px;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
}
.menupc li a:hover {
	color:#fff;
	background-color:#0171c5;
}
.menupc li:hover a {
	color:#fff;
	background-color:#0171c5;
}
.menupc li .current {
	color:#fff;
	background-color:#0171c5;
}
.menupc ul {
	background-color:#0171c5;
	position:absolute;
	display:none;
	left:0;
	overflow:hidden;
	z-index:999;
	width:100%;
}
.menupc ul li {
	float:none;
	position:static;
	text-align:center;
	background:0;
	line-height:35px;
	width:100%;
	margin-left:0px;
	border-bottom: 1px solid #8bcdff;
}
.menupc ul li a {
	display:block;
	font-size:14px;
	position:static;
	font-weight:normal;
	border:none;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:0;
	padding:0 10px;
}
.menupc ul li a:hover {
	background-color:#0283e6 !important;
}
.menupc ul li .current {
	background-color:#0283e6 !important;
}
.menupc .subnav {
	display:block;
}

.tel{
	float:right;
	display:block;
	background: url(../img/tel.jpg) no-repeat left 36px;
	padding:31px 0px 0px 39px;
}
.tel p{
	color:#333;
	font-size:16px;
}
.tel p span{
	color:#0171c5;
}


/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:0px;
	line-height:100px;
	display:none;
	color:#666;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../img/search.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.tel{
		display:none;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
}

.home-about{
	width:100%;
	background-color:#f3f3f3;
	overflow:hidden;
	padding:60px 0px;
}
.about_title{
	margin-bottom:30px;
	overflow:hidden;
	text-align:center;
}
.about_title h3{
	font-family: 'georgia';
    background: url(../img/title2.jpg) no-repeat center center;
    font-size: 24px;
    color: #0171c5;
	margin-bottom:5px;
}
.about_title p{
	font-size:18px;
	line-height:40px;
	color:#fff;
	background:#0171c5 url(../img/title3.jpg) no-repeat center center;
	overflow:hidden;
	width: 50%;
    margin: 0 auto;
}
.abouts{
	background:url(../img/advbg.jpg) no-repeat center center;
	overflow: hidden;
	background-size: 100% auto;
}
.about_fl{
	margin-bottom:30px;
	overflow:hidden;
	padding:0;
}
.about_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
}
.about_fr{
	margin-bottom:30px;
	padding:0;
}
.about_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-top: 13%;
    margin-left: -9%;
}
.about_fr ul{
	margin-top:5px;
}
.about_fr li{
	
}
.about_fr li h3{
	overflow:hidden;
	line-height:34px;
	font-size:20px;
	color:#fff;
	background:#999 url(../img/jian.png) no-repeat 20px center;
	padding:17px 0px 17px 70px;
	margin-left: -10%;
    margin-right: 5%;
}
.about_fr li p{
	padding: 10px 4% 10px 2%;
	overflow:hidden;
	line-height:25px;
	font-size:16px;
	color:#666;
}


.home-pro{
	width:100%;
	margin:60px auto;
}
.pro_title{
	font-family: 'georgia';
	background:url(../img/title.jpg) no-repeat center center;
	font-size:24px;
	color:#0171c5;
	text-align:center;
}
.pro_con{
	margin-top:60px;
	overflow:hidden;
}
.pro_con img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.home-news{
	width:100%;
	margin:0 auto;
	background-color:#f3f3f3;
	padding:95px 0px 50px 0px;
	overflow:hidden;
}
.news_fl{
	margin-bottom:30px;
	position: relative;
}
.news_fls{
	
	overflow:hidden;
	
	color:#1a1a1a;
	/*background:url(../img/news_con.jpg) no-repeat top center;*/
	/*background-size: 100% auto;*/
}
.news_fls img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #0171c5;
}
.news_fls h3{
	font-family: 'georgia';
	font-size:33px;
	margin-bottom: 20px;
}
.news_fls b{
	font-family: 'georgia';
	font-size:20px;
	font-weight:normal;
}
.news_fls p{
	font-size:20px;
	letter-spacing:6px;
	margin:20px 0px 80px 0px;
	overflow:hidden;
	padding-top:20px;
	background:url(../img/title1.jpg) no-repeat left top;
}
.news_fls span a{	
	display:block;
	font-size:14px;
	letter-spacing:6px;
	color:#1a1a1a;
	background:url(../img/jian1.png) no-repeat right center;
	width:90px;
	font-family:"宋体";
}

.news_fr{
	overflow:hidden;
}
.news_fr li{
	border-bottom:1px solid #d6d6d6;
	overflow:hidden;
	margin-bottom:21px;
}
.news_fr li a{
	display:block;
}
.news_date{
	overflow:hidden;
	margin-left:-15px;
	margin-bottom:9px;
}
.news_dates{
	background-color:#0171c5;
	color:#fff;
	padding:5px 5px 10px 5px;
	overflow:hidden;
	text-align:center;
}
.news_date p{
	font-size:30px;	
}
.news_date span{
	font-size:16px;
}
.news_con{
	overflow:hidden;
	padding-right: 0;
}
.news_con h3{
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_con p{
	font-size:16px;
	color:#333;
	line-height:20px;
}
.news_fr li a:hover .news_con h3{
	color:#0171c5;
}

.line{
	background-color:#f3f3f3;
	overflow:hidden;
}
.line img{
	margin-left:-8px;
}

footer{
	width:100%;
	margin:0 auto;
	background-color:#0171c5;
	overflow:hidden;
}
.footer_fl{
	overflow:hidden;
	background-color:#3999e2;
	padding:0px 28px 20px 28px;
	box-shadow:0px 0px 15px #043c67;
}
.footer_fl p{
	color:#fff;
	font-size:14px;
	line-height:25px;
}
.footer_fr{
	padding-top:35px;
}
.footer_fr_t{
	background:url(../img/li.jpg) repeat-x bottom center;
	padding-bottom:20px;
	overflow:hidden;
	margin-bottom: 30px;
}
.footer_fr_t li{
	line-height:25px;
	float:left;
	margin:0px 27px;
}
.footer_fr_t li a{
	display:block;
	color:#fff;
	font-size:14px;
}
.footer_fr_t li a:hover{
	color:#3999e2;
}
.footer_fr_b{
	background:url(../img/li.jpg) repeat-x bottom center;
	padding-bottom:20px;
	overflow:hidden;
}
.footer_fr_b p{
	color:#fff;
	line-height:25px;
	padding-left: 27px;
}


/*关于我们*/
.inner-main{
	width:100%;
	margin:0 auto;
}
.inner_title{
	margin:15px auto;
	overflow:hidden;
	font-size:20px;
}
.inner_title p{
	color:#edb201;
}
.inner_title p a{
	font-size:20px;
	color:#333;
}
.inner_title p span{
	color:#333;
}
.inner_con{
	background-color:#f3f3f3;
	overflow:hidden;
}
.inner_con_fl{
	margin:42px auto;
	overflow:hidden;
	padding-left:0;
	padding-right:30px;
}
.inner_fl_t{
	overflow:hidden;
	margin-bottom:42px;
}
.ititle{
	text-align:center;
	font-size:20px;
	background-color:#0171c5;
	font-weight:bold;
	padding:30px 0px;
	overflow:hidden;
	color:#fff;
}
.ititle span{
	font-size:12px;
	font-weight:normal;
	color:#b2b2b2;
	text-transform:uppercase;
}
.t_sidenav{
	overflow:hidden;
}
.t_sidenav li{
	margin-bottom:1px;
	overflow:hidden;
}
.t_sidenav li a{
	display:block;
	background-color:#e6e6e6;
	font-size:18px;
	color:#0171c5;
	border-right:3px solid #e6e6e6;
	overflow:hidden;
	line-height:25px;
	padding:11px 0px;
	text-align:center;
}
.t_sidenav li a:hover{
	border-right:3px solid #0171c5;
	font-weight:bold;
}
.t_sidenav li .current{
	border-right:3px solid #0171c5;
	font-weight:bold;
}
.inner_fl_b{
	margin-bottom:42px;
	overflow:hidden;
}
.t_sidecontact{
	overflow:hidden;
}
.t_sidecontact img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:18px 23px;
	overflow:hidden;
	background-color:#e6e6e6;
}
.t_sidecontact p{
	text-align:center;
	color:#0171c5;
	font-size:16px;
	margin-top:10px;
}
.inner_con_fr{
	margin:42px auto;
	padding-right:0;
	padding-left:30px;
}
.inner_fr_t{
	border-bottom:4px solid #0171c5;
	overflow:hidden;
}
.inner_fr_t p{
	float:right;
	border-bottom:4px solid #0171c5;
	overflow:hidden;
	padding-bottom:8px;
	font-size:20px;
	color:#0171c5;
}
.inner_fr_t p span{
	font-size:12px;
	color:#b2b2b2;
	text-transform:uppercase;
}
.inner_fr_about{
	margin:40px auto;
	overflow:hidden;
	line-height:30px;
	color:#333;
	font-size:18px;
	padding:0px 20px;
}
.inner_fr_about img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/*联系我们*/
.inner_fr_contact{
	margin:30px auto;
	overflow:hidden;
}
.contact_title{
	background-color:#0171c5;
	overflow:hidden;
	line-height:50px;
	color:#fff;
	width:50%;
	margin:0 auto;
	font-size:20px;
	text-align:center;
	border-radius:8px;
	margin-bottom:40px;
}
.lxfs{
	margin-bottom:30px;
	overflow:hidden;
}
.lxfs1{
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
}
.lxfs1 img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
	margin-bottom:20px;
}
.lxfs1 h3{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:10px;
}
.lxfs1 p{
	font-size:16px;
	color:#333;
	margin-bottom: 10px;
}
.line{
	border-left:1px dashed #a2a2a2;
	border-right:1px dashed #a2a2a2;
}
.map{
	overflow:hidden;
}
.map img{
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	height: auto;
	display:block;
}

/*客户留言*/
.inner_fr_feedback{
	margin:40px auto;
	overflow:hidden;
}
.inner_fr_feedback b{
	color:#ff0000;
}
.inner_fr_feedback label{
	font-size:16px;
}
.inner_fr_feedback select{
	width:100%;
	height:30px;
	line-height:30px;
	padding-left: 20px;
	color:#bfbfbf;
	border: 1px solid #E6E6E6;
}
.inner_fr_feedback input::-webkit-input-placeholder{ 
	color: #bfbfbf; 
} 
.inner_fr_feedback input::-moz-input-placeholder{ 
	color: #bfbfbf; 
}
.inner_fr_feedback input::-ms-input-placeholder{ 
	color: #bfbfbf; 
}

/*新闻动态*/
.inner_fr_news{
	margin:10px auto 40px auto;
	overflow:hidden;
}
.inner_fr_news img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.inner_fr_news ul{
	background:url(../img/xian.jpg) repeat-y 11px center;
	padding-top:50px;
}
.inner_fr_news li{
	margin-bottom:20px;
	overflow:hidden;
	background:url(../img/ling.png) no-repeat left center;
}
.inner_fr_news li a{
	display:block;
}
.inews_date{
	overflow:hidden;
	padding-left: 40px;
    padding-right: 0;
}
.inews_dates{
	background-color:#0171c5;
	color:#fff;
	text-align:center;
	padding-bottom: 10px;
}
.inews_dates p{
	font-size:42px;
	font-weight:bold;
	border-bottom:1px solid #fff;
	margin: 0 15px 5px 15px;
	overflow:hidden;
}
.inews_dates span{
	font-size:20px;
}
.inews_txt{
	overflow:hidden;
}
.inews_txts{
	background-color:#e6e6e6;
	padding:17px 10px;
	overflow:hidden;
}
.inews_txt h3{
	color:#333;
	font-size:20px;
	margin-bottom:8px;
	overflow:hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inews_txt p{
	line-height:20px;
	color:#333;
	font-size:16px;
}
.inner_fr_news li a:hover .inews_txt h3{
	text-decoration:underline;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#e6e6e6;
	margin:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#0171c5;
	border:1px solid #0171c5;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#0171c5;
	border:1px solid #0171c5;
}


/*新闻详情*/
.inner_fr_newsshow{
	margin:40px auto;
	overflow:hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../img/browse.png) no-repeat left center;
}
.date{
	background:url(../img/date.png) no-repeat left center;
}

.show_content{
	line-height:26px;
	color:#4c4c4c;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#868686;
}
.show_back_fl li a:hover{
	color:#0171c5;
}
.show_back_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #0171c5 url(../img/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}

/*产品展示*/
.inner_fr_pro{
	margin:40px auto;
}
.inner_fr_pro img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#owl-demo{
    width:100%;
	margin:0 auto;
	margin-top:50px;
}
#owl-demo .item{
	display: block;
    margin: 7px;
	position:relative;
	border:2px solid #dadada;
}
.irpro_img{
	overflow:hidden;
}
.irpro_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.irpro_txt{
	display:none;
	padding:10px 0px;
	overflow:hidden;
	background-color:#e6e6e6;
}
.irpro_txt p{
	text-align:center;
	color:#333;
	font-size:14px;
	line-height:25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#owl-demo a:hover .irpro_img img{
	transform: scale(1.05, 1.05);
   	transition: transform 1s ease 0s;
}
#owl-demo .item:hover{
	border:2px solid #0f79c8;
}
#owl-demo a:hover .irpro_txt p{
	color:#0f79c8;
}
#owl-demo .owl-pagination{
	display:none;
}
#owl-demo.owl-theme .owl-controls .owl-buttons{
	margin-top:0;
	position:inherit;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 55%;
	margin: -37px 0 0 0;
	padding:0;
	opacity:1;
	width: 21px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left:-25px;
	background:url(../img/prev01.png) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:-25px;
	background:url(../img/next01.png) no-repeat right center;
}


/*产品详情*/
.inner_fr_proshow{
	margin:40px auto;
	overflow:hidden;
}

/*产品左侧下拉*/
.inner_fl_nav{
	overflow:hidden;
}
.inner_fl_nav li{
	margin-bottom:10px;
	overflow:hidden;
	position: relative;
	background-color:#e6e6e6;
}
.inner_fl_nav li a{
	display:block;
	color: #0171c5;
	font-size:18px;
	background-color:#e6e6e6;
    line-height: 25px;
    padding: 11px 15px;
	overflow:hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.inner_fl_nav li .more{
	position: absolute;
    right: 0;
    top: 0;
    width:16px;
    height:47px;
    cursor: pointer;
    background: url(../img/off.png) no-repeat center center;
    display: block;
    z-index: 5;
}
.inner_fl_nav li a:hover{
	font-weight:bold;
	border-right: 3px solid #0171c5;
}
.inner_fl_nav ul li:hover .more {
	background:url(../img/on.png) no-repeat center center;
	
}
.inner_fl_nav li .er{
	display:none;
}
.inner_fl_nav li .er li{
	margin-bottom:0;
}
.inner_fl_nav li .er li a {
	background-color:#fff;
	color:#333;
	font-size:15px;
	font-weight:normal;
	padding: 0px 20px;
}
.inner_fl_nav li .er li a:hover {
	color:#0171c5;
	border-right:none;
}
.inner_fl_nav ul .nav-show:hover .more {
	background:url(../img/on.png) no-repeat center center;
}
.inner_fl_nav ul .nav-show .more {
	background:url(../img/on.png) no-repeat center center;
	border-right: 3px solid #0171c5;
}
.inner_fl_nav ul .nav-show .er {
	display:block;
	padding: 10px 0px;
    background-color: #fff;
}
.inner_fl_nav ul .nav-show a {
	font-weight:bold;
}
.inner_fl_nav .nav-show .er li a {
	background-color:#fff;
	color:#333;
	line-height: 25px;
    padding: 5px 20px;
}





@media(max-width:320px) {
	
}

@media(max-width:414px) {
	.footer_fr_t li{
		margin: 0px 20px;
	}
	.footer_fr_b p{
		padding-left:20px;
	}
}
	
@media(max-width:700px) {
	
}


@media(max-width:768px) {
	.news_date{
		padding-left:15px;
		padding-right:15px;
	}
	.news_con{
		padding-right:15px;
	}
	.news_con p{
		margin-bottom:21px;
	}
	.news_fls{
		padding-bottom:20px;
	}
	.news_fls img{
		display:none;
	}
	.news_fls p{
		margin-bottom:20px;
	}
	.inews_date{
		padding-left: 30px;
		padding-right: 15px;
	}
	.inews_txt{
		padding-left: 30px;
	}
	
}
@media(max-width:1200px) {
	.news_fls img{
		left:2%;
	}
	.news_date{
		margin-left:0;
		padding:0;
	}
	.line{
		display:none;
	}
	.abouts{
		background:none;
	}
	.about_fl{
		padding-left:15px;
		padding-right:15px;
	}
	.about_fr{
		padding-left:15px;
		padding-right:15px;
	}
	.about_fr img{
		margin:0;
	}
	.about_fr li h3{
		margin:0;
		font-size:16px;
		background: #999 url(../img/jian.png) no-repeat 10px center;
		padding-left:50px;
	}
	.inner_con_fl{
		padding-right:15px;
		padding-left:15px;
	}
	.inner_con_fr{
		padding-right:15px;
		padding-left:15px;
	}
	.show_content img{
		display:block;
		max-width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
	}
	.nation{
		display:none;
	}
}



.nation{
	position:fixed;
	right:0;
	top:30%;
}
.nation a{
	display:block;
	font-size:22px;
	border-radius:25px 0px 0px 25px;
	line-height:50px;
	width:100px;
	text-align:center;
}
.nation a.cn{
	background-color:rgba(255,255,255,0.5);
	color:#0171c5;
	margin-bottom:10px;
}
.nation a.en{
	background-color:rgba(1,113,197,0.5);
	color:#fff;
}

































