﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.css");
@import url("font/iconfont.css");
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	background:#eaeef1;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #1d4382;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #66A228;
}
.f_blue {
	color: blue;
}
.f_mblue {
	color: #1B75BC;
}
.f_dblue {
	color: #233F6F;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #B5084A;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: "微软雅黑";
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #ccc;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.line {
	background: url(../images/line.png) repeat-x left center;
	height: 18px;
	width: 100%;
	margin: 0px auto;
	clear: both;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.kk {
	width: 1200px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 01s ease 0.2s 1 both;
	animation: fadeIn 1s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.manu {
	margin: 15px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif
}
.manu a {
	border: #b2bfcf 1px solid;
	padding: 6px 10px;
	margin: 2px;
	color: #666;
	text-decoration: none;
	background: #FFF
}
.manu a:hover {
	border: #c7161e 1px solid;
	color: #666
}
.manu a:active {
	border: #c7161e 1px solid;
}
.manu .current {
	border: #c7161e 1px solid;
	padding: 6px 10px;
	font-weight:bold;
	margin: 2px;
	color: #fff;
	background: #c7161e
}
.manu .disabled {
	border: #DDD 1px solid;
	padding: 6px 10px;
	margin: 2px;
	color: #ddd;
	background: #FFF
}
header {
	height: 90px;
	border-top: solid 3px #1d4382;
	box-shadow: 0 1px 4px -1px #999;
	background: #FFF;
	position: relative;
	z-index: 2;
}
header .logo {
	display: inline-block;
	width: 260px;
	height: 90px;
	background: url(../images/logo.png) no-repeat left center;
	font-size: 0;
	vertical-align: top;
}
header .logo a {
	display: block;
	height: 90px;
}
header .menu {
	display: inline-block;
	height: 90px;
	position: relative;
}
header .menu li {
	float: left;
	position: relative;
	margin: 0px;
}
header .menu li div {
	width: 120px;
	height: 90px;
	overflow: hidden;
	position: relative;
}
header .menu li div span {
	color: #000;
	width: 100%;
	height: 100%;
	line-height: 90px;
	font-size: 15px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .menu li div span.no {
	background: #1d4382;
	color: #FFF;
	text-transform: uppercase;
	top: -90px;
	z-index: 2;
}
header .menu li:hover div span {
	top: 90px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .menu li:hover div span.no {
	top: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .menu li ul {
	width: 120px;
	position: absolute;
	display: none;
	top: 90px;
	left: 0px;
	background:#FFF;
    box-shadow: 0 3px 4px -1px #333;
}
header .menu li ul li {
	margin: 0;
	width: 120px;
}
header .menu li ul li a {
	height: auto;
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #333;
	text-align: center;
	border-bottom: solid 1px #EEE;
}
header .menu li ul li a:hover {
	color: #FFF;
	font-weight: normal;
	background: #1d4382;
	border-bottom: solid 1px #1d4382;
}
#home header .menu li#m0 div span:nth-child(2), #page1 header .menu li#m1 div span:nth-child(2), #page2 header .menu li#m2 div span:nth-child(2), #page3 header .menu li#m3 div span:nth-child(2), #page4 header .menu li#m4 div span:nth-child(2), #page5 header .menu li#m5 div span:nth-child(2), #page6 header .menu li#m6 div span:nth-child(2) {
	color: #1d4382;
}
#home header .menu li#m0 div span:after, #page1 header .menu li#m1 div span:after, #page2 header .menu li#m2 div span:after, #page3 header .menu li#m3 div span:after, #page4 header .menu li#m4 div span:after, #page5 header .menu li#m5 div span:after, #page6 header .menu li#m6 div span:after {
	content: "";
	position: absolute;
	width: 50%;
	left: 25%;
	bottom: 25px;
	border-bottom: solid 2px #1d4382;
}
header .lng {
	display:inline-block;
	line-height:90px;
	height:90px;
	font-size:15px;
	background:#FFF;
	vertical-align: top;
	position:relative;
	float:right;
}
header .lng:before {
	content:"\e894";
	font-family:"iconfont" !important;
	font-size:20px;
	margin-right:5px;
	vertical-align:top;
}
header .lng:hover {
	color:#1d4382;
}
header .lng ul {
	position:absolute;
	top:90px;
	line-height:normal;
	background:#FFF;
    box-shadow: 0 3px 4px -1px #333;
	display:none;
}
header .lng ul li a {
	display:block;
	line-height:30px;
	padding:5px 30px;
	border-bottom: solid 1px #EEE;
	font-size:13px;
}
header .lng ul li a:hover {
	color: #FFF;
	font-weight: normal;
	background: #1d4382;
	border-bottom: solid 1px #1d4382;
}
header .ss {
	float:right;
	width:130px;
	height:30px;
	border:solid 1px #CCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-top:28px;
	margin-left:20px;
}
header .ss .kw {
	float:left;
	width:95px;
	border:none;
	margin-left:5px;
	line-height:30px;
	font-family:"微软雅黑";
}
header .ss .btn {
	float:left;
	width:30px;
	height:30px;
	font-size:0;
	border:none;
	background:none;
	text-align:center;
	cursor:pointer;
}
header .ss .btn:before {
	content:"\e6f0";
	font-family:"iconfont" !important;
	font-size:30px;
	color:#666;
}
/*幻灯片*/
#bn {
	width: 100%;
	height: 540px;
	position: relative;
	clear: both;
	top: -5px;
	z-index: 1;
	box-shadow: 0 1px 4px -1px #999;
}
.bgstretcher-area {
	text-align: left;
}
.bgstretcher, .bgstretcher ul, .bgstretcher ul li {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
    *position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
#bn .kk {
	position: relative;
}
#nav {
	position: absolute;
	top: 500px;
	text-align: center;
	width: 100%;
    *left:45%;
    *width:auto;
}
#nav ul li {
	display: inline-block;
	margin-right: 8px;
    *float:left;
}
#nav ul li a {
	background: #DDD;
	width: 15px;
	height: 15px;
	display: block;
	text-align: center;
	font-size: 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#nav ul li.showPage a {
	background: #1b4283;
}
#prev {
	position: absolute;
	left: 0px;
	top: 250px;
	cursor: pointer;
}
#prev a {
	display: block;
	width: 30px;
	height: 43px;
	font-size: 0px;
	background: url(../images/scroll_btn.png) left bottom;
	filter: Alpha(opacity=10);
	-moz-opacity: .10;
	opacity: 0.10;
}
#prev a:hover {
	background: url(../images/scroll_btn.png) left bottom;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#next {
	position: absolute;
	right: 0px;
	top: 250px;
	cursor: pointer;
}
#next a {
	display: block;
	width: 30px;
	height: 43px;
	font-size: 0px;
	background: url(../images/scroll_btn.png) right bottom;
	filter: Alpha(opacity=10);
	-moz-opacity: .10;
	opacity: 0.10;
}
#next a:hover {
	background: url(../images/scroll_btn.png) right bottom;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
