﻿@charset "UTF-8";

/* public */

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    display: block;
}

ul,
dl,
li,
dt,
dd {
    list-style: none;
}

body {
    font: 14px Arial, "microsoft yahei", Helvetica, sans-serif;
    *font: 12px "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #888;
    background: #fff;
    overflow-x: hidden;
}

a {
    font-size: 14px;
    text-decoration: none;
    transition: all .45s;
    -webkit-transition: all .45s;
    -ms-transition: all .45s;
    color: #888;
}

a:hover {
    color: #e54545;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl{
	float: left;
}

.fr{
	float: right;
}


/*IE/7/6*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

input,
textarea,
select {
    outline: none;
    font-family: "microsoft yahei";
}

textarea {
    resize: none;
    overflow: hidden;
}

select {
    -webkit-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}

i {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #e54545;
}

.cp {
    cursor: pointer;
}

.old {
    text-decoration: line-through;
}

.noscript {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #ddd;
    color: red;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

em {
    font-style: normal;
}

.lh-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pace-progress {
    width: 100%;
    height: 2px;
    background: #e54545;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 5000;
}

.pace-inactive {
    display: none;
}

.lh-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.flex {
    flex: 1;
    -webkit-flex: 1;
}

.orange {
    color: #ff5534;
}

.green {
    color: #91c320;
}


/*header*/

.lh-head-top {
    height: 132px;
    width: 100%;
    min-width: 1200px;
}

.lh-logo {
    position: absolute;
    left: 0;
    top: 29px;
}

.lh-head-r {
    position: absolute;
    right: 0;
    top: 38px;
}

.lh-search-box {
    margin-right: 35px;
}

.lh-search {
    width: 390px;
    height: 37px;
    border: 2px solid #e54646;
    border-radius: 30px;
    position: relative;
}

.lh-search .keywords {
    width: 85%;
    border: none;
    background: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    text-indent: 23px;
    box-sizing: border-box;
}

.lh-search .submit {
    width: 37px;
    height: 37px;
    border: none;
    background: url(../images/search-btn.png) no-repeat left center;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.lh-hot-keywors {
    margin-top: 13px;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
}

.lh-hot-keywors a {
    margin-left: 15px;
    float: left;
    font-size: 14px;
}

.lh-tel {
    color: #e54646;
    position: relative;
    padding-left: 45px;
}

.lh-tel h3 {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
}

.lh-tel h2 {
    font-size: 24px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}

.lh-tel i {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    font-size: 28px;
    border: 2px solid #e54646;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lh-nav {
    width: 100%;
    height: 63px;
    min-width: 1200px;
    background: #F6F7FB;
}

.lh-nav .home {
    float: left;
    display: block;
    height: 63px;
    line-height: 63px;
    text-align: center;
    background: #F44F4F;
    color: #fff;
    font-size: 16px;
}

.lh-nav .home a{
	color: #fff;
}

.lh-nav .home:hover {
    background: #E54545;
}

/*.lh-nav-r:before {
    content: '';
    display: block;
    width: 100%;
    height: 63px;
    background: #E54545;
    position: absolute;
    left: -100%;
    top: 0;
}*/

.lh-nav-all {
    width: 154px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    background: #E54545;
    color: #fff;
    float: left;
    font-size: 16px;
    cursor: pointer;
    display: block;
}

.lh-nav-all:hover {
    background: #C94040;
    color: #fff;
}

.lh-nav-all i {
    margin-left: 10px;
    font-size: 14px;
}

.lh-nav-r {
    width: 100%;
    margin: 0 auto;
}

.lh-nav-r li {
    line-height: 63px;
    height: 63px;
    float: left;
    position: relative;
}

.lh-nav-r li a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    padding: 0 48px;
}

.lh-nav-r li:last-child a {
    padding: 0 0 0 37px;
}

.lh-nav-r li:hover a {
    color: #fff;
    background: #F44F4F;
}

/*.lh-nav-r li:before {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url(../images/logo.png) no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .45s;
}*/

.lh-nav-r li:hover:before {
    top: -20px;
}

.lh-nav-r li:last-child:before {
    left: 15px;
}

.lh-nav-r li.on a {
    color: #e54545;
}

.lh-classify {
    position: absolute;
    left: 0;
    top: 63px;
    background: rgba(255, 255, 255, .9);
    width: 100%;
    padding: 7px 22px 27px 22px;
    box-sizing: border-box;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out .65s;
    transform: translateY(20px);
}

.lh-nav-box:hover .lh-classify {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.lh-classify dl {
    overflow: hidden;
    margin-top: 25px;
}

.lh-classify dl dt {
    float: left;
    line-height: 24px;
    width: 71px;
}

.lh-classify dl dt:hover a {
    color: #e54545;
}

.lh-classify dl dt a {
    font-size: 16px;
    color: #333;
}

.lh-classify dl dt i {
    font-size: 24px;
    margin-right: 10px;
    float: left;
    position: relative;
}

.lh-classify dl dt i.icon-kongjian {
    top: -1px;
}

.lh-classify dl dd {
    width: 1069px;
    float: left;
    line-height: 24px;
}

.lh-classify dl dd a {
    margin-left: 25px;
    color: #888888;
    font-size: 14px;
    float: left;
}

.lh-classify dl dd a:hover {
    color: #e54545;
    text-decoration: underline;
}

.lh-banner {
    position: relative;
    z-index: 3;
}

.lh-banner .bd li {
    width: 100%;
    min-width: 1200px;
    height: 650px;
    position: relative;
}

.lh-banner .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.lh-banner .hd {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.lh-banner .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid #E50112;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    text-indent: -9999px;
}

.lh-banner .hd li.on {
	position: relative;
	width: 12px;
    height: 12px;
    top: -2px;
    background: #E50112;
}

.offer {
    width: 290px;
    height: 405px;
    overflow: hidden;
    background-color: rgba(0,0,0,.2);
}

.offer-title {
    height: 83px;
    overflow: hidden;
    padding-top: 14px;
    color: #fff;
    text-align: center;
    background: url(../images/bg_offer_title.png) no-repeat center bottom;
}

.offer-title h3 {
	font-weight: bold;
    font-size: 31px;
}

.offer-title p {
    margin: 0;
    font-size: 20px;
}

.form {
    padding: 29px 46px;
}

.form-group {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.form-control {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 31px;
    line-height: 15px;
    padding: 7px 8px;
    border: 1px solid #A8A8A8;
    outline: 0;
    font-size: 15px;
    background-color: #fff;
}

.form-group ins {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    display: block;
    line-height: 30px;
    padding-right: 8px;
    font-size: 16px;
    color: #E63946;
    text-decoration: none;
    background-color: #fff;
}

.form-group .btn {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    color: #fff;
    background-color: #0D4A69;
}

.form-group .btn-submit {
    height: 46px;
    font-size: 23px;
    font-weight: bold;
}

.lh-apply {
    background: #F6F7FB;
    width: 326px;
    position: absolute;
    left: 0;
    top: 0;
    height: 449px;
    z-index: 5;
}

.lh-apply-h {
    border-bottom: 2px solid #E54545;
    position: relative;
    color: #332c2b;
}

.lh-apply-h i {
    font-size: 52px;
    float: left;
    margin: 0 10px 18px 32px;
}

.lh-apply-h h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
    overflow: hidden;
    padding-top: 5px;
}

.lh-apply-h h3 {
    font-size: 12px;
    font-family: "arial";
}

.lh-apply-main {
    padding: 0 40px;
}

.lh-apply-mob {
    margin-top: 25px;
    position: relative;
    line-height: 30px;
}

.lh-apply-mob i {
    font-size: 26px;
    position: relative;
    top: 2px;
}

.lh-apply-mob input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    border: none;
    text-indent: 30px;
    height: 35px;
    line-height: 35px;
    border-bottom: 2px solid #E7E7E7;
}

.lh-apply-mob select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    border: none;
    text-indent: 30px;
    height: 35px;
    line-height: 35px;
    color: #888;
    border-bottom: 2px solid #E7E7E7;
}

.lh-apply-mob span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lh-apply-s {
    width: 45%;
    height: 30px;
    position: relative;
    z-index: 3;
}

.lh-apply-mob .lh-apply-s select {
    text-indent: 0;
}

.lh-apply-mob .lh-submit {
    background: #E54545;
    color: #fff;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: linear .35s;
    text-indent: 0;
}

.lh-apply-mob .lh-submit:hover {
    background: #C94040;
}

.lh-apply-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
}

.lh-process {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    z-index: 3;
}

.lh-container {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    padding: 1px 0 0;
    position: relative;
    z-index: 3;
}

.lh-process-h2 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.serv_in{
	width: 100%;
	margin: 0 auto;
}

.serv_in .serve-col{
	display: inline-block;
    width: 178px;
    border-top: none;
    height: 268px;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px;
    margin-top: 42px;
}

.serv_in .serve-col:last-child{
	margin-right: 0;
}

.serve-red{
	background: #fff;
}

