*{margin:0;padding:0;}	
a{text-decoration: none;}
ul{list-style: none;}
body{min-width: 1400px;/*padding-bottom: 50px;*/}
@font-face
{
    font-family: Microsoft YaHei;
}
input,textarea,select,a:focus {
     outline: none;
}


.global{width: 100%;height: auto;}
/*顶部*/
.index-top{width:1200px;height:140px;padding-top:12px;margin:auto;display:flex;align-items:center;justify-content:space-between;}
.index-top-a{display:flex;align-items:center;white-space:nowrap;}
.index-top-a img{max-width:85px;margin-right:12px;}
.index-top-a div{color:#000000;font-family:Microsoft YaHei;font-size:25px;border:none;}
.index-top-a p{font-size:5px!important;font-weight:bold;color:#999;margin-top:7px;}
.index-top-b{color:white;font-family:Microsoft YaHei;font-size:20px;font-style:italic;font-weight: bold;background-color:#00448B;padding:9px 20px 7px;}
.index-top-c{width: 120px;height: 44px;background:#c30013;color:white;font-family:Microsoft YaHei;font-size: 22px;font-style: italic;margin-left:54px;font-weight: bold;text-align: center;line-height: 44px;}
.index-top-d{display:flex;align-items:center;justify-content:space-between;}
.index-top-d img{width:59px;height: 59px;}
.index-top-d div{margin-left:12px;}
.index-top-d div p:first-child{color:#000;font-family:Microsoft YaHei;font-size:20px;font-weight: bold;margin-top:5px;}
.index-top-d div p:last-child{color:#666;font-family:Microsoft YaHei;font-size:21px;margin-top:6px;}
/*导航栏*/
.index-nav{width: 100%;height: auto;background:#00458B;}
.nav-center{width: 1200px;margin:auto;}
.nav-center ul{display: flex;}
.nav-center ul a li:hover{background:red;}
.click-Nav{width: 172px;height: 67px;color:white;font-family:Microsoft YaHei;font-size: 16px;text-align: center;line-height: 67px;cursor: pointer;}
/*轮播图*/
.index-banner{width: 100%;height: auto;}
/*搜索框*/
.index-search{width:1200px;margin:auto;margin-top:30px;display: flex;align-items: center;justify-content: space-between;}
.search-left ul{display: flex;}
.search-left ul li{color:#000000;font-family:Microsoft YaHei;font-size: 14px;margin-left: 5px;cursor: pointer;}
.search-right{width: 403px;height: auto;position: relative;display: flex;align-items: center;}
.search-right input{width: 403px;height: 37px;border:solid #ccc 1px;border-radius: 20px;padding-left: 20px;color:#333333;font-family:Microsoft YaHei;font-size: 14px;}
.search-right img{width: 20px;height: 22px;position: absolute;right:20px;cursor: pointer;}

/*底部*/
.footer{width: 100%;height: 300px;background:#00458B;margin-top:70px;}
.footer-center{width: 1200px;margin:auto;}
.footer-center-last{width: 100%;margin-top:50px;display: flex;justify-content: space-around;align-items: center;}
.footer-a{max-width: 311px;height: 119px;cursor: pointer;}
.footer-b{color:white;font-family:Microsoft YaHei;font-size: 16px;line-height: 25px;}

/* 置顶 */
.top{position:fixed;bottom:100px;right:20px;}
.top img{float:right;}



/*上下轮播*/
.picMarquee-top{ margin:0 auto;  width:100%; overflow:hidden; position:relative;   }
.picMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-top .hd .prev,.picMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
.picMarquee-top .hd .next{ background-position:0 -140px;  }
.picMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
.picMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
.picMarquee-top .bd{ padding:10px;   }
.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-top .bd ul li{ text-align:center; zoom:1; }
.picMarquee-top .bd ul li .pic{ text-align:center; display: flex;justify-content: center;}
.picMarquee-top .bd ul li .pic img{ width:250px; height:199px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-top .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-top .bd ul li .title{ line-height:40px;color:#333333;font-family:Microsoft YaHei;font-size: 14px; }