/**/
#mid .product {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	text-align:center;
}
#mid .product h1 {
	display:inline-block;
	line-height: 45px;
	margin-bottom:40px;
	color: #1b4283;
	font-size: 22px;
	font-weight:normal;
	position:relative;
}
#mid .product h1:after {
	content:"";
	position:absolute;
	width:40%;
	left:30%;
	bottom:-5px;
	border-bottom:solid 2px #1b4283; 
}
#mid .product .swiper-slide {
	width: 280px;
	height: 330px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
	text-align: center;
	overflow: hidden;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background:#FFF;
}
#mid .product .swiper-slide:hover {
	border: solid 2px #1d4382;
	-moz-box-shadow: 1px 1px 3px #1d4382;
	-webkit-box-shadow: 1px 1px 3px #1d4382;
	box-shadow: 1px 1px 3px #1d4382;
}
#mid .product .swiper-slide .img {
	width: 280px;
	height: 280px;
	text-align:center;
	overflow:hidden;
}
#mid .product .swiper-slide .img img {
	vertical-align: middle;
	margin-right: -1px;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .product .swiper-slide .img img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
#mid .product .swiper-slide .img span {
	display: -moz-inline-box;/*针对火狐*/
}
#mid .product .swiper-slide .img span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .product .swiper-slide h3 a {
	display:block;
	font-size: 15px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background:#EEE;
	border-top:solid 1px #DDD;
}
#mid .product .swiper-slide h3 a:hover,#mid .product .swiper-slide:hover a {
	background:#1d4382;
	color:#FFF;
}
#mid .product .swiper-button-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 220px;
	left: -60px;
	cursor: pointer;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .product .swiper-button-prev:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	border: solid 2px #1d4382;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
}
#mid .product .swiper-button-prev:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	left: 17px;
	top: 12px;
	background: url(../images/move_btn.png) no-repeat 0px center;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#mid .product .swiper-button-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 220px;
	right: -60px;
	cursor: pointer;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .product .swiper-button-next:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	border: solid 2px #1d4382;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
}
#mid .product .swiper-button-next:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	right: 14px;
	top: 12px;
	background: url(../images/move_btn.png) no-repeat right center;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#mid .product:hover .swiper-button-prev {
	left: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .product:hover .swiper-button-next {
	right: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .product .more {
	display:inline-block;
	margin:30px;
}
#mid .product .more a {
	display:block;
	border:solid 1px #CCC;
	padding:5px 60px;
	background:#FFF;
	font-size:14px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#mid .product .more a:hover {
	background:#1d4382;
	border:solid 1px #1d4382;
	color:#FFF;
}
#mid .about {
	background:#FFF;
	padding:40px 20px;
	margin:20px 0;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#mid .about img {
	float:left;
	width:400px;
}
#mid .about article {
	float:right;
	width:740px;
	line-height:26px;
	font-size:14px;
}
#mid .about h1 {
	color:#183884;
	font-size:22px;
	font-weight:normal;
	padding-left:10px;
	margin-bottom:20px;
	position:relative;
}
#mid .about h1:before {
	content:"";
	position:absolute;
	border-left:solid 4px #183884;
	height:22px;
	left:0;
	top:4px;
}
#mid .about .btn a {
	padding:3px 20px;
	float:right;
}
#mid .about .btn a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
    background:#FFF;
	border:solid 1px #CCC;
	z-index:-1;
}
#mid .about .btn a:hover {
	color:#FFF;
}
#mid .about .btn a:hover:after {
	background:#183884;
	border:solid 1px #183884;
}
#mid .news {
	background:#FFF;
	margin:50px 0;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#mid .news h1 {
	border-bottom:solid 2px #DDD;
	height:60px;
	line-height:60px;
	font-weight:normal;
}
#mid .news h1 div {
	display:inline-block;
	color:#183884;
	font-size:22px;
	padding:0 20px;
	border-bottom:solid 2px #183884;
}
#mid .news h1 span {
	float:right;
	font-size:16px;
	margin-right:20px;
}
#mid .news .left {
	display:inline-block;
	width:580px;
	margin:20px;
}
#mid .news .left .img {
	width:100%;
	height:350px;
	overflow:hidden;
}
#mid .news .left .img img {
	width:580px;
	height:350px;
}
#mid .news .left .txt {
	margin-top:20px;
}
#mid .news .left .txt .date {
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#183884;
	position:relative;
}
#mid .news .left .txt .date:after {
	content:"";
	position:absolute;
	height:100%;
	top:0;
	right:-12px;
	border-right:solid 1px #DDD;
}
#mid .news .left .txt .date span {
	font-size:32px;
	display:block;
}
#mid .news .left .txt article {
	display:inline-block;
	float:right;
	width:490px;
	vertical-align:text-top;
	font-size:14px;
	color:#666;
}
#mid .news .left .txt article h3 {
	font-size:16px;
	color:#183884;
}
#mid .news .right {
	display:inline-block;
	width:550px;
	vertical-align:top;
}
#mid .news .right ul li {
	border-bottom:dashed 1px #CCC;
	padding:25px 0;
}
#mid .news .right ul li.nobb {
	border-bottom:none;
}
#mid .news .right ul li .date {
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	float:right;
	position:relative;
}
#mid .news .right ul li .date:after {
	content:"";
	position:absolute;
	height:100%;
	top:0;
	left:-12px;
	border-left:solid 1px #DDD;
}
#mid .news .right ul li .date span {
	font-size:32px;
	display:block;
}
#mid .news .right ul li article {
	display:inline-block;
	width:460px;
	vertical-align:text-top;
	font-size:14px;
}
#mid .news .right ul li article h3 {
	font-size:16px;
}
#mid .news .right ul li article p {
	color:#666;
}
#mid .client {
	height:150px;
}
#mid .client h1 {
	height:50px;
	font-size:22px;
	color:#183884;
	font-weight:normal;
	text-align:center;
	position:relative;
}
#mid .client h1:after {
	content:"";
	position:absolute;
	width:300px;
	border-bottom:solid 2px #183884;
	left:50%;
	height:15px;
	margin-left:-150px;
	z-index:-2;
}
#mid .client h1:before {
	content:"";
	position:absolute;
	width:120px;
	height:100%;
	background:#eaeef1;
	left:50%;
	margin-left:-60px;
	z-index:-1;
}
#mid .client ul {
	position:absolute;
}
#mid .client ul li {
	float:left;
	width:190px;
	height:75px;
	margin:0 10px;
	background:#FFF;
}
#mid .client ul li a {
	display:block;
	width:190px;
	height:75px;
	text-align:center;
	overflow:hidden;
	border:solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .client ul li a img {
	vertical-align: middle;
	margin-right: -1px;
}
#mid .client ul li a span {
	display: -moz-inline-box;/*针对火狐*/
}
#mid .client ul li a span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .myvideo {
	background:#FFF;
	margin-top:30px;
	margin-bottom:50px;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#mid .myvideo h1 {
	border-bottom:solid 2px #DDD;
	height:60px;
	line-height:60px;
	font-weight:normal;
}
#mid .myvideo h1 div {
	display:inline-block;
	color:#183884;
	font-size:22px;
	padding:0 20px;
	border-bottom:solid 2px #183884;
}
#mid .myvideo h1 span {
	float:right;
	font-size:16px;
	margin-right:20px;
}
#mid .myvideo ul {
	padding:20px 10px;
}
#mid .myvideo ul li {
	float:left;
	width:20%;
}
#mid .myvideo ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .myvideo ul li .img:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/video.png) no-repeat center center;
	z-index:3;
}
#mid .myvideo ul li .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}
#mid .myvideo ul li:hover .img:after {
	filter:alpha(opacity=10);
	-moz-opacity:0.10;
	-khtml-opacity:0.10;
	opacity: 0.10;
}
#mid .myvideo ul li .img img {
	width:100%;
	height:200px;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#mid .myvideo ul li .img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
