/* 通用样式 */
@font-face {
  font-family: 'iconfont';  /* Project id 2503973 */
  src: url('//at.alicdn.com/t/font_2503973_qcwyifuf4oj.woff2?t=1628668571827') format('woff2'),
       url('//at.alicdn.com/t/font_2503973_qcwyifuf4oj.woff?t=1628668571827') format('woff'),
       url('//at.alicdn.com/t/font_2503973_qcwyifuf4oj.ttf?t=1628668571827') format('truetype');
}
* {
	font-family: '微软雅黑';
	font-size: 16px;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.swiper-container {
	overflow: hidden;
}

/* 最大宽度1280px */
@media screen and (max-width: 1280px) {
	.container {
		width: 1200px;
	}
	.indexAbout {
	    height: 800px!important;
	}
}

@media screen and (min-width: 1500px) {
	.container {

		width: 1310px;
	}
}

/* 头部---start */
.logo {
	height: 95px;
}

.logo a {
	font-size: 0;
	display: block;
}

.logo_fg {
	height: 34px;
}

.slogan {
	display: inline-block;
	font-size: 18px;
	margin-top: 6px;
	padding-left: 18px;
	border-left: #333 solid 1px;
	vertical-align: middle;
	height: 27px;
}

.navs {
	margin-top: 18px;
}

.navs li {
	float: right;
	padding: 0 7px;
	/* border-bottom: #11B7CE solid transparent; */
}

.navs li a {
	display: block;
	color: #333;
	padding: 10px 6px;
	background-color: rgba(0, 0, 0, 0) !important;
	border-bottom: transparent solid 2px;
}

.navs_drop {
	top: 44px;
	left: 65px;
}

.navs .navs_index {
	color: #11b7ce;
}

.navs li a:hover {
	color: #11b7ce;
}

.navs li:nth-last-child(1) {
	padding-right: 0;
}

/* 头部---end */


/* banner---start */
.banner a img {
	width: 100%;
	margin: 0 auto;
}

/* banner---end */

/* 关于我们---start */
.indexAbout {
	width: 100%;
	height: 713px;
	background: #dbe9f3 url(../IMAGES/indexAbout_bg.jpg) no-repeat 0 0 ;
	background-size: 100% 100%;
}


/* .indexAbout_bg {
	width: 916px;
	height: 512px;
	background: #dbe9f3 url(../IMAGES/index_about.png) left bottom no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
} */

.indexAbout_row {
	position: relative;
}

.indexAbout_row_r {
	position: absolute;
	right: 10%;

}

.title_t {
	font-size: 36px;
	color: #032847;
}

.indexAbout_row_r h2 {
	font-size: 26px;
	color: #333;
	font-weight: 600;
	margin-top: 85px;
}

.indexAbout_row_r u {
	display: block;
	width: 33px;
	height: 7px;
	background-color: #375da4;
	margin-top: 30px;
	margin-bottom: 23px;
}

.indexAbout_row_r p {
	line-height: 30px;
	font-size: 18px;
	color: #303f5a;
	margin-top: 30px;
}

/* 关于我们---end */


/* 企业文化---start */
.culture {
	width: 100%;
	height: 815px;
	background-image: url(../IMAGES/index_cultureBg.png);
}

.culture_row {
	padding: 0 7%;
}

.cultureTit {
	margin-top: 70px;
	padding: 0 4%;
}

.cultureTit h2,
.cultureTit h3 {
	font-size: 36px;
	text-transform: uppercase;
	color: #333;
}

.cultureTit h3 {
	font-weight: 600;
}

.cultureTit u {
	display: block;
	width: 66px;
	height: 4px;
	margin-top: 25px;
	background-color: #11b7ce;
}

.culturePic {
	width: 599px;
	height: 452px;
	overflow: hidden;
	margin-top: 68px;
}

.culturePic img {
	width: 100%;
}

.culture_r {
	margin-top: 41px;
}

.culture_r li {
	width: 71%;
	height: 128px;
	background-color: #fff;
	padding: 26px 36px;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, .25) 0px 4px 8px;
	margin-bottom: 36px;
	float: right;
}

.culture_r li:nth-last-child(1) {
	height: 150px;
}

.vision {
	font-size: 24px !important;
}

.value {
	font-size: 32px !important;
	line-height: 1;
}

.culture_r li img {
	margin-bottom: 10px;
}

.culture_r li h4 {
	display: inline-block;
	font-size: 22px;
	color: #11b7ce;
}

.culture_r li p {
	font-size: 16px;
}

/* 企业文化---end */

/* 客户案例---start */
.case {
	background-image: url(../IMAGES/case01.jpg);
}

.title {
	margin-top: 50px;
}

.titles a {
	color: #333;
	float: right;
	margin-top: 50px;
}

.titles a:hover {
	color: #00447d;
}

.case_main {
	margin-top: 26px;
	margin-bottom: 100px;
}


.case_main ul li {
	float: left;
	width: 20%;
	position: relative;
}

.case_mainPic {
	overflow: hidden;
}

.case_mainPic img {
	width: 100%;
	max-height: 100%;
	transition: all 0.6s;

}

.case_mainPic img:hover {
	transform: scale(1.1); /* 图片放大 */
}

.case_main ul li p {
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 94, 173, .69);
	position: absolute;
	bottom: 0;
}



/* 客户案例---end */

/* 客户分部---start */
.branch {
	margin-top: 20px;
}

.branch_l {
	margin-top: 80px;
}

/* 数字钟---start */
@charset "utf-8";

