@charset "gbk";

/* CSS Document */

html,
body,
ul,
li,
p,
input,
form,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
}

body {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
}

form {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #383838;
    font-family: "Microsoft YaHei";
}

a:hover {
    color: #f6800d;
    text-decoration: underline;
    font-family: "Microsoft YaHei";
    text-decoration: none;
}

em {
    font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}


/* ¹«¹²Í·²¿ */

.m-title {
    color: #4b4b4b;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

.m-title .en-title {
    text-transform: uppercase;
    font-size: 18px;
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    z-index: 3;
}

.m-title .main-title {
    font-size: 36px;
    font-weight: bold;
    padding: 4px 0 7px;
    color: #333;
    line-height: 62px;
}

.m-title .sub-title {
    color: #333;
    font-size: 20px;
    margin-top: 5px;
}

.m-title::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 30px;
    background: url(/Public/Home/default/images/mod-title.png) center no-repeat;
}

.m-title .pro {}


/* top_title */

.top_title {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 2px solid #f9c12e;
}

.top_title .top_w_box {
    width: 1400px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
}

.top_title .top_w_box .w_box {
    width: 600px;
    float: left;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 14px;
    color: #666;
}

.top_title .top_w_box .topsc {
    font-size: 14px;
    line-height: 35px;
    color: #666;
    width: 280px;
    float: right;
}

.top_title .top_w_box .topsc a {
    text-decoration: none;
    color: #666;
    font-family: "Î¢ÈíÑÅºÚ";
}

.top_title .top_w_box .topsc a:hover {
    text-decoration: none;
    color: #e32433;
    font-family: "Î¢ÈíÑÅºÚ";
}


/* top-logo-bg */

.top-logo-bg {
    width: 100%;
    height: 142px;
}

.top-logo {
    margin: 44px auto 33px;
    display: block;
    overflow: hidden;
}

.logo_left {
    float: left;
    background: url(/ufile/87859/wx/lg_x.jpg) no-repeat right center;
    width: 270px;
}

.logo_left img {
    max-width: 100%;
}

.logo_right {
    float: left;
    padding-left: 30px;
    margin-left: 30px;
    font-size: 28px;
    color: #0f61cd;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2.4px;
    background: url(/Public/Home/default/images/logo_bg.jpg) left no-repeat;
}

.logo_right span {
    line-height: 32px;
    margin-top: 18px;
    font-family: Microsoft YaHei;
    font-size: 20px;
}

.logo_right span i {
    color: #333;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0;
}

.con-right {
    padding-left: 58px;
    background: url(/Public/Home/default/images/tel.png) no-repeat 0 0px;
    background-size: 53px;
    float: right;
}

.con-right strong {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.con-right p {
    font-size: 30px;
    color: #0f61cd;
}

.hot-phone {
    padding-left: 55px;
    background: url(/Public/Home/default/images/h_tel.png) no-repeat left 20px;
    height: 100%;
    padding-top: 15px;
}

.hot-phone .p-title {
    color: #747474;
    font-size: 16px;
}

.hot-phone .p-number {
    font-size: 30px;
    font-family: Impact;
    color: #015cb5;
}


/* top_nav */

.top_nav {
    background-color: #015cb5;
    height: 55px;
    border-bottom: 4px solid #052963;
}

.top_nav .nav:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    color: "";
}

.top_nav .nav>li {
    position: relative;
    float: left;
}

.top_nav .nav>li>a {
    position: relative;
    display: block;
    width: 104px;
    padding: 0 18px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
}

.top_nav .nav>li>a:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    background: #f9c12e;
}

.top_nav .nav>li>a:hover:after,
.top_nav .nav>.selected>a:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.top_nav .nav a span {
    display: block;
    color: #fff;
}

.top_nav .nav .subtitle {
    display: none;
}

.top_nav .subnav {
    position: absolute;
    top: 62px;
    left: 50%;
    visibility: hidden;
    width: 170px;
    margin-left: -85px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    background: #015cb5;
    z-index: 9999999;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}

