﻿.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 88px 301px 100px 1022px 50px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 88px 301px 100px 962px 50px;;
    background: #fafcfd;
}

.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/1/2/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    background: url(../images/header-bg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 88px;
    z-index: 9999;
}

.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: 13px;
    margin-right: 88px;
}

.quick-grid{
    grid-area: 3/1/4/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    background-color: rgba(12, 91, 165, 0.9);
	-webkit-box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	        box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
}

.quick-wrap{
    height: 100%;
    margin: 0 auto;
    width: 1200px;
    padding-left: 51px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.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: 14px;
    font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	color: #ffffff;
}

.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;
}

.row-first-wrap{
    margin-top: 30px;
    height: 300px;
	background: url(../images/book-bg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
	-webkit-box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	        box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	border-radius: 8px;
    position: relative;
}

.book-resume{
    width: 914px;
    margin-top: 20px;
    margin-left: 20px;
}

.title-temp-wrap{
    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;
    background: url(../images/title-bg1.png) left top no-repeat;
    -o-background-size: 715px 100%;
       background-size: 715px 100%;
}

.title-name{
    margin-left: 53px;
    font-size: 20px;
	font-weight: bold;
    line-height: 38px;
	letter-spacing: 1px;
	color: #121d33;
}

.title-more{
    font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
}

.title-more:hover{
    color: #2c4092;
}

.resume-content{
    margin-top: 9px;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}

.row-second-wrap{
    margin-top: 30px;
    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: 464px;
	height: 250px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	        box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	border-radius: 8px;
    padding: 0 21px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.book-spc{
    width: 708px;
	height: 250px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	        box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	border-radius: 8px;
    padding-left: 20px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.book-master .title-temp-wrap{
    margin-top: 15px;
    background: url(../images/title-bg2.png) left top no-repeat;
    -o-background-size: 445px 100%;
       background-size: 445px 100%;
}

.master-resume{
    margin-top: 14px;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}

.book-spc .title-temp-wrap{
    margin-top: 15px;
    background: url(../images/title-bg2.png) left top no-repeat;
    -o-background-size: 445px 100%;
       background-size: 445px 100%;
}

.spc-content{
    margin-top: 14px;
    font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}

.ablum-wrap{
    margin-top: 32px;
    height: 340px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	        box-shadow: 0px 5px 20px 0px 
		rgba(221, 225, 235, 0.5);
	border-radius: 8px;
    padding-left: 22px;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ablum-wrap .title-temp-wrap{
    margin-top: 18px;
    background: url(../images/title-bg3.png) left top no-repeat;
    -o-background-size: 712px 100%;
       background-size: 712px 100%;
}

.bd{
    margin-top: 17px;
    overflow: hidden;
}

.bd ul li{
    float: left;
    margin-right: 19px;
}

.bd ul li a{
    display: block;
    width: 224px;
}

.bd ul li a .img-cover>img{
    width: 224px;
	height: 168px;
}

.bd ul li a .img-title{
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
	letter-spacing: 1px;
	color: #666666;
}

.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: #151920;
}

.footer p{
    text-align: center;
    margin-top: 16px;
    font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}