.serve-icon {
    width: 80px;
    height: 80px;
    margin: 35px auto 9px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.serve-icon01 {
    width: 38px;
    height: 38px;
    margin: 25px auto 9px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}

.serve-col .s_01 {
    background-position: -77px -527px;
}

.serve-col .s_02 {
    background-position: -38px -527px;
}

.serve-col .s_03 {
    background-position: -85px -606px;
}

.serve-col .s_04 {
    background-position: -38px -565px;
}

.serve-col .s_05 {
    background-position: -79px -686px;
}

.serve-col .s_06 {
    background-position: -38px -603px;
}

.serve-col .s_07 {
    background-position: -79px -768px;
}

.serve-col .s_08 {
    background-position: -38px -641px;
}

.serve-col .s_09 {
    background-position: -78px -853px;
}

.serve-col .s_10 {
    background-position: -38px -679px;
}

.serve-col .s_11 {
    background-position: -79px -942px;
}

.serve-col .s_12 {
    background-position: -38px -717px;
}

.serve-text {
    font-size: 20px;
    text-align: center;
}

.serve-intro {
    margin-top: 24px;
    font-size: 14px;
    padding: 0 29px 0 23px;
    line-height: 21px;
    letter-spacing: 1px;
    text-align: justify;
}


.team{
	width: 100%;
	margin: 36px auto;
}

.teamLeft{
	width: 467px;
	margin: 0 auto;
	height: 472px;
    overflow: hidden;
}

.teamLeft img{
	width: 100%;
	display: block;
}

.teamRight{
	width: 61%;
	margin: 0 auto;
}

.team_item{
	float: left;
    text-align: center;
    width: 225px;
    height: 225px;
    overflow: hidden;
    position: relative;
    color: #989898;
    margin: 0 0 17px 17px;
    border: solid 1px #656565;
}

.team_item img{
	width: 100%;
}

.design-info {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
    bottom: -80px;
    font-size: 13px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.design-info h4{
	color: #fff;
	margin-top: 11px;
}

.design-info h4 span{
	color: #989898;
}

.design-info p span{
	color: #ff343f;
}

.des_xq {
    margin: 60px 0;
    position: relative;
}

.dx_left {
    width: 380px;
    height: 535px;
    position: relative;
}

.dx_tb {
    display: block;
    font-size: 0;
    position: absolute;
    left: 345px;
    top: 65px;
}

.dx_right {
    width: 745px;
    margin-top: 50px;
}

.dx_title {
    font-size: 16px;
    color: #888888;
    line-height: 28px;
}

.dx_h3 {
    font-size: 24px;
    color: #2f2f2f;
}

.dx_txt {
    font-size: 14px;
    color: #747474;
    line-height: 30px;
    margin-top: 60px;
}

.dx_txt p{
    font-size: 14px;
    margin-bottom: 7px;
}

.news_item{
	width: 100%;
	margin: 0 auto;
	background: #f7f7f7;
	padding: 44px 0;
}

.newsWith{
	width: 1200px;
	margin: 0 auto;
}

.newsLeft{
	width: 470px;
	margin-top: 25px;
}

.newsLeft h3 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
}

.newsLeft h3:hover{
	color: #C90D0E;
}

.newsLeft p {
    font-size: 13px;
    color: #888888;
    line-height: 24px;
}

.newsRight{
    width: 694px;
    margin-top: 25px;
}

.newsRight li {
    height: 116px;
    background: #ffffff;
    margin-bottom: 26px;
}

.newsRight li a {
    display: block;
    padding-left: 106px;
    padding: 18px 18px 18px 92px;
    position: relative;
}

.news-date {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 54px;
    height: 80px;
    padding-top: 24px;
    padding-left: 20px;
}

.news-con h3 {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.news-con h3:hover{
	color: #C90D0E;
}

.news-date span {
    display: block;
    text-align: center;
}

.news-date .nub {
    font-size: 30px;
    color: #555555;
    border-bottom: 1px solid #aaaaaa;
    line-height: 40px;
    font-weight: bold;
}

.news-date .year {
    font-size: 12px;
    color: #888888;
    line-height: 28px;
}

.news-con p {
    color: #888888;
    font-size: 13px;
    line-height: 24px;
}

.hardcover{
	width: 1200px;
	margin: 45px auto 0;
}

.coverDe{
	width: 100%;
	margin: 25px auto 0;
}

.coverLeft{
	width: 974px;
	height: 464px;
	margin: 0 auto;
	overflow: hidden;
}

.coverLeft li img{
	width: 100%;
	height: 464px;
	display: block;
}

.coverRight{
	position: relative;
    width: 226px;
}

.coverRight li {
    height: 232px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #4E4E4E;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-repeat: no-repeat;
    background-position: 13px center;
}

.coverRight li h3{
	margin: 60px 0 5px;
	font-size: 25px;
	font-weight: bold;
}

.coverRight li p{
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 5px;
}

.coverRight li.active {
    padding-left: 39px;
    margin-left: -39px;
    font-weight: bold;
    background-image: url(../images/icon_hardcover.png);
    background-color: #E63C49;
}

.color-white {
    color: #fff;
}

.color-gray {
    color: #4a4a4a;
    text-align: center;
    margin-top: 57px;
}

.serve_two span{
    display: block;
    text-align: center;
    margin-top: 8px;
}

.serve-pic {
    text-align: center;
    margin-top: 15px;
}

.serve-pic img{
	display: inline-block;
}

.serve_one{
	position: absolute;
    top: -266px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: top 300ms ease 0s;
    -webkit-transiti3n: top 300ms ease 0s;
}

.serve-red .serve_one{
	background: #246d94;
}

.serve-bule {
    background: #f7f7f7;
}

.serve-bule .serve_one {
    background: #0D4A69;
}




.lh-process-item {
    margin-top: 20px;
}

.lh-process-item li {
    flex: 1;
    -webkit-flex: 1;
    border: 1px solid #E7E7E7;
    color: #000;
    float: left;
    width: 20%;
    box-sizing: border-box;
    border-left: none;
    position: relative;
}

.lh-process-item li:first-child {
    border-left: 1px solid #E7E7E7;
}

.lh-process-item li:hover {
    border-color: #e54545;
    left: -1px;
    border-left: 1px solid #e54545;
    z-index: 2;
}

.lh-process-item li:first-child:hover {
    left: 0;
}

.lh-process-item li i {
    float: left;
    font-size: 48px;
    color: #e54545;
    display: block;
    width: 48px;
    text-align: center;
    margin-right: 5px;
}

.lh-process-item li i.icon-yuyue {
    font-size: 46px;
}

.lh-process-item li a {
    color: #000;
    display: block;
    padding: 20px 0 20px 50px;
}

.lh-process-item li h2 {
    font-size: 18px;
}

.lh-process-item li h3 {
    font-size: 12px;
    margin-top: 3px;
}

.lh-process-h2 .more {
    float: right;
    font-size: 12px;
    position: relative;
}

.lh-process-h2 span {
    font-size: 14px;
    color: #9b9b9b;
    margin-left: 15px;
    position: relative;
    top: 1px;
}

.lh-process-h2 .more:before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #e54545;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .35s;
}

.lh-process-h2 .more:hover:before {
    width: 20px;
}

.lh-project-item {
    margin-top: 20px;
}

.lh-project-item li {
    width: 292px;
    float: left;
    margin-left: 10px;
}

.lh-project-item li:first-child {
    margin: 0;
}

.lh-project-item li .img {
    width: 292px;
    height: 211px;
    overflow: hidden;
}

.lh-project-item li .img img {
    width: 292px;
    height: 211px;
    transition: ease-out .3s;
}

.lh-project-item li h2 {
    color: #9b9b9b;
    margin-top: 13px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .35s;
}

.lh-project-item li h2:hover {
    color: #e54545;
}

.lh-project-item li .img:hover img {
    transform: scale(1.1, 1.1);
}

.lh-process-more {
    float: right;
}

.lh-process-more ul {
    float: left;
    margin-right: 15px;
}

.lh-process-more ul li {
    float: left;
}

.lh-process-more ul li a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 30px;
    border: 1px solid #fff;
    line-height: 22px;
    height: 22px;
    font-size: 14px;
    color: #332c2b;
    position: relative;
    top: -5px;
}

.lh-process-more ul li.hover a {
    border: 1px solid #e54545;
    color: #e54545;
}

.lh-custom-item li {
    float: left;
    width: 367px;
    margin: 30px 49px 0 0;
    transition: all .75s;
    position: relative;
    overflow: hidden;
}

.lh-custom-item li:after {
    background: #0d4a69;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: ease-in-out .3s;
    transform: translateY(100%);
}

.lh-custom-item.two li {
    background: #F6F7FB;
}

.lh-custom-item li:hover:after {
    transform: translateY(0);
}

.lh-custom-item li:hover .img i {
    transform: translate(-50%, -50%);
}

.lh-custom-item li:hover .img img {
    opacity: .8;
    transform: scale(1.2, 1.2);
}

.lh-custom-item li:hover h3 {
    color: #fff;
}

.lh-custom-item li:hover h4 {
    color: #fff;
}

.lh-custom-item li:nth-child(3n) {
    margin: 30px 0 0;
}

.lh-custom-item li .img {
    width: 100%;
    height: 244px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.lh-custom-item li .img img {
    width: 100%;
    height: 244px;
    transition: ease-in-out .45s;
}

.lh-custom-item li .img i {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    background: #0d4a69;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 300%);
    transition: ease-in-out .45s;
}

.lh-custom-item li h3 {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    padding: 20px 20px 0;
    color: #333333;
    transition: all .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    z-index: 5;
}

.lh-custom-item li h4 {
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    padding: 8px 20px 20px;
    color: #9b9b9b;
    transition: all .3s;
    position: relative;
    z-index: 5;
}

.lh-custom-item li h4 span {
    display: inline-block;
    line-height: 23px;
    height: 23px;
    border: 1px solid #E7E7E7;
    padding: 0 10px;
    margin: 0 3px;
    border-radius: 30px;
}

.lh-container.bg {
    background: #F6F7FB;
    padding: 1px 0 70px;
    margin-top:40px;
}

.lh-show-ad {
    margin-top: 30px;
    width: 367px;
    height: 697px;
    overflow: hidden;
    transition: linear .35s;
}

.lh-show-ad:hover img {
    transform: scale(1.1, 1.1);
}

.lh-show-ad img {
    width: 367px;
    height: 697px;
    transition: all .35s;
}

.lh-custom-item.show {
    width: 833px;
}

.lh-custom-item.show li {
    margin: 30px 0 0 49px;
}

.lh-join-bg {
    width: 100%;
    min-width: 1200px;
    height: 330px;
    background: url(../images/joni-bg.jpg) no-repeat center;
    text-align: center;
    position: relative;
    z-index: 3;
}

.lh-join-bg h2 {
    font-size: 72px;
    height: 72px;
    line-height: 72px;
    font-weight: bold;
    color: #e54545;
    padding-top: 50px;
}

.lh-join-bg h3 {
    color: #e54545;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    margin: 17px 0 29px;
}

.lh-join-bg a {
    display: inline-block;
    width: 174px;
    height: 50px;
    line-height: 50px;
    background: #e54545;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 30px;
}

.lh-join-bg a:hover {
    opacity: .7;
}

.lh-custom-item li h5 {
    padding: 0 20px;
    height: 57px;
    line-height: 57px;
    color: #333;
    transition: all .3s;
    z-index: 5;
    position: relative;
}

.lh-custom-item li h5 em {
    float: left;
    font-size: 16px;
}

.lh-custom-item li h5 span {
    float: right;
}

.lh-custom-item li h5 span i {
    font-size: 24px;
    float: left;
    position: relative;
    top: -2px;
}

.lh-custom-item li:hover h5 {
    color: #fff;
}

.lh-line {
    width: 1200px;
    margin: 60px auto;
    height: 11px;
    overflow: hidden;
    color: #d5d5d5;
    position: relative;
}

.lh-about {
    width: 365px;
}

.lh-about-video {
    width: 100%;
    height: 160px;
    background: #2AADEB url(../images/video-bg.jpg) no-repeat right center;
    color: #fff;
    position: relative;
}

.lh-about-l {
    position: absolute;
    left: 27px;
    top: 34px;
}

.lh-about-l h3 {
    font-size: 18px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding-bottom: 16px;
    position: relative;
}

.lh-about-l h3:after {
    content: '';
    display: block;
    width: 69px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lh-about-l p {
    margin-top: 15px;
    font-size: 12px;
}

.lh-about-r {
    position: absolute;
    right: 0px;
    width: 203px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}

.lh-about-r:hover {
    background: rgba(0, 0, 0, .2);
}

.lh-about-r i {
    display: block;
    font-size: 43px;
    margin: 47px auto 3px;
}

.lh-about-res {
    padding: 25px;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}

.lh-about-res a {
    display: inline-block;
    width: 91px;
    height: 27px;
    border: 1px solid #e54545;
    border-radius: 30px;
    line-height: 27px;
    color: #e54545;
    text-align: center;
    margin-top: 16px;
}

.lh-about-res a:hover {
    background: #e54545;
    color: #fff;
}

.lh-news {
    width: 785px;
    border: 1px solid #D5D5D5;
}

.lh-news-h {
    height: 56px;
    line-height: 56px;
    background: #F6F7FB;
    border-bottom: 1px solid #D5D5D5;
}

.lh-news-h li {
    padding: 0 26px;
    font-size: 18px;
    color: #333;
    float: left;
    cursor: pointer;
    transition: all .35s;
    position: relative;
    height: 58px;
    top: -1px;
    left: -1px;
}

.lh-news-h li:after {
    content: '◆';
    display: block;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: -28px;
    font-size: 26px;
    opacity: 0;
    transition: all .35s;
}

.lh-news-h li.on {
    background: #e54545;
    color: #fff;
}

.lh-news-h li.on:after {
    opacity: 1;
    color: #e54545;
}

.lh-news-h .more {
    float: right;
    font-size: 12px;
    position: relative;
    margin-right: 22px;
    line-height: 12px;
    height: 12px;
    margin-top: 20px;
}

.lh-news-h .more:before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #e54545;
    position: absolute;
    right: 0;
    bottom: -7px;
    transition: all .35s;
}

.lh-news-h .more:hover:before {
    width: 20px;
}

.lh-news-item li {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #888888;
}

.lh-news-item li span {
    float: right;
}

.lh-news-item li h2 {
    width: 80%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
}

.lh-news-item li:first-child {
    border-bottom: 1px dashed #D5D5D5;
    height: 93px;
    padding: 0 0 16px 0;
    margin-bottom: 10px;
}

.lh-news-item li img {
    float: left;
    margin-right: 13px;
}

.lh-news-item li h3 {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.lh-news-item li p {
    line-height: 24px;
}

.lh-news-item li a {
    color: #888;
}

.lh-news-item {
    padding: 27px;
}

.lh-news-item li h2:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #888;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lh-news-item li:hover a {
    color: #e54545;
}

.lh-footer {
    background: #282828;
    border-top: 2px solid #e54545;
    padding: 80px 0;
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
}

.lh-footer-phone {
    margin-top: 30px;
    position: relative;
    color: #888;
    padding-left: 45px;
}

.lh-footer-phone h2 {
    font-size: 24px;
    font-weight: bold;
    color: #e54545;
    height: 24px;
    line-height: 24px;
}

.lh-footer-phone h3 {
    font-size: 12px;
}

.lh-footer-phone i {
    display: block;
    width: 34px;
    height: 34px;
    border: 2px solid #868686;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: #868686;
    position: absolute;
    left: 0;
    top: 0;
}

.lh-footer-a {
    float: left;
    margin-left: 85px;
}

.lh-footer-dl dt {
    font-size: 18px;
    color: #888;
}

.lh-footer-dl dd {
    width: 260px;
    line-height: 30px;
    height: 150px;
    margin-top: 10px;
}

.lh-footer-dl dd a {
    color: #888;
    margin-right: 28px;
    font-size: 14px;
    line-height: 30px;
}

.lh-footer-dl dd a:hover {
    color: #fff;
}

.lh-footer-b {
    float: right;
    background: #fff;
    text-align: center;
}

.lh-footer-b h5 {
    padding: 5px 0 10px;
    color: #888;
}

.lh-footer-a .copy {
    font-size: 14px;
    color: #888888;
}

.lh-footer-dl.two dd {
    width: 168px;
}

.lh-footer-r {
    width: 900px;
}

.lh-footer-box {
    height: 500px;
    width: 100%;
}

.lh-header {
    position: relative;
    z-index: 8;
    background: #fff;
    border-bottom: 2px solid #0d4a69;
}

.topbar {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
    color: #B8B8B8;
    background-color: #272727;
}

.container {
    width: 1190px;
    margin: 0 auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.topbar .pull-right a {
    color: #D4D4D4;
    font-size: 12px;
}

.topbar .pull-right span {
    margin: 0 12px;
}

.head {
    position: relative;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #B5B5B5;
    -moz-box-shadow: 0 0 10px #B5B5B5;
    box-shadow: 0 0 10px #B5B5B5;
}

.head-logo {
    margin-top: 25px;
}

.head_tell {
    padding-top: 25px;
    text-align: center;
    padding-left: 5px;
}

.head_tell .pic {
    font-size: 14px;
    color: rgba(0,0,0,.8);
    line-height: 25px;
}

.head_tell .pic img {
    padding-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.head_tell .desc {
    font-size: 18px;
    color: #e63946;
    font-weight: bold;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.head-nav li {
    float: left;
    padding: 0 19px;
}

.head-nav li a {
    position: relative;
    display: block;
    height: 88px;
    line-height: 88px;
    padding: 0 8px;
    font-size: 15px;
    color: #414141;
    text-decoration: none;

}

.head-nav li a:hover{
	color: #0D4A69;
	font-weight: bold;
}

.head-nav li a:hover:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    overflow: hidden;
    background-color: #0D4A69;
    content: '';
}

.head-nav li.active a {
    font-weight: bold;
    color: #0D4A69;
}

.head-nav li.active a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    overflow: hidden;
    background-color: #0D4A69;
    content: '';
}

.lh-float {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1000;
    animation: float ease-in-out 1s;
}

@keyframes float {
    0% {
        transform: translate(200%, -50%);
        opacity: 0;
    }
    100% {
        transform: translate(0, -50%);
        opacity: 1;
    }
}

.lh-float li {
    position: relative;
    width: 80px;
    height: 80px;
    background: #0d4a69;
    margin-top: 1px;
    transition: all .35s;
}

.lh-float li a {
    display: block;
    text-align: center;
    color: #fff;
}

.lh-float li i {
    font-size: 26px;
    width: 26px;
    margin: auto;
    padding: 15px 0 5px;
    display: block;
}

.lh-float-shadow {
    position: absolute;
    right: 82px;
    top: 0;
    z-index: 2;
    background: #fff;
    color: #888;
    text-align: center;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: ease .5s;
    opacity: 0;
    visibility: hidden;
}

.lh-float li:hover .lh-float-shadow {
    width: 133px;
    height: 133px;
    opacity: 1;
    visibility: visible;
}

.lh-float li:hover {
    background: #C94040;
}

.lh-float li:hover a {
    color: #fff;
}

.lh-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 2000;
}


/*插件所需*/

.video_box {
    width: 1188px;
    height: 530px;
    overflow: hidden;
    position: relative;
}

body.on {
    width: 100%;
    overflow: hidden;
}

.video_v {
    background: #242424;
    z-index: 3000;
    position: relative;
}

@keyframes video {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }
    100% {
        width: 854px;
        height: 530px;
        opacity: 1;
    }
}

