@charset "utf-8";
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;
}
a:hover {color:#256fa8;}
.warp {	width: 1200px;	margin: 0 auto;	position: relative;}
.am-cf {margin: 0px auto;	max-width: 1200px;	display: table;}

.shouxinnewsbanner{margin:0px auto; width:100%; height:400px; overflow:hidden;}
.shouxinnewsbanner img {width:100%; height:100%;}
.czjz {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ainiutop{margin:0px auto; width:100%; max-width:1200px; display:table; height:100px; overflow:hidden;  }
.ainiutop .ainiulogo {float:left; width:720px;}
.ainiutop .ainiulogo li{float:left; width:180px; position:relative; }
.ainiutop .ainiulogo li img{max-height:50px;margin-top:23px;}
.ainiutop .ainiulogo li:after{content:""; position:absolute; width:1px; height:60px; background:#bbb; right:0; top:20px;}
.ainiutop .ainiulogo ol {float:left; margin-left:2%;}
.ainiutop .ainiulogo ol img{max-width:450px;margin-top:33px;}
.ainiutop .ainiutopr{float:right; width:480px; height:100px;}
.ainiutop .ainiutopr .ainiutopr1{float:right; width:200px; margin-top:15px; height:30px;position:relative;}
.ainiutop .ainiutopr .ainiutopr1 p {padding: 0px 8px;float: left; font-size:18px;padding-bottom:12px;}
.ainiutop .ainiutopr .ainiutopr1 p i{color:#00c800}
.ainiutop .ainiutopr .ainiutopr1 p a{font-size:18px;}
.ainiutop .ainiutopr .ainiutopr1 p img {position: absolute;left:0;top:-15px;display: none;}
.ainiutop .ainiutopr .ainiutopr1 p:hover img {display: block;max-width: 100px;background: #fff;border-radius: 5px;z-index: 9999;border: #eee 1px solid;}

.ainiutop .ainiutopr .ainiutopr1 .search {width: 190px; margin-top:15px; height:30px;background: hsla(0,0%,100%,.12);position: relative;transition: all .3s linear;    border: #ccc 1px solid;display:table;}
.ainiutop .ainiutopr .ainiutopr1 .search input {margin-top: 5px;background: #fff;font-size: 14px;box-sizing: border-box;padding-left: 16px;padding-right: 22px;width: 100%; height:30px; line-height: 30px; outline: 0;background: 0 0;border: none;color: #333;display: block;}
.ainiutop .ainiutopr .ainiutopr1 .search input::-webkit-input-placeholder {color: #bbb;}
.ainiutop .ainiutopr .ainiutopr1 .search input::-moz-placeholder {color: #bbb;}
.ainiutop .ainiutopr .ainiutopr1 .search input:-moz-placeholder {color: #bbb;}
.ainiutop .ainiutopr .ainiutopr1 .search input:-ms-input-placeholder {color: #bbb;}
.ainiutop .ainiutopr .ainiutopr1 .search button{background: #256fa8;position: absolute;z-index: 3;right: 0;top: 0;bottom: 0; width: 40px;height: 35px;line-height: 35px;cursor: pointer;border: none;display: block;}
.ainiutop .ainiutopr .ainiutopr1 .search button i {display: block;width: 100%;text-align: center;font-size: 18px;color: #fff;}


/* Header */


.nav {
	width: 100%;
	height: 60px;
	background-color: rgb(37, 111, 168);
	line-height: 60px;
	position: relative;
	top: 0;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
/*.nav.fixed {*/
/*	position: fixed;*/
/*	top: 0;*/
/*	left: 0;*/
/*	z-index: 22;*/
/*}*/
.nav ul li {
	float: left;
	width: 150px;
	text-align: center;
	/*margin-right: 9.8px;*/
}
.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: rgb(11, 83, 148);
}
.nav ul li.acive {
	background-color: rgb(11, 83, 148);
}

.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-color: rgb(37, 111, 168);
    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: #fff;
	background-color: rgb(11, 83, 148);
}

.aui-about-dow li {
    width: 100px;
}

/* Banner */

.ainiuindex01 { margin:0px auto; width:100%; display:block; height:575px;}
.ainiuindex01  ul {margin:0px auto; width:100%; max-width:1200px; padding-top:70px;}
.ainiuindex01  ul li{float:left; width:60%;}
.ainiuindex01  ul li:nth-child(2){float:right;width:38%;} 
.ainiuindex01  ul li p{line-height:42px; height:42px; font-size:18px; border-bottom:#ccc 1px dotted;}
.ainiuindex01  ul li a{font-size:18px; color:#000;}
.ainiuindex01  ul li p span{float:right;color: #BBB; font-size:14px;}

.ainiuindex02{margin:0px auto; width:100%; display:table; padding-bottom:50px;}
.ainiuindex02 .ainiuindex0201{margin:0px auto; width:100%; max-width:1200px; }
.ainiuindex02 .ainiuindex0201 .lt{float:left;width:49%; margin-right:2%; height:480px; margin-top:50px; background:#fff; border-radius:10px; border:#ccc 0px solid; box-shadow:0 0 5px #ccc;}
.ainiuindex02 .ainiuindex0201 .lt:nth-child(2n){margin-right:0px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu{ margin:3%; width:94%; }
.ainiuindex02 .ainiuindex0201 .lt .ainiu-hd {overflow:hidden; zoom:1;border-bottom: 1px solid #e6e6e6; width:100%;  position:relative;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-hd li{ float:left;  width:20%; font-size:20px; text-align:center; line-height:40px; cursor:pointer;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li{display:none;  /*border:1px solid #ddd; border-top:0 none;*/ font-size:24px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-hd li span{display:none; }
.ainiuindex02 .ainiuindex0201 .lt .ainiu-hd li.on{border-bottom: 1px solid #718cc7; background:rgb(36, 110, 166);color:#fff;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-hd li.on span{display:block;position:absolute;right:0px; top:6px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li.ainiucss{ display:list-item;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li img{margin:0px auto; width:100%; border:#ddd 0px solid; margin-top:20px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li dl{width:100%; display:table; border-bottom:#ccc 1px dotted; padding-bottom:15px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li dl dd{float:left; width:30%;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li dl dt{float:right; width:65%; padding-top:35px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li dl dt a{font-weight:bold;}

.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol{width:100%; display:table; border-bottom:#ccc 1px dotted; padding-bottom:15px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol dd{float:left; width:12%;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol dd img{width:100%;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol dt{float:right; width:85%; padding-top:35px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol dt em{float:right;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol dt a{font-weight:bold;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol dt p{color:#ccc; margin-top:6px;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol dt p i{width:10%; float:left; color:#ccc;}
.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li ol dt p i:nth-child(2){width:10%; float:right; color:#ccc;}

.ainiuindex02 .ainiuindex0201 .lt .ainiu-bd li div{width:100%; display:table; line-height:35px; border-bottom:#ccc 1px dotted;}
.ainiu-wrap {margin: 0 auto;width: 100%;vertical-align: top;}

.ainiu-title {display: flex;border-bottom: 1px solid #e6e6e6; width:100%;height: 40px;line-height: 40px;  position:relative;      }
.ainiu-title li {float:left;  width:20%; font-size:20px; text-align:center; line-height:40px; cursor:pointer;}
.ainiu-title li.active {border-bottom: 1px solid #718cc7; background:rgb(36, 110, 166);color:#fff;}

.ainiu-title li span{display:none; }
.ainiu-title li.active{border-bottom: 1px solid #718cc7; background:rgb(36, 110, 166);color:#fff;}
.ainiu-title li.active span{display:block;position:absolute;right:0px; top:6px;}
.ainiu-con {}
.ainiu-con .content {display: none;}
.ainiu-con .content li { line-height:35px; border-bottom:#ccc 1px dotted;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ainiu-con .content li a{color:#000; font-style:normal!important; font-weight:normal!important;}
.ainiuindex03 {margin: 0; width: 100%;height: 500px;background-repeat: no-repeat;background-position: 50% 50%;    background-attachment: scroll;
    background-size: cover;    opacity: 1;    transition: all,.3s;}  
.ainiuline{margin:0px auto; width:100%; max-width:1200px;  padding-top:60px;position:relative;}  
.ainiuline h3{position:absolute; width:180px; margin-left:-90px; font-size:33px;font-weight:bold; top:33px;left:50%;text-align:center;}
.ainiuline h3 span{font-size:33px; font-weight:bold;}
.ainiuline h4{position:absolute; width:150px; margin-left:-75px; font-size:18px;  top:80px;left:50%; color:#aaa; text-align:center;text-transform: uppercase;}
.ainiuline .ainiulineleft{float:left;position:relative;height:1px; width:506px; background:#6fa8dc;}
.ainiuline .ainiulineleft .w-line{position:absolute; height:5px;   top:-2px; right: 0;    width: 42px;background: #9fc5e8;}
.ainiuline .ainiulineright{float:right;position:relative;height:1px; width:506px; background:#6fa8dc;}
.ainiuline .ainiulineright .w-line{position:absolute; height:5px;   top:-2px; left: 0;    width: 42px;background: #9fc5e8;}

.ainiuindex03 .ainiuindex0301{margin:0px auto; width:100%; max-width:1200px; margin-top:80px;}        
.ainiuindex03 .ainiuindex0301 li {float:left; width:31.333333333333%; margin-right:3%; overflow:hidden; height:260px; position:relative; border-radius:10px;}
.ainiuindex03 .ainiuindex0301 li a{display:block;width: 100%;
height: 100%;}
.ainiuindex03 .ainiuindex0301 li img{width:100%; height:100%; z-index:-1;}
.ainiuindex03 .ainiuindex0301 li p{position: absolute; margin-top:-10px; top:50%; height:60px; width:100%; z-index:2;
font-size: 20px;color: #fff;text-align:center;font-weight: bold;transition: color .3s;
}
.ainiuindex03 .ainiuindex0301 li:nth-child(3n){margin-right:0;}
.ainiuindex03 .ainiuindex0301 li a:hover{
background-color: rgba(36, 110, 166, 0.7);
width: 100%;
height: 100%;
display: block;
-webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -o-transform: scale(1.1);  transform: scale(1.1);} 


.ainiuindex04 {margin: 0; width: 100%;height: 600px;background-repeat: no-repeat;background-position: 50% 50%;    background-attachment: scroll;
    background-size: cover;    opacity: 1;    transition: all,.3s;}  
.ainiuindex04 .ainiuindex0401{margin:0px auto; width:100%; max-width:1200px; margin-top:100px;}        
.ainiuindex04 .ainiuindex0401 li {float:left; width:23.5%; margin-right:2%; overflow:hidden; height:360px; position:relative; border-radius:10px;}
.ainiuindex04 .ainiuindex0401 li a{display:block;width: 100%;
height: 100%;}
.ainiuindex04 .ainiuindex0401 li img{width:100%; height:100%; z-index:-1;}
.ainiuindex04 .ainiuindex0401 li p{ display: none;position: absolute; top:10%; line-height:25px; width:70%; left:50%; margin-left:-35%; z-index:2;
font-size: 14px;color: #fff;transition: color .3s;
}
.ainiuindex04 .ainiuindex0401 li:nth-child(4n){margin-right:0;}
.ainiuindex04 .ainiuindex0401 li a:hover{
background-color: rgba(36, 110, 166, 0.7);
width: 100%;
height: 100%;
display: block;
-webkit-transform: scale(1.1);  -moz-transform: scale(1.1);  -ms-transform: scale(1.1);  -o-transform: scale(1.1);  transform: scale(1.1);} 
.ainiuindex04 .ainiuindex0401 li a:hover p{display:block;}



.ainiuindex05 {margin: 0; width: 100%; display:table; }  
.ainiuindex0501{margin:0px auto; width:100%; max-width:1200px; margin-top:60px;}        
.ainiuindex0501 li {float:left; width:18.4%; margin-right:2%; overflow:hidden; height:315px;  border-radius:0px; background:#fff; margin-bottom:4%;}
.ainiuindex0501 li img{width:100%; height:250px; margin-bottom:10px;}
.ainiuindex0501 li p{ height:20px; line-height: 20px; text-align: center; width:100%;font-size: 14px;color: #000;transition: color .3s;
}
.ainiuindex0501 li:nth-child(5n){margin-right:0;}
.ainiuindex0501 li:hover{box-shadow:0 0 5px #ccc;}

/*企业简介*/
.ainiumenu { margin:0px auto; width:100%; display:table; box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2); }
.ainiumenu ul{ margin:0 auto; width:100%; max-width:1200px;}
.ainiumenu ul li{float:left; width:10%; line-height:45px; height:45px; text-align:center; border-right:#ddd 1px solid;}
.ainiumenu ul li a:hover{background:#256fa8; color:#fff; display:block; border-right:#256fa8 1px solid;}
.ainiumenu ul li .on{background:#256fa8; color:#fff; display:block; border-right:#256fa8 1px solid;}
.ainiumenu ul li:last-child{border-right:0;}

.ainiunline{margin:0px auto; width:100%; max-width:1200px;  padding-top:60px;position:relative; display:table; min-height:140px;}  
.ainiunline h3{position:absolute; width:180px; margin-left:-90px; font-size:33px;font-weight:bold; top:35px;left:50%;text-align:center;}
.ainiunline h3 span{font-size:33px; font-weight:bold;}
.ainiunline h4{position:absolute; width:500px; margin-left:-250px; font-size:18px;  top:80px;left:50%; color:#aaa; text-align:center;text-transform: uppercase;}
.ainiunline .ainiunlineleft{float:left;position:relative;height:1px; width:506px; background:#ccc;}
.ainiunline .ainiunlineleft .w-line{position:absolute; height:5px;   top:-2px; right: 0;    width: 42px;background: #9fc5e8;}
.ainiunline .ainiunlineright{float:right;position:relative;height:1px; width:506px; background:#ccc;}
.ainiunline .ainiunlineright .w-line{position:absolute; height:5px;   top:-2px; left: 0;    width: 42px;background: #9fc5e8;}

.ainiupage101 { margin:0px auto; width:100%; max-width:1200px; display:table; margin-bottom:50px;}
.ainiupage102 { margin:0px auto; width:100%; line-height:25px; color:#666; font-size:16px; display:table;}
.ainiupage103 { margin:30px auto; width:100%; display:table;}
.ainiupage103 li{float:left;width:49%; margin-right:2%;}
.ainiupage103 li:nth-child(2n){margin-right:0;}
.ainiupage103 li img{width:100%;}

.ainiupage104 {margin:0px auto; width:100%; display:table; min-height:453px;}
.ainiupage105 {margin:0px auto; width:800px; display:table; line-height:25px; color:#666; font-size:16px;}

.ainiupage106 {margin:0px auto; width:100%; display:table; min-height:569px;}
.ainiupage107 {margin:0px auto; width:800px; display:table;}
.ainiupage107 img,.ainiupage108 img{width:100%;}
.ainiupage108 {margin:0px auto; width:800px; display:table; margin-top:70px;}

.ainiupage1001 { margin:0px auto; width:100%; max-width:1200px; display:table;}
.ainiupage1002 { margin:0px auto; width:80%;  display:table; line-height:25px; color:#666; font-size:16px; display:table;}
.ainiupage1003 { margin:50px auto; width:100%; max-width:1200px; display:table;}
.ainiupage1003 dl{margin:0px auto; width:100%; display:table; margin-bottom:30px;}
.ainiupage1003 dl dt{float:left; width:50%;}
.ainiupage1003 dl dt img{width:100%;}
.ainiupage1003 dl dd{float:right; width:50%; padding-top:7%;}
.ainiupage1003 dl dd h3{font-size:20px; font-weight:bold; position:relative; margin-left:8%; color:#256fa8;}
.ainiupage1003 dl dd h3:after{content:""; position:absolute; width:20px; height:2px; background:#ccc; top:40px; left:0;}
.ainiupage1003 dl dd p{margin-left:8%; margin-top:30px; color:#666; font-size:16px; line-height:25px;}

.ainiupage1003 li{margin:0px auto; width:100%; display:table; margin-bottom:30px;}
.ainiupage1003 li dt{float:right; width:50%;}
.ainiupage1003 li dt img{width:100%;}
.ainiupage1003 li dd{float:left; width:50%; padding-top:7%;}
.ainiupage1003 li dd h3{font-size:20px; font-weight:bold; position:relative; margin-right:8%; color:#256fa8;}
.ainiupage1003 li dd h3:after{content:""; position:absolute; width:20px; height:2px; background:#ccc; top:40px; left:0;}
.ainiupage1003 li dd p{margin-right:8%; margin-top:30px; color:#666; font-size:16px; line-height:25px;}

.ainiulist{margin:0px auto; width:100%; max-width:1200px; display:table;}

.ainiuzjgd{margin:0px auto; width:100%; max-width:1200px; display:table;}
.ainiuzjgd01{float:left; width:45%; display:table;}
.ainiuzjgd01 dl{margin:0px auto; width:100%; display:table; margin-bottom:30px;}
.ainiuzjgd01 dl dt{float:left; width:30%;}
.ainiuzjgd01 dl dt img{width:100%;}
.ainiuzjgd01 dl dd{float:right; width:70%;}
.ainiuzjgd01 dl dd h3{font-size:20px; font-weight:bold; position:relative; margin-left:8%; color:#256fa8;}
.ainiuzjgd01 dl dd h3:after{content:""; position:absolute; width:20px; height:2px; background:#ccc; top:35px; left:0;}
.ainiuzjgd01 dl dd p{margin-left:8%; margin-top:10px; color:#666; font-size:16px; line-height:25px;}
.ainiuzjgd01 li{margin:0px auto; width:100%; display:table; margin-bottom:30px;}
.ainiuzjgd01 li h3{font-size:20px; font-weight:bold; color:#256fa8;}
.ainiuzjgd01 li p{margin-top:10px; color:#666; font-size:16px; line-height:25px;}


.ainiunewslistpic {margin:0px auto; width:100%; max-width:1200px; display:table;}
.ainiunewslistpic dl{margin:0px auto; width:100%; display:table; margin-bottom:15px;padding-bottom:30px; border-bottom:#ccc 1px dotted;}
.ainiunewslistpic dl dt{float:left; width:15%;}
.ainiunewslistpic dl dt img{width:100%;}
.ainiunewslistpic dl dd{float:right; width:83%; position:relative;}
.ainiunewslistpic dl dd h3{font-size:20px; font-weight:bold; position:relative; color:#256fa8;}
.ainiunewslistpic dl dd h3 a{font-size:20px;}
.ainiunewslistpic dl dd p{margin-top:10px; color:#666; font-size:16px; line-height:25px;}
.ainiunewslistpic dl dd span{position:absolute; top:35%; right:0px; color:#bbb;}


.ainiupage1101 {margin:0px auto; width:100%; display:table; margin-bottom:30px;}
.ainiupage1101 dl {margin:0px auto; width:1200px; display:table; }
.ainiupage1101 dl dt{float:left; width:40%;}
.ainiupage1101 dl dt img{width:80%; max-height:480px;}
.ainiupage1101 dl dd{float:right; width:60%; line-height:25px; font-size:16px!important; color:#666; margin-top:15%;}

.ainiupage1102 {margin:0px auto; width:100%; max-width:1200px; display:table; margin-bottom:30px;}
.ainiupage1102 img{width:100%;}
.ainiupage1102 p{margin:20px auto; width:100%; line-height:25px; font-size:16px!important; color:#666;}

.ainiuzjgd02{float:right; width:53%; display:table;}
.ainiuzjgd021 {margin:0px auto; width:100%;display:table;}
.ainiuzjgd021 h3{width:100%;font-size:20px; font-weight:bold; height:50px;  line-height:50px;position:relative; color:#000; border-bottom:#ccc 1px solid; margin-bottom:20px;}
.ainiuzjgd021 h3:after{content:""; position:absolute; width:80px; height:4px; background:#9fc5e8; top:48px; left:0;}
.ainiuzjgd021 ul{margin:0px auto; width:100%;display:table;}
.ainiuzjgd021 ul li{margin-left:2%; width:90%;line-height:40px; height:40px;border-bottom:#ddd 1px dotted; font-size:16px;}
.ainiuzjgd021 ul li a{font-size:16px;}
.ainiuzjgd021 ul li span{float:right;}


.ainiuf-wrap {margin: 50px auto;width: 100%;max-width: 1200px; height:666px; display:table;}
.ainiuf-title {display: flex;justify-content: center;border-bottom: 2px solid rgb(99, 65, 165);height: 45px;line-height: 45px;border-bottom: 1px solid #ddd;}
.ainiuf-title li {text-align: center;cursor: pointer; width:130px; line-height:45px; height:45px;color: rgb(51, 51, 51); font-size:18px; }
.ainiuf-title li.active {color: #fff; background:#256fa8;}
.ainiuf-con {padding: 20px;}
.ainiuf-con .content {display: none;padding: 20px;}
.ainiuf-con .content li{margin:0px auto; width:100%; display:table; margin-bottom:30px;}
.ainiuf-con .content li dt{float:right; width:40%;}
.ainiuf-con .content li dt img{width:100%;}
.ainiuf-con .content li dd{float:left; width:60%; padding-top:7%;}
.ainiuf-con .content li dd h3{font-size:20px; font-weight:bold; position:relative; margin-right:8%; color:#256fa8;}
.ainiuf-con .content li dd h3:after{content:""; position:absolute; width:20px; height:2px; background:#ccc; top:40px; left:0;}
.ainiuf-con .content li dd p{margin-right:8%; margin-top:30px; color:#666; font-size:16px; line-height:25px;}

.ainiucontact {margin: 50px auto;width: 100%; max-width: 1200px; height:320px; display:table;}

.ainiucontact .lt{float:left; width:49%; display:table;border:#eee 1px solid;height:280px;}
.ainiucontact .lt ul{margin:10px auto; width:96%; display:table;}
.ainiucontact .lt ul h3{width:100%; font-size:18px; color:#256fa8; font-weight:bold; line-height:45px; height:45px;border-bottom:#eee 1px solid; margin-bottom:10px;}
.ainiucontact .lt ul li{margin:0px auto; width:100%; color:#666; font-size:15px; line-height:45px; height:45px;}
.ainiucontact .lt ul li i{color:#256fa8; margin-right:10px;}
.ainiucontact .rt{float:right; width:49%;display:table; height:290px;}

.ainiunewslist {margin:0px auto; width:100%;display:table; margin-bottom:30px;}

.ainiunewslist ul{margin:0px auto; width:100%;display:table;}
.ainiunewslist ul li{ width:100%;line-height:40px; height:40px;border-bottom:#ddd 1px dotted; font-size:16px;}
.ainiunewslist ul li a{font-size:16px;}
.ainiunewslist ul li span{float:right;}

.ainiudownlist {margin:0px auto; width:100%; max-width:1200px;display:table; margin-bottom:30px;}

.ainiudownlist ol{width:100%; display:table; border-bottom:#ccc 1px dotted; height:60px;padding-bottom:15px; margin-bottom:15px;}
.ainiudownlist ol dd{float:left; width:5%;}
.ainiudownlist ol dd img{width:100%;}
.ainiudownlist ol dt{float:right; width:93%; margin-top:15px;}
.ainiudownlist ol dt em{float:right;}
.ainiudownlist ol dt a{font-weight:bold;}
.ainiudownlist ol dt p{color:#ccc; margin-top:6px;}
.ainiudownlist ol dt p i{width:10%; float:left; color:#ccc;}
.ainiudownlist ol dt p i:nth-child(2){width:10%; float:right; color:#ccc;}


.ainiushow {margin:0px auto; width:100%; max-width:1200px; display:table;}
.ainiushow h3{margin:50px auto; width:100%; text-align:center; font-size:28px; font-weight:bold; height:50px;  line-height:50px; color:#000; }
.ainiushow01{line-height:25px; font-size:16px; width:100%; margin:0px auto;  display:table;}
.ainiushow01 img{max-width:100%;}
.ainiushow02{margin:50px auto; width:100%; display:table;font-size:16px; color:#000; line-height:35px;}
.ainiushow02 a{font-size:16px; color:#000;}
.ainiumenupub {margin:0px auto; width:100%; max-width:1200px; display:table; line-height:50px; height:50px; font-size:16px; text-align:right; color:#999; border-bottom:#ccc 1px solid;}
.ainiumenupub a{font-size:16px; color:#000;}


.ainiubooklist{ margin:50px auto; width:100%; max-width:1200px; display:table;}
.ainiubooklist ul{ margin:0 auto; width:100%; display:table;}
.ainiubooklist li{float:left; width:29.333333333333%;margin-right:6%; text-align:center;}
.ainiubooklist li img{margin:0 auto; width:80%; height:350px; margin-bottom:50px;}
.ainiubooklist li:nth-child(3n){margin-right:0;}
.ainiubooklist li h3{font-size:18px; font-weight:bold; line-height:35px; color:#000;}
.ainiubooklist li p{font-size:16px; line-height:25px; color:#666;}

.ainiuform{ margin:50px auto; width:100%; max-width:1200px; display:table;}
.ainiuform h3{margin:0px auto; width:100%; font-size:22px; text-align:center; color:#256fa8; font-weight:bold;}

.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:#fff;}
.wn_form{margin:0 auto;width:100%;margin-top:20px; }
.wn_form div{margin:0px auto;width:100%;}
.wn_form div:nth-child(1){ width:49%; margin-bottom:3%; float:left;}	
.wn_form div:nth-child(2){ width:49%;  margin-bottom:3%; float:right;}	
.wn_form div:nth-child(3){ width:100%;  margin-bottom:3%;}
.wn_form div:nth-child(4){ width:20%;  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:0px; }
.wn_form div input:hover{margin:auto;width:100%;text-indent: 1em;height:40px;line-height: 40px;border:1px solid #0a1e5b; border-radius:0px; background:#fff;}
.wn_form div textarea{margin:auto;width:100%;text-indent: 1em;line-height: 40px;border:1px solid #dcdcdc;border-radius:0px; height:100px; }
.wn_form div textarea:hover{margin:auto;width:100%;text-indent: 1em;line-height: 40px;border:1px solid #0a1e5b; border-radius:0px; 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:10%;text-align:center;}
.wn_form .btn input{float:left;	background-image: linear-gradient(#256fa8, #256fa8);/*background-image: linear-gradient(#cacaca, #a3a3a3);*/line-height: 40px;height:40px;width: 100%;text-align: center;border-radius:0px;color:#fff;border: 0px;}
.wn_form .btn input:hover{background-image: linear-gradient(#256fa8, #0a1e5b);}



.banner {
	max-height: 590px;
	background-color: #282828;
	position: relative;
	overflow: hidden;
}
.banner .warp {
	height: 100%;
}
.banner .w1300 {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	height: 590px;
}
.banner .swiper-slide {
	background-repeat: no-repeat;
	background-position-x: center;
	/*background-size: 100%;*/
	overflow: hidden;
	width: 100%;
}
.banner .swiper-pagination-bullet {
	background-color: #FFFFFF;
	width: 15px;
	height: 15px;
}
.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
.banner .blogo {
	width: 100%;
	text-align: center;
	margin-top: 58px;
}
.banner .b-t {
	width: 100%;
	text-align: center;
	margin-top: 34px;
}
.banner .b-bottom {
	text-align: center;
	width: 100%;
	margin-top: 45px;
}
.banner .b-bottom a {
	margin-right: 83.75px;
}
.banner .b-bottom img {
}
.banner .b-bottom a:last-child {
	margin-right: 0;
}
.banner .p1 {
	position: relative;
	margin-top: 39px;
	margin-left: -25px;
	display: inline-block;
}
.banner .p1 .dot {
	position: relative;
	width: 73px;
	height: 74px;
	display: inline-block;
}
.banner .p1 .dot .light {
	background-image: url(../images/light.png);
	width: 73px;
	height: 74px;
	text-align: center;
	animation: light 2s infinite linear;
	-webkit-animation: light 2s infinite linear;
}
.banner .p1 .dot .yuan {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #00fff7;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 25px;
	left: 30px;
}
.banner .p1 .bl {
	margin-top: 31px;
	margin-left: -30px;
}
.banner .p1 .text {
	position: absolute;
	bottom: -15px;
	right: 0;
}
.banner .p1 .text img:first-child {
	position: absolute;
	right: 22px;
	bottom: 23px;
}
.banner .p1 .text img:last-child {
	animation: text 2s infinite;
	animation-direction: alternate;
	-webkit-animation: text 2s infinite;
	-webkit-animation-direction: alternate;
}
.banner .p2 {
	position: absolute;
	top: 309px;
	left: 0;
	width: 380px;
	height: 130px;
}
.banner .p2 .dot .yuan {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #00fff7;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 25px;
	left: 17px;
}
.banner .p2 .dot .light {
	background-image: url(../images/light.png);
	width: 73px;
	height: 74px;
	text-align: center;
	animation: light 2s infinite linear;
	-webkit-animation: light 2s infinite linear;
	margin-left: -10px;
}
.banner .p2 .bl {
	position: absolute;
	left: 33px;
	top: -27px;
}
.banner .p2 .text {
	position: absolute;
	top: -15px;
	right: 0;
}
.banner .p2 .text img:first-child {
	position: absolute;
	right: 0;
	top: -40px;
}
.banner .p2 .text img:last-child {
	position: absolute;
	top: -62px;
	right: -22px;
	animation: text 2s infinite;
	animation-direction: alternate;
	-webkit-animation: text 2s infinite;
	-webkit-animation-direction: alternate;
}
.banner .p3 {
	position: absolute;
	top: 175px;
	left: 620px;
	width: 380px;
	height: 130px;
}
.banner .p3 .dot .yuan {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #00fff7;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 25px;
	left: 17px;
}
.banner .p3 .dot .light {
	background-image: url(../images/light.png);
	width: 73px;
	height: 74px;
	text-align: center;
	animation: light 2s infinite linear;
	-webkit-animation: light 2s infinite linear;
	margin-left: -10px;
	margin-top: -4px;
}
.banner .p3 .bl {
	position: absolute;
	left: 33px;
	top: 32px;
}
.banner .p3 .text {
	position: absolute;
	top: 0px;
	right: 30px;
}
.banner .p3 .text img:first-child {
	position: absolute;
	right: 30px;
	top: 0px;
}
.banner .p3 .text img:last-child {
	position: absolute;
	right: 8px;
	top: -22px;
	animation: text 2s infinite;
	animation-direction: alternate;
	-webkit-animation: text 2s infinite;
	-webkit-animation-direction: alternate;
}
.banner .p4 {
	position: absolute;
	right: 90px;
	top: 0;
	width: 327px;
	height: 160px;
}
.banner .p4 .dot .yuan {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #00fff7;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 25px;
	left: 17px;
}
.banner .p4 .dot .light {
	background-image: url(../images/light.png);
	width: 73px;
	height: 74px;
	text-align: center;
	animation: light 2s infinite linear;
	-webkit-animation: light 2s infinite linear;
	margin-left: -10px;
	margin-top: -4px;
}
.banner .p4 .bl {
	position: absolute;
	left: 26px;
	top: 41px;
}
.banner .p4 .text {
	position: absolute;
	bottom: 40px;
	right: 0;
}
.banner .p4 .text img:first-child {
	position: absolute;
	right: 30px;
	top: 0px;
}
.banner .p4 .text img:last-child {
	position: absolute;
	right: 16px;
	top: -16px;
	animation: text 2s infinite;
	animation-direction: alternate;
	-webkit-animation: text 2s infinite;
	-webkit-animation-direction: alternate;
}
.banner .p5 {
	position: absolute;
	right: 60px;
	bottom: 105px;
	width: 390px;
	height: 150px;
}
.banner .p5 .dot {
	position: relative;
	width: 73px;
	height: 74px;
	display: inline-block;
	margin-top: 95px;
	margin-left: 60px;
}
.banner .p5 .dot .light {
	background-image: url(../images/light.png);
	width: 73px;
	height: 74px;
	text-align: center;
	animation: light 2s infinite linear;
	-webkit-animation: light 2s infinite linear;
	margin-top: -3px;
	margin-left: 2px;
}
.banner .p5 .dot .yuan {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #00fff7;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 25px;
	left: 30px;
}
.banner .p5 .text {
	position: absolute;
	top: 10px;
	right: 0;
}
.banner .p5 .text img:first-child {
	position: absolute;
	right: 30px;
	top: 0px;
}
.banner .p5 .text img:last-child {
	position: absolute;
	right: 8px;
	top: -23px;
	animation: text 2s infinite;
	animation-direction: alternate;
	-webkit-animation: text 2s infinite;
	-webkit-animation-direction: alternate;
}
.banner .p5 .bl {
	position: absolute;
	left: 102px;
	top: 44px;
}
.banner .bottom {
	width: 1091px;
	height: 130px;
	position: absolute;
	bottom: 0;
	background-image: url(../images/bottom.png);
	left: 0;
}
.banner .bottom img:first-child {
	position: absolute;
	bottom: 36px;
	right: 26px;
}
.banner .bottom img:last-child {
	position: absolute;
	bottom: 13px;
	right: 5px;
	animation-direction: alternate;
	-webkit-animation: text 2s infinite;
	-webkit-animation-direction: alternate;
}
.banner .btt {
	position: absolute;
	left: 365px;
	top: 84px;
}
.banner .bb {
	position: absolute;
	bottom: 20px;
	left: 44px;
}
/* 搜索 */

/*.search {*/
/*	width: 100%;*/
/*	background-color: #eaeaea;*/
/*	padding-top: 23px;*/
/*	padding-bottom: 23px;*/
/*}*/
/*.search .fl {*/
/*	padding-top: 10px;*/
/*	font-size: 0;*/
/*}*/
/*.search .fl a {*/
/*	font-size: 14px;*/
/*	color: #515151;*/
/*	margin-right: 20px;*/
/*}*/
/*.search .fl a:hover {*/
/*	color: #2c88d7;*/
/*}*/
/*.search .fl font {*/
/*	font-size: 16px;*/
/*	color: #0d6fb8;*/
/*	margin-right: 10px;*/
/*}*/
/*.search .fr {*/
/*	font-size: 0;*/
/*}*/
/*.search .fr input[type='text'] {*/
/*	width: 249px;*/
/*	height: 35px;*/
/*	background-color: #ffffff;*/
/*	border: solid 2px #0d6fb8;*/
/*	text-indent: 17px;*/
/*	vertical-align: top;*/
/*	box-sizing: border-box;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	font-size: 14px;*/
/*}*/
/* .search .fr input[type='text']::-webkit-input-placeholder {*/
/* color: #d0cfd0;*/
/*}*/
/* .search .fr input[type='text']::-moz-input-placeholder {*/
/* color: #d0cfd0;*/
/*}*/
/*.search .fr input[type='submit'] {*/
/*	width: 91px;*/
/*	height: 35px;*/
/*	background-color: #0d6fb8;*/
/*	vertical-align: top;*/
/*	color: #FFFFFF;*/
/*	box-sizing: border-box;*/
/*	-webkit-box-sizing: border-box;*/
/*	-moz-box-sizing: border-box;*/
/*	font-size: 16px;*/
/*}*/
/* 解决方案 */

.index-fangan {
	margin-top: 100px;
	height: 852px;
	overflow: hidden;
}
.index-fangan .title {
	font-size: 52px;
	color: #000000;
	text-align: center;
	position: relative;
}
.index-fangan .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #0d6fb8;
	margin: 8px auto 11px;
}
.index-fangan .title2 {
	color: #000000;
	font-size: 18px;
	text-align: center;
}
.index-fangan .fangan-tab {
	margin-top: 40px;
	overflow: hidden;
}
.index-fangan .fangan-tab .bd img {
	width: 100%;
	height: 602px;
}
.index-fangan .fangan-tab .bd .cover {
	position: absolute;
	bottom: 50px;
	left: 12px;
	width: 98%;
	background-color: rgba(0, 0, 0, .8);
	padding: 15px 20px;
	color: #FFFFFF;
	font-size: 15px;
}
.index-fangan .fangan-tab .bd .cover .t {
	font-size: 24px;
	margin-bottom: 15px;
	overflow: hidden;

}
.index-fangan .fangan-tab .bd .cover .p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.index-fangan .fangan-tab .bd .cover .p a {
	font-size: 14px;
	color: #2c88d8;
	text-decoration: underline;
}
.index-fangan .fangan-tab .hd {
	height: 105px;
	background-color: #efefef;
}
.index-fangan .fangan-tab .hd ul li {
	float: left;
	width: 240px;
	height: 105px;
	border-right: 1px solid #cecece;
	position: relative;
	line-height: 105px;
	transition: all 0.5s linear;
	overflow: hidden;
	vertical-align: top;
}
.index-fangan .fangan-tab .hd ul li:first-child {
	border-left: 1px solid #cecece;
}
.index-fangan .fangan-tab .hd ul li a {
	display: block;
	font-size: 18px;
	padding-left: 40px;
}
.index-fangan .fangan-tab .hd ul li a {
	color: #282828;
}
.index-fangan .fangan-tab .hd ul li img {
	margin-top: 30px;
}
.index-fangan .fangan-tab .hd ul li img.none {
	display: none;
}
.index-fangan .fangan-tab .hd ul li.active {
	background-color: #0d6fb8;
	height: 131px;
	transform: translateY(-25px);
	border: none;
}
.index-fangan .fangan-tab .hd ul li.active img {
	display: none;
}
.index-fangan .fangan-tab .hd ul li.active img.none {
	display: inline;
}
.index-fangan .fangan-tab .hd ul li.active a {
	color: #FFFFFF;
	transform: translateY(12px);
}
/* 案例 */

.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;
}
/* 脚部 */

.ainiufooter {margin:0px auto; width:100%; display:table; height:238px;}
.ainiufooter .ainiufooter01{margin:0px auto; width:1200px; position:relative;}
.ainiufooter .ainiufooter01:after{content:""; position:absolute; height:120px; width:1px; background:#666; left:290px; top:60px;}
.ainiufooter .ainiufooter01 .lt{float:left; width:290px; margin-top:5%; }
.ainiufooter .ainiufooter01 .lt li{float:left; width:40%; margin-right:5%; color:#ddd; }
.ainiufooter .ainiufooter01 .lt li img {width:100%;}
.ainiufooter .ainiufooter01 .lt li p:nth-child(1){ margin-top:30%;}
.ainiufooter .ainiufooter01 .ct{float:left; width:640px; margin-top:5%; }
.ainiufooter .ainiufooter01 .ct dl{margin:0px auto; width:80%; display:table;}
.ainiufooter .ainiufooter01 .ct dl dt{float:left; width:14%; color:#ddd; line-height:25px;} 
.ainiufooter .ainiufooter01 .ct dl dt i{margin-right:10px;} 
.ainiufooter .ainiufooter01 .ct dl dd{float:left; width:70%; color:#ddd; line-height:25px;} 
.ainiufooter .ainiufooter01 .rt{float:right; width:250px; margin-top:5%; text-align:center;}
.ainiufooter .ainiufooter01 .rt img {margin:0px auto; width:60%;}
.ainiufooter .ainiufooter01 .rt p {margin:0px auto; width:100%; text-align:center; line-height:35px; color:#ddd;}
/* 内页 */

.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-bottom: 15px;
}
.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%;
}
/* 新闻 */

.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;
	color: #5c5c5c;
	line-height: 26px;
}
.news-title {
	border-bottom: dashed 1px #d2d2d2;
	font-size: 24px;
	padding-bottom: 14px;
	margin-bottom: 25px;
	line-height: normal;
	text-align: center;
	color: #242424;
}
.news-title div {
	color: #8f8f8f;
	font-size: 12px;
	margin-top: 10px
}
.news-title div a {
	color: #8f8f8f;
	font-size: 12px;
}
.news-article img {
	max-width: 100%;
}
.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: #0071c9;
}

.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;
}
