@charset "UTF-8";
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html,body{
	font-family: 'PingFang SC','Microsoft YaHei';
	color: #565656;
    background: #fff;
}
::-webkit-scrollbar {
    width:4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006px rgba(0,0,0,0.3);
    border-radius:2px;
}
::-webkit-scrollbar-thumb {
    border-radius:2px;
    background:#516598;
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(255,0,0,0.4);
}
a{
	text-decoration:none;
	color:#333;
}
ul,li{
	list-style-type:none;
}
img{
	display:block;
}
.ofh{
	overflow:hidden;
}
.white{
	color:#fff!important;
}
.bwhite{
	background-color:#fff;
}
.grey{
	color:#eee!important;
}
.bgrey{
	background-color:#f3f3f3;
}
.tc{
	text-align: center;
}
footer{
	background: #405079;
    padding-top:60px;
    padding-bottom:20px;
    color:#fff;
}
.page_o{
	background:#fff;
}
.sclose{
	width:24px;
	height:24px;
	display:block;
	text-align:center;
	line-height:24px;
	background-color:#fff;
	position:absolute;
	top:-10px;
	right:-10px;
	border-radius:50%;
}
.sclose i{
	transition:all 0.3s ease-in 0s;
}
.sclose i:hover{
	transform:rotate(360deg);
	transition: all 0.3s;
}
.nclose{
	width:24px;
	height:24px;
	display:block;
	text-align:center;
	line-height:24px;
	background-color:#fff;
	position:absolute;
	top:10px;
	right:10px;
	border-radius:50%;
}
.nclose i{
	transition:all 0.3s ease-in 0s;
}
.nclose i:hover{
	transform:rotate(360deg);
	transition: all 0.3s;
}
.sform{
	width:100%;
	height:46px;
	border:1px solid #ddd;
	border-radius:8px;
	overflow:hidden;
}
.sform input{
	border:none;
	width:90%;
	height:44px;
	outline:none;
	background-color:#fff;
	padding:0 12px;
	float:left;
}
.sform .fbtn{
	width:8%;
	height:44px;
	display:block;
	float:left;
	background-color:#fff;
	border:none;
	outline:none;
}
.snav{
    line-height:1.6;
    padding:28px 0;
    border-bottom: 1px solid #E8E9EA;
}
.snav ul li{
	float:left;
	margin-right:30px;
    position: relative;
    text-decoration: none;
    color: #565656;
}
.snav ul li.active a{
    background:#516598;
    padding:0 10px;
    display:block;
    border-radius:2px;
    color:#fff;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pbanner{
	width:100%;
	position:relative;
	overflow:hidden;
}
.ptxt{
	width:100%;
    position:absolute;
    left:0;
    top:0;
    padding:6% 0;
    z-index:3;
    color:#fff;
}
.pnav ul li{
	float:left;
}
.pnav ul li a{
	color:#fff;
}
.pnav ul li span{
	margin:0 12px;
}
.pname:after {
    width:50px;
    height: 4px;
    background: #516598;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}
.pname_c{
	text-align:center;
	font-size:36px;
	margin-bottom:25px;
	font-weight:bold;
	position:relative;
	height:70px;
}
.pname_c:after {
    width:50px;
    height: 4px;
    background: #516598;
    content: '';
    position: absolute;
    left:50%;
    margin-left:-25px;
    bottom: 0;
}
.fipt label{
	width:18%;
	text-align:center;
	height:28px;
	line-height:28px;
	margin-top:16px;
	border-right:1px solid #ddd;
	float:left;
}
.fipt input{
	float:left;
	width:77%;
	margin-left:2%;
	height:34px;
	margin-top:13px;
	padding-left:2%;
	border:none;
	outline:none;
}
.fta textarea{
	width:100%;
	height:200px;
	padding:1%;
	outline:none;
	border:none;
}
.cert img{
	box-shadow:1px 3px 12px #ddd;
}
.f_nav ul li{
	float:left;
	width:20%;
}
.fbig{
	font-size:16px;
	font-weight:600;
	margin-bottom:20px;
	color:#fff;
	opacity:1;
}
.f_nav ul li>ul{
	padding-top:15px;
}
.f_nav ul li>ul li{
	width:100%;
	line-height:30px;
	font-size:14px;
	display:inline-block;
}
.f_nav a{
	color:#fff;
	opacity:0.7;
}
.foot a{
	color:#fff;
}
.scroll-to-top{
    position:fixed;
    right:10px;
    bottom:10px;
}
.linian{
	text-align:center
}
.linian h2{
	margin-bottom:12px;
}
.kouhao li i{
	width:80px;
	height:80px;
	text-align:center;
	line-height:80px;
	border:1px solid #ddd;
	margin:20px auto 12px;
	border-radius:50%;
	display:block;
	font-size:36px;
	transition:all 0.3s ease-in 0s;
}
.kouhao li:hover i{
	color:#fff;
	background:#F39800;
	transition:all 0.3s;
}
.kouhao li h4{
	margin-bottom:20px;
}
.kouhao li:hover h4{
	color:#F39800;
}
.kouhao li p{
	color:#7D7F81;
}
.hrlist{
	width:100%;
	margin:50px 0;
	overflow: hidden;
}
.hrlist ul li{
	width:100%;
	height:60px;
	line-height:60px;
	display:inline-block;
	overflow:hidden;
}
.hrlist ul li:nth-child(odd){
	background:#f8f8f8;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.oc{
    background:#516598!important;
    color:#fff;
    font-size:18px;
    font-weight:bold;
}
.zs{
	float:left;
	width:40%;
	padding-left:3%;
	overflow: hidden;
}
.leixing{
	float:left;
	width:30%;
	padding-left:3%;
	overflow: hidden;
}
.gw{
	float:left;
	width:20%;
	padding-left:3%;
	overflow: hidden;
}
.number{
	float: left;
	width:10%;
	padding-left:3%;
	overflow: hidden;
}
.adress{
	float:left;
	width:20%;
	padding-left:3%;
	overflow: hidden;
}
.collage{
	float:left;
	width:15%;
	padding-left:3%;
	overflow: hidden;
}
.works{
	float:left;
	width:15%;
	padding-left:3%;
	overflow: hidden;
}
.hdate{
	float:left;
	width:20%;
	padding-left:3%;
	overflow: hidden;
}
.bro_swiper{
	width:100%;
	margin:30px 0 50px;
	overflow:hidden;
}
.slide_text{
	width:100%;
	position: absolute;
	bottom:0;
	left:0;
    background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    padding:20px 0 10px;
    color:#fff;
}
.news_warp{
	background:#f7f7f7;
	overflow: hidden;
}
.newslist{
    overflow: hidden;
}
.pnum{
	width:30%;
	margin:0 auto 30px;
	overflow: hidden;
}
.pnum ul{
	padding:20px 0;
	overflow: hidden;
}
.pnum ul li{
	float:left;
	width:28px;
	height:28px;
	line-height:28px;
	display:block;
	cursor: pointer;
	text-align:center;
	border-radius:4px;
	background:#ebebeb;
	margin-right:12px;
}
.sp{
	text-align: center;
    color: #BFC0C4;
    font-weight: 300;
}
.sp .s{
	margin:0 20px;
}
.s i{
	margin-right:10px;
}
.context{
	padding-top:30px;
	color:#6A6B6C;
	min-height:300px;
	line-height:30px;
	overflow: hidden;
}
.pre{
    width:100%;
    margin-top:20px;
    height:30px;
    line-height:30px;
    overflow: hidden;
}
.prev{
    width:49%;
    float:left;
}
.next{
    width:49%;
    float:right;
    text-align:right;
    padding-right:20px;
    position:relative;
}
.next i{
    position: absolute;
    right:0;
}
.page_p{
	margin:90px 0;
	background:#F6F9FE;
	overflow:hidden;
}

.fl{
	float:left;
	width:50%;
	padding:50px;
	position:relative;
}
.text{
	position:absolute;
	right:50px;
	top:40px;
	font-size:70px;
	font-weight:bold;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke:1px #eee;
	letter-spacing: 2px;
}
.pslogen{
	color: #516598;
    margin: 45px 0 30px;
    font-weight:bold;
    font-size: 24px;
}
.fr{
	float:right;
	width:50%;
	padding:50px 0 0 0;
	background:#516598;
	position:relative;
}
.fr img{
	display:block;
}
.fr a{
	position:absolute;
	right:45px;
	bottom:60px;
	width:100px;
	text-align:center;
	color:#fff;
}
.joinus{
	margin-bottom:40px;
	overflow:hidden;
}
.joinus ul li{
	width:31.33%;
	display:block;
	float:left;
	margin:1%;
	border-radius:8px;
	position:relative;
	overflow:hidden;
}
.joinus ul li img{
	width:100%;
	display:block;
	transform: scale(1);
	opacity:0.8;
    transition:all .3s ease-in 0s;
}
.joinus ul li:hover img{
	transform: scale(1.1);
	transition: all 0.3s;
}
.joinus ul li .jtxt{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    height:50px;
    line-height:50px;
    color:#fff;
    background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    transition:all .3s ease-in 0s;
}
.joinus ul li:hover .jtxt{
	height:100%;
	padding:60px 40px 40px;
	transition: all 0.3s;
}
.joinus ul li:hover .jtxt h4{
    display:none;
}
.jtxt .jcontent{
	font-size:16px;
	line-height:30px;
}
.look a{
    color:#f60;
    font-size:30px;
}
.tcontent{
	margin-top:8px;
	color:#7D7F81;
	line-height:30px;
}
.mailto{
	width:200px;
	height:54px;
	line-height:54px;
	text-align:center;
	background:#516598;
	margin:40px auto 0;
	border-radius:4px;
	overflow: hidden;
}
.mailto a{
	color:#fff;
	width:100%;
	height:54px;
	display:block;
}
.caselist ul li img{
    transition:all 0.3s ease-in 0s;
}
.caselist ul li:hover img{
	transform: scale(1.1);
    transition:all 0.3s;
}
.case_title{
	height:50px;
	line-height:50px;
	text-align:center;
    background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
.case_title a{
	color:#fff;
}
.iname{
    position: absolute;
    left: 0;
    background: #516598;
    color: #fff;
    text-align: center;
    width: 111px;
    height: 35px;
    line-height: 35px;
    z-index: 2;
}
.nfbox{
	width:100%;
	background-color:#f7f7f7;
	text-align:left;
	overflow:hidden;
}
.ani:hover{
	background:#516598;
	overflow: hidden;
}
.ani:hover a{
	color:#fff;
}
.ani:hover p{
	color:#e8e8e8;
}
.s-next{
    position: absolute;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border:1px solid #ddd;
    color:#ddd;
    font-size:18px;
    display: block;
    z-index:9;
    right:4px;
    bottom:6px;
}
.s-prev{
    position: absolute;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border:1px solid #ddd;
    color:#ddd;
    font-size:18px;
    display: block;
    z-index:9;
    right:36px;
    bottom:6px;
}
.more{
	width:100%;
	margin:30px 0;
	text-align: center;
	overflow:hidden;
}
.more a{
	color:#1E4198;
}
.more a i{
	transition:all .3s ease-in 0s;
}
.more a:hover i{
	transform:rotate(90deg);
	transition: all 0.3s;
}
.icert ul{
	margin-bottom:2em;
	overflow:hidden;
}
.icert ul li{
	width:23%;
	float:left;
	margin:0 1%;
	box-shadow:1px 3px 6px #333;
	border-radius:8px;
	overflow:hidden;
}
.icert ul li img{
	display:block;
	transition:all 0.3s ease-in 0s;
}
.icert ul li:hover img{
    transform:scale(1.1);
    transition: all 0.3s;
}
.company ul li{
	width:29.33%;
	margin:0 2%;
	float:left;
}
.company ul li h3{
	font-size:80px;
}
sup{
    font-size:40px;
}
.company ul li p{
	font-size:22px;
	line-height:30px;
}
.introduce{
	font-size:15px;
	line-height:34px;
}
@media screen and (min-width:1000px) {
header{
	width:100%;
	padding:0 3%;
	background:#fff;
	position:fixed;
	top:0;
	z-index: 9;
	display: inline-grid;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.container{
	padding:0 10%;
	overflow: hidden;
}
.pt20{
	padding-top:20px;
}
.pt50{
    padding-top:50px;
}
.p20{
	padding:20px;
}
.p30{
	padding:30px;
}
.lh30{
	line-height:30px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:50px;
}
.pb50{
	padding-bottom:50px;
}
.plr{
    float:left;
	width:50%;
}
.h320{
	height:320px;
	overflow-y:auto;
}
.h500{
	height:500px;	
}
.h645{
	height:645px;
}
.head{
	padding:20px 0;
	display:flex;
	text-align:center;
	flex-direction: row;
}
.logo{
	float:left;
	flex:1;
}
.slogen{
	flex:4;
}
.s_btn,.language{
	float:left;
	line-height:40px;
	flex:0.5;
}
.language i{
    margin-right:8px;
}
.nav,.nclose{
	display:none;
}
nav{
    float:left;
    font-size:16px;
    flex:3;
}
nav ul{
	display:flex;
	flex-direction:row;
}
nav ul li{
	flex:1;
	line-height:40px;
	text-align:center;
	position:relative;
}
nav ul li.active:after{
    width:50px;
    height:2px;
    margin-left:-25px;
    background: #516598;
    content: '';
    position:absolute;
    top:40px;
    left:50%;
    border-radius:1px;
}
nav ul li>ul{
	width:160px;
	position: absolute;
	display:none;
	top:40px;
	left:0;
	margin-left:-30px;
	z-index:3;
	padding: 8px 0;
    background-color: rgba(81 ,101 ,152,0.6);
    border-radius:4px;
    overflow:hidden;
}
nav ul li:hover>ul{
	display:block;
}
nav ul li>ul li{
	width:100%;
	text-align:center;
	font-size:14px;
	line-height:36px;
}
nav ul li>ul li:hover{
	background-color: #516598;
}
nav ul li>ul li a{
	color:#fff;
}
.public_h{
	width:100%;
	height:91px;
	overflow: hidden;
}
.inews{
	width:100%;
	display:inline-block;
	position:relative;
}
.inews h2{
	font-size:40px;
    line-height: 1.2;
    color: #5e5e5e;
    position: relative;
    z-index:2;
    padding-left: 15px;
    padding-bottom:5px;
    padding-top:30px;
}
.inews h4{
	font-size:20px;
	line-height: 1.2;
    color: #5e5e5e;
    position: relative;
    z-index:2;
    padding-left: 15px;
}
.inbg{
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINPro-Black";
    top:0;
    left:0;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #eee;
    line-height: 120px;
    font-size:110px;
}
.in_show{
    width:31.33%;
    float:left;
    margin-right:1.5%;
    background:#f7f7f7;
    position:relative;
    overflow:hidden;
}
.in_show ul{
	padding:55px 20px 20px;
	height:432px;
	overflow-y:auto;
}
.in_show ul li{
    width:100%;
	margin-bottom:30px;
	display:inline-block;
}
.in_show ul li p{
	margin-top:10px;
	color:#BFC0C4;
	font-size:14px;
}
.in_show ul li p i{
	margin-right:10px;
}
.nfbox img{
	height:300px;
}
.nfbox h4{
	margin:20px 20px 10px;
	height:34px;
	line-height:34px;
	font-weight:normal;
	overflow:hidden;
}
.nfbox p{
	margin:0 20px 20px;
	height:48px;
	line-height:24px;
	display: block;
	color:#9c9c9c;
	font-size:14px;
}
.icase ul li{
    width:23%;
    padding:1%;
    background-color:#f3f3f3;
    margin:0 1% 1%;
    height:260px;
    border-radius:6px;
    float:left;
    display:block;
}
.icimg{
	width:100%;
	height:200px;
	display:block;
	border:4px solid #fff;
	box-shadow:1px 3px 13px #ddd;
	overflow:hidden;
}
.ictxt{
	height:30px;
	line-height:30px;
	margin-top:6px;
}
.letters{
	width: 100%;
	padding:2em 0;
	background: url(../img/idxbg1.jpg) center center no-repeat;
	background-size:100%;
	overflow:hidden;
}
.company{
	width:100%;
	padding:100px 0;
	background:url(../img/idxbg2.jpg) center center no-repeat;
	color:#fff;
	overflow:hidden;
}
.company ul{
	margin-bottom:50px;
	overflow: hidden;
}
.f_logo,.f_wechat{
	width:120px;
	margin-bottom:12px;
}
.f_nav{
	width:66%;
	float:right;
}
.search{
	display:none;
	width:36%;
	background-color:#fff;
	position:fixed;
	top:40%;
	left:32%;
	padding:30px;
	z-index:9;
	border-radius:8px;
	box-shadow:1px 3px 13px #333;
}
.contactus{
	width:20%;
	float:left;
}
.f_adress{
	width:100%;
	display: inline-block;
	padding-bottom:10px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #666;
}
.foot{
    float: right;
}
.kouhao li{
	width:20%;
	float:left;
	text-align:center;
	line-height:30px;
}
.pc{
	display:block;
}
.mobile{
	display:none;
}
.cname{
	font-size:35px;
	line-height:1.3;
}
.pnav{
    padding-top:20px;
    font-size:16px;
    line-height:1.3;
}
.fipt{
	width:31.33%;
	margin:0 1%;
	background-color:#F4F7FF;
	border-radius:4px;
	height:60px;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
}
.fta{
	width:98%;
	margin:0 auto;
	padding:1%;
	background-color:#F4F7FF;
	margin-bottom:20px;
	overflow: hidden;
}
.fipt button{
	width:120px;
	height:40px;
	margin-top:10px;
	float:right;
	margin-right:10px;
	background:#516598;
	border-radius:4px;
	outline:none;
	border:none;
	color:#fff;
}
.caselist ul li{
	width:32.33%;
	height:0;
	padding-bottom:18%;
	overflow:hidden;
	float:left;
	margin-right:1.5%;
	margin-bottom:1.5%;
	border-radius:8px;
	box-shadow:1px 3px 13px #ddd;
	position:relative;
}
.caselist ul li:nth-child(3n){
	margin-right:0;
}
.n_content{
	width:60%;
	margin:50px auto;
	padding:70px;
	background:#fff;
}
.stitle{
	font-size:36px;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e8e8e8;
}
.newsbox{
	background: #f7f7f7;
    padding:60px 0;
}
.pname{
	font-size:36px;
	margin-bottom:25px;
	font-weight:bold;
	position:relative;
	height:80px;
}
.banner,.icert,.icase,.letters,.inbox,.pbanner .pimg,.news_swiper,.kouhao,.caselist{
	width:100%;
	overflow:hidden;
}
.newslist ul{
	background:#fff;
	padding:0 20px;
	overflow: hidden;
}
.newslist ul li{
    width:100%;
    display:inline-block;
    border-bottom: 1px solid #E4E4E4;
    padding: 20px 0;
}
.newslist ul li .ndate{
    width:12%;
    float:left;
}
.ndate .ndbox{
	width:90px;
	margin:20px auto;
	display:block;
    background: #f7f7f7;
    height:110px;
    text-align: center;
    color: #516598;
    padding-top: 12px;
    font-family: "DINPro-Medium";
    font-size:38px;
    box-sizing: border-box;
}
.ndbox p{
	font-family: "DIN-Light";
	font-size:16px;
}
.newslist ul li .ntxt{
    width:70%;
    padding-top:20px;
    float:left;
    margin-right:2%;
}
.ntxt h4{
	font-size:24px;
    white-space: nowrap;
    font-weight:500;
    text-overflow: ellipsis;
}
.ntxt h4 a{
	color: #565656;
}
.ntxt h4 a:hover{
	color: #516598;
}
.ntxt p{
	color: #7D7F81;
	font-size:16px;
	line-height:30px;
	margin-top:10px;
}
.newslist ul li .nimg{
    width:16%;
    max-height:150px;
    float:right;
    overflow:hidden;
}
.ncount{
	height:500px;
	text-align:center;
	padding-top:50px;
	font-size:24px;
}
}
@media screen and (max-width: 999px) {
header{
	width:100%;
	padding:0 3%;
	background:#fff;
	position:fixed;
	top:0;
	z-index: 9;
	display: inline-grid;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.container{
	padding:0 4%;
	overflow: hidden;
}
.pt20{
	padding-top:20px;
}
.pt50{
    padding-top:10px;
}
.p20{
	padding:20px;
}
.p30{
	padding:30px;
}
.lh30{
	line-height:30px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:20px;
}
.head{
    padding:12px 0;
}
.logo{
	width:200px;
}
.s_btn{
	position:absolute;
	right:14%;
	top:30%;
}
.language{
    display:none;
}
.nav{
	position:absolute;
	right:4%;
	top:30%;
}
.public_h{
	width:100%;
	height:73px;
	overflow: hidden;
}
.search{
	display:none;
	width:80%;
	background-color:#fff;
	position:fixed;
	top:40%;
	left:10%;
	padding:30px;
	z-index:9;
	border-radius:8px;
	box-shadow:1px 3px 13px #333;
}
.plr{
	width:100%;
}
.h320,.h500,.h645{
}
nav{
	width:70%;
	display:block;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	background:#f3f3f3;
	z-index:999;
	box-shadow:0 0 10px #333;
	display:none;
}
nav ul{
	padding:30px;
	overflow:hidden;
}
nav ul li{
	width:100%;
	height:42px;
	line-height:42px;
	display:inline-block;
}
nav ul li a{
	font-weight:600;
}
nav ul li>ul{
	padding:0 30px;
}
nav ul li>ul li a{
	font-weight:normal;
}
.banner{
	height:200px;
}
.banner img{
	width:100%;
	height:100%;
}
.inews{
	width:100%;
	margin-bottom:20px;
	display:inline-block;
	position:relative;
}
.inews h2{
	font-size:32px;
    line-height: 1;
    color: #5e5e5e;
    position: relative;
    z-index:2;
    padding-left: 15px;
    margin-bottom:5px;
    padding-top:25px;
}
.inews h4{
    display: none;
}
.inbg{
    position: absolute;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "DINPro-Black";
    top:0;
    right:3%;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #eee;
    line-height:80px;
    font-size:50px;
}
.in_show{
    width:100%;
    background:#f7f7f7;
    position:relative;
    margin-bottom:2%;
    overflow:hidden;
}
.in_show ul{
	padding:50px 16px 20px;
}
.in_show ul li{
	margin-bottom:30px;
	display:inline-block;
}
.in_show ul li p{
	margin-top:6px;
	color:#BFC0C4;
	font-size:14px;
}
.in_show ul li p i{
	margin-right:10px;
}
.nfbox img{
	height:auto;
}
.nfbox h4{
	margin:2% 4% 1%;
	height:30px;
	line-height:30px;
	font-weight:normal;
	overflow:hidden;
}
.nfbox p{
	margin:0 4% 2%;
	height:48px;
	line-height:24px;
	display: block;
	color:#9c9c9c;
	font-size:14px;
}
.icase ul li{
    width:48%;
    padding:1%;
    background-color:#f3f3f3;
    margin:0 1% 1%;
    height:136px;
    border-radius:6px;
    float:left;
    display:block;
}
.icimg{
	width:100%;
	height:100px;
	display:block;
	border:4px solid #fff;
	box-shadow:1px 3px 13px #ddd;
	overflow:hidden;
}
.ictxt{
	height:30px;
	line-height:30px;
	margin-top:3px;
	text-align:center;
}
.letters{
	width: 100%;
	background: url(../img/idxbg1.jpg) center center no-repeat;
	background-size:100%;
	overflow:hidden;
}
.company{
	width:100%;
	padding:60px 0;
	background:url(../img/idxbg2.jpg) center center no-repeat;
	color:#fff;
	overflow:hidden;
}
.company ul,.f_logo{
    display:none;
}
.f_wechat{
	width:120px;
	margin:0 auto;
}
.f_nav{
    display:none;
}
.contactus{
	width:100%;
	text-align:center;
}
.f_adress{
	width:100%;
	text-align:center;
	padding-bottom:10px;
	margin-top:10px;
	padding-top:10px;
	font-size:12px;
	border-top:1px solid #666;
}
.foot{
    margin-top:12px;
}
.kouhao li{
	width:100%;
	text-align:center;
	line-height:30px;
}
.pc{
	display:none;
}
.mobile{
	display:block;
}
.pimg img{
	width:auto;
	height:200px;
}
.cname{
	font-size:24px;
	margin-top:1.6em;
}
.pnav{
    padding-top:20px;
    font-size:16px;
    line-height:1.3;
}
.fipt{
	width:100%;
	margin:0 1%;
	background-color:#F4F7FF;
	border-radius:4px;
	height:60px;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
}
.fta{
	width:98%;
	margin:0 auto;
	padding:3%;
	background-color:#F4F7FF;
	margin-bottom:20px;
	overflow: hidden;
}
.fipt img{
	margin:0 auto;
}
.fipt button{
	width:120px;
	height:40px;
	margin:10px auto;
	background:#516598;
	border-radius:4px;
	outline:none;
	border:none;
	color:#fff;
	display:block;
}
.caselist ul li{
	width:49%;
	height:0;
	padding-bottom:30%;
	overflow:hidden;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	border-radius:8px;
	box-shadow:1px 3px 13px #ddd;
	position:relative;
}
.caselist ul li:nth-child(2n){
	margin-right:0;
}
.n_content{
	width:94%;
	margin:30px auto;
	padding:12px;
	background:#fff;
}
.stitle{
	font-size:24px;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e8e8e8;
}
.newsbox{
	background: #f7f7f7;
    padding:30px 0;
}
.pname{
	font-size:24px;
	margin-bottom:12px;
	font-weight:bold;
	position:relative;
	height:44px;
}
.banner,.icert,.icase,.letters,.inbox,.pbanner .pimg,.kouhao,.caselist{
	width:100%;
	overflow:hidden;
}
.news_swiper{
	display:none;
}
.newslist ul{
	background:#fff;
	padding:0 20px;
	overflow: hidden;
}
.newslist ul li{
    width:100%;
    display:inline-block;
    border-bottom: 1px solid #E4E4E4;
    padding:12px 0;
}
.newslist ul li .ndate{
    width:20%;
    float:left;
}
.ndate .ndbox{
	display:block;
	background-color:#f3f3f3;
    text-align: center;
    color: #516598;
    font-family: "DINPro-Medium";
    font-size:26px;
    box-sizing: border-box;
    line-height:36px;
}
.ndbox p{
	font-family: "DIN-Light";
	font-size:16px;
}
.newslist ul li .nimg{
    width:100%;
    display:none;
}
.newslist ul li .ntxt{
    width:75%;
    float:left;
    margin-left:5%;
}
.ntxt h4{
	font-size:24px;
    white-space: nowrap;
    font-weight:500;
    text-overflow: ellipsis;
}
.ntxt h4 a{
	color: #565656;
}
.ntxt h4 a:hover{
	color: #516598;
}
.ntxt p{
	color: #7D7F81;
	font-size:16px;
	line-height:30px;
	margin-top:10px;
}
.ncount{
	height:300px;
	text-align:center;
	padding-top:100px;
	font-size:24px;
}
}