.video_v.active {
    width: 100%;
}

.video_v.on {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5000;
}

.video_v.on #video {
    width: 100%;
    height: 100%;
}

#video {
    width: 100%;
}

.videoBtn {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 2px;
    background: #242424;
}

.progressBar {
    width: 100%;
    height: 5px;
    background: #434343;
    border-top: 1px solid #595959;
    border-bottom: border-top: 1px solid #595959;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

.timeBar {
    width: 0px;
    height: 100%;
    background: #9C9C9C;
    border-radius: 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    cursor: pointer;
}

.timeBarBtn {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    z-index: 2;
    position: absolute;
    left: 0px;
    top: -4px;
    cursor: pointer;
}

.bufferBar {
    width: 0px;
    height: 100%;
    background: #5A5A5A;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 20px;
}

.videoBtn_fun {
    height: 45px;
    position: relative;
    width: 100%;
    line-height: 45px;
}

.btn_l {
    float: left;
}

.btn_r {
    float: right;
}

.videoBtn_fun a {
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    border-right: 1px solid #313131;
}

.videoBtn_fun i {
    background: url(../images/video_icon.png) no-repeat left top;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 14px;
    top: 10px;
}

#prev i {
    background-position: left -74px;
}

#play.on i {
    background-position: left -27px;
}

#next {
    border-left: 1px solid #000;
}

#next i {
    background-position: left -52px;
}

#time {
    float: left;
    margin-left: 20px;
}

#time .curtime {
    color: #fff;
    margin-right: 2px;
}

#time .endtime {
    margin-left: 2px;
}

#volume {
    position: relative;
    float: left;
    border-right: 1px solid #313131;
    border-left: 1px solid #000;
    top: 0px;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

#volume i {
    background-position: left -96px;
    height: 22px;
}

#volume.on i {
    background-position: left -116px;
    height: 18px;
    top: 14px;
}

#fullScreen {
    position: relative;
    float: left;
    border-right: none;
    border-left: 1px solid #000;
}

#fullScreen i {
    background-position: left -156px;
}

.barbg {
    position: absolute;
    width: 32px;
    height: 113px;
    top: -113px;
    left: 7px;
    background: #292929;
    border-radius: 3px 3px 0 0;
    display: none;
}

#volume:hover .barbg {
    display: block;
}

.volume_bd {
    width: 5px;
    height: 100px;
    background: #5A5A5A;
    position: absolute;
    left: 13px;
    top: 7px;
    border-radius: 20px;
}

.volume_hd {
    width: 100%;
    height: 100%;
    background: #9C9C9C;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 20px;
}

.volume_btn {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    left: -3px;
    top: 0px;
}

.volume_hid {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 20px;
    overflow: hidden;
}

#mult {
    position: relative;
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #313131;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
}

#mult ul {
    position: absolute;
    left: -1px;
    top: -185px;
    background: #292929;
    width: 100%;
    line-height: 30px;
    display: none;
}

#mult:hover ul {
    display: block;
}

#mult ul li {
    border-top: 1px solid #363636;
}

#mult ul li:hover {
    background: #363636;
}

#mult ul li:first-child {
    border: none;
}

#clarity {
    position: relative;
    float: left;
    border-left: 1px solid #000;
    border-right: 1px solid #313131;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
}

#clarity ul {
    position: absolute;
    left: -1px;
    top: -92px;
    background: #292929;
    width: 100%;
    line-height: 30px;
    display: none;
}

#clarity:hover ul {
    display: block;
}

#clarity ul li {
    border-top: 1px solid #363636;
}

#clarity ul li:hover {
    background: #363636;
}

#clarity ul li:first-child {
    border: none;
}

#exitTip {
    padding: 6px 10px;
    background: #53565B;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -85px;
    z-index: 100;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .35s;
    -webkit-transition: all .35s;
    -ms-transition: all .35s;
}

#exitTip.on {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .35s;
    -webkit-transition: all .35s;
    -ms-transition: all .35s;
}

#exitTip span {
    border: 1px solid #fff;
    padding: 1px 5px;
    border-radius: 3px;
    margin: 0 5px;
}

.videoMore {
    float: left;
    background: #2F2F2F;
    height: 530px;
}

.videoFold {
    width: 13px;
    background: #353535;
    color: #9C9C9C;
    height: 100%;
    line-height: 530px;
    text-align: center;
    font-family: "simsun";
    float: left;
    cursor: pointer;
    border-right: 1px solid #000;
    z-index: 200;
}

.videoFold.on {
    position: absolute;
    right: 0px;
    top: 0px;
}

.videoMain {
    width: 320px;
    height: 100%;
    float: left;
}

.videoMain .title {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}

.videoMain .num {
    padding: 0 15px;
    color: #9C9C9C;
    line-height: 20px;
    height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.video_list {
    background: #383838;
    height: 469px;
    overflow: auto;
}

.video_list li {
    padding: 10px;
    overflow: hidden;
}

.video_list li img {
    float: left;
    width: 105px;
    height: 65px;
    margin-right: 10px;
}

.video_list li h2 {
    line-height: 18px;
    height: 36px;
    margin-top: 5px;
    overflow: hidden;
    color: #fff;
}

.video_list li p {
    color: #9c9c9c;
}

.video_list li:hover {
    background: #1C1C1C;
}

.lh-crumbs {
    height: 116px;
    line-height: 116px;
    position: relative;
    padding-left: 15px;
    font-size: 28px;
    color: #333;
}

.lh-crumbs span{
    display: inline-block;
    position: relative;
    left: 10px;
    font-size: initial;
    color: #e0e0e0;
}

.lh-about-info h2 {
    height: 42px;
    line-height: 42px;
    position: relative;
    padding-left: 15px;
    font-size: 28px;
    color: #333;
}

.lh-about-info h2 span{
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
}

.lh-crumbs em {
    margin: 0 5px;
}

.lh-crumbs:before {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background: #e54545;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lh-about-info h2:before {
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background: #e54545;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lh-news-l {
    width: 885px;
    overflow: hidden;
}

.lh-news-main .hd {
    border: 1px solid #E7E7E7;
    height: 60px;
    line-height: 60px;
}

.lh-news-main .hd li {
    float: left;
    transition: all .35s;
    position: relative;
}

.lh-news-main .hd li a {
    padding: 0 27px;
    display: inline-block;
    font-size: 16px;
    color: #232323;
}

.lh-news-main .hd li.on {
    background: #e54545;
}

.lh-news-main .hd li.on a {
    color: #fff;
}

.lh-news-main .hd li i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 33px;
    color: #e54545;
    opacity: 0;
    transition: all .35s;
}

