/* 默认样式 */
* {
	margin: 0;
	padding: 0;
}
a,
ul,
li,
input {
	text-decoration: none;
	list-style: none;
	background: none;
	outline: none;
	border: none;
}
/* 通用属性 */
.w {
	width: 1200px;
	margin: 0 auto;
}
/*清除浮动代码*/
.clearfloat::after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.clearfloat {
	zoom: 1;
}
/* 背景 */
.bg {
	background-repeat: no-repeat;
	background-position: center;
	/* background-size: contain; */
}
/* 列表标题 */
.title_box {
	height: 100px;
	padding-top: 70px;
}
.title_box p,
.title_box span {
	text-align: center;
	color: #1793cf;
	font-weight: bold;
}
.title_box p {
	font-size: 24px;
}
.title_box span {
	display: block;
	font-size: 16px;
	position: relative;
}
.title_box span::after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background-color: #1793cf;
	position: absolute;
	right: 58%;
	top: 50%;
}
.title_box span::before {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background-color: #1793cf;
	position: absolute;
	left: 58%;
	top: 50%;
}
/* --------------- */
/* 页头 */
.header
{
  background-color: #f6f6f6;
}
.header .w
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  font-size: 13px;
}
.hea_right
{
  display: flex;
}
.hea_right p:first-of-type
{
  width: 102px;
  height: 21px;
  border-right: 1px solid #a0a0a0;
  margin-right: 19px;
}
.hea_right img
{
  vertical-align: sub;
}

.logo_box .w
{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 107px;
}

.logo_img {
    position: relative;
}

.logo_img::after 
{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 61px;
  background-color: #c0c0c0;
  transform: translate(0, -50%);
}
.contact
{
  display: flex;
  align-items: center;
}

.Telephone span {
    font-size: 13px;
}

.Telephone p {
    font-size: 24px;
    color: #fe0000;
}
.contact img
{
  margin-right: 6px;
}

.nav_box
{
  background-color: #0155ab;
  border-top: 2px solid #787878;
}
.nav_box ul
{
  display: flex;
  justify-content: space-between;
}
.nav_box ul a
{
  display: block;
  color: #ffffff;
  width: 131px;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.nav_box ul a:hover
{
  background-color: #157cc1;
}

/*
.hea_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hea_logo{

    width: 400px;
}
.hea_logo img{
	width: 100%;
}
.hea_c ul,
.hea_r {
	display: flex;
	align-items: center;
}
.hea_c li a {
	display: block;
    font-size: 16px;
	color: #323333;
	text-align: center;
}
.hea_r a {
	padding-left: 5px;
}
.hea_r a p {
	font-size: 12px;
	color: #323333;
}
.hea_r a span {
	display: block;
	color: #1693ce;
	font-size: 12px;
}

*/

/* 我们的优势 */
.advantage {
	padding-bottom: 80px;
}
.adv_box li {
	float: left;
	width: 230px;
	height: 353px;
	background-color: #f6f6f6;
	margin-left: 10px;
}
.adv_box p {
	font-size: 36px;
	font-weight: bold;
	color: #d9d9d9;
	padding-left: 6px;
}
.adv_box h3 {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 58px;
}
.adv_box span {
	font-size: 14px;
	color: #666;
	display: block;
	padding: 18px;
	text-align: center;
}
.adv_box img {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
}

/* 成功案例 */
.cases {
	background-image: url(../image/albj.png);
}
.cas_l,
.cas_r {
	float: left;
}
.cas_l {
	width: 440px;
}
.cas_r {
	padding: 14px;
    width: 730px;
}

.cas_l #title {
	color: #f8f8f8;
	font-size: 36px;
	font-weight: bold;
	padding-top: 102px;
}
.cas_l span {
	font-size: 16px;
	color: #f8f8f8;
	font-weight: bold;
}
.cas_l #text {
    font-size: 16px;
    color: #f8f8f8;
    padding-top: 29px;
    width: 320px;
    line-height: 28px;
    width: 389px;

}
.cas_l a {
	display: block;
	width: 110px;
	height: 35px;
	color: #1793cf;
	background-color: #f8f8f8;
	text-align: center;
	line-height: 35px;
	margin-top: 40px;
}
.cas_r .r_img {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
  width: 100%;
}

