

.viewport{
	position: relative;
}

.header {
	position: relative;
	height: 3em;
	line-height: 3em;
	display: flex;
	justify-content: space-between;
	background: #36404b;
	color: #fff;
	text-align: center;
	padding: 0 1em;
}
.header h2 {
	font-size: 1em;
	font-weight: 400;
	margin-left: 5em;
}
.header .phone {
	line-height: 1em;
	font-size: 0.7em;
	display: block;
	color: #fff;
	margin-top: 0.5em;
}
.header .phone img {
	height: 2.2em;
	width: 2.2em;
}
.header .language a{
    color: #00a4e9;
	font-size: 0.8em;
}
.header .language .on {
    color: #fff;
}
.header .nav .up {
	position: absolute;
	width: 1.5em;
	height: 1em;
	margin-top: 1em;
}
.header .nav .upNav a {
	display: block;
	min-width: 320PX;
	max-width: 640PX;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
	background: #36404b;
	color: #fff;
	font-size: 1em;
	text-align: left;
	text-indent: 5%;
}
.header .nav .upNav a:hover {
	background-color: #a01d34;
}
.header .bgDiv {
	margin-left: -1em;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	position: fixed;
	display: none;
	z-index: 99;
	bottom: 0;
}
.header .upNav {
	margin-left: -1em;
	width: 100%;
	height: 40%;
	background-color: #fff;
	position: fixed;
	z-index: 999;
	top: -100%;
}
.banner {
	height: 145px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.banner .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
}
.banner .hd ul {
	display: inline-block;
	vertical-align: top;
}
.banner .hd ul li {
	font-size: 0;
	display: inline-block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}
