@charset "utf-8"; /* CSS Document */ /*奕网特科技有限公司 */ 
*{
	margin:0;
	padding:0;
	list-style:none;}
body{
	font:normal 14px/22px 微软雅黑;
	width:100%;}
a{text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;}
img{
	border:0;vertical-align: middle;}
img{
-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;}
ul,li{
	padding:0px;
	margin: 0px;}

.cl{ clear:both;}
.bg {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    width: 100%;}
@media only screen and (max-width:1024px) {
.pc{ display:none;}
.pc-block{ display:none;}
.phone{ display:block;}
}
@media only screen and (min-width:1025px)  {
.pc{ display:block;}
.pc-block{ display: inline-block;}
.phone{ display:none;}
}

/*回到顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(54, 54, 54, 0.8) url(../images/cd-top-arrow.jpg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;}
.cd-top.cd-fade-out {
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
  opacity: .5;}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;}
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;}
}


/*列表页*/
.am-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1200px;}

.page {
    margin: 0 auto;
    padding: 40px 0;}
@media only screen and (max-width:640px) {
.page {
    margin: 0 auto;
    padding: 0;}
}
.listpage {
    margin: 20px auto;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    background-color: rgba(255,255,255,0.88);
    padding-bottom: 20px;
    overflow: hidden;
	min-height: 560px;}
@media only screen and (max-width:640px) {
.listpage {
    margin: 0;}
}
/*列表页左侧边栏导航*/
.listside {
    float: left;
    width: 250px;
    padding-right: 20px;}
.listsider {
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 20px;}
.listsider .title {
    line-height: 74px;
    margin-bottom: 5px;
    height: 74px;
    padding-bottom: 6px;
    font-size: 18px;
    color: #fff;
    background: url(../images/listsiderbg.jpg) no-repeat;}