.top_nav .nav>li:hover .subnav {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.top_nav .subnav li a {
    font-size: 14px;
    line-height: 60px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 60px;
    padding: 0 30px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

.top_nav .subnav li a:last-child {
    border-bottom: none;
}

.top_nav .subnav li a:hover {
    color: #fff;
    background: #f9c12e;
}


/*banner*/

.ban {
    /* margin-top: -7px; */
}

.banner-box {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.banner-box .bands {}

.banner-box .bands li {
    width: 100%;
    height: 600px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-color: rgb(22, 18, 27);
}

.banner-box .bands li video {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-box .bands li a {
    display: block;
    height: 100%;
}

.banner-btns {}

.banner-btns .btns-box {}

.banner-btns .btns-box a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.banner-btns .btns-box a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.banner-btns .btns-box .prev-btn {
    left: 5%;
    background: url(/Public/Home/default/images/foot.png) 0 0 no-repeat;
}

.banner-btns .btns-box .next-btn {
    right: 5%;
    background: url(/Public/Home/default/images/foot.png) -49px 0 no-repeat;
}

.banner-btns .btns-box .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.banner-btns .btns-box .hd li {
    display: inline-block;
    width: 100px;
    height: 8px;
    background: #015cb5;
    cursor: pointer;
    font-size: 0px;
}

.banner-btns .btns-box .hd li.on {
    background: #f9c12e;
}


/* searchky-bg */

.searchky-bg {
    width: 100%;
    height: 75px;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 5px #999;
}

.searchky-bg .searchky {
    height: 100%;
}

.searchky-bg .searchky .keyword {
    width: 1050px;
    height: 100%;
    line-height: 75px;
    color: #666;
    background: url(/Public/Home/default/images/hot.png) left 24px no-repeat;
    background-size: 25px;
    font-size: 14px;
}

.searchky-bg .searchky .keyword strong {
    font-weight: bold;
    margin-right: 15px;
    padding-left: 26px;
}

.searchky-bg .searchky .search {
    width: 350px;
    margin-top: 18px;
}

.searchky-bg .searchky .search .textCont {
    box-sizing: border-box;
    width: 285px;
    height: 38px!important;
    line-height: 38px!important;
    border: 1px solid #ddd;
    color: #505050;
    float: left;
    padding: 5px 40px 5px 15px;
}

.searchky-bg .searchky .search .anSearch {
    border: 0;
    background: url(/Public/Home/default/images/secrch.png) center no-repeat;
    background-size: 24px;
    background-color: #0167cc;
    color: #fff;
    width: 42px;
    height: 38px!important;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}


/* cpScroll-bg */

.cpScroll-bg {
    width: 100%;
    margin-bottom: 60px;
}

.cpScroll-bg .cpScroll-con {
    height: 100%;
}

.pro-list ul {
    overflow: hidden;
}

.pro-list li {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 15px 20px 0;
    background-color: #f5f5f5;
    width: 338px;
    transition: all 0.2s;
}

.pro-list li span {
    display: block;
    width: 94%;
    height: 230px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.pro-list li img {
    border: 0;
    vertical-align: middle;
    width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.pro-list li a {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 2px solid transparent;
    display: block;
}

.pro-list li b {
    display: block;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
}


/* .pro-list li b::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #015cb5;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
} */

.pro-list li p {
    margin: 15px 0;
    padding: 0 15px;
    line-height: 200%;
    color: #666;
}

.pro-list li em {
    font-style: normal;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    background-color: #0f61cd;
    color: #fff;
    margin-bottom: 20px;
    transition: all 0.2s;
}

.pro-list li:hover {
    background-color: #f9c12e;
}

.pro-list li:hover a {
    border: 2px solid #f9c12e;
}

.pro-list li:hover b {
    color: #fff;
}

.pro-list li:hover p {
    color: #fff;
}

.pro-list li:hover em {
    background-color: #fff;
    color: #333;
}


/* hengfu */

.hengfu {
    width: 100%;
    height: 240px;
}


/* product-bg */

.product-bg {
    margin-bottom: 30px;
}

.product-bg .product-con-l {
    width: 300px;
}

.product-bg .product-con-l .sideMenu .nLi {
    margin-bottom: 10px;
}

.product-bg .product-con-l .sideMenu h3 {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    cursor: pointer;
    font-family: microsoft yahei;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-left: 4px solid #f9c22a;
    background: #015cb5 url(../images/arr-l.png) 250px center no-repeat;
    background-size: 30px;
    transition: all 0.2s;
}

.product-bg .product-con-l .sideMenu ul .nLi.on .sub {
    display: block
}

.product-bg .product-con-l .sideMenu ul .nLi .sub {
    padding: 10px 0;
    color: #999;
    display: none;
    margin: 10px auto;
    border: 1px solid #dcdcdc;
}

.product-bg .product-con-l .sideMenu ul .nLi .sub li {
    height: 36px;
    line-height: 36px;
    list-style: none
}

.product-bg .product-con-l .sideMenu ul .nLi .sub li a {
    display: block;
    width: 85%;
    height: 100%;
    font-family: microsoft yahei;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding-left: 15px;
    box-sizing: border-box;
    background: url(/Public/Home/default/images/arr-arr.jpg) left center no-repeat;
    border-bottom: 1px dashed #dcdcdc;
}

.product-bg .product-con-l .sideMenu ul .nLi .sub li:last-child a {
    border-bottom: 0px;
}

.product-bg .product-con-l .sideMenu ul .nLi .sub li a:hover {
    color: #f9c22a;
}

.product-bg .product-con-l .sideMenu h3:hover {
    background-color: #f9c22a;
    border-left: 4px solid #6a6a6a;
}

.product-bg .product-con-r {
    width: 1050px;
}

.product-bg .product-con-r .pro-list ul {
    overflow: hidden;
}

.product-bg .product-con-r .pro-list li {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 15px 20px 0;
    background-color: #f5f5f5;
    width: 335px;
    transition: all 0.2s;
}

.product-bg .product-con-r .pro-list li span {
    display: block;
    height: 213px;
    width: 94%;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.product-bg .product-con-r .pro-list li img {
    border: 0;
    vertical-align: middle;
    width: 80%;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.product-bg .product-con-r .pro-list li a {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: 2px solid transparent;
    display: block;
}

.product-bg .product-con-r .pro-list li b {
    display: block;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
}

.product-bg .product-con-r .pro-list li p {
    margin: 15px 0;
    padding: 0 15px;
    line-height: 200%;
    color: #666;
}

.product-bg .product-con-r .pro-list li em {
    font-style: normal;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    width: 100px;
    text-align: center;
    background-color: #0f61cd;
    border: 1px solid #0f61cd;
    color: #fff;
    margin: 20px 0;
    margin-left: 10px;
    transition: all 0.2s;
}

.product-bg .product-con-r .pro-list li em.view-btn {
    background-color: #a7a7a7;
    border: 1px solid #a7a7a7;
    margin-left: 0px;
}

.product-bg .product-con-r .pro-list li:hover {
    background-color: #f9c12e;
}

.product-bg .product-con-r .pro-list li:hover a {
    border: 2px solid #f9c12e;
}

.product-bg .product-con-r .pro-list li:hover b {
    color: #fff;
}

.product-bg .product-con-r .pro-list li:hover p {
    color: #fff;
}

.product-bg .product-con-r .pro-list li:hover em {
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
}

.product-bg .product-con-r .pro-list li:hover em.view-btn {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}


/* about-bg */

.about-bg {
    width: 100%;
    height: 830px;
    background: url(/Public/Home/default/images/about-bg.jpg) center no-repeat;
}

.about-bg .m-title {
    width: 100%;
}

.about-bg .m-title .pro {
    color: #fff;
}

.about-bg .m-title .main-title {
    color: #fff;
}

.about-bg .m-title::after {
    background: url(/Public/Home/default/images/mod-title-w.png) center no-repeat;
}

.about-bg .about-l img {
    width: 772px;
}

.about-bg .about-r {
    background-color: #fff;
    width: 628px;
    height: 480px;
    position: relative;
}

.about-bg .about-r h3 {
    padding-top: 56px;
    padding-left: 45px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.about-bg .about-r span {
    padding-left: 45px;
    color: #a5a5a5;
    font-size: 14px;
}

.about-bg .about-r i {
    display: block;
    width: 123px;
    height: 3px;
    background-color: #0352b1;
    margin: 22px 0;
    margin-left: -30px;
}

.about-bg .about-r .about-text {
    padding-left: 45px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 28px;
}

.about-bg .about-r>a {
    display: block;
    width: 135px;
    height: 40px;
    background-color: #f7c433;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-left: 45px;
    margin-top: 22px;
    transition: all 0.2s;
}

.about-bg .about-r>a:hover {
    background-color: #0f61cd;
}


/* about-pic */

.about-pic {
    margin-top: -110px;
}

.about-pic .pro_rec_main {
    width: 100%;
    /* height: 200px; */
}

.about-pic .pro_rec_main>ul>li {
    width: 19%;
    height: 230px;
    float: left;
    margin-right: 10px;
    text-align: center;
}

.about-pic .pro_rec_main>ul>li>a {
    display: block;
    color: #333;
    line-height: 36px;
    width: 100%;
    height: 160px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.about-pic .pro_rec_main>ul>li img {
    max-width: 95%;
    padding: 5px;
}

.about-pic .pro_rec_main>ul>li:last-child {
    margin-right: 0;
}

.about-pic #LeftArr {
    display: none;
    width: 20px;
    height: 69px;
    line-height: 69px;
    font-family: "é»‘ä½“";
    text-align: center;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    background-color: #f9f9f9;
    margin-right: 10px;
}

.about-pic #RightArr {
    display: none;
    width: 20px;
    height: 69px;
    line-height: 69px;
    font-family: "é»‘ä½“";
    text-align: center;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    background-color: #f9f9f9;
    margin-left: 10px;
}

.about-pic .photo_img a {
    display: block;
    height: 213px;
    width: 320px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    border: 10px solid #f5f5f5;
}

.about-pic .photo_img img {
    box-sizing: border-box;
    transition: all 0.7s ease 0s;
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*height: 230px;*/
}

.about-pic li:hover .photo_img a {
    border-color: #f7c433;
}

.about-pic .photo_nr {
    display: flex;
    align-items: center;
    width: 1400px;
    margin: 15px auto;
}

.about-pic .informationText {
    width: 1400px;
    margin: 15px auto;
    text-align: center;
}

.about-pic .informationText span {
    background: #ffffff;
    color: #1c1f86;
}

.about-pic .photo_nr ul li {
    float: left;
    margin: 0 7px;
    line-height: 30px;
    text-align: center;
    /* border: 1px solid #ececec; */
}

.about-pic .photo_nr p {
    padding: 0;
    margin: 0;
}

.about-pic .about-pic-title span.title-top {
    color: #0089e1;
    display: block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.about-pic .about-pic-title span>a {
    float: right;
    font-weight: normal;
    font-size: 14px;
}

.about-pic .about-pic-title span.title-top::before {
    width: 40px;
    height: 4px;
    background: #0089e1;
    position: absolute;
    content: "";
    left: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
}


/* news-bg */

.news-bg {
    overflow: hidden;
    margin-bottom: 45px;
}

.news-con-l {
    width: 680px;
}

.news-con-l .news-img {
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;
}

.news-con-l .news-img img {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
}

.news-con-l .news-img .news-img-text {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: rgba(247, 196, 51, 0.9);
    line-height: 26px;
    padding: 5px 0;
    transition: all 0.2s;
}

.news-con-l .news-img .news-img-text>h3 {
    color: #fff;
    font-size: 16px;
}

.news-con-l .news-img .news-img-text>p {
    color: #fff;
    font-size: 14px;
}

.news-con-l .news-img:hover img {
    transform: scale(1.05);
}

.news-con-l .news-img:hover .news-img-text {
    background-color: rgba(1, 92, 181, 0.9);
}

.news-con-r {
    width: 680px;
}

.news-con-r .news-tuijian-t {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 2px solid #cecece;
}

.news-con-r .news-tuijian-t .news-tuijian-t-img {
    width: 32%;
}

.news-con-r .news-tuijian-t .news-tuijian-t-title {
    width: 68%;
}

.news-con-r .news-tuijian-t .news-tuijian-t-title a.news-tuijian-title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
    transition: all 0.2s;
}

.news-con-r .news-tuijian-t .news-tuijian-t-title p {
    font-size: 14px;
    line-height: 22px;
}

.news-con-r .news-tuijian-t .news-tuijian-t-title a.news-more {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #f7c433;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-top: 16px;
    transition: all 0.2s;
}

.news-con-r .news-tuijian-t .news-tuijian-t-title a.news-tuijian-title:hover {
    color: #f7c433;
}

.news-con-r .news-tuijian-t .news-tuijian-t-title a.news-more:hover {
    background-color: #0f61cd;
}

.news-con-r .news-tuijian-b ul li {
    line-height: 35px;
}

.news-con-r .news-tuijian-b ul li>a {
    display: block;
    font-size: 14px;
    color: #333;
    background: url(/Public/Home/default/images/news-t-icon.png) left center no-repeat;
    padding-left: 15px;
}

.news-con-r .news-tuijian-b ul li>a:hover {
    color: #f7c433;
}


/* flinks */

.flinks-bg {
    width: 100%;
    height: 86px;
    background-color: #f4f4f4;
}

.flinks-bg .flinks-con h3 {
    font-size: 16px;
    color: #015cb5;
    font-weight: bold;
    padding-top: 24px;
}

.flinks-bg .flinks-con h3>span {
    font-size: 12px;
    color: #ccc;
    font-weight: normal;
}

.flinks-bg .flinks-con .flinks-a a {
    font-size: 14px;
    line-height: 30px;
}


/* footer-bg */

.footer-bg {
    width: 100%;
    background-color: #015cb5;
    overflow: hidden;
    padding-bottom: 66px;
}

.footer-bg .footer-con .footer-con-nav li {
    width: 9.9%;
    float: left;
    text-align: center;
}

.footer-bg .footer-con .footer-con-nav li.foot-line {
    width: 1px;
    height: 16px;
    background: url(/Public/Home/default/images/foot-line.png) center no-repeat;
    margin-top: 26px;
}

.footer-bg .footer-con .footer-con-nav li>a {
    font-size: 16px;
    color: #fff;
    line-height: 66px;
}

.footer-bg .footer-con .footer-con-nav li>a:hover {
    color: #f7c433;
}

.footer-bg .footer-con .footer-con-b-l {
    width: 21%;
    float: left;
}

.footer-bg .footer-con .footer-con-b-l img {
    margin: 54px 0 24px;
}

.footer-bg .footer-con .footer-con-b-l p {
    margin-left: 15px;
}

.footer-bg .footer-con .footer-con-b-l p,
.footer-bg .footer-con .footer-con-b-l a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.footer-bg .footer-con .footer-con-b-c {
    width: 66%;
    float: left;
    margin: 54px 0 24px;
}

.footer-bg .footer-con .footer-con-b-c ul {
    margin-left: 120px;
}

.footer-bg .footer-con .footer-con-b-c li {
    color: #fff;
    font-size: 14px;
    padding-left: 34px;
    line-height: 45px;
    width: 35%;
    float: left;
}

.footer-bg .footer-con .footer-con-b-c li:last-child {
    width: 100%;
}

.footer-bg .footer-con .footer-con-b-c li.foot-tel {
    background: url(/Public/Home/default/images/foot-tel.png) left center no-repeat;
}

.footer-bg .footer-con .footer-con-b-c li.foot-email {
    background: url(/Public/Home/default/images/foot-email.png) left center no-repeat;
}

.footer-bg .footer-con .footer-con-b-c li.foot-qq {
    background: url(/Public/Home/default/images/foot-qq.png) left center no-repeat;
}

.footer-bg .footer-con .footer-con-b-c li.foot-fox {
    background: url(/Public/Home/default/images/foot-fox.png) left center no-repeat;
}

.footer-bg .footer-con .footer-con-b-c li.foot-add {
    background: url(/Public/Home/default/images/foot-add.png) left center no-repeat;
}

.footer-bg .footer-con .footer-con-b-r {
    width: 11%;
    float: left;
}

.footer-bg .footer-con .footer-con-b-r img {
    display: block;
    width: 72%;
    border: 6px solid #f7c433;
    margin: 0 auto;
    margin-top: 54px;
}

.footer-bg .footer-con .footer-con-b-r p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}