@charset "utf-8";
/* CSS Document */

input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}

table{ width:100%!important;}
	table, td, th{border-collapse: collapse;}table tr td{
    text-align:center;}
    table, td, th
      {
      border:1px solid #aaaeb0!important;
      }
        table td{ text-align:center; vertical-align:middle; font-size:16px; line-height:28px; padding:8px;}
    tbody tr:nth-child(even) td,
    tbody tr:nth-child(even) th {background-color:#ffffff;}
	 tbody .firstRow td,
    tbody .firstRow th {background-color:#e7f5fe!important; color:#fff;}
	tbody .firstRow td p,tbody .firstRow th p{ color:#fff!important;}
    tbody tr:nth-child(odd) td,
    tbody tr:nth-child(odd) th {background-color:#e7f5fe;}
     tbody tr:nth-child(odd) th span{
		 color:#fff;
		 }

#pian {
    width: 100%;
    margin: 80px auto 0;
    overflow: hidden;
    background-color: #fafafa;
}
#pian p:first-child {
    border-right: 1px solid #dfdfdf;
    text-align: left;
    float: left;
    margin: 15px 0;
    padding-left: 30px;
    padding-right: 10px;
}
#pian p:last-child {
    text-align: right;
    float: right;
    margin: 15px 0;
    padding-right: 30px;
    padding-left: 10px;
}
#pian p {
    width: calc(100%/2 - 41px);
    height: 60px;
    line-height: 60px;
    background-color: #fafafa;
    font-size: 16px;
    color: #868686;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p a {
    display: block;
    font-size: 16px;
    color: #868686;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p:hover a {
    color: #0170c1;
    transition: all 0.3s linear;
}

#pian p:first-child a:before {
    content: "<";
    margin-right: 4%;
    font-size: 16px;
}
#pian p:last-child a:after {
    content: ">";
    margin-left: 4%;
    font-size: 16px;
}

#page {
	margin:20px 0 0;
	text-align:right;
}

#page span:first-child {
    display: none;
}
#page span, #page a {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 14px;
	display: inline-block;
	margin: 0 5px;
	color:#6d6d6d;
	cursor: pointer;
	border: 1px solid #e8e8e8;
}
#page font {
    color: #fff;
}
#page a:hover{
	background-color:#0170c1;
	color:#fff;
	transition: all 0.4s linear;
	}
#page span:hover{
	background-color:#0170c1;
	color:#fff;
	transition: all 0.4s linear;
	}
#page span {
    border: solid 1px #0170c1;
	background-color:#0170c1;
}
#page .nolink {
    border: solid 1px #e8e8e8;
	background:none;
}

.indrwp{
	overflow:hidden;
	margin-bottom:80px;
	margin-top:60px;
	}
.indrwp .left_nav{
	float:left;
	width:190px;
	padding-left:10px;
	}
.indrwp .left_nav .left_title{
	margin-bottom:50px;
	}
.indrwp .left_nav .left_title h1{
	font-size:22px;
	font-weight:normal;
	color:#333;
	}
.indrwp .left_nav .left_title span{
	font-size:15px;
	margin-top:5px;
	color:#999;
	}
.indrwp .left_nav ul li{
	line-height:40px;
	height:40px;
	display:block;
	border-bottom:1px solid #ccc;
	}
.indrwp .left_nav ul li a{
	color:#999;
	font-size:15px;
	border-left:3px solid #fff;
	padding-left:15px;
	}
.indrwp .left_nav ul li:hover a{
	color:#0170c1;
	border-left:3px solid #0170c1;
	transition: all 0.4s linear;
	}
.indrwp .left_nav ul .on a{
	color:#0170c1;
	border-left:3px solid #0170c1;
	}
.indrwp .left_nav ul li:last-child{
	border-bottom:none;
	}
.indrwp .left_nav .us{
	width:170px;
	margin-left:-10px;
	padding:10px;
	margin:30px 0 10px;
	background-color:#fff;
	box-shadow:0 0 10px #ccc;
	}
.indrwp .left_nav .us>img{
	width:170px;
	}
.indrwp .left_nav .us p{
	height:50px;
	border-bottom:1px solid #ccc; 
	}
.indrwp .left_nav .us p:last-child{
	height:80px;
	border-bottom:none;
	}
.indrwp .left_nav .us p>img{
	margin-right:5px;
	margin-top:15px;
	display:block;
	float:left;
	}