.lh-news-main .hd li.on i {
    opacity: 1;
}

.lh-news-ul li {
    padding: 30px 0;
    border-bottom: 1px dashed #DBDBDB;
    position: relative;
}

.lh-news-ul li:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    border-bottom: 1px dashed #e54545;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .35s;
}

.lh-news-ul li .img {
    float: left;
    margin-right: 30px;
    display: block;
    width: 231px;
    height: 153px;
    overflow: hidden;
}

.lh-news-ul li .img img {
    transition: all .35s;
    width: 231px;
    height: 153px;
}

.lh-news-ul li .img:hover img {
    transform: scale(1.2, 1.2);
}

.lh-news-ul li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 18px;
    line-height: 18px;
    margin-top: 8px;
}

.lh-news-ul li h3 a {
    font-size: 18px;
    color: #333333;
}

.lh-news-ul li p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 25px 0 42px;
}

.lh-news-ul li h5 {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    overflow: hidden;
}

.lh-news-ul li h5 a {
    font-size: 12px;
}

.lh-news-ul li h3:hover a {
    color: #e54545;
}

.lh-news-ul li:hover:after {
    width: 100%;
}

.lh-page {
    text-align: center;
    margin: 70px 0;
}

.lh-page a {
    display: inline-block;
    line-height: 44px;
    padding: 0 18px;
    background: #F7F7F7;
    margin: 0 2px;
}

.lh-page a.on {
    background: #0d4a69;
    color: #fff;
}

.lh-page span {
    display: inline-block;
    line-height: 44px;
    padding: 0 16px;
    background: #F7F7F7;
    margin: 0 2px;
}

.lh-page a:hover {
    background: #e54545;
    color: #fff;
}

.lh-news-r {
    width: 285px;
    float: right;
    position: relative;
    overflow: hidden;
}

.lh-news-ad {
    width: 100%;
    height: 206px;
    overflow: hidden;
}

.lh-news-ad img {
    width: 100%;
    height: 206px;
    transition: all .35s;
}

.lh-news-ad:hover img {
    transform: scale(1.2, 1.2);
}

.lh-apply.on {
    width: 100%;
    position: static;
    overflow: hidden;
    margin-top: 20px;
    height: 433px;
}

.lh-apply.on .lh-apply-h {
    border-color: #E7E7E7;
}

.lh-apply.on .lh-apply-main {
    padding: 0 25px;
}

.lh-news-hot {
    margin-top: 20px;
    border: 1px solid #E7E7E7;
}

.lh-news-hot h3 {
    line-height: 54px;
    border-bottom: 1px solid #E7E7E7;
    font-size: 18px;
    color: #332c2b;
    padding-left: 23px;
}

.lh-hotNews-item {
    padding: 10px 23px;
}

.lh-hotNews-item li {
    padding: 15px 0;
    border-bottom: 1px dashed #E7E7E7;
    position: relative;
    overflow: hidden;
    transition: all .35s;
}

.lh-hotNews-item li:hover {
    transform: translateX(-5px);
}

.lh-hotNews-item li img {
    width: 90px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.lh-hotNews-item li h2 {
    overflow: hidden;
    height: 38px;
    position: relative;
    top: -5px;
}

.lh-hotNews-item li p {
    font-size: 12px;
    overflow: hidden;
    height: 12px;
    line-height: 12px;
    position: relative;
    top: 10px;
}

.lh-hotNews-item li:last-child {
    border: none;
}

.lh-screening dl {
    overflow: hidden;
    margin-top: 25px;
}

.lh-screening dl dt {
    float: left;
    line-height: 24px;
    width: 71px;
    font-size: 16px;
    color: #333;
}

.lh-screening dl dt:hover a {
    color: #e54545;
}

.lh-screening dl dt a {
    font-size: 16px;
    color: #333;
}

.lh-screening dl dt i {
    font-size: 24px;
    margin-right: 10px;
    float: left;
    position: relative;
}

.lh-screening dl dt i.icon-kongjian {
    top: -1px;
}

.lh-screening dl dd {
    width: 1069px;
    float: left;
    line-height: 24px;
}

.lh-screening dl dd a {
    margin-left: 25px;
    color: #888888;
    font-size: 14px;
    float: left;
}

.lh-screening dl dd a:hover {
    color: #e54545;
    text-decoration: underline;
}

.lh-screening dl dd a.on {
    color: #e54545;
    text-decoration: underline;
}

.lh-screening {
    border: 1px solid #E7E7E7;
    margin-top: 47px;
}

.lh-screening dl {
    border-top: 1px solid #E7E7E7;
    padding: 20px 0 20px 20px;
    margin: 0;
}

.lh-screening dl:first-child {
    border: none;
}

.lh-sort {
    background: #F6F7FB;
    margin-top: 47px;
}

.lh-sort-l li {
    float: left;
    line-height: 63px;
    position: relative;
    transition: all .35s;
}

.lh-sort-l li a {
    display: inline-block;
    padding: 0 27px;
    font-size: 16px;
    color: #232323;
}

.lh-sort-l li i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 36px;
    color: #0D4A69;
    opacity: 0;
    transition: all .35s;
}

.lh-sort-l li.on {
    background: #0D4A69;
    color: #fff;
}

.lh-sort-l li.on i {
    opacity: 1;
}

.lh-sort-l li:hover i {
    opacity: 1;
    color: #C94040;
}

.lh-sort-l li.on a {
    color: #fff;
}

.lh-sort-l li:hover {
    background: #C94040;
    color: #fff;
}

.lh-sort-l li:hover a {
    color: #fff;
}

.lh-sort-l li:hover:after {
    visibility: visible;
    opacity: 1;
    color: #C94040;
}

.lh-sort-r {
    line-height: 63px;
    margin-right: 27px;
}

.lh-custom-ul li {
    border: 1px solid #E7E7E7;
    padding: 27px;
    margin-top: 27px;
    overflow: hidden;
    transition: all .35s;
}

.lh-custom-ul li .img {
    float: left;
    width: 508px;
    height: 337px;
    overflow: hidden;
    display: block;
    margin-right: 27px;
}

.lh-custom-ul li .img img {
    width: 508px;
    height: 337px;
    transition: all .35s;
}

.lh-custom-ul li .img:hover img {
    transform: scale(1.3, 1.3);
}

