@charset "utf-8";
body, div, ul, li, ol, li, h1, h2, h3, h4, h5, h6, input, p, span, dl, dt, dd, a, img, button, article, aside, footer, header, hgroup, nav, section, figure, select, textarea {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
	outline: none;
	font-size: 14px;
	
}
body{_overflow:hidden; overflow-x:hidden;  background:#ecf6ff url(../images/bj.png);}
ul, li, dd, dl, dt, div, p {
	list-style: none;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
input, textarea {
	outline: none;
}
textarea {
	resize: none;
	overflow: auto;
}
pre{
white-space: pre-wrap!important;
word-wrap: break-word!important;
*white-space:normal!important;
border: #f5f5f5 1px solid;
margin: 10px auto;
padding: 10px;
background: #f1f1f1;
}
.warp {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.am-cf:after, .am-cf:before {
	content: " ";
	display: table;
}
.am-cf:after {
	clear: both;
}
/* Header */

.header {
    margin: 0px auto;
    width: 100%;
	height: auto;
	border-top:#ddd 1px solid;
}

.logo{
    float:left;
    width:500px;
    margin: 40px 0;
}
.logo .lt{
    float: left;
    width: auto;
    height: 53px;
    margin-right: 20px;
    border-right: #cfcfcf 0px solid;
    padding-right: 20px;
    
}
.logo .rt{
    float: left;
    
}
.logo .rt  h1{
    color: #0071c9;
    font-size: 18px;
    font-weight:bold;
}

.logo .rt  h3{
    color: #666;
    font-size: 16px;
    line-height: 25px;
}
.header-icon {
    float: right;
    width: 490px;
	margin-top: 40px;
}

.header-icon li{
    float: left;
    width: 220px;
    height: 50px;
}

.header-icon li i{
    float: left;
    margin-right: 10px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size:28px;
    color: #b50102;
    height: auto;
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
}
.header-icon li:hover i{
    background:#b50102;
    color: #fff;
}
.header-icon li p{
    float: left;
}

.header-icon li  h1{
    margin-top: 5px;
    color: #b50102;
    font-size: 16px;
    font-weight:bold;
}

.header-icon li  h3{
    color: #000;
    font-size: 12px;
    line-height: 25px;
    font-weight: 100;
}
.header-icon li p img{width: 100%;}
.header-icon li:nth-child(1){margin-right: 0; width:180px; }
.header-icon li:nth-child(2){margin-right: 0; width:180px; }
.header-icon li:last-child {margin-right: 0; width:120px; margin-top:-30px;}
/* Nav */
.headertop{
    width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	top: 0;
	z-index: 999999999;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;}
.headertop.solid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}	
	
.nav {
	width: 100%;
	height: 60px;
	background: #0155aa;
	line-height: 60px;
	position: relative;
	top: 0;
	z-index: 999999;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
.nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22;
}
.nav.solid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.nav ul li {
	float: left;
	width: 150px;
	text-align: center;
	margin-right: 0px;
}
.nav ul li:last-child {
	margin-right: 0;
}
.nav ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
}
.nav ul li:hover {
	background-color: #b50102;
}
.nav ul li.acive {
	background-color: #b50102;
}

.icon-dow {
    margin-left: 10px;
    position: relative;
    top: 0px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}

.icon-dow > a{
  position: relative;
}

.icon-dow > a:after{
  content:"";
  position: absolute;
  right: 10px;
  top: 45%;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  z-index: 999;
}

.icon-dow > a:hover:after{
  content:"";
   border-left: 5px solid transparent;
  border-top: 5px solid #ff0;
  border-right: 5px solid transparent;
}


.drop-down:hover .aui-dow-box-list {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.aui-down-menu {
    padding: 0 24px;
    width: auto;
    float: none;
    display: block;
    margin-bottom: 0px;
}


.aui-about-dow {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    max-width: 150px;
    padding: 0px 0px;
    background: #59bef3;
    border-radius: 0px;
	font-size:16px;
    z-index: 99;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.drop-down:hover .aui-about-dow {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    filter: alpha(opacity=100);
}

.aui-about-dow li a {
    padding: 0;
    line-height: inherit;
    display: block;
    padding: 0px;
    color: #313131;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
}

.aui-about-dow li a:hover {
    color: #333;
	background: #fff;
}

.aui-about-dow li {
    width: 100px;
}

/* Banner */

.shouxinnewsbanner{ margin:0px auto; width:100%; position: relative;	overflow: hidden;}
.shouxinnewsbanner img{ width:100%;}
.shouxinnewsbanner h2{position:absolute;width:150px;margin-left:-75px; display:block; top:40%; left:50%;font-size:36px;line-height:60px; height:60px; color:#fff;}
.shouxinnewsbanner ul{position:absolute;width:1200px; margin-left:-600px;  display:block; bottom:10%; left:50%;font-size:24px; line-height:60px; height:60px; color:#fff;}
.shouxinnewsbanner ul li{float:left;width:16.666666666666%;  display:block; font-size:24px; line-height:60px; height:60px; color:#dcdcdc; text-align:center; background: rgba(0, 0, 0, 0.2);border-radius:5px;}
.shouxinnewsbanner ul li a{color:#dcdcdc;display:block;}
.shouxinnewsbanner ul li a:hover{color:#0a1e5b;display:block;}
.shouxinnewsbanner ul li:hover{width:16.666666666666%; background:#fff;  display:block; font-size:24px; line-height:60px; height:60px; color:#0a1e5b; border-radius:5px;}
.shouxinnewsbanner ul li.active{width:16.666666666666%; background:#fff;  display:block; font-size:24px; line-height:60px; height:60px; color:#0a1e5b; border-radius:5px;}
.shouxinnewsbanner ul li.active a{color:#0a1e5b; font-weight:bold;}

.index01 {margin:50px auto; width:1200px; height:400px; display:table;}
.index01 .lt{float:left; width:590px;}
.index01 .lt h3{ margin:0px auto; width:100%; font-size:24px; color:#0089cd; line-height:25px;}
.index01 .lt h4{ margin:0px auto; width:100%; font-size:14px; color:#8f8f8f; line-height:25px;}
.index01 .lt h5{ margin:20px auto; width:100%; font-size:20px; color:#fe9900; line-height:35px;}
.index01 .lt p{ text-indent:2em; line-height:30px; font-size:14px; color:#333; margin:5px auto; width:100%;}
.index01 .lt h6{ margin:30px 0; width:110px; height:48px; line-height:48px; font-size:14px; color:#0089cd; text-align:center; border:#0089cd 1px solid;}
.index01 .lt h6 a{ color:#0089cd; display:block;}
.index01 .lt h6 a:hover{color:#fff; background:#0089cd; display:block;}
.index01 .rt{float:right; width:590px;}
.index01 .rt ul{ margin:30px auto; width:531px;}
.index01 .rt ul img{ height:296px; width:531px;}
.index01 .rt ul p{width:531px; font-size:18px; color:#424242; text-align:center; height:50px; line-height:50px; font-weight:bold;}



.index02 {margin:0px auto; width:100%; height:719px; background:url(../images/shengxingwuye_01.jpg) no-repeat top; display:none; display:table;}
.index02 h3{ margin:0px auto; width:100%; font-size:26px; color:#0089cd; line-height:50px; text-align:center; height:50px; margin-top:30px; }
.index02 h4{ margin:0px auto; width:100%; font-size:14px; color:#8f8f8f; line-height:25px;text-align:center;}

.swiper2 .swiper-slide{ height:525px;}
.swiper2 .swiper-slide li{width:280px; height:485px; background:#fff; border:#d8d8d8 1px solid; margin:0px 8px; overflow: hidden;}
.swiper2 .swiper-slide li img{width:278px; height:320px; margin:1px; display: block; transition: all 1s;}
.swiper2 .swiper-slide li img a:hover{transform: scale(1.4);}
.swiper2 .swiper-slide li h2{width:258px; height:35px; font-size:20px;  text-align:center; color:#fe9900; font-weight:bold; margin:10px auto;}
.swiper2 .swiper-slide li h2 a{font-size:20px; color:#fe9900; font-weight:bold;}
.swiper2 .swiper-slide li h2 a:hover{font-size:20px; color:#0089cd; font-weight:bold;}
.swiper2 .swiper-slide li p{width:258px; font-size:14px; color:#5d5d5d; line-height:25px; margin:0px auto;}

.swiper2 .swiper-pagination2{ bottom:0;}


.index03 {margin:30px auto; width:1200px; height:207px; display:table;}
.index03 .lt{ float:left; width:590px; border:#d6d6d6 1px solid;}
.index03 .lt img{width:100%;}
.index03 .rt{ float:right; width:590px; border:#d6d6d6 1px solid;}
.index03 .rt img{width:100%;}

.index04 {margin:30px auto;width:1200px; height:400px; display:table;}
.index04 .lt{float:left; width:850px;}
.index04 .lt h3{ margin:0px auto; width:100%; font-size:24px; color:#0089cd; line-height:25px;}
.index04 .lt h3 a{font-size:24px; color:#0089cd;}
.index04 .lt h3 a:hover{color:#fe9900;}
.index04 .lt h4{ margin:0px auto; width:100%; font-size:14px; color:#8f8f8f; line-height:35px;}
.index04 .lt h5{ margin:20px auto; width:100%; font-size:20px; color:#fe9900; line-height:35px;}
.index04 .lt img{ float:left; width:443px; height:300px; padding:5px; border:#dedede 1px solid; background:#fff; margin:20px auto;}
.index04 .lt ul{ float:right; margin:20px auto; width:360px;}
.index04 .lt ul li{width:360px; height:120px;}
.index04 .lt ul li a{ float:left;width:280px; font-size:18px; color:#3e3e3e; line-height:35px; }
.index04 .lt ul li a:hover{color:#0089cd;}
.index04 .lt ul li span{ float:right;width:80px; font-size:14px; line-height:35px; color:#7f7f7f;}
.index04 .lt ul li p{width:360px; font-size:16px; color:#7f7f7f; line-height:25px; clear:both; text-indent:2em; margin:10px auto;}
.index04 .lt ul h6{ margin:30px 0; width:110px; height:48px; line-height:48px; font-size:14px; color:#0089cd; text-align:center; border:#0089cd 1px solid;}
.index04 .lt ul h6 a{ color:#0089cd; display:block;}
.index04 .lt h6 a:hover{color:#fff; background:#0089cd; display:block;}
.index04 .rt{float:right; width:300px;}
.index04 .rt h3{ margin:0px auto; width:100%; font-size:24px; color:#0089cd; line-height:25px;}
.index04 .rt h3 a{font-size:24px; color:#0089cd;}
.index04 .rt h3 a:hover{color:#fe9900;}
.index04 .rt h4{ margin:0px auto; width:100%; font-size:16px; color:#8f8f8f; line-height:35px;}
.index04 .rt h5{ margin:20px auto 10px auto; width:100%; font-size:18px; color:#242424; line-height:35px;}
.index04 .rt ul{ margin:10px auto; width:100%;}
.index04 .rt ul li{width:100%; line-height:25px; font-size:16px;}
.index04 .rt ul li a{ color:#242424;}
.index04 .rt  p{width:118px; font-size:16px; color:#242424; text-align:center;  line-height:35px; float:left; margin-right:30px;}

.index05 {margin:0px auto; width:100%; height:200px; display:table;}
.index05 h3{ margin:0px auto; width:100%; font-size:26px; color:#0089cd; line-height:50px; text-align:center; height:50px;}
.index05 h4{ margin:0px auto; width:100%; font-size:14px; color:#8f8f8f; line-height:25px;text-align:center;}
.index05 ul{margin:20px auto; width:1200px;}
.index05 ul li{ float:left; width:190px; height:80px; background:#fff;  margin:0px 5px; overflow: hidden; }
.index05 ul li img{width:186px; height:76px; margin:1px; display: block; transition: all 1s;}
.index05 ul li a{border:#d8d8d8 1px solid;display:block;}
.index05 ul li a:hover{border:#0089cd 1px solid; display:block;}

.shouxinindex002 {margin:30px auto; width:100%; height:300px;display:table;}
.shouxinindex002 ul{margin:0px auto; width:1200px;}
.shouxinindex002 ul li{float:left;width:49%; margin-right:2%; position:relative;}
.shouxinindex002 ul li:nth-child(2n){margin-right:0;}
.shouxinindex002 ul li img{ width:100%; height:335px;}
.shouxinindex002 ul li h6 {position:absolute;width:50px; height:50px; line-height:50px; top:50%;left:50%;margin-left:-25px;margin-top:-25px; font-size:20px; border-radius:50%; background:rgba(255,255,255,.6); text-align:center; color:#000; text-indent:5px;}
.shouxinindex002 ul li:hover h6 {color: #ff0000}

.shouxinindex002 ul li p{margin:0px auto; width:98%; text-align:center; line-height:35px; font-size:16px;}


.shouxinlistpage{margin:0px auto; width:1200px; background:#fff; display:table; padding:20px;}
.shouxinlistpage .lt {float:left; width:200px;}
.shouxinlistpage .lt ul {border: #84ccf2 1px solid;background: #d9eefd;margin: 0px auto;width: 100%; margin-bottom:20px;}
.shouxinlistpage .lt ul h3{background: #0096e1;margin: 0px auto;width: 100%;display: block;line-height: 73px;height: 73px;text-align: center;
    color: #fff; font-size: 18px;font-weight: bold;}
.shouxinlistpage .lt ul dl{margin: 20px auto;width: 90%;}
.shouxinlistpage .lt ul dl dd{margin: 0px auto;width: 90%;border-bottom: #c0c7cc 1px solid;line-height: 35px;font-size: 16px;color: #333;}
.shouxinlistpage .lt ul dl dd.on a{color:#fe9900; display:block;font-weight:bold;}
.shouxinlistpage .lt ul ol{margin:10px auto; width:100%;}
.shouxinlistpage .lt ul ol h4{font-size: 16px;font-weight: bold;color: #fe9900;text-align: center;line-height: 25px;}
.shouxinlistpage .lt ul ol p{margin:10px auto; width:80%; text-align:center;}
.shouxinlistpage .lt ul ol p img{margin:0px auto; width:90%;}
.shouxinlistpage .rt {float:right; width:940px;}
.shouxinlistpage .rt h2{float:right; width:100%;border-bottom: 1px solid #b2b2b2;line-height: 40px; color: #999999;text-align: right; display:table; margin-bottom:30px; font-weight:normal;}
.shouxinlistpage .rt h2 a {color: #999999; }
.shouxinlistpage .rt h3{margin: 0px auto; width: 100%;font-size: 24px;color: #fe9900;line-height: 40px;text-align: center;font-weight: bold; display:table; margin-top:20px;}
.shouxinlistpage .rt h4{margin: 0px auto; width: 100%;font-size: 12px;display:table; font-weight: normal;    height: 20px;    line-height: 20px;
    text-align: center;    overflow: hidden;    color: #666;    margin-bottom: 20px;}
.shouxinlistpage .rt h4 small{padding-left:10px;}   
.shouxinlistpage .rt h1{margin: 0px auto;width: 90%;font-size: 12px;color: #333;line-height: 25px; text-indent:2em; font-weight:normal;}
.shouxinlistpage .rt h1 img{margin:10px auto; max-width:96%; text-align:center;}

.shouxinlistpage .rt ul{margin:0px auto; width:100%; display:table; margin-bottom:30px; }
.shouxinlistpage .rt ul ol {margin:0px auto; width:100%; margin-top:2%; border:#eee 1px solid; display:table;overflow:hidden;}
.shouxinlistpage .rt ul ol:hover{border:#fe9900 1px solid;}

.shouxinlistpage .rt ul ol dt{float:left; width:30%;overflow:hidden;}
.shouxinlistpage .rt ul ol dt img{ width: 100%; height: 200px; cursor: pointer;transition: all 0.6s;overflow:hidden; }
.shouxinlistpage .rt ul ol dt img:hover{transform: scale(1.2);} 

.shouxinlistpage .rt ul ol dd{float:right; width:68%;}
.shouxinlistpage .rt ul ol dd h5{margin:0px auto; width:100%; font-size:18px; color:#fe9900; line-height:45px;}
.shouxinlistpage .rt ul ol dd h5 a{ color:#fe9900;}
.shouxinlistpage .rt ul ol dd p{margin:0px auto; width:100%; line-height:25px;}

.shouxinlistpage .rt ul dl {float:left; width:31.333333333333%; margin-right:2%; margin-top:2%; border:#eee 1px solid; position:relative;}
.shouxinlistpage .rt ul dl i{position: absolute;    width: 50px;    height: 50px;    line-height: 50px;    top: 50%;    left: 50%;
    margin-left: -25px;    margin-top: -25px;    font-size: 30px;    border-radius: 50%;
    background: rgba(255,255,255,.6);    text-align: center;    color: #000;    text-indent: 5px;}
.shouxinlistpage .rt ul dl img {width:100%; height:200px;}
.shouxinlistpage .rt ul dl p{margin:0px auto; width:100%; text-align:center; line-height:35px; height:35px; overflow:hidden;}
.shouxinlistpage .rt ul dl:nth-child(3n){}
.shouxinlistpage .rt ul dl:hover{border:#ccc 1px solid; box-shadow:0 0 5px #ccc;}



/*核心业务02*/
.ainiuserver01{margin:0px auto; width:1200px;min-height:300px; border-top:#f6f6f6 10px solid; border-bottom:#f6f6f6 10px solid;}
.ainiuserver01 h3{margin:0px auto; width:100%;text-align:center; line-height:60px; font-size:26px; margin-top:20px;}
.ainiuserver01 ul{width:100%;margin:30px auto;}
.ainiuserver01 ul li{ float:left; width:14.28571428571429%; text-align:center;}

.ainiuserver01 ul  li i{
    margin:0px auto;width:80px; 
    line-height: 80px;
    border-radius: 50%;
    font-size:28px;
    color: #000;
    height: auto;
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
}
.ainiuserver01 ul li:hover i{
    background:#000;
    color: #fff;
}

.ainiuserver01 ul li a img{ margin:0px auto;width:65%; text-align:center;}
.ainiuserver01 ul li a p{font-size:16px; line-height:40px;}

.nav.solid {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}


.index_pro_tj{ width:1200px; height:auto; margin:0 auto; margin-top:10px; overflow:hidden;}
.index_pro_tj li{ float:left; width:23.5%; height:224px; margin-right:2%; margin-bottom:2%; position: relative;}
.index_pro_tj li:nth-child(4n){margin-right:0px;}
.index_pro_tj li img{ display:block; width:100%; height:100%; max-width:100%;}
.index_pro_tj li span{ position: absolute; left: 0; right: 0; bottom: 0; height:40px; line-height:40px; padding: 0 10px; background-color:#333; opacity: 0.7; color: #fff; text-align:center; transition-duration:500ms; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pro_tj li:hover span{ background:#000; color:#FFF}
.index_pro_tj li:nth-of-type(4n+0){margin-right:0px;}


/* 案例 */

.index-anli {
	margin-top: 100px;
}
.index-anli .title {
	font-size: 52px;
	color: #000000;
	text-align: center;
	position: relative;
}
.index-anli .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #0d6fb8;
	margin: 8px auto 11px;
}
.index-anli .title2 {
	color: #000000;
	font-size: 18px;
	text-align: center;
}
.index-anli .hd {
	margin-top: 30px;
	margin-bottom: 35px
}
.index-anli .hd ul {
	font-size: 0;
	text-align: center;
}
.index-anli .hd li {
	width: 160px;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #c1c1c1;
	display: inline-block;
	font-size: 15px;
	color: #474747;
	line-height: 38px;
	text-align: center;
	margin-right: 29px;
	position: relative;
}

.index-anli .hd li.on {
	background-color: #207dc7;
	color: #FFFFFF;
}
.index-anli .hd li.on a,.index-anli .hd li.on a:hover{
	color: #fff;
}
.index-anli .hd li.on:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #207dc7;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}
.index-anli .hd li:last-child {
	margin-right: 0;
}
.index-anli .bd {
}
.index-anli .bd ul li {
	width: 392px;
	float: left;
	position: relative;
	margin-right: 12px;
}
.index-anli .bd ul li:nth-child(3n) {
	margin-right: 0;
}
.index-anli .bd ul li .img {
	width: 392px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
.index-anli .bd ul li img {
	width: 392px;
	height: 240px;
}
.index-anli .bd ul li.on {
	background-color: #207dc7;
	color: #FFFFFF;
}
.index-anli .bd ul li .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .79);
	display: none;
}
.index-anli .bd ul li:hover .mask {
	display: block;
}
.index-anli .bd ul li .t {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 20px;
	color: #0e0e0e;
}
.index-anli .bd ul li:hover .mask .link {
	width: 237px;
	height: 64px;
	border: solid 2px #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -118.5px;
}
.index-anli .bd ul li:hover .mask .link-c {
	width: 224px;
	height: 50px;
	background-color: #ffffff;
	margin: 5px auto;
	line-height: 50px;
	text-align: center;
	color: #101010;
	font-size: 16px;
}
/* 优势 */

.index-youshi {
	background-position-x: center;
	margin-top: 110px;
	height: 936px;
	padding-top: 85px;
}
.index-youshi .title {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.index-youshi .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #0d6fb8;
	margin: 30px auto 33px;
}
.index-youshi .title2 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.index-youshi .title2:after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #0d6fb8;
	margin: 30px auto 45px;
}
.index-youshi .part1 {
	margin-bottom: 74px;
	font-size: 0;
	text-align: center;
}
.index-youshi .part1 li {
	display: inline-block;
	width: 288px;
	height: 270px;
	background-image: url(../images/nt.png);
	background-repeat: no-repeat;
	margin-right: 40px;
	position: relative;
	padding-left: 24px;
	padding-right: 24px;
}
.index-youshi .part1 li:last-child {
	margin-right: 0;
}
.index-youshi .part2 li {
	width: 277px;
	height: 119px;
	background-image: url(../images/xborder.png);
	float: left;
	padding-top: 27px;
	padding-left: 48px;
	padding-right: 38px;
	margin-right: 30px;
}
.index-youshi .part2 li:last-child {
	margin-right: 0;
}
.index-youshi .part2 li:last-child .x_r .p {
	font-size: 15px;
}
.index-youshi .part2 li .x_r {
	float: right;
	color: #FFFFFF;
	width: 115px;
}
.index-youshi .part2 li .x_r .h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
.index-youshi .part2 li .x_r .p {
	font-size: 16px;
}
.index-youshi .part1 li .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 97px;
	text-align: center;
	color: #FFFFFF;
	font-size: 43px;
	line-height: 97px;
	font-weight: bold;
}
.index-youshi .part1 li .a {
	width: 240px;
	height: 54px;
	background-color: #1b4367;
	position: absolute;
	bottom: 20px;
	left: 24px;
	color: #ffffff;
	text-align: center;
	padding: 0 23px;
	display: table;
}
.index-youshi .part1 li .a p {
	display: table-cell;
	vertical-align: middle
}
.index-youshi .part1 li .q {
	position: absolute;
	left: 24px;
	top: 134px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	display: table;
	width: 245px;
	height: 38px;
}
.index-youshi .part1 li .q:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 36px;
	background-image: url(../images/q.png);
	background-repeat: no-repeat;
}
.index-youshi .part1 li .q p {
	display: table-cell;
	padding-left: 41px;
	text-align: left;
	vertical-align: middle
}
/* 新闻 */

.index-news {
	width: 100%;
	height: 811px;
	background-position-x: center;
	padding-top: 105px;
	margin-top: 80px;
}
.index-news .title {
	font-size: 52px;
	color: #000000;
	text-align: center;
}
.index-news .title2 {
	font-size: 18px;
	color: #000000;
	text-align: center;
}
.index-news .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #0d6fb8;
	margin: 8px auto 11px;
	font-size: 12px;
}
.index-news .hd {
	margin-top: 30px;
	margin-bottom: 27px;
}
.index-news .hd ul {
	text-align: center;
	font-size: 0;
}
.index-news .hd ul li {
	display: inline-block;
	width: 160px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #c1c1c1;
	font-size: 15px;
	color: #474747;
	margin-right: 30px;
	line-height: 40px;
	text-align: center;
	position: relative;
	vertical-align: top;
}
.index-news .hd ul li.on {
	background-color: #207dc7;
	color: #FFFFFF;
}
.index-news .hd ul li:last-child {
	margin-right: 0;
}
.index-news .hd ul li.on::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #207dc7;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}
.index-news .bd .left {
	width: 301px;
	background-color: #ffffff;
	padding: 10px;
	height: 416px;
	float: left;
	margin-right: 9px;
}
.index-news .bd .left .img {
	margin-bottom: 20px;
	width: 280px;
	height: 197px;
	overflow: hidden;
}
.index-news .bd .left .img img {
	width: 280px;
	height: 197px;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
}
.index-news .bd .left .text {
	padding-left: 15px;
	padding-right: 25px;
}
.index-news .bd .left .text .t {
	font-size: 16px;
	color: #000000;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-news .bd .left:hover .text .t {
	color: #0d6fb8;
}
.index-news .bd .left .text .p {
	font-size: 14px;
	color: #979797;
}
.index-news .bd .left .link {
	font-size: 14px;
	color: #5b5b5b;
	text-decoration: underline;
	color: #5b5b5b;
	margin-top: 16px;
	padding-left: 15px;
}
.index-news .bd .left:hover .link {
	color: #0d6fb8;
}
.index-news .bd .left:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.index-news .bd .right {
	padding-left: 30px;
	padding-right: 30px;
	float: right;
	width: 580px;
	height: 415px;
	background-color: #ffffff;
	padding-top: 20px;
}
.index-news .bd .right .list {
	border-bottom: solid 1px #c9c9c9;
}
.index-news .bd .right .list .date {
	color: #999999;
	text-align: center;
	float: left;
	margin-right: 30px;
	line-height: normal;
	margin-left: 9px;
}
.index-news .bd .right .list .date .day {
	font-size: 58px;
	color: #999999;
}
.index-news .bd .right .list .text {
	float: left;
	width: 406px;
	padding-top: 19px;
	padding-bottom: 15px;
}
.index-news .bd .right .list .text .t {
	font-size: 16px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-news .bd .right .list .text .p {
	font-size: 14px;
	color: #979797;
	margin-top: 13px;
}
.index-news .bd .right .list:hover .text .t {
	color: #0d6fb8;
}
.index-news .bd .right .list:hover .date {
	color: #0d6fb8;
}
.index-news .bd .right .list:hover .date .day {
	color: #0d6fb8;
}
.right-lists {
	padding-top: 25px;
}
.right-lists ul li a {
	color: #676767;
}
.right-lists ul li:hover .t {
	color: #0d6fb8;
}
.right-lists ul li:hover .date {
	color: #0d6fb8;
}
.right-lists ul li {
	margin-bottom: 8px;
	padding-left: 10px;
}
.right-lists ul li a:before {
	content: '';
	display: block;
	vertical-align: top;
	width: 5px;
	height: 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	margin-right: 15px;
	margin-top: 3px;
	float: left
}
.right-lists ul li .t {
	width: 345px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #676767;
}
.right-lists ul li .date {
	float: right;
	color: #999999;
}
/* 关于 */

.index-about {
	padding-top: 85px;
	overflow: hidden;
	/*background-image: url(../images/h_link_bj.jpg);*/
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	padding-bottom: 70px;
}
.index-about .bg {
	width: 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	padding-top: 54px;
	margin: 0 auto;
	min-height: 570px;
}
.index-about .bg .box {
	width: 902px;
	height: 346px;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 34px;
	padding-left: 59px;
	padding-right: 75px;
}
.index-about .bg .box .t {
	font-size: 32px;
	color: #0d6fb8;
	text-align: center;
}
.index-about .bg .box .t2 {
	font-size: 22px;
	color: #383838;
	text-align: center;
	margin-top: 5px;
}
.index-about .bg .box .p {
	font-size: 16px;
	color: #757575;
	line-height: 30px;
	margin-top: 24px;
}
.index-about .bg .box .link {
	width: 160px;
	height: 40px;
	background-color: #2c88d8;
	border-radius: 4px;
	display: block;
	margin: 20px auto 0;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}
.index-about .bg .wall {
	width: 1200px;
	background-color: #ffffff;
	margin: 60px auto 0;
}
.index-about .bg .wall ul li {
	float: left;
	width: 240px;
	height: 150px;
	border-right: 1px dashed #dedede;
	border-bottom: 1px dashed #dedede;
	overflow: hidden;
}
.index-about .bg .wall ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.index-about .bg .wall ul li img {
	max-width: 240px;
	max-height: 150px;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	-moz-transition: .3s all linear;
}
.index-about .bg .wall ul li:nth-child(5n) {
	border-right: none;
}
.index-about .bg .wall ul li:last-child:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.index-links {
	margin-top: 34px;
}
.index-links span {
	display: inline-block;
	font-size: 16px;
	color: #000;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
.index-links a {
	font-size: 14px;
	display: inline-block;
	color: #666;
	margin-right: 10px;
	vertical-align: top;
	margin-bottom: 10px;
}
.index-links a:hover {
	color: #000;
}
/* 脚部 */

.footer {margin:0px auto; width:100%; height:auto; height:60px; background:#c3e3fe; border-top:#4b7eaf 1px solid; }
.footer ul {
	margin:20px auto;
	width:1200px;
	height:15px;
	clear:both;
	}

.footer ul li{float:left; color:#333; width:11%;  height:15px; border-right:#333 1px solid; text-align:center;}
.footer ul li a{color:#333; font-size:15px; line-height:15px;}
.footer ul li a:hover{color:#f00;}

.copy {margin:0 auto; width:100%; height:auto; height:60px; background:#c3e3fe; }
.copy ul {	margin:0px auto;	width:1130px;	height:15px;}
.copy ul li { float:left; margin-right:20px; font-size:14px; height:20px; line-height:20px;  }
.copy ul li a{color:#333; font-size:15px; line-height:15px;}
.copy ul li a:hover{color:#f00;}


.yqlj { margin:20px auto; width:100%;}
.yqlj ul{ margin:0px auto; width:100%;}
.yqlj ul h3{ float:left; text-align:left;  font-weight:bold;padding:8px 0;}
.yqlj ul li{ float:left; padding:10px 20px;}
/* 系统体系 */

.index-xitong {
	padding-top: 106px;
}
.index-xitong .title {
	font-size: 52px;
	color: #000000;
	text-align: center;
}
.index-xitong .title2 {
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}
.index-xitong .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #0d6fb8;
	margin: 8px auto 11px;
}
.index-xitong .hd {
	float: left;
	width: 255px;
}
.index-xitong .hd ul {
	width: 246px;
	background-color: #4b4c4e;
}
.index-xitong .hd ul li {
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #b4b4b4;
	padding-left: 35px;
	line-height: 75px;
	color: #FFFFFF;
	position: relative;
	font-size: 16px;
	cursor: pointer;
}
.index-xitong .hd ul li.on {
	background-color: #207dc7;
}
.index-xitong .hd ul li.on:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 7px solid #207dc7;
	border-bottom: 8px solid transparent;
	position: absolute;
	right: -6px;
	top: 29px;
}
.index-xitong .bd {
	width: 945px;
	float: right;
	height: 450px;
	overflow: hidden;
}
.index-xitong .bd ul li {
	width: 100%;
	height: 450px;
	position: relative;
}
.index-xitong .bd ul li:nth-child(3n) {
	margin-right: 0;
}
.index-xitong .bd ul li .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.74);
	color: #FFFFFF;
	font-size: 26px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.index-xitong .bd ul li img {
	width: 100%;
	height: 450px;
}
.index-xitong .bd .swiper-pagination {
	width: 16px;
	left: auto;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 0;
}
.index-xitong .hd-v {
	position: absolute;
	top: 0;
	width: 16px;
	z-index: 99;
	right: 30px;
	top: 50%;
	text-align: center;
	transform: translate3d(0, -50%, 0);
}
.index-xitong .hd-v ul li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: inline-block;
	margin-bottom: 12px;
}
.index-xitong .hd-v ul li.on {
	background-color: #158eee;
}
.index-xitong .hd-v ul li:last-child {
	margin-bottom: 0;
}

/* 动画 */

@keyframes light {
 0% {
 opacity: .5;
 transform: scale(0.9);
}
 50% {
 opacity: 1;
 transform: scale(1);
}
 100% {
 opacity: 1;
 transform: scale(0.9);
}
}
 @-webkit-keyframes light {
 0% {
 opacity: .5;
 transform: scale(0.9);
}
 50% {
 opacity: 1;
 transform: scale(1);
}
 100% {
 opacity: 1;
 transform: scale(0.9);
}
}
 @keyframes text {
 0% {
 opacity: .1;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes text {
 0% {
 opacity: .1;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
/* 内页 */

.shouxincontent {
	padding-top: 40px;
	margin-bottom: 50px;
}
.sidebar {
	float: left;
	width: 230px;
}
.sidebar ul li {
	width: 100%;
	height: 54px;
	background-color: #f0f0f0;
	line-height: 54px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	background-image: url(../images/ib.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 200px;
}
.sidebar ul li a {
	display: block;
	padding-left: 20px;
	color: #3a434c;
}
.sidebar ul li:hover {
	background-color: #296dac;
	background-image: url(../images/iw.png);
}
.sidebar ul li:hover a {
	color: #FFFFFF;
}
.sidebar ul li.active {
	background-color: #296dac;
	background-image: url(../images/iw.png);
}
.sidebar ul li.active a {
	color: #FFFFFF;
}
.shouxincontent .content {
	float: right;
	width: 935px;
}
.shouxincontent .content .shouxinmenu {
	margin-bottom: 35px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 35px;
	color: #666666;
}
.shouxincontent .content .shouxinmenu a {
	color: #666666;
	font-size: 16px;
}
.shouxincontent .article {
	border: 1px solid #dddddd;
	padding: 30px 40px;
	color: #898989;
	line-height: 30px;
}
.shouxincontent .article img {
	max-width: 100%;
}
.shouxincontent .recommend {
	padding: 40px;
	border: 1px solid #dddddd;
	margin-top: 40px;
}
.shouxinbanner {
	margin: 0px auto;
	width: 100%;
	height: auto;
}
.shouxinbanner img {width: 100%;}
.side-nav-div {
	width: 230px;
	height: 92px;
	background-color: #2b2b2b;
	border-radius: 5px 5px 0px 0px;
	padding-top: 14px;
	padding-left: 24px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	position: relative;
}
.side-nav-div b {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
}
.side-nav-div p {
	font-size: 16px;
}
.side-nav-div:after {
	content: '';
	display: block;
	height: 3px;
	width: 115px;
	background-image: url(../images/l.png);
	position: absolute;
	bottom: 19px;
	right: 0;
}
.side-contact {
	margin-top: 20px;
	color: #575757;
	font-size: 12px;
	line-height: 30px;
}
.side-title {
	font-size: 18px;
	font-weight: bold;
	color: #3487d5;
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.side-title:after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 3px;
	background-color: #296dac;
	bottom: -2px;
}
.side-title span {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
.side-contact img {
	margin: 0px auto;
	max-width:96%;
	margin-bottom: 15px;
}


.cxbj{ height:55px; background-color:#EAEAEA}
.cx{ width:900px; height:auto; margin:0 auto; overflow:hidden}
.cx_left{ float:left; width:120px; height:55px; line-height:55px; font-size:18px; font-weight:bold; background:url(../images/sss.png) no-repeat left center; text-align:right}
.cx_right{ float:right; width:750px; height:38px; margin:7px auto;}

/*搜索*/
.s_input{border:0px solid #dfdfdf; background:#fff; height:38px; line-height:38px; text-indent:10px; width:80%; border-top-left-radius:4px; border-bottom-left-radius:4px;}
.so_save{background:#0155aa; border:0px solid #0155aa; color:#fff; cursor:pointer; height:38px; line-height:38px; width:19%; font-size:18px; font-weight:bold; border-top-right-radius:4px; border-bottom-right-radius:4px; margin-left:-2px;}
.so_save:hover{background:#b50102;border:0px solid #b50102;}


.index_news02{text-align:center; line-height:30px; width:320px; height:auto; margin:0 auto; font-size:18px; color:#999;  padding-top:30px; margin-bottom:26px; text-transform:uppercase; border-bottom:1px solid #DFDFDF; position:relative}
.index_news02 span{ display:block; color:#333; font-size:22px; line-height:35px; font-weight:bold; letter-spacing:2px; padding-bottom:10px;}
.index_news02:after{content:""; position:absolute; left:50%; bottom:-3px; width:100px; height:6px; margin-left:-50px; background-color:#e22434;}
.shouxinindex02{margin:0px auto; width:100%;}
.index_pic_one{margin:0 auto; width:1200px; height:auto;  overflow:hidden; margin-top:10px;}
.index_pic_one dl{float:left; width:23.5%; height:226px; margin-right:2%; margin-bottom:2%; background-color:#fff}
.index_pic_one dl:nth-child(4n){margin-right:0px;}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{width:100%; height:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:35px; line-height:35px; text-align:center; background-color:#333; opacity: 0.7; color:#FFFFFF; text-shadow:3px 2px 2px #000; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{opacity:1; transform:scale(0.9,0.85)}
.index_pic_one dl:nth-of-type(4n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}

.pages {
	text-align: center;
	margin-top: 60px;
}
.pages ul {
	font-size: 0;
}
.pages ul li {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #dddddd;
	text-align: center;
	line-height: 40px;
	margin-right: 7px;
}
.pages ul li:hover {
	background-color: #296dac;
	color: #FFFFFF;
}
.pages ul li.active {
	background-color: #296dac;
	color: #FFFFFF;
}
.pages ul li:hover a {
	color: #FFFFFF;
}
.pages ul li.active a {
	color: #FFFFFF;
}
.pages ul li:last-child {
	margin-right: 0;
}
.pages ul li a {
	display: block;
	color: #111111;
}
.pages ul li.prev, .pages ul li.next {
	width: 70px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #dddddd;
}
.pages ul li.home-page, .pages ul li.last-page {
	width: 58px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #dddddd;
}
/* 解决方案 */

.article .article_title {
	font-size: 22px;
	color: #2b2b2b;
	padding-left: 16px;
	position: relative;
	margin-bottom: 27px;
}
.article .article_title:before {
	display: block;
	content: '';
	width: 3px;
	height: 19px;
	background-color: #296dac;
	position: absolute;
	top: 6px;
	left: 0;
}
.shouxincontent .recommend ul li {
	float: left;
	width: 208px;
	margin-right: 7px;
	font-size: 16px;
	color: #343434;
	text-align: center;
}
.shouxincontent .recommend ul li .img {
	margin-bottom: 17px;
	width: 208px;
	height: 145px;
	overflow: hidden;
}
.shouxincontent .recommend ul li .img img {
	width: 208px;
	height: 145px;
	transition: .5s all linear;
	-webkit-transition: .5s all linear;
}
.shouxincontent .recommend ul li:last-child {
	margin-right: 0;
}
.shouxincontent .recommend ul li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.shouxincontent .recommend ul {
	margin-top: 20px;
}
.shouxincontent .recommend .title {
	text-align: center;
	font-size: 22px;
	color: #296dac;
	position: relative;
}
.shouxincontent .recommend .title:after {
	content: '';
	display: block;
	width: 36px;
	height: 2px;
	background-color: #296dac;
	margin: 6px auto 0;
}
.shouxincontent .recommend ul li p {
	color: #343434;
}
/* 案例 */

.case ul li {
	float: left;
	width: 306px;
	text-align: center;
	margin-right: 8px;
	font-size: 16px;
	color: #0e0e0e;
	margin-bottom: 20px;
}
.case ul li:nth-child(3n) {
	margin-right: 0;
}
.case ul li .img {
	width: 306px;
	height: 188px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.case ul li .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .79);
	display: none;
}
.case ul li .img img {
	width: 306px;
	height: 188px;
}
.case ul li p {
	font-size: 16px;
	color: #0e0e0e;
}
.case ul li .img .mask .link {
	width: 187px;
	height: 51px;
	border: solid 2px #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25.5px;
	margin-left: -93.5px;
}
.case ul li .img .mask .link .link-text {
	width: 174px;
	height: 41px;
	background-color: rgba(255, 255, 255, .9);
	margin: 3px auto;
	line-height: 41px;
	color: #101010;
}
.case ul li:hover .mask {
	display: block;
}
/* 合作伙伴 */

.case.hezuo ul li .img {
	border: 1px solid #dcdcdc;
}
.case.hezuo ul li .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 188px;
	transition: .3s all;
	-webkit-transition: .3s all;
}
.case.hezuo ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/* 案例内页 */

.case-article {
	border: solid 1px #dddddd;
	padding: 40px;
}
.case-logo {
	width: 160px;
	height: 160px;
	background-color: #ffffff;
	border: solid 1px #ededed;
	float: left;
	margin-right: 20px;
}
.case-information {
	float: left;
	width: 340px;
	line-height: 27px;
	color: #525252;
}
.case-information .t {
	font-size: 22px;
	color: #2b2b2b;
	margin-bottom: 10px;
}
.case-information .t:after {
	content: '';
	display: block;
	width: 31px;
	height: 2px;
	background-color: #296dac;
	margin-top: 15px;
}
.case-image {
	float: right;
	width: 300px;
	margin-right: 50px;
}
.case-image img {
	width: 100%;
}
.case-detail {
	border-top: 1px dashed #dddddd;
	margin-top: 20px;
	padding-top: 40px;
	color: #898989;
	line-height: 30px;
}
.case-detail .article-title {
	font-size: 16px;
	color: #363636;
	border-left: 3px solid #296dac;
	padding-left: 12px;
	margin-bottom: 25px;
	line-height: normal;
}
.case-detail img {
	max-width: 100%;
}
/* 新闻 */
.joblist ul li{ width:30%; float:left; border:#ccc 1px solid; margin:20px auto; margin-right:3.33333333%}

.joblist ul li .text1 {
	margin: 0px auto;
	width: 100%;
}

.joblist ul li .text1 h3 {
	font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #296dac;
    line-height: 60px;
    height: 60px;
    padding: 0 10%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
}
.joblist ul li .text1 p {
	font-size: 16px;
    color: #333;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	margin: 0px auto;
	width: 80%;
}
.joblist ul li:hover{background-color: #296dac; border:#296dac 1px solid; color:#fff;}
.joblist ul li:hover p{color:#fff;}

.jobjob {margin:0px auto; width:120px; line-height:40px; text-align:center; background:#296dac; color:#fff; font-size:16px; border-radius:0px;}
.jobjob a {color:#fff; }
.jobjob a:hover {color:#fff; display:block; background:#f00; }
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;}
.news-box{margin: 30px auto; width:1200px; height: 335px;margin-bottom: 20px;}
.check-level{height: 335px;background: url('../images/check_level_bg_new.jpg') no-repeat center top;}
.check-title{height: 80px;width: 100%;}
.check-input{padding: 0 26px;}
.check-input input{margin:0px auto;height: 50px;width: 230px;border-radius: 10px;border: none; margin-top: 59px;padding:0 10px;line-height: 32px;font-size: 16px;outline:none;text-align: center;}
.check-btn{width: 150px;margin: 100px auto 0;height:40px;cursor: pointer;}

.check-input .so_save{ margin:0px auto; background:#0155aa; border:0px solid #0155aa; color:#fff; cursor:pointer; height:42px; line-height:42px; width:250px; font-size:18px; font-weight:bold; border-radius:5px; margin-top:95px; }
.check-input .so_save:hover{background:#b50102;border:0px solid #b50102;}


.news-title1{padding:0 10px;font-size: 18px;height: 55px;line-height: 55px;border-top: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.news-title1 span{font-size: 12px;line-height: 55px;}
.news-list ul{padding:0 10px;}
.news-list ul li{display: block;height: 47px;line-height: 47px;border-bottom: 1px dashed #e5e5e5;    padding-left: 15px;    background: url(../images/news_icon2.jpg) no-repeat 0 center;}
.news-list ul li a{color: #333;}
.news-list ul li:last-child{border:none;}
.news-list ul li a:hover{color: #a47933;}  

.news100{margin:0 auto; width:100%; height:auto;  overflow:hidden; margin-top:10px;}
.news100 dl{float:left; width:31.999999999999%; height:226px; margin-right:2%; margin-bottom:2%; background-color:#fff}
.news100 dl:nth-child(3n){margin-right:0px;}
.news100 dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.news100 dl dt div{ position:absolute; width:100%; height:100%; border:0px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.news100 dl dt img{width:100%; height:100%; -webkit-transition:transform ease-in-out 0.5s;}
.news100 dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:35px; line-height:35px; text-align:center; background-color:#333; opacity: 0.7; color:#FFFFFF; text-shadow:3px 2px 2px #000; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.news100 dl:hover img{ transform:scale(1.1,1.1);}
.news100 dt:hover div{opacity:1; transform:scale(0.9,0.85)}
.news100 dl:nth-of-type(3n+0){margin-right:0px;}
.news100 dt:hover{ font-weight:bold; text-decoration:none}

.news ul li {
	border-bottom: dashed 1px #dddddd;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.news ul li .image {
	width: 163px;
	height: 120px;
	background-color: #2b2b2b;
	float: left;
}
.news ul li .image img {
	width: 163px;
	height: 120px;
}
.news ul li .text {
	width: 730px;
	float: left;
	margin-left: 20px;
}
.news ul li .text .t {
	margin-bottom: 15px;
}
.news ul li .text span {
	float: right;
	font-weight: normal;
	color: #9c9c9c;
	font-size: 14px;
}
.news ul li .text .t div {
	float: left;
	width: 490px;
	font-size: 16px;
	color: #545454;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news ul li .text p {
	color: #acacac;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.news ul li .text .link {
	width: 88px;
	height: 26px;
	background-color: #545454;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	margin-top: 13px;
}
.news ul li:hover .text .link {
	background-color: #3f9cef;
}
.news ul li:hover .t div {
	font-weight: bold;
	color: #3f9cef;
}


.news ul li .text1 {
	margin: 0px auto;
	width: 100%;
}
.news ul li .text1 .t {
	margin-bottom: 15px;
}
.news ul li .text1 span {
	float: right;
	font-weight: normal;
	color: #9c9c9c;
	font-size: 14px;
}
.news ul li .text1 .t div {
	float: left;
	width: 80%;
	font-size: 16px;
	color: #545454;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news ul li .text1 p {
	color: #acacac;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.news ul li .text1 .link {
	width: 88px;
	height: 26px;
	background-color: #545454;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	margin-top: 13px;
}
.news ul li:hover .text1 .link {
	background-color: #3f9cef;
}
.news ul li:hover .t div {
	font-weight: bold;
	color: #3f9cef;
}
/* 新闻 */

.news1 ul li {
	border-bottom: dashed 1px #dddddd;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.news1 ul li .image {
	width: 300px;
	height: 200px;
	background-color: #2b2b2b;
	float: left;
}
.news1 ul li .image img {
	width: 300px;
	height: 200px;
}
.news1 ul li .text {
	width: 610px;
	float: left;
	margin-left: 20px;
}
.news1 ul li .text .t {
	margin-bottom: 15px;
}
.news1 ul li .text span {
	float: right;
	font-weight: normal;
	color: #9c9c9c;
	font-size: 14px;
}
.news1 ul li .text .t div {
	float: left;
	width: 490px;
	font-size: 16px;
	color: #545454;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news1 ul li .text p {
	color: #acacac;
	line-height: 22px;
	overflow: hidden;
}
.news1 ul li .text .link {
	width: 88px;
	height: 26px;
	background-color: #545454;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	margin-top: 13px;
}
.news1 ul li:hover .text .link {
	background-color: #3f9cef;
}
.news1 ul li:hover .t div {
	font-weight: bold;
	color: #3f9cef;
}
/* 新闻内页 */

.shouxincontent .news-article {
	border: 1px solid #dddddd;
	padding: 30px 40px;
	width:100%;
	color: #000;
	line-height: 26px;
	display: table;
}
.news-title {
	border-bottom: dashed 1px #d2d2d2;
	font-size: 24px;
	padding-bottom: 14px;
	margin-bottom: 25px;
	line-height: normal;
	text-align: center;
	color: #000;
}
.news-title div {
	color: #000;
	font-size: 12px;
	margin-top: 10px
}
.news-title div a {
	color: #000;
	font-size: 12px;
}
.news-article img {
	max-width: 100%;
}
.shouxinnews0001{margin:0px auto; width:100%;}
.shouxinnews0001 ul{margin:0px auto; width:100%;}
.shouxinnews0001 ul li{width: 49.9%;height: 54px;background: #efefef;float: left;line-height: 54px;font-size: 14px;color: #000;text-align: left;text-indent: 30px;margin-right: 0.1%;margin-bottom:0.1%;}
.shouxinnews0001 ul li:nth-child(2n){margin-right: 0%;}

.shouxinnews0002{margin:0px auto; width:100%; display:table;}
.shouxinnews0002 ul{margin:50px auto; width:100%;}
.shouxinnews0002 ul li{width: 100%; margin:10px auto;}
.shouxinnews0002 ul li img{max-width: 100%; margin:0px auto;}

.article-pages {
	width: 882px;
	height: 48px;
	font-size: 14px;
	background-color: #f4f4f4;
	line-height: 48px;
	padding: 0 30px;
	margin-top: 40px;
}
.article-pages a font {
	color: #464646;
}
.article-pages a:first-child {
	color: #7c7b7b;
	white-space: nowrap;
	max-width: 316px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.article-pages a:last-child {
	color: #7c7b7b;
	float: right;
	white-space: nowrap;
	max-width: 316px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 关于我们 */

.about {
	padding-top: 30px;
	padding-left: 28px;
	padding-right: 38px;
	padding-bottom: 44px;
	border: 1px solid #dddddd;
	color: #383838;
	line-height: 30px;
	font-size: 15px;
}
.about-title {
	font-size: 24px;
	position: relative;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.about-title:after {
	content: '';
	display: block;
	width: 56px;
	height: 4px;
	background-color: #296dac;
	position: absolute;
	bottom: -2px;
}
.about img {
	max-width: 100%;
}
/* 联系我们 */

.contact {
	font-size: 16px;
	line-height: 30px;
}
.contact-title {
	font-size: 24px;
	color: #296dac;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 30px;
	line-height: normal;
	color: #383838;
}
.contact-title:after {
	content: '';
	display: block;
	width: 56px;
	height: 4px;
	background-color: #296dac;
	position: absolute;
	bottom: -2px;
}
.contact .ewm {
	text-align: center;
	font-size: 15px;
	color: #363636;
}
.contact .map {
	width: 905px;
	height: 481px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-top: 25px;
	padding: 8px;
}
#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	font-family: "微软雅黑";
}
.contact form input[type='text'], .contact form input[type='email'] {
	width: 251px;
	height: 48px;
	background-color: #f3f3f3;
	border: solid 1px #dbdbdb;
	display: inline-block;
	vertical-align: top;
	text-indent: 16px;
	margin-right: 17px;
	font-size: 15px;
	color: #a7a7a7;
}
.contact form input[type='email'] {
	margin-right: 0;
}
.contact form textarea {
	width: 792px;
	height: 168px;
	background-color: #f3f3f3;
	border: solid 1px #dbdbdb;
	padding-top: 17px;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 15px;
	color: #a7a7a7;
	margin-top: 16px;
}
.contact .form .tips {
	color: #9a9a9a;
	font-size: 15px;
	margin-top: 30px;
}
.contact .form .button {
	width: 148px;
	height: 40px;
	background-color: #296dac;
	border: 0;
	font-size: 15px;
	color: #FFFFFF;
	margin-right: 30px;
}
.contact .form p {
	font-size: 15px;
	color: #888888;
}
.contact form {
	margin-top: 40px;
}
.bd-box {
	position: relative;
	height: 450px;
}
.sx_conct {
	position: fixed;
	z-index: 9999999;
	top: 157px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.sx_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 0px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
	background: #288cd1;
}

.sx_bar ul li i{
    float: left;
	width: 53px;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	color: #fff;
	transition: all .5s ease;
	overflow: hidden;
}


.sx_bar ul li a,.sx_bar ul li a:hover{
	color:#fff;
	font: 16px/53px 'Microsoft YaHei';
}

.sx_qr {
	width: 74%;
	padding: 0 29px 25px 29px;
}
.sx_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.case_content {
	width: 950px
}
.case_lists {
	margin-top: 12px;
	border: solid 1px #e5e5e5;
	padding: 30px;
}
.case_lists .list {
	width: 418px;
	float: left;
	margin-bottom: 25px;
	border-radius: 4px;
	padding: 5px;
	border: 2px solid #296dac;
}
.case_lists .list:nth-child(even) {
	float: right;
}
.case_lists .list .img {
	width: 100%;
	overflow: hidden;
	height: 245px;
}
.case_lists .list .img img {
	width: 100%;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	height: 245px;
}
.case_lists .list .p {
	height: 55px;
	background-color: #FFFFFF;
	color: #616161;
	text-align: center;
	line-height: 55px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
}
.case_lists .list:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.case_lists .list:hover .p {
	background: #3488ea;
	color: #FFFFFF
}
/*分页样式*/
.pglist {
	padding: 5px 0 5px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	background: #fff;
	border: 1px solid #ddd;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color:#fff;
	background:#296dac;
	border-color: #296dac;
}
.topic-quote{padding:30px; border-radius:10px; margin-top:0px;}
.topic-quote .bt{margin:0px auto; width:100%; text-align:center; font-size:24px; font-weight:bold; margin-bottom:15px; display:table; color:#fe9900;}
.wn_form{margin:0 auto;width:50%;margin-top:20px; }
.wn_form div{margin:0px auto;width:100%;}
.wn_form div:nth-child(1){ width:100%; margin-bottom:3%;}	
.wn_form div:nth-child(2){ width:100%;  margin-bottom:3%;}	
.wn_form div:nth-child(3){ width:100%;  margin-bottom:3%;}
.wn_form div:nth-child(4){ width:100%;  margin-bottom:3%;}
.wn_form div input{margin:auto;width:100%;text-indent: 1em; height:40px;line-height: 40px;border:1px solid #dcdcdc; border-radius:5px; background:#eee; }
.wn_form div input:hover{margin:auto;width:100%;text-indent: 1em;height:40px;line-height: 40px;border:1px solid #0a1e5b; border-radius:5px; background:#fff;}
.wn_form div textarea{margin:auto;width:100%;text-indent: 1em;line-height: 40px;border:1px solid #dcdcdc;border-radius:5px; height:100px; background:#eee;}
.wn_form div textarea:hover{margin:auto;width:100%;text-indent: 1em;line-height: 40px;border:1px solid #0a1e5b; border-radius:5px; background:#fff;}
.wn_form div select{margin:auto;width:100%;line-height: 40px;height:40px;text-indent: 1em;border:1px solid #dcdcdc;}		
.wn_form .btn{width:100%;text-align:center;}
.wn_form .btn input{float:left;	background-image: linear-gradient(#213674, #0a1e5b);/*background-image: linear-gradient(#cacaca, #a3a3a3);*/line-height: 40px;height:40px;width: 100%;text-align: center;border-radius:5px;color:#fff;border: 0px;}
.wn_form .btn input:hover{background-image: linear-gradient(#213674, #0a1e5b);}
.wn_form .beiz{color:#666; font-size:13px; line-height:25px;}