@charset "utf-8";



/* = CSS重定义
------------------------------------------------------------ */

.banner{}
.banner span{ display:block; height:600px;}
.banner .pic1{ background:url(../images/banner1.gif) no-repeat top center;}
.banner .pic2{ background:url(../images/banner2.gif) no-repeat top center;}
.main{ width:1200px; margin:0 auto;}
.table_txt{ overflow:hidden; padding-top:50px;}
.table_txt .t1,.table_txt th{ text-align:center; color:#0090de; font-size:24px; font-weight:bold;}
.table_txt td,.table_txt th{ background:#fff;line-height:30px;}
.zx2{ width:910px; margin:60px auto;  height:90px; line-height:90px; color:#fff; text-align:center;font-size:26px;}
.zx2 .t1{ float:left; background:#f5ab29; text-align:center; width:390px;  color:#fff; text-decoration:none;}
.zx2 .t1:hover{ background:#f57f29;}
.zx2 .t2{ float:left; border:1px dashed #fff; background:#6aa31b; padding:0 30px; font-weight:bold; line-height:88px;}
.bdtitle{ text-align:center; font-weight:bold; color:#fff; line-height:70px; text-shadow:2px 2px 2px #6ca93e; padding-bottom:40px;}
.bdtitle .t1{ font-size:36px;}
.bdtitle .t2{ font-size:30px;}
.bdtitle .t2 span { color:#f36f9a; font-size:36px;}

.page10{ overflow:hidden;}
.page10{ padding-top:40px; overflow:hidden;}
.page10 ul{ padding:40px 0 0 250px; width:100%;}
.page10 .g1{ background:url(../images/pic6.gif) no-repeat 0 20px;}
.page10 .g2{ background:url(../images/pic7.gif) no-repeat 0 20px;}
.page10 .g3{ background:url(../images/pic8.gif) no-repeat 0 20px;}
.page10 .list1,.page10 .list2{ overflow:hidden; }
.page10 .list1 li{ float:left; width:221px; margin-right:18px; text-align:center;}
.page10 .list1 li img{}
.page10 .list1 li p{ font-size:16px; padding:20px 10px 10px;  line-height:22px; background:#fff; border-radius:10px; height:50px; margin-top:10px;}

.page10 .list2 li{ float:left; width:294px; margin:0 18px 0 10px; text-align:center;}
.page10 .list2 li img{}
.page10 .list2 li p{ font-size:16px; padding:10px; line-height:24px; background:#fff; border-radius:10px; height:190px; margin-top:10px;}

.zx1{ position:absolute;width:310px; height:95px; display:block; border-radius:15px; bottom:5px;  right:154px;animation:zx .7s infinite;}
.zx3{ position:absolute; left:332px; top:476px; display:block; width:310px; height:45px; border-radius:50px; animation:zx .7s infinite;}
@keyframes zx
{
	0%{background:rgba(0,0,0,0)}
	50%{background:rgba(0,0,0,0)}
	100%{background:rgba(0,0,0,.1)}
}