#mid .myvideo ul li .txt {
	width:80%;
	margin:0 auto;
	padding:10px 5%;
	text-align:center;
	font-size:16px;
	height:28px;
	line-height:28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
footer {
	background:#1a6fa6 url(../images/btm_bg.jpg) repeat-x; 
	border-top: solid 1px #183884;
}
.link {
	margin-top:10px;
	padding:10px 0;
	height:40px;
	line-height:40px;
	border-bottom:solid 1px #5f7194;
	overflow:hidden;
}
.link ul li {
	display:inline-block;
	font-size:16px;
	color:#EEE;
}
.link ul li a {
	color:#EEE;
	font-size:14px;
	margin:0 10px;
}
.btm_kk {
	float: left;
	margin: 20px 100px 20px 0;
}
.btm_kk h1 {
	color: #FFF;
	font-size: 16px;
	font-weight:normal;
}
.btm_kk ul {
	margin-top: 10px;
}
.btm_kk ul li a {
	color: #CCC;
	line-height: 24px;
	font-size: 13px;
}
.btm_kk ul li a:hover {
	color:#FC3;
}
.btm_kk.ct {
	width: 280px;
	line-height: 24px;
	color: #666;
	margin: 40px 0;
	display:none;
}
.btm_kk.nomr {
	margin-right: 0;
	float: right;
}
.btm_kk.nomr div {
	display: inline-block;
	margin-left: 30px;
}
.btm_kk.nomr span {
	display: block;
	text-align: center;
	line-height: 20px;
	color: #FFF;
	font-size:14px;
}
#btm_con {
	padding: 10px;
	line-height: 24px;
	text-align: center;
	border-top: solid 1px #183884;
	background: #1b4283;
	color: #EEE;
}
#btm_con a {
	color: #EEE;
}
#online {
	position: fixed;
	width: 54px;
	height: 220px;
	right: 0;
	bottom: 200px;
	z-index: 9999;
}
#online ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #222;
	cursor: pointer;
}
#online ul li.nobb {
	border: none;
}
#online ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	z-index: 100;
}
#online ul li .tb1 {
	position: absolute;
	height: 46px;
	top: 0;
	right: -230px;
	width: 230px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 35px;
	font-size: 14px;
	padding-top: 8px;
	background: url(../images/online.png) no-repeat 10px 12px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#online ul li .tb1:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #1b4283 url(../images/online.png) no-repeat 10px 12px;
	right: 0;
}
#online ul li .tb2 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -80px;
	width: 80px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#online ul li .tb2:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #1b4283 url(../images/online.png) no-repeat 10px -50px;
	right: 0;
}
#online ul li .tb3 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -110px;
	width: 110px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -110px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}