.indrwp .left_nav .us p span{
	width:146px;
	font-size:14px;
	color:#333;
	line-height:22px;
	margin-top:13px;
	float:left;
	}

.indrwp .right_txt{
	width:900px;
	float:right;
	}
.indrwp .right_txt .right_title{
	overflow:hidden;
	padding-bottom:15px;
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
	}
.indrwp .right_txt .right_title h1{
	float:left;
	color:#0170c1;
	font-size:16px;
	font-weight:normal;
	}
.indrwp .right_txt .right_title p{
	float:right;
	color:#999;
	font-size:14px;
	}
.indrwp .right_txt .right_title p a{
	color:#0170c1;
	font-size:14px;
	}
	
.indrwp .about_info p,.indrwp .about_info span{
	font-size:14px;
	color:#333;
	line-height:24px;
	}

.indrwp .caselist_info ul{
	overflow:hidden;
	}
.indrwp .caselist_info li{
	float:left;
	width:260px;
	margin-right:60px;
	margin-bottom:40px;
	} 
.indrwp .caselist_info li:nth-child(3n+0){
	margin-right:0;
	}
.indrwp .caselist_info li:hover span{
	background-color:#ffa800;
	transition: all 0.4s linear;
	color:#fff;
	padding-left:0;
	text-align:center;
	}
.indrwp .caselist_info li a{
	display:block;
	background-color:#f7f7f7;
	}
.indrwp .caselist_info li h1{
	margin:20px 15px 0;
	font-size:16px;
	font-weight:normal;
	color:#333;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.indrwp .caselist_info li img{
	width:100%;
	}
.indrwp .caselist_info li p{
	margin:15px 15px 20px;
	font-size:14px;
	line-height:22px;
	color:#999;
	display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;
	}
.indrwp .caselist_info li span{
	font-size:14px;
	color:#666;
	display:block;
	background-color:#fff;
	border:1px solid #ccc;
	height:32px;
	line-height:32px;
	padding-left:15px;
	}
	
.indrwp .teamlist_info ul{
	overflow:hidden;
	}	
.indrwp .teamlist_info li{
	float:left;
	width:388px;
	height:126px;
	margin-right:40px;
	margin-bottom:40px;
	padding:30px 20px;
	border:1px solid #ccc;
	} 
.indrwp .teamlist_info li:nth-child(even){
	margin-right:0;
	}
.indrwp .teamlist_info li:hover{
	background-color:#0170c1;
	transition: all 0.4s linear;
	}
.indrwp .teamlist_info li:hover .txt h1{
	color:#fff;
	transition: all 0.4s linear;
	}
.indrwp .teamlist_info li:hover .txt span{
	color:#fff;
	transition: all 0.4s linear;
	}
.indrwp .teamlist_info li:hover .txt p{
	color:#fff;
	transition: all 0.4s linear;
	}
.indrwp .teamlist_info li a{
	display: flex;
    justify-content: center;
    align-items: center;
	}


.indrwp .teamlist_info li .img{
	float:left;
	width:125px;
	height:125px;
	margin-right:25px;
	} 
.indrwp .teamlist_info li .txt{
	float:right;
	width:230px;
	} 
.indrwp .teamlist_info li .txt h1{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin-bottom:25px;
	}	
.indrwp .teamlist_info li .txt h1 span{
	font-size:15px;
	color:#999;
	margin-left:20px;
	}
.indrwp .teamlist_info li .txt p{
	font-size:14px;
	color:#999;
	line-height:24px;
	display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;
	}
	
.indrwp .team_info{
	overflow:hidden;
	}
.indrwp .team_info>img{
	margin:0 auto 10px;
	display:block;
	}
.indrwp .team_info h1{
	text-align:center;
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin-bottom:25px;
	}	
.indrwp .team_info h1 span{
	font-size:15px;
	color:#999;
	margin-left:20px;
	}
.indrwp .team_info .p{
	width:700px;
	margin:0 auto;
	}
.indrwp .team_info .p p,.indrwp .team_info .p span{
	text-align:center;
	font-size:14px;
	color:#333;
	line-height:24px;
	}

.indrwp .newslist_info li{
	overflow:hidden;
	padding:40px 20px;
	border-bottom:1px solid #ccc;
	}
.indrwp .newslist_info li:last-child{
	border-bottom:1px solid #fff;
	}
