.header .w {
	height: 145px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo p{
	padding-left:35px;
}
.header .header-tel {
	background: url(../image/htel.png) no-repeat left center;
	padding-left: 70px;
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	padding-top: 5px;
}
.header .header-tel p {
	font-size: 28px;
	font-family: arial;
	color: #36aa25;
}
/*
	  ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª
  */
.navbar {
	height: 40px;
	background: #212121;
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	min-height: auto;
}
.navbar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#nav_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li {
	position: relative;
	flex: 1 1 auto;
	text-align: center;
}
.navbar li a {
	font-size: 16px;
	line-height: 40px;
	display: block;
	color: #fff;
	text-align: center;
}
.navbar li a:hover,
.navbar li.on a {
	background-color: #004a7e;
}
.navbar li {
	position: relative;
}
.nav li ul {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	background-color: #212121;
	display: none;
	z-index: 995;
}
.nav li ul li {
	width: 100%;
	height: 34px;
}
.nav li ul li a {
	font-size: 12px;
	color: #fff;
	background: #212121;
	line-height: 34px;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
}
.nav li ul li a:hover {
	color: #fff;
	background: #004a7e;
}
.nav .on ul li a {
	background-color: #212121;
	color: #fff;
	background: #212121;
}
.nav .on ul li a:hover {
	background: #004a7e;
}
.nav li ul ul {
	left: 200px !important;
}
.search-region {
	height: 57px;
}
.search-region .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-region .search-hot {
	font-size: 12px;
	color: #666;
}
.search-region .search-form .search-key {
	line-height: 34px;
	border: 1px solid #dddddd;
	width: 200px;
	border-right: 0;
	outline: none;
	padding: 0 20px;
	color: #666;
}
.search-region .search-form .search-button {
	line-height: 36px;
	height: 36px;
	vertical-align: top;
	background: #ef1217;
	width: 80px;
	outline: none;
	cursor: pointer;
	border: none;
}
.region-tit {
	text-align: center;
	line-height: 1.8;
}
.region-tit h2 {
	font-size: 24px;
	color: #2b2b2b;
}
.region-tit p {
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
}
.product-region {
	background: #f2f2f2;
	padding: 60px 0;
}
.product-bd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background: #f0f0f0;
	margin-top: 50px;
}
.product-bd .hd {
	width: 220px;
}
.product-bd .hd li {
	border-bottom: 1px solid #fff;
}
.product-bd .hd li a {
	display: block;
	line-height: 79px;
	text-align: center;
	transition: all 0.5s;
	font-size: 14px;
	color: #353535;
}
.product-bd .hd li.on a {
	background: url(../image/lsideli.jpg) no-repeat center;
	color: #fff;
	line-height: 116px;
}
.product-bd .bd {
	background: #fff;
	width: 980px;
	padding: 20px 37px;
}
.product-bd .bd li {
	width: 292px;
	border: 1px #dedede dotted;
	padding: 15px;
	float: left;
	margin: 0 15px 15px 0;
	transition: all 0.3s;
}
.product-bd .bd li img {
	width: 100%;
	display: block;
}
.product-bd .bd li h5 {
	font-size: 14px;
	line-height: 23px;
	color: #666;
	text-align: center;
	font-weight: normal;
	margin-top: 9px;
}
.product-bd .bd li:nth-of-type(3n) {
	margin-right: 0;
}
.product-bd .bd li:hover {
	border-color: #0065ad;
}
.product-bd .bd li:hover h5 {
	color: #0065ad;
}
.show-region {
	height: 700px;
	background: url(../image/casebg.jpg) no-repeat center;
	padding-top: 60px;
}
.show-region .region-tit h2 {
	color: #fff;
}
.show-bd {
	margin-top: 50px;
}
.show-bd ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.show-bd li {
	position: relative;
}
.show-bd li p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 84px;
	color: #fff;
	font-size: 14px;
}
.show-bd li img {
	display: block;
}
.problem-region {
	padding-top: 95px;
}
.problem-region .w {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.problem-region .problem-img {
	line-height: 0;
}
.problem-region .problem-bd .tit {
	margin-bottom: 30px;
}
.problem-region .problem-bd .tit p {
	font-size: 27px;
	color: #333;
}
.problem-region .problem-bd .tit h2 {
	font-size: 55px;
	color: #004875;
}
.problem-region .problem-bd li {
	font-size: 16px;
	color: #444;
	line-height: 50px;
	background: url(../image/sxing.png) no-repeat left 14px;
	padding-left: 29px;
}
.ban-region {
	height: 179px;
	background: url(../image/banbg.png) repeat-x center;
}
.ban-region .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ban-region .item-hd p {
	font-size: 22px;
	color: #fff;
}
.ban-region .item-hd p span {
	color: #0a3158;
}
.ban-region .item-hd h2 {
	font-size: 33px;
	color: #005c90;
	text-shadow: 0 0 4px #fff;
}
.ban-region .item-hd .en {
	font-size: 12px;
	color: #fff;
	font-family: arial;
}
.ban-region .item-tel {
	width: 262px;
	height: 77px;
	background: url(../image/banicon.png) no-repeat 33px center #bf1f1f;
	font-size: 13px;
	color: #fff;
	padding-left: 70px;
	padding-top: 14px;
}
.ban-region .item-tel p {
	font-size: 22px;
	font-weight: bold;
	font-family: arial;
}
.advant {
  padding-bottom: 80px;
}
.advant .advant-tit {
  padding: 65px 0 85px;
  text-align: center;
}
.advant .box {
  width: 800px;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.54s;
}
.advant .box .advant-img {
  position: relative;
}
.advant .box .advant-img img {
  display: block;
  width: 100%;
}
.advant .box .advant-img .center {
  transition: 0.54s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advant .box .advant-img .center img {
  display: block;
  width: 300px;
}
.advant .box .advant-img .center .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advant .box .advant-img .center .text p {
  font-size: 70px;
  font-weight: bold;
  width: 140px;
  line-height: 90px;
  color: #e2e2e2;
  cursor: pointer;
}
.advant .box .advant-img .center .text p:hover {
  color: #ffbc00;
}
.advant .box:hover {
  transform: rotate(5deg);
}
.advant .box:hover .center {
  transform: translate(-50%, -50%) rotate(-5deg);
}

.slogan-region {
	height: 182px;
	text-align: center;
	color: #fff;
	padding-top: 33px;
	background: url(../image/sloganbg.png) no-repeat center;
}
.slogan-region h2 {
	font-size: 34px;
}
.slogan-region h2 em {
	color: #0a3158;
}
.slogan-region h2 em b {
	color: #bf1f1f;
	font-size: 40px;
	font-family: arial;
}
.slogan-region .en {
	color: #0a3158;
	font-family: 13px;
	font-family: arial;
	text-transform: uppercase;
}
.slogan-region p {
	font-size: 18px;
	color: #0a3158;
	margin-top: 10px;
}


.i-about{

    padding-top: 48px;
    height: 560px;
}
.i-about-bd{
    margin-top: 31px;
    position: relative;
}
.i-about-bd .item-text{
    height: 343px;
    width: 617px;
    background: url(../image/about-text.png) no-repeat center;
    position: absolute;
    right: 0;
    padding: 28px 22px 0 40px;
}
.i-about-bd .item-text h2{
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #4cadd8;
    margin-bottom: 15px;
    font-size: 22px;
    padding-bottom: 14px;
}
.i-about-bd .item-text .item-text-bd{
    font-size: 14px;
    color: #fff;
    height: 180px;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 23px;
}
.i-about-bd .item-text .item-text-bd p{
    text-indent: 2rem;
}
.i-about-bd .item-text .item-text-ft{
    width: 109px;
    background: #db0000;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 13px;
    display: block;
}
.i-about-bd .item-text .item-text-ft:hover{
	opacity: 0.8;
}

/*

.about-region {
	padding: 60px 0 20px;
	background: #f7f7f7;
}
.about-bd {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.about-bd .about-left {
	width: 100%;
}
.about-bd .about-left .about-img img {
	width: 100%;
	display: block;
}
.about-bd .about-left .about-desc {
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	height: 160px;
	overflow: hidden;
}
.about-bd .about-honor {
	width: 252px;
	display: none;
}
.about-bd .about-honor .honor-swiper {
	position: relative;
	margin-top: 12px;
}
.about-bd .about-honor .honor-swiper img {
	width: 100%;
	display: block;
}
.about-bd .about-honor .honor-swiper .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding-top: 6px;
}
.about-bd .about-honor .honor-swiper .hd li {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	text-indent: 10px;
	overflow: hidden;
	cursor: pointer;
}
.about-bd .about-honor .honor-swiper .hd li.on {
	background: rgba(255, 255, 255, 0.9);
}

*/

.strength-region {
	padding: 60px 0;
}
.strength-region ul {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.strength-region li {
	width: 292px;
	transition: all 0.3s;
}
.strength-region li .img {
	border: 3px solid #c6c4c5;
	line-height: 0;
	margin-bottom: 20px;
}
.strength-region li .img img {
	width: 100%;
}
.strength-region li h3 {
	text-align: center;
	background: url(../image/gthp.png) no-repeat center;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
}
.strength-region li h4 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 3px;
}
.strength-region li p {
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	font-family: arial;
	margin: 0 15px;
}
.strength-region li:hover {
	transform: translateY(-5px);
}
.news-region .w {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news-region .news-tit {
	border-bottom: 1px solid #eaeaea;
	height: 39px;
	margin-bottom: 25px;
}
.news-region .news-tit h2 {
	display: inline-block;
	border-bottom: 1px solid #f13a3a;
	color: #be1f1f;
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
}
.news-region .news-left {
	width: 785px;
}
.news-region .news-left .news-left-bd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news-region .news-left .news-left-bd ul {
	width: 390px;
}
.news-region .news-left .news-left-bd ul li {
	font-size: 15px;
	font-family: arial;
	border-bottom: 1px dashed #e2e2e2;
	line-height: 40px;
}
.news-region .news-left .news-left-bd ul li a {
	display: block;
}
.news-region .news-left .news-left-bd ul li a:hover {
	color: #ef1217;
}
.news-region .news-left .news-left-bd ul li:last-of-type {
	border-bottom: 0;
}
.news-region .news-left-img {
	width: 366px;
	line-height: 0;
}
.news-region .news-left-img img {
	width: 100%;
}
.news-region .news-faq {
	width: 385px;
}
.news-region .news-faq li {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	box-sizing: content-box;
}
.news-region .news-faq li i {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #333;
	color: #fff;
	margin-right: 10px;
	text-align: center;
	float: left;
	font-size: 13px;
}
.news-region .news-faq li h5 {
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 10px;
	font-size: 15px;
}
.news-region .news-faq li h5 i {
	background: #ef1217;
}
.news-region .news-faq li p {
	font-size: 13px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #666;
}
.news-region .news-faq li:hover h5 {
	color: #ef1217;
}
.footer {
	background: url(../image/ftbg.jpg) no-repeat top center;
	margin-top: 60px;
}
.footer-hd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #fff;
	padding: 40px 0 50px;
}
.footer-hd dt {
	font-size: 18px;
	margin-bottom: 10px;
}
.footer-hd dd a {
	display: block;
	font-size: 14px;
	line-height: 2;
}
.footer-hd .footer-tel {
	font-size: 16px;
	white-space: nowrap;
	width: 37%;
}
.footer-hd .footer-tel p {
	color: #e60d36;
	font-size: 30px;
	font-family: arial;
	line-height: 1.2;
	font-weight: bold;
}
.footer-hd .footer-tel img {
	margin-right: 15px;
	width: 123px;
}
.footer-hd .footer-tel a {
	display: inline-block;
	width: 162px;
	line-height: 35px;
	background: #ef1217;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.footer-copyright {
	text-align: center;
	color: #fff;
	line-height: 1.8;
	font-family: arial;
	background: #242424;
	padding: 20px 0;
}


/*----------------------------------*/


.section {
    padding: 70px 0;
}

.section {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: bold;
}
.section-title small {
	display: block;
	font-weight: normal;
	font-size: 30px;
}
.section-title:after {
	display: block;
	content: '';
	background: url(../image/cptit.jpg) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 20px;
}


.bg2 {
	background: url(../image/rzbg.jpg) no-repeat center / cover;
	color: #fff;
	background-size: cover;
	background-attachment: fixed;
}
.bg2 .section-title:after {
	background-image: url(../image/cptit.png);
}
.in-rz {
	margin-left: -82px;
	display: flex;
	justify-content: space-around;
}
.in-rz li {
	width: 131px;
}

.in-rz li:nth-child(n+5){
	display:none;
}

.in-rz li .wrap {
	display: table;
	width: 100%;
	height: 131px;
	position: relative;
}
.in-rz li .wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../image/rzico.png) no-repeat 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.in-rz li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}
.in-rz li .inner p {
	margin: 0;
}
.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}
.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}
.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}
.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}
.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}
.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.in-rz-tel {
	margin-top: 50px;
	text-align: center;
}
.in-rz-tel p {
	margin: 0 auto;
	width: 535px;
	background: url(../image/rztel.png) no-repeat 0 0;
	height: 64px;
	padding-left: 110px;
	font-size: 16px;
	line-height: 40px;
}
.in-rz-tel strong {
	color: #f7c433;
	font-size: 30px;
	font-family: Impact;
}
.in-rz-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: #015cb5;
	margin: 20px auto 0;
}