/* 统计和数据 */
.sta_box li {
	width: 300px;
	height: 300px;
	background-color: #1793cf;
	float: left;
}
.sta_box li p {
	font-size: 64px;
	color: #ffffff;
	text-align: center;
	padding-top: 80px;
	position: relative;
}
.sta_box li p::after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #e0e0e0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 15px);
}
.sta_box li span {
	display: block;
	text-align: center;
	color: #ffffff;
	margin-top: 50px;
}
/* 高新技术 新闻咨询  */
.news {
	margin-top: 80px;
	background-image: url("../image/n_02.png");
	padding-top: 124px;
	background-position: inherit;
}
.news_l {
	width: 430px;
	height: 904px;
	background-image: url(../image/n_l_bg.png);
	background-size: 100% 12px;
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	background-color: white;
}

.news_l p {
	width: 237px;
	height: 65px;
	background-color: #1793cf;
	border-radius: 0 32.5px 32.5px 0;
	font-size: 34px;
	font-weight: bold;
	line-height: 65px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 57px;
	text-align: left;
	text-indent: 10px;
}
.news_l span {
	display: block;
	color: #323333;
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
	padding: 0 22px;
	box-sizing: border-box;
}
.news_l a {
	display: block;
	color: #fff;
	float: right;
	width: 80px;
	height: 35px;
	background-color: #1793cf;
	text-align: center;
	line-height: 35px;
}
.news_r {
	float: right;
	width: 730px;
}
.r_title p {
	font-size: 42px;
	text-align: right;
	color: #3690cf;
	font-weight: bold;
	line-height: 95px;
}
.r_title span {
	font-size: 30px;
	color: #323333;
	display: block;
	position: relative;
	text-align: right;
	margin-bottom: 134px;
}

.r_title span::after {
	content: "";
	display: block;
	width: 250px;
	height: 3px;
	background-color: #1793cf;
	position: absolute;
	right: 0;
	transform: translate(0px, 30px);
}
.r_box {
	display: flex;
	align-items: center;
	border-bottom: 1px dashed;
	background-color: white;
	width: 730px;
}
.r_img {
	float: left;
}
.r_img img {
	float: left;
}
.news_r .r_text {
	width: 365px;
	float: right;
    padding-top: 58px;
}
.news_r .r_text:after {
	content: "MORE+";
	color: #1793cf;
	font-size: 16px;
	text-align: right;
	display: block;
	font-weight: bold;
}
.news_r .r_text p {
	color: #000;
	font-size: 20px;
	font-weight: bold;
    height: 34px;
    overflow: hidden;
}
#hot {
	display: inline;
	background-color: #1793cf;
	border-radius: 8px;
	font-weight: 500;
	color: #fff;
	margin-right: 5px;
}
.news_r .r_text span {
	color: #666666;
	font-size: 18px;
	line-height: 25px;
	display: block;
	margin-top: 20px;
    height: 100px;
    overflow: hidden;
}

.new_botm {
	width: 745px;
	height: 355px;
	background-image: url(../image/newsbg_03.png);
}
.new_botm p {
	display: block;
	font-size: 18px;
	padding-bottom: 15px;
}
.new_botm p span {
	text-align: right;
}
.new_botm span {
	/* display: block; */ 
    font-size: 14px;
    color: #666766;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.new_botm a {
    color: #2b2b2b;
    display: flex;
    flex-direction: column;
    width: 512px;
    margin: 0 auto;
    padding-top: 23px;
}
/* 页尾 */
.footer {
	text-align: center;
	height: 95px;
	background-color: #222222;
	padding-top: 30px;
	margin-top: 78px;
}
.footer a,
.footer p {
	color: #e9ffff;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}
