@charset "gb2312";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-style: normal;
}
body, html {
	height: 100%;
}
.apple {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
body {
	background: #fff;
	font-size: 62.5%;
	line-height: 140%;
	color: #707070;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
ul, ol, li {
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
input, textarea, select, button, {
font-family:"Microsoft Yahei", Arial, Helvetica, sans-serif;
font-size:0.88em;
}
a {
	color: #727171;
	text-decoration: none;
	font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #008cdf;
}
a:focus {
	background: none;
	color: #008cdf;
}
:focus {
	outline: 0;
}
/*清除样式*/
.clearBoth {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	height: 1%;
	display: block;
}
.verticalAlign {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	width: 1px;
	margin-left: -1px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ml10 {
	margin-left: 10px;
}
.ml30 {
	margin-left: 20px;
}
.mt20 {
	margin-top: 20px;
}
.mr30 {
	margin-right: 30px;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}
.w1055 {
	width: 1055px;
	margin: 30px auto 0;
}
.w480 {
	width: 480px;
}
.w380 {
	width: 380px;
}
.w280 {
	width: 280px;
}
.w700 {
	width: 700px;
}
.w220 {
	width: 220px;
}
.w590{ width:590px;}
.nr {
	margin: 50px auto 20px;
}
.line30 {
	line-height: 30px;
}
.line24 {
	line-height: 24px;
}
.bgbai {
	background: #fff;
}
.bghui {
	background: #ddd;
}
.margin {
	margin: 0 auto;
}
.pad50 {
	padding: 50px 0;
}
/*最外层*/
#wrapper {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
/*顶部 -------------------------------------------------------------------------------*/
.header .logo {  line-height:100px;

}
.header .logo  img{ max-width:100%; line-height:100px;margin-top:0px;}

 

  @media only screen and (max-width:1200px ) {
	  .header .logo { width:40%; line-height:100px;

}
	  .header .logo  img{ max-width:100%; line-height:100px; margin-top:20px;}
		
		
}
 @media only screen  and (max-width:1500px) and (min-width:1201px){ .header .logo { width:40%; line-height:100px;

}.header .logo  img{ max-width:100%; line-height:100px;margin-top:20px;}}
/*菜单 -------------------------------------------------------------------------------*/
.menu{ margin-right:30px;}
.menu li {
	min-width: 110px;
	text-align: left;
}
.menu > li {
	display: block;
	float: left; 
	text-align: left;
	position: relative;
}
.menu a {
	text-align: left;
	color: #282828;
	display: block;
	font-size: 18px;
	line-height: 100px;
}
.menu li:hover a {
	color: #2c8ed9;
}
.menu li a.hover {
	color: #2c8ed9;
	font-weight: 600;
}
.menu li {
	transition: all 0.4s ease-out 0s;
}
.menu li.on::after {
	content: '';
	display: block;
	float: left;
	text-align: left;
	width: 30%;
	height: 5px;
	background: none;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.menu li.on:hover::after {
	width: 100%;
	text-align: left;
	background: rgba(213, 179, 69, .4);
}
.submenu {
	width: 200px;
	background: #fff;
	left: 0;
	max-height: 0;
	position: absolute;
	top: 100%;
	z-index: 50;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;
}
.submenu li {
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #e2f0ff;
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	-moz-transition: opacity .4s, -moz-transform .5s;
	-ms-transition: opacity .4s, -ms-transform .5s;
	-o-transition: opacity .4s, -o-transform .5s;
	transition: opacity .4s, transform .5s;
}
.menu .submenu li a {
	padding-left: 20px;
	transition: all 0.4s ease-out 0s;
	line-height: 53px;
	background: #fff url(../images/you.png) no-repeat 120px 20px;
}
.menu .submenu li:hover a {
	border-radius: 0;
	line-height: 53px;
	background: #687c92 url(../images/you.png) no-repeat 160px 20px;
	color: #fff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	max-height: 2000px;
	z-index: 100;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;
	background: url(../images/nav.jpg) repeat;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.menu li:hover .submenu li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.submenu li:nth-child(1) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}
.submenu li:nth-child(2) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.submenu li:nth-child(3) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.submenu li:nth-child(4) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.submenu li:nth-child(5) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.submenu li:nth-child(6) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.submenu li:nth-child(7) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}
.submenu li:nth-child(8) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

h2.title {
	
	text-align: center;
	padding: 50px 0 30px;
}
h2.title a {
	font-size: 60px; font-family:"Arial", Times, serif;
	color: #008cdf;
	letter-spacing: 1px;
}
h2.title em {
	font-size: 36px; font-family:"Microsoft Yahei";
	color: #000; font-weight:800;
	line-height: 70px;
	display: block;
}
.mt14{margin-top:14px;}
.jpprolist{ margin:50px 0 20px;}
.jpprolist ul li{ float:left; display:inline-block; margin:12px 19px 0 0;}
.jpprolist ul li:nth-child(4n){ margin-right:0;}
.jpprolist ul li div{ background:#fff; padding:14px; width:285px;}
.jpprolist ul li a.pic{overflow:hidden; width:257px; height:368px;display:block;}
.jpprolist ul li a.pic img{width:257px; height:368px;overflow:hidden;-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s; }
.jpprolist ul li:hover a.pic img{width:257px; height:368px; overflow:hidden;transform: scale(1.2); 
	-moz-transform:  scale(1.2);
	-ms-transform:  scale(1.2);
	-o-transform:  scale(1.2);
	-webkit-transform: scale(1.2);}
.jpprolist ul li a.title{ margin-top:15px; width:100%; height:36px;color:#6f6f6f; display:block; line-height:36px; text-align:center; font-size:18px;}
.jpprolist ul li:hover a.title{  color:#008cdf; background:none;}
.news { }
.news li { line-height:28px;
}
.news li a{ font-size:14px;}
.news li:nth-child(1) {
	animation-delay: 0.1s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(2) {
	animation-delay: 0.2s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(3) {
	animation-delay: 0.3s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(4) {
	animation-delay: 0.4s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news{ background:#fff;}

.xinwenlist dl dt{ width:600px; margin-top:27px; }
.xinwenlist dl dt a img{ width:590px; height:360px;}
.xinwenlist dl dd{ width:530px;margin-top:15px;}
.xinwenlist dl dd ul li{ padding:0 10px; line-height:35px;  border-bottom:1px solid #eeeeee;}
.xinwenlist dl dd ul li a{ font-size:15px; color:#4c4d4f}
.xinwenlist dl dd ul li p{ line-height:25px; color:#999}
.con5 .c-ub { width:1200px; height:360px; margin:10px auto; overflow:hidden;}
.con5 .c-ub .bd { width:600px;height:360px; float:left; }
.con5 .c-ub .bd ul li { width:600px; height:360px;}
.con5 .c-ub .hd { position:relative; width:530px; height:360px; float:right;}
.con5 .c-ub .hd ul li { width:530px;}
.con5 .c-ub .hd .next { position:absolute; width:27px; height:25px; right:-600px; bottom:30px; background:#c90916 url(../images/right.png) center no-repeat;}
.con5 .c-ub .hd .prev { position:absolute; width:27px; height:25px; right:-570px; bottom:30px; background:#c90916 url(../images/left.png) center no-repeat;}
.con5 .c-ub .hd ul li.on a {  color:#008cdf;}
.con5 .c-ub .hd ul li.on span {  color:#d5b345;}

.list h2.a1{ background:url(../images/tu_22.jpg) no-repeat; line-height:71px;}
.list h2.a2{ background:url(../images/tu_24.jpg) no-repeat; line-height:71px;}
.list h2{ margin-bottom:15px;} 
.list h2 a{ font-size:24px; color:#000; margin-left:8px;}
.list a.pic{ border:1px solid #ddd; padding:5px; width:160px; height:140px; margin-right:12px;}
.list a.pic img{width:150px; height:130px;}
.list h3 a{color:#5a98c7; font-size:18px; margin-bottom:15px; display:block;}
.list p{color:#939393; line-height:30px; font-size:14px;}
.list em{ font-size:12px;color:#5e5e5e; line-height:40px;}
.aboutusnr {
	width: 540px;
	
}
.aboutusnr p {
	font-size: 15px;
	color: #000;
	line-height: 28px;
}
.aboutdj{ width:160px; height:40px; display:block; line-height:40px; background:#4cc63f; color:#fff; text-align:center; margin-top:40px;}

.product{ background:#f8f8f8; height:auto; padding-bottom:60px;}

#title1 ul li{ float:left; display:inline-block; border:1px solid #bfbfbf; width:285px; height:45px; line-height:45px; margin-right:20px; text-align:center;}
#title1 ul li:nth-child(4){ margin-right:0;}
#title1 ul li:hover ,#title1 ul li.title1_cur{ background:#2f84bd;}
#title1 ul li a{ color:#2f84bd; font-size:16px;}
#title1 ul li:hover a  ,#title1 ul li.title1_cur a{ color:#fff;}
.prolist ul li {
	float: left;
	margin: 0 12px 0 0;
	width: 230px;
	height: 230px;
	text-align: center;
}
.prolist ul li a {
	width: 230px;
	height: 180px;
	font-size: 16px;
	display: block;
}
.prolist ul li a.biaoti {
	font-size: 16px;
	height: 30px;
	display: block;
	margin-top: 15px;
	color: #282828;
}
.prolist ul li img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.prolist ul li:hover img {
	transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

.thfy {
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}
.thfy p {
	margin-top: 30px;
}
.thfy b {
	font-size: 15px;
	color: #990000;
	letter-spacing: 2px;
}
.newslist h2 a {
	font-size: 26px;
	font-weight: 600;
	color: #000;
}
.newslist{ clear:both;}
.newslist ul li {
	float: left;
	display: inline-block;
	width: 48%;
}
.newslist ul li i {
	width: 20%;
	height: 3px;
	background: rgba(47, 132, 189, .7);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	margin: 30px 0;
}
.newslist ul li:hover i {
	width: 100%;
	background: rgba(47, 132, 189, .7);
}
.newslist ul li a {
	color: #000000;
	font-size: 16px;
}
.newslist ul li a:hover {
	color: #266a98;
}
.newslist ul li p {
	line-height: 22px;
	font-size: 12px;
	color: #7d7d7d;
	margin: 15px 0;
	height: 66px;
}
.newslist ul li:nth-child(2n) {
	float: right;
}
.zixun{ background:url(../images/tu_26.jpg) repeat-x;padding:40px 0; text-align:center; color:#fff;}
.zixun h3{ font-size:40px; line-height:66px; font-weight:600;}
.zixun em{ font-size:36px;}
.zixun a{ background:#febb01; font-size:25px; color:#fff; padding:10px 80px; border-radius:10px;display:block; width:280px; margin:30px auto 0;}
.fuwu{ background:#efefef;}
.fuwu ul li{ margin:30px 0; display:block; }
.fuwu ul li div{ width:600px;}
.fuwu ul li div h2{ color:#008cdf; font-size:36px; font-weight:bold; margin-bottom:30px;}
.fuwu ul li div p{ color:#444444; font-size:16px; line-height:30px;}
.contactlist ul li{ float:left; display:inline-block; width:33%; border-right:1px solid #d9d9d9; text-align:center;}
.contactlist ul li img{ max-width:70px; max-height:70px;}
.contactlist ul li h3{ color:#333; font-size:24px; margin-top:30px;}
.contactlist ul li p{ line-height:30px; font-size:15px;}
.contactlist ul li:nth-child(3){ border:0;}
.pagnation {
	text-align: center;
	margin: 32px 0;
}
.pagnation a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: url(../images/sprite.png) no-repeat 0 -29px;
	margin-left: 4px;
	font-size: 16px;
	vertical-align: top;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pagnation a:hover {
	background-position: 0 -64px;
	color: #fff;
	text-decoration: none
}
.pagnation .page-prev, .pagnation .page-next {
	line-height: 555px;
}
.pagnation .page-prev {
	background-position: -35px -29px;
}
.pagnation .page-prev:hover {
	background-position: -35px -64px;
}
.pagnation .page-next {
	background-position: -70px -29px;
}
.pagnation .page-next:hover {
	background-position: -70px -64px;
}
.pagnation .current {
	background-position: 0px -64px;
	color: #fff
}
.pagnation-tips {
	margin-top: 10px;
	color: #999;
	text-align: center
}
ul.lanmubiao {
	float: right;
}
ul.lanmubiao li {
	float: left;
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	color: #646464;
}
ul.lanmubiao li a {
	color: #646464;
	font-size: 14px;
}
ul.lanmubiao li a:hover {
	color: #f00;
}
dl.joblist {
	margin-top: 63px;
}
dl.joblist dd {
	display: block;
	width: 100%;
	background: url(../images/xiaobiao_46.jpg) 250px center no-repeat;
	line-height: 50px;
	padding-left: 8px;
	font-size: 20px;
}
dl.joblist dd a {
	font-size: 15px;
	color: #000;
	margin-left: 8px;
}
dl.joblist dd:hover {
	background: #000 url(../images/xiaobiao_43.jpg) 250px center no-repeat;
	color: #fff;
}
dl.joblist dd:hover a {
	color: #fff;
}
ul.links li {
	display: inline-block;
	width: 160px;
	height: 56px;
	margin: 7px;
}
ul.links li a {
	width: 160px;
	height: 56px;
	overflow: hidden;
	display: block;
}
ul.links li a img {
	width: 160px;
	height: 56px;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
ul.links li:hover a img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.footer {
	background: #266a98;
	color: #efefef;
	
	padding: 20px 0;
	font-size: 14px;
}
.footer h2{ display:block; text-align:center;}
.footer h2 a{ padding:10px; color:#fff; font-size:14px; line-height:36px;}
.footer b{ font-size:24px; color:rgba(255,255,255,.4); margin-bottom:8px; display:block;}
.lianxifs a {
	margin: 20px 15px 0 0;
}
.lianxifs .weixin {
	position: relative;
}
.lianxifs .weixin img.weixintu {
	display: none;
	width: 100px;
	height: 100px;
	background: #FFF;
}
.lianxifs .weixin:hover img.weixintu {
	display: block;
	position: absolute;
	left: 40px;
	top: -70px;
}
.location_nav {
	background: #000;
	height: 74px;
	line-height: 74px;
	color: #fff;
	font-size: 14px;
}
.location_nav img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.location_nav a {
	color: #fff;
}
.fenlei ul li {
	display: inline-block;
	float: left;
	margin: 0px 15px;
}
.fenlei ul li a {
	background: rgba(255,255,255,.4);
	padding: 5px 10px;
}
.fenlei ul li.hover a, .fenlei ul li:hover a {
	background:#266a98;
	color: #fff;
}
.userContent1 {
	margin-left: 10px;
}
.userContent1 ul li {
	line-height: 26px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
	font-size: 0.16rem;
}
.userContent1 ul {
	display: block;
}
.userContent1 ul li label {
	font-size: 14px;
	display: block;
	float: left;
	color: #939393;
	min-width: 80px;
	text-align: right;
	margin-right: 15px;
}
.userContent1 ul li input.text {
	height: 34px;
	width: 380px;
	padding-left: 5px;
	border: 1px solid #bec1c7;
	font-size: 14px;
	color: #CBCBCB;
	background: rgba(255,255,255,0)
}
.userContent1 ul li textarea {
	width: 80%;
	padding-left: 5px;
	height: 100px;
	display: block;
	float: left;
	color: #1c3f95;
	border: 1px solid #bec1c7;
	background: rgba(255,255,255,0)
}
.userContent1 .subtime {
	height: 45px;
	width: 40%;
	border: 0;
	color: #000;
	cursor: pointer;
	background: #ff992c;
}
.userContent1 ul li select {
	width: 99px;
	height: 29px;
	border: 1px solid #d2d2d2;
	color: #616161;
	font-size: 12px;
	padding-left: 5px;
}
.userContent1 span.star {
	color: red;
}
.userContent1 ul li em {
	font-size: 16px;
	color: #000;
	margin-left: 43px;
}
.prenext {
	line-height: 30px;
	color: #CCC;
}
.prenext a {
	margin-left: 10px;
	font-size: 15px;
}
.prenext a:hover {
	color: #2f84bd;
}
.nrnr {
	line-height: 36px;
	font-size: 15px;
	padding: 20px;
	color: #282828;
}
.m_intl {
	float: left;
	width: 33px;
	height: 33px;
	margin-top: 50px
}
.m_intr {
	float: right;
	width: 33px;
	height: 33px;
	margin-top: 50px
}
.m_intm {
	margin-left: 30px;
}
.m_intm ul li {
	float: left;
	display: inline-block;
	width: 160px;
	height: 130px;
	margin: 0 13px 13px 0;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	position: relative;
	overflow: hidden;
}
.m_intm ul li dl dd {
	width: 160px;
	height: 56px;
	margin: 10px;
	overflow: hidden;
}
.m_intm ul li dl dd a {
	width: 160px;
	height: 56px;
	overflow: hidden;
}
.m_intm ul li dl dd a img {
	width: 160px;
	height: 56px;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
.m_intm ul li dl dd:hover a img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
.page {
	padding: 20px 0 30px;
	margin: 0 auto;
	font-size: 0.18rem
}
.page a {
	padding: 5px 1.56%;
	border-radius: 1px;
	font-size: 1px;
	color: #939393;
	border: #4f4f4f solid 1px;
	margin: 0 5px;
}
.page a:hover {
	background: #ff992c;
	color: #fff
}
.leftnavigation {
	background: url(../images/22_27.jpg) left repeat-y;
	padding-bottom: 20px;
}
ul.huadongtitle li.on, ul.huadongtitle li:hover {
	background: url(../images/22_24.jpg) left no-repeat;
	width: 220px;
	height: 40px;
	margin-bottom: 5px;
}
ul.huadongtitle li {
	margin-bottom: 5px;
}
ul.huadongtitle li a em {
	display: block;
	margin-left: 15px;
	background: rgba(12,68,163,.5);
	height: 40px;
	width: 170px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 15px;
}
ul.huadongtitle li:nth-child(2n) a em {
	background: none;
}
ul.huadongtitle li a {
	cursor: pointer
}
.kuangnr {
	float: right;
	width: 970px;
}
.ksdh {
	background: url(../images/leftkjcx.jpg) left no-repeat;
	border-bottom: 1px solid #1564e9;
	height: 40px;
	line-height: 39px;
}
.ksdh ul li {
	float: left;
	display: inline-block;
	margin-left: 15px;
}
.ksdh ul li a {
	font-size: 15px;
	color: #000;
}
.jmlist1 ul li a:hover{ color:#008cdf; }
.jmlist1 ul { width:880px; margin:0 auto; }
.jmlist1 ul li{ display: inline-block; float:left; margin-top:60px; }
.jmlist1 ul li a{ display:block; width:220px; text-align: center; padding-top:130px; font-size:24px; color:#919191;padding-bottom:60px;}
.jmlist1 ul li a.t1{ background:url(../images/1.png) no-repeat top center;}
.jmlist1 ul li a.t2{ background:url(../images/2.png) no-repeat top center;}
.jmlist1 ul li a.t3{ background:url(../images/3.png) no-repeat top center;}
.jmlist1 ul li a.t4{ background:url(../images/4.png) no-repeat top center; }
.jmlist1 ul li a.t5{ background:url(../images/5.png) no-repeat top center; }
.jmlist1 ul li a.t1:hover{ background:url(../images/11.png) no-repeat top center;}
.jmlist1 ul li a.t2:hover{ background:url(../images/22.png) no-repeat top center;}
.jmlist1 ul li a.t3:hover{ background:url(../images/33.png) no-repeat top center;}
.jmlist1 ul li a.t4:hover{ background:url(../images/44.png) no-repeat top center; }
.jmlist1 ul li a.t5:hover{ background:url(../images/55.png) no-repeat top center; }
.jmlist1 dl ,.jmlist dl{ width:550px; margin:0 auto;}
.jmlist1 dl dd { float:left; display:block; margin:70px 0; }
.jmlist1 dl dd a { display: inline-block; width:220px; margin:0 20px; height:40px; background:#008cdf; border-radius:10px; text-align:center; line-height:40px; color:#fff; font-size:18px;}
.jmlist1 dl dd:hover a { background:#fff; color:#008cdf; border:1px solid #008cdf;}