.lh-custom-ul li h3 {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.lh-custom-ul li h3 a {
    font-size: 24px;
    color: #515152;
}

.lh-custom-ul li h3 a:hover {
    color: #e54545;
}

.lh-custom-ul li h4 {
    line-height: 25px;
    padding: 32px 0;
    border-bottom: 1px dashed #D5D5D5;
    overflow: hidden;
}

.lh-custom-ul li h4 span {
    padding: 0 10px;
    border: 1px solid #E7E7E7;
    border-radius: 30px;
    display: inline-block;
    margin-right: 10px;
}

.lh-custom-ul li h5 {
    font-size: 18px;
    color: #515252;
    height: 18px;
    line-height: 18px;
    margin: 31px 0 13px;
}

.lh-custom-ul li p {
    line-height: 24px;
    margin-bottom: 25px;
    height: 72px;
    overflow: hidden;
}

.lh-custom-ul li a.free {
    display: inline-block;
    width: 187px;
    height: 51px;
    background: #0d4a69;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 51px;
}

.lh-custom-ul li a.free:hover {
    background: #C94040;
}

.lh-custom-ul li:hover {
    border-color: #0d4a69;
}

.lh-customRes-mob {
    width: 100%;
    min-width: 1200px;
    height: 659px;
    position: relative;
    z-index: 5;
}

.lh-customRes-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.lh-customRes {
    width: 437px;
    height: 375px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -187px 0 0 -218px;
    text-align: center;
}

.lh-customRes h3 {
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin-top: 72px;
}

.lh-customRes h4 {
    font-size: 42px;
    color: #e54545;
    width: 316px;
    height: 61px;
    line-height: 61px;
    margin: 27px auto;
    border: 7px solid #e54545;
}

.lh-customRes h5 {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.lh-customRes:before {
    width: 460px;
    height: 399px;
    border: 2px solid rgba(255, 255, 255, .5);
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: -14px;
}

.lh-container.custom {
    background: #fff url(../images/line-bg.png) repeat center;
}

.lh-case-cont {
    width: 1044px;
    margin: auto;
    position: relative;
}

.lh-case-t {
    text-align: center;
    position: relative;
    margin-bottom: 76px;
}

.lh-case-t b {
    display: inline-block;
    width: 176px;
    height: 73px;
    background: #e54545;
    color: #fff;
    font-size: 24px;
    line-height: 73px;
    position: relative;
}

.lh-case-t b:before {
    content: '';
    display: block;
    width: 161px;
    height: 57px;
    border: 1px solid #fff;
    position: absolute;
    left: 7px;
    top: 7px;
}

.lh-case-t:before {
    content: '';
    display: block;
    width: 115px;
    height: 1px;
    background: #e54545;
    position: absolute;
    left: 29%;
    top: 50%;
}

.lh-case-t:after {
    content: '';
    display: block;
    width: 115px;
    height: 1px;
    background: #e54545;
    position: absolute;
    right: 29%;
    top: 50%;
}

.lh-case-info .case-left {
    margin: 0 75px 0 0;
    float: left;
}

.lh-case.two .lh-case-info .case-left {
    margin: 0 0 0 75px;
    float: right;
}

.lh-case-info h3 {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    font-weight: bold;
    overflow: hidden;
}

.lh-case-info h4 {
    font-size: 18px;
    line-height: 36px;
    margin-top: 45px;
    overflow: hidden;
}

.lh-case {
    position: relative;
    background: url(../images/custom1.png) no-repeat right top;
    padding: 84px 0;
}

.lh-case.two {
    background: url(../images/custom2.png) no-repeat left top;
}

.lh-case-info h5 {
    text-align: right;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    position: relative;
    margin-top: 30px;
    height: 18px;
    line-height: 18px;
}

.lh-case-info h5:before {
    content: '';
    display: block;
    width: 73px;
    height: 1px;
    background: #888;
    position: absolute;
    right: 80px;
    top: 50%;
}

.case-text {
    width: 480px;
    float: left;
}

.lh-case.three {
    background: url(../images/custom3.png) no-repeat right center;
}

.case-text1 {
    width: 480px;
    height: 284px;
    border: 2px solid #e54545;
    float: left;
    line-height: 36px;
    box-sizing: border-box;
    padding: 30px;
    font-size: 18px;
    position: relative;
    margin-top: 32px;
}

.case-text1:before {
    content: '';
    display: block;
    width: 57px;
    height: 57px;
    border: 2px solid rgba(229, 69, 69, .5);
    position: absolute;
    left: -30px;
    top: -30px;
    box-sizing: border-box;
    z-index: -1;
}

.lh-case.four {
    background: url(../images/custom4.png) no-repeat left top;
}

.lh-case-banner {
    position: relative;
    height: 596px;
    overflow: hidden;
}

.lh-case-banner .hd {
    float: left;
    margin-right: 7px;
}

.lh-case-banner .hd li {
    cursor: pointer;
    width: 252px;
    height: 167px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.lh-case-banner .hd li:after {
    content: '';
    display: block;
    width: 248px;
    height: 163px;
    border: 2px solid #e54545;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all .35s;
}

.lh-case-banner .hd li.on:after {
    visibility: visible;
    opacity: 1;
}

.lh-case-banner .hd li img {
    width: 252px;
    height: 167px;
    transition: all .35s;
}

.lh-case-banner .hd li:hover img {
    transform: scale(1.2, 1.2);
}

.lh-case-banner .bd {
    float: left;
    width: 785px;
    height: 521px;
}

.lh-case-banner .bd li {
    position: relative;
}

.lh-case-b {
    position: absolute;
    left: 5px;
    bottom: 5px;
    background: #fff;
    width: 775px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.lh-case-b h2 {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lh-case-b h2 span {
    color: #e54545;
    border: 3px solid #e54545;
    display: inline-block;
    width: 104px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
}

.lh-case-b p {
    line-height: 24px;
    font-size: 16px;
    margin-top: 15px;
}

.lh-evaluate {
    background: #e54545;
    margin-top: 45px;
    color: #fff;
    padding: 32px 32px 45px;
    position: relative;
}

.lh-evaluate h3 {
    font-size: 24px;
    font-weight: bold;
}

.lh-evaluate h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    height: 48px;
    overflow: hidden;
}

.lh-evaluate:before {
    content: '';
    display: block;
    width: 1015px;
    height: 143px;
    border: 1px solid #fff;
    position: absolute;
    left: 13px;
    top: 13px;
}

.lh-custom-share {
    position: relative;
}

.lh-custom-share .title {
    float: left;
}

.lh-share-box.custom {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.lh-share-box {
    width: 210px;
    line-height: 24px;
}

.lh-share-box a {
    position: relative;
    background: none !important;
}

.lh-share-box a:after {
    content: '';
    display: block;
    width: 27px;
    height: 24px;
    background: url(../images/share.png) no-repeat left center;
    position: absolute;
    left: 0;
    top: 0;
}

.lh-share-box a.bshare-qqmb:after {
    background-position: -29px center;
}

.lh-share-box a.bshare-qzone:after {
    background-position: -58px center;
}

.lh-share-box a.bshare-weixin:after {
    background-position: -87px center;
}

.lh-share-box a.bshare-more:after {
    background-position: -116px center;
}

.lh-news-l.strategy {
    border-top: 2px solid #e54545;
}

.lh-strategy-h {
    font-size: 24px;
    color: #333;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 38px 0 20px;
}

.lh-strategy-lead {
    background: #F6F7FB;
    padding: 25px;
    margin-top: 20px;
    line-height: 24px;
}

.lh-strategy-main {
    line-height: 2em;
    margin: 45px 0;
}

.lh-strategy-main img {
    max-width: 100%;
    display: inline-block;
}

.lh-strategy-page {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    line-height: 60px;
    height: 60px;
}

.lh-strategy-page a {
    color: #333;
}

.lh-strategy-page a:hover {
    color: #e54545;
}

.lh-strategy-page a.no {
    color: #727272;
    cursor: text;
}

.lh-about-info {
    width: 575px;
}

.lh-about-info h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0D4A69;
    height: 36px;
    line-height: 36px;
    margin: 12px 0 20px;
}

.lh-about-info .text {
    line-height: 24px;
    height: 288px;
    overflow: hidden;
    position: relative;
    top: 5px;
}

.lh-about-mob {
    margin-top: 138px;
}

.lh-about-mob:first-child {
    margin: 0;
}

.lh-about-ban {
    position: relative;
}

.lh-about-ban .bd li {
    float: left;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 2px solid #fff;
    line-height: 58px;
    text-align: center;
    margin: 0 12px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.lh-about-ban .bd li.on {
    border: 2px solid #e54545;
    color: #e54545;
}

.lh-about-btn a {
    position: absolute;
    font-family: 'simsun';
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #646566;
    top: 18px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #646566;
}

.lh-about-btn a:hover {
    border-color: #e54545;
    color: #e54545;
}

.lh-about-btn a.prev {
    left: 0;
}

.lh-about-btn a.next {
    right: 0;
}

.lh-about-a {
    position: relative;
    padding-left: 29px;
}

.lh-about-btn a.prev.prevStop {
    border-color: #dbdbdb;
    color: #dbdbdb;
    cursor: text;
}

.lh-about-btn a.next.nextStop {
    border-color: #dbdbdb;
    color: #dbdbdb;
    cursor: text;
}

.lh-about-b {
    line-height: 24px;
    margin-top: 45px;
}

.lh-about-c .lh-about-info {
    width: auto;
}

.lh-about-e {
    font-size: 18px;
    font-weight: bold;
    margin-left: 60px;
    position: relative;
    line-height: 30px;
    margin-top: 10px;
}

.lh-about-e:before {
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    background: #ADADAD;
    position: absolute;
    left: -30px;
    top: -4px;
}

.lh-about-d {
    margin-top: 30px;
}

.lh-about-d ul li {
    float: left;
    margin: 12px 0 0 12px;
}

.lh-about-d ul li:first-child {
    margin: 12px 0 0 0;
}

.lh-about-d ul li img {
    width: 392px;
    height: 296px;
}

#allmap {
    width: 860px;
    height: 580px;
}

.lh-addr {
    position: relative;
    padding-bottom: 50px;
}

.lh-addr-r {
    float: right;
    width: 340px;
    height: 580px;
    background: #0D4A69;
    color: #fff;
    box-sizing: border-box;
    padding: 60px;
    position: relative;
}

.lh-addr-r h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.lh-addr-r h3 {
    font-size: 18px;
    margin-bottom: 60px;
}

.lh-addr-r p {
    line-height: 24px;
}

.lh-addr-r p b {
    font-size: 18px;
}

.lh-addr-r h5 {
    line-height: 24px;
    margin-top: 20px;
}

.lh-addr-r i {
    font-size: 60px;
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.lh-custom-item.classify li h3 {
    font-size: 18px;
    margin-bottom: 5px;
}


/*放大镜*/

.lh_glass {
    position: relative;
    float: left;
    z-index: 30;
    width: 600px;
}

.lh_glass_small {
    width: 100%;
    height: 399px;
    position: relative;
    cursor: crosshair;
    text-align: center;
    line-height: 399px;
}

.lh_glass_small img {
    max-width: 600px;
    max-height: 399px;
    vertical-align: middle;
    display: inline;
}

.lh_glass_shadow {
    width: 160px;
    height: 120px;
    background: #ffffcc;
    border: 1px solid #ccc;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    display: none;
}

.lh_glass_big {
    width: 400px;
    height: 397px;
    position: absolute;
    left: 610px;
    top: 0px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    display: none;
}

.lh_glass_big img {
    position: absolute;
}

.lh_glass_but {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 17px;
}

.lh_button_bd {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: 86px;
    margin-left: 28px;
}

.lh_but_ul {
    position: absolute;
    left: 0px;
    top: 0px;
}

.lh_but_ul li {
    float: left;
    cursor: pointer;
    width: 130px;
    height: 86px;
    position: relative;
    margin-left: 5px;
}

.lh_but_ul li:before {
    width: 100%;
    height: 82px;
    display: block;
    content: '';
    border-top: 2px solid #e54545;
    border-bottom: 2px solid #e54545;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .35s;
}

.lh_but_ul li:after {
    width: 126px;
    height: 86px;
    display: block;
    content: '';
    border-left: 2px solid #e54545;
    border-right: 2px solid #e54545;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .35s;
}

.lh_but_ul li.on:before {
    visibility: visible;
    opacity: 1;
}

.lh_but_ul li.on:after {
    visibility: visible;
    opacity: 1;
}

.lh_but_ul li img {
    width: 130px;
    height: 86px;
}

.lh_but_ul li img.on {
    border-color: #E4393C;
}

.lh_button_hd a {
    font-family: 'simsun';
    font-weight: bold;
    font-size: 24px;
    color: #000;
    height: 100%;
    display: block;
    width: 24px;
    line-height: 86px;
    background: #F6F7FB;
    position: absolute;
    top: 0;
    text-align: center;
}

.lh_button_hd .prev {
    left: 0px;
}

.lh_button_hd .next {
    right: 0px;
}

.lh_button_hd a:hover {
    background: #e54545;
    color: #fff;
}

.lh-classifyRes-r {
    width: 575px;
}

.lh-classifyRes-r h2 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.lh-classifyRes-r .pri {
    height: 85px;
    background: url(../images/classify_bg.png) no-repeat center;
    line-height: 85px;
    padding: 0 30px;
    color: #333;
    margin-top: 18px;
}

.lh-classifyRes-r .pri b {
    font-size: 36px;
    font-weight: bold;
    color: #e54545;
}

.lh-classifyRes-r .info {
    border: 1px solid #E7E7E7;
    padding: 20px 30px 30px;
}

.lh-classifyRes-r .info p {
    line-height: 32px;
    overflow: hidden;
}

.lh-classifyRes-r .info em {
    margin-right: 20px;
    float: left;
}

.lh-classifyRes-r .info span {
    line-height: 23px;
    border: 1px solid #E7E7E7;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 30px;
    float: left;
    margin-top: 10px;
}

.lh-classifyRes-r .info .text {
    float: left;
    width: 465px;
}

.lh-classifyRes-r .sm.two {
    margin-top: 10px;
}

.lh-classifyRes-r .sm em {
    line-height: 25px;
    margin-top: 10px;
}

.lh-classifyRes-r .sm.two span {
    border-color: #e54545;
    color: #e54545;
}

.lh-class-submit {
    margin-top: 57px;
}

.lh-class-submit .submit {
    display: block;
    width: 187px;
    height: 51px;
    background: #e54545;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 51px;
}

.lh-class-submit .submit:hover {
    background: #C94040;
}

.lh-class-submit .lh-share-box {
    margin-top: 12px;
}

.lh-goodsRes {
    line-height: 58px;
    height: 58px;
    background: #F6F7FB;
    color: #333;
    font-size: 18px;
    padding: 0 30px;
    margin-top: 40px;
}

.lh-goodsRes-main img {
    max-width: 100%;
    margin: auto;
}

.lh-goodsRes-main {
    line-height: 24px;
    margin-top: 40px;
}

.lh-goodsRes .more {
    float: right;
    font-size: 12px;
    position: relative;
}

.lh-goodsRes .more:before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #e54545;
    position: absolute;
    right: 0;
    bottom: 15px;
    transition: all .35s;
}

.lh-goodsRes .more:hover:before {
    width: 20px;
}

.lh-stores {
    background: #F6F7FB;
    margin: 50px 0 20px;
    padding: 14px 26px;
}

.lh-stores-s {
    width: 238px;
    height: 40px;
    float: left;
    background: #fff;
    position: relative;
    margin-right: 15px;
}

.lh-stores-s select {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    border: none;
    background: none;
    text-indent: 20px;
    z-index: 2;
    color: #888;
}

.lh-stores-s i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.lh-stores-l .submit {
    width: 72px;
    height: 40px;
    line-height: 40px;
    background: #e54545;
    color: #fff;
    border: none;
    float: left;
    font-size: 14px;
    cursor: pointer;
    transition: all .35s;
}

.lh-stores-l .submit:hover {
    background: #C94040;
}

.lh-stores-r {
    display: block;
    width: 129px;
    background: #e54545;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.lh-stores-r:hover {
    background: #C94040;
    color: #fff;
}

.lh-custom-item.stores li .addr {
    padding: 0 20px;
    position: relative;
    z-index: 5;
    margin: 15px 0;
    transition: all .35s;
}

.lh-custom-item.stores li:hover .addr {
    color: #fff;
}

.lh-storesRes-h {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-left: 20px;
    height: 24px;
    line-height: 24px;
    border-left: 3px solid #e54545;
    margin: 40px 0 30px;
}

.lh-sotres-video {
    width: 100%;
}

.lh-case-banner.stores .hd li {
    width: 290px;
    height: 192px;
}

.lh-case-banner.stores .hd li img {
    width: 290px;
    height: 192px;
}

.lh-case-banner.stores .hd li:after {
    width: 286px;
    height: 188px;
}

.lh-case-banner.stores .bd {
    width: 902px;
    height: 596px;
}

.lh-case-banner.stores .bd li img {
    width: 902px;
    height: 596px;
}

.lh-case-banner.stores .lh-case-b {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    left: 10px;
    bottom: 10px;
}

.lh-join {
    width: 100%;
    height: 720px;
    min-width: 1200px;
    background: url(../images/join-icon.jpg) no-repeat center;
    text-align: center;
    position: relative;
    top: -1px;
}

.lh-join h2 {
    font-size: 72px;
    height: 72px;
    overflow: hidden;
    line-height: 72px;
    font-weight: bold;
    color: #e54545;
    padding-top: 150px;
}

.lh-join h3 {
    font-size: 24px;
    font-weight: bold;
    color: #9e7247;
    line-height: 24px;
    height: 24px;
    margin: 30px 0;
}

.lh-join a {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 174px;
    height: 50px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    background: #e54545;
}

.lh-join a:hover {
    opacity: .8;
}

.lh-join .about {
    width: 220px;
    height: 150px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    cursor: pointer;
    display: block;
    background: none;
}

.lh-video-shadow {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3000;
    width: 854px;
    height: 530px;
    display: none;
}

.lh-join-tab {
    background: #fff;
}

.lh-join-tab .hd {
    height: 196px;
    background: #e54545 url(../images/line-bg1.png) repeat center;
    margin-top: 105px;
}

.lh-join-tab .hd li {
    float: left;
    width: 20%;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all .35s;
}

.lh-join-tab .hd li a {
    color: #fff;
    font-size: 19px;
    display: block;
}

.lh-join-tab .hd li i {
    display: block;
    width: 68px;
    height: 68px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    margin: 45px auto 10px;
    font-size: 32px;
    transition: all .35s;
}

.lh-join-tab .hd li.on {
    background: rgba(0, 0, 0, .3);
}

.lh-join-tab .hd li span {
    position: absolute;
    left: 50%;
    bottom: -8px;
    font-size: 24px;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: all .35s;
}

.lh-join-tab .hd li.on span {
    visibility: visible;
    opacity: 1;
}

.lh-join-tab .hd li.on i {
    transform: translateY(-10px);
}

.lh-join-info {
    padding: 0 50px 50px 50px;
    background: url(../images/join-i1.png) no-repeat right bottom;
}

.lh-join-info.form {
    padding: 85px;
}

.lh-join-l {
    width: 514px;
    position: relative;
}

.lh-join-l:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e1e1e1;
    position: absolute;
    right: -50px;
    top: 0;
}

.lh-join-i {
    margin-bottom: 15px;
    position: relative;
}

.lh-join-i input {
    width: 100%;
    height: 49px;
    border: 1px solid #E1E1E1;
    line-height: 47px;
    color: #333;
    text-indent: 10px;
    font-size: 18px;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #99;
}

:-moz-placeholder {
    color: #99;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.lh-join-a {
    width: 252px;
}

.lh-join-b {
    line-height: 47px;
    font-size: 18px;
    color: #333;
}

.lh-radios li {
    float: left;
    width: 71px;
    height: 47px;
    border: 1px solid #e1e1e1;
    margin-left: 12px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.lh-radios li i {
    position: absolute;
    right: -3px;
    bottom: -3px;
    line-height: normal;
    visibility: hidden;
    opacity: 0;
}

.lh-radios li.on {
    border-color: #e54545;
    color: #e54545;
}

.lh-radios li.on i {
    visibility: visible;
    opacity: 1;
}

.lh-join-s {
    float: left;
    width: 162px;
    height: 47px;
    position: relative;
    margin-left: 11px;
}

.lh-join-s:first-child {
    margin-left: 0;
}

.lh-join-s select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 49px;
    border: 1px solid #e1e1e1;
    background: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
}

.lh-join-s i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-weight: bold;
}

.lh-join-i textarea {
    width: 100%;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
    height: 114px;
    border-color: #e1e1e1;
}

.lh-join-submit {
    width: 100%;
    height: 51px;
    background: #e54545;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 51px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    transition: all .35s;
}

.lh-join-submit:hover {
    background: #C94040;
}

input:focus {
    border-color: #e54545;
    transition: all .35s;
}

select:focus {
    border-color: #e54545;
    transition: all .35s;
}

textarea:focus {
    border-color: #e54545;
    transition: all .35s;
}

.lh-radios li input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.lh-join-r h2 {
    font-size: 36px;
    font-weight: bold;
    color: #e54545;
    height: 36px;
    line-height: 36px;
}

.lh-join-r h3 {
    font-size: 36px;
    color: #e6e6e6;
    height: 36px;
    line-height: 36px;
    margin: 12px 0 30px;
}

.lh-join-r p {
    line-height: 30px;
    font-size: 15px;
    color: #606060;
}

.lh-join-r p b {
    color: #e54545;
    font-size: 24px;
}

.lh-join-r {
    margin-left: 100px;
}

.lh-tips {
    color: #e54545;
    position: absolute;
    right: 10px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .35s;
}

.lh-tips.on {
    transform: translateY(-10px);
    visibility: visible;
    opacity: 1;
}


/*底部分享*/

.lh-share-footer {
    margin-top: 45px;
}

.lh-share-footer a {
    position: relative;
    background: none !important;
    padding-left: 38px !important;
}

.lh-share-footer a:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/share1.png) no-repeat left bottom;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .35s
}

