﻿@charset "utf-8";

/* CSS Document */
/*------------------------全局变量-------------------------------------*/
@font-face {
    font-family: "华文细黑";
    src: url("../fonts/华文细黑.woff2") format("woff2"),
        url("../fonts/华文细黑.woff") format("woff"),
        url("../fonts/华文细黑.ttf") format("truetype"),
        url("../fonts/华文细黑.eot") format("embedded-opentype"),
        url("../fonts/华文细黑.svg") format("svg");
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dd,
dl,
dt,
form,
th,
td,
ul,
li,
ol,
p {
    margin: 0;
    padding: 0;
}

body {
    font-size: 15px;
    font-family: "华文细黑", arial, helvetica;
    position: relative;
    background: #fff;
}

img {
    border: 0;
    display: block;
}

ul,
li,
ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.clearfix:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    +display: inline-block;
}

* html .clearfix {
    height: 1%;
}

button,
select,
textarea {
    vertical-align: middle;
    font-family: "华文细黑", arial, helvetica;
}

html,
body {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}

input::input-placeholder {
    color: #ccc;
    font-size: 18px;
    font-family: "华文细黑", arial, helvetica;
}

/* 有些资料显示需要写，有些显示不需要，但是在编辑器webstorm中该属性不被识别 */
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-size: 18px;
    font-family: "华文细黑", arial, helvetica;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 18px;
    font-family: "华文细黑", arial, helvetica;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 18px;
    font-family: "华文细黑", arial, helvetica;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc;
    font-size: 18px;
    font-family: "华文细黑", arial, helvetica;
}

input,
textarea {
    -webkit-appearance: none;
}

body {
    position: relative;
    background-image: url(../images/bg.png);
    background-repeat: repeat-x;
    background-position: top;
    overflow-x: hidden;
}

.container {
    margin: 0 auto;
    background: #fcf004;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.logo {
    width: 173px;
    height: 66px;
    padding: 0;
    margin-top: 7px;
}

.logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.navbar-default {
    background: #fcf004;
    border: none;
    max-width: 980px;
    margin: 0 auto;
    box-shadow: none;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    display: block;
}

.footer {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}
.footer-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fcf004;
    z-index: -1;
}

.footer-logo {
    float: left;
    margin: 34px 0 36px 0;
}

.footer-logo a {}

.footer-logo a img {}

.footer-nav {
    float: right;
    margin: 58px 0 0 0;
    width: 76%;
}

.footer-nav ul {}

.footer-nav ul li {
    float: left;
    line-height: 24px;
}

.footer-nav ul li a {
    font-size: 14px;
    color: #1a1a1a;
    float: left;
}

.footer-nav ul li:hover a {
    color: #ff0000;
}

.footer-nav ul li span {
    width: 1px;
    height: 14px;
    background: #1a1a1a;
    display: block;
    float: left;
    margin: 2px 8px 0;
}

.footer-nav ul li:last-child span {
    display: none;
}

.footer-text {
    width: 100%;
    clear: left;
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    color: #000;
    margin-bottom: 22px;
}

.footer-text p {
    float: left;
    line-height: 20px;
}
.footer-text p a{
    color: #000;
}
.footer-phone, .phone-intro {
    display: none;
}

.content{
	background: #fff;
}

.inside-banner{
	width: 100%;
}

.inside-banner img{
	width: 100%;
	display: block;
}

.search{
	width: 444px;
	margin: 44px auto 0;
}
.search label{
	position: relative;
	float: left;
}
.search label img{
	position: absolute;
	top: 7px;
	left: 11px;
	width: 18px;
	height: 18px;
	display: block;
}
.search label input{
	width: 327px;
	height: 36px;
	padding: 0 0 0 38px;
	line-height: 36px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #808080;
}
.search input.submit{
	width: 107px;
	height: 36px;
	line-height: 36px;
	background: #ff0000;
	border: none;
	font-size: 16px;
	color: #fff;
	float: right;
}

