﻿a{
	transition:all 0.5s ease;
}
a:hover{
	text-decoration-line: none;
}
@media (min-width: 768px){
	.banner-ds h2{
		font-size: 28px;
	}
}
/*导航*/
.navbar-brand img{
	width: 185px;
	height: auto;
}
.hh-nav{
	background: #fff;
	box-shadow: 0 0 32px rgba(0,0,0,0.3);
}
.hh-nav .navbar-nav li a.nav-link{
	padding-left: 0;
	padding-right: 0;
	font-size: 1em;
	color: #606060;
	margin-right: 2rem;
	position: relative;
}
.hh-nav .navbar-nav li a:after{
	content: "";
	width:0;
	height:2px;
	background:#0ea3f0;
	position:absolute;
	bottom:0%;
	left:50%;
	transition:all 0.5s ease;
}
.hh-nav .navbar-nav li a:hover{
	color: #0ea3f0;
}
.hh-nav .navbar-nav li a:hover:after{
	left:0%; width:100%;
}
.hh-nav .navbar-nav li.active>.nav-link{
	color: #0ea3f0;
}
.hh-nav .navbar-nav li.active a:after{
	content: "";
	width:100%;
	height:2px;
	background:#0ea3f0;
	position:absolute;
	bottom:0%;
	left:0%;
	transition:all 0.5s ease;
}

/*banner*/
.banner-ds{
	width:auto;
	position: absolute;
	top:40%;
	left: 30%;
	text-align: left;
}
.banner-ds h2{
	font-size:64px;
}
.bannerlink{
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	padding:0px;
	border-radius: 0px;
	background: rgba(17,61,134,0.6);
	color: #fff;
	font-size:18px;
	transition:all 0.6s ease;
}
.bannerlink:hover{
	color: #fff;
	background:rgba(240,31,56,0.6);
}
.bannerWrap{
	width:100%;
	height:450px;
	background-size:cover!important;
	background-position:center center!important;
}
.banner-fw{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 50%;
	height: auto;
}
.banner-fw img{
	display: inline-block;
	width: 30%;
}
.banner-ny{
	top: 55%;
}
.banner-ny img{
	width: 50%;
}
/*解决方案 服务支持*/
.solutionbg,.servicebg,.newsbg,.usbg,.copationbg{
	background: #fafbfc url(../images/solutionbg.png) no-repeat center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.solution,.service,.news,.us,.copation,.linkus,.servicesecond,.coocond,.joinus,.news,.aboutsecond{
	padding-top:40px;
}
.servicesecond2{
	padding-bottom: 40px;
}
.usbg{
	background:url(../images/usbg.png) no-repeat center;
}
.servicebg{
	background:url(../images/servicebg.png) no-repeat center;
	background-size: cover; 
}
.newsbg{
	background:url(../images/newsbg.png) no-repeat bottom;
	background-size: 100% auto;
}
.copationbg{
	background:url(../images/copationbg.png) no-repeat center;
	background-size: cover; 
}
.copation div a img{
	width: 100%;
	margin-bottom: 10px;
	box-shadow: 0 0 27px rgba(166,166,166,0.5);
}
.solution a{
	display: block;
	width: 100%;
	padding:20px 0px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #d8e0f8;
	text-align: center;
}
.service2{
	padding-top: 0;
}
.service a{
	display: block;
	width: 100%;
	text-align: center;
	padding:22% 0px;
}
.service a.dark{
	background: rgba(12,12,12,0.3);
}
.service a h2{
	margin-top: 10px;
	color: #fff;
	font-size: 30px;
}
.service a img{
	width: 30%;
	transition:all 0.5s ease;
}
.solution a:hover{
	border:1px solid #fff;
	box-shadow: 0 0 27px rgba(166,166,166,0.5);
}
.solution a img{
	width: 40%;
	height: auto;
}
.solution a h2{
	color:#b9c8d7;
	font-size: 16px; 
}
.solution a h3{
	color:#5d5f60;
	font-size: 22px; 
}
.pationtit h2{
	font-size: 30px;
	color: #545657;
	font-weight: bold;
}
.pationtit h3{
	font-size: 24px;
	color: #4eb0fa;
	font-weight: bold;
}
.pationtit2 h2{
	color: #fff;
}
.pationtit2 h3{
	color: #b0d9f4;
}
.pationlink{
	margin-top: 40px;
}
.pationlink a{
	padding: 10px 20px;
	font-size: 18px;
	color: #51606b;
	border:1px solid #a1b2bf;
	border-radius: 10px;
}
.pationlink a:hover{
 background:rgba(240,31,56,0.6);
 color:#fff;
 border: 0;
}
.pationlink2 a{
	background: 0;
	border:1px solid #2670a2;
	color: #2670a2;
}
.service .col-sm-6 a:hover{
	background: rgba(240,31,56,0.6);
}
.h-ellipse{
	position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display:-moz-box;
	-moz-box-orient:vertical;
    overflow: hidden;
}
h3.h-ellipse{
	-webkit-line-clamp:1;
}

