﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
@import url("../css/animate.min.css");/*页面动画*/
html {
	overflow-x: hidden;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fix-div {
	position: fixed;
	top: 0px;
	_position: fixed;
	width: 100%;
	line-height: 85px;
	height: 85px;
	z-index: 999;
	background-color: #fff;
}
.logo img{
	webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
	height: 100px;
}
.fix-div .logo img{
	height: 85px;
}
.fix-div .navBar{
	height: 85px;
	line-height: 85px;
}
.fix-div .nav h3 a:link, .nav h3 a:visited{
	height: 85px;
	line-height: 85px;
}
.fix-div .nav .sub{
top: 85px;
}
/*AMG·新葡萄(有限公司)-官方网站banner*/
#yc-mod-slider div.wrapper {
	width: 1920px;
	height: 500px;
	left: 50%;
	margin-left: -960px;
	position: relative;
}
.fn-clear {
	zoom: 1;
}
.box_skitter {
	position: relative;
	background: none;
}
.box_skitter ul {
	display: none;
}
.box_skitter .container_skitter {
	overflow: hidden;
	position: relative;
}
.box_skitter .image {
	overflow: hidden;
}
.box_skitter .image img {
	display: none;
	width: 100%;
	height: 500px;
}
.box_skitter .box_clone {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	overflow: hidden;
	display: none;
	z-index: 20;
}
.box_skitter .box_clone img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 1920px;
	height: 500px;
}
.info_slide {
	display: block !important;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	z-index: 99;
	padding-bottom: 10px;
	background: rgba(255, 255, 255, 0.35);
}
.info_slide .image_number {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
	font-size: 0px;
	text-indent: -999em;
	cursor: pointer;
	background: #fff!important;
	;
	border: 1px solid #003894;
}
.info_slide .image_number.image_number_select {
	background: #003894!important;
	;
}
.box_skitter .prev_button {
	position: absolute;
	top: 50%;
	left: 15%;
	z-index: 100;
	width: 57px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../img/prev.png) no-repeat left top !important;
	opacity: 0.2 !important;
}
.box_skitter .next_button {
	position: absolute;
	top: 50%;
	right: 15%;
	z-index: 100;
	width: 57px;
	height: 62px;
	overflow: hidden;
	text-indent: -9999em;
	margin-top: -25px;
	background: url(../img/next.png) no-repeat left top !important;
	opacity: 0.2 !important;
}
.box_skitter:hover .prev_button {
	opacity: 1 !important;
}
.box_skitter:hover .next_button {
	opacity: 1 !important;
}
.box_skitter .label_skitter {
	z-index: 150;
	position: absolute;
	display: none;
}
.loading {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 10000;
	margin: -16px -16px;
	color: #fff;
	text-indent: -9999em;
	overflow: hidden;
	background: url(../img/ajax-loader.gif) no-repeat left top;
	width: 31px;
	height: 31px;
}
#slideshow {
	width: 1920px;
	height: 500px;
}
#slideshow ul {
	display: none;
}
.main {
	background: #f5f5f5;
	padding: 20px;
}
.index_main {
    background: #fff;
    max-width: 1300px;
    margin: 0px auto;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}
