@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol, ul{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
a{
text-decoration: none;
color:#333;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}
body{font-family:Arial, Helvetica, sans-serif, "黑体";font-weight:300;color:#333;background:#fff;height:100%; letter-spacing:2px;}
html{ height:100%;}


header {
    width: 100%;
    background-color: #fff;
    position: relative;
	min-width: 1200px;
}

header .index-nav {
    width:80%;
    height: 80px;
    margin: 0 auto;
	display:flex;
	flex-wrap: wrap;
    list-style: none;
}

header .index-nav .logo {
    display: block;
    float: left;
    width:10%;
    height: 80px;
	margin-right:30px;
}

header .index-nav .logo img {
    height: 40%;
    margin-top: 25px;
}

header .index-nav nav {
    display: block;
    height: 80px;
    line-height: 80px;
    width:65%;
}

header .index-nav nav .one {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px;
    position: relative;
}

header .index-nav nav .one .t {
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 30px;
    transition-duration: 0.2s;
}

header .index-nav .attr-nav {
    width:20%;
    height: 80px;
    z-index: 1;
}

.attr-nav form {
    border: 1px solid #e7e7e7;
    position: relative;
    border-radius: 30px;
    margin-top: 16px;
}

.attr-nav form input {
    border: none;
    box-shadow: inherit;
    border-radius: 30px;
    display: block;
    height: calc(1.5em + .6rem);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}

.attr-nav form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
    background:#f5a225;
    color: #ffffff;
    border-radius: 50%;
    border: 0;
}

.fa{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
@media all and (max-width:1024px){
header{
	display:none;
}
}

.wap-header{
	display:none;
}
@media all and (max-width:1024px){
.wap-header {
    display: block;
    width: 100%;
    height: 52px;
    background-color: #fff;
    position: relative;
}

.wap-header .maxw{
	width:96%;
	height:52px;
	margin:0 auto;
}

.wap-header .maxw .logo{
	display:block;
	height:52px;
	float:left;
	margin-right:18px;
}
.wap-header .maxw .logo img{
	display:block;
	height:42px;
	margin-top:5px;
}

.wap-header .maxw nav {
    display: block;
    height: 52px;
    line-height: 50px;
    
}

.wap-header .maxw nav .one {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;
    position: relative;
}

.wap-header .maxw nav .one .t {
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 10px;
    transition-duration: 0.2s;
}

}




.topimg {
    width: 100%;
    height: auto;
    max-height:540px;
}

.topimg img {
    width: 100%;
    max-height: 540px;
}

.index-hos-tr {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 30px;
}

.index-hos-tr p {
    font-size: 40px;
    line-height: 50px;
    color: #333;
    font-weight: bold;
}

.index-hos-tr p span{
    font-size: 40px;
    line-height: 50px;
    color: #ff6c00;
    font-weight: bold;
}

.index-hos-tr h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    line-height: 36px;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
}

.aboutme-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.aboutme-box .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboutme-image {
    display: inline-block;
    position: relative;
    width: 40%;
    /* height: 370px; */
    margin-right: 5%;
}

.aboutme-image img {
    width: 100%;
    height: auto;
}

.aboutme-txt {
    display: inline-block;
    position: relative;
    width: 55%;
    /* height: 370px; */
}
	
.aboutme-txt p {
    font-size: 17px;
    line-height: 1.8;
    color: #999;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.aboutme-txt ul {
    overflow: hidden;
}

.aboutme-txt ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.aboutme-txt ul li img {
    width: 70%;
}

.aboutme-txt dt {
    font-size: 20px;
    margin: 10px 0;
}

@media all and (max-width:1024px){
	.index-hos-tr {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 20px;
}

.index-hos-tr p {
    font-size: 24px;
    line-height:1.5;
    color: #333;
    font-weight: bold;
}

.index-hos-tr p span{
    font-size: 24px;
    line-height: 1.5px;
    color: #ff6c00;
    font-weight: bold;
}
.index-hos-tr h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
}
	
.aboutme-box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.aboutme-box .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.aboutme-image {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0;
}


.aboutme-image img {
    width: 100%;
    height: auto;
}

.aboutme-txt {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
	
.aboutme-txt p {
    font-size: 14px;
    line-height: 1.5;
    color: #999;
    font-weight: 100;
    margin: 0 0 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}

.aboutme-txt ul {
    overflow: hidden;
}

.aboutme-txt ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.aboutme-txt ul li img {
    width: 80%;
}

.aboutme-txt dt {
    font-size:1rem;
    margin: 5px 0;
    letter-spacing: 0px;
}
	}

.index-hos-tr2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    background-color: #f7f7f7;
}

.index-hos-tr2 p {
    font-size: 30px;
    line-height: 45px;
    color: #333;
    font-weight: bold;
}

.index-hos-tr2 h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    line-height: 36px;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
}

