﻿@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
em {
    margin: 0;
    padding: 0;
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

caption,
th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: tahoma, sans-serif;
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #fff;
}

img {
    -ms-interpolation-mode: bicubic;
    border-width: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #296fff;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}

.fL {
    float: left;
    display: inline;
}

.fR {
    float: right;
    display: inline;
}

.hide {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

::-moz-selection {
    background: #296fff;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #296fff;
    text-shadow: none;
    color: #fff
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}


/*public */

body {
    width: 100%;
    background: #f5f5f5 url(lx_csyz_banner.png) center top no-repeat;
    display: inline-table;
}

.warp {
    width: 1200px;
    margin: 0 auto;
}

.ml40 {
    margin-left: 40px;
}


/* header */

.logo {
    margin-top: 40px;
    display: inline-block;
}


/* main */

.mainbox {
    width: 1200px;
    padding: 30px;
    margin: 410px auto 0;
    display: block;
    background: #fff;
}

.main1 {
    overflow: hidden;
}

.main1L {
    float: left;
    width: 540px;
}


/* 轮播图开始 */

.focusBox {
    position: relative;
    width: 540px;
    height: 360px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
}

.focusBox .pic img {
    width: 540px;
    height: 360px;
    display: block;
}

.focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 50px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=60);
    opacity: 0.6;
    overflow: hidden;
}

.focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.focusBox .txt li {
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -50px;
}

.focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    width: 385px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 20px;
}

.focusBox .num li {
    float: left;
    position: relative;
    width: 30px;
    height: 6px;
    line-height: 6px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.focusBox .num li a {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    margin: 2px 0;
    background: white;
    font-size: 0;
    height: 2px;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
    background: #ffc779;
    color: #ffc779;
}

.focusBox .num li.on {
    background: #ffc779;
}


/* 轮播图结束 */

.main1R {
    float: right;
    width: 570px;
}

.title1box {
    position: relative;
    width: 100%;
    height: 50px;
    background: #f5f5f5;
    margin: 20px 0 0;
}

.title1box h2 {
    position: relative;
    top: -20px;
    left: 0px;
    width: 140px;
    height: 60px;
    background: url(lx_csyz_title1.png) no-repeat;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    display: inline-block;
}

.title1box .more {
    float: right;
    font-size: 15px;
    color: #7e7e7e;
    margin: 0 20px 0 0;
    line-height: 50px;
}

.main1Rul {
    margin: 25px 0 0;
}

.main1Rul li {
    height: 44px;
    border-bottom: 1px dashed #ededed;
    line-height: 44px;
    font-size: 16px;
}

.main1Rul li:last-child {
    border-bottom: none;
}

.main1Rul li b {
    width: 3px;
    height: 3px;
    background: #3c3c3c;
    display: inline-block;
    font-size: 0;
    margin: 0 16px 21px 0;
}

.main1Rul li p {
    width: 436px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #202020;
}

.main1Rul li span {
    margin: 0 0 0 15px;
    vertical-align: text-bottom;
    color: #818181;
}

.main2 {
    background: url(lx_csyz_main2_bj.png) no-repeat;
    min-height: 470px;
    margin: 50px 0 0;
}


/* Tab切换 */

.slideTxtBox {
    width: 1140px;
    height: 220px;
}

.slideTxtBox .hd {
    height: 110px;
    font-size: 14px;
    position: relative;
}

.slideTxtBox .hd ul {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    top: -20px;
    left: 220px;
}

.slideTxtBox .hd ul li {
    width: 168px;
    height: 110px;
    line-height: 80px;
    float: left;
    background: url(lx_csyz_title2off.png) no-repeat;
    text-align: center;
    margin: 0 10px;
}

.slideTxtBox .hd ul li {
    display: block;
    height: 110px;
    font-size: 22px;
    color: #252423;
    padding: 0 0 0 18px;
}

.slideTxtBox .hd ul li:hover {
    text-decoration: none;
}

.slideTxtBox .hd ul li.on {
    background: url(lx_csyz_title2on.png) no-repeat;
    color: #fff;
    font-weight: bold;
}

.slideTxtBox .bd {
    padding: 10px;
}

.slideTxtBox .bd li {
    width: 525px;
    height: 60px;
    line-height: 60px;
    background: #e8efff url(lx_csyz_mainlist.png) no-repeat 20px center;
    padding: 0 0 0 55px;
    float: left;
    margin: 0 0 30px 26px;
    font-size: 16px;
    color: #161513;
    border-radius: 30px;
}

.slideTxtBox .bd li a {
    width: 436px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .bd .more2 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: url(lx_csyz_more2.png);
    margin: 0 auto;
    clear: both;
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 0 0 0 25px;
}

.slideTxtBox .bd .more2 img {
    margin: 0 0 0 16px;
}

.main3 {
    margin: 50px 0 0;
    background: url(lx_csyz_main3.png) no-repeat;
    width: 1140px;
    height: 344px;
	    position: relative;
}

.title3box {
    width: 218px;
    height: 60px;
    line-height: 60px;
    background: url(lx_csyz_title3.png) no-repeat;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #141311;
    position: relative;
    top: -20px;
}
.main3 .ewm{
	    position: absolute;
    right: 260px;
    top: 50px;
}
.main3 .ewm img{
	width: 120px;
}
.main3 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    float: left;
}

