/*banner背景图片动画*/

@-webkit-keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scale-bg {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/*banner */

.index_main {
	background: #fff;
}

.index_main .section1 {
	position: relative;
}

.index_main .section1 .index_banner .item {
	/*background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;*/
	height: 100vh;
	position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
	visibility: visible;
	/*-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;*/
}

.index_main .section1 .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 87px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.index_main .section1 .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,0.2);*/
}

.index_main .section1 .index_banner .item .inner .block_txt {
	position: absolute;
	top: 44%;
	right: 10px;
	left: 10px;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 3px;
}

.index_main .section1 .slick_txt {
	width: 30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border: 0;
}

.index_main .section1 .left {
	left: 0;
}

.index_main .section1 .right {
	right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
	opacity: 1;
	visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
	background-image: url(../img/ban_prev.png);
	left: 60px;
}

.index_main .section1 .slick_txt .next {
	background-image: url(../img/ban_next.png);
	right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
	background-image: url(../img/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
	background-image: url(../img/ban_next_hover.png);
}

.index_main .section1 .number {
	position: absolute;
	bottom: 8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
	font-family: "Myriad Pro", "Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right: 100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
	margin-right: 0;
}

.index_main .section1 .number span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
	width: 100%;
	opacity: 1;
}

.section2 {
	width: 100%;
	overflow: hidden;
}

.pro_nav_box {
	width: 100%;
	overflow: hidden;
}

.pro_nav_box ul {
	width: 100%;
}

.pro_nav_box>ul>li {
	height: 1080px;
	width: 388px;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
	position: relative;
}

.pro_nav_son {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	background: rgba(0, 104, 183);
	color: #FFFFFF;
	/*  margin-top: -262px;*/
}

.pro_nav_box>ul>li:hover .pro_nav {
	display: none;
	background: rgba(255, 255, 255, 0.6);
}

.pro_nav {
	/* padding: 28px; */
	box-sizing: border-box;
	display: none;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
}

.pro_nav_box>ul>li.hover {
	width: 1241px;
}

.pro_nav_box>ul>li.hover .pro_nav_son {
	display: none;
}

.pro_nav_box>ul>li.hover .pro_nav {
	display: block;
}

.pro_nav .pro_mc {
	height: 60px;
	display: block;
	line-height: 60px;
	font-size: 20px;
	text-decoration: none;
	color: #333;
	text-align: center;
}

.section3 {
	width: 100%;
	overflow: hidden;
	background: url(../img/section3_bg.jpg) no-repeat center;
}

.section3_box {
	position: relative;
}

.section3_ys {
	width: 48%;
}

.section3_ys .ys_one {
	/*height: 500px;*/
	margin-top: 20px;
	height: 300px;
	margin-bottom: 30px;
}

.section3_ys .ys_txt {
	font-size: 18px;
	width: 215px;
	height: 120px;
}

.section3_box {
	overflow: hidden;
	/*	height: 1080px;*/
	/*background: url(../img/ys_bo2.png) no-repeat center;*/
}

.container2 {
	width: 1300px;
	overflow: hidden;
	margin: 20px auto;
}

.ys_img {
	margin-top: 10px;
}

.ys_title {
	width: 120px;
	height: 120px;
	text-align: center;
	border-radius: 50%;
	background: #000000;
}

.ys_title1 {
	/*	margin-left: 120px;*/
}

.ys_title p {
	padding-top: 20px;
	font-size: 20px;
	color: #fff;
}

.ys_title h4 {
	font-size: 20px;
	color: #fff;
}

.ys_title:hover {
	background: #0068b7;
}

.ys_txt2 {
	margin-top: 30px;
}

.section3_ys2 {
	height: 492px;
	margin-left: 409px;
	width: 492px;
	margin: 0 auto;
}

.section4 {
	width: 100%;
	overflow: hidden;
	height: auto;
}