.index_01, .index_02, .index_03 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 10px #f5f5f5 solid;
}
.index_03 {
	border-bottom: 10px #fff solid;
}
/*AMG·新葡萄(有限公司)-官方网站视频*/
.index_video {
	float: left;
	width: 300px;
}
.index_video ul li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.index_video ul li a {
	display: block;
	overflow: hidden;
	background-color: #000;
	background-image: url(../img/video_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.index_video ul li a img {
	display: block;
	width: 100%;
	height: 180px;
	filter: alpha(opacity=35);
	-moz-opacity: 0.35;
	opacity: 0.35;
}
.index_video ul li a:hover img {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.index_title {
	line-height: 55px;
	height: 55px;
}
.index_03 .index_title {
    height: 35px;
    line-height: 35px;
}
.index_title h2 {
	color: #222;
	float: left;
	font-size: 22px;
	font-weight: normal;
}
.index_title h2 span {
	font-family: Arial, Impact, "Times New Roman";
	color: #aaa;
	font-size: 14px;
	margin-left: 10px;
	text-transform: uppercase;
}
.index_title p a {
	float: right;
	line-height: 35px;
margin-top: 15px;
}
.index_title p a {
	color: #aaa;
	font-size: 14px;
}
.index_title p a:hover {
	color: #003894;
	text-decoration: underline;
}
/*AMG·新葡萄(有限公司)-官方网站新闻*/
.index_news {
	float: left;
	width: 580px;
	margin-left: 30px;
}
.index_news_list {
	background: #f5f5f5;
	padding: 15px;
}
.index_news_first {
	height: 120px;
	width: 100%;
	background: #fff;
}
.index_news_img {
	float: left;
}
.index_news_img a {
	display: block;
	overflow: hidden;
}
.index_news_img img {
	width: 190px;
	height: 120px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_news_img a:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.index_news_txt {
	padding: 10px 20px;
	float: left;
	width: 350px;
}
.index_news_txt h3 {
	color: #333;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: "微软雅黑", "黑体";
}
.index_news_txt h3 a:hover {
	color: #003894;
}
.index_news_txt h3 span {
	display: block;
	color: #888;
	font-size: 12px;
	font-family: Arial, Impact, "Times New Roman";
}
.index_news_txt p {
	color: #666;
	display: block;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}
.index_news_list ul li {
	display: block;
	background: #fff;
	margin-top: 12px;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	padding-right: 15px;
}
.index_news_list ul li:hover {
	background: #003894;
}
.index_news_list ul li a {
	float: left;
	font-size: 14px;
	color: #333;
	display: block;
	width: 420px;
	overflow: hidden;
	height: 35px;
}
.index_news_list ul li span {
	float: right;
	color: #aaa;
	font-family: Arial, Impact, "Times New Roman";
	font-size: 12px;
}
.index_news_list ul li:hover a {
	color: #fff;
}
.index_news_list ul li:hover span {
	color: #fff;
}
/*AMG·新葡萄(有限公司)-官方网站荣誉证书*/
.index_honors {
	float: right;
	width: 260px;
}
.picMarquee-top {
	margin: 0 auto;
	width: 260px;
	height: 385px;
	overflow: hidden;
	position: relative;
}
.picMarquee-top .hd {
	display: none;
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.picMarquee-top .hd .prev, .picMarquee-top .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/icoUp.gif") no-repeat;
}
.picMarquee-top .hd .next {
	background: url("../images/icoDown.gif") no-repeat;
}
.picMarquee-top .bd {
	padding: 0px;
}
.picMarquee-top .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-top .bd ul li {
	text-align: center;
	zoom: 1;
	float: left;
	width: 120px;
	margin: 5px;
}
.picMarquee-top .bd ul li .pic {
	text-align: center;
}
.picMarquee-top .bd ul li .pic img {
	width: 120px;
	height: 85px;
	display: block;
	padding: 2px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.picMarquee-top .bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-top .bd ul li .title {
	line-height: 24px;
}
/*AMG·新葡萄(有限公司)-官方网站公司资质*/
.index_qualification {
	float: left;
	width: 300px;
}
.picMarquee-top_02 {
	margin: 0 auto;
	width: 300px;
	height: 350px;
	overflow: hidden;
	position: relative;
}
.picMarquee-top_02 .hd {
	display: none;
	overflow: hidden;
	height: 30px;
	background: #f4f4f4;
	padding: 0 10px;
}
.picMarquee-top_02 .hd .prev, .picMarquee-top_02 .hd .next {
	display: block;
	width: 9px;
	height: 5px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url("../images/icoUp.gif") no-repeat;
}
.picMarquee-top_02 .hd .next {
	background: url("../images/icoDown.gif") no-repeat;
}
.picMarquee-top_02 .bd {
	padding: 0px;
	margin: 0px;
}
.picMarquee-top_02 .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-top_02 .bd ul li {
	text-align: center;
	zoom: 1;
	float: left;
	width: 140px;
	margin: 5px;
}
.picMarquee-top_02 .bd ul li .pic {
	text-align: center;
}
.picMarquee-top_02 .bd ul li .pic img {
	width: 140px;
	height: 160px;
	display: block;
	padding: 2px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.picMarquee-top_02 .bd ul li .pic a:hover img {
	border-color: #999;
}
.picMarquee-top_02 .bd ul li .title {
	line-height: 24px;
}
/*AMG·新葡萄(有限公司)-官方网站文化动态*/
.index_cultural {
	float: left;
	width: 580px;
	margin-left: 30px;
}
.index_cultural_first {
	background: #f5f5f5;
	padding: 15px;
	position: relative;
	padding-bottom: 0px;
}
.index_cultural_first.cultural_left{
	float: left;
	width: 290px;
	clear: both;
	padding-right: 5px;
}
.index_cultural_first.cultural_right{
	float: right;
	width: 290px;
	padding-left: 5px;
}
.index_cultural_first:hover .index_cultural_txt {
	background: rgba(0, 0, 0, 0.90);
}
.index_cultural_txt {
	position: absolute;
	bottom: 0px;
	z-index: 99;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	width: 270px;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.70);
}
.index_cultural_txt a {
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;
	width: 155px;
	overflow: hidden;
	height: 40px;
}
.index_cultural_txt span {
	float: right;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Impact, "Times New Roman";
}
.index_cultural_img a {
	display: block;
	overflow: hidden;
}
.index_cultural_img a img {
	width: 100%;
	height: 160px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_cultural_img a:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.index_cultural ul {
	background: #f5f5f5;
	padding: 15px;
	padding-top: 10px;
	clear: both;
}
.index_cultural ul li {
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}
.index_cultural ul li a {
	font-size: 14px;
	color: #333;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 420px;
	float: left;
	overflow: hidden;
}
.index_cultural ul li span {
	float: right;
	color: #888;
	font-size: 12px;
	font-family: Arial, Impact, "Times New Roman";
}
.index_cultural ul li:hover {
	background: #003894;
}
.index_cultural ul li:hover a {
	color: #fff;
}
.index_cultural ul li:hover span {
	color: #fff;
}
/*AMG·新葡萄(有限公司)-官方网站快速栏目*/
.index_navigation {
	float: right;
	width: 260px;
}
.index_navigation ul li {
	position: relative;
	height: 80px;
	line-height: 80px;
	margin-bottom: 10px;
	text-align: center;
}
.index_navigation .navigation_text {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 999;
	left: 0px;
}
.index_navigation .navigation_text a {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.navigation_img {
	width: 100%;
	overflow: hidden;
	height: 80px;
	background: #000;
}
.navigation_img p {
	display: block;
}
.navigation_img img {
	height: 80px;
	width: 100%;
	display: block;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_navigation ul li:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*AMG·新葡萄(有限公司)-官方网站案例*/
.layB {
	width: 1200px;
	padding: 0px;
}
.layB .tbC {
	width: 1200px;
	position: relative;
}
.layB .prev, .layB .next {
	font-family: "宋体", "微软雅黑";
	font-size: 65px;
	line-height: 340px;
	color: #aaa;
	height: 340px;
	position: absolute;
	left: -40px;
	top: 0px;
}
.layB .next {
	left: auto;
	right: -40px;
}
.layB .prev:hover {
	color: #003894;
}
.layB .next:hover {
	color: #003894;
}
.layB .slide {
	width: 1200px;
	overflow: hidden;
}
.layB ul {
	overflow: hidden;
	zoom: 1;
}
.layB li {
	overflow: hidden;
	height: 150px;
	position: relative;
	width: 220px;
	margin: 10px;
	display: inline;
	float: left;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_case_img a {
	display: block;
	overflow: hidden;
	background: #000;
}
.index_case_img img {
	width: 220px;
	height: 150px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_case_txt {
	position: absolute;
	z-index: 999;
	height: 40px;
	width: 100%;
	top: 50%;
	margin-top: -20px;
	left: -220px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.index_case_txt a {
	background: #003894;
	color: #fff;
	display: block;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.layB li:hover .index_case_txt {
	left: 0px;
}
.layB li:hover .index_case_img img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/*底部*/
.footer {
	padding-bottom: 30px;
	padding-top: 30px;
	background: #222;
}
.footer_cen {
	width: 1200px;
	margin: 0 auto;
}
.footer_nav {
	float: left;
	width: 500px;
}
.footer_nav li {
	display: inline-block;
	color: #aaa;
	font-size: 12px;
	margin-right: 15px;
}
.footer_nav li:nth-child(6),.footer_nav li:nth-child(7){
display: none;
}
.footer_nav li a {
	color: #bbb;
}
.footer_nav li a:hover {
	color: #eee;
	text-decoration: underline;
}
.banquan {
	float: right;
	width: 600px;
}
.banquan p {
	display: inline-block;
	margin-left: 8px;
}
.banquan p {
	color: #aaa;
}
.banquan a {
	color: #eee;
}
.banquan a:hover {
	color: #fff;
	text-decoration: underline;
}
/*内页设置*/
.main_cen {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.main_left {
	margin-top: -195px;
	background: #fff;
}
.main_right {
	margin-top: -95px;
	background: #fff;
}
.about {
	padding-left: 30px;
	padding-right: 30px;
}
.about p {
	font-size: 14px;
	line-height: 26px;
}
/*资质*/
.honor {
	margin-left: 15px;
	margin-right: 15px;
}
.honor li {
	float: left;
	width: 285px;
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
}
.honor li a img {
	max-width: 100%;
	height: 220px;
	border: none;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.honor li a {
	text-align: center;
	border: 1px solid #ddd;
	display: block;
	overflow: hidden;
}
.honor li p {
text-align: center;
    line-height: 24px;
    padding: 15px;
    font-size: 14px;
    color: #666;
    height: 60px;
}
.honor li:hover a img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.honor li:hover p {
	color: #003894;
}
/*新闻css*/
.news {
	padding-left: 30px;
	padding-right: 30px;
}
.news_first {
	margin-bottom: 15px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd;
}
.news_img {
	width: 320px;
	float: left;
}
.news_img a {
	text-align: center;
	height: 200px;
	display: block;
	overflow: hidden;
}
.news_img a img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	width: auto;
	height: 200px;
}
.news_img a:hover img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.news_info {
	float: right;
	width: 540px;
}
.news_info h2 a {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 33px;
}
.news_info h2 a:hover {
	color: #003894;
}
.news_info p {
	color: #aaa;
	font-size: 12px;
}
.news_info p a {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #666;
	color: #fff;
	font-size: 12px;
}
.news_info p a:hover {
	background: #003894;
}
.news_info span {
	margin-bottom: 15px;
	margin-top: 10px;
	display: block;
	height: 70px;
	font-size: 14px;
	color: #888;
	overflow: hidden;
}
.news li {
	height: 40px;
	line-height: 25px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px dashed #ddd;
}
.news li a {
	display: block;
	float: left;
	height: 25px;
	overflow: hidden;
	max-width: 780px;
	font-size: 14px;
	color: #666;
}
.news li a:hover {
	color: #003894;
}
.news li span {
	float: right;
	font-size: 12px;
	color: #aaa;
}
.news_de {
	padding-left: 30px;
	padding-right: 30px;
}
.Paging {
	margin-bottom: 20px;
	margin-top: 20px;
}
/*案例*/
.case_list {
	padding: 15px;
}
.case_list li {
	float: left;
	padding: 0px;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
	width: 275px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.case_list li a {
	display: block;
	overflow: hidden;
}
.case_list li .case_img {
	margin-bottom: 2px;
	background: #000;
}
.case_list li .case_img a {
	background: url(../img/case_more_icon.png) center center no-repeat;
}
.case_list li:hover .case_img a img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.case_list li img {
	width: 100%;
	height: 188px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	display: block;
}
.case_txt a {
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	background: #fff;
	display: block;
}
.case_list li:hover .case_txt a {
	background: #003894;
	color: #fff;
}
/*案例详情*/
.case_de {
	padding-left: 30px;
	padding-right: 30px;
}
.case_de h2.case_de_title {
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}
.focusBox {
	position: relative;
	width: 850px;
	height: 450px;
	overflow: hidden;
}
.focusBox .pic_case {
	position: relative;
	z-index: 0;
}
.focusBox .pic_case li {
	padding: 0px;
	background: none;
	text-align: center;
}
.focusBox .pic_case img {
	max-width: 100%;
	width: 660px;
	height: 450px;
}
.focusBox .hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}
.focusBox .hd li {
	margin: 0 5px;
	background: url(../img/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	_background: url(../img/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on {
	background-position: 0 0;
}
.focusBox .prev, .focusBox .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	background: url(../img/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}
.focusBox .prev {
	left: 0;
}
.focusBox .next {
	background-position: 0 -90px;
	right: 0;
}
.focusBox .prev:hover, .focusBox .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}
.case_de_img {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.case_de_info {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}


/*视频*/
.video_list {
	position: relative;
	width: 750px;
}
.video_list .bigImg {
	height: 258px;
	position: relative;
}
.video_list .bigImg li{
	padding: 0px;
	background: #000;
}
.video_list .bigImg li a{
	background: url(../img/video_icon.png) center center no-repeat;
	background-size: 10%;
	display: block;
}
.video_list .bigImg li img {
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
	vertical-align: middle;
	width: 750px;
	height: 420px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}
.video_list .bigImg li:hover a img{
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;	
}

.video_list .smallScroll {
	height: 150px;
	position: relative;
	margin-top: 10px;
}
.video_list .sPrev, .video_list .sNext {
	display: block;
	top: 25%;
	left: -50px;
	position: absolute;
	font-size: 55px;
	font-family: "宋体", "微软雅黑";
	display: block;
}
.video_list .sNext {
	left: auto;
	right: -50px;
}
.video_list .sPrev:hover {
	color: #003894;
}
.video_list .sNext:hover {
	color: #003894;
}
.video_list .smallImg {
	float: left;
	margin: 0px;
	display: inline;
	width: 750px;
	overflow: hidden;
}
.video_list .smallImg ul {
	height: 150px;
	width: 9999px;
	overflow: hidden;
}
.video_list .smallImg li {
	overflow: hidden;
	background: none;
	float: left;
	margin-right: 10px;
	padding: 0px;
	width: 180px;
	cursor: pointer;
	display: inline;
}
.video_list .smallImg li a{
	display: block;
	background: #000;
}
.video_list .smallImg img {
	border: 2px solid #fff;
	width: 180px;
	height: 110px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}
.video_list .smallImg .on img {
	border-color: #003894;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}

.video_list .smallImg li p{
	font-size: 14px;
	line-height: 45px;
	color: #333;
	text-align: center;
}
.video_list .smallImg li.on p{
	color: #003894;
}

/*招聘*/
.hr_info{
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.hr_info p{
	font-size: 16px;
	color: #555;
	line-height: 28px;
}
.hr_list{
	padding-left: 30px;
	padding-right: 30px;
}
.hr_list li{
	float: left;
	width: 425px;
	background: #f5f5f5;
	margin: 10px;
	padding: 15px 25px;
}
.hr_title{
	line-height: 45px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
	font-size: 18px;
}
.hr_list li:hover .hr_title{
	color: #003894;
	border-bottom: 2px solid #003894;
}
.hr_txt{
	margin-bottom: 15px;
	overflow: hidden;
	height: 120px;
}
.hr_txt p{
	line-height: 24px;
	color: #666;
	font-size: 14px;
}
.hr_more a{
	display: inline-block;
	margin-right: 10px;
	width: 120px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #666;
	border: 2px solid #666;
}
.hr_more a.more{
	background: #fff;
	color: #666;
}
.hr_more a:hover{
	background: #003894;
	border: 2px solid #003894;
}
.hr_more a.more:hover{
	color: #fff;
}

.hr_de{
	padding-left: 30px;
	padding-right: 30px;
}
.hr_de h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.hr_de_info p{
	line-height: 26px;
	font-size: 14px;
}

.hr_apply{
	margin-bottom: 30px;
	margin-top: 30px;
}
.hr_apply a{
	display: inline-block;
	margin-right: 10px;
	width: 120px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #666;
}
.hr_apply a:hover{
	background: #003894;
}

/*联系我们+留言*/
.register{
	margin: 0 auto;
	width: 1200px;
	padding-bottom: 30px;
	padding-top: 10px;
	background: #fff;
	margin-top: -105px;
}
.contact{
	padding-left: 30px;
	padding-right: 30px;
}
.contact_left{
	float: left;
	width: 500px;
	border-right: 1px solid #ddd;
	padding-bottom: 20px;
	padding-top: 20px;
}
.contact_left h2{
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}
.contact_left p{
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.contact_left div p{
	text-align: center;
	width: 200px;
	line-height: 45px;
	display: inline-block;
	margin-right: 10px;
}
.contact_left div p img{
	display: block;
}

.contact_right{
	float: right;
	width: 550px;
	padding-bottom: 20px;
	padding-top: 20px;	
}
.contact_messages h2{
	color: #333;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
}
.contact_messages .input{
	width: 100%;
	height: 55px;
	font-size: 14px;
	padding-left: 15px;
	background: #fff;
	outline:none;
	font-family: "微软雅黑", "黑体";
	border: 1px solid #ddd;
}
.contact_messages .textarea{
	width: 100%;
	height: 125px;
	font-size: 14px;
	padding-top: 10px;
	font-family: "微软雅黑", "黑体";
	padding-left: 15px;
	background: #fff;
	outline:none;
	border: 1px solid #ddd;
}
.contact_messages li{
	margin-bottom: 15px;
}
.contact_messages li a{
	background: #666;
	color: #fff;
	border: none;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-family: "微软雅黑", "黑体";
	display: block;
}
.contact_messages li a:hover{
	background: #003893;
}


/*网站地图*/
.map{
	padding: 30px;
}
.map ul{
    float: none;
}
.map ul li{
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
    float: none;
    display: inline-table;
}
.map ul li:nth-child(6){
	margin-left: 0px;
	margin-right: 0px;
}
.map ul li h3{
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 10px;
}
.map ul li ul li {
	margin: 0px;
width: 100%;
	margin-bottom: 5px;
display: block;
}
.map ul li ul li a{
	font-size: 14px;
	line-height: 24px;
}


.privacy{
	width: 1200px;
	margin: 0 auto;
	float: none;
}

@media (max-width: 1366px) {
.index_main{
    max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
}
.index_news{
    margin-left: 15px;
}
.index_cultural{
margin-left: 15px;
}
}
@media (max-width: 1280px) {
.main{
padding: 10px;
}
.layB .prev, .layB .next{
left: -20px;
}
.layB .next {
    left: auto;
    right: -20px;
}
}








