/* CSS Document */
*{margin:0;padding:0;}
a{text-decoration:none;}
a img{border:none;}
a:focus{outline:none;}
a:link,
a:visited,
a:hover,
a:active{text-decoration:none;}
img{border:none;}
input,
select,
textarea{outline:0;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
var,
em{font-weight:normal;font-style:normal;}
ul,
ol,
dl{list-style:none;}
body{font-family:"Microsoft YaHei";background-color:#fff;}
body img{border:0;vertical-align:top;}
body li{list-style:none;}
.noDesktop{display:none;}
.g-bdw{width:100%;max-width:1920px;margin-left:auto;margin-right:auto;background-color:#acd1ff;overflow:hidden;padding-bottom:100px;}

/*头图部分*/
.g-head{width:100%;background:url(../images/header.jpg) top center no-repeat;}
.g-head .m-head{width:1200px;margin-left:auto;margin-right:auto;height:720px;}
.m-title{width:100%;height:48px;position:relative;margin-left:auto;margin-right:auto;overflow:hidden;}
.m-title .u-more{position:absolute;width:49px;height:12px;background:url(../images/icon_more.png) top left no-repeat;top:8px;right:0px;}
.g-part2{width:1200px;margin-left:auto;margin-right:auto;margin-top:88px;}
.m-part2{width:100%;overflow:hidden;margin-top:60px;}
.m-part2 .m-title2{text-align:center;}
.m-part2 .m-conBox ul{padding-top:10px;width:1240px;zoom:1;}
.m-part2 .m-conBox ul:after{content:"";display:block;clear:both;}
.m-part2 .m-conBox ul li{float:left;width:220px;height:196px;margin:30px 25px 0 0;background-color:#cde3ff;}
.m-part2 .m-conBox ul li a{display:block;width:100%;height:100%;}
.m-part2 .m-conBox ul li img{width:220px;height:130px;}
.m-part2 .m-conBox ul li dl{width:200px;margin:12px auto 0;font-size:16px;line-height:22px;color:#000;text-align:center;}
.m-part2 .m-conBox ul li dl dt{margin-bottom:4px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.m-part2 .m-conBox ul li dl dd{font-family:"KaiTi";white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.m-part2 .m-conBox ul li:hover{background-color:#fff;box-shadow:0 0 18px #999;}
.g-part3{margin-top:110px;}
.g-part3 .m-part2{margin-top:0;}
.g-part3 .m-part2 .m-conBox ul{padding-top:20px;}
.g-part4{width:1200px;margin-left:auto;margin-right:auto;margin-top:110px;overflow:hidden;zoom:1;}
.g-part4:after{content:"";display:block;clear:both;}
.g-part4 a{float:left;width:581px;height:161px;background:url(../images/btn_zh.png) top left no-repeat;}
.g-part4 .btn-gj{float:right;background-image:url(../images/btn_gj.png?v=2);}

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}
.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}
@keyframes move1{
    from{height:0px;}
    to{height:269px;}
}
@-webkit-keyframes move1{
    from{height:0px;}
    to{height:269px;}
}
@-moz-keyframes move1{
    from{height:0px;}
    to{height:269px;}
}
@-o-keyframes move1{
    from{height:0px;}
    to{height:269px;}
}