/*首页公司简介*/
#in_about {
	width: 95%;
	max-width: 1600px;
	margin:0 auto;
}

/* 首页搜索*/
.in_search{
	min-height: 300px;
    background-image: url(../images/home/bg_search.jpg);
    background-attachment: fixed;
    background-position: center center;
	}

/*首页新闻*/
#in_news{
	width: 90%;
	max-width: 1600px;
	margin:0 auto 80px;
}


@media screen and (min-width:801px) {
#in_about {
    margin-top: 80px; margin-bottom:80px;
    background: url(../images/home/about_logo.png) center 150px no-repeat;
    background-size: 100%;
}
#in_about .title {
text-align:center;
background: url(../images/home/about_title.png) center top no-repeat;
font-size:36px;
color:#333333;
font-weight:bold;
padding-top:40px;
}
#in_about .title .dec {
	margin: 25px auto 0;
    max-width: 50px;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: rgba(1, 105, 202, 1);
}
#in_about .cont {
    max-width: 78%;
    margin: 20px auto 0;
}
#in_about .cont * {
 color: #696969;
 font-size: 18px;
 line-height: 2.5;
 text-align: -webkit-center;
}
.about-num {
    max-width: 70%;
    margin: 90px auto 0;
    text-align: center;
}
.about-num ul{
	display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
	}
.about-num li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4);
}
.about-num li .counter {
display:inline-block;
font-size:54px;
font-family:Arial, Helvetica, sans-serif;
color:#0169ca;
font-weight:bold
}
.about-num li .count-unit {
font-size:18px;
font-weight:500;
color:#444444;
font-style:normal
}
.about-num li p {
font-size:16px;
color:#666666;
line-height:2;
}

#in_about a{
    display: block;
    width: 20%;
    background-color: rgba(1,105,202,1);
    line-height: 1;
    border-radius: 80px;
    padding: 14px 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 62px;
	transition-duration: 0.5s;
	}
#in_about a:hover{ background:#333333}



/* 首页搜索*/
.in_search{
	padding:150px 0;
	}
.in_search .title{ display:block; text-align:center; font-size:20px; color:#696969; line-height:2}
.in_search .title p{ font-size:46px; color:#0169ca; font-weight:bold; line-height:2;}
.in_search .title p span{ font-size:36px; font-weight: normal; line-height:2;}
.in_search .cont{ margin-top:40px;}
.in_search .conta{
    width: 60%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 48px;
	}
.in_search .conta ul{
	display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
	}
.in_search .conta ul li{
	flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4);
	text-align: center;
    font-size: 18px;
    color: #0169ca;
    line-height: 2;
	}
.in_search .conta ul li img{}

.bannerfo{
	width: 675px;
    height: 45px;
    border: 1px solid #ced4da;
    position: relative;
    border-radius: 50px;
    margin: 0 auto;
    background: #fff;
	}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{ position:absolute; left:0; top:0; width:575px; height:45px;}
.bannerfo dl .inputbox input{ width:560px; height:45px; padding:0 0 0 15px;color:#666666; line-height:36px; font-size:15px; background:none}
.bannerfo dl .menuser{
	position: absolute;
    left: 575px;
    top: 0;
    width: 100px;
    height: 45px;
    display: block;
    background: url(../images/home/search2.png) no-repeat center center #0169ca;
    border-radius: 0 50px 50px 0;
	}
.bannerfo dl .menuser input{width:100px; height:45px;background: none}

/*首页新闻*/
#in_news .blocka{
	width: 50%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    padding: 3% 3% 3% 0;
	}
#in_news .blocka .title{}
#in_news .blocka .title a{ font-size:36px; color:#212529; line-height:72px; font-weight:bold; float:left}
#in_news .blocka .title span{ font-size:54px; color:#f3f3f3; font-family:Arial Black; line-height:72px; float:right}
#in_news .blocka .cont{}


#in_news .blockb{
	width: 50%;
    display: inline-block;
    background: #f1f1f1;
    float: right;
    box-sizing: border-box;
    padding: 3%;
	}	
#in_news .blockb .title{}
#in_news .blockb .title a{ font-size:36px; color:#212529; line-height:72px; font-weight:bold; float:left}
#in_news .blockb .title span{ font-size:54px; color:#e6e6e6; font-family:Arial Black; line-height:72px; float:right}
#in_news .blockb .cont{}
#in_news .blockb .cont ul li{
	padding: 20px;
	background:#fff;
	border:2px solid #f5f5f5;
	margin-top: 20px;
	transition-duration: 0.5s;
	}
#in_news .blockb .cont ul li:hover{
	border:2px solid #0169ca
	}
#in_news .blockb .cont ul li a p{
	line-height: normal;
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 18px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    color: rgba(58,58,58,1);
	}
#in_news .blockb .cont ul li a span{
	display-radio: -webkit-box;
    font_radio: 2;
    margin-top: 15px;
    font-size: 14px;
    color: rgba(134,134,134,1);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
	}
#in_news .blockb .cont ul li:hover a p{ color:#0169ca
	}	
#in_news .blockb .more{
    width: 25%;
    background-color: rgba(1,105,202,1);
    font-size: 16px;
    font-family: Microsoft YaHei;
    line-height: 1;
    border-radius: 80px;
    padding: 14px 8px;
    color: #fff;
    display: block;
    text-align: center;
	transition-duration: 0.5s; margin-top:50px;
	}	