#online ul li .tb3:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #1b4283 url(../images/online.png) no-repeat 10px -110px;
	right: 0;
}
#online ul li .tb4 {
	position: absolute;
	height: 54px;
	width: 54px;
	top: 0;
	right: -54px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -170px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#online ul li .tb4:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background: #1b4283 url(../images/online.png) no-repeat 10px -170px;
}
.bdsharebuttonbox .sina {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -200px 0px;
}
#banner {
	clear: both;
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px -1px #999;
}
#banner div {
	width: 1920px;
	height: 350px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	text-align: center;
}
#mid_lt {
	width: 240px;
	float: left;
	margin: 20px 0;
	position: relative;
	top: 0px;
	background:#FFF;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#mid_lt h1 {
	height: 60px;
	background: #24539b;
	position: relative;
	overflow: hidden;
	border: solid 1px #102b53;
}
#mid_lt h1:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	background: #1c4481;
	left: 0;
	top: 0;
	transform: rotate(-14deg);
}
#mid_lt h1 div {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
	font-size: 24px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #FEFEFE;
	z-index: 2;
}
.type {
	height: 40px;
	border: solid 1px #DDD;
	margin-top: -1px;
}
.type.nobt {
	border-top: none;
}
.type a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	padding-left: 15px;
}
.type.on {
	background: #666 url(../images/type_td.png) no-repeat 220px center;
	margin: -1px -1px 0 -1px;
}
.type.on a {
	color: #FFF;
}
.type_kk {
	border: solid #DDD;
	border-width: 0 1px;
	padding: 5px 0;
	background: #F8F8F8;
}
.stype {
	background: url(../images/line.png) repeat-x left bottom;
}
.stype.nobg {
	background: none;
}
.stype a {
	display: block;
	background: url(../images/td.png) no-repeat 20px center;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	padding-left: 30px;
	line-height: 35px;
}
.stype a:hover {
	color: #C00;
	margin: 0px;
}
.stype a.on {
	color: #C00;
}
#mid_rt {
	float: right;
	width: 940px;
	overflow: hidden;
	margin: 20px 0;
	background:#FFF;
	border:solid 1px #DDD;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#rt_tit {
	border-bottom: solid 1px #DDD;
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	background: #EEE;
	-moz-box-shadow: 1px 0px 3px #CCC;
	-webkit-box-shadow: 1px 0px 3px #CCC;
	box-shadow: 1px 0px 3px #CCC;
	padding-right: 10px;
}
#rt_tit div {
	float: left;
	background: #24539b;
	height: 45px;
	border: solid 1px #102b53;
	color: #FFF;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
	overflow: hidden;
}
#rt_tit div:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	background: #1c4481;
	left: 0;
	top: 0;
	transform: rotate(-14deg);
}
#rt_tit div span {
	position: relative;
	left: 0;
	top: 0;
	font-weight: normal;
	font-size: 16px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FEFEFE;
	padding: 0 35px;
	z-index: 2;
}
#rt_con {
	padding: 10px 10px 30px 10px;
	line-height: 28px;
}
#rt_con article a {
	text-decoration: underline;
	font-weight: bold;
}
#pro {
	float: left;
	margin:15px 0;
}
#pro ul {
	border-top:solid 1px #EEE;
	border-left:solid 1px #EEE;
}
#pro li {
	float: left;
	height: 210px;
	width: 228.75px;
	border: solid #EEE;
	border-width:0 1px 1px 0;
}
#pro li.nobd {
	border-width:0 0 1px 0;
}
#pro li .kkbg {
	height: 198px;
	width: 216px;
	background:#FFF;
	margin:0 auto;
	position:relative;
}
#pro li:hover {
    background:#DDD;
}
.pro_img {
    width:210px;
	height:160px;
	text-align:center;
	margin:6px auto 0 auto;
	padding-top:8px;
	overflow:hidden;
}
.pro_img img {
	vertical-align: middle;
	margin-right: -1px;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.pro_img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
.pro_img span {
	display: -moz-inline-box;/*针对火狐*/
}
.pro_img span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.pro_tit {
	overflow: hidden;
	text-align: center;
	font-size:13px;
	line-height:30px;
	height:30px;
	word-break: break-all;
    word-wrap: break-word;
}
.news_list {
	background: #EEE;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	padding: 5px 10px;
}
.news_list.wt {
	background: #FFF;
}
.news_list a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
.ny_list {
	margin-top: 10px;
	width: 920px;
	overflow: hidden;
}
.ny_list li {
	float: left;
	height: 250px;
	width: 230px;
	overflow: hidden;
}
.ny_list .pic_img {
	height: 190px;
	width: 210px;
	text-align: center;
	border: solid 1px #DDD;
	margin: 0 auto;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
.ny_list .pic_img img {
	vertical-align:bottom;
	height: 190px;
	width: 210px;
}
/*.ny_list .pic_img img {
	vertical-align: middle;
	margin-right: -1px;
}
.ny_list .pic_img span {
	display: -moz-inline-box;
}
.ny_list .pic_img span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}*/
.ny_list .pic_tit {
	line-height: 40px;
	text-align: center;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	width: 214px;
}
.ny_list1 {
	width: 920px;
	overflow: hidden;
	margin-top: 10px;
}
.ny_list1 li {
	float: left;
	height: 240px;
	width: 230px;
	overflow: hidden;
}
.ny_list1 .pic_img2 {
	height: 190px;
	width: 210px;
	padding: 1px;
	border: 1px solid #DDD;
	text-align: center;
	background: #FFF;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}
.ny_list1 .pic_img img {
	vertical-align:bottom;
	height: 190px;
	width: 210px;
}
/*.ny_list1 .pic_img2 img {
	vertical-align: middle;
	margin-right: -1px;
}
.ny_list1 .pic_img2 span {
	display: -moz-inline-box;
}
.ny_list1 .pic_img2 span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
*/
.ny_list1 .pic_img2 a .video {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/video.png) center center no-repeat #333;
	filter: Alpha(opacity=20);
	-moz-opacity: .20;
	opacity: 0.20;
}
.ny_list1 .pic_img2 a:hover .video {
	filter: Alpha(opacity=40);
	-moz-opacity: .40;
	opacity: 0.40;
}
.ny_list1 .pic_tit2 {
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	height: 40px;
	width: 210px;
	margin: 5px auto 0 auto;
	font-size: 14px;
}
.ny_list2 {
	width: 920px;
	margin-top: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #DDD;
}
.ny_list2_img {
	float: left;
	height: 150px;
	width: 180px;
	text-align: center;
	padding: 1px;
	border: solid 1px #EEE;
	-moz-box-shadow: 1px 1px 3px #EEE;
	-webkit-box-shadow: 1px 1px 3px #EEE;
	box-shadow: 1px 1px 3px #EEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.ny_list2_img img {
	vertical-align:bottom;
	height: 150px;
	width: 180px;
}
/*.ny_list2_img img {
	vertical-align: middle;
	margin-right: -1px;
}
.ny_list2_img span {
	display: -moz-inline-box;
}
.ny_list2_img span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
*/
.ny_list2_main {
	float: right;
	width: 710px;
}
.ny_list2_main h3 {
	font-size: 14px;
	height: 30px;
	border-bottom: 1px solid #DDD;
}
.ny_list2_main h3 img {
	vertical-align: text-bottom;
}
.ny_list2_main p {
	line-height: 24px;
	color: #666;
	font-size: 13px;
}
.down {
	height: 80px;
}
.down h3 {
	font-size: 15px;
	line-height: 30px;
	height: 30px;
}
.down div {
	background: #EEE;
	height: 45px;
	border-top: 1px solid #DDD;
	line-height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}
.down .btn {
	float:right;
	background:#DDD;
	border:solid 1px #CCC;
	padding:0 10px;
	line-height:28px;
	margin-top:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.down .btn:hover {
	background:#D00;
	border:solid 1px #C00;
}
.down .btn:before {
	content:"\e893";
	font-family:"iconfont" !important;
	font-size:16px;
	vertical-align:middle;
	color:#333;
	margin-right:5px;
}
.down .btn a {
	color:#333;
	font-size:14px;
}
.down .btn:hover a {
	color:#FFF;
}
.down .btn:hover:before {
	color:#FFF;
}
#showinfo {
	padding: 20px 0px;
	border-top: none;
	line-height: 25px;
}
#showinfo .btn1 a {
	background: #FFF;
	border: 1px solid #CCC;
	color: #999;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0px;
	padding: 0 15px;
	display: block;
	font-size: 14px;
}
#showinfo .btn1 a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #da251c;
	color: #FFF;
	border: 1px solid #da251c;
}
#showinfo .btn2 a {
	background: #da251c;
	border: 1px solid #da251c;
	color: #FFF;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0px;
	padding: 0 15px;
	display: block;
	font-size: 14px;
	margin-left: -1px;
}
#showinfo .btn2 a:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	border: 1px solid #CCC;
	color: #999;
}
#showinfo h1 {
	margin-top: 20px;
	border-top: solid 1px #DDD;
	text-align: center;
	padding: 20px 0;
	font-size: 25px;
	font-weight: normal;
}
#showinfo .fb a {
	width: 25px;
	height: 25px;
	margin: 0 5px 0 15px;
	float: left;
	font-size: 0;
	display: block;
	background: url(../images/icon.png) no-repeat 0px 0px;
}
#showinfo .fb a:hover {
	background: url(../images/icon.png) no-repeat -71px 0px;
}
#showinfo .fs a {
	width: 25px;
	height: 25px;
	float: left;
	font-size: 0;
	display: block;
	background: url(../images/icon.png) no-repeat -35px 0px;
}
#showinfo .fs a:hover {
	background: url(../images/icon.png) no-repeat -106px 0px;
}
#showinfo article {
	margin-top: 20px;
	line-height: 28px;
	padding: 10px;
}
#showinfo article a {
	text-decoration: underline;
	font-weight: bold;
}
#showinfo #bpicmain {
	width: 700px;
	margin: 20px auto 0 auto;
	border: solid 1px #EEE;
	height: 450px;
	position: relative;
}
#showinfo #bpic {
	width: 700px;
	text-align: center;
	height: 450px;
	position: absolute;
	z-index: 99;
}
#showinfo #bpic img {
	vertical-align: middle;
	margin-right: -1px;
	position: relative;
	z-index: 1
}
#showinfo #bpic span {
	display: -moz-inline-box;/*针对火狐*/
}
#showinfo #bpic span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#showinfo #bpic_lt {
	height: 450px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bpic_rt {
	height: 450px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bpic_ct {
	height: 450px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bbtn_c {
	background: url(../images/bigpic.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 320px;
	top: 195px;
	z-index: 101;
	display: none;
	cursor: pointer;
}
#showinfo #bbtn_l {
	width: 60px;
	height: 60px;
	background: url(../images/butl.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butl.png');
	float: left;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 195px;
	z-index: 101;
	display: none;
}
#showinfo #bbtn_r {
	width: 60px;
	height: 60px;
	background: url(../images/butr.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butr.png');
	float: left;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 195px;
	z-index: 101;
	display: none;
}
#showinfo #spic {
	width: 610px;
	height: 64px;
	margin: 0 auto;
}
#showinfo #sbtn_l {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;
	background: url(../images/arrow_l.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_l.png');
	float: left;
	cursor: pointer;
}
#showinfo #sbtn_r {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;
	background: url(../images/arrow_r.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_r.png');
	float: left;
	cursor: pointer;
}
#showinfo #spic_con {
	float: left;
	height: 64px;
	width: 550px;
	position: relative;
	overflow: hidden;
}
#showinfo #spic_con ul {
	position: absolute;
}
#showinfo #spic_con li {
	float: left;
	width: 110px;
	height: 64px;
}
#showinfo .spic_img {
	height: 60px;
	width: 90px;
	border: solid 2px #EEE;
	margin: 0 auto;
	text-align: center;
}
#showinfo .cur {
	border: solid 2px #da251c;
}
#form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#form_msg .ipt:focus {
	border: solid 1px #da251c;
	-moz-box-shadow: 1px 1px 3px #da251c;
	-webkit-box-shadow: 1px 1px 3px #da251c;
	box-shadow: 1px 1px 3px #da251c;
}
#form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#form_msg textarea:focus {
	border: solid 1px #da251c;
	-moz-box-shadow: 1px 1px 3px #da251c;
	-webkit-box-shadow: 1px 1px 3px #da251c;
	box-shadow: 1px 1px 3px #da251c;
}
#form_msg .btn {
	background: #da251c;
	border: 1px solid #da251c;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-family: "微软雅黑";
	font-size: 18px;
}
#form_msg .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #da251c;
}
#video {
	width: 100%;
	margin-top: 20px;
}
#showpro #prospic {
	float: left;
	height: 300px;
	width: 65px;
	margin-top: 15px;
}
#showpro #prosbtn_up {
	width: 52px;
	height: 8px;
	margin-bottom: 7px;
	background: url(../images/arrow.png) no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}
