/*加载外部通用CSS*/
@import url("normalize.css");
html,body{min-width: 1000px;}
/*index.css*/
.header{height: 480px;background: url(images/banner.jpg) no-repeat center top;}
.center{width: 1000px;margin: 0 auto;}

.top-link{text-align: center;padding-top: 340px;}
.top-link a{font-size: 24px;color: #fff;text-decoration: none;margin: 0 24px;}
.top-link a i{display: inline-block;width: 45px;height: 45px;vertical-align: -12px;margin-right: 12px;}
.top-link a i.icon_01{background: url(images/icon-01.png) no-repeat;margin-right: 16px;}
.top-link a i.icon_02{background: url(images/icon-02.png) no-repeat;}
.top-link a i.icon_03{background: url(images/icon-03.png) no-repeat;}
.top-link a:hover{color: #ffde01;}
.top-link a:hover i.icon_01{background: url(images/icon-01-hover.png) no-repeat;}
.top-link a:hover i.icon_02{background: url(images/icon-02-hover.png) no-repeat;}
.top-link a:hover i.icon_03{background: url(images/icon-03-hover.png) no-repeat;}

.nav ul li a{font-size: 24px;width: 169px;height: 55px;line-height: 55px;padding-left: 15px;display: block;background: url(images/li-bg.png) no-repeat;color: #fff;text-decoration: none;}
.nav ul li{float: left;margin-left: 3px;}
.nav ul{overflow: hidden;}
.nav ul li.index1 a{padding-left: 25px;width: 159px;}
.nav ul li a:hover{opacity: 0.9;filter:alpha(opacity=90);}

.title1{height: 78px;background: url(images/title-01.png) no-repeat center top;font-size: 30px;line-height: 66px;color: #fff;text-align: center;margin: 50px 0 40px 0; }

.table table{width: 100%;}
.table table tr th{font-size: 18px;color: #fff;background: #4d83e5;padding: 15px 0}
.table table tr td{padding: 12px 0;text-align: center;border: 1px solid #7b7b7b;font-size: 16px;}
.table table tr td a{color: #4d83e5}

.boxs{width: 1033px;cursor: pointer;}
.box{width: 225px;height: 285px;float: left;margin-right: 33px;position: relative;overflow: hidden;}
.box .box-show{position: absolute;z-index: 1;left: 0;top: 0;}
.box .box-hide{position: absolute;z-index: 2;left: 100%;top: 100%;transition:0.5s all;background: #4c6cd2;height: 100%}
.box .box-hide.show{left: 0;top: 0;transition:0.5s all;}
.box .box-hide p{line-height: 30px;color: #fff;padding: 15px;}
.box .num{text-align: center;color: #fff;position: absolute;width: 100%;padding-top: 20px;top: 0;left: 0;}
.box .num span{font-size: 60px;line-height: 60px;padding: 47px 0 32px 0;display: block;}
.box .num p{font-size: 30px;text-align: center;line-height: 30px;}

.dais .dai{width: 465px;height: 472px;border: 1px solid #dcdcdc;}
.dais .dai h1{font-size: 30px;color: #fff;height: 78px;line-height: 78px;padding-left: 30px;background: #ffa800;border-bottom: 1px solid #dcdcdc}
.dais .dai .txt{margin-top: 0px;padding: 0 25px;}
.dais .dai .txt h2{margin-top: 30px;font-size: 18px;}
.dais .dai .txt p{margin-top: 7px;font-size: 14px;line-height: 30px;}

.main-2{background: #f3f3f3;margin-top: 50px;}

.stuff{padding: 30px 0 68px 0}
.stuff .title1{margin: 0}
.stuff .txt p{font-size: 18px;line-height: 36px;margin-top: 40px;}














/*通用底部代码*/
.footer{background: #333;padding: 28px 0 20px 0}
#glbbot{border:0;color: #fff;}
#glbbot a:link{color: #fff;}
#glbbot a:visited,#glbbot a:hover{color: #fff;}














