.header-fix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	color: #fff;
	/*background: #fff;*/
    /*box-shadow: 0 1px 7px #c5c5c5;*/
}
.header-nofix{
    position: relative;
    color: #000;
}
.header-fix.shadow{
    box-shadow: 0 1px 7px #c5c5c5;
}

.header-region .w {
    position: relative;
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo {
    position: absolute;
    top: 0;
	width: 295px;
	height: 77px;
	background: #fff;
}
.header-tel {
	font-size: 25px;
}
.header-tel span {
	margin-left: 5px;
	font-size: 38px;
	color: #1b46a8;
	font-weight: bold;
}
.header-search {
	margin-left: 25px;
	width: 230px;
	border: 3px solid #1b46a8;
	height: 40px;
	border-radius: 20px;
}
.header-search .search-key {
	width: 185px;
	line-height: 24px;
	padding: 3px 15px;
	height: 32px;
	background: none;
	border: none;
	color: #696969;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.header-search .search-button {
	width: 30px;
	height: 30px;
	background: url(../image/search_bt.png) no-repeat center;
	border: none;
	cursor: pointer;
	vertical-align: top;
}
.header-code {
	position: relative;
	margin-left: 20px;
}

.header-code .hidecode {
	position: absolute;
	top: 42px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	line-height: 0;
	display: none;
}
.header-code .hidecode img {
	max-width: 100%;
}
.header-code:hover .hidecode {
	display: block;
}
.showcode{
    display: flex;
}

.navbar {
	/* border-top: 1px solid #313c46; */
}

.navbar {
	height: 50px;
	position: absolute;
    right: 0;
    bottom: 0;
}
.navbar #nav_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.navbar #nav_box li {
	text-align: center;
	position: relative;
	flex: 1;
}
.navbar #nav_box li a {
	line-height: 50px;
	font-size: 25px;
	color: #fff;
	display: block;
	/*background: url(../image/navli.png) no-repeat right center;*/
	    padding: 0 50px;
}
.header-nofix .navbar #nav_box li a{
    color: #000;
}
.header-nofix .navbar #nav_box li ul li a{
    color: #fff;
}
.navbar #nav_box li.on > a,
.navbar #nav_box li:hover > a {
	color: #1b46a8;
}
.navbar #nav_box li:last-of-type a {
	background: none;
}
.navbar #nav_box li ul {
	position: absolute;
	top: 50px !important;
	left: 0;
	min-width: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 99;
}
.navbar #nav_box li:hover ul {
	display: block;
}
.navbar #nav_box li ul li a {
	line-height: 60px;
	font-size: 18px;
	padding: 0 10px;
	white-space: nowrap;
	background: none;
	color: #fff;
}
.navbar #nav_box li ul li a:hover {
	background: rgba(0, 0, 0, 0.3);
    color: #fff;
}
/*.banner {*/
/*	margin-top: 123px;*/
/*}*/
.serve-region {
	padding: 90px 0;
}
.serve-slogan {
	font-size: 16px;
	color: #333;
    line-height: 27px;
	text-align: center;
    margin: 60px 0 85px;
}
.serve-slogan span {
	font-size: 24px;
	font-family: arial;
	font-weight: bold;
	color: #1a42a3;
}
.serve-region ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
}
.serve-region ul li{
	transition: all .3s;
}
.serve-region ul li .img{
	width: 176px;
	height: 176px;
	border: 1px solid #132141;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	overflow: hidden;
}
.serve-region ul li p{
	font-size: 16px;
	color: #333;
    margin-top: 16px;
}
.serve-region ul li:hover{
	transform: translateY(-5px);
}

.news-region{    
	padding: 70px 0;
	background: #1b46a8;
}
.news-region .box-tit{
	background-image: url(../image/box_titbg2.png);
}