.listsider .title a{
    display: block;
    line-height: 74px;
    border: none;
    padding-left: 85px;
    text-align: left;
    font-size: 24px;
    color: #fff;}
.listsider .title a:hover{color: #fff;}
.listlm{}
.listlm ul{
    list-style: none;
	overflow:hidden;
	margin:0;
	padding:0;}
.listlm ul li a {
    margin-top: 2px;
    display: block;
    line-height: 50px;
    padding-left: 4px;
    background: #e9ecef;
    color: #555;
    font-size: 16px;
    text-align: center;}
.listlm ul li a:hover{
    margin-top: 2px;
    display: block;
    line-height: 50px;
    padding-left: 4px;
	background-color:#cfd4d9;    
	color: #555;
    font-size: 16px;
    text-align: center;}
/*列表页右侧*/
.listnr {
    padding-left: 20px;
    overflow: hidden;}
.listnewslist {
    padding-left: 20px;
    overflow: hidden;}

@media screen and (max-width: 640px) {
.listnewslist .list{
    margin-bottom: 10px;
    overflow: hidden;
	width:96%;
	min-height:300px;}
.listnewslist {
    padding-left: 0;
    overflow: hidden;}	
}
@media screen and (min-width:641px) {
.listnewslist .list{
    margin-bottom: 10px;
    overflow: hidden;
	width:96%;
	min-height:400px;}}

.listnewslist .list .title{
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;}
.listlmtitle a{
    float:left;
    display: inline-block;
    zoom: 1;
    padding: 0 15px;
    line-height: 50px;
    font-size: 24px;
    color: #555;
    border-bottom: 2px solid #01487C;}
.listlmtitle a:hover{
	text-decoration:none;}
.path {
    float: right;
    margin-top: 5px;}
.path em{
    padding-left: 20px;
	padding-bottom:5px;
	height:40px;
	font-weight: normal;
    font-style: normal;
	color:#222;}
.path em i{padding: 0 5px;}
.path em img{ padding-top:5px; padding-bottom:0;}
.path a {
    padding: 0 5px;
    color: #222;
    text-decoration: none;}

.listnewslist .list span a{}
.path{line-height: 40px;
    font-size: 12px;}
.path a{padding: 0 5px;color: #222;
    text-decoration: none;
    outline: none;line-height: 40px;
    font-size: 12px;}
@media screen and (max-width: 640px) {
  .listnewslist .list .lb {}
}
@media screen and (min-width: 641px) {
  .listnewslist .list .lb {clear: both;padding: 0;overflow: hidden;}
}	

@media screen and (max-width: 640px) {
.listnewslist .list .lb ul {list-style: none;position: relative;padding: 0 0 30px 0;margin: 0;}
}
@media screen and (min-width: 641px) {
.listnewslist .list .lb ul{margin:0;padding:0;}	
}	

.listnewslist .list .lb ul li{
    padding: 15px;    
    margin: 0;
	border-bottom: 1px dotted #ddd;
	overflow:hidden;}

@media screen and (max-width: 640px) {
.listnewslist .list .lb ul li a{color:#333333; display:block;}
}
@media screen and (min-width:641px) {
.listnewslist .list .lb ul li a{ color:#333333;}
}
.listnewslist .list .lb ul li:hover{
    padding: 15px;
    margin: 0;
	border-bottom: 1px dotted #ddd;
	background:#f9f9f9;}
.p15{ padding-left:15px;}
.listpic{ float:left;}
.listpic a{ width:120px; height:90px; overflow:hidden;}
.listpic a img{border-color:1px #f90;margin-right: 10px;max-width:120px;max-height:90px; min-width: 120px;}
.newsbt{
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
	padding: 0 0 5px;
    line-height: 1.8em;}
.newsbt:hover{ text-decoration:underline;}
.jianjie{	display:inline;}
.jianjie br{ display:none;}
.jianjie a{ text-indent: 2em;
    color: #999;
    line-height: 1.6em;
    font-size: 12px;
	display:inline;}
.jianjie a:hover{
     color: #999;
     text-decoration:none;}

.newslist_more{     
    margin-left: 10px;
    color: #f50;
    font-size: 12px;
    display:inline-block
;}
.newslist_more a{ 
    margin-left: 10px;
    color: #f50;
    font-size: 12px;
    display:inline-block
;}
.newslist_more a:hover{ 
    display:inline-block;
	color:#de080a;}
.listnewslist .list .lb ul li .ltitle {
    padding: 0 0 5px;
    line-height: 1.8em;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    outline: none;}
.listnewslist .list .lb ul li .ltitle:hover {
    padding: 0 0 5px;
    line-height: 1.8em;
    height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: #de080a;
    outline: none;}
/*
.article{
    padding: 10px 20px 0;
}
.article .atitle{
    padding: 0 0 15px 0;
    font-size: 24px;
    line-height: 1.5em;
    font-family: "微软雅黑";
    color: #000;
    text-align: center;
}
.article .apro{
    background-color: #f9f9f9;
    border: 1px solid #eee;
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.article .atxt{
    color: #333;
    font-size: 16px;
    line-height: 1.75em;
    padding: 15px 0 10px 0;
    width: 100%;
    overflow: hidden;
	text-indent:2em;
}
/*分页页码样式*/
.shpa{ 
    height:30px;
	margin-top:40px;
    float:left;} 
.shpa b{ 
	float:left;
	line-height:25px;
	height:25px;
	margin-left:5px;
	font-size:12px;
	border:1px solid #E9E9E9;
	padding:0px 10px;
	width:auto;
    background-color: #003399;
    color: #FFF;} 
.shpa a{ color:#1c64c4;
	float:left;
	line-height:25px;
	height:25px;
	margin-left:5px;
	font-size:12px;
	border:1px solid #E9E9E9;
	padding:0px 10px;
	width:auto;} 
.shpa a:hover{ 
	color:#003399;
	text-decoration:none;
        border: 1px solid #E9E9E9;} 

/*内容页*/

.add{ height:40px; margin:5px auto;}
.addpic{ width:15px; height:40px; display:block; float:left;}
.addpic img{ margin:12px 0;}
.address{ height:40px; display:block; line-height:40px;}
.address a{ line-height:40px;color: #0060a9;font-family:"微软雅黑"; font-size: 13px;}
.artcontent {
    margin: 0 auto;
    width: 96%;}
.title_w {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #343434;
    font-size: 26px;font-family:"微软雅黑";font-weight: bold;
    line-height: 150%;}
.apro {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    color: #666;
    font-size: 12px;}
.bt_content_w {
    font-size: 15px;
    font-family: "微软雅黑";
    color: rgb(61, 61, 61);
    line-height: 26px;
    text-decoration: none;}
@media screen and (max-width: 640px) {
  .bt_content_w {font-size: 15px;font-family: "微软雅黑";color: rgb(61, 61, 61);line-height: 26px;text-decoration: none;}
}
@media screen and (min-width:641px) {
  .bt_content_w {min-height: 242px;font-size: 15px;font-family: "微软雅黑";color: rgb(61, 61, 61);line-height: 26px;text-decoration: none;}
}
.bt_content_w table {border: 1px solid #000000;}
.bt_content_w p img{ max-width:1024px;border: #E2E2E2 1px solid;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;}
@media only screen and (max-width:640px) {
.bt_content_w p img{ max-width:95%;height: inherit;border: #E2E2E2 1px solid;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;}

}
.printclose {
    text-align: right;
    padding: 10px 0 20px;
	display:block;}
.printclose a{font-size:14px;  color:#3D3D3D;    padding: 0 1.5em;}
.printclose a:hover{ color:#0060a9;}
.back {
    display: block;
    background: #1a70aa;
    text-align: center;
    color: #fff;
    clear: both;border: none;padding: 8px 12px;float: right;}
.back:hover {
    display: block;
    background: #b50000;
    text-align: center;
    color: #fff;
    clear: both;border: none;padding: 8px 12px;float: right;}
/*相关信息*/
.xgxx{width:90%; margin:0 auto;overflow:hidden;}
.xgxx .listnext p{ margin:0;}
.xgxx .listnext p a{ color:#000000;}
.xgxx_tit{color:#2d89e8; font-size:16px; font-weight:bold; line-height:40px;}
.xgxx_lb{width:100%; overflow:hidden;}
.xgxx_lb li{border-bottom:1px dashed #e8e8e8;height:36px;line-height:36px;width:100%;margin:0 auto;background:url(jt_11.gif) no-repeat left;}
.xgxx_lb li a{float:left; width:86%; padding-left:15px;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; display:block; float:left;}
.xgxx_lb .bt_time{ display:block; width:11%; float:right; font-size:14px;}


@media screen and (max-width: 640px){
.listpage {
    width: 100%;
    overflow: hidden;}
}
.list-page{
    width: 100%;
	height: 36px;
    line-height: 36px;
    padding-left: 2em;
	color:#222;}
.list-page a{
	color:#222;}
.list-page a:hover{
	color:#222;}
.listnewslist .list span{ 
    color:#003399;
    margin-top: 5px;
	line-height:24px;}
@media screen and (max-width: 640px){
.listnewslist .list .lb {}
}

@media screen and (max-width: 640px){
.listnewslist .list .lb ul {
    list-style: none;
    position: relative;
    padding: 0 0 30px 0;
    margin: 0;}
}
@media screen and (max-width: 640px){
.listnewslist .list .lb ul li a {
    color: #333333;
    display: block;}
}

.am-g {
    margin: 0 auto;
    width: 100%;}

.am-g:before, .am-g:after {
    content: " ";
    display: table;}
.list-news-nr span, .list-news li a:focus .list-news-nr span {
    color: #17509d;}
.list-news-nr span {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    padding-bottom: 8px;
    webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;}
.list-news-time span {
    font-size: 14px;
    font-weight: bold;
    display: table-row-group;
    line-height: 16px;}
.am-g-collapse [class*="am-u-"] {
    padding-left: 0;
    padding-right: 0;}
[class*="am-u-"] + [class*="am-u-"]:last-child {
    float: right;}
[class*="am-u-"] {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
    position: relative;}
.am-u-sm-2 {
    width: 16.66666667%;}
.am-u-sm-10 {
    width: 83.33333333%;}
.list-news-nr { padding-left:4%; position:relative;}

.list-news-nr span { font-size:18px; font-weight:bold; color:#333;line-height:20px; padding-bottom:8px;webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.list-news-nr p { font-size:14px; color:#666;line-height:26px; margin:20px 0 0; text-indent:2em;}
.list-news-time {text-align:right;color:#c1c1c1;font-family: Arial;webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;position: relative;z-index:2;}
.list-news-time span { font-size:14px;  font-weight:bold; display:table-row-group; line-height:16px;}
.list-news-nr:after,.list-news li a:focus .list-news-nr:after {background-color:#c1c1c1;}
.list-news-time,.list-news li a:focus .list-news-time {color:#17509d;}
.list-news-nr span,.list-news li a:focus .list-news-nr span{color:#17509d;}




/* LIST-IMGLB1 */
.list-imglb1 {padding-top:20px;}
.list-imglb1 .am-thumbnails { margin-left: -1.5rem;margin-right: -1.5rem;}
.list-imglb1 .am-thumbnails > li {padding: 0 1.5rem 3rem 1.5rem; margin:20px 0 ; padding:0;} 
.list-imglb1 ul {position:relative; padding-bottom:20px;}
.list-imglb1 li a{ text-align:center; padding:20px; border:1px #ffffff solid; display:block;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.list-imglb1 li a img {-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s; width:96%;}
@media only screen and (min-width: 1024px) {
.list-imglb1 li a img {-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s; width:96%; min-height:157px; max-height:157px;}
}
.list-imglb1 li h3 { font-size:18px; color:#333; text-align:center; margin:1rem 0; padding:10px 0; position:relative;}
.list-imglb1 li p { font-size:12px; text-align:left; color:#666; text-indent:2em; height:72px; line-height:24px; margin-bottom:0; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.list-imglb1 li a:hover img,.list-imglb1 li a:focus img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.list-imglb1 li a:hover,.list-imglb1 li a:focus {border:1px #17509d solid;}
.list-imglb1 li h3:after {content:" ";-webkit-transition:all .2s linear;transition: all .2s linear;position: absolute;left: 50%;margin-left:-30px;bottom:0;width:60px;border-bottom:2px #17509d solid;}
.list-imglb1 li a:hover h3:after,.list-imglb1 li a:focus h3:after {width:80px;margin-left:-40px;}
.list-more { text-align:center; margin-left:-105px; position:absolute; bottom:0; left:50%;}
.list-more a{border-radius: 4px;padding:0; line-height:60px; height:60px; overflow:hidden;width:210px; font-size:18px; border:none;}
/* LIST-IMGLB2 */
.list-imglb2 {padding-top:20px;}
.list-imglb2 .am-thumbnails { margin-left: -1rem;margin-right: -1rem;}
.list-imglb2 .am-thumbnails > li {padding: 0 1rem 2rem 1rem;} 
.list-imglb2 li a{ padding:20px; border:1px #cccccc solid; display:block;text-align:center;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.list-imglb2 li a img {-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.list-imglb2 li p { font-size:16px; color:#333; overflow:hidden; line-height:24px; padding-top:10px;  margin:0;}
.list-imglb2 li a:hover img,.list-imglb2 li a:focus img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.list-imglb2 li a:hover,.list-imglb2 li a:focus {border:1px #17509d solid;}
/* LIST-IMGLB3 */
.list-imglb3 {padding-top:20px;}
.list-imglb3 .am-thumbnails { margin-left: -2rem;margin-right: -2rem;}
.list-imglb3 .am-thumbnails > li {padding: 0 2rem 3rem 2rem;} 
.list-imglb3 ul {position:relative; padding-bottom:80px;}
.list-imglb3 li a{ padding:20px; border:1px #cccccc solid; display:block;-webkit-transition:  all ease-out .3s;-moz-transition:  all ease-out .3s;transition:  all ease-out .3s;}
.list-imglb3 li h3 { font-size:18px; color:#333;margin:1rem 0; padding:5px 0; position:relative;}
.list-imglb3 li p { font-size:14px; color:#666; height:72px; line-height:24px; margin:0; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.list-imglb3 li a:hover h3 { color:#17509d ;}
.list-imglb3 li a:hover,.list-imglb3 li a:focus {border:1px #17509d solid;}



[class*="am-avg-"] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;}
[class*="am-avg-"]:before,
[class*="am-avg-"]:after {
  content: " ";
  display: table;}
[class*="am-avg-"]:after {
  clear: both;}
[class*="am-avg-"] > li {
  display: block;
  height: auto;
  float: left;}
@media only screen {
  .am-avg-sm-1 > li {
    width: 100%;}
  .am-avg-sm-1 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-1 > li:nth-of-type(1n + 1) {
    clear: both;}
  .am-avg-sm-2 > li {
    width: 50%;}
  .am-avg-sm-2 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-2 > li:nth-of-type(2n + 1) {
    clear: both;}
  .am-avg-sm-3 > li {
    width: 33.33333333%;}
  .am-avg-sm-3 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-3 > li:nth-of-type(3n + 1) {
    clear: both;}
  .am-avg-sm-4 > li {
    width: 25%;}
  .am-avg-sm-4 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-4 > li:nth-of-type(4n + 1) {
    clear: both;}
  .am-avg-sm-5 > li {
    width: 20%;}
  .am-avg-sm-5 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-5 > li:nth-of-type(5n + 1) {
    clear: both;}
  .am-avg-sm-6 > li {
    width: 16.66666667%;}
  .am-avg-sm-6 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-6 > li:nth-of-type(6n + 1) {
    clear: both;}
  .am-avg-sm-7 > li {
    width: 14.28571429%;}
  .am-avg-sm-7 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-7 > li:nth-of-type(7n + 1) {
    clear: both;}
  .am-avg-sm-8 > li {
    width: 12.5%;}
  .am-avg-sm-8 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-8 > li:nth-of-type(8n + 1) {
    clear: both;}
  .am-avg-sm-9 > li {
    width: 11.11111111%;}
  .am-avg-sm-9 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-9 > li:nth-of-type(9n + 1) {
    clear: both;}
  .am-avg-sm-10 > li {
    width: 10%;}
  .am-avg-sm-10 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-10 > li:nth-of-type(10n + 1) {
    clear: both;}
  .am-avg-sm-11 > li {
    width: 9.09090909%;}
  .am-avg-sm-11 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-11 > li:nth-of-type(11n + 1) {
    clear: both;}
  .am-avg-sm-12 > li {
    width: 8.33333333%;}
  .am-avg-sm-12 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-sm-12 > li:nth-of-type(12n + 1) {
    clear: both;}
}
@media only screen and (min-width:641px) {
  .am-avg-md-1 > li {
    width: 100%;}
  .am-avg-md-1 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-1 > li:nth-of-type(1n + 1) {
    clear: both;}
  .am-avg-md-2 > li {
    width: 50%;}
  .am-avg-md-2 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-2 > li:nth-of-type(2n + 1) {
    clear: both;}
  .am-avg-md-3 > li {
    width: 33.33333333%;}
  .am-avg-md-3 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-3 > li:nth-of-type(3n + 1) {
    clear: both;}
  .am-avg-md-4 > li {
    width: 25%;}
  .am-avg-md-4 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-4 > li:nth-of-type(4n + 1) {
    clear: both;}
  .am-avg-md-5 > li {
    width: 20%;}
  .am-avg-md-5 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-5 > li:nth-of-type(5n + 1) {
    clear: both;}
  .am-avg-md-6 > li {
    width: 16.66666667%;}
  .am-avg-md-6 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-6 > li:nth-of-type(6n + 1) {
    clear: both;}
  .am-avg-md-7 > li {
    width: 14.28571429%;}
  .am-avg-md-7 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-7 > li:nth-of-type(7n + 1) {
    clear: both;}
  .am-avg-md-8 > li {
    width: 12.5%;}
  .am-avg-md-8 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-8 > li:nth-of-type(8n + 1) {
    clear: both;}
  .am-avg-md-9 > li {
    width: 11.11111111%;}
  .am-avg-md-9 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-9 > li:nth-of-type(9n + 1) {
    clear: both;}
  .am-avg-md-10 > li {
    width: 10%;}
  .am-avg-md-10 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-10 > li:nth-of-type(10n + 1) {
    clear: both;}
  .am-avg-md-11 > li {
    width: 9.09090909%;}
  .am-avg-md-11 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-11 > li:nth-of-type(11n + 1) {
    clear: both;}
  .am-avg-md-12 > li {
    width: 8.33333333%;}
  .am-avg-md-12 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-md-12 > li:nth-of-type(12n + 1) {
    clear: both;}
}
@media only screen and (min-width:1025px) {
  .am-avg-lg-1 > li {
    width: 100%;}
  .am-avg-lg-1 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-1 > li:nth-of-type(1n + 1) {
    clear: both;}
  .am-avg-lg-2 > li {
    width: 50%;}
  .am-avg-lg-2 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-2 > li:nth-of-type(2n + 1) {
    clear: both;}
  .am-avg-lg-3 > li {
    width: 33.33333333%;}
  .am-avg-lg-3 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-3 > li:nth-of-type(3n + 1) {
    clear: both;}
  .am-avg-lg-4 > li {
    width: 25%;}
  .am-avg-lg-4 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-4 > li:nth-of-type(4n + 1) {
    clear: both;}
  .am-avg-lg-5 > li {
    width: 20%;}
  .am-avg-lg-5 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-5 > li:nth-of-type(5n + 1) {
    clear: both;}
  .am-avg-lg-6 > li {
    width: 16.66666667%;}
  .am-avg-lg-6 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-6 > li:nth-of-type(6n + 1) {
    clear: both;}
  .am-avg-lg-7 > li {
    width: 14.28571429%;}
  .am-avg-lg-7 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-7 > li:nth-of-type(7n + 1) {
    clear: both;}
  .am-avg-lg-8 > li {
    width: 12.5%;}
  .am-avg-lg-8 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-8 > li:nth-of-type(8n + 1) {
    clear: both;}
  .am-avg-lg-9 > li {
    width: 11.11111111%;}
  .am-avg-lg-9 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-9 > li:nth-of-type(9n + 1) {
    clear: both;}
  .am-avg-lg-10 > li {
    width: 10%;}
  .am-avg-lg-10 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-10 > li:nth-of-type(10n + 1) {
    clear: both;}
  .am-avg-lg-11 > li {
    width: 9.09090909%;}
  .am-avg-lg-11 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-11 > li:nth-of-type(11n + 1) {
    clear: both;}
  .am-avg-lg-12 > li {
    width: 8.33333333%;}
  .am-avg-lg-12 > li:nth-of-type(n) {
    clear: none;}
  .am-avg-lg-12 > li:nth-of-type(12n + 1) {
    clear: both;}
}
/* 浮云 */
.web-bodyInfo {
    background-image: -moz-linear-gradient( 90deg, rgb(20,102,202) 0%, rgb(93,162,219) 37%, rgb(93,162,219) 63%, rgb(57,132,211) 80%, rgb(20,102,202) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(20,102,202) 0%, rgb(93,162,219) 37%, rgb(93,162,219) 63%, rgb(57,132,211) 80%, rgb(20,102,202) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(20,102,202) 0%, rgb(93,162,219) 37%, rgb(93,162,219) 63%, rgb(57,132,211) 80%, rgb(20,102,202) 100%);}

/* logo */
.web-logoInfo {
    background: url(../images/logoinfo-bg.png) repeat-x;}
.web-logoInfo .logo-txt {
    float: right;}


.ksdh{
	height:130px;
	max-width:1200px;
	margin:0 auto;}
@media only screen and (min-width:1025px) and (max-width:1366px) {
.ksdh{
	height:100px;
	overflow:hidden
;}
}
#quickMenu .bd{margin-top:1px;border-left:none;}
#quickMenu .bd ul{width:100%;}
#quickMenu .bd li{position:relative;float:left;text-align:center;overflow:hidden; width:12.5%;border-top:1px solid #eee; border-bottom:1px solid #eee;}
#quickMenu .bd li .iconBtn{display:block;border-left:1px solid #eee;padding:20px 30px;width:99%;font-size:16px;color:#3666b5;transition: all 500ms ease 0s;}

@media only screen and (min-width:1025px) and (max-width:1366px) {
#quickMenu .bd li .iconBtn{display:block;border-left:1px solid #eee;padding:5px 30px;width:99%;font-size:16px;color:#3666b5;transition: all 500ms ease 0s;}
}
@media only screen and (min-width:641px) and (max-width:1024px) {
#quickMenu .bd li .iconBtn{display:block;border-left:1px solid #eee;padding:10px 30px;width:99%;font-size:16px;color:#3666b5;transition: all 500ms ease 0s;}
}
#quickMenu .bd li i{display:inline-block;*display:inline;zoom:1;width:60px;height:60px;line-height:200px;background: url(../images/iconquick.png) no-repeat ;overflow:hidden;}
@media only screen and (min-width:1025px) and (max-width:1366px) {
#quickMenu .bd li i{display:inline-block;*display:inline;zoom:1;width:40px;height:40px;line-height:200px;background: url(../images/iconquick2.png) no-repeat ;overflow:hidden;}
}

#quickMenu .bd li span{padding-top:5px;display:block; height:49px;}

@media only screen and (min-width:1027px) and (max-width:1366px) {
#quickMenu .bd li span{padding-top:5px;display:block; font-size:12px; height:49px;}
}
@media only screen and (min-width:1025px) and (max-width:1026px) {
#quickMenu .bd li span{padding-top:5px;display:block; font-size:12px; height:49px;}
}
#quickMenu .bd .a21 .iconBtn{color:#1fa5ad;}
#quickMenu .bd .a21 .iconBtn i{background-position:-60px 0;}
#quickMenu .bd .a22 .iconBtn{color:#458dbb;}
#quickMenu .bd .a22 .iconBtn i{background-position:-120px 0;}
#quickMenu .bd .a17 .iconBtn{color:#e97a20;}
#quickMenu .bd .a17 .iconBtn i{background-position:-180px 0;}
#quickMenu .bd .a23 .iconBtn{color:#675fb9;}
#quickMenu .bd .a23 .iconBtn i{background-position:-240px 0;}
#quickMenu .bd .a19 .iconBtn{color:#b58736;}
#quickMenu .bd .a19 .iconBtn i{background-position:-300px 0;}
#quickMenu .bd .a99 .iconBtn{color:#fc623e;}
#quickMenu .bd .a99 .iconBtn i{background-position:-360px 0;}
#quickMenu .bd .a47 .iconBtn{color:#04c38f;}
#quickMenu .bd .a47 .iconBtn i{background-position:-420px 0;}

@media only screen and (min-width:1025px) and (max-width:1366px) {
#quickMenu .bd .a21 .iconBtn{color:#1fa5ad;}
#quickMenu .bd .a21 .iconBtn i{background-position:-40px 0;}
#quickMenu .bd .a22 .iconBtn{color:#458dbb;}
#quickMenu .bd .a22 .iconBtn i{background-position:-80px 0;}
#quickMenu .bd .a17 .iconBtn{color:#e97a20;}
#quickMenu .bd .a17 .iconBtn i{background-position:-120px 0;}
#quickMenu .bd .a23 .iconBtn{color:#675fb9;}
#quickMenu .bd .a23 .iconBtn i{background-position:-160px 0;}
#quickMenu .bd .a19 .iconBtn{color:#b58736;}
#quickMenu .bd .a19 .iconBtn i{background-position:-200px 0;}
#quickMenu .bd .a99 .iconBtn{color:#fc623e;}
#quickMenu .bd .a99 .iconBtn i{background-position:-240px 0;}
#quickMenu .bd .a47 .iconBtn{color:#04c38f;}
#quickMenu .bd .a47 .iconBtn i{background-position:-280px 0;}
}


#quickMenu .bd li .rotate{position:absolute;top:0;left:0;background-color:#3666b5;color:#fff;font-size:16px;width:100%;padding:20px 30px;transition: all 500ms ease 0s;transform: rotateY(180deg);filter:alpha(opacity=0);opacity:0;}
@media only screen and (min-width:1025px) and (max-width:1366px) {
#quickMenu .bd li .rotate{position:absolute;top:0;left:0;background-color:#3666b5;color:#fff;font-size:16px;width:100%;padding:5px 30px;transition: all 500ms ease 0s;transform: rotateY(180deg);filter:alpha(opacity=0);opacity:0;}
}
#quickMenu .bd li .rotate i{display:inline-block;*display:inline;zoom:1;width:60px;height:60px;line-height:200px;background:url(../images/iconquick.png) no-repeat 0 -60px;overflow:hidden;}
@media only screen and (min-width:1025px) and (max-width:1366px) {
#quickMenu .bd li .rotate i{display:inline-block;*display:inline;zoom:1;width:40px;height:40px;line-height:200px;background:url(../images/iconquick2.png) no-repeat 0 -40px;overflow:hidden;}
}
#quickMenu .bd li .a21 .rotate{background-color:#1fa5ad;color:#fff;}
#quickMenu .bd li .a21 .rotate i{background-position:-60px -60px;}
#quickMenu .bd li .a22 .rotate{background-color:#458dbb;color:#fff;}
#quickMenu .bd li .a22 .rotate i{background-position:-120px -60px;}
#quickMenu .bd li .a17 .rotate{background-color:#e97a20;color:#fff;}
#quickMenu .bd li .a17 .rotate i{background-position:-180px -60px;}
#quickMenu .bd li .a23 .rotate{background-color:#675fb9;color:#fff;}
#quickMenu .bd li .a23 .rotate i{background-position:-240px -60px;}
#quickMenu .bd li .a19 .rotate{background-color:#b58736;color:#fff;}
#quickMenu .bd li .a19 .rotate i{background-position:-300px -60px;}
#quickMenu .bd li .a99 .rotate{background-color:#fc623e;color:#fff;}
#quickMenu .bd li .a99 .rotate i{background-position:-360px -60px;}
#quickMenu .bd li .a47 .rotate{background-color:#04c38f;color:#fff;}
#quickMenu .bd li .a47 .rotate i{background-position:-420px -60px;}
@media only screen and (min-width:1025px) and (max-width:1366px) {
#quickMenu .bd li .a21 .rotate{background-color:#1fa5ad;color:#fff;}
#quickMenu .bd li .a21 .rotate i{background-position:-40px -40px;}
#quickMenu .bd li .a22 .rotate{background-color:#458dbb;color:#fff;}
#quickMenu .bd li .a22 .rotate i{background-position:-80px -40px;}
#quickMenu .bd li .a17 .rotate{background-color:#e97a20;color:#fff;}
#quickMenu .bd li .a17 .rotate i{background-position:-120px -40px;}
#quickMenu .bd li .a23 .rotate{background-color:#675fb9;color:#fff;}
#quickMenu .bd li .a23 .rotate i{background-position:-160px -40px;}
#quickMenu .bd li .a19 .rotate{background-color:#b58736;color:#fff;}
#quickMenu .bd li .a19 .rotate i{background-position:-200px -40px;}
#quickMenu .bd li .a99 .rotate{background-color:#fc623e;color:#fff;}
#quickMenu .bd li .a99 .rotate i{background-position:-240px -40px;}
#quickMenu .bd li .a47 .rotate{background-color:#04c38f;color:#fff;}
#quickMenu .bd li .a47 .rotate i{background-position:-280px -40px;}
}

#quickMenu .bd li.on .iconBtn{transform: rotateY(180deg);filter:alpha(opacity=0);opacity:0;}
#quickMenu .bd li.on .rotate{transform: rotateY(0);filter:alpha(opacity=100);opacity:1;}