@charset "utf-8";
/**
深圳市国人伟业信息技术有限公司
http://www.grwy.cn/
**/
body, ol, ul, li, a, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

ol, ul, li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button, input, select, textarea {
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

html {
    verflow: -Scroll;
    overflow-x: hidden;
    zoom: 1;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

body {
    color: #666;
    font-size: 100%;
    line-height: 1.6;
    font-family: 'sans', 'Microsoft Yahei', Arial, 'simsun', HELVETICA;
    min-width: 320px;
}

a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #f08300;
}

html, body {
    position: relative;
    height: 100%;
}

/* CSS活动的公共样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.hide {
    overflow: hidden;
}

.nor {
    font-weight: normal;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 320px;
}

.homeCon {
    max-width: 1416px;
    margin: 0 auto;
    min-width: 320px;
}

.wrap {
    padding: 0 15px;
}

.pb20 {
    padding-bottom: 20px;
}

@font-face {
    font-family: 'sans';
    src: url('../font/DroidSansChinese.eot');
    src: url('../font/DroidSansChinese.eot?#font-spider') format('embedded-opentype'),
    url('../font/DroidSansChinese.woff') format('woff'),
    url('../font/DroidSansChinese.ttf') format('truetype'),
    url('../font/DroidSansChinese.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fontb/iconfont.eot');
    src: url('../fontb/iconfont.eot?#font-spider') format('embedded-opentype'),
    url('../fontb/iconfont.woff') format('woff'),
    url('../fontb/iconfont.ttf') format('truetype'),
    url('../fontb/iconfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*  头部 */
.header {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    font-size: 1rem;
    height: 100px;
}

.header .homeCon{padding:0 50px;height:100px;padding-top:25px;position:relative;}

.header .logo {
    /*margin-top: 10px;*/
}

.headRight {
    height: 28px;
    overflow: hidden;
    margin-bottom: 10px;
    display: none;
}

.hSearch {
    width: 190px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border-radius: 12px;
    padding: 0 10px;
    overflow: hidden;
}

.hSearch .text {
    float: left;
    width: 150px;
    background: none;
    font-size: 0.75rem;
    height: 26px;
    line-height: 26px;
}

.hSearch .btn {
    float: left;
    width: 20px;
    height: 26px;
    background: url('../images/searBtn.png') no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
    opacity: .5;
}

.hSearch:hover {
    box-shadow: 0 0 3px #999;
}

.search .btn:hover {
    opacity: 1;
}

.header .lang {
    color: #fff;
    margin-left: 10px;
}

.header .lang:hover {
    color: #ff0000;
}

.header .stock {
    color: #fff;
    margin-left: 10px;
}

.header .stock i {
    font-style: normal;
    color: #ff0000;
    margin-right: 5px;
}

/*  导航 */
.nav {
    height: 50px;
    margin-top: 10px;
}

.nav > li {
    float: left;
    height: 50px;
    margin-right: 30px;
    position: relative;
}

.nav > li a {
    /*color: #fff;*/
    position: relative;
}

.nav > li > a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 100%;
    background: #f08300;
    height: 2px;
    transition: transform 0.3s;
    transform-origin: right top;
    transform: scale(0);
}

.nav > li:last-child {
    margin-right: 0;
}

.nav > li a:hover, .nav > li .on {
    color: #f08300;
}

.nav > li > a:hover:after, .nav > li .on:after, .nav > li .cur:after {
    transform-origin: left top;
    transform: scale(1);
}

.nav .navSub {
    width: 180px;
    position: absolute;
    left: -50px;
    top: 50px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 0 4px #ddd;
    font-size: .875em;
    display: none;
    z-index: 9999 !important;
}

.nav .navSub li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.nav .navSub li a {
    color: #555;
    display: block;
}

.nav .navSub li a:hover {
    background: #f08300;
    color: #fff;
}

/*.nav .m1 .navSub{width:500px;padding:20px;}*/
/*.nav .m1 .navSub li{float:left;width:45%;}*/
/*.nav .m1 .navSub li:nth-child(2n){float:right;}*/
/*.nav .m7 .navSub{margin-left:-55px;}*/

/*  轮播图 */
.banner {
    overflow: hidden;
    width: 100%;
    max-width: 1416px;
    margin: 0 auto;
    min-width: 320px;
}

.banner .flex-control-nav {
    bottom: 20px;
    z-index: 3;
}

.banner .slides .pc {
    display: block;
}

.banner .slides .wap {
    display: none;
}

/*  首页内容 */
.hContent {
    padding: 30px 0;
    overflow: hidden;
    font-size: 1rem;
}

.hContent ul {
    margin-right: -20px;
    overflow: hidden;
}

.conBox1 li {
    float: left;
    width: 50%;
    overflow: hidden;
    height: 100%;
    padding: 0 20px 20px 0;
    font-size: 1.25rem;
}

.conBox1 li a {
    position: relative;
    display: block;
    height: 380px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

.conBox1 li a:after {
    content: "";
    position: absolute;
    top:;
    left:;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .46);
    transition: all 0.3s;
    opacity: 0;
}