.news a{
	display: block;
	margin-bottom: 40px;
	height: auto;
	overflow: hidden;
}

.news .newsdate{
	padding:15px;
	font-size: 18px;
	color: #fff;
	background: #266fa0;
	transition:all 0.5s ease;
}
.news .newscontent{
	position: absolute;
	right: 0;
	top: 3px;
	padding-left: 100px;
	padding-right: 30px;
	transition:all 0.5s ease;
}
.news a:hover .newsdate{
	background: #cf4448;
}
.news a:hover .newscontent{
	padding-left:120px;
}

.news .newscontent h3{
	color: #545657;
	font-size: 18px;
}
.news .newscontent p{
	color: #737779;
	font-size: 16px;
}
.news2{
	padding-top: 0;
}
.us p{
	font-size: 18px;
	line-height: 48px;
	color: #69696a;
}
.hhwechat{
	width: 160px;
    height: auto;
    color: #69696a;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-right: 20px;
}
.hhwechat img{
	width: 100%;
	height: auto;
}
.hhinfo{
	font-size: 18px;
	color: #69696a;
	line-height:36px;
}
.linkwrap{
	width: 630px;
    overflow: hidden;
    margin: 0 auto;
}
.copyright{
	width: 100%;
	background: #032a41;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.whitepart{
	background: #fff;
	box-shadow:0 0 8px rgba(189,189,189,0.4);
	text-align: center;
	padding: 40px 20px;
}
.whitepart img{
	width: 30%;
}
.whitepart h3{
	font-size: 18px;
	color: #3e3f40;
	margin-top: 20px;
}
.whitepart h2{
	font-size: 14px;
	color: #76797b;
}
.secondbanner{
	width: 100%;
}
.secondbanner img{
	width: 100%;
	height: auto;
}
.pationtit3{
	padding-top: 60px;
}
.pationtit3 h3,.pationtit3 h2{
	font-weight: normal;
}
.pationtit3 h3{
	color:#e9ebec;
}
.no-margin{
	margin:0!important;
}
.hh-breadcrumb{
	background: #e9ecef;
}
.breadcrumb{
	padding-bottom: 0;
}
.breadcrumb a{
	color: #3d9bf1;
}
.coopart{
	background: #fff;
	border: 1px solid #d8e5f8;
	height: 190px;
}
.coopart:first-child{
	border-right: 0;
}
.coopartleft{
	background: #f7fafc;
	height: 100%;
	width: 200px;
	text-align: center;
	color: #515151;
	font-size: 18px;
	padding-top: 40px;
}
.coopartleft img{
	width: 95px;
	margin-top: 10px;
}
.coopartright{
	color: #727373;
	font-size: 16px;
	margin-left:50px;
	margin-top:40px;
}
.copationbg2{
	background: none;
	background:#f7fafc;
	margin-top: 60px;
}
.table .thead-dark th{
	background: #1d78b2;
	border-color: #1d78b2;
}
.pagenav{
	width: 180px;
	margin: 0 auto;
}
.page-link {
    color: #1d78b2;
    border: 0;
}
.page-item.active .page-link {
    background-color: #1d78b2;
    border-color: #1d78b2;
}
.joinus table{
	border-bottom: 1px solid #dee2e6;
}
.btn-secondary:not(:disabled):not(.disabled).active{
	background:#1d78b2;
	border-color:#1d78b2;
}
.table td, .table th{
	text-align:center;
}
.tabtit ul .tabbarline {
    display: block;
    width: 140px;
    height: 1px;
    background-color: #999;
    margin-top: 15px;
}
.tabtit ul{
	padding: 0;
	padding-top: 40px;
}
.tabtit ul li{
	list-style: none;
	display: inline-block;
	width: 140px;
	text-align: center;
}
.tabtit ul li a{
	font-size: 18px;
	color: #939393;
	padding:5px 10px; 
}
.tabtit ul li a.active{
	background: #eff8fd;
	color: #6fbce7;
}
.card-deck{
	margin-bottom: 40px;
}
.newssecond a{
	background: #0ea3f0;
	border-color: #0ea3f0;
	float: right;
}
.detail{
	text-align: center;
	padding: 40px 0;
}
.detail h1{
	color:#3b3a3c;
	font-size: 24px;
}
.detail .date{
	font-size: 18px;
	color: #8d8c8d;
}
.detail .detailcontent p{
	font-size: 16px;
	color: #686a6c;
	text-align: left;
}
.detail .detailcontent img{
	width: 100%;
}
.solutionpart{
	padding: 0 0 40px;
}
.solutionpart h1{
	font-size: 30px;
	color: #4f92cd;
	margin-bottom: 20px;
}
.solutionpart p{
	color: #3a3b3d;
	font-size: 16px;
}
.solutionpart a{
	color: #4f92cd;
	font-size: 16px;
	margin-bottom: 20px;
}
.solutionpart a,.solutionpart img{
	display: block;
}
.solutionpart img{
	width: 100%;
}
.linkus2{
	padding-top:0;
	padding-bottom: 20px; 
}
.linkus2 .linkwrap{
	width: auto;
}
.linkus2 h3{
	font-size: 30px;
	color: #4f92cd;
}
.aboutsecond1 div p{
	color: #8793a6;
	font-size: 18px;
	line-height: 36px;
}
.aboutsecond1 div img{
	width: 100%;
}
.aboutsecond3 div{
	text-align: center;
}
.aboutsecond3 div img{
	width: 30%;
}
.aboutsecond3 div p{
	color:#677177;
	font-size: 18px;
	padding-bottom: 40px;
}
.aboutsecond3 div.col-sm-2{
	text-align: center;
}
.aboutsecond2 div img{
	width: 100px;
	margin-bottom: 20px;
}
.pad-top-no{
	padding-top: 0!important;
}
.card{
	margin-bottom: 20px;
}
.card-img-top{
	background: url(../images/newsimg1.jpg) no-repeat center;
	height: 200px;
	background-size: cover;
}
.card-img-top2{
	background: url(../images/newsimg2.jpg) no-repeat center;
	background-size: cover;
}
.card-body h5{
	height: 50px;
	overflow: hidden;
}
.card-text-cont{
	height: 100px;
	overflow: hidden;
}
.newssecond{
	margin-top: 30px;
}
@media (max-width: 1570px){
	.coopart{
		height: auto;
	}
	.coopartleft {
	    width: 100px;
	    font-size: 16px;
	    padding-top: 20px;
	}
	.coopartleft img {
	    width: 45px;
	    margin-top: 20px;
	}
	.coopartright {
	    font-size: 14px;
	    margin-left: 20px;
	    margin-top: 20px;
	}
	.bannerWrap{
		height:420px;
	}
}
@media (max-width: 1080px){
	.coopart{
		height:200px;
	}
	.coopartleft {
	    padding-top: 50px;
	}
	.coopartright {
	    margin-top: 0;
	    width: 100%;
	    position: absolute;
	    height: auto;
	    left: 0px;
	    top: 25px;
	    padding-left: 100px;
	}
	.coopartright p{
		white-space: normal;
		word-wrap: break-word;
		word-break: break-all;
		width: 80%;
	}
	.bannerWrap{
		height:400px;
	}
}
@media (max-width: 991.98px) {
	.coopart:first-child {
	    border-right: 1px solid #d8e5f8;
	    border-bottom: 0;
	}
	.coopartright {
	    top: 45px;
	}
	.bannerWrap{
		height:360px;
	}
}