#showpro #prosbtn_dw {
	width: 52px;
	height: 8px;
	background: url(../images/arrow.png) no-repeat center bottom;
	cursor: pointer;
	margin-top: 7px;
	overflow: hidden;
}
#showpro #prospic_con {
	height: 270px;
	width: 52px;
	position: relative;
	overflow: hidden;
}
#showpro #prospic_con ul {
	position: absolute;
}
#showpro #prospic_con li {
	float: left;
	width: 52px;
	height: 54px;
}
#showpro .prospic_img {
	height: 40px;
	width: 48px;
	border: solid 1px #DDD;
	text-align: center;
	margin-top: 6px;
}
#showpro .prospic_img img {
	vertical-align: middle;
	margin-right: -1px;
}
#showpro .prospic_img span {
	display: -moz-inline-box;/*针对火狐*/
}
#showpro .prospic_img span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#showpro .procur {
	border: solid 2px #0e62a7;
}
#showpro #probpic {
	float: left;
	width: 360px;
	text-align: center;
	height: 300px;
	border: solid 1px #DDD;
	margin-top: 15px;
	position: relative;
	background: #FFF;
}
#showpro #probpic a {
	display: block;
	text-align: center;
	margin: 0px auto;
}
#showpro #probpic img {
	border: 0px;
}
#showpro #prodes {
	float: right;
	width: 470px;
	line-height: 25px;
	font-size: 14px;
	margin-top: 15px;
}
#showpro #prodes h1 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
}
#showpro #prodes h2{
	color:#999;
	font-size:18px;
	margin-top:5px;
	font-weight:normal;
}
#showpro #procon {
	line-height: 28px;
	font-size:14px;
	margin-top:50px;
	overflow:hidden;
}
#showpro #procon h1{
	height:45px;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