.news-region .box-tit h3{
	color: #fff;
}
.news-region .news-bd .hd{
    margin: 58px 0 55px;
	text-align: center;
}
.news-bd .hd li{
	display: inline-block;
	margin: 0 15px;
}
.news-bd .hd a{
    display: block;
    color: #fff;
    line-height: 38px;
    background: #fff;
    color: #333;
    font-size: 15px;
	padding: 0 34px;
	transition: all .3s;
}
.news-bd .hd a:hover{
	background: rgba(255, 255, 255, 0.6);
}
.news-bd .bd li{
	border-bottom: 1px dashed #657888;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news-bd .bd li:last-of-type{
	margin-bottom: 0;
}

.news-bd .bd a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-bd .bd .index{
	width: 129px;
	height: 211px;
	border: 1px solid #cccccc;
	line-height: 199px;
	text-align: center;
	color: #ccc;
    font-size: 50px;
    font-family: arial;
	font-style: italic;
	transition: all .3s;
}
.news-bd .bd .img{
	width: 353px;
	line-height: 0;
}
.news-bd .bd .img img{
	width: 100%;
}
.news-bd .bd .desc{
    width: 60%;
	padding-left: 3%;
	color: #fff;
}
.news-bd .bd .desc h5{
	font-size: 22px;
	font-weight: normal;
}
.news-bd .bd .desc p{
    font-sizE: 15px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 17px 0 43px;
    font-family: arial;
}
.news-bd .bd .desc span{
    display: block;
    width: 126px;
    background: #fff;
    line-height: 38px;
    text-align: center;
    color: #666666;
    font-size: 15px;
}
.news-bd .bd li:hover .index{
	background: #fff;
	color: #1a42a3;
}
.umproCon-tit{
	/*line-height: 48px;*/
	/*color: #fff;*/
	/*font-size: 18px;*/
	/*text-indent: 20px;*/
	background: #BBBBBB;
	margin-bottom: 10px;
	margin-top: 50px;
    /*text-align: center;*/
    height: 1px;
}



.product-region {
	padding: 70px 0 60px;
	/*background: url(../image/probg.jpg) no-repeat center;*/
}
.product-tit {
	text-align: center;
	margin-bottom: 150px;
}
.product-tit h2 {
	/* height: 187px; */
	font-size: 75px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	/* background: url(../image/protit.png) no-repeat center; */
	margin-bottom: 20px;
	letter-spacing: 8px;
}
.product-tit p {
    padding: 25px 0;
	font-size: 33px;
	color: #373737;
	letter-spacing: 0px;
}
.product-region ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 100px;
}
.product-region li {
	/*float: left;*/
	/*padding: 8px;*/
	/*width: 25%;*/
	width: 475px;
	margin-bottom: 50px;
}
.product-region li .img {
	position: relative;
}
.product-region li .img img {
	width: 100%;
	display: block;
}
.product-region li .img .hov {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: rgba(12, 16, 33, 0.8);
	text-align: center;
	overflow: hidden;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.product-region li:hover .img .hov {
	height: 100%;
}
.product-region li .img .hov p {
	margin: 0 auto 20px;
	color: #ffffff;
	font-size: 12px;
	line-height: 28px;
	max-height: 84px;
	overflow: hidden;
}
.product-region li .img .hov span {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(../image/ico_search.png) no-repeat center;
}

.product-region li .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
	background: rgba(0,0,0,.6);
}
.product-region li .desc h3 {
	line-height: 70px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
    text-align: center;
}
.product-region li .desc h3 span {
	float: right;
	line-height: 26px;
	background: url(../image/ico_heart.png) no-repeat left;
	padding-left: 22px;
	color: #101b26;
	font-size: 16px;
	font-style: normal;
	cursor: pointer;
	display: block;
}
.product-region li .desc p {
	margin-top: 5px;
	font-size: 12px;
	color: #666;
	height: 16px;
	overflow: hidden;
}
.product-region li .desc:hover h3 {
	color: #1b46a8;
}
.product-region li .desc:hover span {
	background: url(../image/ico_heart_h.png) no-repeat left;
}

.footer-region {
	background: #333;
	font-size: 14px;
	color: #888;
	line-height: 24px;
}
.footer-slogan {
	padding: 35px 0;
}
.footer-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 48px 0 48px;
}