.content-wrap{
	width: 1080px;
	margin: 40px auto 0;
	padding-bottom: 100px;
}
.sidebar-left{
	width: 208px;
	margin: 0;
	float: left;
}
.sidebar-left ul{

}
.sidebar-left ul li{}
.sidebar-left ul li:hover label,.sidebar-left ul li label:hover{
	cursor: pointer;
	background: #ff0000;
	color: #f2f2f2;
}
.sidebar-left ul li:hover label a span{
    color: #f2f2f2;
}
.sidebar-left ul li label {
	height: 44px;
	line-height: 44px;
	display: block;
	text-align: left;
	font-size: 14px;
	color: #1a1a1a;
	font-weight: normal;
	margin: 0;
}
.sidebar-left ul li label img{
	display: block;
	float: left;
	margin: 14px 8px 0 18px;
}
.sidebar-left ul li label a img:nth-child(2){
	display: none;
}
.sidebar-left ul li label a span{
	display: block;
	float: left;
    color: #1a1a1a;
    width: 158px;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.sidebar-left ul li.on label{
	background: #ff0000;
	color: #f2f2f2;
	font-weight: normal;
}
.sidebar-left ul li.on label a span{
    color: #f2f2f2;
}
.sidebar-left ul li.on label a img:nth-child(1){
	display: none;
}
.sidebar-left ul li.on label a img:nth-child(2){
	display: block;
}

.sidebar-left ul li.on ul{
	display: block;
}

.sidebar-left ul li ul{
	border-bottom: 1px solid #ff0000;
	display: none;
}
.sidebar-left ul li ul li{
	border: 1px solid #ff0000;
	border-bottom: none;
	height: 42px;
	line-height: 42px;
    padding-left: 20px;
    overflow: hidden;
    width: 100%;
}
.sidebar-left ul li ul li a{
	display: block;
	text-align: left;
	font-size: 14px;
	color: #ff0000;
}
.sidebar-left ul li ul li.on, .sidebar-left ul li ul li:hover{
	background: #ff0000;
}
.sidebar-left ul li ul li.on a, .sidebar-left ul li ul li:hover a{
	color: #fff;
}

.qrcode{
	margin: 58px 0 0 0;
}
.qrcode img{
	width: 115px;
	height: 115px;
	display: block;
	margin: 0 auto;
}
.qrcode span{
	font-size: 14px;
	color: #1a1a1a;
	display: block;
	text-align: center;
	line-height: 34px;
}
.xcxcode{
	margin: 58px 0 0 0;
}
.xcxcode img{
	width: 115px;
	height: 115px;
	display: block;
	margin: 0 auto;
}
.xcxcode span{
	font-size: 14px;
	color: #1a1a1a;
	display: block;
	text-align: center;
	line-height: 34px;
}
.content-txt{
	float: right;
	width: 800px;
}
.content-txt-title{
	font-size: 20px;
	color: #1a1a1a;
	text-align: center;
	line-height: 44px;
}
.content-txt p{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 30px;
	margin-bottom: 6px;
}
.content-txt p img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.content-txt img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.lxwm-txt{}
.lxwm-txt ul{
	display: flex;
	flex-wrap: wrap;
	width: 834px;
}
.lxwm-txt ul li{
	margin: 48px 0 0 0;
}
.lxwm-txt-left{
	float: left;
	width: 44px;
	margin: 0 14px 0 0;
}
.lxwm-txt-left img{
	width: 44px;
	height: 44px;
	display: block;
}
.lxwm-txt-right{
	width: 220px;
	float: left;
}
.lxwm-txt-right span{
	font-size: 18px;
	color: #1a1a1a;
}
.lxwm-txt-right p{
	font-size: 14px;
	color: #808080;
	margin-bottom: 0;
	line-height: 26px;
}

.lwxw-txt{
}
.lwxw-txt ul{
	width: 820px;
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.lwxw-txt ul li{
	float: left;
	margin-right: 20px;
}
.lwxw-txt ul li a{
	display: block;
	width: 253px;
}
.lwxw-txt ul li a img{
	width: 100%;
	height: 180px;
	display: block;
}
.lwxw-txt ul li a p{
	width: 100%;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 26px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin: 12px 0 30px;
}
.lwxw-page{
    text-align: center;
}
.lwxw-page a{
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #9c9c9a;
    border-radius: 4px;
    color: #9c9c9a;
    margin: 0 4px;
}
.lwxw-page a.on, .lwxw-page a:hover{
    background: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
}
.lwxw-phone-page{
    display: none;
}

.xwxq{
	width: 980px;
	margin: 0 auto;
    padding-bottom: 40px;
}
.xwxq img{
    max-width: 100%;
}
.xwxq h2.xwxq-title{
	font-size: 24px;
	color: #1a1a1a;
	text-align: center;
	line-height: 32px;
	margin: 0 auto 40px;
	padding: 40px 20px 0;
}
.xwxp-jj{
	text-align: center;
	margin-bottom: 54px;
}
.xwxp-jj span{
	font-size: 14px;
	color: #808080;
	margin: 0 52px;
}

.xwxq p{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 34px;
	padding-bottom: 6px;
}

.page{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.page a{
	font-size: 16px;
	color: #1a1a1a;
}
.page a:hover{
	color: #ff0000;
}
.navbar-nav li ul{
    display: none;
}

/*小于768*/
@media screen and (max-width: 768px) {
    .container {
        padding: 0;
    }

    .navbar {
        padding: 0 15px;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-toggle:hover {
        background: none;
    }

    .logo {
        width: 90px;
        height: 34px;
        margin-left: 15px;
    }

    .navbar-nav li a {
        color: #1a1a1a !important;
    }

    .navbar-nav li.on a,
    .navbar-nav li a:hover {
        background: #e70012 !important;
        color: #fff !important;
    }

    .navbar-nav li.on ul{
        display: block;
    }

    .navbar-nav li ul{
        background: #fff;
    }
    .navbar-nav li ul li{
        border-bottom: 1px solid #ff0000;
    }
    .navbar-nav li ul li.on{
        background: #ff0000;
    }

    .navbar-nav li ul li a.child-a{
        padding: 10px 15px;
        display: block;
        background: #fff !important;
        color: #ff0000 !important;
    }

    .navbar-nav li ul li.on a.child-a{
        background: #ff0000 !important;
        color: #fff !important;
    }

    .footer {
        display: none;
    }

    .footer-phone {
        display: block;
        line-height: 40px;
        margin: 20px 0 10px;
        width: 100%;
    	overflow: hidden;
    }
    .footer-phone a{
    	text-align: center;
    	display: block;
    	font-size: 14px;
    	color: #1a1a1a;
    }
    .footer-phone-text{
    	text-align: center;
    	line-height: 20px;
    	border-top: 1px solid #eee;
    	padding: 10px 0;
    }
    .footer-phone-text a{
        font-size: 12px;
    }
    .phone-intro{
    	display: block;
    	padding: 0 16px 30px;
        background: #fff;
    }
    .phone-intro-title{
    	text-align: center;
    	font-size: 16px;
    	color: #000;
    	margin: 0 0 20px;
        padding-top: 20px;
    }
    .phone-intro-txt{
    	text-align: center;
    	font-size: 14px;
    	color: #1a1a1a;
    	line-height: 24px;
    	text-align: left;
    }
    .phone-intro-txt p{
        margin-bottom: 10px;
    }
    .phone-intro-txt img{
        width: 100%;
    }
    .search{
    	display: none;
    }

    .lwxw-txt ul li{
    	width: 46%;
    	margin-right: 2%;
    }

    .lwxw-txt ul li a{
		display: block;
		width: 100%;
	}

	.lwxw-txt ul li a img{
		height: auto;
	}

	.xwxp-jj span{
		margin: 0 10px;
	}
    .lwxw-page{
        display: none;
    }
    .lwxw-phone-page{
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
    }
    .lwxw-phone-page a{
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        border: 1px solid #9c9c9a;
        color: #9c9c9a;
        border-radius: 4px;
        display: block;
    }
}

/*大于768*/
@media screen and (min-width: 768px) {
    .logo {
        margin-left: 0 !important;
    }

    .container {
        padding: 0;
    }

    .navbar-nav li a {
        padding: 32px 18px;
        font-size: 14px;
        color: #1a1a1a !important;
    }

    .navbar-nav li.on a,
    .navbar-nav li a:hover {
        background: #ff0000 !important;
        color: #fff !important;
    }
}

/*大于768~小于1200*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .navbar-nav li a {
        padding: 32px 4px;
    }

    .logo {
        padding-left: 15px;
    }
}

/*大于1200*/
@media screen and (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

/*小于1200*/
@media screen and (max-width: 1200px) {
    .footer-logo {
        padding-left: 15px;
    }

    .footer-nav {
        width: 70%;
        padding-right: 15px;
    }

    .footer-text {
        /*display: inline-block;*/
    }

    .footer-text p:nth-child(2) {
        display: none;
        /*width: 100%;
		display: block;
		text-align: center;*/
    }
    .sidebar-left{
    	display: none;
    }
    .content-wrap{
		width: 100%;
    }
    .content-txt{
    	float: none;
    	margin: 0 auto;
    	width: 100%;
    	padding: 0 20px;
        overflow: hidden;
    }

    .lxwm-txt ul{
    	width: 100%;
    	justify-content: center;
    }

    .lwxw-txt ul{
    	width: 100%;
    	justify-content: center;
    }

    .xwxq{
    	width: 100%;
    	padding: 0 10px 40px;
        overflow: hidden;
    }

    .page{
        display: block;
    }
    .page a{
        display: block;
    }
}