.conBox1 li:nth-child(2) {
    float: right;
}

.conBox1 li:nth-child(2) a {
    height: 780px;
}

.conBox1 li .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 30px 50px;
    color: #e7eeff;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 2;
}

.conBox1 li .txt h3, .about .txt h3 {
    font-size: 2em;
    margin-bottom: 4%;
    color: #fff;
}

.conBox1 li img, .about img {
    display: none;
    width: 100%;
}

.conBox1 li p {
    position: relative;
    opacity: 0;
    top: 20px;
    transition: all 0.3s;
}

.conBox1 li p:after {
    content: "";
    bottom: -30px;
    height: 3px;
    width: 0;
    background: #fff;
    left: 0;
    position: absolute;
    transition: all 0.3s;
}

.conBox1 li .bottom h3 {
    bottom: 5px;
    position: absolute;
    margin-bottom: 0;
}

.conBox1 li .bottom p {
    position: absolute;
    bottom: 120px;
    top: auto;
}

.conBox1 li .bottom:hover p {
    bottom: 140px;
    top: auto;
}

.conBox1 li a:hover:after {
    opacity: 1;
}

.conBox1 li a:hover p {
    opacity: 1;
    top: 0;
}

.conBox1 li a:hover p:after {
    width: 100px;
}

.conBox1 li.scale a:after {
    display: none;
}

.about {
    font-size: 1.25rem;
}

.about a {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 2;
}

.about .txt {
    position: absolute;
    bottom: 80px;
    color: #e8eeff;
    left: 50px;
    width: 580px;
}

.about .txt h3 {
    margin-bottom: 6%;
}

.about .aImg, .conBox1 .aImg {
    display: block;
    background-size: cover;
    cursor: pointer;
    background-position: center;
    height: 545px;
    transition: all .6s ease-in;
}

.about .aImg {
    transition: all 4s;
}

.about a:hover .aImg, .conBox1 a:hover .aImg {
    transform: scale(1.1);
}

.conBox1 .aImg {
    height: 380px;
}


.conBox2 {
    overflow: hidden;
    margin-bottom: 35px;
    margin-right: -20px;
}

.conBox2 li {
    float: left;
    width: 33.3%;
    float: left;
    padding-right: 20px;
    font-size: .875rem;
}

.conBox2 li .cImg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    border-radius: 5px 5px 0 0;
}

.conBox2 li img {
    width: 100%;
    transition: all 0.6s ease-in;
}

.conBox2 li .txt {
    padding: 8%;
    border-top: 2px solid #f08300;
    background: #fafbfc;
    min-height: 230px;
    position: relative;
}

.conBox2 li .txt:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 0;
    height: 2px;
    background: #26aa56;
    transition: all 0.5s;
}

.conBox2 li h3 {
    font-size: 1.714em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
    transition: all 0.3s;
}

.conBox2 li h3 a {
    color: #f08300;
}

.conBox2 li h3 a:hover {
    padding-left: 10px;
}

.conBox2 li:hover img {
    transform: scale(1.1);
}

.conBox2 li:hover .txt:after {
    width: 100%;
}

/*  底部 */
.footer {
    padding: 20px 0;
    border-top: 2px solid #f08300;
    text-align: center;
    font-size: .875em;
    line-height: 2;
    background: #f7f8fa;
    position: relative;
}

.footer a {
    margin: 0 10px
}