.newsnav {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
}
.newsnav .btn01 {
    display: inline-block;
    margin: 0;
    width: 140px;
    height: 34px;
    border: 1px solid #f68408;
    border-radius: 3px 0 0 3px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #f68408;
}

.newsnav .btn02 {
    display: inline-block;
    margin: 0;
    width: 140px;
    height: 34px;
    border: 1px solid #ffffff;
    border-radius: 0 3px 3px 0;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    color: #f68408;
}

.newsbox {
    width: 82%;
    height: auto;
    margin: 0 auto;
}


.newsbox ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: left;
    margin-top: 15px;
}

.newsbox ul li img {
    width: 100%;
	height: 230px;
    border: 0;
}

.newsbox-txt {
    background-color: #fff;
    padding: 15px 10px;
}

.newsbox dt {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsbox dd {
    color: #999;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


@media all and (max-width:1024px){

.index-hos-tr2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    background-color: #f7f7f7;
}

.index-hos-tr2 p {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}

.index-hos-tr2 h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
}



.newsbox {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
}

.newsbox ul li {
    float: left;
    width: 48%;
    margin: 6px 1%;
    text-align: left;
}

.newsbox ul li img {
    width: 100%;
    border: 0;
}

.newsbox-txt {
    background-color: #fff;
    padding: 15px 10px;
}

.newsbox dt {
    font-size:1rem;
    margin: 0 0 10px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsbox dd {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
}



.index-hos-tr3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    background: url(../images/blackbg.jpg) no-repeat;
    background-size: cover;
}

.index-hos-tr3 p {
    font-size: 30px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
}

.index-hos-tr3 h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: normal;
    padding-top: 5px;
}

.videobox {
    width: 78%;
    height: auto;
    margin: 30px auto 0;
    padding: 2% 1%;
    background-color: #fff;
    display: inline-block;
}

.videobox ul li {
    float: left;
    width: 31.3%;
    margin: 0 1%;
    text-align: left;
}

.videobox ul li img {
    width: 100%;
    border: 0;
}

@media all and (max-width:1024px){

.index-hos-tr3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding:20px 0;
    background: url(../images/blackbg.jpg) no-repeat;
    background-size: cover;
}

.index-hos-tr3 p {
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
    font-weight: bold;
}

.index-hos-tr3 h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height:1.5;
    color: #fff;
    font-weight: normal;
    padding-top: 5px;
}

.videobox {
    width: 78%;
    height: auto;
    margin: 30px auto 0;
    padding: 2% 1%;
    background-color: #fff;
    display: inline-block;
}

.videobox ul li {
    float: left;
    width: 97%;
    margin: 5px 1.5%;
    text-align: left;
}

.videobox ul li img {
    width: 100%;
    border: 0;
}

}






.index-hos-tr4{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

.index-hos-tr4 p {
    font-size: 30px;
    line-height: 45px;
    color: #333;
    font-weight: bold;
}

.index-hos-tr4 h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    line-height: 36px;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
}

.imgsbox {
    width: 82%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
}

.imgsbox ul li {
    float: left;
    width: 31.3%;
    margin: 20px 1% 0;
    text-align: left;
}

.imgsbox ul li img {
    width: 100%;
    /* height: 200px; */
    border: 0;
}

.adbox {
    width: 80.5%;
    height: auto;
    margin: 0 auto 40px;
}

.adbox img{
	width:100%;
}

.end{
	width:100%;
	height:70px;
	font-size: 18px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	background-color:#ff6c00;
	padding-top: 40px;
        position: fixed;
	bottom: 0;
}