.lxfstitle {
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 30px;
    background: url(lx_csyz_main3white.png) no-repeat;
    padding: 0 0 0 20px;
}

.lxfstitle span {
    background: url(lx_csyz_map.png) no-repeat left center;
    margin: 0 0 0 40px;
    padding: 0 0 0 24px;
    font-size: 14px;
    color: #fff;
}

.lxfs {
    height: 70px;
    line-height: 70px;
    margin: 0 0 0 30px;
}

.lxfs span {
    margin: 0 60px 0 0;
    font-size: 14px;
    color: #fff;
}

.grxxtitle {
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 30px;
    background: url(lx_csyz_main3white.png) no-repeat;
    padding: 0 0 0 20px;
}

.grxx {
    height: 135px;
    margin: 0 0 0 30px;
}

.grxxbox {
    width: 1080px;
    height: 135px;
    overflow-x: hidden;
}

.mainvideo {
    width: 100%;
}

.mainvideo video {
    width: 100%;
}


/* footer */

.footer {
    background: #296fff;
    padding: 47px 0;
    text-align: center;
}

.footer p {
    font-size: 14px;
    color: #fff;
}

.footer p span {
    margin: 0 10px 0 0;
}
.lxfsD{
	display:none;
}
@media screen and (max-width: 769px) {
    body {
        background-size: 200%;
    }
    .warp {
        width: 100%;
    }
    .logo img {
        width: 7rem;
    }
    /* main */
    .main1L {
        width: 100%;
    }
    .mainbox {
        width: 100%;
        padding: 0rem;
        margin: 6.4rem auto 0;
    }
    /* 轮播图开始 */
    .focusBox {
        width: 16rem;
        height: 10.6rem;
        display: inline-block;
    }
    .focusBox .pic img {
        width: 16rem;
        height: 10.6rem;
    }
    .focusBox .txt li a {
        width: 10rem;
    }
    .focusBox .num li {
        width: 15px;
    }
    .main1R {
        float: left;
        width: 16rem;
    }
    .main1Rul li {
        font-size: .6rem;
        height: 2rem;
        line-height: 2rem;
    }
    .main1Rul li p {
        width: 10rem;
    }
    .main1Rul li span {
        vertical-align: top;
    }
    .main1Rul li b {
        margin: 0 0.5rem 1rem;
    }
    .main2 {
        width: 16rem;
        min-height: 26rem;
        background-size: 100%;
    }
    /* Tab切换 */
    .slideTxtBox {
        width: 100%;
        height: 27rem;
    }
    .slideTxtBox .hd {
        height: 2.6rem;
    }
    .slideTxtBox .hd ul {
        left: 0;
        top: -0.45rem;
    }
    .slideTxtBox .hd ul li {
        width: 4rem;
        height: 2.6rem;
        margin: 0;
        background-size: 100%;
        line-height: 1.8rem;
        font-size: 0.6rem;
        padding: 0 0 0 0.4rem;
    }
    .slideTxtBox .hd ul li.on {
        background-size: 100%;
    }
    .slideTxtBox .bd li {
        width: 15.3rem;
        margin: 0 0 1rem 0rem;
    }
    .slideTxtBox .bd li a {
        width: 12rem;
    }
    .main3 {
        margin: 1rem 0 0;
        width: 100%;
        height: auto;
        background: url(lx_csyz_main3.png);
    }
	.main3 .ewm{
	    position: absolute;
    right: 5%;
    top: 16%;
}
.main3 .ewm img{
    width: 5rem;
}
    .lxfstitle {
        height: 1.7rem;
        line-height: 1.7rem;
    }
	.lxfstitle span{
		display:none;
	}
    .lxfs {
        height: auto;
        line-height: 1.4rem;
        padding: 0.4rem 0;
    }
    .lxfs span {
        margin: 0 0.4rem 0 0;
        font-size: .6rem;
        display: block;
    }
    .grxx {
        height: auto;
    }
    .grxxtitle {
        height: 1.7rem;
        line-height: 1.7rem;
    }
    .grxxbox {
        width: 14rem;
        height: 14rem;
    }
	
    /* foot */
    .footer {
        width: 16rem;
    }
    .footer p span {
        display: block;
        margin: 1rem 0 0;
    }
	.lxfsD{
	display:block;
}
}