.backTop {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    background: url('../images/top.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 0;
    line-height: 0;
    z-index: 99;
}

/*  客服  */
.kefu {
    position: fixed;
    width: 50px;
    bottom: 50px;
    z-index: 15;
    font-size: .875rem;
    right: 0;
}

.kefu li {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #e3e3e3 url('../images/kefu_icon.png');
    margin-bottom: 2px;
    position: relative;
    transition: all 0.3s;
    border-radius: 3px
}

.kefu .kf_2 {
    background-position: 0 -50px;
}

.kefu .kf_3 {
    background-position: 0 -100px;
}

.kefu .kf_4 {
    background-position: 0 -150px;
}

.kefu .kf_5 {
    background-position: 0 -200px;
}

.kefu .kf_6 {
    background-position: 0 -250px;
}

.kefu .kf_7 {
    background-position: 0 -300px;
}

.kefu li .tie {
    position: absolute;
    bottom: 0;
    right: -50px;
    width: 100%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    background-color: #18448e;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.2;
    overflow: hidden;
    opacity: 0;
    border-radius: 3px;
    transform: scale(0);
}

.kefu li:nth-child(3) .tie {
    padding: 0;
    line-height: 50px;
}

.kefu li:hover .tie {
    right: 0;
    opacity: 1;
    transform: scale(1);
}

.kefu .box {
    position: absolute;
    top: 0;
    background: #f7f8fa;
    overflow: hidden;
    display: none;
}

.kefu .kf_wx {
    width: 300px;
    padding: 15px;
    left: -300px;
    display: none;
}

.kefu .kf_wx p {
    float: left;
    line-height: 1.8;
    width: 110px;
    text-align: center;
    margin: 0 10px;
}

.kefu .kf_wx span {
    display: block;
    margin-top: 5px;
}

.kf_2 .box {
    width: 280px;
    padding: 10px 20px;
    left: -280px;
    font-size: .875em;
}

.kf_3 .box {
    width: 230px;
    left: -230px;
    height: 50px;
    line-height: 50px;
    background: #e2e2e2 url('../images/arro.png') 8px center no-repeat;
    padding-left: 20px;
}

.kf_3 .box .text {
    height: 50px;
    line-height: 50px;
    border: 2px solid #b6b6b6;
    width: 212px;
    padding: 0 10px;
    border-right: none;
    float: left;
}

.kf_3 .box .btn {
    color: #fff;
    background-color: #18448e;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    text-align: center;
    float: right;
    width: 48px;
    cursor: pointer;
    font-size: .75rem;
}

.kf_3 .box:hover {
    width: 280px;
}

.kefu .opinion {
    width: 330px;
    height: 420px;
    margin-left: -330px;
    padding: 20px 25px;
    top: -350px;
}

.kefu .opinion h4 {
    font-size: 1.25em;
    border-bottom: 1px solid #eae9ea;
    height: 35px;
}

.kefu .opinion h4 i {
    float: right;
    font-size: 1.4rem;
    cursor: pointer;
    width: 40px;
    margin-top: -2px;
}

.opinion form label {
    padding: 15px 0;
    position: relative;
    padding-left: 8px;
    display: block;
}

.opinion form label:after {
    content: "";
    left: 0;
    position: absolute;
    top: 18px;
    height: 18px;
    width: 2px;
    background: #d71518;
}

.opinion textarea {
    width: 100%;
    height: 90px;
    border: 1px solid #dfe1e4;
    background: none;
    padding: 10px;
}

.opinion .text input, .opinion .code input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dfe1e4;
    padding: 0 10px;
    background: none;
}

.opinion .code {
    margin-top: 10px;
    overflow: hidden;
}

.opinion .code input {
    width: 120px;
    float: left;
}

.opinion .sub {
    width: 120px;
    height: 36px;
    background: #f08300;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    cursor: pointer;
}

/*  内页公用  */
.listFooter {
    max-width: 1200px;
    background: #f7f8fa;
}

.breadCrumb {
    height: 40px;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 35px;
    margin-bottom: 30px;
}

.breadCrumb a {
    color: #333;
}

.breadCrumb a:hover {
    color: #004098;
}

.showPage {
    border-top: 2px solid #004098;
    margin-top: 30px;
    padding-top: 15px;
    font-size: .875rem;
}

.showPage p {
    margin-bottom: 10px;
    line-height: 1.8;
}

.showPage p a {
    position: relative;
    padding-left: 30px;
    color: #999;
}

.showPage p a:before {
    content: "\e78b";
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 1.2rem;
    line-height: 1;
}

.showPage p:nth-child(2) a:before {
    content: "\e78a";
}

.showPage p a:hover {
    color: #f08300;
}

.listLine {
    display: block;
    clear: both;
    margin: 50px 0;
    height: 1px;
    background: #d7d7d7;
}

.listMain {
    line-height: 1.8;
}

.wapMenu {
    overflow: hidden;
    margin-bottom: 30px;
    background: #f5f5f5;
    display: none;
    border-top: 2px solid #f08300;
}

.wapMenu li {
    float: left;
    width: 33.3%;
    text-align: center;
}

.wapMenu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #333;
}

.wapMenu li .on {
    background: #f08300;
    color: #fff;
}

.wapMenu li:nth-child(3n) a {
    border-right: none;
}

.listWrapper, .coverWrapper {
    overflow: hidden;
    padding-bottom: 90px;
    font-size: .875rem;
}

.listTitle {
    font-size: 2.5rem;
    text-align: center;
    color: #333;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    font-weight: 700;
}

.listTitle:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 40px;
    background: #f08300;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.listTitle2 {
    text-align: center;
    color: #f08300;
    font-size: 1.875rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.listBanner {
    width: 100%;
    height: 500px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.listBanner, .listBanner img {
    width: 100%;
    position: relative;
}

.listBanner .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.4;
}

.listTitle3 {
    color: #f08300;
    padding-bottom: 10px;
}

.listTitle3:after {
    background: #999;
    height: 2px;
}

