.header-hd {
  height: 28px;
  line-height: 28px;
  background: #e5e5e5;
  color: #666666;
  font-size: 12px;
}
.header-hd a {
  padding: 0 10px;
}
.header-hd a:last-of-type {
  padding-right: 0;
}
.header-bd {
  height: 100px;
}
.header-bd .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bd .header-tel {
  background: url(../image/htel.png) no-repeat left center;
  padding-left: 60px;
  font-size: 15px;
  color: #333333;
  line-height: 1.3;
  padding-top: 11px;
}
.header-bd .header-tel p {
  font-family: arial;
  font-size: 28px;
  font-weight: bold;
  color: #e91718;
}
.search-region {
  height: 81px;
  background: #ffffff;
}
.search-region .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-region .search-hot {
  font-size: 18px;
  color: #999999;
}
.search-region .search-hot a {
  padding: 0 10px;
}
.search-region .search-form {
  margin: 0;
}
.search-region .search-form .search-key {
  width: 368px;
  height: 43px;
  outline: none;
  color: #999;
  border: 1px solid #bfbfbf;
  border-right: none;
  text-indent: 10px;
}
.search-region .search-form .search-button {
  width: 48px;
  height: 43px;
  background: url("../image/search-bt.png") no-repeat center #e91718;
  outline: none;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  border: 1px solid #bfbfbf;
  border-left: none;
  margin: 0;
  padding: 0;
}
.provide-region {
  padding: 50px 0;
}
.provide-region ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.provide-region li {
  border-right: 1px solid #d4d4d2;
  padding: 0 30px;
  text-align: center;
  width: 25%;
}
.provide-region li:last-of-type {
  border: none;
}
.provide-region li .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #1758ab;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.provide-region li .img img {
  max-width: 100%;
}
.provide-region li h3 {
  font-size: 18px;
  color: #000;
  margin: 17px 0 15px;
}
.provide-region li p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  height: 78px;
}
.region-tit {
  text-align: center;
  color: #000;
}
.region-tit h2 {
  font-size: 40px;
  background: url(../image/titbg.png) no-repeat bottom center;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.region-tit p {
  font-size: 18px;
}

/* ------------------------------------- */
/* box-tit */
.box-tit
{
    text-align: center;
}
.box-tit h3
{
  font-size: 30px;
  color: #333333;
  line-height: 30px;
}
.box-tit span
{
  font-size: 16px;
  color: #666666;
  display: inline-block;
  width: 260px;
  height: 28px;
  line-height: 30px;
  border: 1px solid #bfbfbf;
  border-radius: 14px;
  margin-top: 12px;
}
/* ------------------------------------- */
/* four */
.four {
	padding: 27px 0;
	font-size: 0;
	background-color: #f8f8f8;
}
.four_t {
	font-size: 28px;
	color: #333;
	text-align: center;
	background: url(../images/four_line.gif) no-repeat center 68px;
	line-height: 28px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	height: 120px;
	margin-top:15px;
	cursor: pointer;
}
.four_t em {
	display: block;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	padding: 0 0 10px;
	margin-bottom: 10px;
}
.four_t span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #455893;
	padding: 15px 0 0;
}
.four_t:hover {
	-webkit-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
.four_t em img {
	width: 42px;
	height: 42px;
	display: block;
	transition: all 0.5s ease-in-out 0s;
}
.four_t:hover em img {
	transform: rotateY(180deg);
}
.ibrand-num {
	padding: 25px 0 0;
	height: 200px;
}
.ibrand-num li {
	float: left;
	width: 182px;
	height: 175px;
	padding-top: 40px;
	margin-left: 157px;
	text-align: center;
	color: #0a1a53;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.ibrand-num li:first-child {
	margin-left: 0;
}
.ibrand-num li span {
	font-size: 42px;
	font-family: Verdana, Geneva, sans-serif;
}
.ibrand-num li b {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	padding: 10px 0 0;
}

.ibrand-num li .spinner {
	position: absolute;
	top: 0;
	right: 0;
	width: 174px;
	height: 174px;
	border: 4px solid #e8e8e8;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.ibrand-num li:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: #0a1a53;
}
.four .four_li01 .spinner {
	border-right-color: #0a1a53;
}
.four .four_li02 .spinner {
	border-top-color: #0a1a53;
}
.four .four_li03 .spinner {
	border-left-color: #0a1a53;
}
.four .four_li04 .spinner {
	border-bottom-color: #0a1a53;
}
/*product*/
.product
{
	padding-bottom:30px;
}
/* product */
.product .box-tit
{
  padding: 46px 0 51px;
}

.pro-l
{
  width: 245px;
  /* height: 917px; */
  border: 1px solid #008de2;
  float: left;
  padding-bottom: 15px;
}

.pro-l-tit
{
  height: 121px;
  padding: 38px 0 0 96px;
  background: url("../image/pro-l-tit.png") no-repeat top 14px left 47px;
}
.pro-l-tit h3
{
  font-size: 30px;
  color: #333333;
  font-weight: normal;
  line-height: 30px;
}
.pro-l-tit h3 span
{
  font-size: 24px;
}

.pro-l-tit p
{
  font-size:24px;
  color: #333;
  line-height: 24px;
  margin-top: 5px;
}

.pro-nav
{
  padding: 22px 21px 0;
  max-height: 700px;
  overflow: hidden;
}

.pro-nav li,
.pro-nav dl dd
{
  height: 37px;
  line-height: 37px;
  border: 1px solid #bfbfbf;
}

.pro-nav li:nth-child(n+2) {
    margin-top: 21px;
}

.pro-nav li a,
.pro-nav dl dd a
{
  font-size: 18px;
  color: #666666;
  padding-left: 5px;
  display: block;
  background: url("../image/pro-nav-bg.png") no-repeat right 9px center;
}
.pro-nav dl
{
  border: 1px solid #bfbfbf;
  border-top: 1px solid transparent;
  display: none;
}
.pro-nav dl dd
{
  border: none;
  margin: 0;
}
.pro-nav dl dd a
{
  background-image: none;
  border: none;
  font-size: 14px;
  color: #333;
}


.pro-nav li a:hover,
.pro-nav dl dd a:hover
{
  background-color: #ff0000;
  color: #fff;
}

a.pro-more
{
  display: block;
  height: 47px;
  line-height: 47px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  background-color: #0b8fd9;
  margin: 42px 7px 0;
}


.pro-r
{
  width: 884px;
  float: right;
}

.pro-r-hd
{
  height: 44px;
  background: url("../image/pro-r-hd.jpg") no-repeat bottom right;
}

.pro-r-hd h3
{
  display: inline-block;
}
.pro-r-hd h3 a
{
  display: inline-block;
  width: 119px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: url("../image/pro-r-hd-a.png") no-repeat bottom center #008de2;
  font-size: 18px;
  color: #ffffff;
  font-weight: normal;
}
.pro-r-hd h3 a:nth-child(2)
{
  background: none;
  color: #666666;
}


.pro-r-hd h3 a:hover
{
  color: #ffffff;
  background: url("../image/pro-r-hd-a.png") no-repeat bottom center #008de2;
}
a.pro-r-more
{
  display: block;
  float: right;
  line-height: 44px;
  font-size: 18px;
  color: #666666;
  margin-right: 22px;
}
.pro-list
{
  margin-top: 32px;
}
.pro-list li
{
  width: 270px;
  float: left;
  margin-right: 37px;
}
.pro-list li:nth-child(3n)
{
  margin-right: 0;
}
.pro-img
{
  width: 100%;
  height: 230px;
}
.pro-img img
{
  display: block;
}
.pro-list li p
{
  font-size: 17px;
  color: #666666;
  line-height: 55px;
  text-align: center;
}

/* */

/* service */
.service
{
  height: 663px;
  background: url("../image/service.jpg") no-repeat center;
  position: relative;
}

.ser-box
{
  width: 188px;
  height: 216px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-left: 26px;
}

.ser-box p
{
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  padding-top: 73px;
  background: url("../image/ser-box-p.png") no-repeat top;
}

.ser-box h3
{
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  line-height: 36px;
  margin-top: 17px;
  padding-bottom: 30px;
  background: url("../image/ser-box-h3.png") no-repeat bottom;
}


/* advantage */
.advantage .adv-tit
{
  padding: 65px 0 54px;
}
.adv-tit
{
  text-align: center;
}
.adv-tit h3
{
  font-size: 27px;
  color: #e91718;
  font-weight: normal;
}

.adv-tit p
{
  height: 22px;
  margin-top: 12px;
  background: url("../image/adv-tit.png") no-repeat left 15px center;
}

.adv-box
{
  background: url("../image/adv-box.jpg") no-repeat center top 50px;
  padding-bottom: 85px;
}

.adv-box li
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adv-box li:nth-child(n+2)
{
  margin-top: 65px;
}
.adv-con
{
  width: 50%;
  padding-right: 90px;
}

.adv-con:last-child
{
  padding-right: 0;
  padding-left: 90px;
}

.adv-box li:first-child .adv-img,
.adv-box li:nth-child(3) .adv-img,
.adv-box li:nth-child(5) .adv-img
{
  position: relative;
  left: -53px;
}


.adv-bd h3
{ 
  font-size: 29px;
  color: #0a1a53;
}

.adv-bd h3 p
{
  width: 395px;
  height: 40px;
  border: 2px solid #6dbce8;
  font-size: 16px;
  line-height: 40px;
  color: #0a1a53;
  margin: 14px 0 43px;
  text-indent: 10px;
}
.adv-text p
{
  font-size: 18px;
  color: #0a1a53;
  padding-left: 21px;
  line-height: 33px;
  background: url("../image/adv-text-p.png") no-repeat left top 10px;
}

/* about */
.about
{
  padding-top:58px;
  height: 790px;
  background: url("../image/about-bg.jpg") no-repeat top center;
}
.about-box
{
  width: 283px;
  display: inline-block;
  background-color: #fff;
  padding-bottom: 23px;
  float: left;
}
.about-box-hd
{
  height: 144px;
  background: url("../image/about-box-hd.png") no-repeat center #d92728;
}

.about-box-nav a
{
  display: block;
  width: 229px;
  height:50px;
  margin: 26px auto 0;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #666666;
  border: 1px solid #b5b5b5;
}

.about-img
{
  width: 860px;
  height: 417px;
  float: right;
}

.about-tel
{
  width: 259px;
  font-size: 28px;
  color: #008de2;
  font-family: fantasy;
  padding: 24px 0 0 50px;
  line-height: 28px;
  border-top: 2px solid #c9c9c9;
  margin: 45px auto 0;
}
.about-tel p
{
  padding-left: 24px;
  font-size: 14px;
  color: #666666;
  background: url("../image/about-tel.png") no-repeat left;
  margin-bottom: 18px;line-height: 14px;
}
.about-text
{
  width: 879px;
  margin-top: 100px;
  float: right;
  height: 145px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 50px;
  font-size: 18px;
  color: #666666;
  line-height: 37px;
  display: inline-block;
  vertical-align: top;
}


/* case */
.case .box-tit
{
  padding: 49px 0 56px;
}

.case-box
{
  position: relative;
}
.case-box li
{
  width: 389px;
  height: 286px;
  float: left;
  margin-right: 16px;
}
.case-box li img
{
  display: block;
}

.case-box .bd
{
  width: 1200px;
  height: 286px;
  overflow: hidden;
}

.case-btn a
{
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.case-btn a.prev
{
  left: -55px;
  background: url("../image/prev.png") no-repeat center;  
}

.case-btn a.next
{
  right: -55px;
  background: url("../image/next.png") no-repeat center;
}


/* news */
.news
{
    padding-bottom:50px;
}
.news .box-tit
{
  padding: 76px 0;
}
.news-l
{
  width: 580px;
  display: inline-block;
}
.news-l li
{
  height: 95px;
  border: 1px solid #bfbfbf;
}
.news-l li:nth-child(n+2)
{
  margin-top: 28px;
}
.news-num
{
  display: inline-block;
  width: 96px;
  height: 93px;
  background-color: #eeeeee;
  text-align: center;
  font-size: 30px;
  color: #666666;
  line-height: 30px;
  padding-top: 20px;
}

.news-num p
{
  font-size: 12px;
  line-height: 12px;
  margin-top: 14px;
}

.news-text
{
  display: inline-block;
  vertical-align: top;
  width: 465px;
  padding: 23px 0 0 17px;
}

.news-text h3
{
  color: #666;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
}
.news-text p
{
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
  line-height: 14px;
}


.news-r
{

  width: 576px;
  float: right;
}

.news-r-img
{
  margin-bottom: 10px;
}
.news-r li:nth-of-type(2)
{
  margin-top: 35px;
}
.news-r h3
{
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  padding-left: 38px;
  line-height: 18px;
  background: url("../image/news-r-h3.png") no-repeat left 15px center;
}

.news-r p
{
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  padding-left: 38px;
  line-height: 14px;
  margin-top:14px;
}



.link
{
  margin-top: 68px;
  margin-bottom: 57px;
  display: none;
}
.link .w
{
  height:125px;
  border: 1px solid #d8d8d8;
  padding-top: 35px;
}

.link span
{
  display: inline-block;
  width: 180px;
  height: 65px;
  background: url("../image/link.jpg") no-repeat center;
  border-right: 1px solid #ccc;
  margin-right: 20px;
}

.link p
{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
  line-height: 30px;
  width: 950px;
}

.link p a {
    margin-right: 15px;
}

.footer {
  border-top: 31px solid #0065cc;
  background: #2e2e2e;
}
.footer .footer-hd {
  padding: 20px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-hd .footer-hd-item {
  width: 30%;
  border-right: 1px solid #818181;
  min-height: 217px;
}
.footer .footer-hd .footer-hd-item:last-of-type {
  border-right: 0;
}
.footer .footer-hd .footer-hd-code h2 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  background: url(../image/ftline.png) no-repeat center;
}
.foot-link
{
    text-align: center;
    padding: 15px 0;
}
.foot-link a
{
	display:inline-block;
	padding: 0 10px;
}
.footer .footer-hd .footer-hd-code .link {
  text-align: center;
  margin: 15px 0;
}
.footer .footer-hd .footer-hd-code .link a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.footer .footer-hd .footer-hd-code ul {
  text-align: center;
}
.footer .footer-hd .footer-hd-code ul li {
  width: 124px;
  height: 120px;
  background: url(../image/codebg.png) no-repeat center;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: top;
}
.footer .footer-hd .footer-hd-code ul li img {
  max-width: 73%;
}
.footer .footer-hd .footer-hd-code ul li p {
  font-sizE: 12px;
  color: #fff;
}
.footer .footer-hd dt {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.footer .footer-hd dt::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  border-left: 21px solid #f08200;
  border-right: 31px solid #fff;
  margin-top: 7px;
}
.footer .footer-hd .footer-hd-nav a {
  display: inline-block;
  width: 30%;
  font-sizE: 18px;
  line-height: 40px;
  color: #fff;
}
.footer .footer-hd .footer-hd-contact .tel {
  background: url(../image/fttel.png) no-repeat left center;
  font-size: 16px;
  color: #fff;
  padding-left: 58px;
  margin-bottom: 20px;
}

.footer .footer-hd .footer-hd-contact .tel:last-child {
    background: url(../image/foot-wz.png) no-repeat left center;
}
.footer .footer-hd .footer-hd-contact .tel p {
  font-size: 24px;
}
.footer .footer-hd .footer-hd-contact .tel:nth-of-type(2) p {
  font-size: 18px;
}
.footer .footer-bd {
  padding: 18px 0;
  border-top: 1px solid #606060;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  position: relative;
}

.footer .footer-bd p {
    display: inline-block;
}

footer-bd a {
    margin-right: 15px;
    display: inline-block;
}
.footer .footer-bd .totop {
  display: block;
  font-sizE: 14px;
  width: 100px;
  height: 25px;
  border: 1px solid #bfbfbf;
  text-align: center;
  line-height: 23px;
  position: absolute;
  top: 10px;
  right: 0;
}
.footer .footer-bd .totop::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bfbfbf;
  margin-left: 10px;
  vertical-align: 1px;
}

/* ------------------------------------- */