.slideBox {
	height: 1080px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.slideBox .hd {
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 140px;
	line-height: 140px;
	z-index: 1;
}

.slideBox .hd li {
	width: 237px;
	float: left;
	/*margin-top: 10px;*/
	height: 60;
	line-height: 60px;
	overflow: hidden;
	color: #fff;
	border-bottom: 2px solid #fff;
	margin-left: 30px;
	text-align: center;
	cursor: pointer;
}

.slideBox .hd li p {
	font-size: 18px;
}

.slideBox .hd li:hover {
	background: #0068b7;
}

.slideBox .hd li img {
	/*	float: left;*/
	margin-top: 20px;
	line-height: 60px;
}

.slideBox .hd li img {
	/*	float: left;*/
	line-height: 60px;
}

.slideBox .hd li.on {
	color: #FFF;
	background: #0068b7;
	text-decoration: none;
}

.slideBox .bd li {
	width: 100%;
	height: 1080px;
	overflow: hidden;
}

.bd_txt {
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 440px;
	width: 38%;
	padding: 20px;
	margin-left: 40%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 666;
}

.bd_txt a {
	text-decoration: none;
	display: block;
}

.bd_txt a:hover {
	color: #0068b7;
}

.bd_txt h4 {
	font-size: 20px;
	height: 30px;
	font-weight: bold;
}

.bd_txt p {
	font-size: 18px;
}

.bd_txt span {
	font-size: 14px;
	height: 60px;
	line-height: 30px;
}

.slideBox .txtBg {
	position: absolute;
	width: 100%;
	height: 140px;
	bottom: 140px;
	background: #221c1c;
	filter: alpha(opacity=60);
	opacity: 0.8;
}


/*section5*/

.section5 {
	background: url(../img/section3_bg.jpg) no-repeat center;
}

.section5_txt {
	width: 550px;
}

.section5_title h5 {
	font-size: 30px;
	color: #000;
}

.section5_title span {
	font-size: 18px;
	margin-top: 40px;
}

.section5_title p {
	width: 200px;
	height: 3px;
	margin-top: 30px;
	background: #000;
}

.section5_title_txt {
	margin-top: 20px;
}

.section5_title_txt .more1 {
	font-size: 15px;
	height: 120px;
	overflow: hidden;
	line-height: 40px;
	display: block;
	text-decoration: none;
}

.section5_title_txt .more2 {
	margin-top: 40px;
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #0e0e0e;
}

.section5_title_txt .more2:hover {
	background: #013598;
}

.section5_img {
	float: right;
	width: 581px;
	height: 419px;
}

.section5_img a {
	width: 581px;
	height: 419px;
	display: block;
	overflow: hidden;
}

.section5_img a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	transition: all 0.5s;
}

.section5_img a:hover img {
	transform: scale(1.1);
}

.section5_box2 {
	margin-top: 20px;
	overflow: hidden;
	clear: both;
}

.section5_box2 .section5_box2_nav {
	margin-top: 30px;
	width: 220px;
	float: left;
}

.section5_box2 .section5_box2_nav ul li {
	height: 60px;
	margin-bottom: 10px;
	background: #333537;
}

.section5_box2 .section5_box2_nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 60px;
}

.section5_box2_cont {
	width: 900px;
	float: right;
	margin-top: 30px;
}

.box2_cont_list {
	display: block;
}

.box2_cont_list ul li {
	width: 282px;
	height: 200px;
	float: left;
	margin-left: 17px;
}

.section5_box2_nav ul li:hover {
	background: #013598;
}

.section5_box2_nav ul li.hover {
	background: #013598;
}

.box2_cont_list ul li a {
	width: 282px;
	height: 200px;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}

.box2_cont_list ul li a img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s;
	overflow: hidden;
}

.box2_cont_list ul li a:hover img {
	transform: scale(1.1);
}

.section6 {
	width: 100%;
	background: url(../img/foot.jpg) no-repeat center;
}

.section6_list {
	width: 50%;
	/*height: 600px;*/
}

.section6_list h5 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
}

.section6_list h6 {
	color: #c7c7c7;
	font-size: 24px;
	margin-bottom: 20px;
}

.section6_list p {
	font-size: 18px;
	color: #c7c7c7;
	line-height: 60px;
}

.section6_list2 {
	padding-left: 120px;
}

.section6_list2 img {
	padding-right: 20px;
}

.section6_list ul li {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 135px;
}

.section6_list ul li p {
	font-size: 15px;
	color: #c7c7c7;
	text-align: center;
}

.section6_list2 p a {
	font-size: 18px;
	color: #c7c7c7;
}


/*zy_banner*/

.zy_banner {
	width: 100%;
	height: 486px;
}


/*关于我们*/

.ny-main {
	padding: 0 0 3%;
	z-index: 3;
}

.lcoual li {
	box-shadow: 0px 4px 26px #ccc;
	margin-top: 50px;
	height: 455px;
}

.lcoual li .pic {
	width: 45%;
	float: left;
	overflow: hidden;
}

