﻿@charset "utf-8";
body,html{
	margin: 0px;
	height: 100%;    
	font:12px  "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
	background: #f5f5f5;
}
*{
	box-sizing: border-box;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}

/*滚动条样式*/
::-webkit-scrollbar{
	/*滚动条整体样式*/
	width: 8px;/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
::-webkit-scrollbar-thumb{
	/*滚动条里面的小方块*/
	border-radius:10px;
	background: #cbcbcb;
}
::-webkit-scrollbar-track{
	/*滚动条里的轨道*/
	background: #f0f0f0;
    border-radius:2px;
}
/*顶部菜单*/
.body-top{
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 99px;
	z-index: 999999;
}
.login-box{
	width: 307px;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 99px;
	background-image: url(../images/login-bj.png);
	padding: 15px 0 0 30px;
}
.login-box > span{
	display: inline-block;
	width: 183px;
	height: 50px;
	background-image: url(../images/ht-logo.png);
}

.menu-list{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1648px;
	height: 99px;
	background-image: url(../images/bg_black.png);
	padding-left: 70px;
}
.menu-list > li{
	float:left; 
	display:inline-block;
	padding: 0px 50px;
	line-height: 82px;
	height: 82px;
	font-size: 20px;
	position: relative;
	transition: padding-right 0.3s ease-in-out;
}
.menu-list > li a{
	display: inline-block;
	color: #fff;
	position: relative;
	transition: margin-left 0.3s ease-in-out;
}
.menu-list > li:hover{
	padding: 0px 45px 0px 50px;
}
.menu-list > li:hover > a{
	margin-left: 5px;
}
.menu-list > li > a:after{
	display: none;
	content: "";
	position: absolute;
	top:50%;
	width: 8px;
	height: 8px;
	left: -20px;
	background: #fff;
	transform: translateY(-50%) rotate(45deg);
}
.menu-list > li:hover a:after{
	display: block;
}
.menu-list > li:nth-child(1) a{
	margin-left: 0px;
}
.menu-list > li:nth-child(1){
	padding: 0px 50px;
}

.menu-list > li:nth-child(1) a:after{
	display: none;
}

.next-nav{
	display: none;
	background: rgba(0,0,0,0.8);
	position: absolute;
	left: 50%;
	top: 102px;
	width: 200px;
	opacity: 1;
	transform: translateX(-50%);
	padding: 20px 0;
	border-top: 2px #2575fc solid;
	animation:next-nav 0.3s linear 0s 1 normal;
}
.next-nav > div{
	height: 20px;
    position: absolute;
    top: -22px;
    width: 100%;
	left: 0px;
}
.menu-list > li:hover .next-nav{
	display: block;
}
.next-nav li{
	text-align: center;
	line-height: 40px;
}
.next-nav li a{
	font-size: 16px;
	display: inline-block;
	padding: 0px 10px;
	height: 45px;
	position: relative;
}
.next-nav li a:after{
	content: "";
	position: absolute;
	bottom: 5px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	background: #2575fc;
	transition: width 0.3s ease-in-out;
}
.next-nav li a:hover:after{
	width: 100%;
}

.home-page{
	width: 36px;
	height:100%;
}
.home-page:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background-image: url(../images/icon-home.png);
	background-position: top center;
}
.contact-box{
	position: absolute;
	right: 40px;
	line-height: 82px;
	font-size: 22px;
	color: #fff;
	padding-left: 40px;
}
.contact-box:before{
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-phone.png);
	background-position: top center;
}


/*滚动样式改变*/
.body-top .change { 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.change .home-page:before{
	background-position: bottom center;
}
.change .menu-list li a{
	color: #333;
}

.change .menu-list{
	background-image: url(../images/bg_w.png);
}

.change .contact-box{
	color: #333;
}
.change .menu-list > li > a:after{
	background: #333;
}
.change .contact-box:before{
	background-position: bottom center;
}

.change .next-nav{
	background: #fff;
	box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1);
}