@media all and (max-width:1024px){
	.index-hos-tr4{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.index-hos-tr4 p {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
}

.index-hos-tr4 h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
    font-weight: normal;
    padding-top: 5px;
}

.imgsbox {
    width: 82%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
}

.imgsbox ul li {
    float: left;
    width: 48%;
    margin: 15px 1% 0;
    text-align: left;
}

.imgsbox ul li img {
    width: 100%;
    /* height: 200px; */
    border: 0;
}
	}

.fontcolor{
	color: #ff6c00;
}

.newsbox02 {
    width: 82%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
}


.newsbox02 ul li {
    float: left;
    width: 31%;
    margin: 0 1%;
    text-align: left;
}

.newsbox02 ul li img {
    width: 100%;
	height: 200px;
    border: 0;
}

.newsbox02 dt {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsbox02 dd {
    color: #999;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.w1380{
    max-width: 1500px;
    margin: 25px auto 35px;
    padding: 0 10px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.pro_list {
    margin: 0 -8px;
    position: relative;
}
.pro_list .slick-arrow{
    position: absolute;
    top: 48%;
    font-size: 0;
    outline: none;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 99999;
    box-shadow: 0 0 5px 1px rgb(153 153 153 / 30%);
    border-radius: 10px;
}
.pro_list .slick-prev{
    background: url( "../images/left.png");
    left: -8%;
}
.pro_list .slick-next{
    background: url( "../images/right.png");
    right: -8%;
}
.pro_list .slick-prev:hover{
    background: url("../images/left0.png");
}
.pro_list .slick-next:hover{
    background: url("../images/right0.png");
}

.pro_list .slick-slide{
    margin: 0 8px;
}

.pro_list li{
    border:1px solid #f0f0f1;
    padding: 1vw;
}

.pro_list li img{
    width: 100%;
	height: 200px;
	border-radius: 100px;
}

.pro_list li p{
    font-size: 16px;
    color: #ff6c00;
    line-height: 1;
    padding-top: 2vw;
}

.pro_list li h4{
    color: #333;
    font-weight: 600;
    font-size: 20px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin-top: 20px;
	text-align: center;
}
.pro_list li span{
    display: block;
    font-size: 15px;
    color: #999999;
    margin-top: 1vw;
	text-align: center
}
.pro_list li:hover{
    border-color: #ff6c00;
}
.pro_list li:hover p{
    color: #ff6c00;
}
.pro_list li:hover h4{
    color: #ff6c00;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.list-main {
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 30px;
}

.pageTitle {
    font-size: 30px;
    line-height: 1.125em;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    text-align: left;
}

.newslist ul {
    margin-bottom: 5%;
}

.newslist li {
    font-size: 16px;
    line-height: 1.875em;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    text-align: left;
}

.newslist li span {
    float: right;
    font-size: 13px;
    color: #888;
}

.newslist li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 120px;
}

.newslist li i {
    font-style: normal;
    margin-right: 10px;
}

.ftColor {
    color: #ff6c00;
}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {


  font-size: 13px;

}
.pagination span {
    color: #333;
    font-size: 13px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}


.posttitle {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 2.5%;
}

.postmeta {
	text-align:center;
	font-size:0; 
	line-height: normal; 
	border-top:1px solid #e4e4e4; 
	padding:2% 0;
}

.postmeta span {
	display:inline-block; 
	font-size:13px; 
	line-height: 1.75em; 
	color:#999; 
	padding:0 5px;
}

.postmeta a {color:#999;}

.entry {
    font-size: 16px;
    line-height: 1.875em;
    padding: 2% 0;
    color: #333;
    overflow: hidden;
    text-align:center;
}

.entry p {
    text-indent: 2em;
    text-align: left;
}

.entry img {
    text-align: center;
    margin: 15px auto;
}

@media (max-width: 1024px) {
	.list-main {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0px;
}
	
	.newsbox{
    width: 92%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
}

	.newsbox ul li {
    float: left;
    width: 48%;
    margin: 0 1%;
    text-align: left;
}
	
	.newsbox ul li img {
    width: 100%;
    height: 130px;
    border: 0;
}
	
	.newsbox-txt {
    background-color: #fff;
    padding: 5px 10px;
}
}





































