@charset "utf-8";
/* CSS Document */
/*文职弹窗*/
#layout {
		        width: 100%;
		        height: 100%;
		        position: fixed;
		        background: rgba(0, 0, 0, 0.66);
		        z-index: 99;
		        left: 0px;
		        top: 0px;
				
		    }
		    #layout .layfix {
		    width: 637px;
		    margin:140px auto 0 auto;
		    position: relative;
			
		    }
		    #layout .layfix i {
		    display: block;
		    background: url(http://u3.huatu.com/jinan/sdfujian/20190506close.png) top no-repeat;
		    width: 47px;
		    height: 47px;
		    border-radius: 50%;
		    position: absolute;
		    right: 60px;
		    top: 53px;
		    cursor: pointer;
		    transform: scale(0.9);
			
		    }
		    #layout .layfix dl {
		    background: url(http://u3.huatu.com/jinan/sdfujian/2020615tc.png) top no-repeat;
		    overflow: hidden;
		    margin-bottom: 3px;
		    height: 458px;
		    width: 471px;
		    padding: 0 83px;
			
		    }
			
			#layout .layfix dl a {
			text-decoration: none;	
			}
			#layout .layfix dl>p{
		    font-size: 42px;
		    color: #46af83;
		    line-height: 42px;
		    margin: 0 auto 20px auto;
		    text-align: center;		}
		    #layout .layfix dl dt {
		    font-size: 22px;
		    color: #381a0f;
		    text-align: center;
		    height: 25px;
		    margin-bottom: 17px;
		    padding-top: 140px;
			
		    }
			#layout .layfix dl>p a{
			color: #46af83;
			text-decoration: none;
			
			}
			
			#layout .layfix dl dd:nth-of-type(2n+1){
			margin-left: 64px;
				}
		    #layout .layfix dl dt e {
			font-size: 27px;
			margin-top: 15px;
			display: inline-block;
			
		    }
		    #layout .layfix dl dt span {
		    color: #46af83;
		    }
		    #layout .layfix dl dd {
		    float: left;
		    margin:0px 0px 0px 19px;
			
		    }
		    #layout .layfix dl dd a {
		    display: inline-block;
		    width: 160px;
		    height: 45px;
		    text-align: center;
		    line-height: 45px;
		    background: #ffffff;
		    color: #4da171;
		    font-size: 20px;
		    border-radius: 5px;
		    margin-top: 12px;
		    margin-right: 0px;
		    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.19);
		    transition: all .3s;
		    border: 1px solid;
			text-decoration: none;
			
		    }
		    #layout .layfix dl dd a:hover {
		    transform: translateY(-2px);
		    background: linear-gradient( 90deg, #61ad8d, #63bf76) repeat left / 300% 200%;
		    color: white;
		   }
			
		    #layout .layfix>a>img {
		    display: block;
		    margin: 0 auto;
		    }
		    #layout .layfix>a:nth-of-type(2)>img {
		    margin-left: 4px;
		    }
		    @media screen and (max-width: 1300px) {
		        #layout .layfix {
		        margin-top: 70px;
		        }
		    }