/* CSS Document */
/*ҳ������css*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;}body{line-height:1;}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}li{list-style:none}table{width:100%;line-height:1.5em;border-collapse:collapse;border-spacing:0}
.clearfix:after, .container:after{content:'\0020';display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container{display:inline-block;}
* html .clearfix, * html .container{height:1%;}
.clearfix, .container{display:block;}
.clearer{background:none;border:0;clear:both;display:block;float:none;font-size:0;list-style:none;margin:0;padding:0;overflow:hidden;visibility:hidden;width:0;height:0}
html{color:#555;font-size:12px;font-family:Helvetica, Arial,sans-serif;text-align:left;}
body{font-size:14px;font-family:"\5b8b\4f53";}
strong, th, thead td, h1, h2, h3, h4, h5, h6{font-weight:bold;}
h1{font-size:1.9em;}h2{font-size:1.7em;}h3{font-size:1.5em;}h4{font-size:1.3em;}h5{font-size:1.2em;}h6{font-size:1em;}
cite, em, dfn{ font-style: normal;}
code, kbd, samp, pre, tt, var, button, input, select, textarea{font-family:Helvetica, Arial,sans-serif;}
a{color:#484848;text-decoration:none;outline:none;}
a:hover{color:#bb3c15;text-decoration:underline;}
ul li a:hover{color:#bb3c15;text-decoration:underline;}
hr{background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:.5em 0;border:none;}
hr.space{background:#fff;color:#fff;}
/*table{border-top:1px solid #eee;border-left:1px solid #eee;}
th, td{padding:5px;border-bottom:1px solid #eee;border-right:1px solid #eee;vertical-align:top;}
th{font-weight:bold;text-align:center;background:#f8f8f8;}*/
textarea, input[type='text'], input[type='password'], select{padding:4px;}
input, select{cursor:pointer;}input[type='text'],input[type='password']{cursor:text;}label{cursor:pointer;}
.clear{ clear:both; }
img{border:none;}

.middle{
	width: 1180px;
	margin: 0 auto;
}
header{
	width: 100%;
	height:350px;
}
header .middle{
	position: relative;
}
.search-box{
	width: 610px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 36px;
}
.search-box .search{
	width: 310px;
	height: 30px;
	float: left;
}
.search-box .search input{
	width: 236px;
	height: 30px;
	background: #FFFFFF;
	border: none;
	border-radius: 5px;
	float: left;
	padding: 0;
	margin-right: 6px;
	padding-left: 5px;
	font-size: 16px;
}
.search-box .search button{
	width: 60px;
	height: 30px;
	border: none;
	border-radius: 5px;
	background: #0030ab;
	text-align: center;
}
.search-box .language{
	float: right;
	width: 300px;
	line-height: 30px;
}
.search-box .language a{
	font-size: 16px;
	color: #01226b;
	padding-left: 10px;
	padding-right: 10px;
	border-right:1px solid #01226b ;
}
.search-box .language a:nth-last-of-type(1){
	border-right: none;
}
.swiper-container {
  width: 686px;
  height:458px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide{
  position: relative;
}

.swiper-slide h1{
  width: 100%;
  color: white;
  text-align: left;
  height: 60px;
  line-height: 78px;

  position: absolute;
  bottom: 0;
  left: 0;
  background-image:linear-gradient(rgba(0,0,0,0), #000);
}

.swiper-slide h1 span{
  padding-left: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 70%;
  display: block;
}

.swiper-pagination{
  bottom: 10px;
  text-align: right;
  left: unset;
  right: 20px;
}

.swiper-pagination-bullet{
  background-color: #d5bdbb;
}

.swiper-pagination-bullet-active{
  padding: 0 10px;
  border-radius: 3px;
}

.styTabBox .styTabLeft .swiper-pagination-bullet{
  background-color: #fff;
}

.swiper-slide{
  position: relative;
}

.styRight .styTabTwoBox .swiper-slide h1{
  width: 100%;
  color: white;
  text-align: left;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  left: 0;
}

.styRight .styTabTwoBox .swiper-slide h1 span{
  padding-left: 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 85%;
  display: block;
  font-size: 16px;
}

.styRight .styTabTwoBox .swiper-pagination{
  bottom: 11px;
  text-align: right;
  left: unset;
  right: 5px;
}

.styRight .styTabTwoBox .swiper-pagination-bullet{
  background-color: #fff;
}
nav {
	width: 100%;
	height: 80px;
	background: #01226b;
}

nav a {
	line-height: 80px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 32px;
}

nav a:nth-of-type(1) {
	padding-left: 0;
}

nav a:nth-last-of-type(1) {
	padding-right: 0;
}

nav a.active {
	color: #fdd000;
}
nav a:hover {
	color:#e60012;
}