.footer-share .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}
.footer-share .bdsharebuttonbox a {
	float: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(83, 83, 83, 0.5);
}
.footer-share .bdsharebuttonbox .bds_weixin {
	background-image: url(../image/ico_wx.png);
}
.footer-share .bdsharebuttonbox .bds_tsina {
	background-image: url(../image/ico_sina.png);
}
.footer-share .bdsharebuttonbox .bds_sqq {
	background-image: url(../image/ico_qq.png);
}
.footer-share .bdsharebuttonbox .bds_qzone {
	background-image: url(../image/ico_space.png);
}
.footer-share .bdsharebuttonbox a:hover {
	background-color: rgba(83, 83, 83, 1);
}
.footer-contact {
	border-top: 1px solid rgba(83, 83, 83, 0.3);
	padding: 43px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-contact .address {
	font-size: 18px;
	color: #fff;
	margin-top: 0;
	background: url(../image/ico_address.png) no-repeat left;
	padding-left: 25px;
	margin-top: 10px;
	letter-spacing: 0px;
}
.footer-contact .tel {
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	margin-top: 10px;
}
.footer-contact img {
	margin: 30px 0 0;
}

.footer-menu .tit {
	font-size: 18px;
	color: #eee;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 15px;
}
.footer-menu .tit p {
	font-size: 18px;
	color: #eee;
	opacity: 0.5;
}
.footer-menu .tit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 1px;
	background: #1b46a8;
}
.footer-form {
	width: 438px;
}
.footer-form input {
	float: left;
	width: 49%;
	box-sizing: border-box;
	margin-right: 2%;
	margin-top: 10px;
	border: none;
	height: 36px;
	padding: 6px 15px;
	line-height: 24px;
	background: #424959;
	color: #ffffff;
	letter-spacing: 2px;
}
.footer-form input:nth-of-type(2) {
	margin-right: 0;
}
.footer-form input:nth-of-type(3) {
	width: 100%;
}
.footer-form textarea {
	width: 100%;
	background: #424959;
	color: #ffffff;
	padding: 6px 15px;
	line-height: 24px;
	box-sizing: border-box;
	border: none;
	margin-top: 10px;
	overflow: hidden;
	resize: none;
	outline: none;
}

.footer-form .submit {
	padding: 0;
	width: 130px;
	height: 36px;
	line-height: 36px;
	background: #1b46a8;
	color: #ffffff;
	letter-spacing: 3px;
	outline: none;
	border: none;
	cursor: pointer;
}
.footer-menu a {
	display: inline-block;
	width: 50%;
	line-height: 24px;
	height: 24px;
	font-size: 12px;
	color: #bbbbbb;
}