.listMore {
    display: block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    color: #f08300;
    margin: 0 auto;
    text-align: center;
    font-size: 1.125rem;
    margin-top: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

.listMore:hover {
    background: #f08300;
    color: #fff;
}

/*  公用筛选  */
.listFilter {
    height: 45px;
    margin-bottom: 25px;
    font-size: 1.25rem;
}

.filter {
    width: 42%;
    border-bottom: 1px solid #d7d7d7;
    height: 45px;
    color: #333;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

.filter p:after {
    content: "\e601";
    font-family: "iconfont";
    position: absolute;
    right: 5px;
    top: -2px;
    font-size: 1.5rem;
}

.filter p {
    height: 45px;
    padding-left: 8px;
    position: relative;
}

.filter ul {
    position: absolute;
    width: 100%;
    background: #fff;
    border-top: none;
    box-shadow: 0 2px 5px #ccc;
    font-size: .9em;
    padding-left: 8px;
    background: #f5f5f5;
    display: none;
}

.filter ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
}

.filterSearch {
    width: 42%;
    border-bottom: 1px solid #d7d7d7;
    height: 45px;
    position: relative;
    padding: 0 5% 0 4%;
}

.filterSearch:before {
    content: "\e640";
    font-family: "iconfont";
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 1.5rem;
}

.filterSearch:after {
    content: "\e600";
    font-family: "iconfont";
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 2rem;
    color: #333;
}

.filterSearch .text {
    float: left;
    width: 100%;
    height: 30px;
    font-size: .9em;
}

.filterSearch .btn {
    width: 10%;
    background: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.filterSearch:hover {
    border-bottom: 1px solid #f08300;
}

.jobSearch {
    width: 100%;
    margin-bottom: 30px;
}

.recommend {
    display: none;
}


/* 公用封面页简介  */
.cover-synopsis {
    overflow: hidden;
}

.listBox {
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 65px;
}

.cover-synopsis .pic {
    width: 57%;
    overflow: hidden;
    height: 400px;
    transition: all 0.4s;
}

.cover-synopsis .pic span {
    display: block;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease-in;
}

.cover-synopsis:hover .pic span {
    transform: scale(1.1);
}

.cover-synopsis .pic img {
    width: 100%;
}

.cover-synopsis .font {
    width: 38%;
    line-height: 1.8;
}

.cover-synopsis .font .txt {
    height: 350px;
    overflow: hidden;
    margin-bottom: 15px;
}

.cover-synopsis .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    float: right;
    background: #f08300;
    color: #fff;
    text-align: center;
}

.cover-synopsis .font .tie {
    font-size: 1.714em;
    color: #f08300;
    margin-bottom: 25px;
}

.panorama {
    animation: panorama 10s linear infinite alternate;
    animation-play-state: paused;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.cover-synopsis .more:hover {
    background: #0044a2;
}

/*  公用详情  */
.showBread {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
    display: none;
}

.showBread strong {
    color: #f08300;
    font-size: 1.2rem;
    font-weight: normal;
}

.showBread .back {
    float: right;
    position: relative;
    padding-left: 25px;
}

.showBread .back:after {
    content: "\e653";
    position: absolute;
    font-family: "iconfont";
    left: 0;
    top: 0;
    font-size: 1.2rem;
}

.showLeft {
    width: 64%;
    overflow: hidden;
}

.listTitle4 {
    color: #f08300;
    font-size: 1.875em;
}

.listTitle4:after {
    background: #999;
    height: 2px;
}

.show-synopsis {
    background: #f7f8fa;
    padding: 10px;
    margin-bottom: 40px;
}

.show-synopsis i {
    display: inline-block;
    width: 15px;
    background: url('../images/a_l.png') no-repeat;
    height: 15px;
    margin-right: 5px;
}

.show-synopsis .r {
    background: url('../images/a_r.png') no-repeat;
    margin-left: 5px;
    margin-right: 0;
}

.showCon img {
    margin: 15px auto;
}

.showCon {
    line-height: 2;
}

.showRight {
    width: 31%;
    font-size: 1.125rem;
}

.sidbar {
    background: #f7f8fa;
    padding: 25px 0;
    margin-bottom: 40px;
}

.sidbar .title, .rightContact .title, .relatedRight .title {
    font-size: 1.333em;
    color: #f08300;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.sidbar a {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #fff;
    display: block;
    padding: 0 30px;
    position: relative;
}

.sidbar a:after {
    position: absolute;
    content: "\e6ab";
    font-family: "iconfont";
    color: #888;
    right: 20px;
    font-size: 1.2em;
}

.sidbar a:hover, .sidbar li .on {
    padding-left: 38px;
    color: #f08300;
}

.sidbar a:hover:after, .sidbar li .on:after {
    color: #f08300;
}

.rightContact {
    background: #f08300;
    color: #fff;
    padding: 25px 30px;
    text-align: center;
}

.rightContact .title {
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 8px;
}

.rightContact a {
    display: block;
    background: #fff;
    color: #f08300;
    margin-top: 20px;
    padding: 10px
}

.rightContact a:hover {
    background: #f2f2f2;
}

.relatedRight li {
    margin-bottom: 20px;
}

.relatedRight li a {
    border: 1px solid #e7e7e7;
    color: #333;
    display: block;
}

.relatedRight li .cImg {
    max-height: 15em;
}

.relatedRight li img {
    height: 14em;
}

.relatedRight li:hover img {
    transform: scale(1.1);
}

.relatedRight li p {
    padding: 14px;
}

.relatedRight li a:hover {
    border: 1px solid #f08300;
    color: #f08300;
}

/*  万凯石化封面  */
.hysgc {
    overflow: hidden;
}

.hysgc ul {
    margin-right: -30px;
    overflow: hidden;
}

.hysgc li {
    float: left;
    width: 33.3%;
    padding-right: 30px;
}

.hysgc li .pImg, .cImg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hysgc li .pImg img, .cImg img {
    width: 100%;
    transition: all 0.4s ease-in;
}

.hysgc li .txt {
    border: 1px solid #e7e7e7;
    padding: 5%;
    border-top: none;
    line-height: 1.8;
    overflow: hidden;
}

.hysgc li p {
    height: 100px;
    margin-bottom: 15px;
    overflow: hidden;
}

.hysgc li .txt h3 {
    font-size: 1.173em;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.hysgc li .txt h3 a {
    color: #333;
}

.hysgc li .txt h3 a:hover {
    color: #f08300;
}

.hysgc li .more {
    float: right;
    color: #f08300;
}

.hysgc li .more:hover {
    color: #0044a2;
    text-decoration: underline;
}

.hysgc li:hover img, .shgkBox2 li a:hover img {
    transform: scale(1.1);
}

.aboutBox2 .main .pic {
    display: block;
    overflow: hidden;
}

.aboutBox2 img {
    width: 100%;
    transition: all 3s;
}

.aboutBox2 .main .pic:hover img {
    transform: scale(1.1);
    transition: all 10s;
}

/*  石化概况  */
.listTab {
    overflow: hidden;
}

.tabPic {
    width: 73%;
    overflow: hidden;
    height: 420px;
}

.tabPic a {
    display: block;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 420px;
    transition: all 0.5s ease-in
}

.tabPic li {
    display: none;
}

.tabPic li:hover a {
    transform: scale(1.06);
}

.tabPic li:nth-child(1) {
    display: block;
}

.tabPic li .txt {
    padding: 4% 0 0 8%;
    width: 65%;
    line-height: 1.8;
}

.tabPic li .txt h4 {
    font-size: 1.714em;
    margin-bottom: 15px;
}

.tabMenu {
    width: 27%;
    height: 420px;
    font-size: 1.286em;
}

.tabMenu a {
    display: block;
    height: 140px;
    background: #0690ff;
    color: #fff;
    padding: 0 10% 0 10%;
    position: relative;
    font-weight: 700;
}

.tabMenu a:nth-child(2) {
    background: #0078d8;
}

.tabMenu a:nth-child(3) {
    background: #0069d4;
}

.tabMenu a:nth-child(4) {
    background: #005bab;
}

.tabMenu a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
}

.tabMenu a:last-child {
    border: none;
}

.tabMenu a.on {
    background: #fff;
    color: #f08300;
    font-size: 1.333em;
    margin-left: -10%;
    padding-left: 20%;
}

.tabMenu a.on:after {
    content: "\e6ab";
    font-family: "iconfont";
    position: absolute;
    left: 8%;
    top: 50px;
    color: #f08300;
}

.shgkBox2 {
    overflow: hidden;
}

.shgkBox2 ul {
    margin-right: -45px;
}

.shgkBox2 li {
    float: left;
    width: 33.3%;
    padding-right: 45px;
    font-size: 1.286em;
    margin-bottom: 25px;
}

.shgkBox2 li a {
    display: block;
    padding: 4px;
    border: 1px solid #e7e7e7;
    color: #333;
}

.shgkBox2 li p {
    padding: 20px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}

.shgkBox2 li a:hover {
    border: 1px solid #0068d4;
    color: #0068d4;
}

/*  工程进展  */
.gcjzBox, .gcjzBox ul {
    overflow: hidden;
}

.gcjzBox li {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-bottom: 30px;
}

.gcjzBox li:nth-child(2n) {
    float: right;
}

.gcjzBox li .cImg {
    width: 46%;
}

.gcjzBox li .txt {
    width: 50%;
    float: right;
}

.gcjzBox li .txt h4 {
    font-size: 1.286em;
    margin-bottom: 15px;
    font-weight: 700;
}

.gcjzBox li .txt h4 a {
    color: #333;
}

.gcjzBox li .txt h4 a:hover {
    color: #f08300;
}

.gcjzBox li:hover img, .hlhgSlide li a:hover img {
    transform: scale(1.1);
}

/*  万凯化工  */
.hlhgSlide {
    margin: 0 80px;
}

.hlhgSlide ul {
}

.hlhgSlide li {
    text-align: center;
    font-size: 1.125rem;
    margin-right: 30px;
}

.hlhgSlide li p {
    padding-top: 25px;
    color: #333;
    font-weight: 700;
}

.hlhgSlide li a:hover p {
    color: #f08300;
}

.hlhgSlide .flex-direction-nav a {
    top: 40%;
    color: #d2d2d2;
    font-weight: bold;
    opacity: 1;
}

.hlhgSlide .flex-direction-nav .flex-prev {
    left: -85px;
}

.hlhgSlide .flex-direction-nav .flex-next {
    right: -85px;
}

.hgjsPic, .hgjsPic a, .hgjsMenu {
    height: 480px;
}

.hgjsMenu a {
    height: 120px;
}

.hgjs li {
    margin-bottom: 25px;
}


/*  发展历程  */
.history li {
    overflow: hidden;
    padding-bottom: 5%;
}

.history li strong {
    float: left;
    width: 25%;
    color: #f08300;
    font-size: 1.714em;
    font-weight: 400;
    border-top: 2px solid #e7e7e7;
    padding-top: 20px;
    text-align: right;
    line-height: 1;
}

.history li .txt {
    width: 70%;
    float: right;
    border-top: 2px solid #e7e7e7;
    padding-top: 20px;
}

/*  资质荣誉  */
.honor li {
    overflow: hidden;
    margin-bottom: 40px;
}

.honor li .pic {
    float: right;
    width: 48%;
    overflow: hidden;
}

.honor li .pic span {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 334px;
    display: block;
    transition: all 0.5s ease-in;
}

.honor li:hover .pic span {
    transform: scale(1.1);
}

.honor li .txt {
    float: left;
    width: 48%;
    height: 334px;
    border: 1px solid #e7e7e7;
    padding: 0 35px;
}

.honor li .txt h4 {
    color: #333;
    font-size: 1.286em;
    margin-bottom: 20px;
    font-weight: 700;
}

.honor li .main {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    min-height: 160px;
}

.honor li .main:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #f08300;
    width: 70px;
}

.honor li:nth-child(2n) .pic {
    float: left;
}

.honor li:nth-child(2n) .txt {
    float: right;
}

/*  万凯视频  */
.videoList ul {
    margin-right: -15px;
    overflow: hidden;
}

.videoList li {
    float: left;
    width: 50%;
    padding-right: 15px;
    margin-bottom: 20px;
}

.videoList li img {
    transition: all 0.5s ease-in;
    width: 100%;
}

.videoList li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.videoList li a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url('../images/video_icon.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.videoList li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    padding: 10px 15px;
    color: #fff;
}

.videoList li h4 {
    font-size: 1.286em;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.videoList li:hover img {
    transform: scale(1.1);
}

.videoBox2 li {
    width: 33.3%;
}

.shwoVideo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.relatedVideo li .cImg {
    position: relative;
}

.relatedVideo li .cImg:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url('../images/video_icon.png') no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

/*  公司要闻  */
.gsywList ul {
    margin-right: -15px;
    overflow: hidden;
}

.gsywList li {
    float: left;
    width: 33.3%;
    padding-right: 15px;
    margin-bottom: 15px;
}

.gsywList li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.gsywList li .nImg {
    display: block;
    height: 310px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease-in;
}

.gsywList li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    height: 95px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 10px;
    overflow: hidden;
    font-size: 1.286em;
    transition: all 0.4s;
}

.gsywList li .txt span {
    display: block;
    font-size: .667em;
}

.gsywList li:hover .nImg {
    transform: scale(1.08);
}

.gsywList li:hover .txt {
    padding-left: 20px;
}

/* .gsywList li:nth-child(5n-1){width:66.6%;} */

/*  公司公告  */
.gsgsList {
    border-top: 2px solid #e7e7e7;
}

.gsgsList li {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 2px solid #e7e7e7;
    padding-left: 18%;
}

.gsgsList li .date {
    float: left;
    background: #f5f4f5;
    width: 113px;
    padding: 15px;
    font-size: 1.143em;
    line-height: 1;
}

.gsgsList li .date b {
    font-weight: 700;
    color: #f08300;
    font-size: 2.25em;
}

.gsgsList li .date i {
    display: block;
    font-style: normal;
}

.gsgsList li .txt {
    width: 78%;
    float: right;
    padding-right: 20px;
}

.gsgsList li .txt h4 {
    font-size: 1.286em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-weight: 700;
}

.gsgsList li .txt h4 a {
    color: #333;
}

.gsgsList li .txt h4 a:hover {
    color: #f08300;
}

.gsgsList li .txt p {
    min-height: 45px
}

/*  综合动态  */
.zhdtList li {
    overflow: hidden;
    margin-bottom: 40px;
}

.zhdtList li .pic {
    float: left;
    width: 48%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 334px;
    display: block;
}

.zhdtList li .txt {
    float: right;
    width: 48%;
    height: 334px;
    border: 1px solid #e7e7e7;
    padding: 0 35px;
}

.zhdtList li .txt h4 {
    color: #333;
    font-size: 1.286em;
    margin-bottom: 20px;
    font-weight: 700;
}

.zhdtList li .main {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    overflow: hidden;
}

.zhdtList li .txt h4 a {
    color: #333;
}

.zhdtList li .txt h4 a:hover {
    color: #004585;
}

.zhdtList li .date {
    font-size: .875em;
}

.zhdtList li p {
    min-height: 130px;
    margin: 10px 0;
}

.zhdtList li:hover .pic {
    transform: scale(1.1);
}

.zhdtList li .more {
    float: right;
    width: 100px;
    height: 30px;
    background: #f08300;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.zhdtList li .more:hover {
    background: #004585;
}

/*  党群工作  */
.dcgzBox1, .lsfzBox1 {
    margin-bottom: 50px;
    overflow: hidden;
}

.dcgzBox2 span {
    width: 36%;
    overflow: hidden;
}

.dcgzBox2 span:nth-child(2) {
    width: 61%;
}

.dcgzBox2 img {
    width: 100%;
    transition: all 0.5s;
}

.dcgzBox2 span:hover img {
    transform: scale(1.1);
}

/*  文体活动列表  */
.picList ul {
    margin-right: -45px;
}

.picList li {
    float: left;
    width: 33.3%;
    padding-right: 45px;
    font-size: 1.286em;
    margin-bottom: 25px;
}

.picList li a {
    display: block;
    padding: 4px;
    border: 1px solid #e7e7e7;
    color: #333;
}

.picList li p {
    padding: 20px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.picList li a:hover {
    border: 1px solid #0068d4;
    color: #0068d4;
}

/*  绿色发展  */
.lsfzBox1 .pimg {
    width: 100%;
    padding-top: 50px;
    clear: both;
}

.hbgl ul li {
    width: 50%;
}

.hbgl ul li p {
    height: 210px;
}

/*  安全生产  */
.aqscBox2 .main {
    position: relative;
    display: block;
    overflow: hidden;
}

.aqscBox2 .main .pic {
    display: block;
    height: 420px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all 8s;
}

.aqscBox2 .main:hover .pic {
    transform: scale(1.1);
}

.aqscBox2 .main .txt {
    color: #fff;
    width: 660px;
    line-height: 1.8;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

.aqscBox2 .main .txt h4 {
    font-size: 1.714em;
    margin-bottom: 20px;
}

.fxgl li h3 a {
    color: #333;
}

.fxgl li h3 a:hover {
    color: #f08300;
}

.fxglList li {
    margin-bottom: 25px;
}

.fxglList li .txt {
    min-height: auto;
}

.fxglList2 li > div {
    margin-bottom: 25px;
}


/*  产品展示厅  */
.proBox1 {
    margin-bottom: 50px;
}

.proBox2 {
    padding-top: 50px;
    border-top: 1px solid #d7d7d7;
}

.proList li {
    overflow: hidden;
    margin-bottom: 32px;
}

.proList li .pImg {
    background-position: center;
    height: 250px;
    -webkit-background-size: cover;
    background-size: cover;
    width: 30%;
    float: left;
    display: block;
}

.proList li .txt {
    width: 66%;
    float: right;
    height: 250px;
    border-bottom: 1px solid #d7d7d7;
}

.proList li .txt h4 {
    font-size: 1.286em;
    color: #333;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

/*  万凯集团业务  */
.proList2 ul {
    margin-right: -30px;
    overflow: hidden;
}

.proList2 li {
    float: left;
    width: 33.3%;
    padding-right: 30px;
    margin-bottom: 25px;
}

.proList2 li .pImg, .cImg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.proList2 li .pImg img, .cImg img {
    width: 100%;
    transition: all 0.4s ease-in;
}

.proList2 li .txt {
    border: 1px solid #e7e7e7;
    padding: 5%;
    border-top: none;
    line-height: 1.8;
    overflow: hidden;
}

.proList2 li p {
    height: 100px;
    overflow: hidden;
}

.proList2 li .txt h3 {
    font-size: 1.286em;
    margin-bottom: 15px;
    font-weight: 700;
}

.proList2 li .txt h3 a {
    color: #333;
}

.proList2 li .txt h3 a:hover {
    color: #0044a2;
}

.proList2 li:hover img, .shgkBox2 li a:hover img {
    transform: scale(1.1);
}

.proList2 li .more {
    float: right;
    color: #f08300;
}

.proList2 li .more:hover {
    color: #0044a2;
    text-decoration: underline;
}

.fxglList li p {
    height: auto;
}

.fxglList li .font {
    height: 100px;
    overflow: hidden;
}

.fxglList li .down .font {
    height: auto;
}

.fxglList li .more span:nth-child(2), .fxglList li .down .more span:nth-child(1) {
    display: none;
}

.fxglList li .down .more span:nth-child(2) {
    display: block;
}

.fxglList ul li:hover img {
    transform: scale(1)
}

.fxglList ul li .up:hover img {
    transform: scale(1.1);
}

/*  实时股价  */
.stockPrice {
    font-size: 1.5rem;
    overflow: hidden;
}

.stockPrice .main {
    background: #f08300;
    padding: 4% 5%;
}

.stockPrice li {
    overflow: hidden;
    padding-bottom: 10px;
}

.stockPrice li span {
    float: left;
    width: 15%;
    color: #fff
}

.stockPrice li span:first-child {
    width: 40%;
}

.stockPrice .td span {
    font-size: 1.25em;
    color: #999;
    padding-top: 40px;
}

.stockPrice .td span:first-child {
    padding-top: 0;
}

.stockPrice li .price {
    color: #6eb930;
    font-size: 1.5em;
}

.stockPrice .price b {
    font-size: 2.33em;
    font-weight: 400;
}

.stockPrice .main p {
    font-size: .750em;
    color: #c3c6ca;
    padding-top: 40px;
}

.stockPrice .tie {
    float: right;
    background: #f08300;
    color: #fff;
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

/*  投资者关系  */
.investor .menu {
    height: 70px;
    line-height: 70px;
    background: #f7f8fa;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.investor .menu a {
    float: left;
    width: 25%;
    text-align: center;
}

.investor .menu a.on {
    background: #f08300;
    color: #fff;
}

.investorMain, .investorBox {
    overflow: hidden;
}

.investorBox {
    display: none;
}

.tdcb li {
    float: left;
    width: 49%;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 1.286em;
}

.tdcb li:nth-child(2n) {
    float: right;
}

.tdcb li a {
    display: block;
    position: relative;
}

.tdcb li span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 2% 5%;
    color: #fff;
}

.tdcb li:hover img {
    transform: scale(1.1);
}

.investor-gsgg li p span {
    margin-right: 30px;
}

.investor-gsgg li .txt h4 {
    font-size: 1.286em;
    white-space: normal;
    overflow: visible;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.investor-form {
    background: #f7f8fa;
    padding: 50px;
    font-size: 1.286em;
}

.investor-form li {
    overflow: hidden;
    padding: 5px 0;
}

.investor-form li label {
    float: left;
    width: 38%;
}

.investor-form li input, .investor-form li textarea {
    float: left;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    width: 42%;
    padding: 0 10px;
    font-size: .875rem;
}

.investor-form li input:hover, .investor-form li input:focus {
    box-shadow: 0 0 5px #b1c3ff;
}

.investor-form li.radio span {
    float: left;
    width: 10%;
}

.investor-form li.radio input {
    width: 18px;
    height: 18px;
    background: none;
    margin-right: 5px;
    margin-top: 5px;
}

.investor-form li .upload {
    background: #fff;
    width: 96px;
    height: 96px;
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 2px;
}

.investor-form li textarea {
    height: 120px;
}

.investor-form li.code input {
    width: 12%;
}

.investor-form li.sub input {
    margin-left: 38%;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #f08300;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: none;
    margin-top: 15px;
    transition: all 0.3s;
}

.investor-form li.sub input:hover {
    background: #004585;
}

/*  人才招聘  */
.jobBox2 .main {
    overflow: hidden;
}

.jobBox2 li {
    float: left;
    width: 49%;
    margin-bottom: 25px;
}

.jobBox2 li:nth-child(2n) {
    float: right;
}

.jobBox2 li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.jobBox2 li img, .tdcb li img {
    display: block;
    width: 100%;
    height: 294px;
    transition: all 0.3s ease-in;
}

.jobBox2 li p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    padding: 2% 5%;
    color: #fff;
}

.jobBox2 li {
    font-size: 1.286em;
}

.jobBox2 li:hover img {
    transform: scale(1.1);
}

.jobBox3 .font {
    border: 1px solid #e7e7e7;
    padding: 5%;
    font-size: 1.286em;
    line-height: 1.8;
}

.jobBox3 .font p {
    padding-left: 30px;
}

.jobBox3 .font i {
    font-style: normal;
    color: #f08300;
    margin-left: -30px;
    float: left;
}

/*  人才招聘列表  */
.jobList li {
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
}

.jobList li a {
    padding: 20px 0;
    display: block;
    padding-left: 30px;
}

.jobList li.top {
    padding: 10px 0;
    background: #fafafa;
    border: none;
    padding-left: 30px;
    margin-bottom: 10px;
}

.jobList li p {
    overflow: hidden;
    margin-bottom: 10px;
}

.jobList li span {
    float: left;
    width: 16.6%;
    box-sizing: border-box;
    color: #333;
    font-size: 1.286em;
    display: block;
    min-height: 10px;
}

.jobList li.top span {
    font-size: 1em;
    color: #555;
}

.jobList li a:hover {
    background: #f5f5f5;
}

/*  人才招聘详情  */
.jobShow .top {
    margin-bottom: 15px;
}

.jobShow .box {
    margin-bottom: 25px;
}

.jobShow .box strong {
    font-size: 1.286em;
    font-weight: 400;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.jobShow .box {
    margin-bottom: 25px;
}

.jobShow .more {
    float: right;
    display: block;
    height: 28px;
    line-height: 28px;
    background: #f08300;
    color: #fff;
    width: 100px;
    text-align: center;
    margin-top: -50px;
}

.jobShow .more:hover {
    background: #004585;
}

.jobShow .back {
    float: right;
    font-size: 1.286em;
    color: #245ba7;
}

/*  联系我们  */
.contactBox {
    width: 48%;
    border: 1px solid #e7e7e7;
    padding: 5%;
}

.contactBox h4 {
    color: #f08300;
    font-size: 1.714em;
    margin-bottom: 20px;
}

.contactBox .txt p {
    padding-left: 25px;
    margin-bottom: 8px;
}

.contactBox .txt i {
    font-style: normal;
    color: #f08300;
    margin-left: -25px;
    float: left;
}

/*  网站地图  */
.sitemap {
    padding-left: 8%;
    font-size: .875rem;
}

.sitemap ul {
    float: left;
    width: 25%;
    line-height: 1.8;
    min-height: 290px;
}

.sitemap ul li h3 {
    font-size: 1.286em;
    color: #245ba7;
    border-bottom: 2px solid #f08300;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.sitemap ul li {
    max-width: 160px;
}

.fb {
    display: flex;
    justify-content: space-between;
}

.logo-wk {
    height: 70px;
    position: relative;
    top: -8px;
}