﻿@charset "utf-8";
/*重置*/
body,
h1,
h2,
h3,
dl,
dd,
dt,
p,
ul,
li,
ol {
    margin: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
    background: none;
}
h1,
h2,
h3 {
    font-weight: normal;
}
img {
    border: none;
}
a {
    text-decoration: none;
    outline: none;
}
body {
    font: 14px/1.5;
    font-family: "Microsoft YaHei";
}
li {
    list-style-type: none;
}
body {
    background-color: #fff;
    min-width: 1200px;
}

/*清除浮动*/
.fix {
    *zoom: 1;
}
.fix:after {
    display: table;
    content: "";
    clear: both;
}

/*顶部*/
.wid_main {
    width: 1200px;
    margin: 0 auto;
}
.topbox {
    background-color: #2964af;
}
.top_line {
    height: 36px;
    border-bottom: #5685c0 solid 1px;
    background: url(/templets/fykj/images/top_bg.png) no-repeat top center;
}
.top_line h2 {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
}
.top_line .right {
    float: right;
}
.top_line .right span {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
}
.top_line .right span:before {
    content: "丨 ";
}
.top_line .right span:first-child:before {
    content: "";
}
.top_line .right span b {
    font-weight: normal;
    margin-left: 10px;
}
.top_line .right span a {
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.top_line .right span a:hover {
    text-decoration: underline;
}

/*logo*/
.top_logo {
    height: 180px;
    overflow: hidden;
    background: url(/templets/fykj/images/top_bg.png) no-repeat top -37px center;
}
.top_logo a {
    display: inline-block;
    margin-top: 34px;
}
.top_logo form {
    float: right;
    margin-top: 70px;
}
.top_logo form label {
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
    display: block;
    overflow: hidden;
}
.top_logo form label input {
    background-color: #fff;
    padding: 0 12px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    height: 40px;
    width: 160px;
    float: left;
}
.top_logo form label button {
    width: 60px;
    height: 40px;
    background-color: #cccccc;
    float: left;
    cursor: pointer;
}
.top_logo form label button:hover {
    background-color: #bbb;
}

/*导航*/
.top_nav {
    height: 70px;
    background-color: #265ca3;
    border-top: #5685c0 solid 1px;
}
.top_nav ul {
    position: relative;
    background: url(/templets/fykj/images/nav_line.png) no-repeat center left;
}
.top_nav ul li {
    float: left;
    line-height: 70px;
    width: 120px;
}
.top_nav ul li > a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: url(/templets/fykj/images/nav_line.png) no-repeat center right;
}
.top_nav ul li.cur {
    background-color: #fff;
}
.top_nav ul li.cur > a {
    color: #2964af;
}
/*.top_nav ul li:hover>a{
	color: #2964af;
}*/
/*二级菜单*/
.top_nav .two_nav {
    position: absolute;
    left: 0;
    top: 70;
    z-index: 50;
    width: 1200px;
    /*height: 0;*/
    background-color: rgba(255, 255, 255, 1);
    transition: height 0.5s ease-in-out;
    overflow: hidden;
    box-shadow: 0 1px 1px #ddd;
}
/*.top_nav ul li:hover .two_nav{
	height: 200px;
}*/
.top_nav .two_nav > a {
    display: inline-block;
    vertical-align: middle;
    width: 210px;
    height: 140px;
    padding: 0 50px;
    border-right: #bbb solid 1px;
}
.top_nav .two_nav > a img {
    display: block;
    width: 210px;
    height: 140px;
}
.top_nav .two_nav > div {
    padding: 30px 0;
    display: inline-block;
    vertical-align: middle;
}
.top_nav .two_nav dl {
    display: inline-block;
    vertical-align: middle;
    height: 140px;
    overflow: hidden;
    line-height: 46px;
    font-size: 14px;
    padding: 0 50px;
}
.top_nav .two_nav dl dd > a {
    display: block;
    color: #666;
}
.top_nav .two_nav dl dd > a:hover {
    color: #2964af;
    text-decoration: underline;
}

