@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: #0e6fbc;
}
a:focus {
	background: none;
	color: #900;
}
: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;
}
.w500{ width:500px;}
.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 {

}
/*菜单 -------------------------------------------------------------------------------*/
.menu li {
	min-width: 105px;
	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: 15px;
	line-height: 79px;
}
.menu li:hover a {
	color: #0e6fbc;
}
.menu li a.hover {
	color: #0e6fbc;
	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: 24px; font-family:"Microsoft Yahei", Times, serif;
	color: #000; font-weight:800;line-height: 70px;
	letter-spacing: 1px;
}
h2.title em {
	font-size: 30px; font-family:"Microsoft Yahei";
	color: #000; font-weight:800;
	line-height: 90px;
	display: block;
}
.mt14{margin-top:14px;}

.news li { line-height:32px;
}
.news li a{ font-size:15px;}
.news li:nth-child(1) ,.case-pal li:nth-child(1)  ,.flow .hollow:nth-child(1){
	animation-delay: 0.1s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(2) ,.case-pal li:nth-child(2)  ,.flow .hollow:nth-child(2){
	animation-delay: 0.3s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(3) ,.case-pal li:nth-child(3) ,.flow .hollow:nth-child(3) {
	animation-delay: 0.5s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(4) ,.case-pal li:nth-child(4)  ,.flow .hollow:nth-child(4) {
	animation-delay: 0.7s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(5)  ,.case-pal li:nth-child(5)  ,.flow .hollow:nth-child(5){
	animation-delay: 0.9s;
	visibility: visible;
	animation-name: fadeInUp;
}

.news li:nth-child(6) ,.case-pal li:nth-child(6) {
	animation-delay: 1.1s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(7)  {
	animation-delay: 1.3s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(8) {
	animation-delay: 1.4s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(9) {
	animation-delay: 1.5s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(10) {
	animation-delay: 1.7s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(11) {
	animation-delay: 1.9s;
	visibility: visible;
	animation-name: fadeInUp;
}
.news li:nth-child(12) {
	animation-delay: 2.1s;
	visibility: visible;
	animation-name: fadeInUp;
}
.fuwu{ background:url(../images/rongyu.jpg) center no-repeat; height:620px; overflow:hidden;}
.fwlist{ margin-top:60px;}
.fwlist ul li{ float:left; width:40%; margin-right:30px;}
.fwlist ul li em{ line-height:60px; font-size:18px; font-weight:800; color:#313131; padding-left:40px;}
.fwlist ul li:nth-child(1) em{ background:url(../images/1_34.png) left center no-repeat;}
.fwlist ul li:nth-child(2) em{ background:url(../images/1_37.png) left center no-repeat;}
.fwlist ul li:nth-child(3) em{ background:url(../images/1_40.png) left center no-repeat;}
.fwlist ul li:nth-child(4) em{ background:url(../images/1_43.png) left center no-repeat;}
.fwlist ul li:nth-child(5) em{ background:url(../images/1_46.png) left center no-repeat;}
.fwlist ul li p{ height:50px; line-height:26px;}
.lead-box {border-bottom:1px dashed #ccc; padding-bottom:8px; margin-bottom:10px;
	padding: 20px 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.lead-box:before {
	z-index: -1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F8F8F8;
	opacity: 0;
	-webkit-transform: scale3d(1, 0.1, 1);
	transform: scale3d(1, 0.1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.lead-box,
.lead-box:before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.lead-box:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.list a.pic{ border:1px solid #ddd; padding:5px; width:160px; height:140px; margin-right:12px;}
.list a.pic img{width:150px; height:130px; 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;}
	

.list a.pic: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);
}

.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;}
.list h3:hover a{ color:#0e6fbc; font-weight:500;}
.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;}

#title1 ul li{ float:left; display:inline-block; border:1px solid #bfbfbf; width:234px; height:45px; line-height:45px; margin-right:20px; text-align:center;}
#title1 ul li:nth-child(5){ 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;
}

.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: 60px;
	line-height: 60px;
	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: #0e6fbc;
}
.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);
}

.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;
}
.aboutus { background:url(../images/about.jpg) top center no-repeat; height:759px;
}
.zyyw ul li{ float:left; width:33%; height:196px;}

.server-item {
	text-align: center;
	padding: 30px 0 70px;
	
	position: relative;
	overflow: hidden;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	z-index: 2;
}

.server-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #0e6fbc;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -90deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -90deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.6s, opacity 0.6s, background-color 0.6s;
	transition: transform 0.6s, opacity 0.6s, background-color 0.6s;
}

.server-item span {
	display: block;
	background: #fff;
	position: absolute;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}

.server-item .line-left {
	width: 30px;
	height: 1px;
	margin-left: -15px;
	bottom: 43px;
	left: -50px;
}

.server-item .line-right {
	width: 1px;
	height: 30px;
	bottom: -30px;
	left: 50%;
}

.server-item .item-tit {
	color: #4c4c4c;
}

.server-item .tit-t1 a{font-size: 18px;  color:#313131; font-weight:500; }

.zyyw li:nth-child(1) .server-item .tit-t1 {height:29px;background:url(../images/1_11.png) 110px center  no-repeat; }
.zyyw li:nth-child(2) .server-item .tit-t1 {height:27px;background:url(../images/1_14.png) 100px center  no-repeat; }
.zyyw li:nth-child(3) .server-item .tit-t1 {height:24px;background:url(../images/1_17.png) 60px center  no-repeat; }
.zyyw li:nth-child(4) .server-item .tit-t1 {height:29px;background:url(../images/1_23.png) 120px center  no-repeat; }
.zyyw li:nth-child(5) .server-item .tit-t1 {height:29px;background:url(../images/1_26.png) 10px center  no-repeat; }
.zyyw li:nth-child(6) .server-item .tit-t1 {height:24px;background:url(../images/1_29.png) 10px center  no-repeat; }
.server-item .item-txt {
	margin-top: 20px;
	font-size: 13px; line-height:24px;
	color: #A3A3A3;
}

.server-item:hover .item-tit,.server-item:hover .tit-t1 a,
.server-item:hover .item-txt ,.server-item:hover .tit-t1 {
	color: #fff;
}

.server-item:hover::before {
	opacity: 1;
	background: #0e6fbc;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.server-item:hover .line-left,
.server-item:hover .line-right {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.server-item:hover .line-left {
	left: 50%;
}

.server-item:hover .line-right {
	bottom: 30px;
}

.txtt {
	font-style: normal;
}




.case-pal ul{

	overflow:hidden;

	zoom:1;

	display: -webkit-flex;

    display: flex;

	flex-wrap: wrap;

	justify-content: space-between;

}

.case-pal li{

	width: 384px;  margin-top: 40px;

	height: 403px;

}

.case-link{

	display: block;

	width: 384px;

	height: 403px;

	position: relative;

}

.case-link:hover .product-riqi{

	margin-left: 18px;

}

.case-link:hover .product-tit{

	margin-left: 18px;

}
.sijiao-link{

	display: block;

	width: 100%;

	height: 288px;

}
.kuai{ width: 384px;

	height: 288px;overflow:hidden; display:block;}
.product-img{

	width: 384px;

	height: 288px;-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;

}
.case-link:hover .product-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);

}

.product-sj{

	width: 384px;

	height: 288px;

	position: absolute;

	top: 0;

	left: 0;

}

.sijiao{

	position: absolute;

	top: 21px;

	left: 20px;

	display: none;

}



.sanjiao-tupian{

	position: absolute;

    top: 17px;

    left: 17px;

    z-index: 10;

    width: 350px;

    height: 254px;

    display: none;

}

.sijiao-link:hover .sanjiao-tupian{

	display: block;

}



.product-cent{

	padding-top: 20px;

	position: relative;

	width: 384px;

	height: 94px;

}

.product-riqi{

	font-size: 18px;

	color: #333333;

	display: block;

}

.product-tit{

	font-size: 13px;    line-height: 24px;

	color: #b2b2b2;

	display: block;

}

.product-s{

	position: absolute;

	top: 20px;

	left: 1px;

	width: 3px;

	height: 44px;

	background-color: #0e6fbc;

	display: none;

}

.product-sj:hover{

	background: #0000007a;

}

.case-link:hover .sijiao{

	display: block;

}

.case-link:hover .sijiao-link{

	display: block;

}

.case-link:hover .product-s{

	display: block;

}
/*开发流程*/

.flow{background: url(../images/ico-008.png) center 195px  no-repeat;}

.hollow{background-color: #FFFFFF; border: 3px solid #438de3; border-radius: 50%;height:18px; width:18px;}

.solid{position:absolute; background-color:#438de3; border-radius:50%; width:8px; height:8px; top:2px;left:2px; margin: auto;}

/*start 时间轴圆圈active*/

.hollow:hover {box-shadow:0 0 8px 4px #c8e0fa;}

	/*定位*/

.circleTalk	{position:absolute; left:187px; top:189px;}

.circleSign	{position:absolute; left:387px;top:189px;}

.circleStart	{position:absolute; left:587px;top:189px;}

.circleUi		{position:absolute; left:987px;top:189px;}

.circleProduct{position:absolute; left:787px;top:189px;}

/*end 时间轴圆圈active*/

/*start 气泡框*/

.topActive:hover { border-radius:10px; box-shadow:5px 5px 18px 2px rgba(38, 137, 239, 0.12);}

.botActive:hover { border-radius:10px; box-shadow:5px -5px 18px 2px rgba(38, 137, 239, 0.12);}

/*end 气泡框*/

/*start 气泡框小三角*/

.topTig{ border-width: 8px 8px 0; border-style:solid; border-color: #ffffff transparent transparent ; content:'';}

.botTig{ border-width: 0 8px 8px; border-style:solid; border-color:transparent transparent #ffffff; content:'';}

.botPos{position: absolute;left: 105px;top: -8px }

.tipPos1{position: absolute;left: 95px;top: 110px}

.tipPos3{position: absolute;left: 105px;top: 110px}

/*end 气泡框小三角*/

.conBox{height:520px;}

.flowBox{width: 400px;height: 200px;}

.flowConBox{display:table; width:252px;}

.flowImg{display:table-cell; vertical-align:middle; text-align:center; width:100px; height:110px;}

.flowImg img{border: 1px solid #438de3; border-radius:5px; width:70px; height: 70px;}

.flowFont{display:table-cell; vertical-align:middle;}

.flowFont h4{font-weight:bold; line-height:30px; font-size:18px;}

.flowFont p{height:40px; font-size:12px; line-height:20px}

.flowPos-a{position:absolute; left:295px; top:60px;}

.flowPos-b{position:absolute; left:685px; top:60px;}

.flowPos-c{position:absolute; left:85px;  top:228px;}

.flowPos-d{position:absolute; left:485px; top:228px;}

.flowPos-e{position:absolute; left:885px; top:228px;}

.flowIcon{margin:auto; border: 1px solid #438de3; width:170px; height:50px; text-align: center;}

.flowIcon img{margin-top:15px;}
.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
}
.prenext {
	line-height: 30px;
	color: #CCC;
}
.prenext a {
	margin-left: 10px;
	font-size: 15px;
}
.prenext a:hover {
	color: #2f84bd;
}

.contact-cont{

	padding: 10px 0 40px; width:1200px; margin:0 auto;
	display: flex;

	justify-content: center;

	justify-content: space-around;

}

.address{

	display: block;

	width: 283px;

	height: 321px;

	position: relative;

}

.address img{

	position: absolute;

	top: 56px;

	left: 77px;

}

.address2{

	display: none;

}

.address:hover{

	background-color: #7293dd;

	box-shadow: 0px 5px 25px #c5d4f5;

}

.address:hover .address-tit{

	color: #FFFFFF;

}

.address:hover .address-cent{

	color: #FFFFFF;

}

.address:hover .address2{

	display: block;

}

.address.active{

	background-color: #ddbc72;

	box-shadow: 0px 5px 25px #f3e8ce;

}

.address.active .address-tit{

	color: #FFFFFF;

}

.address.active .address-cent{

	color: #FFFFFF;

}

.address.active .address2{

	display: block;

}

.address-tit{

	display: block;

	margin-top: 226px;

	text-align: center;

	font-size: 20px;

	color: #333333;

}

.address-cent{

	width: 260px;

	margin: 0 auto;

	margin-top: 20px;

	text-align: center;

	font-size: 16px;

	color: #333333;

}

.address-bag{

	font-size: 20px !important;

	color: #ff0000 !important;

	font-weight: bold;

}


/*服务*/

.servLst{margin-top: 60px;box-shadow: 0px 8px 38px 0px rgba(45, 141, 226, 0.15);}

.servCon{width: 252px;height: 433px;border-right: 1px solid  #ebebeb;background-color: #fff;}

.servCon:last-child{border: none;}

.servItem .servIco{display: block;margin: 120px auto 45px;opacity: .6;}

.servItem h4{font-weight: normal;font-size: 18px;text-align: center;}

.servItem span{display: block;width: 27px;height: 4px;background-color: #2589ef;opacity: .6;margin: 10px auto;}

.servItem p{padding: 10px 40px 0;opacity: 0;font-size: 16px;line-height: 2;text-align: justify;}

.servCon.act{width: 433px;}

.servCon.act .servIco{display: block;margin: 75px auto 45px;opacity: 1;}

.servCon.act h4{font-size: 22px;}

.servCon.act span{opacity: 1;}

.servCon.act p{opacity: 1;}

.case-block{display: block;}