/*底部样式*/
.foot-box{
	position:relative;
	background: #06152f;
	opacity: 1;
	padding: 40px 80px 40px 100px;
}
.foot-box span:nth-child(1){
	display: block;
	font-size: 26px;
	height: 70px;
    line-height: 80px;
	color: #fff;
}
.foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	display: block;
	font-size: 18px;
	padding-left: 40px;
	position: relative;
	line-height: 45px;
	color: #fff;
}
.foot-box span:nth-child(2):before , .foot-box span:nth-child(3):before{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
.foot-box span:nth-child(2):before {
	background-image: url(../images/icon-address1.png);
}
.foot-box span:nth-child(3):before {
	background-image: url(../images/icon-phone.png);
	background-position: top center;
}
.foot-box span:nth-child(4){
	display: block;
	position: absolute;
	top: 50%;
	right: 130px;
	transform: translateY(-50%);
	padding-top: 130px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.foot-box span:nth-child(4):after{
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 130px;
	height: 130px;
	border-radius: 10px;
	background-color: #fff;
	background-image: url(../images/QR-code.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.foot-box span:nth-child(5){
	display: block;
	position: absolute;
	bottom: 0px;
	right: 80px;
	left: 80px;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	color: #fff;
	border-top:1px #1d3e77 solid;
}



/*banner*/

.banner-box{
	width: 100%;
	position: relative;
	height: 800px;
	overflow: hidden;
}
.banner-box:before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: scale(1);
	animation:banner-result 1s ease-out 0s 1 normal;
}
.product-banner{
	background: url(../images/other/product-banner.png);
}
.solution-banner{
	background: url(../images/other/solution-banner.png);
}
.case-banner{
	background: url(../images/other/case-banner.png);
}
.new-banner{
	background: url(../images/other/new-banner.png);
}
.about-banner{
	background: url(../images/other/about-banner.png);
}
@-webkit-keyframes banner-result{
    from{
		transform: scale(1.2);
    }
    to{
		transform: scale(1);
    }
}

.banner-text{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	animation:banner-line 1s ease-out 0s 1 normal;
}
.banner-text:after{
	content: "";
    position: absolute;
    top: 0px;
    left: 157px;
    width: 400px;
    height: 200%;
    margin-top: -20%;
    background-color: rgba(0,0,0,0.3);
    transform: rotate(20deg);
}

@-webkit-keyframes banner-line{
    from{
		left: -710px;
    }
    to{
		left: 0;
    }
}
.banner-text span:nth-child(1){
	display: block;
	position: absolute;
	font-size: 60px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	left: 220px;
	z-index: 1;
	margin-top: -30px;
}
.banner-text span:nth-child(2){
	display: block;
	position: absolute;
	font-size: 40px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	left: 220px;
	z-index: 1;
	margin-top: 30px;
}

.more-box{
	display: inline-block;
	padding-right: 30px;
	font-style: italic;
	position: relative;
	font-family: Arial;
	font-size: 20px;
	float: right;
}
.more-box:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url(../images/icon-moer.png);
	background-position: top center;
}
.more-box:hover , .more-box:hover:after{
	color: #2575fc;
	background-position: bottom center;
} 
.page-content{
	margin: 100px auto;
	width: 65%;
}
.product-category
{
    height:auto;
}
.product-category > span{
	font-size: 30px;
	color: #0069A6;
	position: relative;
	display: inline-block;
	line-height: 40px;
	padding-left: 40px;
	margin-bottom: 20px;
}
.product-category > span:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -34px;
	width: 14px;
	height: 28px;
	background-image: url(../images/other/right-arrow.png);
}
.product-category > a{
	line-height: 40px;
	right: 40px;
}

.tagging > span{
	display: block;
	text-align: center;
	font-size: 40px;
	color: #333;
	line-height: 60px;
	height: 60px;
}
.tagging > span:after{
	display: none;
}
.product-list{
	font-size: 0px;
	margin-bottom: 40px;
}
.product-list li{
	display: inline-table;
	width: 33.333%;
	padding: 20px 20px 40px 20px;
}
.product-list li a{
	display: inline-block;
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.product-list li a img{
	width: 314px;
	height: 178px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.product-list li a > span{
	display: block;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brief-text{
	font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 25px;
	height: 50px;
	color: #999;
	margin-top: 20px;
	
}
.product-list li a:after{
	content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #2575fc;
    transition: width 0.3s ease-in-out;
}
.product-list li a:hover{
	box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.2);
	border-radius: 10px 10px 0 0;
}
.product-list li a:hover:after{
	width: 100%;
}

.content-right-top{
	border-bottom: 1px #a5a5a5 solid;
	width: 100%;
	line-height: 35px;
	font-size: 16px;
	background: url(../images/icon-location.png) 10px center no-repeat;
	color: #666666;
	padding-left: 40px;
}
.content-right-top > span:after{
	content: ">";
	margin: 0px 10px;
}
	.content-right-top > span:last-child{
	color: #0069A6 ;
    font-weight: bolder;
}
.content-right-top > span:last-child:after{
	display: none;
}

.product-content{
	padding: 10px;
}
.product-content > h3{
	font-size: 34px;
	font-weight: bold;
	display: block;
	text-align: center;	
	color: #333333;
	padding-top: 50px;
	line-height: 60px;
}
.product-content p{
	color: #333333;
	font-size: 18px;
	text-indent: 2em;
	line-height: 40px;
	margin: 20px 0px;
}

.btn_go_back {
    width: 80px;
    height: 80px;
	line-height: 80px;
    display: block;
    align-items: center;
    justify-content: center;
    color: #0b87f1;
	font-size: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    flex-direction: column;
    text-align: center;
    position: fixed;
    right: 120px;
    bottom: 320px;
    z-index: 99;
    cursor: pointer;
    transform: scale(0);
}
.btn_go_back:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    border: 1px solid #005495;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	border-radius: 10px;
}
.btn_go_back:hover{
	color: #fff;
}
.btn_go_back:hover:before {
    background-color: #0b87f1;
	border-color: #0b87f1;
}
.btn_go_back_change{
    transform: scale(1);
}


/*解决方案*/

.solution-head{
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(9, 34, 53, 0.1)
}
.solution-head a{
	font-size: 30px;
    color: #666;
    position: relative;
    display: inline-block;
    line-height: 70px;
    padding-left: 20px;
    margin: 0px 80px;
	padding: 0px 20px;
}
.solution-head a:after{
	content: "";
    position: absolute;
    bottom: 0px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #0069A6;
    transition: width 0.3s ease-in-out;
}
.solution-head a:hover , .solution-active{
	color: #0069A6 !important;
}
.solution-head a:hover:after ,  .solution-active:after{
	width: 100% !important;
}

/*关于我们*/
.about-head a{
	margin: 0px 35px;
}

.about-table td{
	padding: 0px 10px;
}


/*分页*/
.paging-box{
 text-align: center;
}
.paging-box li {
 display: inline-table;
}
.paging-box li a{
 display: inline-block;
    font-family: Arial;
 width: 40px;
 text-align: center;
    height: 40px;
    border-radius: 5px;
    border: 1px #ddd solid;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin: 0px 5px;
    background: #fff;
}
.paging-box li a.active  , .paging-box li a:hover {
    background: #1890ff;
    color: #fff;
    border: 1px #1890ff solid;
}
.paging-box li a.previous , .paging-box li a.next{
 width: 100px;
}

.fzlc-box{float:left;margin-top: 20px; margin-bottom:20px;background: url("../images/fzlcbg1.png") repeat-y left; margin-left:100px; margin-right:100px; position:relative; }
.fzlc-list{padding-right:20px;margin:0 auto;}
.fzlc-left{width:100px; height:130px; position:relative; background: url("../images/fzlcbg.png") no-repeat left; vertical-align:middle; text-align:center; float:left; margin-top:25px;}
.fzlc-left p{ font-size: 16px; color: #66b4fe; font-weight:bold; }
.fzlc-middle{border:#bfbfbf 1px solid; width:160px; height:130px; position:relative; margin-top:25px; margin-left:10px; float:left}
.fzlc-right{width:730px;padding-left:15px;margin-top:25px; float:right; height:130px;}
.fzlc-right>div{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.fzlc-right>div a{display: inline-block; float: left; color: #3c3c3c;font-size: 18px;font-family: 'Microsoft YaHei';}
.fzlc-right p{text-align: justify; font-size: 16px; color: #888888;line-height: 35px;}
.fzlc-list button{color: #FFFFFF; background: #218fff;border-radius: 20px;border: 0 none;}
.fzlc-middle img {width: 150px;height:120px; margin:4px 0px 0px 4px;}
.fzlc-right>div span {display: inline-block;float: left;color: #3c3c3c;font-size: 18px;font-family: 'Microsoft YaHei'; white-space: pre-wrap;}
.title1 {overflow: hidden; margin-top:68px; color:#66b4fe; font-weight:bold; display:block;}
.title2 {overflow: hidden; margin-top:90px; color:#66b4fe; font-weight:bold; z-index:-1; display:block;}
.fzlc-top {width:65%;height:17px; padding-left:38px;}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    /*顶部菜单*/
    .body-top{
	    position: fixed;
	    width: 100%;
	    left: 0px;
	    top: 0px;
	    height: 40px;
	    z-index: 999999;
    }
    .login-box{
	    width: 124px;
	    left: 0px;
	    top: 0px;
	    position: absolute;
	    height: 40px;
	    background-image: url(../images/login-bj1.png);
	    padding: 5px 0 0 10px;
    }
    .login-box > span{
	    display: inline-block;
	    width: 74px;
	    height: 20px;
	    background-image: url(../images/ht-logo1.png);
    }
    .menu-list{
	    position: absolute;
	    top: 0px;
	    right: 0px;
        left:100px;
	    width: 100%;
	    height: 40px;
	    background-image: url(../images/bg_black1.png);
	    padding-left: 20px;
    }
    .menu-list > li{
	    float:left; 
	    display:inline-block;
	    padding: 0px 5px;
	    line-height: 30px;
	    height: 20px;
	    font-size: 10px;
	    position: relative;
	    transition: padding-right 0.3s ease-in-out;
    }
    .menu-list > li:hover{
	    padding: 0px 5px 0px 5px;
    }
    .menu-list > li:hover > a{
	    margin-left: 0px;
    }
    .menu-list > li > a:after{
	    display: none;
	    content: "";
	    position: absolute;
	    top:50%;
	    width: 0px;
	    height: 0px;
	    left: 0px;
	    background: #fff;
	    transform: translateY(-50%) rotate(45deg);
    }
    .menu-list > li:nth-child(1){
	    padding: 0px 0px;
    }
    /*banner*/
    .banner-box{
	    width: 100%;
	    position: relative;
	    height: 300px;
	    overflow: hidden;
        background-size:100% 100%;
    }
    .banner-box:before{
	    content: "";
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    transform: scale(1);
	    animation:banner-result 1s ease-out 0s 1 normal;
    }
    /*.product-banner{
	    background: url(../images/other/product-banner1.png);
    }
    .solution-banner{
	    background: url(../images/other/solution-banner.png);
    }
    .case-banner{
	    background: url(../images/other/case-banner.png);
    }
    .new-banner{
	    background: url(../images/other/new-banner.png);
    }
    .about-banner{
	    background: url(../images/other/about-banner.png);
    }*/
    .banner-text:after{
	    content: "";
        position: absolute;
        top: 0px;
        left: 30px;
        width: 150px;
        height: 200%;
        margin-top: -20%;
        background-color: rgba(0,0,0,0.3);
        transform: rotate(20deg);
    }
    .banner-text span:nth-child(1){
	    display: block;
	    position: absolute;
	    font-size: 25px;
	    color: #fff;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 70px;
	    z-index: 1;
	    margin-top: -15px;
    }
    .banner-text span:nth-child(2){
	    display: block;
	    position: absolute;
	    font-size: 18px;
	    color: #fff;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 70px;
	    z-index: 1;
	    /*margin-top: 15px;*/
    }
    .page-content{
	    margin: 20px auto;
	    width: 100%;
    }
    .product-content > h3{
	    font-size: 28px;
	    font-weight: bold;
	    display: block;
	    text-align: center;	
	    color: #333333;
	    padding-top: 50px;
	    line-height: 60px;
    }
    .product-content p img , .product-content > div img, .product-content span img, .product-content p video , .product-content > div video, .product-content span video {
	    display: block;
	    margin: 0px auto;
        width:100%;
        height:auto;
    }
    .product-content > div img + div{
	    left:50% !important;
	    transform: translateX(-50%);
    }
    .product-content p iframe{
        width:100%;
    }
   .btn_go_back {
        width: 60px;
        height: 60px;
	    line-height: 60px;
        display: block;
        color: #0b87f1;
	    font-size: 16px;
        right: 30px;
        bottom: 160px;
        z-index: 99;
    }
    /*底部样式*/
    .foot-box{
	    position:relative;
	    background: #06152f;
	    opacity: 1;
	    padding: 10px 40px 10px 20px;
        height:140px;
    }
    .foot-box span:nth-child(1){
	    display: block;
	    font-size: 18px;
	    height: 40px;
        line-height: 40px;
	    color: #fff;
    }
    .foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	    display: block;
	    font-size: 12px;
	    padding-left: 25px;
	    position: relative;
	    line-height: 30px;
	    color: #fff;
    }
    .foot-box span:nth-child(2):before , .foot-box span:nth-child(3):before{
	    content: "";
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 20px;
	    height: 20px;
    }
    .foot-box span:nth-child(2):before {
	    background-image: url(../images/icon-address2.png);
    }
    .foot-box span:nth-child(3):before {
	    background-image: url(../images/icon-phone1.png);
	    background-position: top center;
    }
    .foot-box span:nth-child(4){
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    transform: translateY(-50%);
	    padding-top: 55px;
	    text-align: center;
	    font-size: 12px;
	    line-height: 30px;
	    color: #fff;
    }
    .foot-box span:nth-child(4):after{
	    content: '';
	    position: absolute;
	    top: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 80px;
	    height: 80px;
	    border-radius: 5px;
	    background-color: #fff;
	    background-image: url(../images/QR-code1.png);
	    background-position: center center;
	    background-repeat: no-repeat;
	    margin-top: -20px;
    }
    .foot-box span:nth-child(5){
	    display: block;
	    position: absolute;
	    bottom: 0px;
	    right: 20px;
	    left: 15px;
	    font-size: 11px;
	    line-height: 30px;
	    padding-left: 10px;
	    color: #fff;
	    border-top:1px #1d3e77 solid;
    }
    .product-category > span{
	    font-size: 18px;
	    color: #0069A6;
	    position: relative;
	    display: inline-block;
	    line-height: 40px;
	    padding-left: 20px;
	    margin-bottom: 0px;
    }
    .product-category > span:after{
	    content: "";
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: -24px;
	    width: 10px;
	    height: 20px;
	    background-image: url(../images/other/right-arrow1.png);
    }
    .more-box{
	    display: inline-block;
	    padding-right: 25px;
	    font-style: italic;
	    position: relative;
	    font-family: Arial;
	    font-size: 14px;
	    float: right;
    }
    .product-list{
	    font-size: 0px;
	    margin-bottom: 20px;
    }
    .product-list li{
	    display: inline-table;
	    width: 100%;
	    padding: 10px 10px 20px 10px;
    }
    .product-list li a{
	    display: inline-block;
	    position: relative;
	    width: 100%;
	    background: #fff;
	    border-radius: 10px;
	    padding: 15px;
    }
    .product-list li a img{
	    width: 100%;
	    height: 178px;
	    margin-bottom: 15px;
	    border-radius: 10px;
    }
    .product-list li a > span{
	    display: block;
	    text-align: center;
	    font-size: 16px;
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .brief-text{
	    font-size: 14px;
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
	    line-height: 25px;
	    height: 50px;
	    color: #999;
	    margin-top: 10px;
	
    }
    /*解决方案*/
    .solution-head a{
	    font-size: 18px;
        color: #666;
        position: relative;
        display: inline-block;
        line-height: 50px;
        padding-left: 10px;
        margin: 0px 20px;
	    padding: 0px 10px;
    }
    .fzlc-box{float:left;margin-top: 20px; margin-bottom:20px;background: url("../images/fzlcbg1.png") repeat-y left; margin-left:20px; margin-right:20px; position:relative; }
    .fzlc-right{width:100%;padding-left:15px;margin-top:25px; float:right; height:auto; padding-left:70px;}

    .change .menu-list{
	    background-image: url(../images/bg_w1.png);
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
     /*顶部菜单*/
    .body-top{
	    position: fixed;
	    width: 100%;
	    left: 0px;
	    top: 0px;
	    height: 40px;
	    z-index: 999999;
    }
    .login-box{
	    width: 124px;
	    left: 0px;
	    top: 0px;
	    position: absolute;
	    height: 40px;
	    background-image: url(../images/login-bj1.png);
	    padding: 5px 0 0 10px;
    }
    .login-box > span{
	    display: inline-block;
	    width: 74px;
	    height: 20px;
	    background-image: url(../images/ht-logo1.png);
    }
    .menu-list{
	    position: absolute;
	    top: 0px;
	    right: 0px;
        left:100px;
	    width: 100%;
	    height: 40px;
	    background-image: url(../images/bg_black1.png);
	    padding-left: 20px;
    }
    .menu-list > li{
	    float:left; 
	    display:inline-block;
	    padding: 0px 5px;
	    line-height: 30px;
	    height: 20px;
	    font-size: 10px;
	    position: relative;
	    transition: padding-right 0.3s ease-in-out;
    }
    .menu-list > li:hover{
	    padding: 0px 5px 0px 5px;
    }
    .menu-list > li:hover > a{
	    margin-left: 0px;
    }
    .menu-list > li > a:after{
	    display: none;
	    content: "";
	    position: absolute;
	    top:50%;
	    width: 0px;
	    height: 0px;
	    left: 0px;
	    background: #fff;
	    transform: translateY(-50%) rotate(45deg);
    }
    .menu-list > li:nth-child(1){
	    padding: 0px 0px;
    }
    /*banner*/
    .banner-box{
	    width: 100%;
	    position: relative;
	    height: 300px;
	    overflow: hidden;
        background-size:100% 100%;
    }
    .banner-box:before{
	    content: "";
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    transform: scale(1);
	    animation:banner-result 1s ease-out 0s 1 normal;
    }
    /*.product-banner{
	    background: url(../images/other/product-banner1.png);
    }
    .solution-banner{
	    background: url(../images/other/solution-banner.png);
    }
    .case-banner{
	    background: url(../images/other/case-banner.png);
    }
    .new-banner{
	    background: url(../images/other/new-banner.png);
    }
    .about-banner{
	    background: url(../images/other/about-banner.png);
    }*/
    .banner-text:after{
	    content: "";
        position: absolute;
        top: 0px;
        left: 30px;
        width: 150px;
        height: 200%;
        margin-top: -20%;
        background-color: rgba(0,0,0,0.3);
        transform: rotate(20deg);
    }
    .banner-text span:nth-child(1){
	    display: block;
	    position: absolute;
	    font-size: 25px;
	    color: #fff;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 70px;
	    z-index: 1;
	    margin-top: -15px;
    }
    .banner-text span:nth-child(2){
	    display: block;
	    position: absolute;
	    font-size: 18px;
	    color: #fff;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 70px;
	    z-index: 1;
	    /*margin-top: 15px;*/
    }
    .page-content{
	    margin: 20px auto;
	    width: 100%;
    }
    .product-content > h3{
	    font-size: 28px;
	    font-weight: bold;
	    display: block;
	    text-align: center;	
	    color: #333333;
	    padding-top: 50px;
	    line-height: 60px;
    }
    .product-content p img , .product-content > div img, .product-content span img, .product-content p video , .product-content > div video, .product-content span video {
	    display: block;
	    margin: 0px auto;
        width:100%;
        height:auto;
    }
    .product-content > div img + div{
	    left:50% !important;
	    transform: translateX(-50%);
    }
    .product-content p iframe{
        width:100%;
    }
   .btn_go_back {
        width: 60px;
        height: 60px;
	    line-height: 60px;
        display: block;
        color: #0b87f1;
	    font-size: 16px;
        right: 30px;
        bottom: 160px;
        z-index: 99;
    }
    /*底部样式*/
    .foot-box{
	    position:relative;
	    background: #06152f;
	    opacity: 1;
	    padding: 10px 40px 10px 20px;
        height:140px;
    }
    .foot-box span:nth-child(1){
	    display: block;
	    font-size: 18px;
	    height: 40px;
        line-height: 40px;
	    color: #fff;
    }
    .foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	    display: block;
	    font-size: 12px;
	    padding-left: 25px;
	    position: relative;
	    line-height: 30px;
	    color: #fff;
    }
    .foot-box span:nth-child(2):before , .foot-box span:nth-child(3):before{
	    content: "";
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 20px;
	    height: 20px;
    }
    .foot-box span:nth-child(2):before {
	    background-image: url(../images/icon-address2.png);
    }
    .foot-box span:nth-child(3):before {
	    background-image: url(../images/icon-phone1.png);
	    background-position: top center;
    }
    .foot-box span:nth-child(4){
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    transform: translateY(-50%);
	    padding-top: 55px;
	    text-align: center;
	    font-size: 12px;
	    line-height: 30px;
	    color: #fff;
    }
    .foot-box span:nth-child(4):after{
	    content: '';
	    position: absolute;
	    top: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 80px;
	    height: 80px;
	    border-radius: 5px;
	    background-color: #fff;
	    background-image: url(../images/QR-code1.png);
	    background-position: center center;
	    background-repeat: no-repeat;
	    margin-top: -20px;
    }
    .foot-box span:nth-child(5){
	    display: block;
	    position: absolute;
	    bottom: 0px;
	    right: 20px;
	    left: 15px;
	    font-size: 11px;
	    line-height: 30px;
	    padding-left: 10px;
	    color: #fff;
	    border-top:1px #1d3e77 solid;
    }
    .product-category > span{
	    font-size: 18px;
	    color: #0069A6;
	    position: relative;
	    display: inline-block;
	    line-height: 40px;
	    padding-left: 20px;
	    margin-bottom: 0px;
    }
    .product-category > span:after{
	    content: "";
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: -24px;
	    width: 10px;
	    height: 20px;
	    background-image: url(../images/other/right-arrow1.png);
    }
    .more-box{
	    display: inline-block;
	    padding-right: 25px;
	    font-style: italic;
	    position: relative;
	    font-family: Arial;
	    font-size: 14px;
	    float: right;
    }
    .product-list{
	    font-size: 0px;
	    margin-bottom: 20px;
    }
    .product-list li{
	    display: inline-table;
	    width: 100%;
	    padding: 10px 10px 20px 10px;
    }
    .product-list li a{
	    display: inline-block;
	    position: relative;
	    width: 100%;
	    background: #fff;
	    border-radius: 10px;
	    padding: 15px;
    }
    .product-list li a img{
	    width: 100%;
	    height: 178px;
	    margin-bottom: 15px;
	    border-radius: 10px;
    }
    .product-list li a > span{
	    display: block;
	    text-align: center;
	    font-size: 16px;
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .brief-text{
	    font-size: 14px;
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
	    line-height: 25px;
	    height: 50px;
	    color: #999;
	    margin-top: 10px;
	
    }
    /*解决方案*/
    .solution-head a{
	    font-size: 18px;
        color: #666;
        position: relative;
        display: inline-block;
        line-height: 50px;
        padding-left: 10px;
        margin: 0px 20px;
	    padding: 0px 10px;
    }
    .fzlc-box{float:left;margin-top: 20px; margin-bottom:20px;background: url("../images/fzlcbg1.png") repeat-y left; margin-left:50px; margin-right:50px; position:relative; }
    .fzlc-right{width:390px;padding-left:15px;margin-top:25px; float:right; height:130px;}

    .change .menu-list{
	    background-image: url(../images/bg_w1.png);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
     /*顶部菜单*/
    /*.body-top{
	    position: fixed;
	    width: 100%;
	    left: 0px;
	    top: 0px;
	    height: 40px;
	    z-index: 999999;
    }
    .login-box{
	    width: 124px;
	    left: 0px;
	    top: 0px;
	    position: absolute;
	    height: 40px;
	    background-image: url(../images/login-bj1.png);
	    padding: 5px 0 0 10px;
    }
    .login-box > span{
	    display: inline-block;
	    width: 74px;
	    height: 20px;
	    background-image: url(../images/ht-logo1.png);
    }*/
    .menu-list{
	    position: absolute;
	    top: 0px;
	    right: 0px;
        left:250px;
	    width: 100%;
	    height: 99px;
	    background-image: url(../images/bg_black.png);
	    padding-left: 50px;
    }
    .menu-list > li{
	    float:left; 
	    display:inline-block;
	    padding: 0px 10px;
	    line-height: 82px;
	    height: 82px;
	    font-size: 26px;
	    position: relative;
	    transition: padding-right 0.3s ease-in-out;
    } 
    .menu-list > li:hover{
	    padding: 0px 5px 0px 5px;
    }
    .menu-list > li:hover > a{
	    margin-left: 0px;
    }
    .menu-list > li > a:after{
	    display: none;
	    content: "";
	    position: absolute;
	    top:50%;
	    width: 0px;
	    height: 0px;
	    left: 0px;
	    background: #fff;
	    transform: translateY(-50%) rotate(45deg);
    }
    .menu-list > li:nth-child(1){
	    padding: 0px 0px;
    }
    /*banner*/
    .banner-box{
	    width: 100%;
	    position: relative;
	    height: 300px;
	    overflow: hidden;
        background-size:100% 100%;
    }
    .banner-box:before{
	    content: "";
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    transform: scale(1);
	    animation:banner-result 1s ease-out 0s 1 normal;
    }
    /*.product-banner{
	    background: url(../images/other/product-banner1.png);
    }
    .solution-banner{
	    background: url(../images/other/solution-banner.png);
    }
    .case-banner{
	    background: url(../images/other/case-banner.png);
    }
    .new-banner{
	    background: url(../images/other/new-banner.png);
    }
    .about-banner{
	    background: url(../images/other/about-banner.png);
    }*/
    .banner-text:after{
	    content: "";
        position: absolute;
        top: 0px;
        left: 150px;
        width: 250px;
        height: 200%;
        margin-top: -20%;
        background-color: rgba(0,0,0,0.3);
        transform: rotate(20deg);
    }
    .banner-text span:nth-child(1){
	    display: block;
	    position: absolute;
	    font-size: 40px;
	    color: #fff;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 150px;
	    z-index: 1;
	    margin-top: -15px;
    }
    .banner-text span:nth-child(2){
	    display: block;
	    position: absolute;
	    font-size: 24px;
	    color: #fff;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 150px;
	    z-index: 1;
	    /*margin-top: 15px;*/
    }
    .page-content{
	    margin: 20px auto;
	    width: 100%;
    }
    .product-content > h3{
	    font-size: 28px;
	    font-weight: bold;
	    display: block;
	    text-align: center;	
	    color: #333333;
	    padding-top: 50px;
	    line-height: 60px;
    }
    .product-content p img , .product-content > div img, .product-content span img, .product-content p video , .product-content > div video, .product-content span video {
	    display: block;
	    margin: 0px auto;
        width:100%;
        height:auto;
    }
    .product-content > div img + div{
	    left:50% !important;
	    transform: translateX(-50%);
    }
    .product-content p iframe{
        width:100%;
    }
   .btn_go_back {
        width: 60px;
        height: 60px;
	    line-height: 60px;
        display: block;
        color: #0b87f1;
	    font-size: 16px;
        right: 30px;
        bottom: 160px;
        z-index: 99;
    }
    /*底部样式*/
    .foot-box{
	    position:relative;
	    background: #06152f;
	    opacity: 1;
	    padding: 10px 40px 10px 20px;
        height:140px;
    }
    .foot-box span:nth-child(1){
	    display: block;
	    font-size: 18px;
	    height: 40px;
        line-height: 40px;
	    color: #fff;
    }
    .foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	    display: block;
	    font-size: 12px;
	    padding-left: 25px;
	    position: relative;
	    line-height: 30px;
	    color: #fff;
    }
    .foot-box span:nth-child(2):before , .foot-box span:nth-child(3):before{
	    content: "";
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 20px;
	    height: 20px;
    }
    .foot-box span:nth-child(2):before {
	    background-image: url(../images/icon-address2.png);
    }
    .foot-box span:nth-child(3):before {
	    background-image: url(../images/icon-phone1.png);
	    background-position: top center;
    }
    .foot-box span:nth-child(4){
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    transform: translateY(-50%);
	    padding-top: 55px;
	    text-align: center;
	    font-size: 12px;
	    line-height: 30px;
	    color: #fff;
    }
    .foot-box span:nth-child(4):after{
	    content: '';
	    position: absolute;
	    top: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 80px;
	    height: 80px;
	    border-radius: 5px;
	    background-color: #fff;
	    background-image: url(../images/QR-code1.png);
	    background-position: center center;
	    background-repeat: no-repeat;
	    margin-top: -20px;
    }
    .foot-box span:nth-child(5){
	    display: block;
	    position: absolute;
	    bottom: 0px;
	    right: 20px;
	    left: 15px;
	    font-size: 11px;
	    line-height: 30px;
	    padding-left: 10px;
	    color: #fff;
	    border-top:1px #1d3e77 solid;
    }
    .product-category > span{
	    font-size: 18px;
	    color: #0069A6;
	    position: relative;
	    display: inline-block;
	    line-height: 40px;
	    padding-left: 20px;
	    margin-bottom: 0px;
    }
    .product-category > span:after{
	    content: "";
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: -24px;
	    width: 10px;
	    height: 20px;
	    background-image: url(../images/other/right-arrow1.png);
    }
    .more-box{
	    display: inline-block;
	    padding-right: 25px;
	    font-style: italic;
	    position: relative;
	    font-family: Arial;
	    font-size: 14px;
	    float: right;
    }
    .product-list{
	    font-size: 0px;
	    margin-bottom: 40px;
    }
    .product-list li{
	    display: inline-table;
	    width: 33.33%;
	    padding: 20px 20px 40px 20px;
    }
    .product-list li a{
	    display: inline-block;
	    position: relative;
	    width: 100%;
	    background: #fff;
	    border-radius: 10px;
	    padding: 30px;
    }
    .product-list li a img{
	    width: 100%;
	    height: 178px;
	    margin-bottom: 15px;
	    border-radius: 10px;
    }
    .product-list li a > span{
	    display: block;
	    text-align: center;
	    font-size: 16px;
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .brief-text{
	    font-size: 14px;
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
	    line-height: 25px;
	    height: 50px;
	    color: #999;
	    margin-top: 10px;
	
    }
    /*解决方案*/
    .solution-head a{
	    font-size: 18px;
        color: #666;
        position: relative;
        display: inline-block;
        line-height: 50px;
        padding-left: 10px;
        margin: 0px 20px;
	    padding: 0px 10px;
    }
    .fzlc-box{float:left;margin-top: 20px; margin-bottom:20px;background: url("../images/fzlcbg1.png") repeat-y left; margin-left:100px; margin-right:100px; position:relative; }
    .fzlc-right{width:470px;padding-left:15px;margin-top:25px; float:right; height:150px;}
}
@media (min-width: 1200px) and (max-width: 1299px)  {
    .hidden-lg {
        display: none !important;
    }
     /*顶部菜单*/
    .menu-list{
	    position: absolute;
	    top: 0px;
	    right: 0px;
        left:250px;
	    width: 100%;
	    height: 99px;
	    background-image: url(../images/bg_black.png);
	    padding-left: 50px;
    }
    .menu-list > li{
	    float:left; 
	    display:inline-block;
	    padding: 0px 10px;
	    line-height: 82px;
	    height: 82px;
	    font-size: 26px;
	    position: relative;
	    transition: padding-right 0.3s ease-in-out;
    } 
    .menu-list > li:hover{
	    padding: 0px 5px 0px 5px;
    }
    .menu-list > li:hover > a{
	    margin-left: 0px;
    }
    .menu-list > li > a:after{
	    display: none;
	    content: "";
	    position: absolute;
	    top:50%;
	    width: 0px;
	    height: 0px;
	    left: 0px;
	    background: #fff;
	    transform: translateY(-50%) rotate(45deg);
    }
    .menu-list > li:nth-child(1){
	    padding: 0px 0px;
    }
    /*banner*/
    .banner-box{
	    width: 100%;
	    position: relative;
	    height: 400px;
	    overflow: hidden;
        background-size:100% 100%;
    }
    .banner-box:before{
	    content: "";
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    transform: scale(1);
	    animation:banner-result 1s ease-out 0s 1 normal;
    }
    /*.product-banner{
	    background: url(../images/other/product-banner1.png);
    }
    .solution-banner{
	    background: url(../images/other/solution-banner.png);
    }
    .case-banner{
	    background: url(../images/other/case-banner.png);
    }
    .new-banner{
	    background: url(../images/other/new-banner.png);
    }
    .about-banner{
	    background: url(../images/other/about-banner.png);
    }*/
    .banner-text:after{
	    content: "";
        position: absolute;
        top: 0px;
        left: 150px;
        width: 250px;
        height: 200%;
        margin-top: -20%;
        background-color: rgba(0,0,0,0.3);
        transform: rotate(20deg);
    }
    .banner-text span:nth-child(1){
	    display: block;
	    position: absolute;
	    font-size: 40px;
	    color: #fff;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 150px;
	    z-index: 1;
	    margin-top: -15px;
    }
    .banner-text span:nth-child(2){
	    display: block;
	    position: absolute;
	    font-size: 24px;
	    color: #fff;
	    top: 50%;
	    transform: translateY(-50%);
	    left: 150px;
	    z-index: 1;
	    /*margin-top: 15px;*/
    }
    .page-content{
	    margin: 20px auto;
	    width: 100%;
    }
    .product-content > h3{
	    font-size: 28px;
	    font-weight: bold;
	    display: block;
	    text-align: center;	
	    color: #333333;
	    padding-top: 50px;
	    line-height: 60px;
    }
    .product-content p img , .product-content > div img, .product-content span img, .product-content p video , .product-content > div video, .product-content span video {
	    display: block;
	    margin: 0px auto;
        width:100%;
        height:auto;
    }
    .product-content > div img + div{
	    left:50% !important;
	    transform: translateX(-50%);
    }
    .product-content p iframe{
        width:100%;
    }
   .btn_go_back {
        width: 60px;
        height: 60px;
	    line-height: 60px;
        display: block;
        color: #0b87f1;
	    font-size: 16px;
        right: 30px;
        bottom: 160px;
        z-index: 99;
    }
    /*底部样式*/
    .foot-box{
	    position:relative;
	    background: #06152f;
	    opacity: 1;
	    padding: 10px 40px 10px 20px;
        height:140px;
    }
    .foot-box span:nth-child(1){
	    display: block;
	    font-size: 18px;
	    height: 40px;
        line-height: 40px;
	    color: #fff;
    }
    .foot-box span:nth-child(2) , .foot-box span:nth-child(3){
	    display: block;
	    font-size: 12px;
	    padding-left: 25px;
	    position: relative;
	    line-height: 30px;
	    color: #fff;
    }
    .foot-box span:nth-child(2):before , .foot-box span:nth-child(3):before{
	    content: "";
	    position: absolute;
	    left: 0px;
	    top: 50%;
	    transform: translateY(-50%);
	    width: 20px;
	    height: 20px;
    }
    .foot-box span:nth-child(2):before {
	    background-image: url(../images/icon-address2.png);
    }
    .foot-box span:nth-child(3):before {
	    background-image: url(../images/icon-phone1.png);
	    background-position: top center;
    }
    .foot-box span:nth-child(4){
	    display: block;
	    position: absolute;
	    top: 50%;
	    right: 20px;
	    transform: translateY(-50%);
	    padding-top: 55px;
	    text-align: center;
	    font-size: 12px;
	    line-height: 30px;
	    color: #fff;
    }
    .foot-box span:nth-child(4):after{
	    content: '';
	    position: absolute;
	    top: 0px;
	    left: 50%;
	    transform: translateX(-50%);
	    width: 80px;
	    height: 80px;
	    border-radius: 5px;
	    background-color: #fff;
	    background-image: url(../images/QR-code1.png);
	    background-position: center center;
	    background-repeat: no-repeat;
	    margin-top: -20px;
    }
    .foot-box span:nth-child(5){
	    display: block;
	    position: absolute;
	    bottom: 0px;
	    right: 20px;
	    left: 15px;
	    font-size: 11px;
	    line-height: 30px;
	    padding-left: 10px;
	    color: #fff;
	    border-top:1px #1d3e77 solid;
    }
    .product-category > span{
	    font-size: 18px;
	    color: #0069A6;
	    position: relative;
	    display: inline-block;
	    line-height: 40px;
	    padding-left: 20px;
	    margin-bottom: 0px;
    }
    .product-category > span:after{
	    content: "";
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: -24px;
	    width: 10px;
	    height: 20px;
	    background-image: url(../images/other/right-arrow1.png);
    }
    .more-box{
	    display: inline-block;
	    padding-right: 25px;
	    font-style: italic;
	    position: relative;
	    font-family: Arial;
	    font-size: 14px;
	    float: right;
    }
    .brief-text{
	    font-size: 14px;
	    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
	    line-height: 25px;
	    height: 50px;
	    color: #999;
	    margin-top: 10px;
	
    }
    /*解决方案*/
    .solution-head a{
	    font-size: 18px;
        color: #666;
        position: relative;
        display: inline-block;
        line-height: 50px;
        padding-left: 10px;
        margin: 0px 20px;
	    padding: 0px 10px;
    }
    
}
