@charset "utf-8"; /* CSS Document */ /* * @description * @author GuoR * @Date 2020/09/22 */ /*通用样式*/ *{margin:0; padding:0;outline:none;} html,body{height:100%;} body{margin:0;padding:0;font-size:24px;font-family:"微软雅黑";background:#fbf9f6;min-width:1200px;-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} ul,ol,dl{list-style:none;} img{border:none;} a{text-decoration:none;} a:focus{outline:none;} form,input{vertical-align:middle;margin:0;padding:0;border:0;} .banner{width:100%;height:680px;background:url(../images/banner.jpg) no-repeat top center;} .jjyx_main{width:100%;overflow:hidden;background:url(../images/bj_T.jpg) no-repeat top center,url(../images/bj_B.jpg) no-repeat bottom center;} .jianjie{display:block;margin:68px auto;} .nav{width:1200px;padding-bottom:72px;overflow:hidden;margin:0 auto;} .nav li{width:381px;height:382px;float:left;margin-bottom:98px;border-radius:50%;transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;} .nav li a{display:block;width:100%;height:100%;border-radius:50%} .nav li.luo{background:url(../images/nav1.png) no-repeat center;} .nav li.luo:hover{background:url(../images/nav1H.png) no-repeat center;} .nav li.xue{background:url(../images/nav2.png) no-repeat center;margin:0 28.5px 98px;} .nav li.xue:hover{background:url(../images/nav2H.png) no-repeat center;} .nav li.yang{background:url(../images/nav3.png) no-repeat center;} .nav li.yang:hover{background:url(../images/nav3H.png) no-repeat center;} .nav li.hu{background:url(../images/nav4.png) no-repeat center;} .nav li.hu:hover{background:url(../images/nav4H.png) no-repeat center;} .nav li.di{background:url(../images/nav5.png) no-repeat center;margin:0 28.5px 98px;} .nav li.di:hover{background:url(../images/nav5H.png) no-repeat center;} .nav li.yue{background:url(../images/nav6.png) no-repeat center;} .nav li.yue:hover{background:url(../images/nav6H.png) no-repeat center;} .list_nav{width:1200px;margin:0 auto;height:198px;} .list_nav li{width:198px;height:198px;margin:0 1px;float:left;position:relative;} .list_nav li a{border-radius:50%;} .list_nav li img{display:block;width:145px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;transition:width 0.5s;-moz-transition:width 0.5s;-webkit-transition:width 0.5s;-o-transition:width 0.5s;box-shadow:0 4px 5px #d7cbb3;} .list_nav li.hover img{width:198px;} .list_nav li img:hover{width:198px;} .mbx{width:1200px;height:80px;line-height:80px;padding-top:26px;background:url(../images/mbx_bj.png) no-repeat left top;font-size:28px;color:#000;margin:20px auto 40px;} .mbx p{margin-left:25px;} .mbx a{color:#000;text-decoration:underline;} .list_main{width:1200px;margin:0 auto;overflow:hidden;} .list_main li{float:left;width:280px;height:223px;margin:10px 10px;} .list_main li img{display:block;width:100%;height:100%;} .fenye{text-align:center;margin:55px auto 195px;} .fenye_M{display:inline-block;height:81px;background:url(../images/fy_L.png) no-repeat left top,url(../images/fy_R.png) no-repeat right top;margin:0 auto;padding:0 30px;} .tanchuMB{height:81px;line-height:81px;color:#fff;text-align:center;background:url(../images/fy_M.png) repeat left top;padding:0 30px;font-size:28px;} .tanchuMB li{display:inline-block;margin:0 10px;} .tanchuMB li a{color:#fff;} .tanchuMB li a:hover{color:#fd0000;} .tanchuMB li a.tanchuMBH{color:#fd0000;} .list_jj{width:1200px;height:249px;box-shadow:0 3px 4px #d7cbb3;margin:40px auto;background:url(../images/jj_bj.jpg) no-repeat left top;position:relative;} .list_jj p{font-size:28px;color:#000;line-height:50px;text-indent: 2em;width:1081px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);} .bottom{width:100%;text-align:center;height:110px;line-height:110px;font-size:20px;color:#fff;background:#633b25;} .bottom a{color:#fff;}