@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: 60%;
    margin-top: 15px;
}

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 15px;
    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: 60px 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: 190px;
    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: 60px 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: 120px;
    height: 120px;
    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;
}

@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;
    font-style: inherit;
}

.newsbox02 {
    width: 82%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
}


.newsbox02 ul li {
   float: left;
    width: 18%;
    margin: 0 1%;
    text-align: left;
}

.newsbox02 ul li img {
    width: 100%;
    height: 260px;
    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;
}

.com-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    
}


.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 {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 13px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 13px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.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;
}


/*products*/
#products .inner {margin: 0 auto;}
/*hmtab*/
.hmtab {margin-bottom: 3.5%;}
.hmtab ul {overflow: hidden;}
.hmtab li {
    display: inline-block;
    padding-right: 15px;
}
.hmtab li span {
    display: block;
    color: #5C5C5C;
    padding: 0 25px;
    background-color: #EEE;
    font-size: 25px;
    border-radius: 10px;
    cursor: pointer;
    line-height: 60px;
}
.hmtab li .on {color:#fff;}

/*hmpro*/
.hmpro {clear:both; overflow:hidden;}
.hmpro .box {display: none;}
.hmpro .on {display: block;}
.hmpro ul {overflow:hidden; width:102%;}
/*.hmpro li {width:31%; float:left; padding:0 2% 2% 0;}*/


.hmpro li {
    width: 18%;
    float: left;
    padding: 0 2% 2% 0;
}

.hmpro li .thumbnail {overflow:hidden; margin-bottom: 10px; position: relative;}
.hmpro li h2  {
    text-align: left;
    text-indent: 25px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 100%;
}

.hmpro li h3 {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    z-index: 100000;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 25px;
    line-height: 25px;
    border-radius: 8px;
    padding: 0;
}
/*.hmpro li h3 {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    z-index: 100000;
    top: 25px;
    left: 25px;
    width: 45px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    padding: 0;
}*/

@media all and (max-width:1024px){
	.hmtab li {
	width: 40%;
    display: inline-block;
    padding-right: 15px;
}
	.hmpro li {
    width: 100%;
    float: left;
    padding: 0
}
	
	.hmtab li span {
    display: block;
    color: #5C5C5C;
    padding: 5px 15px;
    background-color: #EEE;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    line-height: 24px;
}
	.thumbnail img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .3s;
}
	
.hmpro li .thumbnail {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    height: 150px;
}
	
	
}

.concolor1{
	background-color: #ea2004
}

.concolor2{
	background-color: #f74f01
}

.concolor3{
	background-color: #f5a225
}

.concolor4{
	background-color: #999
}

.concolor5{
	background-color: #999
}
.concolor6{
	background-color: #999
}
.concolor7{
	background-color: #999
}
.concolor8{
	background-color: #999
}
.concolor9{
	background-color: #999
}
.concolor11{
	background-color: #999
}
.concolor12{
	background-color: #999
}
.concolor10{
	background-color: #999
}
.concolor13{
	background-color: #999
}
.concolor14{
	background-color: #999
}
.concolor15{
	background-color: #999
}