.lh-share-footer a.bshare-qqmb:after {
    background-position: -43px bottom;
}

.lh-share-footer a.bshare-weixin:after {
    background-position: -84px bottom;
}

.lh-share-footer a.bshare-qqmb:hover:after {
    background-position: -43px 1px;
}

.lh-share-footer a.bshare-weixin:hover:after {
    background-position: -84px 1px;
}

.lh-share-footer a.bshare-sinaminiblog:hover:after {
    background-position: left 1px;
}


/*底部浮动*/

.lh-free {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5000;
    transition: all .45s;
    transform: translateY(200%);
    visibility: hidden;
    opacity: 0;
}

.lh-free.on {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.lh-free-a {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .45s;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 3;
}

.lh-free-a.on {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition-delay: .75s;
}

.lh-free-b {
    width: 100%;
    background: #666;
    height: 185px;
    transition: all .75s;
}

.lh-free-b.on {
    transform: translateX(-100%);
    visibility: hidden;
}

.lh-free-b .lh-content {
    height: 100%;
}

.lh-free-l {
    position: absolute;
    left: 0;
    bottom: 0;
}

.lh-free-d {
    margin-top: 42px;
}

.lh-free-d input {
    width: 295px;
    height: 32px;
    background: #fff;
    border: none;
    text-indent: 10px;
    margin-bottom: 8px;
    display: block;
    transition: all .45s;
}

.lh-free-select input{
	width: 143px;
}

.lh-free-d input:focus {
    background: #FCCBCB;
}

.lh-free-select {
    float: left;
    position: relative;
    height: 32px;
    background: #fff;
    margin-left: 8px;
}

.lh-free-select:first-child {
    margin-left: 0;
}

.lh-free-select select {
    position: absolute;
    left: 0;
    top: 10;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    border: none;
    background: none;
    z-index: 3;
}

.lh-free-select i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #C90D0E;
    font-size: 14px;
}

.lh-free-submit {
    width: 81px;
    font-size: 23px;
    color: #fff;
    background: #C90D0E;
    border: none;
    height: 112px;
    white-space: normal;
    padding: 0 29px;
    margin: 42px 80px 0 24px;
    cursor: pointer;
    transition: all .45s;
}

.lh-free-submit:hover {
    background: #AD0D0D;
}

.lh-free-close {
    position: absolute;
    right: 0;
    top: 45px;
    color: #F6F6F6;
}

.lh-free-close:hover {
    color: #fff;
    transform: rotate(360deg);
}

.lh-free-close i {
    font-size: 32px;
}

.package{
    width: 100%;
    margin: 0 auto;
}

.title_con{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.title_con h2{
    font-size: 40px;
    color: #000;
    padding: 60px 0 18px;
}

.title_con h2 span{
    font-weight: 100;
    padding-left: 20px;
}

.title_con p{
    font-size: 18px;
    margin: 0 auto;
}

.title_con p img{
    width: 289px;
    margin: 20px auto 0;
}

.package_con{
    margin: 38px 0;
}

.package_con ul li {
    float: left;
    width: 580px;
    height: 543px;
    margin-right: 30px;
    background: #f5f5f5;
    position: relative;
    -webkit-transition: transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out;
    -ms-transition: transform 0.3s 0s ease-out;
    -moz-transition: transform 0.3s 0s ease-out;
    -o-transition: transform 0.3s 0s ease-out;
    transition: transform 0.3s 0s ease-out;
    overflow: hidden;
}

.package_con ul li:last-child{
    margin-right: 0;
}

.package_con ul li .con_img {
    width: 100%;
}

.package_con ul li .con_img img{
    width: 100%;
    height: 350px;
}

.package_con ul li .con_txt {
    margin-top: 25px;
    text-align: center;
}

.package_con ul li .con_txt p.txt_title {
    font-size: 24px;
    color: #333;
    line-height: 36px;
}

.package_con ul li .con_txt p.txt_title i{
    font-size: 28px;
    color: #d11213;
    font-weight: bold;
}

.package_con ul li .con_txt p {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 24px;
}

.package_con ul li .con_txt .price {
    font-size: 14px;
    color: #d11213;
    margin-top: 34px;
}

.package_con ul li .con_txt .price span {
    font-size: 48px;
    line-height: 52px;
    margin-right: 7px;
}

.package_con ul li .tc_detail {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 543px;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.package_con ul li .tc_detail .tc_detail_con {
    width: 540px;
    height: 503px;
    border: 2px solid #3d7d9e;
    margin: 20px auto 0;
    position: relative;
    z-index: 10;
    color: #FFF;
}

.package_con ul li .tc_detail h2 {
    text-align: center;
    font-size: 24px;
    margin: 48px 0 4px;
    font-weight: normal;
}

.package_con ul li .tc_detail span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ffa4a4;
    margin-bottom: 28px;
}

.package_con ul li .tc_detail p {
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    width: 260px;
    margin: 0 auto;
    height: 72px;
    text-align: center;
}

.package_con ul li .tc_detail .price {
    font-size: 12px;
    color: #d11213;
    margin-top: 44px;
    color: #FFF;
    text-align: center;
}

.package_con ul li .tc_detail h2 {
    text-align: center;
    font-size: 24px;
    margin: 88px 0 4px;
    font-weight: normal;
}

.package_con ul li .tc_detail span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #509fc7;
    margin-bottom: 28px;
}

.package_con ul li .tc_detail p {
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    width: 260px;
    margin: 0 auto;
    height: 72px;
    text-align: center;
}

.package_con ul li .tc_detail .price {
    font-size: 12px;
    color: #d11213;
    margin-top: 44px;
    color: #FFF;
    text-align: center;
}

.package_con ul li .tc_detail .price span {
    font-size: 48px;
    display: block;
    line-height: 52px;
    color: #FFF;
    margin-bottom: 0;
    text-align: center;
}