.lcoual li .pic a {
	background: no-repeat center center;
	background-size: cover;
	display: block;
	overflow: hidden;
	height: 455px;
	transition: all 0.5s ease;
}
.lcoual li .pic:hover a{
	transform: scale(1.1);
}
.lcoual li .con {
	float: right;
	width: 55%;
	height: 455px;
	display: table;
	background: #fff;
	padding: 0 5%;
	transition: all 0.5s ease;
}

.tab-cell {
	display: table-cell;
	vertical-align: middle;
}

.lcoual li .con .p1 {
	font-size: 30px;
	background: url(../img/d1.png) repeat-x left center;
}
.lcoual li .con .p11 {
	font-size: 30px;
	background: url(../img/d2.png) repeat-x left center;
}

.lcoual li .con .p1 span {
	display: inline-block;
	padding-right: 20px;
	background: #fff;
	color: #333;
	transition: all 0.5s ease;
}

.lcoual li .con .p2 {
	opacity: 0.6;
	margin-top: 5px;
	text-transform: uppercase;
}

.lcoual li .con .p3 {
	margin-top: 20px;
	padding-top: 25px;
	position: relative;
	line-height: 25px;
	height: 189px;
	overflow: hidden;
}

.lcoual li .con .p3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 2px;
	background: #0068b7;
}

.lcoual li .con .p6:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 2px;
	background: #fff !important;
}

.lcoual li .con .p4 {
	margin-top: 20px;
}

.lcoual li .con .p4 span {
	display: inline-block;
	border: 1px solid #ccc;
}

.lcoual li .con .p4 span a {
	position: relative;
	display: inline-block;
	line-height: 45px;
	padding: 0 35px;
	border: 1px solid #666;
	transition: all 0.5s ease;
	position: relative;
	left: -5px;
	top: -5px;
	text-decoration: none;
}

.lcoual li .con .p4 span a i {
	position: relative;
	z-index: 2;
}

.lcoual li .con .p4 span a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #0068b7;
	transition: all 0.5s ease;
}
.lcoual li .con .p4 span a:hover{
	background: #0068b7;
	color: #fff;
}
.lcoual li .con .p5 span a:hover{
	background: #fff;
	color: #0068B7 !important;
}
.lcoual li:nth-child(2n) .pic {
	float: right;
}

.lcoual li:nth-child(2n) .con {
	float: left;
	background: #0068b7;
	color: #fff;
}

.lcoual li:nth-child(2n) .con .p4 span a {
	color: #fff;
	border-color: #fff;
}

.lcoual li:nth-child(2n) .con .p1 span {
	background: #0068b7;
	color: #fff;
}
.wrap2 {
    width: 1400px;
    margin: 0 auto;
}
@media (max-width: 1400px){
.wrap2{ width:100%; padding:0 2%;}
}
/*新闻中心*/
.case-section2 {
    position: relative;
    z-index: 2;
    margin: -89px 0 0;
}

.case-section2 .flexbox {
    height: 90px;
    background: #fff;
    padding: 0 50px;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.case-section2 .flexbox .classify-box {
  position: relative;
}
 .case-section2 .flexbox .classify-box .app-classify-btn {
    display: none;
  }
}
.case-section2 .flexbox .classify {
  display: flex;
}
.case-section2 .flexbox .classify {
    display: flex;
}
.case-section2 .flexbox .classify > li {
    margin: 0 70px 0 0;
}

.case-section2 .flexbox .classify > li > a {
    position: relative;
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}

.case-section2 .flexbox .classify > li.active a {
   	color: #0068B7;
   	font-weight: bold;
}

.case-section2 .flexbox .classify > li > a:after {
    content: "";
    position: absolute;
    background: transparent;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    transition: 0.3s;
}
.case-section2 .flexbox .classify > li > a:hover{
	color: #0068B7;
	  	
}
.case-section2 .flexbox .classify > li.active a:after {
    background: #0068B7;
}
.case-section2 .flexbox .breadnav {
    display: flex;
}
.case-section2 .flexbox .breadnav > li {
    position: relative;
    font-size: 16px;
    margin: 0 20px 0 0;
}
.case-section2 .flexbox .breadnav > li:first-child {
    margin: 0;
    display: flex;
    align-items: center;
}
.case-section2 .flexbox .breadnav > li img {
    width: 15px;
    margin: 0 15px 0 0;
}
.case-section2 .flexbox .breadnav > li:last-child {
    margin: 0;
    color: #0b3269;
}
.case-section2 .flexbox .breadnav > li > a {
    font-size: 16px;
}
.resetStyle a {
    text-decoration: none;
    color: #333;
}