@media (max-width: 767.98px){
	.navbar-brand img{
		width: 130px;
		height: auto;
	}
	.banner-ds{
		top:30%;
		left: 30%;
	}
	.banner-ds h2{
		font-size: 28px;
	}
	.banner-fw{
		top: 20%;
	}
	.banner-fw img{
		width: 50%;
	}
	.banner-ny{
		top: 30%;
	}
	.banner-ny img{
		width: 50%;
	}
	.service .col-sm-6 a{
		background: 0;
		border: 1px solid #6fc3f6;
		border-bottom: 0;
	}
	.service .col-sm-6 a:hover{
		background: rgba(12,12,12,0.3);
	}
	.service .col-sm-6:nth-child(2) a,.service .col-sm-6:nth-child(4) a{
		border-left: 0;
	}
	.service2 .col-sm-6:nth-child(3) a,.service2 .col-sm-6:nth-child(4) a{
		border-bottom: 1px solid #6fc3f6;
	}
	.us p{
		text-align: left!important;
	}
	.service .col-sm-6,.copation .col-sm-6,.servicesecond .col-sm-6{
		width: 50%;
	}
	.whitepart{
		box-shadow: none;
		border: 1px solid #eee;
		padding:20px;
		margin-bottom: 20px;
	}
	.servicesecond2{
		padding-top: 0;
	}
	.copation .col-sm-6{
		width: 33%;
		text-align: center;
	}
.bannerWrap{
		height:300px;
	}
}
@media (max-width: 575.98px){
	.banner-ds{
		top:20%;
		left: 20%;
	}
	.banner-ds h2{
		font-size: 18px;
	}
	.bannerlink{
		margin-top:5px;
		padding:0px;
		border-radius: 0px;
		font-size:14px;
	}
	.banner-fw{
		top: 40%;
	}
	.banner-fw img{
		width: 50%;
	}
	.banner-ny{
		top: 45%;
	}
	.banner-ny img{
		width: 50%;
	}
	.copation2{
		padding-top: 0;
	}
	.service .col-sm-6 a h2{
		font-size:18px;
	}
	.hhwechat{
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	.hhwechat img{
		width: 150px;
	}
	.linkwrap{
		width:auto;
		text-align: center;
	}
	.hhinfo{
		font-size: 14px;
	}
	.whitepart img{
		width: 50%;
	}
	.newssecond a{
		width: 100%;
	}
	.tabtit ul{
		width: auto;
		margin: 0 auto 20px;
	}
	.tabtit ul .tabbarline{
		display: none;
	}
	.tabtit ul li{
		width: auto;
	}
	.linkus2 h3{
		font-size: 24px;
		color: #4f92cd;
	}
	.bannerWrap{
		height:230px;
	}
}
@media (max-width: 320px) {
	.coopartleft {
	    padding-top: 60px;
	}
	.coopart{
		height: 230px;
	}
	.coopartright {
	    top: 35px;
	}
	.bannerWrap{
		height:200px;
	}
}
@media screen and (max-width: 575.98px){
.bannerlink {
    margin-top: 5px;
    padding: 0px;
    border-radius: 0px;
    font-size: 14px;
    width: 100%;
	background-size: cover!important;
    background-position: center!important;
}

.pationtit h2{
	font-size:24px;
}
.pationtit h3{
	font-size:20px;
}
.solutionbg, .servicebg, .newsbg, .usbg, .copationbg{
	padding-top:25px;
}

.solution, .service, .news, .us, .copation, .linkus, .servicesecond, .coocond, .joinus, .news, .aboutsecond{
	padding-top:20px;
}

.solution .col-sm-12{
	width:50%;
	padding:0 8px;
}
.solution a h2{
	font-size:12px;
	font-weight:lighter;
}
.solution a h3{
	font-size:20px;
	font-weight:lighter;
	padding-top:10px;
}
.copation .col-sm-6{width:50%;padding:0 8px;}

a.cooMore{
	background:#fbfbfc;
	width:100%;
	height:88px;
	display:block;
	overflow:hidden;
	box-shadow:0px 0px 10px #999;
	color:#333;
	line-height:88px;
	font-size:16px;
}
}