.banner .hd ul .on {
	background: #a01d34;
}
.banner .bd {
	position: relative;
	z-index: 0;
}
.banner .bd li {
	position: relative;
	width: 100%;
}
.banner .bd li img {
	width: 100%;
	height: auto;
	background: url(../images/loading.gif) center center no-repeat;
}
.link-btn {
	display: block;
	width: 5em;
	height: auto;
	position: absolute;
	left: 6%;
	top: 65%;
}
.footer {
	position: relative;
	width: 90%;
	background: #3d4b5a;
	padding: 0 5%;
	color: #fff;
	padding-top: 5em;
	margin-top: 2em;
	
}
.footer .contact {
	position: absolute;
	width: 90%;
	top: -2em;
	margin-top: em;
	background: #a01d34;
	height: 10em;
	display: flex;
	align-items: center;
	font-size: 0.8em;
}
.footer .contact .fphone, .footer .contact .erwm {
	text-align: center;
	width: 50%;
	color: #fff;
}
.footer .contact .erwm img {
	width: 4.5em;
	height: 4.5em;
	margin-bottom: 0.5em;
}
.footer .contact .fphone img {
	width: 3em;
	height: 3em;
	margin-bottom: 0.5em;
}
.footer h3 {
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 0.8em;
}
.footer .link span {
	font-size: 0.9em;
	margin-right: 0.3em;
}
.footer .link {
	margin: 2em 0;
}
.footer .link img {
	width: 0.5em;
	height: 0.8em;
	margin-right: 0.2em;
}
.tjly {
	display: block;
	width: 7em;
	height: auto;
	float: right;
	margin-top: 3em;
}
.footer .leaving {
	height: 19em;
}
.footer .leaving .input-box {
	width: 94%;
	border-bottom: 1px solid #fff;
	height: 3.5em;
	line-height:3.5em;
	padding: 0 3%;
}
.footer .leaving .input-box  lable{
	display: inline-block;
	width: 10%;
}
.footer .leaving .input-box .input1 {
	width: 70%;
	height: 3.5em;
	line-height: 3.5em;
	text-indent: 2%;
	border: none;
	background: rgba(255,255,255,0);
}
.footer .leaving .input-box .input1 option{
	background:rgba(6,6,6,1.00);
}
.foot {
	background: #2a2a2a;
	overflow: hidden;
	clear: both;
	text-align: center;
	padding: 1.5em 0;
	color: #fff;
	font-size: 1em;
	margin-bottom: 3em;
}
.foot img {
	width: 7em;
	height: auto;
}
.container {
}
.consult{
	background: rgba(255,255,255,0);
	position:fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	height: 3em;
	line-height: 3em;
	
}
.consult a{
display: block;
	text-align: center;
	width:100%;
	background: #a01d34;
	border-right:1px solid #fff;
	color: #fff;
}
.consult a img{
width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	margin-right: 0.2em;
}
.title {
	width: 17em;
	margin: 0 auto;
	height: 2.5em;
	line-height: 2.5em;
	font-size: 1em;
	background:#a21a31;
	background-size: cover;
	margin-top: 1em;
	margin-bottom: 0.8em;
	color: #fff;
	text-align: center;
}
.ywitem {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
.ywitem .text {
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 1em;
}
.ywitem .focus .picbox{
	width: 100%;
	
	height: 200px;
}
.ywitem .focus .picbox img {
	display: block;
	width: 100%;
	height: 100%;
}
.ywitem .focus .ftitle {
	height: 2em;
	line-height: 2em;
	background: #a01d34;
	color: #fff;
	font-size: 1em;
	text-align: center;
}
.ywitem .focus .txtmain {
	margin-top:1em;
	height: 7em;
	text-align: center;
	font-size: 0.7em;
	background-color: #f8f8f8;
	background: url(../images/jt.png) no-repeat bottom right;
	background-size: auto 3em;
	padding-bottom: 3em;
}
.ywitem .focus .txtmain p {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.ywitem .focus .hd ul li {
	display: none;
}
.about {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 1.5em;
}
.about .text {
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 1em;
}
.about .txtmain {
	width: 94%;
	margin: 0 auto;
	margin-top: 1em;
	font-size: 0.7em;
}
.about .txtmain span {
	display: block;
	color: #a01d34;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.about .txtmain ul {
	overflow: hidden;
	width: 90%;
	margin-top: 1em;
}
.about .txtmain ul li {
	text-align: left;
	float: left;
	width: 50%;
	margin-bottom: 0.5em;
}
.about .txtmain .gd {
	width: 30%;
	margin-top: 1em;
	margin-bottom: 2em;
}
.about .hd {
	display:block;
}
.about .bd {
	width: 100%;
}
.advantage {
	width: 94%;
	margin: 0 auto;
	margin-top: 1em;
}
.advantage .hd {
	display: none;
}
.advantage .text {
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 1em;
}
.advantage .txtmain {
	text-align: center;
}
.advantage .txtmain h3 {
	margin: 1.5em auto;
	font-size: 0.6em;
	font-weight: 500;
}
.advantage .bd {
	margin-bottom: 1.5em;
}
.news {
	width: 94%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 2em;
}
.news .text {
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 1em;
}
.news .hd {
	display: none;
}
.news .picbox{
	height: 200px;
	width: 100%;
}
.news .picbox img {
	display: block;
	width: 100%;
	height: 100%;
}
.news .txtmain {
	padding: 0.5em;
	border: 1px solid #cacaca;
	height:9em;
}
.news .txtmain h3 {
	font-size: 1em;
	margin-top:0.2em;
	margin-bottom: 0.5em;
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
	
}
.news .txtmain p {
	display: block;
	font-size: 0.8em;
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:3; 

}
.news .txtmain .det {
	display: block;
	font-size: 0.8em;
	color: #a01d34;
	margin-top: 1em;
}

.news-list .list-item {
	display: flex;
	margin: 0.5em 0;
}
.news-list .imgbox {
	height: 5.5em;
	width: 30%;
}

.news-list .txt {
	font-size: 0.8em;
	width: 68%;
	margin-left: 2%;
}
.news-list .txt h4 {
	margin-top: 0.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list .txt p {
	font-size: 0.8em;
	margin: 0.4em 0;
	overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:4; 
}
.news-list .txt .det {
	display: block;
	font-size: 0.8em;
	color: #a01d34;
}
.news .gd {
	display: block;
	width: 30%;
	margin: 2em auto;
}
.logos {
	overflow: hidden;
	width: 94%;
	margin: 0 auto;
	margin-bottom: 4em;
}
.logos .text {
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 1em;
}
.logos li {
	width: 46%;
	height: 60px;
	float: left;
	margin-right: 6.8%;
	margin-bottom: 0.5em;
}
.logos li img{
	width: 100%;
	
border: 1px solid #cacaca;
}
.logos li:nth-child(even) {
	margin-right: 0;
}
/*核心业务*/

.linkbox {
	box-sizing: border-box;
	font-size: 0.60em;
	width: 90%;
	margin: 1.5em auto;
	clear: both;
	overflow: hidden;
}
.linkbox li {
	float: left;
	width: 32.4%;
	height: 3em;
	line-height: 3em;
	text-align: center;
	background: #3d4b5a;
	color: #FFF;
	margin: 0.1em 0.45%;
	cursor: pointer;
}
.linkbox li:nth-child(3){
	margin-right: 0
}
.linkbox li:nth-child(6){
	margin-right: 0
}
.linkbox .on {
	background: #a01d34;
}
.linkbox li a{
	color: #fff;
}
.evaluate {
	width: 90%;
	margin: 1.5em auto;
	margin-bottom: 4em;
}
.evaluate .title {
	background: url(../images/titlebg2.png)no-repeat;
	background-size: cover;
	width: 13em;
}
.evaluate .text {
	font-size: 0.7em;
	text-align: center;
	margin-bottom:2em;
}
.evaluate .etitle {
	display: flex;
}
.evaluate .etitle .picbox {
	width: 8.5em;
	margin-top: -1.5em;
}
.evaluate .etitle .picbox img {
	display: block;
}
.evaluate .item {
	color: #fff;
	background: #343434;
	font-size: 0.8em;
	padding-bottom:1.5em;
	
}
.evaluate li{
	padding-top:1.3em;
}
.evaluate .etitle .atitle {
	margin: 1.5em 0 0 8%;
	line-height: 1.5em;
}
.evaluate .atitle strong{
	font-weight: 300;
}
.evaluate .atitle span{
	font-size: 0.8em
}
.evaluate .atitle p {
	font-size: 0.8em
}
.evaluate .item .maintext{
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
	font-size: 0.9em;
}
.evaluate .hd{
	display: none;
}
.evaluate .gd{
	display: block;
	width: 30%;
	margin: 0 auto;
	margin-top: 1em;
}


/*关于我们*/

.aboutus .item{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 3em;	
}
.aboutus .item .img{
	display: block;
}

.aboutus .item .textmian{
	margin: 1em 0;
	font-size: 0.7em;
	background: #f8f8f8;
}
.aboutus .item .textmian p{
	padding: 0.5em;
	text-indent: 2em;
	margin-bottom: 1em;
}
.aboutus .item .text{
	font-size: 0.8em;
	margin: 1em 0;
	text-align: center;
	line-height: 1.5em;
}

.aboutus .item .hd{
	display: none;
}
.aboutus .item .bd .picbox{
width: 100%;
margin: 0 auto;
}
.aboutus .item .bd .picbox img{
	width:auto;
	height: 12em;
}
.aboutus .item .bd .cont{
	text-align: center;
}

.aboutus .item .bd .cont h5{
	display: block;
	margin: 1em auto;
}
.aboutus .item .bd .cont p{
	font-size: 0.8em;
}
.aboutus .item .bd {
	margin-bottom: 1.5em;
}
.item .maptext{
	margin-top:2.5em;
	font-size: 0.8em;
	margin-bottom: 4em;
}
.item .picbox img {
    margin-bottom: 1em;
}

/*解决方案*/

.Solution .news-list {
	width: 90%;
	margin: 0 auto;
	padding: 0.5em;
	background: #f8f8f8;
}


.paging{
	display:flex;
	justify-content: space-around;
	margin: 2em auto;
}
.paging a{
	display:block;
	width: 35%;
	background: #a21a32;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	border: 1px solid #a21a32;
}
.paging a:hover{
	background: #fff;
	color:#a21a32;
	
}
.piclink{
	width: 90%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: 4em;
}
.piclink a{
	display: block;
	width: 47%;
}

/*资讯内容*/

.article{
	width: 90%;
	margin: 0 auto;
	font-size: 0.8em;
}
.article img{
	width: 100%;
	height: auto;
}

.article .articletitle{
	line-height: 2em;
	padding:1em 0;
	margin-top: 2em;
	border-bottom: 1px solid #ccc;
}

.article .articletitle p{
	margin-left: 0.5em;
}
.article .articletitle span{
	display: inline-block;
	margin-left: 1em;
		color: #999;
}
.article .amain{
	margin: 1.5em 0;
	margin-bottom: 3em;
}
.article .amain p{
	margin-bottom: 1em;
}

.indent1{
	text-indent:1.5em;
}

#goToTop {
	position: fixed;
	right: 4%;
	z-index: 9000;
	top: 100%;
	margin-top: -95px;
	width: 42px;
	height: 42px;
	background: url(../images/top.jpg)no-repeat;
	background-size: cover;
	cursor: pointer;
	box-shadow: 0px 0px 5px #CCC;
	
}


























