/* nav */
.nav_bg{
	height: 44px;
	line-height: 44px;
	background: url('../images/nav_bg.jpg') repeat-x;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}
.nav{
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	font-family: "微软雅黑";
}
.nav li{
	height: 100%;
	float: left;
	background: url('../images/jiange.gif') no-repeat right center;
}
.nav a{
	display: inline-block;
	/*width: 110px;*/
	width: 100px;
	height: 100%;
	text-align: center;
	color: #ffffff;
}
.nav li:hover{
	background: none;
}
.nav li a:hover{
	background: url('../images/pic.png') no-repeat 0 -178px;
}

.banner{
	position: relative;
}
.banner .prev,.banner .next{
	position: absolute;
	display: inline-block;
	width: 43px;
	height: 43px;
	top: 45%;
	box-shadow: 0 0 5px #000;
	z-index: 999;
}
.banner .prev:hover,.banner .next:hover{
	background-color: #046fb9 !important;
}
.banner .prev{
	left: 0;
	background: #666 url('../images/slider-left-arrow.png') no-repeat;
}
.banner .next{
	right: 0;
	background: #666 url('../images/slider-right-arrow.png') no-repeat;
}
.banner .bd,.banner .bd ul{
	width: 100% !important;
	height: 100%;
}
.banner li{
	width: 100% !important;
	height: 100%;
}
.banner li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.banner .bd dd{ position:absolute; display:none }
/* 这里的定位需与dd的playOut属性一致 */
.banner .bd .item1 .dd1{ bottom:50px; right:340px;}
.banner .bd .item1 .dd2{ top:100px; right:340px; }
/* box1 */
.boxxx{
	width: 1000px;
	margin: 0 auto;
}
.box1{
	width: 100%;
	background: url('../images/bg1.jpg');
	background-size: cover;
}
.box1 .boxxx{
	padding: 50px 0 0 0;
}
.box1 .about{
	margin: 0 0 55px 0;
}
.box1 .about .font{
	float: left;
	width: 635px;
	font-size: 12px;
	line-height: 22px;
}
.box1 .about .title{
	color: #000;
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	line-height: 35px;
	padding: 0 0 30px 0;
}
.box1 .about .title span{
	color: #1773ba;
	font-family: "微软雅黑";
	font-size: 30px;
}
.box1 .about .font a{
	color: #595959;
}
.box1 .about .font a:hover{
	color: #000;
}
.box1 .about .font span{
	color: #1773ba;
	font-weight: bold;
}
.box1 .about .pic{
	float: right;
	padding: 10px 0 0 0;
}
.box1 .about .pic p{
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
	text-align: center;
}
.box1 .about .pic p a{
	color: #1773ba;
}
.box1 .about_else{
	height: 230px;
	overflow: hidden;
}
.box1 .about_else li{
	width: 270px;
	border-right: 1px solid #e5e5e5;
	float: left;
	text-align: center;
	padding: 0 30px;
}
.box1 .about_else li label{
	color: #1773ba;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 0 0;
	display: inline-block;
	cursor: pointer;
}
.box1 .about_else li span{
	color: #8e8e8e;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	padding: 3px 0 0 0;
	display: inline-block;
}
.box1 .about_else dd{
	color: #000;
	color: #595959\9;
	line-height: 24px;
	font-size: 12px;
	padding: 15px 0 0 0;
}
.box1 .about_else a{
	display: inline-block;
    opacity: 0.7;
	filter:alpha(opacity=70);
    opacity: inherit\9;
	filter:inherit\9;
}
.box1 .about_else a:hover{
    opacity: 1;
	filter:alpha(opacity=100);
    opacity: inherit\9;
	filter:inherit\9;
}
.box1 .about_else a:hover dd{
	color: #000\9;
}
/* abo */
.abo a{
	width: 100%;
	height: 230px;
	display: inline-block;
}
/* box2 */
.box2{
	/*height: 655px;*/
	background: url('../images/bg2.jpg') center;padding-bottom: 20px
}
.box2 .boxxx{
	padding: 40px 0 25px 0;
}
/* news */
.box2 .news .news_pic{
	float: left;
}
.box2 .news .news_con{
	width: 725px;
	float: right;
}
.box2 .news .title{
	color: #1773ba;
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: bold;
	line-height: 18px;
}
.box2 .news .title label{
	color: #9c9c9c;
	font-size: 14px;
	font-family: Arial;
}
.box2 .news .title .more{
	display: inline-block;
	width: 34px;
	height: 11px;
	background: url('../images/pic.png') no-repeat -161px -175px;
	float: right;
}
.box2 .news_con li{
	height: 110px;
	padding: 18px 0;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
}
.box2 .news_con li a{
	display: inline-block;
}
.box2 .news_con .pic{
	width: 155px;
	height: 105px;
	border: 1px solid #d6d6d6;
	float: left;
}
.box2 .news_con .pic img{
	width: 155px;
	height: 105px;
}
.box2 .news_con .font{
	float: left;
	width: 540px;
	padding: 0 0 0 13px;
}
.box2 .news_con .font label{
	font-size: 14px;
	padding: 0 0 10px 0;
	font-weight: bold;
	display: inline-block;
}
.box2 .news_con .font label a{
	color: #0e59ce;
}
.box2 .news_con .font p{
	font-size: 12px;
	line-height: 22px;
}
.box2 .news_con .font p a{
	color: #7a7a7a;
}
.box2 .news_con li a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.box2 .news_con label:hover{
	padding-top: 1px\9;
	padding-bottom: 9px\9;
}
/* video */
.box2 .video{
	padding: 40px 0 10px 0;
}
.box2 .video .btn_box{
	width: 480px;
	height: 195px;
	background: #036eb8;
	padding: 5px;
	overflow: hidden;
	float: left;
}
.box2 .video .btn_box a{
	display: inline-block;
}
.box2 .video .btn_box .pic{
	width: 233px;
	height: 100%;
	float: left;
}
.box2 .video .btn_box .pic img{
	width: 100%;
	height: 100%;
}
.box2 .video .btn_box .font{
	width: 195px;
	height: 195px;
	float: left;
	text-align: center;
	color: #fff;
	overflow: hidden;
	padding: 0 25px;
	position: relative;
}
.box2 .video .btn_box .name{
	font-size: 24px;
	font-weight: bold;font-family: "微软雅黑";
	padding: 8px 0;
}
.box2 .video .btn_box .en_name{
	font-size: 20px;
	font-family: Arial;
	padding: 0 0 20px 0;
	opacity: 0.5;
	filter:alpha(opacity=50);
/*	transition:All 0.2s;
    -webkit-transition:All 0.2s;
    -moz-transition:All 0.2s;
    -o-transition:All 0.2s;*/
}
.box2 .video .btn_box .intro{
	font-size: 12px;
	line-height: 22px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.box2 .video .btn_box span{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/pic.png') no-repeat 0 -254px;
	position: absolute;
	left: 105px;
	bottom: 15px;
}
.box2 .video .btn_box a:hover .en_name,.box2 .video .btn_box a:hover .intro{
	opacity: 1;
	filter:alpha(opacity=100);
}
.box2 .video .btn_box a:hover .pic,.box2 .video .btn_box a:hover .pic{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
/* pro */
.box2 .pro{
	width: 955px;
	height: 185px;
	padding: 55px 20px 35px 25px;
	background: url('../images/pro_bg.png') no-repeat;
	margin: 25px 0 0 0;
}
.box2 .pro .prev,.box2 .pro .next{
	display: inline-block;
	width: 36px;
	height: 70px;
	background: url('../images/pic.png') no-repeat;
	float: left;
	margin: 45px 0 0 0;
}
.box2 .pro .prev{
	background-position: 0 -85px;
}
.box2 .pro .next{
	background-position: -61px -85px;
}
.box2 .pro .bd{
	width: 860px;
	height: 100%;
	float: left;
	margin: 0 10px 0 13px;
	overflow: hidden;
}
.box2 .pro .bd li{
	width: 202px;
	height: 100%;
	overflow: hidden;
	float: left;
	margin: 0 16px 0 0;
}
.box2 .pro .bd .pic{
	width: 200px;
	height:180px;
	border: 1px solid #909090;
    background: #fff;
	overflow: hidden;
}
.box2 .pro .bd .pic img{
	transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:All 0.5s ease-in-out;
    	width: 200px;
	height: 198px;
}
.box2 .pro .bd .pic a{
	display: table-cell;
	width: 200px;
	height: 199px;
	text-align: center;
	vertical-align: middle;
}


 

.box2 .pro .bd .name{
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
.box2 .pro .bd .name a{
	color: #898989;
}
.box2 .pro .bd li:hover .pic{
	border-color: #046fb9;
}
.box2 .pro .bd li:hover .pic img{
	transform:scale(1.15);
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -o-transform:scale(1.15);
    -ms-transform:scale(1.15);
}
.box2 .pro .bd li:hover .name a{
	color: #046fb9;
}





@media only screen and (max-width : 650px) {
	.box1 .boxxx{
	padding: 5px 0 0 0;
}
	
.box1 .about{
	margin: 0 0 30px 0;
}
.box1 .about .font{
	float: left;
	
	width: 80%;
	max-width:390px;
	margin:10px;
	padding:5px;
	font-size: 12px;
	line-height: 22px;
}
.box1 .about .title{
	 
	font-size: 20px;
 
	padding: 0 0 10px 0;
}
.box1 .about .title span{
 
	font-size: 18px;
}
.box1 .about .font a{
	color: #595959;
}
.box1 .about .font a:hover{
	color: #000;
}
.box1 .about .font span{
	color: #1773ba;
	font-weight: bold;
}
.box1 .about .pic{
display:none;
}
.box1 .about .pic p{
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
	text-align: center;
}

/* news */
.box2 .news .news_pic{
	display:none
}
.box2 .news .news_con{
	width: 100%;
	float: left;
}
.box2 .news .title{
	color: #1773ba;
	font-size: 12px;
	font-family: "微软雅黑";
	font-weight: bold;
	line-height: 18px;
}
.box1 .about_else{
	height: 170px;
	overflow: hidden;
		width: 390px;
}

.box1 .about_else li{
	width:30%;
	border-right: 1px solid #e5e5e5;
	float: left;
	text-align: center;
	padding: 0 4px;
}
.box1 .about_else li label{
	color: #1773ba;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0 0 0;
	display: inline-block;
	cursor: pointer;
}
.box1 .about_else li span{
	color: #8e8e8e;
	font-size: 14px;
 
}
.box1 .about_else dd{
	display:none
}


.box2 .pro{
	display:none
}
}