.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 97px 69px 305px 862px 47px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 97px 69px 305px 802px 47px;
    background-color: #f0f1f6;
}

.banner-grid{
    grid-area: 1/1/4/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    background: url(../images/banner.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.header-grid{
    grid-area: 1/2/2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
}

.header-wrap{
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.logo{
    margin-top: 17px;
}

.web-title{
    margin-top: 36px;
    margin-right: 4px;
    font-size: 31px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #ffffff;
}

.quick-grid{
    margin-top: -38px;
    grid-area: 4/2/5/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    height: 88px;
	background-color: #ffffff;
	border-radius: 8px;
    z-index: 98;
}

.quick-wrap{
    height: 100%;
    padding-left: 47px;
    padding-right: 34px;
}

.quick-list{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.quick-list>li{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.quick-list>li:hover{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}

.quick-list>li>a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.quick-title{
    margin-left: 30px;
    font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: #333333;
}

.main-grid{
    grid-area: 4/2/5/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
}

.main-wrap{
    margin-top: 73px;
}

.row-first-wrap{
    height: 245px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #d6d7d9;
    position: relative;
}

.book-resume{
    width: 775px;
    float: right;
    margin-right: 24px;
}

.title-temp-wrap{
    margin-top: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.title-icon{
    margin-top: -5px;
    width: 115px;
	height: 12px;
	background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#ffa105), 
		color-stop(0%, #ffa90e), 
		color-stop(0%, #ffb016), 
		to(#ffffff)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#009cff), 
		to(#009cff));
	background-image: -webkit-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-webkit-linear-gradient(
		#009cff, 
		#009cff);
	background-image: -moz-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-moz-linear-gradient(
		#009cff, 
		#009cff);
	background-image: -o-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-o-linear-gradient(
		#009cff, 
		#009cff);
	background-image: linear-gradient(90deg, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	linear-gradient(
		#009cff, 
		#009cff);
	background-blend-mode: normal, 
		normal;
}

.title-name{
    margin-left: 8px;
    font-size: 19px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #144cdf;
}

.title-more{
    margin-top: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.title-more>.dot{
    margin-right: 3px;
    width: 8px;
	height: 8px;
	background-color: #d2d3d4;
    border-radius: 50%;
}

.title-more>.dot:last-child{
    margin-right: 0;
}

.title-more:hover>.dot{
    background-color: #144cdf;
}

.resume-content{
    margin-top: 9px;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}

.resume-content>p{
    text-indent: 2em;
}

.book-cover{
    position: absolute;
    left: 24px;
    top: 25px;
}

.book-cover>img{
    width: 349px;
	height: 196px;
	border-radius: 5px;
}

.row-second-wrap{
    margin-top: 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.book-master{
    width: 708px;
	height: 204px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #d6d7d9;
}

.book-spc{
    width: 464px;
	height: 204px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #d6d7d9;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.master-info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.master-msg{
    margin: 25px 12px 0 20px;
}

.master-cover>img{
    width: 146px;
    height: 164px;
}

.master-name{
    margin-top: -21px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
	letter-spacing: 1px;
	color: #555555;
}

.master-resume{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 24px;
}

.master-resume .title-temp-wrap .title-icon{
    width: 195px;
	height: 12px;
	background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#ffa105), 
		color-stop(0%, #ffa90e), 
		color-stop(0%, #ffb016), 
		to(#ffffff)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#009cff), 
		to(#009cff));
	background-image: -webkit-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-webkit-linear-gradient(
		#009cff, 
		#009cff);
	background-image: -moz-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-moz-linear-gradient(
		#009cff, 
		#009cff);
	background-image: -o-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-o-linear-gradient(
		#009cff, 
		#009cff);
	background-image: linear-gradient(90deg, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	linear-gradient(
		#009cff, 
		#009cff);
	background-blend-mode: normal, 
		normal;
}

.master-resume-content{
    margin-top: 7px;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 1px;
	color: #555555;
}

.book-spc .title-temp-wrap .title-icon{
    width: 181px;
	height: 12px;
	background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#ffa105), 
		color-stop(0%, #ffa90e), 
		color-stop(0%, #ffb016), 
		to(#ffffff)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#009cff), 
		to(#009cff));
	background-image: -webkit-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-webkit-linear-gradient(
		#009cff, 
		#009cff);
	background-image: -moz-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-moz-linear-gradient(
		#009cff, 
		#009cff);
	background-image: -o-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-o-linear-gradient(
		#009cff, 
		#009cff);
	background-image: linear-gradient(90deg, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	linear-gradient(
		#009cff, 
		#009cff);
	background-blend-mode: normal, 
		normal;
}

.spc-content{
    margin-top: 7px;
    font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #555555;
}

.ablum-wrap{
    margin-top: 24px;
    height: 269px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #d6d7d9;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ablum-wrap .title-temp-wrap .title-icon{
    width: 185px;
	height: 12px;
	background-image: -webkit-gradient(linear, 
		left top, right top, 
		from(#ffa105), 
		color-stop(0%, #ffa90e), 
		color-stop(0%, #ffb016), 
		to(#ffffff)), 
	-webkit-gradient(
		linear, 
		left top, left bottom, 
		from(#009cff), 
		to(#009cff));
	background-image: -webkit-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-webkit-linear-gradient(
		#009cff, 
		#009cff);
	background-image: -moz-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-moz-linear-gradient(
		#009cff, 
		#009cff);
	background-image: -o-linear-gradient(left, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	-o-linear-gradient(
		#009cff, 
		#009cff);
	background-image: linear-gradient(90deg, 
		#ffa105 0%, 
		#ffa90e 0%, 
		#ffb016 0%, 
		#ffffff 100%), 
	linear-gradient(
		#009cff, 
		#009cff);
	background-blend-mode: normal, 
		normal;
}

.bd{
    margin-top: 11px;
    overflow: hidden;
}

.bd ul li{
    float: left;
    margin-right: 19px;
}

.bd ul li a{
    display: block;
    width: 211px;
}

.bd ul li a .img-cover>img{
    width: 211px;
	height: 119px;
}

.bd ul li a .img-title{
    font-size: 15px;
    line-height: 24px;
	letter-spacing: 1px;
	color: #555555;
}

.footer{
    grid-area: 5/1/6/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    background-color: #1e85ed;
}

.footer p{
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}