.hmpro li h2 a {color:#fff;}
.hmpro .more {text-align: center;}
.hmpro .more a {
    display: inline-block;
    background-color: #fff;
    color: #555;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    padding: 0 70px;
    font-size: 20px;
    border: 1px solid #ccc;
    font-weight: normal;
}
.hmpro .more a:hover {color:#fff;}

/*hmbox*/
.hmbox {padding:3% 0; overflow:hidden;}

.thumbnail img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: all .3s;
}
/*global*/
a:hover {color:#767FBA;}
/*border color*/
.bdColor {border-color:#ffc0a3;}
/*background color*/
.bgColor {background-color: #ffc0a3;}
/*font color*/
.ftColor {color:#767FBA;}
/*backgroun image*/
.bgImage {background-position: 0 50%;}
/*background hover*/
.bgHover a:hover {background-color: #ffc0a3;}
/*background on*/
.bgCur .on {background:linear-gradient(to right, #ea1e04, #ff6c00);font-weight: bold;}
/*nav*/
.nav li a:hover,
.nav li ul, 
.nav li .on, 
.nav li .cur {background-color: #767FBA;}
.nav li ul:before {border-bottom-color:#767FBA;}
.navbar li ul {border-top-color: #6b74b4;}
.navbar li li {border-bottom-color: #6b74b4;border-top-color: #878fc1;}
/*navbtn*/
.navbtn span, 
.navbtn:before, 
.navbtn:after {background-color: #767FBA;}
/*divCalendar*/
#divCalendar td a {color:#767FBA;}
/*pagenavi*/
.pagenavi a:hover, 
.pagenavi span.now-page {background-color: #767FBA; border-color:#767FBA;}
/*boxtitle*/
.boxtitle:before {background-color: #767FBA;}
@media only screen and (max-width:960px){
	/*navbar*/
	.navbar {background-color: #767FBA;}
	.navbar ul {border-top-color:#6b74b4; border-bottom-color:#878fc1;}
	.navbar li {border-bottom-color:#6b74b4; border-top-color:#878fc1;}
}


.boxtop {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding: 9px 2.198% 8px;
    line-height: 30px;
}
.boxtop h2 { float: left; font-size: 30px; color: #3c3c3c; position: relative; padding-left: 20px; }
.boxtop h2:before {
    width: 8px;
    height: 30px;
    background-color: #ff6c00;
    border-radius: 5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
}
.boxtop span { display: block; float: right; font-size: 14px; font-weight: bold; }
.boxtop span a {
    display: block;
    color: #999;
    font-size: 18px;
    font-weight: normal;
}


.show {
    width: 80%;
    height: 500px;
    margin: 30px auto;
}
.show .left {
    float: left;
    width: 48%;
}
.show .rest {
	position: relative;
	width: 100%;
	height: 500px;
}
.show .rest .bd .list li {
	position: relative;
	width: 100%;
	height: 526px;
}
.show .rest .bd .list li img {
	display: block;
	width: 100%;
	height: 526px;
}
.show .rest .bd .list li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 65px;
	background: url("../image/text_bg1.png") no-repeat;
}
.show .rest .bd .list li .txt .tit  {
    text-align: left;
    text-indent: 25px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 100%;
}

.show .rest .hd {
	position: absolute;
	width: 30%;
	bottom: 24px;
	right: 30px;
}
.show .rest .hd .iconList {
	float: right;
}
.show .rest .hd li {
	float: left;
	width: 14px;
	height: 14px;
	background-color: #d9d6d3;
	border-radius: 100%;
	margin-right: 12px;
	font-size: 0px;
	cursor: pointer;
}
.show .rest .hd li.on {
	background-color: #f37b1d;
}
.show .right {
    float: left;
    width: 52%;
}
.show .right .showList {
	width: 100%;
}
.show .right .showList .list li {
    position: relative;
    width: 47%;
    height: 250px;
    margin-bottom: 25px;
    margin-left: 3%;
    margin-right: 0;
    float: left;
}
.show .right .showList .list li img {
	display: block;
	width: 100%;
	height: 250px;
}
.show .right .showList .list li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../image/text_bg2.png") no-repeat;
}
.show .right .showList .list li .txt .tit  {
    text-align: left;
    text-indent: 25px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 100%;
}

.show .nright {
    float: left;
    width: 52%;
}
.show .nright .showList {
	width: 100%;
}
.show .nright .showList .list li {
    position: relative;
    width: 47%;
    height: 250px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 3%;
    float: left;
}
.show .nright .showList .list li img {
	display: block;
	width: 100%;
	height: 250px;
}
.show .nright .showList .list li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../image/text_bg2.png") no-repeat;
}
.show .nright .showList .list li .txt .tit  {
    text-align: left;
    text-indent: 25px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 100%;
}






.playbot{
	width: 20%;
	position: absolute;
	top:40%;
	left: 42%;
}

.playbot02 {
    width: 20%;
    position: absolute;
    top: 20%;
    left: 38%;
}

.jjshow {
    width: 80%;
/*    height: 480px;*/
    margin: 30px auto;
}

.jjshow .right {
    float: left;
    width: 102%;
}
.jjshow .right .showList {
	width: 100%;
}
.jjshow .right .showList .list li {
    position: relative;
    width: 23%;
    height: 220px;
    margin-bottom: 2%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
}
.jjshow .right .showList .list li img {
	display: block;
	width: 100%;
	height: 220px;
}
.jjshow .right .showList .list li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: url("../image/text_bg2.png") no-repeat;
}
.jjshow .right .showList .list li .txt .tit  {
    text-align: left;
    text-indent: 25px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 100%;
}

.index-hos-tr6 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
    background: url( "../images/stbg.jpg") no-repeat;
    background-size: cover;
}

.index-hos-tr5{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
    background: url( "../images/nybg.jpg") no-repeat;
    background-size: cover;
}

.nyshow {
    width: 80%;
    margin: 30px auto;
	background: #ffffff;
}

.newsboxny {
    width: 102%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    padding: 1%;
}

.newsboxny ul li {
    float: left;
    width: 22%;
    margin: 1%;
    text-align: left;
    position: relative;
}

.newsboxny ul li img {
    width: 100%;
	height: 280px;
    border: 0;
	margin-bottom: 10px;
}
.newsboxny-txt {
    background-color: #fff;
    padding: 0 10px 15px 10px;
}
.newsboxny dt {
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.5;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*    display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsboxny dd {
    color: #999;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.playbot03 {
    width: 20%;
    position: absolute;
    top: 20%;
    left: 40%;
}


.cooperation_img {
    padding-right: 25px;
}

.cooperation_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto; 
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.col{display: flex;}


.dmshow {
    width: 80%;
    margin: 30px auto 0;
}

.index-hos-tr7 {
    width: 102%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 0;
}

.index-hos-tr7 p {
    font-size: 30px;
    line-height: 45px;
    color: #333;
    font-weight: bold;
}


.index-hos-tr8 {
    width: 102%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.index-hos-tr8 p {
    font-size: 30px;
    line-height: 45px;
    color: #333;
    font-weight: bold;
}


.playbot05 {
    width: 20%;
    position: absolute;
    top: 20%;
    left: 38%;
}	

@media all and (max-width:1024px){
	
	.boxtop {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding: 9px 2.198% 8px;
    line-height: 30px;
}
	
	.boxtop h2 {
    float: left;
    font-size: 24px;
    color: #3c3c3c;
    position: relative;
    padding-left: 20px;
}
	
	.show {
    width: 90%;
    height: 500px;
    margin: 30px auto;
}
	.show .rest {
    position: relative;
    width: 100%;
    height: 220px;
}
	.show .left {
    float: left;
    width: 100%;
}
	
	.show .rest .bd .list li {
    position: relative;
    width: 100%;
    height: 200px;
}
	
	.show .rest .bd .list li img {
    display: block;
    width: 100%;
    height: 200px;
}
	.playbot {
    width: 15%;
    position: absolute;
    top: 10%;
    left: 32%;
}
	.show .right {
    float: left;
    width: 100%;
}
	
	.show .right .showList {
    width: 103%;
}
	
	.show .right .showList .list li {
    position: relative;
    width: 47%;
    height: 150px;
    margin-bottom: 25px;
    margin-left:0 ;
    margin-right:3%;
    float: left;
}
	
	.show .right .showList .list li img {
    display: block;
    width: 100%;
    height: 150px;
}

.jjshow {
    width: 90%;
/*    height: 480px;*/
    margin: 30px auto;
}	
	
.jjshow .right .showList .list li {
    position: relative;
    width: 48%;
    height: 150px;
    margin-bottom: 2%;
    margin-left: 0;
    margin-right: 2%;
    float: left;
}	
	
.jjshow .right .showList .list li img {
    display: block;
    width: 100%;
    height: 150px;
}	
	
.show .nright {
    float: left;
    width: 102%;
}	
	
.show .nright .showList .list li {
    position: relative;
    width: 47%;
    height: 150px;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 3%;
    float: left;
}
	
.show .nright .showList .list li img {
    display: block;
    width: 100%;
    height: 150px;
}	
	
.playbot02 {
    width: 20%;
    position: absolute;
    top: 20%;	
    left: 25%;
}	
	
.nyshow {
    width: 90%;
    margin: 30px auto;
    background: #ffffff;
}	

	.newsboxny {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    padding: 0;
}
	
	.newsboxny ul li {
    float: left;
    width: 92%;
    margin: 0;
    text-align: left;
    position: relative;
    padding: 4%;
    border-bottom: 1px #ccc dashed;
}
	
.dmshow {
    width: 90%;
    margin: 30px auto 0;
}	
	
.col {
    display: inline-block;
}	
	
.cooperation_img {
    padding: 10px;
    width: 41%;
    display: inline-block;
}	
	
.index-hos-tr7 p {
    font-size: 24px;
    line-height: 45px;
    color: #333;
    font-weight: bold;
}	
	
.index-hos-tr8 p {
    font-size: 24px;
    line-height: 45px;
    color: #333;
    font-weight: bold;
}	
	
.newsboxny ul li img {
    width: 100%;
    height: 200px;
    border: 0;
    margin-bottom: 10px;
}	
	
.playbot05 {
    width: 20%;
    position: absolute;
    top: 20%;
    left: 38%;
}	
	
	
	
	
}

@media (max-width: 1024px) {
    .hmtab li {
        width: 25%;
        display: inline-block;
        padding-right: 10px;
    }

    .hmtab li span {
        display: block;
        color: #5C5C5C;
        padding: 5px 8px;
        background-color: #EEE;
        font-size: 16px;
        border-radius: 10px;
        cursor: pointer;
        line-height: 22px;
        font-weight: bold;
    }
    .jjshow {
        width: 90%;
        margin: 30px auto;
    }

.newsbox02 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    display: inline-block;
}

.newsbox02 ul li {
    float: left;
    width: 100%;
    margin: 0 1%;
    text-align: left;
}


}






.b-line {
    position: relative;
}

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 0;
}

.hmpro li .othumbnail h3 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 45px;
    height: 35px;
    line-height: 35px;
    border-radius: 8px;
    padding: 0;
}

.hmpro li .othumbnail h2 {
    text-align: left;
    text-indent: 25px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    color: #333;
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    left: 35px;
    width: 95%;
}

.hmpro li .othumbnail h2 a {
    color: #333;
}



.hmpro li .othumbnail {overflow:hidden; margin-bottom: 10px; position: relative;}


@media (max-width: 1024px) {
.show .right .showList .list li .txt .tit {
    text-align: left;
    text-indent: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 90%;
    padding: 5%;
}

.jjshow .right .showList .list li .txt .tit {
    text-align: left;
    text-indent: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 90%;
    padding: 5%;
}	
	
.show .nright .showList .list li .txt .tit {
    text-align: left;
    text-indent:0px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
/*    text-overflow: ellipsis;*/
    z-index: 100000;
    bottom: 0px;
    width: 90%;
    padding: 5%;
}

.show .right .showList .list li .txt .tit {
    text-align: left;
    text-indent: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 90%;
    height: 40px;
    padding: 10px 5%;
}

.show .nright .showList .list li .txt .tit {
    text-align: left;
    text-indent: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 90%;
    height: 40px;
    padding: 10px 5%;
}

.hmpro li h2 {
    text-align: left;
    text-indent: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100000;
    bottom: 0px;
    width: 90%;
    height: 40px;
    padding: 10px 5%;
}
}


