/*banner*/
.banner {
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.banner .hd {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 36px;
    width: 100%;
    z-index: 1;
}
.banner .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}
.banner .hd ul li {
    margin: 0 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: #fff solid 1px;
    cursor: pointer;
    border-radius: 50%;
    padding: 4px;
}
.banner .hd ul li i {
    display: block;
    transition: background 0.7s;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.banner .hd ul li.on i {
    background: #fff;
}
.banner .bd {
    position: relative;
    z-index: 0;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.banner .bd li {
    zoom: 1;
    vertical-align: middle;
}
.banner .bd img {
    width: 100%;
    height: 640px;
    display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner .prev,
.banner .next {
    position: absolute;
    left: 80px;
    top: 45%;
    display: block;
    filter: alpha(opacity=80);
    opacity: 0.7;
}
.banner .next {
    left: auto;
    right: 80px;
}
.banner .prev:hover,
.banner .next:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.banner .prevStop {
    display: none;
}
.banner .nextStop {
    display: none;
}

/*富岳故事*/
.index_title {
    overflow: hidden;
    padding: 10px 0;
}
.index_title h2 {
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #2964af;
    line-height: 34px;
}
.index_title p i {
    display: inline-block;
    vertical-align: middle;
    background: url(/templets/fykj/images/icon_tit.png) no-repeat center center;
    height: 34px;
    width: 76px;
    margin-right: 10px;
    margin-top: -2px;
}

.bigtit {
    height: 50px;
    line-height: 50px;
    margin: 10px auto;
    background: #d7d7d7;
    color: #000000;
    width: 1200px;
    font-size: 26px;
    text-align: center;
}

.index_title a {
    float: right;
    font-size: 12px;
    color: black;
    border-left: #ba353d solid 3px;
    height: 29px;
    line-height: 29px;
    padding-bottom: 2px;
    padding-left: 5px;
    margin-top: 12px;
}
.index_title a:hover {
    color: #2964af;
    border-color: #2964af;
}

.dj_storybox {
    background-color: #f5f5f5;
    padding-bottom: 60px;
}
.dj_storybox ul {
    overflow: hidden;
}
.dj_storybox ul li {
    float: left;
    width: 390px;
    margin-left: 15px;
    padding-bottom: 18px;
    border-bottom: #999 solid 2px;
    position: relative;
}
.dj_storybox ul li:first-child {
    margin-left: 0;
}
.dj_storybox ul li i {
    display: block;
    width: 390px;
    height: 260px;
    overflow: hidden;
}
.dj_storybox ul li i img {
    display: block;
    width: 390px;
    height: 260px;
    transform: scale(1, 1);
    transition: transform 0.5s;
}
.dj_storybox ul li h2 {
    font-size: 20px;
    color: #222;
    line-height: 48px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dj_storybox ul li p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.dj_storybox ul li b {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #2964af;
    transition: width 0.3s;
}
.dj_storybox ul li:hover h2 {
    color: #2964af;
}
.dj_storybox ul li:hover b {
    width: 100%;
}
.dj_storybox ul li:hover img {
    transform: scale(1.15, 1.15);
}

/*富岳资讯*/
.dj_newsbox {
    margin-bottom: 60px;
}
.dj_newsbox .some_dh {
    float: left;
    width: 560px;
    margin-top: 45px;
    overflow: hidden;
}
.dj_newsbox .dh_btn ul {
    overflow: hidden;
    width: 570px;
    margin-left: -5px;
}
.dj_newsbox .dh_btn ul li {
    float: left;
    background-color: #2964af;
    width: 176px;
    height: 56px;
    line-height: 56px;
    border: #2964af solid 2px;
    margin: 5px;
}
.dj_newsbox .dh_btn ul li a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.dj_newsbox .dh_btn ul li a span {
    display: inline-block;
    border: #fff solid 1px;
    vertical-align: middle;
    border-radius: 100%;
    padding: 3px;
    margin-right: 8px;
    margin-top: -3px;
}
.dj_newsbox .dh_btn ul li a span i {
    display: block;
    width: 6px;
    height: 6px;
    border: #fff solid 1px;
    border-radius: 100%;
}
.dj_newsbox .dh_btn ul li:hover a {
    background-color: #fff;
    color: #2964af;
}
.dj_newsbox .dh_btn ul li:hover span,
.dj_newsbox .dh_btn ul li:hover span i {
    border-color: #2964af;
}

/* 本例子css */
.slidepic {
    width: 560px;
    height: 373px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}
.slidepic .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slidepic .bd li {
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}
.slidepic .bd img {
    width: 560px;
    height: 373px;
    display: block;
}
.slidepic .bd li h2 {
    background-color: rgba(0, 0, 0, 0.7);
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 94%;
    padding: 0 3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slidepic .prev,
.slidepic .next {
    position: absolute;
    left: 3%;
    top: 45%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(/templets/fykj/images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slidepic .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.slidepic .prev:hover,
.slidepic .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.slidepic .prevStop {
    display: none;
}
.slidepic .nextStop {
    display: none;
}

.three_dh ul {
    overflow: hidden;
    width: 564px;
    margin: 2px 0 2px -2px;
}
.three_dh ul li {
    float: left;
    margin: 2px;
    position: relative;
    background-color: #000;
    height: 278px;
    width: 184px;
    overflow: hidden;
}
.three_dh ul li img {
    display: block;
    height: 278px;
    width: 184px;
    opacity: 0.5;
    transform: scale(1, 1);
    transition: transform 0.5s;
}
.three_dh ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 278px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.three_dh ul li:hover img {
    transform: scale(1.1, 1.1);
}
.dj_newsbox .some_dh .one_logo {
    width: 560px;
    height: 106px;
    background-color: #2964af;
    text-align: center;
    overflow: hidden;
}
.dj_newsbox .some_dh .one_logo a {
    display: block;
    padding: 30px 0;
}

.dj_newsbox .right_news {
    float: right;
    width: 600px;
}
.dj_newsbox .t1con ul {
    margin-top: -18px;
}
.dj_newsbox .t1con ul li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: #bbbbbb solid 1px;
}
.dj_newsbox .t1con ul li i {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.dj_newsbox .t1con ul li img {
    display: block;
    width: 150px;
    height: 100px;
    transform: scale(1, 1);
    transition: transform 0.5s;
}
.dj_newsbox .t1con ul li dl {
    float: right;
    width: 442px;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.dj_newsbox .t1con ul li dl dt {
    font-size: 17px;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 32px;
}
.dj_newsbox .t1con ul li dl dd {
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin-top: 5px;
    height: 36px;
    overflow: hidden;
}
.dj_newsbox .t1con ul li dl span {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #999;
}
.dj_newsbox .t1con ul li dl span:before {
    content: "—— ";
}
.dj_newsbox .t1con ul li:hover {
    border-color: #2964af;
}
.dj_newsbox .t1con ul li:hover img {
    transform: scale(1.15, 1.15);
}
.dj_newsbox .t1con ul li:hover dt {
    color: #2964af;
}

/*广告条*/
.ad_picbox {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.ad_picbox img {
    display: block;
    width: 1920px;
    height: 200px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/*画室优势*/
.dj_advantage {
    margin: 20px 0;
}
.dj_advantage ul {
    overflow: hidden;
}
.dj_advantage ul li {
    float: left;
    width: 7.88888%;
    overflow: hidden;
}
.dj_advantage ul li.cur {
    width: 29%;
    height: 540px;
}
.dj_advantage ul li img {
    display: block;
    min-width: 570px;
    height: 540px;
}
.dj_advantage ul li > div {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
}
.dj_advantage ul li h2 {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 540px;
    width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.dj_advantage ul li.cur div h2 {
    width: 27%;
}
.dj_advantage ul li h2 span {
    position: absolute;
    top: 70px;
    left: 32%;
    max-height: 400px;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.dj_advantage ul li h2 span a {
    display: block;
    max-height: 400px;
    max-width: 80px;
    overflow: hidden;
    writing-mode: vertical-lr; /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr; /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    -webkit-writing-mode: vertical-lr;
    /* writing-mode这个属性ie9+可以和translate使用，放在父元素不影响translate，ie9及以下就gg了，
	现在writing-mode放在子元素，只能将就ie9和其他webkit能看，但没有居中*/
}
.dj_advantage ul li p {
    position: absolute;
    top: 50%;
    right: 7.5%;
    width: 48.5%;
    min-height: 90px;
    padding: 3% 5%;
    overflow: hidden;
    background-color: rgba(41, 100, 175, 0.8);
    font-size: 22px;
    color: #fff;
    line-height: 36px;
    transform: translate(0, -60%);
    -o-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    -moz-transform: translate(0, -60%);
    -webkit-transform: translate(0, -60%);
    display: none;
}
.dj_advantage ul li.cur p {
    display: block;
}

/*师资团队*/
.dj_teacher {
    background-color: #f5f5f5;
    padding-bottom: 60px;
}
.dj_teacher ul {
    overflow: hidden;
}
.dj_teacher ul li {
    float: left;
    width: 196px;
    text-align: center;
    margin: 0 2px;
}
.dj_teacher ul li a {
    display: block;
    width: 196px;
    height: 360px;
    overflow: hidden;
}
.dj_teacher ul li a i {
    display: block;
    width: 196px;
    height: 360px;
    transform: scale(1, 1);
    transition: transform 0.7s;
}
.dj_teacher ul li img {
    display: block;
    min-width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.dj_teacher ul li h2 {
    font-size: 22px;
    color: #333;
    padding: 5px 0;
}
.dj_teacher ul li h2 b {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
}
.dj_teacher ul li a:hover i {
    transform: scale(1.1, 1.1);
}
.dj_teacher ul li:hover h2 {
    color: #2964af;
}

/*服务专区和校园生活图*/
.dj_lifebox {
    overflow: hidden;
    padding: 20px;
    height: 620px;
}
.dj_lifebox .lifebox {
    float: left;
    width: 49.4%;
}
/* 本例子css */
.lifepic {
    width: 100%;
    height: 620px;
    overflow: hidden;
    position: relative;
}
.lifepic .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.lifepic .bd li {
    zoom: 1;
    vertical-align: middle;
    overflow: hidden;
}
.lifepic .bd img {
    min-width: 100%;
    height: 620px;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.lifepic .prev,
.lifepic .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(/templets/fykj/images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.lifepic .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}
.lifepic .prev:hover,
.lifepic .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.lifepic .prevStop {
    display: none;
}
.lifepic .nextStop {
    display: none;
}

/*服务*/
.dj_lifebox .servebox {
    float: right;
    width: 49.4%;
}
.dj_lifebox .servebox ul {
    overflow: hidden;
}
.dj_lifebox .servebox ul li {
    float: left;
    background-color: #aaa;
    height: 308px;
    width: 24.5%;
    margin: 0 0.24% 4px 0.24%;
}
.dj_lifebox .servebox ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.dj_lifebox .servebox ul li span {
    display: block;
    text-align: center;
    padding-top: 100px;
}
.dj_lifebox .servebox ul li span img {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.dj_lifebox .servebox ul li span b {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    display: block;
}
.dj_lifebox .servebox ul li:hover {
    background-color: #2964af;
}

/*师生作品*/
.dj_works {
    margin: 20px;
    overflow: hidden;
}
.dj_works > div {
    float: right;
    width: 49.45%;
    height: 446px;
    overflow: hidden;
}
.dj_works > div:first-child {
    float: left;
}
.dj_works > div a {
    display: block;
    position: relative;
    background-color: #000;
    height: 446px;
    overflow: hidden;
    transform: scale(1, 1);
    transition: transform 0.5s;
}
.dj_works > div a:hover {
    transform: scale(1.05, 1.05);
}
.dj_works > div a img {
    display: block;
    min-width: 100%;
    height: 100%;
    opacity: 0.7;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.dj_works > div a span {
    position: absolute;
    text-align: center;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

/*友情链接*/
.dj_link {
    background-color: #f5f5f5;
    padding-bottom: 80px;
}
.dj_link h1 {
    font-size: 26px;
    color: #2964af;
    line-height: 40px;
    padding: 40px 0;
}
.dj_link h1 span {
    border-bottom: #2964af solid 3px;
    display: inline-block;
}
.dj_link ul {
    overflow: hidden;
    border-left: #ddd solid 1px;
    padding-bottom: 1px;
}
.dj_link ul li {
    float: left;
    background-color: #fff;
    width: 20%;
    border-top: #ddd solid 1px;
    margin-bottom: -1px;
}
.dj_link ul li a {
    display: block;
    height: 88px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 88px;
    color: #777;
}
.dj_link ul li a img {
    max-width: 86%;
    max-height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray(100%);
    opacity: 0.5;
    transition: opacity 0.3s;
}
.dj_link ul li:hover a img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

/*底部*/
.footer {
    background: url(/templets/fykj/images/foot_bg.png) no-repeat center center;
    background-color: #2964af;
    overflow: hidden;
}
.footer .wid_main {
    padding-top: 40px;
    padding-bottom: 60px;
}
.footer .txt {
    float: left;
    width: 640px;
}
.footer .txt h2 {
    font-size: 26px;
    color: #fff;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 6px;
}
.footer .txt h2 i {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 52px;
    background-color: #fff;
}
.footer .txt > div p:first-child {
    margin-bottom: 15px;
}

.footer .txt > div p:first-child span {
    font-size: 14px;
    display: block;
}

.footer .txt > div p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin: 6px 0;
}
.footer .right {
    float: right;
    overflow: hidden;
}
.footer .right dl {
    float: left;
    margin-right: 160px;
}
.footer .right dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
}
.footer .right dl dd a {
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 30px;
}
.footer .right dl dd a:hover {
    opacity: 0.8;
    text-decoration: underline;
}
.footer .right .ewm {
    float: left;
}
.footer .right .ewm .pic {
    text-align: right;
}
.footer .right .ewm .pic p {
    display: inline-block;
}
.footer .right .ewm img {
    width: 180px;
    height: 180px;
    display: block;
}
.footer .right .ewm span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}
.footer .right .bdsharebuttonbox {
    margin: 10px 0;
}
.footer .right .bdsharebuttonbox span {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.footer .right .bdsharebuttonbox a {
    text-align: right;
    display: inline-block;
    margin-left: 6px;
    margin-right: 0;
}

.footer .dibu {
    text-align: center;
    font-size: 14px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-top: #5685c0 solid 1px;
}
.footer .dibu a {
    color: #fff;
}
.footer .dibu a:hover {
    opacity: 0.8;
}

/*侧边浮框*/
.side_box {
    position: fixed;
    bottom: 20%;
    right: 10px;
    display: none;
}
.side_box ul li {
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
}
.side_box ul li span {
    display: inline-block;
    width: 54px;
    height: 54px;
    background-color: #2964af;
    position: relative;
    border-radius: 50%;
    border: #7dafee solid 1px;
}
.side_box ul li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.side_box ul li p {
    font-size: 14px;
    color: #467ec5;
    margin-top: -3px;
}
.side_box ul li:hover {
    opacity: 0.8;
}

/* 代码整理：懒人之家 www.lanrenzhijia.com */
div.indexmaindiv {
    height: 200px;
    margin: 0px auto;
    width: 1200px;
}
div.indexmaindiv div.playerstyles {
    width: 168px;
    height: 44px;
    background: url("/templets/fykj/images/playstyles.png") no-repeat;
}
div.indexmaindiv1 {
    margin-top: 25px;
    overflow: hidden;
}
div.indexmaindiv1 div.stylesgoleft {
    float: left;
    width: 21px;
    height: 28px;
    background: url("/templets/fykj/images/arrowhead.png") no-repeat left top;
    margin: 86px 5px 0px 10px;
    cursor: pointer;
}
div.indexmaindiv1 div.stylesgoleft:hover {
    float: left;
    width: 21px;
    height: 28px;
    background: url("/templets/fykj/images/arrowhead.png") no-repeat left -28px;
    margin: 86px 5px 0px 0px;
    cursor: pointer;
}
div.indexmaindiv1 div.playerdetail {
    width: 206px;
    height: 200px;
    background: #fff;
    font-family: "微软雅黑";
}
div.indexmaindiv1 div.playerdetail div.detailimg {
    width: 206px;
    height: 124px;
}
div.indexmaindiv1 div.playerdetail div.detailimg img {
    width: 206px;
    height: 115px;
}
div.indexmaindiv1 div.playerdetail div.teanames {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #000000;
}
div.indexmaindiv1 div.playerdetail div.teadetail {
    width: 206px;
    height: 27px;
    margin: 10px 0px;
    color: #666;
    text-align: center;
    font-size: 12px;
}
div.indexmaindiv1 div.playerdetail .checkdetail {
    width: 134px;
    height: 27px;
    display: block;
    background: url("/templets/fykj/images/checkdetail.png") no-repeat;
    margin: 18px;
}
div.indexmaindiv1 div.stylesgoright {
    float: left;
    width: 21px;
    height: 28px;
    background: url("/templets/fykj/images/arrowhead.png") no-repeat left -56px;
    margin: 86px 0px 0px 15px;
    cursor: pointer;
}
div.indexmaindiv1 div.stylesgoright:hover {
    float: left;
    width: 21px;
    height: 28px;
    background: url("/templets/fykj/images/arrowhead.png") no-repeat left -84px;
    margin: 86px 0px 0px 15px;
    cursor: pointer;
}
/*滚动*/
div.maindiv1 {
    float: left;
    width: 1107px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
div.maindiv1 ul {
    position: absolute;
    left: 0;
    top: 0;
}
div.maindiv1 ul li {
    float: left;
    width: 206px;
    height: 200px;
    margin-left: 13px;
}

.cont_l3 {
    width: 750px;
    float: left;
    margin: 0 0 0 30px;
    overflow: hidden;
    display: inline;
}
.cont_l3 strong {
    width: 750px;
    float: left;
}
.cont_l3 strong a {
    width: 239px;
    height: 70px;
    background: #cecece;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    text-indent: 95px;
    font-size: 24px;
    line-height: 70px;
    font-weight: normal;
    color: #fff;
}
.cont_l3 strong a.cont_l3_1 {
    background: url(/templets/fykj/images/cont_ico6_hover.png) no-repeat 0 0 #188fef;
}
.cont_l3 strong a.cont_l3_1:hover {
    background: url(/templets/fykj/images/cont_ico6_hover.png) no-repeat 0 0 #188fef;
}
.cont_l3 strong a.cont_l3_2 {
    background: url(/templets/fykj/images/cont_ico7.png) no-repeat 0 0 #cecece;
}
.cont_l3 strong a.cont_l3_2:hover {
    background: url(/templets/fykj/images/cont_ico7_hover.png) no-repeat 0 0 #188fef;
}
.cont_l3 strong a.cont_l3_3 {
    background: url(/templets/fykj/images/cont_ico8.png) no-repeat 0 0 #cecece;
}
.cont_l3 strong a.cont_l3_3:hover {
    background: url(/templets/fykj/images/cont_ico8_hover.png) no-repeat 0 0 #188fef;
}
.cont_l3 span {
    display: block;
    width: 50%;
    height: 50px;
    border-bottom: 1px #dadada solid;
    float: left;
    line-height: 50px;
    padding: 10px 0 0 0;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cont_l3 span img {
    margin: 16px 5px 0 0;
}
