/*global*/
*{
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
body{
    font-size: 14px;
    color: #000;
    min-width: 1200px; 
}

.hidedeta{
    display: none;
}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.swiper-button-prev:focus, 
.swiper-button-next:focus{
    outline: none;
}
a{
    font-size: 16px;
    text-decoration: none;
    color:#000;
}
a:hover{
    color:#000;
    text-decoration: none;
}
button:focus{
    outline: none;
}
ul li{
    list-style-type: none;
}
p{
    margin: 0;
}
body{
    position:relative;
}

/*pc端头部样式， 以后需要替换 B*/
.home_header{
	width:100%;
	height: 80px;
	position: relative;
	background-color: #fff;
}
.home_headercon{
	/* max-width: 1670px; */
	width: 87%;
	height: 80px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.logo-wrapper {
    align-items: center;
    height: 100%;
	margin-right: 30px;
}
.logo-wrapper .logo {
    display: inline-block;
    box-sizing: border-box;
}
.logo-wrapper .logo img {
    max-width: none;
    display: block;
    box-sizing: border-box;
	margin-top: 13px;
}
.menu-wrapper {
    align-self: stretch;
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.menu-wrapper .menu {
    align-items: center;
    justify-content: center;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	height: 80px;
	width: 65%;
	float: left;
}

.menu-wrapper .menu li{
	height: 100%;
    position: relative;
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	position: relative;
}
.menu-wrapper .menu li>a{
    display: block;
	width: 100%;
    height: 100%;
	position: absolute;
	z-index: 9999;
	top:0;
	left: 0;
    text-align: center;
	line-height: 80px;
	font-weight: bold;
	margin: 0 auto;
	background: #fff;
}
.menu-wrapper .menu li.nav_a>a:hover{
	color: #d72423;
	/* border-bottom: 2px solid #d72423; */
}
.menu-wrapper .menu li.lino>a{
	color: #d72423;
	cursor: default;
}
.menu-wrapper .stock{
    float: right;
    width: 310px;
}
.menu-wrapper .menuspan{
	float: left;
	line-height:80px;
	color: #d72423;
	font-size: 16px;
	font-weight: bold;
	margin-right: 15px;
}
.menu-wrapper .menu2{
	float: left;
	width: 150px;
}
.menu-wrapper .menu2 li{
    float: left;
    padding: 28px 0;
}
@media (max-width: 1600px) and (min-width: 1300px){
    .menu-wrapper .menu a{
        font-size: 14px;
    }
    .menu-wrapper .menuspan,
    .menu-wrapper .menu2{
        font-size: 14px;
    }
}

@media (max-width: 1299px){
    .menu-wrapper .menu a{
        font-size: 14px;
    }
    .home_header .menuspan {
        font-size: 14px;
        width: 16%;
    }
}
@media (max-width: 1320px){
    .menu-wrapper .menu{
        width: 100%;
    }
    .menu-wrapper .stock{
        display: none;
    }
}
.menu2 li{
	float: left;
	-prefix-box-flex: auto;
	    -webkit-box-flex: auto;
	    -webkit-flex: auto;
	    -moz-box-flex: auto;
	    -ms-flex: auto;
	    flex: auto;
}
.menu2 li.lino>a{
	width: auto;
	    position: inherit;
}
.menu2 li:nth-child(2){
	margin: 0 6%;
}
/**/
.headerlayer{
	width: 100%;
	position: absolute;
	z-index: 999;
	top: -500px;
	left: 0;
}
.headerlayer a{
	display: table;
	width: auto;
	margin: 0 auto;
	color: #fff;
	padding: 13px 0;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
}
.headerlayer a:hover{
	border-bottom: 2px solid #d72423;
}

.homemask{
	width: 100%;
	height: 0;
	background: #000;
	position: absolute;
	z-index: 99;
	top:80px;
	left: 0;
	opacity: 0.4;
	filter:alpha(opacity=40);
	/* display: none; */
}
.menunav{
	/* max-width: 1354px;
	    width: 78%; */
	    height: 100%;
	   /* position: absolute;
	    z-index: 999;
	    top: 0;
	    left: 22%; */
}

.homemask,.headerlayer{
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

/*pc端头部样式， 以后需要替换 E*/

/*主要显示区域宽度*/
.mian-content{
    width: 87%;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

/*header*/

.ll-nav{

}
.ll-nav a{
    color:#999;
    padding:.2rem .5rem;
    cursor: pointer;

}
.ll-header {
    position: relative;
    padding:8rem 0;
    background: url("../img/22.jpg") center no-repeat;
    background-size: cover;
    color:#fff;
    z-index: -2;
}
.header-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    bottom:0;
    background-color: #000;
    opacity: .6;
    filter:alpha(opacity=60);
    z-index: -1;
}
.ll-logo{
    text-align: center;
    color:#fff;
}
/*.ll-logo a{*/
    /*display: block;*/
    /*text-align: center;*/
    /*color:#fff;*/
    /*cursor: pointer;*/
/*}*/
.ll-logo h1{
    font-size:4rem;
    font-weight: 500;
}
.ll-logo p{
    font-size:1rem;
    font-weight: 300;
}

/*card*/
.ll-card{
    background-color: #fff;
}
.ll-card-image{
    padding-top:1rem;
}

.ll-card .ll-card-image a{
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border:1px solid #999;
    overflow: hidden;
    line-height: 150px;
    text-align: center;
    transition:0.4s ease-out;
    -webkit-transition:0.4s ease-out;
    -moz-transition:0.4s ease-out;
    -o-transition:0.4s ease-out;
    -ms-transition:0.4s ease-out;


}
.ll-card .ll-card-image a:hover{
    transform:rotate(5deg);
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);
    -ms-transform:rotate(5deg);
}

.ll-card .ll-card-image a img{
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    min-width: 150px;
    vertical-align: top;
}
.ll-card-main a{
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    width: 100%;
    height:100%;
    padding:1rem;
    box-sizing: border-box;

}
.ll-card-main a:hover{
    background-color: #f2f2f2;
}

@media(max-width: 768px){
    .ll-card .ll-card-image{
        text-align: center;
        padding:1rem 0;
    }
    .ll-card .ll-card-image a{
        width: 100%;
        height: 14rem;
        border-radius:4px;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
    }
    .ll-comment-from button{
        float: none;
        width: 100%;
    }


    .ll-nav .navbar-nav{
        background-color: #fff;
        opacity: .9;
        filter:alpha(opacity=90);
        margin-top:0.5rem;
        width: 40%;
    }
    .ll-nav .navbar-nav .nav-item{
        font-size:1rem;
        padding:0.6rem 0.3rem;

    }
    .ll-nav .navbar-nav .nav-item a{
        color:#666;
    }

    .ll-card-main{
        padding-left:0;
        padding-right:0;
    }
    .ll-card-main a{
        padding-left:0;
        padding-right:0;
    }
    .ll-card{
        margin:0;
    }

}

.ll-card-tag>div{
    display: inline-block;
    padding-right:1rem;
    color:#999;
    font-size:1rem;
    font-weight: 300;

}
.ll-card-tag>div>i{
    margin-right:4px;
}
.ll-card-tag>div>img{
    width: 30px;
    height: 30px;
}
.ll-card .ll-card-main-info{
    color:#666;
    font-size:1.2rem;
    font-weight: 300;
    line-height: 1.6rem;
}
.ll-card .ll-card-more a{
    color:#3F6600;
}
.ll-card-main-title a:hover,.ll-card .ll-card-more a:hover{
    border-bottom:2px solid #3F6600;
    padding-bottom:2px;
}
.ll-card-main-title{
    font-size:2.2rem;
    font-weight: 600;
    color:#333;
}
/*page*/
.pagination .page-item.active .page-link{
    background-color:#3F6600;
    border-color:#3F6600;
    color:#fff;
}
.pagination .page-item .page-link{
    color:#3F6600;
}
.pagination{
    margin:5rem 0 0 0;
}
.pagination li.disabled .page-link{
    background-color: #eee;
    color:#999;
}
.pagination li.disabled{
    cursor: not-allowed;
}

/*footer*/
.ll-footer{
    width: 100%;
    height: 50px;
    background: #212121;
    /*position: absolute;*/
    /*z-index: 1;*/
    /*bottom: 0;*/
}
.ll-footer p {
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ll-footer p a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.ll-footer-link a{
    font-size:1rem;
    padding:1rem 0;
    color:#999;
}
.ll-copyright{
    color:#999;
    font-size:1rem;
    line-height:1.4rem;
    margin: 0;
}
/*artical*/
.ll-artical-title{
    margin:3rem 0 0.5rem 0;
    font-size: 2.4rem;
    color: #333;
    font-weight: 600;
}
.ll-artical h1,.ll-artical h2,.ll-artical h3,.ll-artical h4,.ll-artical h5{
    padding:1.5rem 0 0.5rem 0;
    font-weight: 600;
}
.ll-artical h1{
    font-size:2.4rem;
    color:#c7254e;
}
.ll-artical h2{
    font-size:2.2rem;
}
.ll-artical h3{
    font-size:2rem;
}
.ll-artical h4{
    font-size:1.75rem;
}
.ll-artical h5{
    font-size:1.5rem;
}
.ll-artical h6{
    font-size:1.2rem;
}
.ll-artical ul,.ll-artical ol,.ll-artical li{
    font-size:1.2rem;
    color:#666;
}
.ll-artical{
    padding:2.5rem 0 0 0;
}
.ll-artical blockquote{
    font-size:1.2rem;
    padding:2rem 1rem 2rem 2rem;
    border-left:4px solid #3F6600;
    background-color: #f3f3f3;
    /*font-style: italic;*/
    font-weight: bold;
    line-height: 1.8em;
}
.ll-artical blockquote:before{
    content: " “ ";
    font-size:60px;
    vertical-align: bottom;
    color:#3F6600;
}

.ll-artical blockquote span{
    font-size:36px
}

.ll-artical img{
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

.ll-artical video{
    max-width: 70%!important;
    margin: 0 auto;
}


/*.ll-artical p img{*/
/*    vertical-align: middle;*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/
.ll-artical p{
    padding:0.5rem 0;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #666;
    margin-bottom:1rem;
    font-weight: 400;
}
.ll-content-info{
    color:#999;
}
.ll-artical-content{
    max-width: 82%;
    margin: 40px auto 0;
}

@media (min-width: 576px){
    .ll-panel{
        max-width: 30%;
    }

}
.recommend-panel a.recommend-panel-link{
    display: block;
}
.recommend-panel-bottom{
    padding:0.5rem;
    font-size:14px;
}
.ll-title{
    margin:3rem 0 1rem 0;
    color:#333;
}
.recommend-panel-top{
    overflow: hidden;
    height: 12rem;
}

.recommend-panel-top img{
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    transition:0.4s ease-out;
    -webkit-transition:0.4s ease-out;
    -moz-transition:0.4s ease-out;
    -o-transition:0.4s ease-out;
}
.recommend-panel-top img:hover{
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.about_absolute {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.about_tltopcon {
	width: 87%;
	margin: 0 auto;
}

.about_tltopcon span {
	display: block;
	font-size: 34px;
	color: #fff;
	width: 294px;
	border-bottom: 1px solid #d8190c;
	padding: 104px 0 26px;

}

.about_tltopcon p {
    max-width: 550px;
    width: 100%;
    color: #fff;
    line-height: 34px;
    margin-top: 20px;
    text-align: justify;
}

.about_solutetop p {
    animation: labeltext 6s 1;
    -webkit-animation: labeltext 6s 1;
    -moz-animation: labeltext 6s 1;
    -ms-animation: labeltext 6s 1;
    -o-animation: labeltext 6s 1;
}
@keyframes labeltext {
	0% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}
.fadeIndown {
	animation-name: fadeIndown;
	-webkit-animation-name: fadeIndown;
	-moz-animation-name: fadeIndown;
	-ms-animation-name: fadeIndown;
	-o-animation-name: fadeIndown;
	animation: fadeIndown 1s 1;
	-webkit-animation: fadeIndown 1s 1;
	-moz-animation: fadeIndown 1s 1;
	-ms-animation: fadeIndown 1s 1;
	-o-animation: fadeIndown 1s 1;
}
@keyframes fadeIndown {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeIndown {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none
	}
}

@-moz-keyframes fadeIndown {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none
	}
}

@-ms-keyframes fadeIndown {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none
	}
}

@-o-keyframes fadeIndown {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		transform: none
	}
}
.in {
    animation: labeltext 6s 1;
    -webkit-animation: labeltext 6s 1;
    -moz-animation: labeltext 6s 1;
    -ms-animation: labeltext 6s 1;
    -o-animation: labeltext 6s 1;
}
@keyframes labeltext {
	0% {
		color: transparent;
	}

	100% {
		color: #fff;
	}
}
.in i {

	animation: labeltextborder2 6s 1;
	-webkit-animation: labeltextborder2 6s 1;
	-moz-animation: labeltextborder2 6s 1;
	-ms-animation: labeltextborder2 6s 1;
	-o-animation: labeltextborder2 6s 1;
}

@keyframes labeltextborder2 {
	0% {
		border-bottom: 1px solid transparent;
	}

	100% {
		border-bottom: 1px solid #fff;
	}
}

/*tab 样式*/
.informationbt {
    width: 100%;
    border-bottom: 1px solid #aaaaaa;
    padding-top: 56px;
}

.informationbt ul li {
    float: left;
}

.informationbt ul li a {
    display: block;
    font-size: 20px;
    color: #000;
    float: left;
    padding-bottom: 14px;
}

.informationbt ul li i {
    width: 1px;
    height: 27px;
    display: block;
    background: #000;
    float: left;
    margin: 0 12px;
}

.informationbt ul .information_active a {
    border-bottom: 5px solid #d72423;
    color: #d72423;
}

.about_return {
    width: 100%;
    display: block;
    font-size: 12px;
    margin: 34px auto 0;
    color: #7f7f7f;
}

.about_return img {
    width: 14px;
    margin-right: 6px;
    vertical-align: middle;
}

.article_category{
    display: inline-block;
    color: #d72423;
    padding-bottom: 8px;
    border-bottom: 3px solid #d72423;
}

/* 通用样式 */

@media (max-width:1600px) and (min-width:1300px) {
    .about_tltopcon span {
        font-size: 32px;
        padding: 64px 0 26px;
    }
}

@media (max-width:1299px) {
    .about_tltopcon span {
        font-size: 32px;
        padding: 64px 0 26px;
    }
}

.informationtoppage{
	position: relative;
}
.informationtoppage>img{
	display: block;
	width: 100%;
}
.inform_top {
	border-bottom: 1px dashed #666666;
}
.inform_top h1 {
	display: block;
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}
.inform_top span {
	display: block;
	font-size: 12px;
	text-align: center;
	color: #b9b9b9;
	margin: 32px 0 16px;
}
.inform_con {
	width: 100%;
}

.inform_con p {
	font-size: 14px;
	color: #646464;
	margin-top: 30px;
	line-height: 24px;
}

.inform_con span {
	display: block;
	font-size: 14px;
	color: #646464;
	margin-top: 10px;
}
.listbox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.listbox2{
	width: 90%;
	margin: 0 auto;
}
.listbox li{
	-prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 20px 10px 0;
}
.listbox li:nth-child(1){
	margin-left: 0;
}
.listbox li:nth-last-child(1){
	margin-right: 0;
}
.listbox li img{
	display: block;
	width: 100%;
}
.inform_return {
	display: block;
	font-size: 12px;
	color: #646464;
	clear: both;
	margin-top: 40px;
}

.inform_return img {
	width: 14px;
	vertical-align: middle;
	margin-right: 6px;
}
.inforpage4{
	width: 100%;
	margin-top: 50px;
}
.inforpage4 li{
	width: 100%;
}
.inforpage4 li img{
	display: block;
	width: 100%;
}