#showpro #procon h1 div {
	float: left;
	background: #24539b;
	padding: 0 30px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin:-1px;
}
#showpro #procon h1 span {
	float:right;
	background:url(../images/back.png) no-repeat left center;
	padding-left:30px;
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
}
#showpro #procon article {
	margin: 20px 10px;
}
#showpro #showpro #samepro {
	clear: both;
	width: 470px;
	margin-top:20px;
}
#showpro #samepro h3 {
	border-bottom:solid 1px #DDD;
	padding-bottom:5px;
	font-size:15px;
}
#showpro #samepro li {
	float: left;
	width: 117.5px;
	text-align:center;
}
#showpro .samepro_img {
	height: 100px;
	width: 100px;
	margin:0 auto;
}
#showpro .samepro_img img {vertical-align: middle;margin-right: -1px;}
#showpro .samepro_img span {display: -moz-inline-box;/*针对火狐*/}
#showpro .samepro_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#showpro .samepro_txt {
    line-height:25px;
	width: 110px;
	margin:5px auto 0 auto;
	height:25px;
	font-size:12px;
	overflow:hidden;
}
#search {
	width: 1150px;
	margin: 20px auto;
	padding-top: 20px;
	border: solid 1px #EEE;
	background: #FFF;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#search .td {
	width: 36px;
	height: 36px;
	background: url(../images/icon.png) no-repeat 0px -35px;
	display: block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.search {
	background: url(../images/line.png) repeat-x left bottom;
	line-height: 24px;
	padding: 20px;
}
.search.bg {
	background: #EEE;
	padding: 20px;
}
/*@media (min-width: 1400px) {
	header .kk {
		width:1400px;
		margin:0 auto;
	}
}
@media (max-width: 1400px) {
	header .kk {
		width:1230px;
		margin:0 auto;
	}
	header .ss {
		display:none;
	}
}
*/