#in_news .blockb .more:hover{ background:#555555}	
	

}
 @media screen and (max-width:800px) {
#in_about {
    margin-top: 0.45rem; margin-bottom:.45rem;
    background: url(../images/home/about_logo.png) center 150px no-repeat;
    background-size: 100%;
}
#in_about .title {
    text-align: center;
    background: url(../images/home/about_title.png) center top no-repeat;
    background-size: 56%;
    font-size: .5rem;
    color: #333333;
    font-weight: bold;
    padding-top: .25rem;
    line-height: 2;
}
#in_about .title .dec {
	margin: 0 auto;
    max-width: 10%;
    border-top-style: solid;
    border-top-width: 4px;
    border-top-color: rgba(1, 105, 202, 1);
}
#in_about .cont {
    max-width: 100%;
    margin: .2rem auto 0;
}
#in_about .cont * {
    color: #696969;
    font-size: 0.28rem;
    line-height: 2.4;
    text-align: -webkit-center;
}
.about-num { display:none
}
#in_about a{
    display: block;
    width: 45%;
    background-color: rgba(1,105,202,1);
    line-height: 1;
    border-radius: 80px;
    padding: 14px 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: .28rem;
    margin-top: .3rem;
	transition-duration: 0.5s;
	}
#in_about a:hover{ background:#333333}
	



/* 首页搜索*/
.in_search{
    padding-top: .65rem;
    padding-bottom: .65rem;
	}
.in_search .title{
	display: block;
    text-align: center;
    font-size: .32rem;
    color: #696969;
    line-height: 1.7;
    max-width: 90%;
    margin: 0 auto;
	}
.in_search .title p{ font-size:.5rem; color:#0169ca; font-weight:bold; line-height:2;}
.in_search .title p span{ font-size:.42rem; font-weight: normal; line-height:2;}
.in_search .cont{ margin-top:.4rem;}
.in_search .conta{
	margin-top:.5rem;
    text-align: center;
	}
.in_search .conta ul li{
	text-align: center;
    font-size:.28rem;
    color: #0169ca;
    line-height: 2;
    display: inline-block;
    margin: 0 4%;
	}

.in_search .conta ul li .topimg{
	height: 0.7rem;
	}
.in_search .conta ul li .topimg img{ height:100%}

.bannerfo{
    width: 80%;
    height: .7rem;
    border: 1px solid #ced4da;
    position: relative;
    border-radius: 50px;
    margin: 0 auto;
    background: #fff;
	}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{
	position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    height: .7rem;
	}
.bannerfo dl .inputbox input{
	padding: 0 0 0 .4rem;
    color: #666666;
    line-height: .7rem;
    font-size: .28rem;
    background: none;
	}
.bannerfo dl .menuser{
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: .7rem;
    display: block;
    background: url(../images/home/search2.png) no-repeat center center #0169ca;
    border-radius: 0 50px 50px 0;
	}
.bannerfo dl .menuser input{width:100%; height:.7rem;background: none}	
	
	
	
	
	
	/*首页新闻*/
#in_news .blocka{
    width: 100%;
    box-sizing: border-box;
	padding: 3%;
	}
#in_news .blocka .title{ margin-bottom:15px;}
#in_news .blocka .title a{
	font-size: .5rem;
    color: #212529;
    line-height: .8rem;
    font-weight: bold;
    float: left;
	}
#in_news .blocka .title span{
	font-size: .5rem;
    color: #f3f3f3;
    font-family: Arial Black;
    line-height: .8rem;
    float: right;
	}
#in_news .blocka .cont{}


#in_news .blockb{
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 3%;
	}	
#in_news .blockb .title{}
#in_news .blockb .title a{
	font-size: .5rem;
    color: #212529;
    line-height: .8rem;
    font-weight: bold;
    float: left;
	}
#in_news .blockb .title span{
	font-size: .5rem;
    color: #e5e5e5;
    font-family: Arial Black;
    line-height: .8rem;
    float: right;
	}
#in_news .blockb .cont{}
#in_news .blockb .cont ul li{
	padding: .2rem;
    background: #fff;
    border: 2px solid #f5f5f5;
    margin-top: .25rem;
    transition-duration: 0.5s;
	}
#in_news .blockb .cont ul li:hover{
	border:2px solid #0169ca
	}
#in_news .blockb .cont ul li a p{
    line-height: normal;
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: .32rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    color: rgba(58,58,58,1);
	}
#in_news .blockb .cont ul li a span{
    display-radio: -webkit-box;
    font_radio: 2;
    margin-top: .12rem;
    font-size: .28rem;
    color: rgba(134,134,134,1);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
	}
#in_news .blockb .cont ul li:hover a p{ color:#0169ca
	}	
#in_news .blockb .more{
    width:40%;
    background-color: rgba(1,105,202,1);
    font-size: .28rem;
    font-family: Microsoft YaHei;
    line-height: 1;
    border-radius: 80px;
    padding: 10px 8px;
    color: #fff;
    display: block;
    text-align: center;
    transition-duration: 0.5s;
    margin-top: .32rem;
	}	
#in_news .blockb .more:hover{ background:#555555}	
	
	
	
 
}