.footer-copyright {
	border-top: 1px solid rgba(83, 83, 83, 0.3);
	padding: 35px 0;
	font-size: 14px;
	line-height: 24px;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-copyright a {
	color:white;
}

*{
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    box-sizing: border-box;}
  a{text-decoration: none;color: #000000;}
  a:hover{color:none;}
/*.w{width: 1200px;margin: 0 auto;}*/

.slideTxtBox .hd ul{display: flex;justify-content: space-between;}
.slideTxtBox .hd ul li{width: 25%;height: 300px;overflow: hidden;position: relative;display: flex;justify-content: center;}
.slideTxtBox .hd ul li img{width: 100%;}
.slideTxtBox .hd ul li p{position: absolute;top: 0px;width: 100%;left: 0;color: white;text-align: center;
  font-size: 40px;text-shadow: 0 0 5px grey;width: 100%;height: 100%;padding-top:100px;}
.slideTxtBox .hd ul li:hover p,.slideTxtBox .hd ul li.on p{font-weight: bold;background: rgba(0,0,0,0.4);}
.slideTxtBox .hd ul li:hover,.slideTxtBox .hd ul li.on{border-bottom: 8px #0046a7 solid;}
.slideTxtBox .bd ul li {overflow: hidden;display: flex;justify-content: center;position: relative;}
.slideTxtBox .bd ul li img{width:100%}
/*.slideTxtBox .bd ul li img{height: 100%;}*/
.slideTxtBox .bd ul li>div{position: absolute;width: 800px;left: 50%;height:140px;bottom: 120px; transform: translateX(-50%)}
.slideTxtBox .bd ul li>div .dfl{float: left;width: 680px;height: 100%;background: #0046a7;padding: 6px 60px;color:white;}
.slideTxtBox .bd ul li>div .dfl p{font-size:45px;font-weight: bold;}
.slideTxtBox .bd ul li>div .dfl span{font-size: 30px;}
.slideTxtBox .bd ul li>div .dfr{float:left;width: 118px;height: 100%;background: rgba(0,0,0,0.4);padding: 10px;}
.slideTxtBox .bd ul li>div .dfr img{width: 100%;}

.bg1{ height:1000px; background: url(../image/jc.jpg) no-repeat center top; background-size:100% auto;padding-top: 45px;}
.atop {overflow: hidden;}
.atop .alogo{float: left;}
.atop .alogo img{width: auto;}
.atop ul{float: right;display: flex;flex-wrap: nowrap;justify-content: space-between;color: white;}
.atop ul li{ padding-left: 40px;}
.atop ul li strong{font-size: 70px; line-height: 1.2;float: left;}
.atop ul li p{font-size: 23px;line-height: 50px;float: left;}
.atop ul li div{overflow: hidden;}
.atop ul li span{font-size: 18px;float: left;}
.acont{margin-top: 40px;}
.acont img{float: left;width: 750px;}
.acont>div{float: right;width: 48%;color: white;}
.acont>div p{font-size: 38px;font-weight: bold;}
.acont>div div{font-size:18px ;}

.bg2{background: url(../image/bg2.jpg) no-repeat center;background-size:100% 100%;height: 1354px;}
.bg2 ul{display: flex;flex-wrap: wrap;justify-content: space-between; padding: 0 100px;}
.bg2 ul li{width: 350px;background:url(../image/lan.jpg) no-repeat;padding:30px 45px;text-align: center; background-size:100% 100%;height: 310px;color: white;margin-bottom:140px;}
  .bg2 ul li strong{font-size: 28px;margin-bottom: 12px;display: block;}
  .bg2 ul li p{font-size: 21px;margin-bottom: 25px;height: 110px;}
  .bg2 ul li img{width: 170px;}


.lc{display: flex;flex-wrap: nowrap;justify-content: space-between; padding: 0 100px;}
.lc li{text-align: center;}
.lc li:nth-child(2n){margin-top: 90px;}
  .lc li div{width: 200px;height: 200px;border-radius: 50%;background: #cfcfcf;vertical-align: middle; line-height:200px;}
  .lc li div img{vertical-align: middle;}
  .lc li:hover div{background: #004098;}
  .lc li p{ margin-top:25px; font-size: 30px;font-weight: bold;}
  .lc li:hover p{color: #004098;}
  .lc li span{font-size: 25px;}
  .forms{overflow: hidden;}
  .forms div{font-size: 40px;float: left;width: 49%;}
  .forms img{float: right;width: 780px;}
  .forms input{width: 100%;height: 60px;font-size: 30px;border-bottom:1px gray solid;margin-bottom: 25px;}
  .forms button{width: 375px;height: 80px;background: #c92323;color: white;font-size:36px;border-radius: 10px;margin-top: 40px;float: right;}
.bott{font-size: 24px;color: white;padding-bottom: 30px;border-bottom: 2px #767676 solid;}
.sd li:last-child{display:none}

.botb{padding-top: 30px;overflow:hidden}
.botl{float: left;width: 50%;}


.botr{float: right;color: white;width: 50%;}
.botr p{font-size: 26px;text-align: left;line-height: 50px;}
.botr span{font-size: 26px;text-align: left;display: block;margin-bottom:20px}

.foot-menu-item{ margin-right:40px;}
.foot-menu-item a{ color:#fff;}
.foot-menu-item .t1{ font-size:33px;}
.foot-menu-item ul{ padding-top:20px;}
.foot-menu-item li{font-size:24px; line-height: 46px;}
.foot-menu-item:last-child{display:none;}