.package_con ul li .tc_detail a.tc_detail_btn {
    display: block;
    width: 178px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #FFF;
    margin: 38px auto 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.package_con ul li .tc_detail .tc_detail_bg {
    width: 100%;
    height: 100%;
    background: #0D4A69;
    opacity: 0.9;
    filter: alpha(opacity=90);
    position: absolute;
    left: 0;
    top: 0;
}

.case_con{
    width: 100%;
    height: 759px;
    margin: 0 auto;
    position: relative;
}

.caseImg{
    width: 100%;
    height: 550px;
    margin: 25px auto;
    overflow: hidden;
}

.caseImg li{
    position: absolute;
    width: 100%;
    /*top: 0;*/
    left: 0;
    opacity: 0;
     filter: alpha(opacity=0);
    overflow: hidden;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.caseImg li.active{
    opacity: 1;
    filter:alpha(opacity=100);
}

.caseImg li div{
    width: 100%;
    height: 550px;
}

.caseImg li img{
    width: 100%;
    height: 500px;
}

.case_pro{
    position: relative;
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    top: -575px;
}

.caseTitle{
    position: absolute;
    width: 224px;
    background: rgba(0,0,0,0.8);
    top: 0;
    right: 0;
    padding: 141px 0;

}

.caseTitle li{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #000;
    border:1px solid #333;
    text-align: center;
    margin: 20px 37px;
}

.caseTitle li a:hover,.caseTitle li a.active{
    background: #dd1015;
    color: #fff;
}

.caseTitle li a{
    display: block;
    width: 150px;
    height: 40px;
    color: #000;
}

.houseNew{
    width: 100%;
    margin: 0 auto;
    background: #f7f7f7;
}

.houseNew ul{
    width: 1212px;
    margin: 30px auto 50px;
    overflow: hidden;
}

.houseNew li{
    position: relative;
    float: left;
    margin: 0 6px 12px;
    width: 190px;
    height: 190px;
    overflow: hidden;
}

.houseNew li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.houseNew li img {
    display: block;
    width: 190px;
    height: 190px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.houseNew li:hover img{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.block_join{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background-image: url(../images/block_04bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.indexNxs {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.indexNew{
    margin: 30px 0 35px;
    overflow: hidden;
}

.indexNxs .indexNxsIco {
    float: left;
    display: block;
    margin-right: 6px;
    width: 252px;
    height: 426px;
}

.indexNxs .indexNxsList {
    float: left;
    margin-bottom: 12px;
    background-color: #f7f7f7 !important;
    width: 471px;
    /*height: 194px;*/
}

.indexNxs .indexNxsList img {
    float: left;
    width: 194px;
    /*height: 194px;*/
    margin-right: 10px;
}
.indexNxs .indexNxsList p {
    float: left;
    width: 250px;
    margin-right: 10px;
}

.indexNxs .indexNxsList h2 {
    float: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    width: 254px;
    height: 20px;
    line-height: 20px;
    padding-right: 13px;
    margin: 15px 0 13px 0;
}

.indexNxs .indexNxsList h2 a {
    float: right;
    font-size: 12px;
    color: #D11213;
}

.indexNxs .indexNxsList ul {
    float: left;
    overflow: hidden;
    padding-right: 10px;
    width: 254px;
}

.indexNxs .indexNxsList ul li {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    height: 28px;
}

.indexNxs .indexNxsList ul li a {
    color: #666666;
}

.indexNxs .indexNxsList ul li a:hover{
    color: #D11213;
}

.headLogo{
    width: 100%;
    height: 60px;
    padding: 20px 0;
}

.logo{
  float: left;
  margin-top: 4.5px;
}

.logo a img{
    float: left;
}

.Tel{
    float: right;
    margin-top: 8.5px;
}

.headTitle{
    display: inline-block;
}

.Tel p{
    display: inline-block;
    position: relative;
    top: -14px;
    left: 5px;
    letter-spacing: 1px;
    color: #333;
    font-size: 17px;
}

.Tel p span{
    font-size: 22px;
}

.nav {
    width: 100%;
    border-width: 2px;
    height: 38px;
}

.nav .navList {
    float: left;
    font-size: 16px;
    width: 1086px;
    line-height: 38px;
}

.nav .navList li {
    position: relative;
    float: left;
    width: 155px;
}

.nav .navList li a {
    color: #333333;
    display: block;
    text-align: center;
    font-size: 15px;
}

.nav .navList li.hover a,.nav .navList li:hover a {
    background-color: #0d4a69 !important;
    color: #ffffff;
}

.nav .navList li.on a{
    color: #0d4a69;
    font-weight: bold;
}

.nav .navList li.on:hover a{
    background: none !important;
}

.nav .navCode {
    float: left;
}

.nav .navCode a {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    margin-left: 8px;
    width: 38px;
    height: 38px;
}

.nav .navCode a .navCodeImg {
    position: absolute;
    background-color: #fff !important;
    display: none;
    width: 105px;
    height: 128px;
    padding: 0 5px;
    z-index: 15;
}

.nav .navCode a:hover .navCodeImg{
    display: block;
}

.nav .navCode a .navCodeWeixin {
    top: 46px;
    left: -10px;
}

.nav .navCode a .navCodeImg img {
    width: 105px !important;
    height: 105px !important;
}

.nav .navCode a .navCodeImg em {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #F08300 !important;
    color: #ffffff;
    border-radius: 4px;
    width: 100px;
    line-height: 14px;
}

.banner_n{
    width: 100%;
    height: 400px;
    margin: 0 auto;
}

.lh-about-main{
    margin: 69px auto 10px;
}

.contact-mes {
    padding: 0 0 70px 0;
}

.contact-mes .content01 {
    padding-left: 16px;
    padding-right: 100px;
    width: 442px;
    height: 357px;
    background: url("../images/icon-01.png") 109px bottom no-repeat;
}

.contact-mes .content01 h3 {
    font-size: 24px;
    color: #666666;
    line-height: 40px;
    padding-bottom: 20px;
}

.contact-mes .content01 p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.contact-mes .content02 {
    width: 578px;
    padding-right: 16px;
    margin-top: 50px;
}

.contact-mes .content02 li {
    position: relative;
}

.contact-mes .content02 label {
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
}

.contact-mes .content02 label.first {
    line-height: 50px;
}

.contact-mes .content02 .radio-box {
    height: 50px;
    margin-left: 84px;
}

.contact-mes .content02 .radio-box .radio-item {
    float: left;
    width: 100px;
    cursor: pointer;
}



.contact-mes .content02 .radio-box span {
    display: block;
    line-height: 50px;
    padding-left: 30px;
    font-size: 14px;
    color: #666666;
    background: url("../images/radio-icon-02.png") 5px center no-repeat;
}

.contact-mes .content02 .radio-box .active {
    background: url("../images/radio-icon-01.png") 5px center no-repeat;
}

.contact-mes .content02 input {
    width: 474px;
    margin-left: 84px;
    line-height: 40px;
    font-size: 14px;
    border: none;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    background: #e9e9e9;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact-mes .content02 .btn {
    width: 208px;
    height: 54px;
    background: #a93d23;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.contact-mes .content02 textarea {
    margin-left: 84px;
    width: 474px;
    border: none;
    outline: none;
    background: #e9e9e9;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px;
}

.service{
    padding: 10px 0 70px;
}

.service h4{
    color: #4A4A4A;
    font-size: 20px;
    margin-bottom: 14px;
}

.service p{
    line-height: 25px;
    margin-bottom: 10px;
}

.service p strong{
    color: #4A4A4A;
}

.scrollVideo {
    position: relative;
    width: 1200px;
    height: 195px;
    margin: 0 auto;
    padding: 40px 0 115px;
    background: url(../images/video_bg.png) 0 0 no-repeat;
}

#video-demo {
    margin: 0px auto;
    overflow: hidden;
    width: 1124px;
}

#video-indemo {
    float: left;
    width: 800%;
}

#video-demo1 {
    float: left;
}

#video-demo1 a, #video-demo2 a {
    float: left;
}

.scrollVideo img {
    width: 240px;
    height: 160px;
    margin: 0 auto;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 0px 7px;
}

#video-demo img {
}

.scrollVideo h3 {
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#video-demo2 {
    float: left;
}

.scrollVideo img:hover {
    opacity: 1;
}



/*service*/

.zhichida {}

.zhichi_topda {
    height: 200px;
    width: 100%;
    background: url(../images/fuwuxiabanner2.png) no-repeat center center;
    text-align: center;
}

.zhichi_topda h2 {
    font-size: 48px;
    font-weight: 500;
    padding-top: 90px;
    padding-left: 5px;
}

.zhichi_liucheng {
    background: url(../images/fuwudingtu.jpg) no-repeat center center;
    height: 1424px;
    width: 100%;
}

.zhichi_liucheng_n {
    position: relative;
    height: 1370px;
    width: 1200px;
    margin: 0 auto;
}

.zhichi_liucheng ul li {
    width: 430px;
    height: 325px;
    position: absolute;
    text-align: justify;
}

.zhichi_liucheng_title {
    opacity: 0;
}

.zhichi_liucheng ul li h5 {
    font-size: 25px;
    font-weight: 500;
    position: absolute;
    left: 60px;
    top: -5px;
}

.zhichi_liucheng_hong {
    background: url(../images/1.png) no-repeat;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 13px;
    top: 0px;
    opacity: 1;
}

.zhichi_liucheng_hong img {
    display: block;
}

.zhichi_liucheng ul li p {
    position: absolute;
    left: 60px;
    top: 50px;
    color: #656565;
    opacity: 0;
    font-size: 12px;
}

.zhichi_liucheng ul li span {
    position: absolute;
    display: block;
    left: 60px;
    top: 24px;
    font-size: 12px;
    color: #bebebe;
}

.zhichi_peitu {
    position: absolute;
    top: 170px;
    left: 0px;
    opacity: 0;
}

.zhichi_peitu img {
    display: block;
}

.fuwulist_hong img {
    position: absolute;
    display: block;
}

.fuwulist_hong_xian {
    z-index: 5;
    opacity: 0;
}

.fuwulist_hong01 {
    position: absolute;
    top: 150px;
    left: 230px;
    width: 190px;
    height: 14px;
    overflow: hidden;
}

.fuwulist_hong02 {
    position: absolute;
    top: 150px;
    left: -150px;
    width: 190px;
    height: 14px;
    overflow: hidden;
}

.fuwulist_hong02 img {
    left: -90px;
}

.fuwulist_hong03 {
    position: absolute;
    top: 150px;
    left: 240px;
    width: 280px;
    height: 14px;
    overflow: hidden;
}

.fuwulist_hong04 {
    position: absolute;
    top: 150px;
    left: -150px;
    width: 195px;
    height: 14px;
    overflow: hidden;
}

.fuwulist_hong04 img {
    left: -90px;
}

.fuwulist_hong05 {
    position: absolute;
    top: 135px;
    left: 260px;
    width: 230px;
    height: 14px;
    overflow: hidden;
}

.fuwulist_hong06 {
    position: absolute;
    top: 150px;
    left: -170px;
    width: 325px;
    height: 14px;
    overflow: hidden;
}

.fuwulist_hong06 IMG {
    left: 0px;
}

.fuwulist_hong07 {
    position: absolute;
    top: 150px;
    left: 240px;
    width: 185px;
    height: 14px;
    overflow: hidden;
}

.fuwulist_hong08 {
    position: absolute;
    top: 150px;
    left: -160px;
    width: 205px;
    height: 14px;
    overflow: hidden;
}

.fuwulist_hong08 IMG {
    left: -80px;
}

.li01 {
    top: 50px;
    left: 180px;
}

.li02 {
    top: 235px;
    left: 750px;
}

.li03 {
    top: 415px;
    left: 85px;
}

.li04 {
    top: 590px;
    left: 750px;
}

.li05 {
    top: 770px;
    left: 110px;
}

.li05 .zhichi_peitu {
    left: 20px;
}

.li06 {
    top: 950px;
    left: 770px;
}

.li06 .zhichi_peitu {
    left: 60px;
}

.li07 {
    top: 1135px;
    left: 175px;
}

.li08 {
    top: 1320px;
    left: 760px;
}


/*end service*/



.zhaopinda {
    padding-bottom: 65px;
    background: #f8f7f4;
}

.zhaopinda_nei {
    width: 1200px;
    margin: 0 auto;
}

.zhaopinda_dizhi {
    width: 1200px;
    height: 330px;
    background: #FFFFFF;
    margin-bottom: 15px;
    color: #333;
    position: relative;
}

.zhaopinda_dizhiimg {
    position: absolute;
    display: block;
    top: 50px;
    left: 50px;
}

.zhaopinda_dizhi h4 {
    font-size: 24px;
    display: block;
    position: absolute;
    left: 385px;
    top: 45px;
}

.zhaopinda_dizhi p {
    line-height: 20px;
    width: 645px;
    color: #6b6b6b;
    display: block;
    position: absolute;
    top: 85px;
    left: 385px;
    font-size: 13px;
}

.zhaopinda_neiqudao {
    padding-left: 17px;
    height: 110px;
    width: 628px;
    background: #fcfcfc;
    border: 1px solid #6F94A7;
    position: absolute;
    left: 385px;
    bottom: 40px;
}

.zhaopinda_neiqudao h5 {
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
    padding-top: 10px;
}

.zhaopinda_neiqudao li {
    float: left;
    width: 280px;
    height: 28px;
    font-size: 12px;
    color: #6b6b6b;
    line-height: 19px;
}

.zhaopinda_neiqudao img {
    display: block;
    float: left;
}

.zhaopinda_neiqudao img {
    display: block;
    float: left;
}

.zhaopinlist li {
    overflow: hidden;
    width: 1200px;
    padding-bottom: 45px;
    background: #fff;
    min-height: 300px;
    margin-bottom: 15px;
    position: relative;
    border: #f0f0f0 solid 1px;
}

.zhaopinlist_miaoshu {
    font-size: 18px;
    color: #0D4A69;
    font-weight: bold;
    text-align: center;
    width: 154px;
    height: 154px;
    border: 3px solid #0D4A69;
    position: absolute;
    left: 50px;
    top: 35px;
}

.zhaopinlist_ren {
    width: 44px;
    height: 48px;
    position: absolute;
    top: 30px;
    left: 55px;
}

.zhaopinlist_miaoshu p {
    padding-top: 80px;
}

.zhaopinlist_miaoshu span {
    padding-top: 5px;
    display: block;
}

.zhaopinlist_shu {
    width: 1px;
    height: 80%;
    background: url(../images/zhaopinshugang.png);
    position: absolute;
    left: 670px;
    top: 10%;
}

.yaoqiu {
    width: 310px;
    float: left;
    margin-left: 300px;
    padding-top: 45px;
    color: #333;
}

.yaoqiu p {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 25px;
}

.yaoqiu_content {
    font-size: 13px;
    line-height: 25px;
}

.yaoqiu_content a{
    padding: 8px 27px;
    background: #0d4a69;
    color: #fff;
}

.zhize {
    width: 310px;
    float: left;
    margin-left: 150px;
    padding-top: 45px;
    color: #333;
}

.zhize p {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 25px;
}


/*team*/
.creative {
    padding-bottom: 32px;
    border-bottom: 1px solid #cccccc;
}

.creative-info {
    padding: 20px 0 30px;
}

.creative-info h3 {
    display: inline-block;
    float: left;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
}

.creative-info small {
    display: inline-block;
    float: left;
    line-height: 1;
    color: #666666;
    margin-left: 8px;
    text-transform: uppercase;
    font-family: "Conv_LETTERGOTHICSTD";
    margin-top: 3px;
    font-weight: bold;
}

.creative-list li {
    width: 22.3333%;
    float: left;
    margin-right: 3.5556%;
    margin-bottom: 20px;
    position: relative;
    perspective: 400px;
    overflow: hidden;
}

.creative-list li:nth-child(4n+4) {
    margin-right: 0;
}

.creative-list li figure {
    display: block;
    line-height: 1;
    margin: 0;
    overflow: hidden;
}

.creative-list li figure img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    transform: scale(1.045);
    -webkit-transform: scale(1.045);
    -moz-transform: scale(1.045);
    transition: 0.66s;
}

.createfix {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.createfix mark {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(13, 74, 105, 0.6);
    background: #aa8541\9;
    filter: alpha(opacity=60);
    transform: rotateY(45deg);
    -webkit-transform: rotateY(45deg);
    -moz-transform: rotateY(45deg);
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
    transform-origin: left center 0;
}

.createb {
    width: 90%;
    left: 5%;
    bottom: -100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.55s 0s;
}

.createb span {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 6px;
}

.createb p {
    color: #ffffff;
    font-size: 14px;
    height: 38px;
    line-height: 1.4;
}

.createb p small {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-left: 5px;
}

.createb p small:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.createb b {
    display: inline-block;
    font-weight: normal;
    padding-left: 20px;
    color: #fff;
    position: relative;
}

.createb b:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    transition: 0.43s;
    background: url(../images/add2.png) center no-repeat;
}

.createb b:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.createb b:hover:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.creative-list li:hover figure img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.creative-list li:hover .createfix mark {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    opacity: 1;
    visibility: visible;
}

.creative-list li:hover .createb {
    bottom: 32px;
    opacity: 1;
    visibility: visible;
}

.ourteam {
    margin-top: 24px;
    padding-bottom: 100px;
}

.teams {
    background: #f9f9f9;
    padding: 55px 0 50px;
    text-align: center;
}

.teams h3 {
    text-align: center;
    margin-bottom: 48px;
    color: #333333;
    font-size: 30px;
    font-weight: normal;
}

.teams h3 small {
    display: inline-block;
    color: #666666;
    font-size: 18px;
    font-family: "Conv_LETTERGOTHICSTD";
    text-transform: uppercase;
    margin-left: 10px;
}




.creative-list.article-block li {
    perspective: 400px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
}

.creative-list.article-block li figure {
    opacity: 0;
    transition: 1s cubic-bezier(0.6, 0.2, 0.1, 1);
    -webkit-transition: 1s cubic-bezier(0.6, 0.2, 0.1, 1);
    transform-origin: left center 0;
    transform: rotateY(45deg);
    -webkit-transform: rotateY(45deg);
    -moz-transform: rotateY(45deg);
}

.creative-list.articleShow li figure {
    opacity: 1;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
}

.teams.article-block,
.teamimg.article-block {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transition: 1s cubic-bezier(0.6, 0.2, 0.1, 1);
    -webkit-transition: 1s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.teams.articleShow,
.teamimg.articleShow {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
/*end  team*/


/*news*/
.liveCase {
    background: #fff;
    overflow: hidden;
}

.live_tit {
    position: relative;
    overflow: hidden;
}

.live_tit .tit_left {
    width: 470px;
}

.live_tit .tit_left h2 {
    color: #333333;
    font-size: 20px;
    height: 40px;
    line-height: 1em;
    background: url(../images/btu02.png) no-repeat scroll 136px 5px;
}

.live_tit .tit_r_nav {
    width: 605px;
    padding-top: 42px;
}

.live_tit .tit_r_nav a {
    float: right;
    display: block;
}

.live_tit .tit_r_nav a.anav {
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0px 45px;
    color: #333;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-left: 10px;
}

.live_tit .tit_r_nav a.anav:hover{
    color: #fff;
    background: #0D4A69;
    border:1px solid #0D4A69;
}

.live_Con {
    position: relative;
    overflow: hidden;
}

.live_Con .live_lie {
    position: relative;
    width: 285px;
    margin: 0 20px 32px 0;
    float: left;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.live_Con .live_lie:nth-child(4n){
    margin-right: 0;
}

.live_Con .live_lie:hover {
    opacity: 0.8;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.live_Con .live_lie .tuImg_wen04 {
    height: 196px;
    position: relative;
    overflow: hidden;
}

.live_Con .live_lie .tuImg_wen04 img{
    width: 100%;
}

.bot_wen {
    width: 100%;
    overflow: hidden;
}

.bot_wen h3 {
    height: 42px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow:ellipsis;
    text-overflow:ellipsis;
}

.bot_wen h3 .span_l_h {
    float: left;
}

.bot_wen h3 .span_r_h {
    float: right;
    color: #efa248;
    font-size: 14px;
    font-weight: normal;
}

.bot_wen p {
    color: #b1b1b1;
    font-size: 14px;
}

.mr60 {
    margin-right: 60px;
}

.news_de{
    width: 850px;
    margin: 0 auto;
    text-align: center;
}

.news_top{
    height: 100px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
}

.news_top h3{
    text-align: center;
    color: #333;
    font-size: 20px;
    margin-top: 30px;
}

.news_top span{
    color: #999;
    margin-right: 25px;
    padding-top: 16px;
    display: inline-block;
}

.news_de p{
    color: #333;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}

.news_de p img{
    width: 100%;
}

.news_de_bottom{
    margin: 47px 0;
    border-top: 1px dashed #dadada;
}

.news_de_bottom p{
    line-height: 25px;
    margin-top: 10px;
    font-size: 12px;
}

.back_news{
    display: inline-block;
    padding: 7px 24px;
    background: #0D4A69;
    color: #fff;
    float: right;
    margin-top: -50px;
}
/*news  end*/


/*team*/
.content1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/*case_presentation_list*/

.case-box-list {
    margin: 30px auto;
}

.case-box-list .case-del {
    height: auto;
    position: relative;
    width: 1110px;
    padding-bottom: 28px;
    margin: 0 auto;
}

.case-box-list .case-del .min-Label {
    font-size: 12px;
    color: #7a7a7a;
}

.case-box-list .case-del .tab-LR {
    height: 587px;
    width: 1110px;
    position: relative;
    box-shadow: 0px -9px 4px #F6F6F6, 0px 9px 4px #F6F6F6;
    margin-bottom: 86px;
    margin-top: 40px;
    padding: 23px 0;
    overflow: hidden;
}

.case-box-list .case-del .tab-LR ul {
    width: 4000000px;
    overflow: hidden;
    height: 100%;
}

.case-box-list .case-del .tab-LR ul li {
    float: left;
    height: 100%;
}

.case-box-list .case-del .tab-LR ul li img {
    width: 1110px;
    height: 587px;
}

.case-box-list .case-del .tab-LR-ol {
    position: absolute;
    width: 100%;
    bottom: 29px;
}

.case-box-list .case-del .tab-LR-ol .tab-LR-ol_over {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.case-box-list .case-del .tab-LR-ol ol {
    text-align: center;
    width: 200000px
}

.case-box-list .case-del .tab-LR-ol ol li {
    height: 58px;
    width: 110px;
    background: #c9caca;
    float: left;
    margin: 0 15px 0 0;
    cursor: pointer;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
    overflow: hidden;
}

.case-box-list .case-del .tab-LR-ol ol li img {
    widows: 100%;
    height: 100%
}

.case-box-list .case-del .tab-LR-ol ol li:after {
    background: #0D4A69;
    position: absolute;
    content: '';
    height: 4px;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    left: 0;
    bottom: 0px;
}

.case-box-list .case-del .tab-LR-ol ol li.case_Curs:after {
    width: 100%
}






/*12-21*/

.tab-LR_btnL,
.tab-LR_btnR {
    height: 585px;
    width: 50%;
    position: absolute;
    top: 23px;
}

.tab-LR_btnL {
    left: 0;
    cursor: url(../images/tab_LR_btnL.ico), crosshair;
}

.tab-LR_btnR {
    right: 0;
    cursor: url(../images/tab_LR_btnR.ico), crosshair;
}

.tab-LR-olBtn_L,
.tab-LR-olBtn_R {
    height: 45px;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    cursor: pointer;
}

.tab-LR-olBtn_L {
    background: url(../images/tab-lr_2btnr.png) no-repeat;
    left: -50px
}

.tab-LR-olBtn_R {
    background: url(../images/tab-lr_2btnl.png) no-repeat;
    right: -50px
}
/*team  end*/


