<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 清除内外边距 */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../image/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.digital{padding: 80px 0 0;height: 170px;}
.ibrand-num li{float:left;height:100px;color:#080808;font-size:20px;width: 250px;}
.ibrand-num li b{font-size:60px;line-height: 60px; font-family:"Impact";font-weight: normal;padding-right: 5px;display: block;float: left;}
.ibrand-num li i{font-size:60px;line-height: 60px; font-family:"Impact";display: block;float: left;padding-right: 5px;}
.ibrand-num li em{width: 35px;text-align: center;height: 35px;line-height: 32px;background: #234ea3;color: #fff;border-radius: 50%;display: block;float: left;margin-top: 13px;}
.ibrand-num li span{display:block; padding:10px 0 0;width: 100%;clear: both;}
.ibrand-num li:last-child{width: 200px;}

/**/
.pro01{background:#f1f1f1 url(../image/cp_bg.jpg) no-repeat center 550px;height: 915px;overflow: hidden;padding: 60px 0 0;}
.pro_tit{font-size: 40px;color: #fff;text-align: center;line-height: 40px;height: 85px;overflow: hidden;background: url(../image/news-1_tbg.png) no-repeat center 12px;}
.pro_tit a{color: #333;}
.pro_tit span{display: block;font-size: 20px;font-weight: normal;padding: 5px 0 0;}
.pro_nav{height: 85px;margin: 45px 0 0; padding-left:27%;}
.pro_nav ul li{float: left;}
.pro_nav ul li a{ 
  font-size:18px; 
  color:#fff;
  display:block; 
  float:left;
  height: 45px;
  line-height: 45px;
  background: #234ea3 url(../image/cp_ico01.png) no-repeat 25px center;
  padding:0 30px 0 45px;
  margin-right: 15px;
  border-radius: 30px;
}
.pro_nav ul li a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pro_nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url(../image/cp_ico02.png) no-repeat 25px center;
  border-radius: 20px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pro_nav ul li a:hover:before,.pro_nav ul li.cur a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pro_nav ul li a:hover,.pro_nav ul li.cur a{color: #333;}

/*********************************************************************/

.pro_nav_1{height: 85px;margin: 45px 0 0;}
.pro_nav_1 ul li{float: left;}
.pro_nav_1 ul li a{ 
  font-size:18px; 
  color:#fff;
  display:block; 
  float:left;
  height: 45px;
  line-height: 45px;
  background: #234ea3 url(../image/cp_ico01.png) no-repeat 20px center;
  padding:0 25px 0 30px;
  margin-right: 15px;
  border-radius: 30px;
}

.pro_nav_1 ul li a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pro_nav_1 ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url(../image/cp_ico02.png) no-repeat 20px center;
  border-radius: 20px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pro_nav_1 ul li a:hover:before,.pro_nav_1 ul li.cur a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pro_nav_1 ul li a:hover,.pro_nav_1 ul li.cur a{color: #333;}



.pro01_m dl{width: 350px;float: left;margin-left: 50px;background: #fff;transition: all .8s;}
.pro01_m dl dt{width: 350px;height: 250px;line-height: 0;overflow: hidden;}
.pro01_m dl dt img{width: 350px;height: 250px;}
.pro01_m dl dt img,.pro02_l img,.super dl dt img,.news_l dl dt img,.photo_m ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.pro01_m dl dt img:hover,.pro02_l img:hover,.super dl dt img:hover,.news_l dl dt img:hover,.photo_m ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.pro01_m dl dd{width: 275px;margin: 0 auto;border-top: #eaeaea 2px solid;padding: 35px 0 60px;}
.pro01_m dl dd h5{height: 50px;line-height: 50px;overflow: hidden;margin-bottom: 5px; text-align: center;}
.pro01_m dl dd h5 a{font-size: 26px;color: #333;display: block;}

.pro01_m dl dd h5 a:hover,.pro01_m ul li a:hover{color: #234ea3;font-weight: bold;}
.pro01_m dl:hover{margin-top: -50px;}
.pro01_m dl dd em{display: block;float: right;line-height: 0;width: 44px;height: 44px;overflow: hidden;}
.pro01_m dl dd em img{width: 44px;height: 88px;-webkit-transition:all .5s;transition:all .5s;}
.pro01_m dl dd h5:hover em img{margin-top: -44px;}
.pro01_m ul li{width: 255px;text-align: center; height: 38px;line-height: 38px;overflow: hidden;}
.pro01_m ul li a{font-size: 16px;color: #666;}
.pro01_m ul li:nth-of-type(4n){width: 90px;}
.pro01_m dl:first-child{margin-left: 0;}

.more_pro{margin-top: 15px; float: left;}
.more_pro a{ color:#234ea3; border: 1px solid #234ea3;  background: #fff; width: 150px; height: 35px; border-radius: 20px;display: block; text-align: center;line-height: 35px;margin-left: 0px;}
.more_pro a:hover{ color:#fff;background: #234ea3;}

.more_pro_1{margin-top: 15px; float: right;}
.more_pro_1 a{ color:#fff; border: 1px solid #fff;  background: #234ea3; width: 100px; height: 35px; border-radius: 20px;display: block; text-align: center;line-height: 35px;margin-left: 0px;}
.more_pro_1 a:hover{ color:#234ea3;background: #fff; border: 1px solid #234ea3;}

/*六大产品优势*/
.six{background: url(../image/six_bg.jpg) no-repeat center 0;height: 32rem;overflow: hidden;padding: 3.5rem 0 0;background-size: 100% 35.5rem;}
.six .pro_tit{background: url(../image/six_tbg.png) no-repeat center 12px;}
.six dl{width: 16.66%;margin-top: 3rem;height: 20.9rem;position: relative;float: left;}
.six dl dt{width: 100%;text-align: center;padding: 2.5rem 0 0;height: 15.5rem;position: relative;}
.six dl dt:before{content: "";width: 0.15rem;height: 100%;position: absolute;top: 0;right: 0;background: url(../image/six_line.png) no-repeat;background-size: 0.15rem 18rem;}
.six dl dt b{display: block;font-size: 1rem;color: #fff;font-family: "DINOT";height: 5rem;line-height: 1.5rem;}
.six dl em{display: block;width: 3rem;height: 2.5rem;margin: 0 auto;line-height: 0;overflow: hidden;}
.six dl em img{width: 3rem;height: 2.5rem;}
.six dl h5{font-size: 1.3rem;color: #fff;height: 5.5rem;line-height: 1.6rem;overflow: hidden;padding-top: 2rem;}
.six dl h5 i{display: block;font-size: 1rem;font-weight: normal;}
.six dl dt h5{background: url(../image/six_ico07.png) no-repeat center bottom;background-size: 0.6rem 0.3rem;}
.six dl dd{width: 100%;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;z-index: 1;}
.six dl dd h5{color: #333;padding-top: 1rem;height: 3.5rem;}
.six dl dd p{font-size: 0.7rem;color: rgba(51,51,51,0.7);line-height: 1.4rem;width: 66%;margin: 0 auto;-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5;  overflow: hidden; text-overflow: ellipsis;}
.six dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.six dl dd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.six dl:hover dd:before,.six dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.six dl:hover dd,.six dl.cur dd{height: 16.9rem;padding-top: 4rem;}
.six dl.nobor dt:before{background: none;}
.six dl:hover dt,.six dl.cur dt{display: none;}

/**/
.pro02{padding: 80px 0 70px;}
.pro02 .pro_tit{background: url(../image/chang_tbg.png) no-repeat center 12px;}
.pro02 .pro_tit,.pro02 .pro_tit a,.pro02 .pro_tit span,
.case .pro_tit,.case .pro_tit a,.case .pro_tit span,
.news .pro_tit,.news .pro_tit a,
.super .pro_tit,.super .pro_tit span
{color: #333;}
.pro02 .pro_tit a:hover,.pro_tit i,.case .pro_tit a:hover,.news .pro_tit a:hover{color: #244ca1;}

.pro02_l{width: 600px;height: 505px;line-height: 0;margin-top: 0px;overflow: hidden;position: relative;}
.pro02_l img{width: 600px;height: 595px;}
.cp_tit{height: 50px;line-height: 50px;position: absolute;bottom: 0;left: 30px;font-weight: normal;z-index: 5;}
.cp_tit i{display: block;float: left;font-size: 16px;color: #fff;}
.cp_tit em{width: 28px;height: 6px;display: block;float: left;line-height: 0;padding: 20px 0 0 15px;-webkit-transition:transform .3s;transition:transform .3s;}
.cp_tit em img{width: 28px;height: 6px;}
.pro02_l .cp_tit{bottom: 10px;}
.pro02_l:hover em,.pro02_r ul li:hover em{-webkit-transform:translate(3px,0);transform:translate(3px,0);}
.cp_tit em img:hover
{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}
.pro02_r{background: #fff;width: 100%;height: 502px;position: absolute;top: 210px;right: 0;}
.pro02_r ul li{width: 375px;height: 222px;margin: 20px 0 0 20px;float: left;}
.pro02_r ul li a{width: 375px;height: 222px;position: relative;display: block;overflow: hidden;line-height: 0;}
.pro02_r ul li a:after{content: "";width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;background: url(../image/cp_k.png) no-repeat;}
.pro02_r ul li a:before{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.pro02_r ul li a:hover:before{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.cp-more{display: block;width: 190px;height: 54px;margin: 50px auto 0;}
.cp-more a{font-size: 16px;color: #fff;display: block;width: 122px;height: 54px;line-height: 54px;background: #244ca1;border-radius: 30px;overflow: hidden;padding: 0 18px 0 50px;}
.cp-more b{display: block;line-height: 0;width: 33px;height: 33px;float: right;padding-top: 10px;}
.cp-more b img{width: 33px;height: 33px;}
.cp-more a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.cp-more a:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/*优势*/
.super .pro_tit{background: url(../image/ys_tbg.png) no-repeat center 12px;}
.sup_nav{width: 42.44%;position: absolute;top: 30rem;left: 18.75%;z-index: 5;}
.sup_nav ul li{width: 33.33%;float: left;height: 4.3rem;font-size: 1.5rem;color: #333;line-height: 1.5rem;padding: 1.5rem 0 0;text-align: center;background: #fff;}
.sup_nav ul li i{display: block;font-size: 0.6rem;color: rgba(51,51,51,0.5); font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;}
.sup_nav ul li:hover,.sup_nav ul li.on{background: #244ca1;color: #fff;font-weight: bold;}
.sup_nav ul li:hover i,.sup_nav ul li.on i{color: rgba(255,255,255,0.5);font-weight: normal;}
.sup_m{background: #f1f1f1;margin-top: 1.5rem;display: inline-block;width: 100%;}
.super dl{width: 100%;position: relative;}
.super dl dt{width: 50%;float: right;line-height: 0;overflow: hidden;}
.super dl dt img{display: block;width: 100%;}
.super dl dd{width: 27.8%;float: left;padding: 4.5rem 0 0 18.75%;position: relative;}
.super dl dd h5{font-size: 1.8rem;color: #333;line-height: 2.1rem;height: 5.3rem;background: url(../image/ys_line.png) no-repeat 0 bottom;background-size: 6rem 0.4rem;}
.super dl dd h5 i{display: block;font-size: 1.2rem;font-weight: normal;}
.ys_desc{padding: 1.8rem 0 0;}
.super dl dd p{font-size: 0.8rem;color: #333;line-height: 1.6rem;padding: 0 0 0 1rem;background: url(../image/ys_ico01.png) no-repeat 0 center;background-size: 0.6rem 0.6rem;}
.super dl dd em{width: 26.1rem;height: 3.1rem;display: block;line-height: 0;padding-top: 2rem;}
.super dl dd em img{width: 26.1rem;height: 3.1rem;}
.super dl dd span{display: block;width: 4.5rem;height: 2.3rem;line-height: 0;position: absolute;top: 5rem;right: 0;}
.super dl dd span img{width: 4.5rem;height: 2.3rem;}

/*案例*/
.case{padding: 90px 0 40px;}
.case .pro_tit{background: url(../image/case_tbg.png) no-repeat center 12px;}
.case dl{width: 590px;height:290px;float: left;margin-top: 50px;margin:0 5px;}
.case dl dt{width: 497px;height: 160px;background: url(../image/case_k03.gif) no-repeat;padding: 50px 45px 0;}
.case dl dt h5{height: 35px;line-height: 35px;overflow: hidden;}
.case dl dt h5 a{font-size: 16px;color: #1d1d1d;}
.case dl dt h5 a:hover{color: #234ea3;}
.case_desc{font-size: 14px;color: #666;line-height: 24px;height: 72px;overflow: hidden;padding: 5px 0 0;}
.case dl dd{padding: 15px 0 0 32px;}
.case dl dd a{display: block;float: left;font-size: 14px;color: #1e1e1e;height: 65px;line-height: 65px;width: 380px;}
.case dl dd span{width: 65px;height: 65px;display: block;border-radius: 50%;line-height: 0;float: left;margin-right: 15px;border: #f0f0f0 1px solid;}
.case dl dd span img{width: 65px;height: 65px;border-radius: 50%;display: block; transition: all 0.3s ease-in-out 0s;}
.case dl dd:hover span img{ transform: rotateY(180deg);}
.case dl dd em{display: block;float: right;padding: 25px 15px 0 0;}
.case dl dd em img{width: 138px;height: 16px;}
.case dl:nth-of-type(2){margin-right: 0;}

/*合作客户*/
.partner{padding: 0 0 75px;}
.par_tit{height: 50px;line-height: 50px;overflow: hidden;position: relative;background: url(../image/hz_ico.gif) no-repeat 0 center;width: 1150px;padding-left: 50px;}
.par_tit:before{content: "";width: 905px;height: 1px;background: #e3e3e3;position: absolute;top: 50%;right: 75px;}
.par_tit a{font-size: 24px;color: #234ea3;}
.par_tit span{float: right;}
.par_tit span a{font-size: 14px;color: #333;font-weight: normal;}
.par_qie{padding: 25px 0 0;}
.partner ul li{width: 189px;height: 108px;float: left;line-height: 0;margin-left: 15px;}
.partner ul li a{width: 187px;height: 106px;display: block;border: #d7d7d7 1px solid;}
.partner ul li a:hover{border: #244ca1 1px solid;}
.partner ul li img{width: 187px;height: 106px;}

/*新闻资讯*/
.news_bg{padding: 70px 0 60px;background: #f1f1f1;}
.news .pro_tit{background: url(../image/news_tbg.png) no-repeat center 12px;}
.news_t{height: 64px;line-height: 64px;overflow: hidden;position: relative;}
.news_t:before{content: "";width: 100%;height: 1px;background: #e6e6e6;position: absolute;bottom: 0;left: 0;}
.news_t ul li{float: left;padding-right: 50px;}
.news_t ul li a{font-size: 18px;color: #333;font-weight: bold;display: block;height: 64px;line-height: 64px;background: url(../image/news_ico.gif) no-repeat 0 20px;padding-left: 33px;}
.news_t span{float: right;}
.news_t span a{font-size: 18px;color: #333;}
.news_t ul li a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.news_t ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #244ca1;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news_t ul li a:hover:before,.news_t ul li.on a:before {
  right: 0;
}
.news_t ul li a:hover,.news_t ul li.on a{color: #244ca1;}
.news_m{padding: 25px 0 0;}
.news_l{ width:850px;}
.news_l dl{background: #234ea3;height: 232px;overflow: hidden;margin-bottom: 10px;}
.news_l dl dt{width: 413px;height: 232px;line-height: 0;overflow: hidden;float: left;}
.news_l dl dt img{width: 413px;height: 232px;}
.news_l dl dd{width: 300px;float: left;padding: 35px 0 0 60px;}
.news_l dl dd h5{height: 30px;line-height: 30px;overflow: hidden;}
.news_l dl dd h5 a{font-size: 20px;color: #fff;display: block;width: 100%;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_desc{font-size: 14px;color: #fff;line-height: 24px;height: 48px;overflow: hidden;padding: 10px 0 0;}
.news_time{font-size: 14px;color: #fff;font-weight: bold;line-height: 24px;padding: 20px 0 0;}
.news_time b{display: block;font-size: 26px;}
.news_l ul li{ height:60px; line-height:60px; overflow:hidden;border-top: #dadada 1px solid;}
.news_l ul li a{ font-size:14px; color:#333;font-weight: bold;display: block;float: left;width: 670px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_l ul li a:hover,.news_r dl dt a:hover{color: #234ea3;}
.news_l ul li span{display: block;float: right;font-size: 14px;color: #333;width: 100px; text-align:right;font-weight: bold;}
.news_r{width: 270px;margin-top: -25px;height: 424px;overflow: hidden;}
.news_r dl{height: 125px;padding: 30px 0 0;width: 270px;border-top: #e6e6e6 1px solid;}
.news_r dl dt a{display: block;font-size: 14px;color: #333;font-weight: bold;height: 25px;line-height: 25px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 100%;}
.news_r dl dd{font-size: 14px;color: #666;height: 50px;line-height: 25px;overflow: hidden;padding: 5px 0 0;}
.news_r dl dd a{display: block;color: #666;}
.news_l ul li:first-child,.news_r dl:first-child{border-top: none;}

/*走进肯特*/
.ab_bg{background: url(../image/ab_bg.jpg) no-repeat center 0;padding: 100px 0 0;overflow: hidden;height: 950px;}
.about{height: 490px;}
.about .pro_tit{font-size: 50px;height: 130px;line-height: 44px;background: url(../image/ab_tbg.png) no-repeat center 12px;}
.ab_desc{font-size: 16px;color: #fff;line-height: 30px;width: 820px;text-align: center;margin: 0 auto;height: 90px;overflow: hidden;}
.ab_video{width: 120px;text-align: center;margin: 75px auto 0;font-size: 14px;color: #fff;cursor: pointer;}
.ab_video em{width: 74px;height: 74px;display: block;margin: 0 auto 10px;line-height: 0;}
.ab_video em img{width: 74px;height: 74px;}

/*企业相册*/
.photo{padding: 0px 0 50px;background: #fff;}
.photo_t{width: 990px;height: 110px;padding-left: 105px;}
.photo_t ul li{width: 250px;height: 60px;float: left;padding-left: 80px;position: relative;}
.photo_t ul li:before{content: "";width: 1px;height: 100%;background: #e8e9e9;position: absolute;top: 0;left: 0;}
.photo_t ul li em{display: block;float: left;line-height: 0;overflow: hidden;width: 55px;height: 55px;}
.photo_t ul li em img{width: 55px;height: 110px;-webkit-transition:all .5s;transition:all .5s;}
.photo_t ul li span{display: block;float: left;line-height: 26px;padding: 5px 0 0 15px;}
.photo_t ul li i{display: block;font-size: 20px;color: rgba(51,51,51,0.2);text-transform:capitalize;}
.photo_t li a{font-size: 24px;color: #202428;}
.photo_t li.on a{font-weight: bold;}
.photo_t li.on i{font-weight: normal;}
.photo_t li.on em img{margin-top: -55px;}
.photo_t ul li:first-child:before{background: none;}
.photo_qie{width: 1200px;overflow: hidden;}
.photo_m ul li{width: 273px;float: left;margin-left: 23px;overflow: hidden;}
.photo_m ul li em{width: 273px;height: 229px;display: block;line-height: 0;overflow: hidden;}
.photo_m ul li img{width: 273px;height: 229px;}
.photo_m ul li span{display: block;width: 273px;text-align: center;height: 56px;line-height: 56px;font-size: 16px;color: #333;overflow: hidden;}
.photo_m ul li span{position: relative;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;}
.photo_m ul li span:before {
	  content: "";
	  position: absolute;
	  z-index: 1;
	  left: 0;
	  right: 100%;
	  bottom: 0;
	  background: #234ea3;
	  height: 2px;
	  -webkit-transition-property: right;
	  transition-property: right;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
.photo_m ul li span:after{content: "";width: 100%;height: 1px;background: #d9d9d9;position: absolute;bottom: 0;left: 0;}
.photo_m ul li:hover span:before {right: 0;}
.photo_m ul li:hover span{font-weight: bold;color: #234ea3;}
.photo_m p{width: 20px;height: 30px;position: absolute;top: 122px;z-index: 10;}
.photo_m p a{display: block;width: 20px;height: 30px;line-height: 0;-webkit-transition:transform .3s;transition:transform .3s;}
.cp_lico a{background: url(../image/photo_lico01.gif) no-repeat center;}
.cp_lico a:hover{background: url(../image/photo_lico02.gif) no-repeat center;}
.cp_rico a{background: url(../image/photo_rico01.gif) no-repeat center;}
.cp_rico a:hover{background: url(../image/photo_rico02.gif) no-repeat center;}
.cp_lico{left: -30px;}
.cp_rico{right: -30px;}
.photo_m p a:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}

.cp_lico2 a{background: url(../image/photo_lico01.gif) no-repeat center;display: block;width: 20px;height: 30px;line-height: 0;}
.cp_lico2 a:hover{background: url(../image/photo_lico02.gif) no-repeat center;}
.cp_rico2 a{background: url(../image/photo_rico01.gif) no-repeat center;display: block;width: 20px;height: 30px;line-height: 0;}
.cp_rico2 a:hover{background: url(../image/photo_rico02.gif) no-repeat center;}
.cp_lico2{left: -35px;width: 20px;height: 30px;position: absolute;top: 270px;z-index: 110;}
.cp_rico2{right: -25px;width: 20px;height: 30px;position: absolute;top: 270px;z-index: 110;}

/*友情链接*/
.f_link{height: 66px;line-height: 66px;overflow: hidden;}
.f_link b{display: block;float: left;font-size: 14px;color: #555;width: 110px;}
.f_link p{font-size: 14px;color: #666;float: left;width: 1090px;}
.f_link p a{font-size: 14px;color: #666; padding:0 10px 0 0;}
.f_link p a:hover{color: #333;}

/**/

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}


  .index-publicTitle{
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
.index-publicTitle .name-en{
    line-height: 42px;
    font-size: 50px;
    color: #ddd;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.index-publicTitle .name-cn{
    line-height: 44px;
    margin-bottom: 10px;
    font-size: 36px;
    color: #4a4a4a;
    font-weight: bold;
    position: relative;
}
.index-publicTitle .text{
    line-height: 20px;
    font-size: 16px;
    color: #4a4a4a;
}
.index-publicTitle::before{
    content: '';
    width: 34px;
    height: 2px;
    margin-left: -17px;
    background: #4a4a4a;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.index-publicTitle.other-style{
    text-align: left;
}
.index-publicTitle.other-style::before{
    margin-left: 0;
    left: 0;
}
.mb40{ margin-bottom: 40px;}
.mb40{ margin-top: 40px;}
.color-0055a2{ color: #0055a2;}


.index-news-bg{
    padding-top: 60px;
    padding-bottom: 70px;
/*    margin-bottom: 70px;*/
    background: #f7f7f7;
}
.index-newsList{
    margin-right: -8px;
    margin-left: -8px;
}
.index-newsList&gt;div{
    padding-right: 8px;
    padding-left: 8px;
}
.index-newsList .box{
    display: block;
    background: #fff;
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-newsList .box span{
    display: block;
}
.index-newsList .box .title{
    line-height: 30px;
    font-size: 18px;
}
.index-newsList .box .text{
    padding-right: 50px;
    padding-left: 102px;
    position: relative;
}
.index-newsList .box .text .content{
    color: #656565;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-newsList .box .date{
    width: 86px;
    height: 70px;
    line-height: 20px;
    padding-right: 10px;
    margin-top: -35px;
    border-right: 1px dashed #999;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
}
.index-newsList .box .date .day{
    line-height: 42px;
    margin-bottom: 8px;
    font-size: 40px;
}
.index-newsList .box .text .more{
    width: 41px;
    height: 41px;
    margin-top: -20px;
    background: url("../image/arrow_1r.png") no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 50%;
    right: 0;
}
.index-newsList .style-1{
    height: 270px;
    padding: 20px;
    margin-bottom: 30px;
}
.index-newsList .style-1 .img{
    float: left;
    width: 180px;
    height: 130px;
}
.index-newsList .style-1 .img img{
    display: block;
    width: 180px;
    height: 130px;
}
.index-newsList .style-1 .title{
    float: right;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    height: 60px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-newsList .style-1 .text{
    height: 70px;
    padding-top: 9px;
}
.index-newsList .style-1 .text .content,
.index-newsList .style-2 .text .content{
    height: 52px;
    line-height: 26px;
    font-size: 16px;
}
.index-newsList .style-2{
    padding: 30px 20px;
    margin-bottom: 30px;
}
.index-newsList .style-2 .text{
    margin-bottom: 40px;
}
.index-newsList .style-2 .text .title,
.index-newsList .style-3 .text .title{
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-newsList .style-2 .img img{
    display: block;
    width: 100%;
}
.index-newsList .style-3{
    padding: 30px 20px 31px 20px;
    margin-bottom: 10px;
}
.index-newsList .style-3 .text .content{
    height: 44px;
    line-height: 22px;
    font-size: 14px;
}



.gongsi_news{ width:1200px; height:650px; margin:0 auto;}
.gongsi_news_top{ width:100%; font-size:30px; color:#000; text-align:center; padding-top:50px;}
.gongsi_news_xian{width:120px; height:3px; background:#0662dd; margin:0 auto; margin-top:10px;}
.gongsi_news_left{ width:49%; float:left; margin-top:40px;}
.gongsi_news_right{ width:49%; float:right; margin-top:40px;}

.news_lunbo{margin:0;padding:0;}
.news_lunbo p,.news_lunbo img{width:100% !important;height:auto;overflow:hidden;margin:0;padding:0;}
.news_lunbo:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);
           -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; 
            transition: all 0.5s;}
.news_lunbo_txt{background:#206bd1 !important;text-align:left;overflow:hidden;margin:0;padding:18px 20px !important;}
.news_lunbo_txt b{font-size:16px;display:block;color:#fff !important;line-height:36px !important;border-bottom:1px solid #6caffe;padding-bottom:5px;margin-bottom:10px;}
.news_lunbo_txt span{font-size:13px;display:block;color:#6caffe;border:none;}

.am-list{margin-bottom:1.6rem;padding-left:0;}
.am-list&gt;li{position:relative;display:block;margin-bottom:100px;background-color:#fff;border:1px solid #dedede;border-width:1px 0}
.am-list&gt;li&gt;a{display:block;padding:1rem 0}
.am-list&gt;li&gt;a.am-active,.am-list&gt;li&gt;a.am-active:focus,am-list&gt;li&gt;b&gt;i:hover,.am-list&gt;li&gt;a.am-active:hover{z-index:2;color:#fff;background-color:#0e90d2;border-color:#0e90d2}
.am-list&gt;li&gt;a.am-active .am-list-item-heading,.am-list&gt;li&gt;a.am-active:focus .am-list-item-heading,.am-list&gt;li&gt;a.am-active:hover .am-list-item-heading{color:inherit}
.am-list&gt;li&gt;a.am-active .am-list-item-text,.am-list&gt;li&gt;a.am-active:focus .am-list-item-text,.am-list&gt;li&gt;a.am-active:hover .am-list-item-text{color:#b2e2fa}
.am-list&gt;li&gt;.am-badge{float:right}
.am-list&gt;li&gt;.am-badge+.am-badge{margin-right:5px}
.am-list-static&gt;li{padding:.8rem .2rem}
.am-list-static.am-list-border&gt;li{padding:1rem}
.am-list-border&gt;li,.am-list-bordered&gt;li{border-width:1px}
.am-list-border&gt;li:first-child,.am-list-border&gt;li:first-child&gt;a,.am-list-bordered&gt;li:first-child,.am-list-bordered&gt;li:first-child&gt;a{border-top-right-radius:0;border-top-left-radius:0}
.am-list-border&gt;li:last-child,.am-list-border&gt;li:last-child&gt;a,.am-list-bordered&gt;li:last-child,.am-list-bordered&gt;li:last-child&gt;a{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
.am-list-border&gt;li&gt;a,.am-list-bordered&gt;li&gt;a{padding:1rem}
.am-list-border&gt;li&gt;a:focus,.am-list-border&gt;li&gt;a:hover,.am-list-bordered&gt;li&gt;a:focus,.am-list-bordered&gt;li&gt;a:hover{background-color:#f5f5f5}
.am-list-striped&gt;li:nth-of-type(even){background:#f5f5f5}
.am-list-item-hd{margin-top:0}
.am-list-item-text{line-height:1.4;font-size:1.3rem;color:#999;margin:0}





.home_newslist{list-style-type:decimal-leading-zero;border:none;margin:0;padding:0;}
.home_newslist li{border:none;margin:0;padding:0;background:none;}
.home_newslist li a{padding:15px;border-bottom:1px solid #ddd;}
.home_newslist li p{font-size:14px;color:#777;line-height:26px; padding-bottom:15px;}
.home_newslist li b{font-size:20px;display:block;color:#222;font-weight:normal; padding-bottom:16px; padding-top:16px;}
.home_newslist li i{font-style:normal;display:block;float:right;font-size:14px;font-weight:normal;color:#999;}
.home_newslist li a:hover{background:#206bd1;-webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; 
            transition: all 0.5s;}
.home_newslist li a:hover b,.home_newslist li a:hover i,.home_newslist li a:hover span,.home_newslist li a:hover p{color:#FFF;
      -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; 
            transition: all 0.5s;
}

.news1_more a{ border:1px #e4e4e4 solid;  width:135px; height:40px;background:#f7f7f7; color:#878787; display:block; font-size:14px; text-align:center; line-height:40px; margin-top:20px;border-radius:5px; margin:0 auto; margin-bottom:30px;}
.news1_more a:hover{border:1px #2e66c3 solid;width:135px; height:40px; color:#fff; background:#2e66c3;}

.news2_more a{ border:1px #e4e4e4 solid;  width:135px; height:40px;background:#fff; color:#878787; display:block; font-size:14px; text-align:center; line-height:40px; margin-top:20px;border-radius:5px; margin:0 auto; margin-bottom:30px;}
.news2_more a:hover{border:1px #2e66c3 solid;width:135px; height:40px; color:#fff; background:#2e66c3;}


  .youshi_btn1{width: 23%; margin-right: 1%; height: 300px; background: #fff; float: left; margin-bottom: 30px; border: 1px solid #ccc;}
  .youshi_btn1:hover{background: #234ea3; color: #fff; display: block;}
  .youshi_ico{

    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    height: 150px;            /* 根据需要设置高度 */
  }

  .icon {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico011.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn1:hover .icon {
    background-image:url('../img/six_ico01.png');
    background-repeat: no-repeat;
}

  .icon_2 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico021.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn1:hover .icon_2 {
    background-image:url('../img/six_ico02.png');
    background-repeat: no-repeat;
}

  .icon_3 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico031.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn1:hover .icon_3 {
    background-image:url('../img/six_ico03.png');
    background-repeat: no-repeat;
}

  .icon_4 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico041.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn1:hover .icon_4 {
    background-image:url('../img/six_ico04.png');
    background-repeat: no-repeat;
}

  .icon_5 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico051.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn1:hover .icon_5 {
    background-image:url('../img/six_ico05.png');
    background-repeat: no-repeat;
}

  .icon_6 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico061.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn1:hover .icon_6 {
    background-image:url('../img/six_ico06.png');
    background-repeat: no-repeat;
}

  .icon_7 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico071.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn1:hover .icon_7 {
    background-image:url('../img/six_ico07.png');
    background-repeat: no-repeat;
}

  .icon_8 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico081.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn1:hover .icon_8 {
    background-image:url('../img/six_ico08.png');
    background-repeat: no-repeat;
}

  .youshi_body{width:100%; height: 180px; margin-top: -30px; text-align: center;}
  .youshi_title{font-size:24px;font-weight: bold;}
  .youshi_p{width:90%; margin:0 auto; margin-top:30px; font-size:16px; line-height:30px;}



  .footer_contact_bg{width: 100%; height: 588px; display: flex; position: absolute;}
  .footer_contact_bg_left{width: 50%; float: left;background: #fff;height: 588px;}
  .footer_contact_bg_right{width: 50%; float: right; background: #f7f7f7; height: 588px; display: flex; z-index:-9; position: relative;}
  .contact_body{width:1400px; height: 588px; margin:0 auto; z-index: 9; position: relative; overflow: hidden;}
  .contact_left{width:50%;float: left;}
  .contact_left_lt{width:40%;float:left;height: 500px;}
  .contact_left_rh{width:60%;float:right; height: 500px; padding-top: 95px;}
  .contact_left_title{margin-top:105px;font-size: 30px;font-weight: 500; color:#000; text-align:center;}
  .contact_left_en{text-align:center; color: #666;font-size: 16px; margin-top: 10px;}
  .contact_left_erweima{width:150px; margin: 0 auto; margin-top: 30px;}
  .contact_left_erweima_title{text-indent: 10px;}
  .contact_left_tel{text-indent: 10px; text-align: center; margin-top:50px;}
  .contact_left_add{text-indent: 10px; text-align: center; margin-top:10px;}

  .contact_right_body{width:50%;float: right;}
  .contact_right_title{margin-top:0px;font-size: 20px;font-weight: 500; color:#000; text-align:left;}
  .contact_right_title_1{margin-top:0px;font-size: 14px;font-weight:bold; color:#666; text-align:left; margin-top: 5px;}
  .contact_right_tel{text-indent: 0px; text-align: left; margin-top:20px;}
  .contact_right_add{text-indent: 0px; text-align: left; margin-top:0px;}

  .contact_right_top_bg1{width: 85%; height: 150px; float:right;}
  .contact_right_top_bg2{width: 85%; height: 150px; margin-top: 30px;float:right;}
  .contact_right_top_left{width:20%; float: left;}
  .contact_right_top_right{width:70%; float: right;padding-top:20px;}



  .youshi_btn2{width: 30%; margin-right: 3%; height: 300px; background: #fff; float: left; margin-bottom: 30px; border: 1px solid #ccc;}
  .youshi_btn2:hover{background: #234ea3; color: #fff; display: block;}
  .youshi_ico2{

    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    height: 150px;            /* 根据需要设置高度 */
  }

  .icon-2 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico091.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn2:hover .icon-2 {
    background-image:url('../img/six_ico09.png');
    background-repeat: no-repeat;
}

  .icon-3 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico0101.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn2:hover .icon-3 {
    background-image:url('../img/six_ico010.png');
    background-repeat: no-repeat;
}

  .icon-4 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico031.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn2:hover .icon-4 {
    background-image:url('../img/six_ico03.png');
    background-repeat: no-repeat;
}

  .icon-5 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico071.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn2:hover .icon-5 {
    background-image:url('../img/six_ico07.png');
    background-repeat: no-repeat;
}

  .icon-6 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico051.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn2:hover .icon-6 {
    background-image:url('../img/six_ico05.png');
    background-repeat: no-repeat;
}

  .icon-7 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico061.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn2:hover .icon-7 {
    background-image:url('../img/six_ico06.png');
    background-repeat: no-repeat;
}

/********************************************************/
  .youshi_width{ width:20%;float: left; margin-bottom: 80px;}
  .youshi_btn3{width: 150px; margin-left: 15%;  height: 150px; background: #fff; float: left; border-radius: 50%;  margin-bottom: 30px; border: 1px solid #ccc;}
  .youshi_btn3:hover{background: #234ea3; color: #fff; display: block;}
  .youshi_title3{text-align: center; color: #333; font-size: 20px; margin-top: 30px;}
  .youshi_ico3{

    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;     /* 垂直居中 */
    height: 150px;            /* 根据需要设置高度 */
  }

  .icon-01 {
    width: 100%;
    height: 100%;
    background-image:url('../img/youshi_ico0001.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-01 {
    background-image:url('../img/youshi_ico00011.png');
    background-repeat: no-repeat;
}

  .icon-02 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico0101.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-02 {
    background-image:url('../img/six_ico010.png');
    background-repeat: no-repeat;
}

  .icon-03 {
    width: 100%;
    height: 100%;
    background-image:url('../img/six_ico031.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-03 {
    background-image:url('../img/six_ico03.png');
    background-repeat: no-repeat;
}

  .icon-04 {
    width: 100%;
    height: 100%;
    background-image:url('../img/youshi_ico0002.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-04 {
    background-image:url('../img/youshi_ico_0102.png');
    background-repeat: no-repeat;
}

  .icon-05 {
    width: 100%;
    height: 100%;
    background-image:url('../img/youshi_ico0003.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-05 {
    background-image:url('../img/youshi_ico00031.png');
    background-repeat: no-repeat;
}

  .icon-06 {
    width: 100%;
    height: 100%;
    background-image:url('../img/youshi_ico0004.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-06 {
    background-image:url('../img/youshi_ico00041.png');
    background-repeat: no-repeat;
}

  .icon-07 {
    width: 100%;
    height: 100%;
    background-image:url('../img/youshi_ico0005.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-07 {
    background-image:url('../img/youshi_ico00051.png');
    background-repeat: no-repeat;
}

  .icon-08 {
    width: 100%;
    height: 100%;
    background-image:url('../img/youshi_ico0006.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-08 {
    background-image:url('../img/youshi_ico00061.png');
    background-repeat: no-repeat;
}

  .icon-09 {
    width: 100%;
    height: 100%;
    background-image:url('../img/youshi_ico0007.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-09 {
    background-image:url('../img/youshi_ico00071.png');
    background-repeat: no-repeat;
}

  .icon-010 {
    width: 100%;
    height: 100%;
    background-image:url('../img/youshi_ico0008.png');
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.3s ease;
        }
  .youshi_btn3:hover .icon-010 {
    background-image:url('../img/youshi_ico00081.png');
    background-repeat: no-repeat;
}</pre></body></html>