/*---------------------------------*/
/**/
.chara{background: url(../image/cha_bj.png) no-repeat center bottom 10px #f8f8f8;overflow:hidden;position:relative;z-index:1;margin-bottom:-16px;}
.chara h3{height: 160px;background:url(../image/x_1.gif) no-repeat center bottom;font:32px "Microsoft YaHei";color:#c4c4c4;text-align:center;text-transform:uppercase;line-height:32px;padding-top:65px;margin-bottom:16px;}
.chara h3 span{ font:30px "Microsoft YaHei"; font-weight:bold; color:#333; line-height:36px;}
.chara h3 em{ color:#00ada9;}
.chara h3 a{ color:#c4c4c4;}
.chara ul{height: 630px;background:url(../image/ch_01.jpg) no-repeat center 14px;position:relative;margin-top: 120px;}
.chara li{ position:absolute; cursor:pointer;}
.chara li strong{display:inline-block;float:left;font:16px "Microsoft YaHei";color:#666;line-height: 22px;}
.chara li i{font-weight:bold;color: #015cb5;}
.chara li i b{ font-size:16px;}
.chara li span{width:82px;height: 86px;display:block;background:url(../image/ch_t6.png) no-repeat center top;overflow:hidden;font:22px "Microsoft YaHei";font-weight:bold;color: #015cb5;text-align:center;line-height:22px;padding-top:22px;float:left;position:relative;font-size: 20px;text-align: center;}
.chara li span em{ font:12px Arial; color:#919191; text-transform:uppercase; text-align:center;line-height:20px;}
.chara .ch1{top: -145px;left:0;width:335px;height:132px;background:url(../image/ch_t1.png) no-repeat right bottom;padding-right:45px;}
.chara .ch1 span{float:right;margin-left:5px;color: #ef1217;}
.chara .ch1 strong{ width:245px; text-align:right; padding-top:24px; float:right;}
.chara .ch2{top: -115px;right:0;width:356px;height:120px;line-height:90px;background:url(../image/ch_t2.png) no-repeat left bottom;padding-left:60px;}
.chara .ch2 span{margin-right:2px;color: cyan;}
.chara .ch2 strong{ width:270px;}
.chara .ch3{top: 82px;right:0;width:320px;height:120px;line-height:90px;background:url(../image/ch_t2.png) no-repeat left bottom;padding-left:62px;}
.chara .ch3 span{ margin-right:10px;}
.chara .ch3 strong{ width:226px;}
.chara .ch4{top: 53px;left: -39px;width:375px;background:url(../image/ch_t3.png) no-repeat right top;padding-top:60px;padding-right:15px;}
.chara .ch4 span{float:right;color: orange;}
.chara .ch4 strong{ width:240px; text-align:right; padding-top:24px; margin-right:10px; float:right;}
.chara .ch5{ top:340px; right:0; width:354px; background:url(../image/ch_t4.png) no-repeat left top; padding:14px 0 0 80px;}
.chara .ch5 strong {width:260px;padding: 0 0 0 10px;}
.chara .cur span{background:url(../image/ch_t7.png) no-repeat center top !important; color:#ffba00;}
.chara .cur span em{ color:#ffba00}

.chara .ch6{
    top: 170px;
    left: -13px;
    background: url(../image/ch_t1.png) no-repeat bottom 0 right 0;
    width: auto;
    padding-right: 27px;
    padding-bottom: 41px;
}
.chara .ch7{
top: 314px;
left: 62px;
}


.chara .ch6 span{
color: #fff464;
}
.chara .ch7 span{
	color:green;
}
.chara .ch5 span{
	color:purple;
}

.cooper {
  padding: 45px 0;
}

.cooper .region-tit{
	padding-bottom:30px;
}

.cooper ul li {
  float: left;
  width: 150px !important;
  height: 150px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 60px;
}