.case-section3 .viewbox {
     padding: 3px 143px;
}
.case-section3 .head {
    display: flex;
    justify-content: space-between;
   /* margin: 0 0 65px;*/
}

.about-curr-head h4 {
    position: relative;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0 8px;
    color: #09162a;
}

.about-curr-head p.smtit {
    font-size: 30px;
    margin: 0 0 40px;
    color: rgba(51, 51, 51, .5);
}
.about-curr-head h4:before {
    content: "";
    position: absolute;
    background: url(../img/case-sec3-ico1.png) center / contain no-repeat;
    width: 80px;
    height: 28px;
    left: -130px;
    top: 30px;
}
.case-section3 .flexbox {
    position: relative;
    z-index: 1;
}

.newsbox-cont{
	
}
.newsbox-but{
	padding-top: 56px;
	padding-bottom: 100px;
	border-top: 2px solid #e9f2ff;
}
.newsbox-cont-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 90px !important;
	display: block;
}
.newsbox-cont-list:last-child{
	margin-bottom: 0;
}
.newsbox-cont-list-lt{
	width: 35.1%;
	height: auto;
	overflow: hidden;
	float: left;
}
.newsbox-cont-list-lt img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.newsbox-cont-list-gt{
	width: 61.6%;
	padding: 14px 0;
	float: left;
	position: relative;
}
.newsbox-cont-list-gt:before,.newsbox-cont-list-gt:after{
	content: "";
	display: block;
	position: absolute;
	top: 66.8%;
	height: 2px;
	background: #d7deeb;
	
	
}
.newsbox-cont-list-gt:before{
	left: 79px;
	width: 129px;
	-webkit-transition: all .3s linear .2s;
	-moz-transition: all .3s linear .2s;
	-ms-transition: all .3s linear .2s;
	-o-transition: all .3s linear .2s;
	transition: all .3s linear .2s;
}