* {
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

*:focus {
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: "微软雅黑", microsoft yahei;
	color: #333;
	background: #fff;
}

body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.main {
	padding: 10px 0 0;
	margin: 0 auto;
	max-width: 800px;
}

.numCount {
	margin: 0 -10px;
}

.numCount li {
	float: left;
	width: 33%;
	text-align: center;
}

.numCount li .item {
	margin: 0 10px;
}

.numCount li .numU {
	line-height: 1.3;
}

.numCount li .numCX {
	display: block;
	font-size: 24px;
	line-height: 46px;
	color: #438ab7;
	font-weight: 600;
}

.numCount li .numU .unitC {
	font-size: 100%;
	line-height: 1.3;
	margin-left: 0.3em;
}

.numCount li .numU sup {
	vertical-align: top;
}

.numCount li .numU sub {
	vertical-align: baseline;
}

.indc {
	font-size: 16px;
}

.clearfix .item img {
	width: 36px;
	height: 36px;
}

/* 数字钟---end */



/* 数据滚动---start */


#demo {
	overflow: hidden;
	height: 100%;
	line-height: 22px;
}

#demo .mingdan li {
	margin-bottom: 10px;
	list-style-type: none;
}

#demo .mingdan li span {
	font-size: 14px;
}

#demo .mingdan li .gdspan1 {
	float: left
}

#demo .mingdan li .gdspan2 {
	text-align: center;
	width: 100%;
}

#demo .mingdan li .gdspan3 {
	float: right;
}

.lunbo_div {
	margin-top: 80px;
	padding-left: 30px;
}

.cup {
	width: 70px;
	height: auto;
	margin-top: -17px;
	margin-left: 20px;
}

.span_bm {
	/*display: grid;*/
}

.today_title {
	display: inline-block;
	color: #438ab7;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.totady_pers {
	font-size: 30px;
	color: white;
	font-weight: 600;
}

.bm_content {
	height: 702px;
	background-color: white;
	margin: 0px 5px 0 5px;
	border-radius: 3px;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}

table {
	table-layout: fixed;
	font-size: 12px;
}

thead {
	font-size: 12px;
}

.table>thead>tr>th {
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}

.table>tbody+tbody {
	border-top: 0px;
}

.table img {
	width: 15px;
	border-radius: 50%;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table {
	table-layout: fixed;
}

.center {
	vertical-align: middle;
}

#bm_content span {
	font-size: 13px !important;
}

#bm_content td {
	font-size: 13px !important;
	    line-height: 30px;
}

.ellipsis {
	height: 46px;
}

/* 数据滚动---end */
/* 客户分部---end */

/* 资质证书---start */
.certificate_main{
	margin-top: 30px;
}

.certificate_main ul li{
	float: left;
	margin-right: 36px;
	width: 17.5%;
}

.certificate_main ul li:nth-last-child(1){
	margin-right: 0;
}

.certificate_mainImg{
	overflow: hidden;
}

.certificate_mainImg img{
	transition: all 0.6s;
}

.certificate_mainImg img:hover{
	transform: scale(1.05);
}

.certificate_mainImg{
	box-shadow: rgba(0, 0, 0, .15) 1px 0px 10px;
}

.certificate_mainPic:hover  p{
	transition: all 0.6s;
	 background-color: #00447d;
	 color: #fff;
 }

.certificate_mainPic p{
	line-height: 42px;
	text-align: center;
	color: #333;
	border-bottom: #e4e4e4 solid 1px;
}

/* 资质证书---end */

/* 新闻中心---start */

.news {
	margin-top: 20px;
}

.news_qh a {
	color: #333;
	font-size: 18px;
	margin-right: 16px;
}

.news_qh .company-news {
	font-weight: 600;
	color: #032847;
}

.news_text {
	display: none;
}

.news_text_hover {
	display: block;
}

.news_qh a:hover {
	font-weight: 600;
	color: #032847;
}

.news_article {
	padding: 0 35px;
	height: auto;
	overflow: hidden;
}

.news_article :hover h3,
.news_article :hover span,
.news_article :hover p {
	color: #25679e;
}

.news_article_pic {
	overflow: hidden;
	padding: 0 18px;
}

.news_article:hover img {
	transition: all 0.3s linear;
	transform: scale(1.1);
}


.news_article h3 {
	color: #666;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
}

.news_article span {
	color: #666;
	font-size: 13px;
}

.news_article_dl {
	margin-top: 10px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
	font-size: 14px;
}

/* 新闻中心---end */

/* 底部---start */
footer {
	background-color: #303030;
	width: 100%;
	margin-top: 80px;
}

.foot_wrap {
	padding: 0 36px;
	padding-top: 70px;
}

.foot_wrap .foot_wrap_navs ul li a {
	float: left;
	color: #c6c6c6;
	margin: 0 10px;
	font-size: 18px;
}

.foot_wrap .foot_wrap_navs ul li a:hover {
	color: #25679e;
}

.foot_wrap .foot_wrap_navs p {
	color: #c6c6c6;
	margin: 20px 10px;
}

.foot_wrap .foot_wrap_navs p a {
	color: #c6c6c6;
	margin: 0 10px;
}

.foot_wrap .foot_wrap_navs p a:hover {
	color: #25679e;
}

.foot_wrap_pic img {
	    margin: 5px;
    width: 110px;
}

.copyright {
	text-align: center;
	margin-top: 30px;
	line-height: 42px;
	color: #cecece;
	border-top: #595959 solid 1px;
}

.copyright a {
	color: #cecece;
}

.copyright a:hover {
	color: #25679e;
}
@media only screen and (max-width: 1400px) {
	.navs li{padding: 0 5px!important;}
.container {width: 96%!important}
}
/* 底部---end */