.indrwp .newslist_info li:hover{
	box-shadow:0 0 20px #ccc;
	border-bottom:1px solid #fff;
	transition: all 0.4s linear;
	}
.indrwp .newslist_info li:hover .txt a{
	background-color:#0170c1;
	border:1px solid #0170c1;
	color:#fff;
	transition: all 0.4s linear;
	}
.indrwp .newslist_info li:hover .txt .top h1{
	color:#0170c1;
	transition: all 0.4s linear;
	}
.indrwp .newslist_info li .img{
	width:195px;
	height:120px;
	margin-right:30px;
	float:left;
	}
.indrwp .newslist_info li .txt{
	width:635px;
	float:right;
	margin-top:9px;
	}
.indrwp .newslist_info li .txt .top{
	overflow:hidden;
	margin-bottom:10px;
	}
.indrwp .newslist_info li .txt .top h1{
	font-size:16px;
	color:#333;
	float:left;
	}
.indrwp .newslist_info li .txt .top span{
	font-size:14px;
	color:#999;
	float:right;
	}	
.indrwp .newslist_info li .txt p{
	width:500px;
	font-size:14px;
	line-height:24px;
	color:#999;
	display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;
	}
.indrwp .newslist_info li .txt a{
	width:90px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #ccc;
	font-size:14px;
	color:#999;
	display:block;
	float:right;
	}

.indrwp .news_info>h1{
	text-align:center;
	font-size:22px;
	color:#333;
	font-weight:normal;
	margin-bottom:5px;
	}	
.indrwp .news_info>span{
	display:block;
	text-align:center;
	font-size:14px;
	color:#999;
	margin-bottom:20px;
	}
.indrwp .news_info .p p,.indrwp .news_info .p span{
	font-size:14px;
	color:#333;
	line-height:24px;
	}
	
.indrwp .contat_info .txt{
	margin-bottom:30px;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:30px;
	background:url(../images/bg_contact.jpg) center/cover no-repeat;
	}
.indrwp .contat_info .txt h1{
	font-size:20px;
	color:#0170c1;
	}
.indrwp .contat_info .txt span{
	font-size:14px;
	color:#999;
	display:block;
	margin:5px 0 15px;
	}
.indrwp .contat_info .txt p{
	font-size:15px;
	line-height:26px;
	color:#666;
	}

.indrwp .partner_info li{
	width:278px;
	float:left;
	margin-right:30px;
	border:1px solid #ccc;
	margin-bottom:30px;
	}
.indrwp .partner_info li:nth-child(3n+0){
	margin-right:0;
	}
.indrwp .partner_info li:hover{
	box-shadow:0 0 10px #ccc;
	transition: all 0.4s linear;
	}
.indrwp .partner_info li:hover h1{
	color:#0170c1;
	transition: all 0.4s linear;
	}
.indrwp .partner_info li .img{
	width:100%;
	height:130px;
	} 

.indrwp .partner_info li h1{
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	color:#333;
	text-align:center;
	}
	
.indrwp .businesslist_info ul{
	overflow:hidden;
	}

.indrwp .businesslist_info li{
	float:left;
	width:180px;
	margin-right:60px;
	} 
.indrwp .businesslist_info li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .businesslist_info li:hover h1{
	color:#fff;
	transition: all 0.4s linear;
	background-color:#0170c1;
	/*background:url(../images/bus_bg_h.png) no-repeat;*/
	}
.indrwp .businesslist_info li a{
	padding-bottom:20px;
	display:block;
	}
.indrwp .businesslist_info li h1{
	margin:20px 0 0;
	padding: 0 10px;
	font-size:15px;
	font-weight:normal;
	color:#333;
	text-align:center;
	line-height:30px;
	background-color:#fff;
	display:flex;
    justify-content:center;
    align-items:center;
	height:95px;
	/*background:url(../images/bus_bg.png) no-repeat;*/
	border:1px solid #ccc;
	}
.indrwp businesslist_info li img{
	width:100%;
	}
.indrwp .businesslist_info li span{
	width:80px;
	text-align:center;
	background-color:#fff;
	border:1px solid #ccc;
	margin:0 auto;
	font-size:12px;
	color:#666;
	display:block;
	height:25px;
	line-height:25px;
	}
	
@media screen and (max-width: 992px){
body {
    width: 1400px;
    margin: 0 auto;
}
.center {
    width: calc(100% - 100px);
    margin: 0 50px;
}
}