.newsbox-cont-list-gt:after{
	width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition: all .3s linear;
}
.newsbox-cont-list-gt-font{
	padding-left: 79px;
    padding-bottom: 46px;
    margin-bottom: 24px;
}
.newsbox-cont-list-gt-font h1{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 45px;
	color: #333;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.newsbox-cont-list-gt-font p{
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	/* font-weight: bold; */
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newsbox-cont-list-gt-data{
	width: 100%;
	padding-left: 79px;
	overflow: hidden;
	line-height: 48px;
}
.newsbox-cont-list-gt-data strong{
	float: left;
	font-family: "GOTHAM-BOLD";
	color: #999;
	font-size: 48px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.newsbox-cont-list-gt-data span{
	float: right;
	font-size: 16px;
	color: #0b3269;
	opacity: 0;
	text-transform: uppercase;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.newsbox-cont-list:hover .newsbox-cont-list-gt-font h1{
	color: #0b3269;
}
.newsbox-cont-list:hover .newsbox-cont-list-gt-data strong{
	color: #0b3269;
}
.newsbox-cont-list:hover .newsbox-cont-list-gt-data span{
	opacity: 1;
}
.newsbox-cont-list:hover  .newsbox-cont-list-lt img{
	transform: scale(1.03);
}
.newsbox-cont-list:hover  .newsbox-cont-list-gt:before,.newsbox-cont-list:hover .newsbox-cont-list-gt:after{
	background: #0b3269;
}
.newsbox-cont-list:hover  .newsbox-cont-list-gt:before{
	width: 100%;
}
.newsbox-cont-list:hover .newsbox-cont-list-gt:after{
	width: 100%;
}
/*新闻咨询详情页*/
.s-page{padding-top:40px; margin-bottom: 30px;}
.p1Page2{ margin:0 auto; height:67px; font-size:16px; color:#535353;}
.page{line-height:44px;text-align:center; }
.page li{display: inline-block;}
.page a{margin:0 5px;display:inline-block;padding:0 20px 0 20px; background:#ececec; color:#777777; }
.page a:hover{background:#0166ba; color:#fff;}
.page a.on{background:#0166ba;border-color:#076bc8;color:#FFF; padding:0 20px 0 20px; color:#fff;}
.page a.on:hover{background:#0166ba; color:#fff;}
.page a.on1{background:#ffffff;border-color:#f3c800;color:#535353;  padding:0 20px 0 20px;}
.page a.page_turn:hover{background:#0166ba;border-color:#3BA2E3;color:#FFF;box-shadow:1px 1px 3px #CCC;}
/**/
/*footer*/
.footer{
	width: 100%;
	height: 460px;
	overflow: hidden;
/*	margin-top: 30px;*/
	background: url(../img/foot_bg.jpg) no-repeat center;
}

.footer_box{
	margin-top: 30px;
	height: 265px;
	    overflow: hidden;
}

.footer_box .foot_nav{
	width: 17%;
	margin-left: 30px;
}
.footer_box .foot_nav h3{
	color: #fff;
	font-size: 14px;
	padding-bottom: 10px;
}
.footer_box .foot_nav p{
	width: 40px;
	height: 2px;
	background: #0168b7;
}
.footer_box .foot_nav ul{
	padding-top: 10px;
}
.footer_box .foot_nav ul li{
	height: 30px;
	
	color: #ffffff;
}
.footer_box .foot_nav ul li a{ 
	height: 30px;
	line-height: 30px;
	color: #ffffff;
}
.footer_box .foot_nav img{
	margin-top: 30px;
}

.foot{
	
overflow: hidden;
border-top: 1px solid #484646;
}
.foot_fl{
	
}

.foot_fl h3{
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
}
.foot_fl ul li{
	float: left;
	width: 300px;
}
.foot_fl ul li p{
font-size: 12px;
height: 26px;
line-height: 26px;
color: #fff;
}
.foot_fr{
	margin-top: 20px;
}

.foot_box{
	overflow: hidden;
	margin-top: 0px;
}

.copy{
	clear: both;
	
	text-align: center;
}
.copy p{
	font-size: 12px;
	color: #fff;
}
.copy a{
	font-size: 12px;
	color: #fff;
}
/*新闻详情页*/
.news_detailsbox {
    border-bottom: 2px solid #e9f2ff;
    margin-bottom: 45px;
}
.case-section3 .flexbox {
    position: relative;
    z-index: 1;
}
.news_detailsbox-cont-lt {
    width: 31.9%;
    float: left;
}

.news_detailsbox{
	border-bottom: 2px solid #e9f2ff;
	margin-bottom: 45px;
}
.news_detailsbox-but{
	overflow: hidden;
	padding-bottom: 100px;
}
.news_detailsbox-but-lt{
	float: left;
}
.news_detailsbox-but-lt a{
	display: block;
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
}
.news_detailsbox-but-lt a:last-child{
	margin-bottom: 0;
}
/*.news_detailsbox-but-lt-color{
	
}*/
.news_detailsbox-but-lt a:hover{
	color: #0b3269!important;
}
.news_detailsbox-but-gt{
	float: right;
}
.news_detailsbox-but-gt i{
	display: block;
	margin-right: 18px;
	display: block;
	width: 22px;
	height: 19px;
}
.news_detailsbox-but-gt i img{
	width: 100%;
	height: 100%;
	display: block;
}
.viewbox2{
	    margin-top: 72px;
}
.news_detailsbox-cont{
	overflow: hidden;
}
.news_detailsbox-cont-lt{
	width: 31.9%;
	float: left;
}
.news_detailsbox-lt-details{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 43px;
    margin-bottom: 27px;
	border-bottom: 2px solid #e9f2ff;
}
.news_detailsbox-lt-details h1{
	color: #333;
	font-size: 23px;
	font-weight: bold;
	line-height: 23px;
	margin: 0;
	margin-bottom: 25px;
}
.news_detailsbox-lt-details p{
	color: #999;
	font-family: "GOTHAM-BOLD";
	font-size: 16px;
	margin-bottom: 34px;
}
.news_detailsbox-lt-details a{
	padding: 10px 25px;
	border: 1px solid #d5dde8;
	color: #999;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
}
.news_detailsbox-cont-gt{
	width: 58.3%;
	float: left;
	margin-left:50px;
}
.news_detailsbox-lt-recommend-head{
	width: 100%;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 50px;
}
.news_detailsbox-lt-recommend-img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.news_detailsbox-lt-recommend-img img{
	width: 100%;
	height: 100%;
}
.news_detailsbox-lt-recommend-list{
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.news_detailsbox-lt-recommend-list h1{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.news_detailsbox-lt-recommend-img{
	overflow: hidden;
}
.news_detailsbox-lt-recommend-img img{
	transition: all .3s linear;
}
.news_detailsbox-lt-recommend-img:hover img{
	transform: scale(1.03);
}
.news_detailsbox-cont-gt{
	
}
.news_detailsbox-cont-gt p{
	margin-bottom: 41px;
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.news_detailsbox-cont-gt img{
	width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 56px;
	display: block;
}
.news_detailsbox{
	border-bottom: 2px solid #e9f2ff;
	margin-bottom: 45px;
}
.news_detailsbox-but{
	overflow: hidden;
	    padding-bottom: 28px;
}
.news_detailsbox-but-lt{
	float: left;
}

.news_detailsbox-but-lt1 {
	float: left;
	width: 300px;
}
.news_detailsbox-but-lt a{
	display: block;
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
}
.news_detailsbox-but-lt a:last-child{
	margin-bottom: 0;
}
/*.news_detailsbox-but-lt-color{
	
}*/
.news_detailsbox-but-lt a:hover{
	color: #0b3269!important;
}
.news_detailsbox-but-gt{
	float: right;
}
.news_detailsbox-but-gt i{
	display: block;
	margin-right: 18px;
	display: block;
	width: 22px;
	height: 19px;
}
.news_detailsbox-but-gt i img{
	width: 100%;
	height: 100%;
	display: block;
}
.case-section3 .flexbox .sec3-more {
  font-size: 18px;
  width: 260px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #1a1b1b;
  color: #fff;
  margin: auto;
  transition: 0.3s;
}
/*解决方法*/
.pro_section3_box{
	/*padding-top: 30px;*/
}

.pro_section3_box li{
	    position: relative;
    width: 381px;
    float: left;
    overflow: hidden;
    padding-left: 7px;
    margin-bottom: 20px;
}

.pro_section3_box li a{
	display: block;
}
.pro_section3_box li .pro_section3_yy{
	width: 381px;
	height: 354px;
	display: block;
	overflow: hidden;
}
.pro_section3_box li .pro_section3_yy img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.pro_section3_box li .pro_section3_yy:hover img{
transform: scale(1.1);
}

.pro_section3_txt{
	position: absolute;
	right: 38px;
	width: 94px;
	top: 60px;
	height: 294px;
	background: #f5f5f5;
}

.pro_section3_txt p{
	writing-mode: tb-rl;
    color: #1e1e1e;
    padding-top: 20px;
    text-align: center;
    font-size: 20px;
    margin-top: 32px;
    margin-left: 30px;

}
/*solution_section3*/
.solution_section3{
	width: 100%;
	margin-top: 40px;
	background: url(../img/section3_bg.jpg) no-repeat center;
	overflow: hidden;
	padding-bottom: 97px;
}

.about_title{
	text-align: center;
	padding-top: 30px;
}

.about_title h3{
	font-size: 30px;
	color: #1b1b1b;
	
}
.about_title p{
	width: 120px;
	height:6px;
	margin: 20px auto;
	background: #0068b7;
}
.solution_section3 ul{
	margin-top: 40px;
}
.solution_section3 ul li{
	float: left;
	width: 266px;
   margin-left: 35px;
}

.solution_section3 ul li .so_p1{
	width: 266px;
	height: 191px;
	display: block;
	overflow: hidden;
	
	}
.solution_section3 ul li .so_p1 img{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	
	}
.solution_section3 ul li .so_p1:hover img{
	transform: scale(1.1);
}

.solution_section3 ul li .so_p2{
	height: 80px;
	font-size: 15px;
	padding: 10px;
	line-height: 30px;
	background: #212426;
	color: #fff;
}

.xgcp{
	margin-top: 40px;
}
.xgcp ul li{
 float: left;
 width: 300px;
 margin-left: 7px;
 display: block;
 overflow: hidden;

}
.xgcp ul li a{
	display: block;
	overflow: hidden;
	text-decoration: none;
}
.xgcp ul li .xgcp_p1{
	 width: 300px;
	 height: 202px;
	 display: block;
	 overflow: hidden;
	 
}
.xgcp ul li .xgcp_p1 img{
	width: 100%;
	height: 100%;
	display: block;
	 overflow: hidden;
	 transition: all 0.5s;
}
.xgcp ul li .xgcp_p2{
	height: 60px;
	font-size: 14px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	background: #000000;
}
.xgcp ul li .xgcp_p1:hover img{
	transform: scale(1.1);
}
.pro_box{
	overflow: hidden;
	
}
/*pro_box_fl*/
.pro_box_fl{
	width: 20%;
	padding: 15px;
	margin-left: 20px;
	border-radius: 15px 15px;
	background: #f5f5f5;
}
.pro_box_fl h5{
	text-align: center;
	font-size: 20px;
	font-weight:bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #D4D1D1;
	
}
.pro_box_fl ul li{
	height: 45px;
	border-radius: 15px 15px;
	line-height: 45px;
	margin-bottom: 6px;
}
.pro_box_fl ul li a{
	display: block;
	font-size: 16px;
	border-radius: 15px 15px;
	padding-left: 30px;
}
.pro_box_fl ul li:hover{
	background: #0462a6;
}
.pro_box_fl ul li:hover a{
color: #fff;
}
.pro_box_fl ul li.curr{
		background: #0462a6;
}
.pro_box_fl ul li.curr a{
	color: #fff;
}

.pro_box_fr{
    width: 72%;
    margin-left: 3%;
}

.pro_box_fr ul li{
	float: left;
	width: 288px;
	margin-left: 20px;
	margin-bottom: 20px;
	height:250px;

}
.pro_box_fr ul li .pro_box_img{
	width: 280px;
	height: 199px;
	display: block;
	overflow: hidden;
}
.pro_box_fr ul li .pro_box_img img{
	width: 100%;
	height: 100%;
    transition: all 0.5s;
    display: block;
    
}
.pro_box_fr ul li .pro_box_img:hover img{
transform: scale(1.1);
    
}
.pro_box_fr ul li .pro_box_img .pro_box_ttx{
	height: ;
}
.pro_box_fr ul li:first-child{
    width: 925px;
    height: 454px;
	position: relative;
	display: block;
	overflow: hidden;
}
.pro_box_fr ul li:first-child .pro_box_img{
	width: 925px;
	  height: 454px;
	display: block;
	overflow: hidden;
}
.pro_box_fr ul li:first-child .pro_box_img img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.pro_box_fr ul li:first-child .pro_box_ttx{
	height: 60px;
	background: rgba(245,245,245,0.8);
	width: 100%;
	position: absolute;
	    bottom: 0px;
}
.pro_box_fr ul li:first-child .pro_box_ttx p{
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	/*background: rgba(4,98,166,0.8);*/
}
.pro_box_fr ul li:first-child:hover .pro_box_ttx p{
color: #fff;
	background: rgba(4,98,166,0.8);
}
.pro_box_fr ul li:first-child .pro_box_img:hover img{
	transform: scale(1.1);
}
.pro_box_fr ul li .pro_box_img{
	float: left;
	width: 288px;
	height: 208px;
	display: block;
	overflow: hidden;

}

.pro_box_fr ul li .pro_box_ttx p{
	height: 60px;
	line-height: 60px;
	color: #222222;
	text-align: center;

}
/*pro_ys*/
.pro_ys{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	height: 690px;
	background: url(../img/pro_bj.jpg) no-repeat center;
}
.pro_ys ul{
	margin-top: 30px;
	position: relative;
}
.pro_ys ul li{
	float: left;
	width: 220px;
	position: absolute;
}
.pro_ys ul li .pro_ys_p1{
	width: 60px;
	height: 60px;
	background: #0068b7;
	border-radius: 50px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
}
.pro_ys ul li span{
	font-size: 18px;
	color: #333;
}
.pro_ys ul li .pro_ys_p2{
	font-size: 16px;
	color: #333;
}
.pro_ys ul li:nth-child(1){
	top: 200px;
	left: 140px;
	
}
.pro_ys ul li:nth-child(2){
	top: 90px;
	left: 300px;
	
}

.pro_ys ul li:nth-child(3){
	    top: 186px;
    left: 545px;
	
}
.pro_ys ul li:nth-child(4){
    top: 76px;
    left: 764px;
}

.pro_ys ul li:nth-child(5){
      top: 181px;
    left: 1002px;
}
.pro_ys ul li:nth-child(6){
      top: 70px;
    left: 1197px;
}

.pro_ys ul li:nth-child(7){
    top: 100px;
    left: 1407px;
}

/*pro_ys2*/
.pro_ys2{
	margin-top: 20px;
	overflow: hidden;
}
.pro_ys2_list{
	/*margin-top: 30px;*/
	overflow: hidden;
	margin-bottom: 30px;
}
.pro_ys2_list .ys2_list_img{
	width: 50%;
	height: 360px;
	display: block;
	overflow: hidden;
}
.pro_ys2_list .ys2_list_img img{
	width: 100%;
	height: 100%;
   transition: all 0.5s;
}
.pro_ys2_list .ys2_list_img:hover img{
transform: scale(1.1);
}
.ys2_list_txt{
	width: 50%;
	height: 360px;
	padding: 50px;
	background: #f5f5f5;
}
.ys2_list_txt h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.ys2_list_txt p{
margin-top: 50px;
font-size: 18px;
}
.ys2_list_txt a{
	width: 160px;
	height: 40px;
	text-align: center;
	display: block;
	line-height: 40px;
	background: #0068b7;
	color: #fff;
	font-size: 16px;
}
.ys2_list_txt  span{
	margin-top: 30px;
	width: 273px;
	height: 60px;
	text-align: center;
	display: block;
	line-height: 60px;
	background: #0068b7;
	color: #fff;
	font-size: 16px;
}
/*pro_xq_box*/
.pro_xq_box{
	margin-top: 30px;
}
.pro_xq_img{
	width: 50%;
	
}
.pro_xq_img img{
	width: 620px;
	
	height: 350px;
	
}
.pro_xq_txt{
	width: 50%;
	padding: 20px;
}
.pro_xq_txt h5{
	font-size: 26px;
	color: #6a6969;
	padding-bottom: 20px;
	border-bottom: 1px solid #f5f5f5;
}
.pro_xq_txt .pro_xq_c{
	height:80px;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
}
.pro_xq_txt .pro_xq_c p{
	font-size: 14px;
	line-height: 30px;
}
.pro_xq_txt .pro_xq_c2{
	display: block;
	width: 100%;
	margin-top: 20px;
	height: 155px;
	padding: 20px;
	background: #f5f5f5;
}
.pro_xq_txt .pro_xq_c2 p{
	font-size: 16px;
	height: 30px;
}
.pro_xq_box2{
	overflow: hidden;
	margin-top: 40px;
	width: 100%;
}

.pro_xq_list{
	margin-bottom: 20px;
}
.pro_xq_list .pro_title{
	height: 60px;
	line-height: 60px;
	padding-left: 30px;
	background: #F5F5F5;
}
.pro_title h5{
	line-height: 41px;
	font-size: 18px;
	font-weight: bold;
}
.pro_title .xq_p1{
	padding-right: 30px;
	background: url(../img/tle.png) no-repeat left center;
	font-size: 18px;
	padding-left: 30px;
}
.xq_cont{
	padding-top: 20px;
	clear: both;
}
.xq_cont p{
line-height: 30px;
font-size: 16px;
}
.xq_cont img{
	overflow: hidden;
}

/*联系我们*/
.us_map {}

.us_map .us_map_left {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	width: 50%;
	height: 520px;
	left: 0;
	transition: width 3s;
	-webkit-transition: width 3s;
}

.us_map .us_map_right {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0px;
	width: 50%;
	height: 520px;
	right: 0;
	transition: width 3s;
	-webkit-transition: width 3s;
}

.us_map {
	position: relative;
}

.us_map:hover .us_map_left,
.us_map:hover .us_map_right {
	width: 0;
}

.map-info {
	position: absolute;
	left: 17%;
	width: 432px;
	height: 452px;
	background-color: #ebebeb;
	background-color: rgba(0, 104, 183, 0.50);
	padding: 30px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	bottom: 0;
	margin-top: 45px;
	transition: all 3s;
	-webkit-transition: all 3s;
}

.map-info p {
	height: 46px;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	line-height: 19px;
}

.map-info h3 {
	font-size: 30px;
	color: #ffffff;
}

.map-info ul li {
	height: 45px;
	line-height: 45px;
}

.map-info ul li span {
	font-size: 14px;
	padding-left: 30px;
	height: 45px;
	display: block;
	text-align: left;
}

.map-info ul li:nth-child(1) {
	background: url(../img/lx1.png) no-repeat left;
}

.map-info ul li:nth-child(2) {
	background: url(../img/lx2.png) no-repeat left;
}

.map-info ul li:nth-child(3) {
	background: url(../img/lx3.png) no-repeat left;
}

.map-info ul li:nth-child(4) {
	background: url(../img/lx4.png) no-repeat left;
}

.us_map:hover .map-info {
	background-color: rgba(15, 15, 15, 0.90);
}

.map-info .qq a {
	width: 140px;
	height: 40px;
	color: #000;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	float: left;
	margin-left: 30px;
	background: #fff url(../img/qq.png) no-repeat 20px;
}

.map-info .qq a:first-child {
	margin-left: 0px;
}

.about_cont{
/*	padding-top: 30px;*/
}
.about_cont p{
	font-size: 16px;
	line-height: 30px;
}