﻿@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9 */
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'),
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}
html{
	font-size:10px;
	}
*{
	padding: 0;
	margin: 0;
	font-family:"times new roman"!important;
}
li,a{
	text-decoration: none;
	list-style: none;
}
a:visited{
	text-decoration: none;
}
a:active{
	text-decoration: none;
}
.navTop{
	background-color: #eee;
	border: none;
	height: 60px;
	display: flex;
	justify-content: space-between;
}
.navTop .logo{
	margin: 10px 0 10px 11rem;
    height: 40px;
	float: left;
}
.navBody{
	float: left;
	/* margin-right: 8rem; */
}
.navBody .one_nav{
	/* margin-left: 6rem; */
	margin-right: 35rem;
	float: left;
	width: 100%;
}
.navBody .one_nav.nav_right{
	margin-left: 0;
	float: right;
	width: 32rem;
	margin-right: 8rem;
}
.navBody .one_nav.nav_right{
	
}
.navBody .one_nav>li{
	font-size:16px;
	margin-left: 14rem;
	height: 60px;
	line-height: 60px;
	float: left;
}
.navBody .one_nav.center_nav>li{
	font-size:17px;
	/*margin-right: 14rem;*/
	margin-left: 10rem;
	height: 60px;
	line-height: 60px;
	float: left;
}

.navBody .one_nav>li>a:first-child{
	font-weight: 600;
	/*font-family: "华文细黑"!important;*/
	color: #504f4f;
	display: inline-block;
	height: 59px;
	line-height: 59px;
	cursor: pointer;
	/*letter-spacing: 1px;*/
}
.navBody .one_nav>li{}
.navBody .one_nav>li>a:first-child:hover{
	color: #086eb2;
	text-decoration: none;
	border-bottom: 1px solid #086eb2;
}
.navBody .one_nav>li.active>a:first-child{
	color: #086eb2;
	text-decoration: none;
	border-bottom: 1px solid #086eb2;
}
.navBody .one_nav>li .show_nav{
	background: #eee;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height 0.35s;
}
.navBody .one_nav>li .show_nav .two_nav{
	display: flex;
	justify-content: center;
}
.navBody .one_nav>li .two_nav>li{
	margin: 0 4.4rem;
	font-size: 15px;
}
.navBody .one_nav>li .two_nav>li a{
	font-weight: 500;
	font-family: "arial";
	color: #333;
}
.navBody .one_nav>li .two_nav>li a:hover{
	color: #0075c1;
	text-decoration: none;
}
.navBody .yuyan{
	width: 20px;
	height: 20px;
}
.onyuyan{
	position: relative;
	/* margin-left: 22rem !important; */
	/* padding-left: 12rem; */
}
.center_nav{
	transition: all 0.5s;
}
.yuyan_select{
	background: #fff;
	position: absolute;
	left: -3rem;
	display: none;
}
.yuyan_select p{
	margin: 0;
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
.yuyan_select p:hover{
	background: #0075c1;
	color: #fff;
}
.yuyan_select a{
	color: #333;
	line-height: 30px;
    display: inline-block;
    width: 100%;
}
.yuyan_select a:hover{
    text-decoration: none;
}
.yuyan_select p:hover a{
	color: #fff;
}

.navBody .one_nav>li.onSearch{
	margin-left: 5rem;
	/* position: relative;
	right: 0; */
	float: right;
}
.navBody .one_nav>li.onyuyan{
	margin-left: 0;
	float: right;
}
.search{
	width: auto;
	height: 24px;
	position: relative;
	margin: 18px 0;
}
.search input{
	border: 1px solid #333;
	/* width: 150px; */
	width: 25px;
	padding: 0 10px;
	height: 24px;
	border-radius: 20px;
	outline: none;
	font-size: 12px;
	float: right;
	background: none;
	transition: width 0.35s;
}
.search img{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 4px;
	top: 2px;
}
.search .serbtn{
	background: none;
	outline: none;
	border: none;
}
.navTop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.banner {
	background: #fff;
}

.banner .down_img {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	min-height: 180px;
}
.banner .down_video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	min-height: 180px;
}

.kongbai {
	/* height: 300px;
	padding: 50rem 0; */
	width: 100%;
	background: rgba(0, 0, 0, 0.06);
}
.kongbai{
	display: flex;
	align-items:center;
	justify-content: center;
}
.kongbai_txt{
	width: 55%;
	color: #fff;
	font-size: 7rem;
	text-align: center;
}
.kongbai_txt p{
	font-size: 28px;
	color: #eee;
	letter-spacing: 4px;
	margin-top:20px;
}

.headlineH2 {
	font-family: iconfont;
	font-size: 38px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
    line-height: 9rem;
    padding-top: 6rem;
}
.minTit{
	font-size: 13px;
	margin-top: -15px;
	color: #8a8a90;
}

.subHeaderText {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
	color: #37383f;
}

.animateMe{
	/*padding-top: 8rem;*/
 /*   padding-bottom: 8rem;*/
}
.animationTarget {
	padding-top: 7rem;
	padding-bottom: 7rem;
	width: 96%;
	margin-left: 2%;
}
#divBody{
    margin-bottom: 4rem;
}
#divBody p{
    /*text-indent: 2em;*/
}
.news_main.newslistBox{
    max-height:450px;
    overflow: hidden;
    transition:all 0.75s;
}
.newslistBtn{
    margin-left: 15px;
}
.animationTarget.user_listImg{
	padding-top: 6rem;
}
.animationTarget .img-responsive{
    width: 100%;
    height: 410px;
	/* max-width: 90%; */
}
.animationTarget .col-md-4{
	margin: 0 -15px;
}
.container-fluid.animationTarget:nth-child(2n) .row:first-child{
    flex-wrap: wrap;
	display: flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.container-fluid.product_main:nth-child(2n+1) .row:first-child{
	display: flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.container-fluid.animationTarget:nth-child(2n) .num_jump.row:first-child{
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.container-fluid.product_main:nth-child(2n+1) .col-md-5 .row:first-child{
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.container-fluid.animationTarget:nth-child(2n) .col-md-4 .row:first-child{
    display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}

.container-fluid.product_main:nth-child(2n+1) .row:first-child label{
	/* margin-right: 99px; */
}

.title {
	font-size: 4.6rem;
	line-height: 1.25;
	word-wrap: break-word;
	/*font-size: 32px;*/
	font-size: 26px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #777;
	margin-bottom: 20px;
	margin-top: 20px;
}

.description {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.78;
	letter-spacing: normal;
	text-align: left;
	color: #37383f;
	margin-right: 0!important;
	margin-bottom: 3rem;
}
.description p{
    text-align: justify;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 8;*/
    /*overflow: hidden;*/
}
.cta{
	display: inline-block;
	/* background-color: #fff; */
	border: 1px solid #777;
	border-radius: 5px;
	min-width: 160px;
	max-width: 200px;
	height: 40px;
	color: #333;
	text-align: center;
	line-height: 40px;
	margin-left: -15px;
	/*margin-top: 4rem;*/
	margin-top: 0;
	margin-bottom: 3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
}
.cta:hover{
	background: #0075c1;
	color: #fff;
	text-decoration: none;
	border: 1px solid #0075c1;
}
.cta.cta_top_20{
	margin-top: 20px;
}
/* .newsMain{
	width: 81%;
	margin: 0 auto;
} */
.animationNews .col-md-4{
	margin: 0 15px;
}
.animationNews .col-md-10{
	margin: 0 15px;
}
.news{
	border: 1px solid #ddd;
	height: 420px;
	width: calc((100% - 64px) / 3);
	float: left;
	overflow: hidden;
	position: relative;
}
.news:nth-child(2){
	margin: 0 16px;
}
.animationNews{
	margin-top: 10rem;
	padding-bottom: 5rem;
}
.animationNews .title{
	/*font-size: 4.8rem;*/
	font-size: 36px;
	color: #000;
}
.news .showNews{
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
}
.news .showNews h3{
	margin: 0;
	padding: 140px 20px 40px 20px;
	font-size: 18px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news .showNews p{
	font-size: 13px;
	padding: 0 20px;
	color: #898989;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.news .showNews span{
	font-size: 16px;
	padding: 0 20px;
	color: #999;
	margin-top: 30px;
	display: inline-block;
}
.news .hideNews{
	opacity: 0;
	transition: all 0.5s;
}
.news .hideNews h3{
	padding: 20px 20px 30px 20px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news.active .hideNews h3{
	transition: all 0.6s;
	padding: 60px 20px 30px 20px;
}
.hideNews .new_top{
	height: 115px;
	width: 100%;
	background: rgba(0,0,0,0.3);
}
.hideNews .new_top img{
	width: 33px;
	position: absolute;
	right: 0;
	top: 33px;
	transition: all 0.5s;
}
.news.active .hideNews{
	/* transform: scale(1.2); */
}
.news.active .hideNews .new_top img{
	position: absolute;
	right: 33px;
}
.hideNews .new_txt{
	height: 305px;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
.hideNews .new_txt p{
	color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}


/* 视频列表页面 */
.block{
	color: #000;
}
.num_jump{
	display: flex;
	justify-content: space-between;
}
.num_jump li{
	text-align: center;
}
.num_jump li h1{
	font-size: 7rem;
	color: #0075C1;
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.num_jump li p{
	font-size: 14px;
	color: #000;
	line-height: 1.78;
}
.num_jump_fot{
	display: flex;
	justify-content: space-between;
	margin-top: 8rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.num_jump_fot li h1{
	font-size: 4.3rem;
	color: #0075C1;
	margin-bottom: 15px;
}
.num_jump_fot li h4{
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.num_jump_fot li b{
	color: #9f9fa7;
}
.num_jump_fot li p{
	color: #9f9fa7;
	margin-top: 15px;
}
.num_more{
	color: #0075C1;
	font-size: 16px;
	font-weight: 600;
}
.num_more:hover{
	color: #0075C1;
}



/* 轮播视频 */
.videoMain{
	position: relative;
	width: 96%;
	margin: 4rem auto;
	/* background: #1f2028; */
	background: #fff;
}
.swiper-slide{
	background: #1f2028;
}
#example_video_1{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 600px;
	float: left;
	background: #1f2028;
	/* padding: 20px 0; */
}
#example_video_2{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 75%;
	height: 600px;
	float: left;
	background: #1f2028;
	/* padding: 20px 0; */
}
.gallery-top {
	width: 100%;
	height: 600px;
	text-align: right;
}
.gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
	width: 90%;
	height: 222px;
}
.video-swiper-container .swiper-slide img{
	width: 100%;
}
.gallery-thumbs .swiper-slide {
	opacity: 0.6;
	width: 25%;
	height: 150px;
	background-size: 100% 100%;
	color: #fff;
	border-bottom: 3px solid rgba(255,255,255,0.6);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-thumbs .swiper-slide img{
	width: 50px;
	z-index: 1;
}
.gallery-thumbs .swiper-slide .beijing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-bottom: 3px solid #18a2fd;
}
.gallery-thumbs .swiper-slide-thumb-active img{
	display: none;
}

.gallery-thumbs .swiper-slide .video_imgTit{
	position: absolute;
	top: 157px;
	left: 0;
	color: #1f2028;
	padding: 0 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper-container{
	overflow: visible;
	overflow-x: hidden;
	overflow-y: visible;
}
.swiper-button-next, .swiper-button-prev{
	/* top: 650px; */
	top: 642px;
	padding: 75px 20px;
	background: #1f2028;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
	transform: scale(0.8);
}
.swiper-button-next:focus {
	outline: none;
}
.swiper-button-prev:focus {
	outline: none;
}
.swiper_txt{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
	width: 25%;
	height: 600px;
	background: #1f2028;
	color: #fff;
	padding: 30px 50px;
}
.swiper_txt h3{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 15px;
}
.swiper_txt p{
	line-height: 1.7;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 13;
	overflow: hidden;
}
.swiper_txt span{
	font-size: 14px;
	color: #b1b2b8;
}

/* 折叠菜单 */
.panel-heading a{
	display: inline-block;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	font-weight: 500;
}
.panel-heading a:hover{
	text-decoration: none;
}
.panel-heading a:focus{
	text-decoration: none;
}
.panel-heading a .zhankai{
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin:15px;
}
.panel-heading a .guanbi{
	display: none;
	float: right;
	width: 20px;
	height: 20px;
	margin:15px;
}
.panel-heading.active a .zhankai{
	display: none;
}
.panel-heading.active a .guanbi{
	display: block;
}
.contact_menu_title{
	font-size: 26px;
	font-weight: 600;
}
.panel-default{
	border: none;
}
.panel-default>.panel-heading{
	background: none;
	border: none;
}
.panel-body{
	border: none !important;
	font-size: 16px;
	width: 90%;
	padding:0 0 15px 0;
}
.panel-heading{
	padding: 10px 0;
}
.panel-collapse a img{
	width: 19px;
	height: 19px;
	margin-left: 7px;
}
.panel-collapse a{
	padding-bottom: 16px;
	display: inline-block;
}
.panel-collapse a img{
	position: relative;
	top: -1px;
}
.panel-collapse a:hover{
	text-decoration: none;
}

/* 图片列表 */
.img_list{
	position: relative;
}
.img_list img{
	width: 100%;
	transition: all 0.75s;
	position: relative;
	z-index: 8;
}
.img_list .img_list_box{
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.5s;
	padding-bottom: 120px;
	position: relative;
	margin-bottom: 10px;
}
.img_list .img_txt_box{
	width: 100%;
	background: #fff;
	height: 120px;
	position: absolute;
	bottom: -2px;
	transition: all 0.5s;
	z-index: 9;
}
.img_list .img_list_box:hover img{
	transform: scale(1.03);
}
.img_list .img_list_box:hover .img_txt_box{
	height: 130px;
}
.img_list .img_txt_box a{
	color: #333;
}
.img_list .img_txt_box:hover a{
	color: #337ab7;
	text-decoration: none;
}
.img_list .img_list_box p{
	padding: 4rem 4rem 0 4rem;
	color: #8a8a90;
}
.img_list .img_list_box h3{
	padding:0 4rem;
	margin-top: 0;
	font-weight: 600;
}
.img_list2 img{
	width: 100%;
	height: 24rem;
	transition: all 0.5s;
}
.img_list2 .img_list_box a{
	color: #333;
}
.img_list2 .img_list_box:hover a{
	color: #337ab7;
	text-decoration: none;
}
.img_list2 .img_list_box h4{
	font-size: 20px;
	font-weight: 600;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.img_list2 .img_list_box p{
	color: #000;
	line-height: 1.44;
	margin-bottom: 15px;
}
.animationTarget .img_list2 .col-md-4{
	margin: 0;
	overflow: hidden;
}
.animationTarget .img_list2 .col-md-4 .img_list_box{
	width: 100%;
	overflow: hidden;
	/*margin-bottom: 30px;*/
}
.img_list2 img:hover{
	transform: scale(1.03);
}

.news_main{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.news_main .date{
	color: #b1b2b8;
	font-weight: 600;
}
.news_main .date_txt{
	margin-bottom: 3rem;
	/*cursor: pointer;*/
}
.news_main .date_txt:hover{
	color: #0075c1;
}

.cta.cta_min{
	width: 100px;
	margin-top: 0;
}
.news_main .date_txt img{
	width: 15px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.news_main a{
	color: #333;
}
.news_main a:hover{
	text-decoration: none;
	color: #0075C1;
}

/* 协议内容页面 */
.pdf_main{
	color: #595959;
	font-size: 14px;
	line-height: 1.7;
	position: relative;
	padding-top: 30px;
}
.down_pdf{
	position: absolute;
	right: 0;
	top: 0;
	color: #0075c1;
	font-size: 14px;
	cursor: pointer;
	z-index: 9;
}
.down_pdf img{
	margin-right: 6px;
	position: relative;
	top: -4px;
}
.pdf_fot{
}
.pdf_fot_yea, .pdf_fot_tel, .pdf_fot_logo{
	font-weight: 600;
	color: #000;
	line-height: 1.8;
	margin-top: 40px;
}
.pdf_fot_tel p{
	margin-bottom: 0;
}
.pdf_fot_logo{
	margin-bottom: 6rem;
}



/* 底部 */
.fotTop{
	background: #f5f5f5;
}
.fotTop .title{
	font-size: 18px;
	font-weight: 600;
	/*color: #0176c1;*/
	color: #666;
	/* line-height: 65px; */
	padding-top: 30px;
	width: 89%;
}
.fotTop .xian{
	width: 98%;
	height: 1px;
	margin: 0 auto;
	background: rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.fotTop .title img{
	width: 24px;
	height: 24px;
	margin: 0 15px;
	position: relative;
	top: -3px;
}
.fot_title_content{
	position: relative;
}
.fotTop .fot_open_btn{
	position: absolute;
	right: 30px;
	top: 46px;
	width: 30px;
	height: 30px;
	padding: 6px;
	border: 1px solid #fff;
	cursor: pointer;
}
.fotTop .fot_open_btn:hover{
	border: 1px solid #ddd;
}
.fot_txt_content{
	margin: 0 15px;
	font-size: 16px;
	height: 0;
	overflow: hidden;
	transition: all 1s;
}
.fot_txt_content h4{
	font-weight: 600;
}
.fot_txt_content p{
	line-height:2;
	color: #666;
	padding-bottom: 30px;
}

.footer{
	/*background: #0075c1;*/
	background: #ccc;
	padding-top: 65px;
	padding-bottom: 8px;
	/* padding-bottom: 70px; */
}
.fot_top{
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 10px;
	border-bottom: 1px solid #086eb2;
	margin-bottom: 34px;
	margin-top: -32px;
	padding-left: calc(4.15% + 30px);
	display: none;
}
.fot_top a{
	color: #fff;
}
.fot_top a:nth-child(2){
	display: none;
}
.footer .list_content{
	color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0 1.5rem 0 0;
}
.footer ul li{
	line-height: 36px;
	font-size: 18px;
}
.footer ul li a{
	color: #504f4f;
	font-size: 14px;
}
.footer ul li a:hover{
	color: #086eb2;

}
.footer .list_content ul li:first-child{
	/*margin-bottom: 20px;*/
}
.footer .footer_content{
	padding: 0 30px;
}
.footer .xian{
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.2);
	/*margin-top: 50px;*/
	/*margin-bottom: 14px;*/
	margin-top: 20px;
	margin-bottom: 4px;
}
.footer_down ul{
	/*float: right;*/
	margin-bottom: 6px;
}
.footer_down ul li{
	float: left;
	color: #fff;
	margin-left: 25px;
	font-size: 13px;
	cursor: pointer;
}
.footer_down li img{
	width: 22px;
	height: 22px;
	margin-right: 6px;
}
.footer_down ul li a{
    font-size: 13px;
}
.contact_list a{
	margin-right: 34px;
	opacity: 0.6;
	color: #504f4f;
}
.contact_list a:hover{
	opacity: 1;
}
.contact_list p{
	color: #504f4f;
	/*margin-top: 10px;*/
	margin-bottom: 0;
	font-size: 12px;
	text-align: center;
}

/* 内页三级导航 */
.nextNav{
	position: fixed;
	top: 60px;
	left: 0;
	/*height: 60px;*/
	height: 1px;
	width: 100%;
	/*background: #0075C1;*/
	background-color: #eee;
    /*background-image: linear-gradient(#ddd, #f2f2f2);*/
	z-index: 90;
	overflow: hidden;
}
.nextNav_content ul{
	display: flex;
	align-items:center;
	justify-content: center;
}
.nextNav_content ul li{
	margin: 0 4.4rem;
	font-size: 15px;
}
.nextNav_content ul li a{
	color: rgba(255,255,255,0.8);
	display: inline-block;
	height: 59px;
	line-height: 59px;
	text-decoration: none;
}
.nextNav_content ul li a.active{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nextNav_content ul li a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nextNav .left_logo{
	position: absolute;
	left: 8rem;
	top: 16px;
	font-weight: 800;
	color: #fff;
	font-size: 20px;
	display: none;
}
.nextNav_min_content .nextnav_open{
	float: right;
	width: 24px;
	height: 24px;
	margin: 19px 17px;
}
.nextNav_min_content ul{
	width: 100%;
	background: #0075C1;
	position: absolute;
	top: 60px;
	left: 0;
	padding-bottom: 40px;
}
.nextNav_min_content ul li{
	width: 90%;
	margin: 10px auto;
	line-height: 37px;
	border-bottom: 1px solid #ccc;
}
.nextNav_min_content ul li a{
	color: #fff;
}
.nextnav_open_main .main_opacity{
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	height: 100%;
}
.nextnav_open_main{
	display: none;
}
.cta_top {
	margin-left: 0;
}

.product_list {
	margin: 0 15px;
	padding: 6rem 1%;
}

.product_list ul {
	display: flex;
	 justify-content: center; 
	flex-wrap: wrap;
}

.product_list ul li {
	text-align: center;
	background: #f3f6fb;
	padding: 7rem 0;
	transition: all 0.5s;
	width: 19%;
	margin-bottom: 1%;
	margin-right: 1.2%;
	overflow: hidden;
	/* width: calc( 100% - 100px / 5); */
}
.product_list ul li:nth-child(5n+5){
	margin-right: 0;
}

.product_list ul li:hover {
	background: #f2f2f2;
	transform: scale(1.05);
}

.product_list ul li img {
	/*width: 75%;*/
	width: auto;
	height: 12rem;
	margin-bottom: 5rem;
}

.product_list ul li p a {
	color: #333;
	text-decoration: none;
}

.product_main {
	background: #f3f6fb;
	padding: 20px 60px;
	/* margin-top: 14px; */
	margin-bottom: 14px;
	position: relative;
	top: 14px;
}

.product_main .title {
	margin-top: 12rem;
}

.product_main .more {
	margin-left: -15px;
	margin-bottom: 10rem;
}

.product_main .product_img img {
	margin: 11rem auto;
	transform: scale(1);
}


.contactMain {
	background: #fff;
}
.contactMain .headlineH2{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.contactMain .row{
    display: flex;
    flex-wrap: wrap;
}
.contact_min_title{
	font-size: 19px;
	font-weight: 600;
	line-height: 1.5;
}
.contact_min_txt{
	font-size: 15px;
	line-height: 1.63;
	color: #37383f;
	margin-bottom: 2rem;
	min-height: 50px;
}

.formMain input{
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 1px solid #8a8a90;
	padding: 0 10px;
}
.formMain input:focus{
	border-bottom:1px solid #333;
	outline: none;
}
.formMain li textarea{
	resize:none;
	width: 100%;
	padding: 10px;
	border: none;
	border: 1px solid #8a8a90;
}
.formMain textarea:focus{
	border:1px solid #333;
	outline: none;
}
.formMain li p{
	margin-top: 4rem;
	margin-bottom: 0;
	color: #8a8a90;
}
.formMain li button{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 4rem;
	margin-bottom: 4rem;
	background: none;
	border: none;
	border: 1px solid #8a8a90;
	color: #8a8a90;
	border-radius: 4px;
}
.formMain li button:hover{
	border: 1px solid #0075C1;
	background: #0075C1;
	color: #fff;
}
.formMain li span{
	color: #8a8a90;
	line-height: 1.78;
}
.formMain li div:hover label{
	color: #333;
}
.email_print{
	margin-top: 0;
}
.email_print_top p{
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-weight: 500;
}
.email_print_bot{
	color: #000000;
	margin-top: 8rem;
	line-height: 1.9;
}
.email_print_bot h4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.email_print_bot .col-lg-8{
	padding-left: 0;
	padding-right: 30px;
}
.email_print_bot .col-lg-4{
	padding-right: 0;
	padding-left: 30px;
}
.email_print_bot h5{
	font-size: 18px;
	font-weight: 600;
	/* line-height: 70px; */
	margin-top: 26px;
	margin-bottom: 0;
}
.email_print_bot input{
	width: 100%;
	border: none;
	border-bottom: 1px solid #ddd;
	outline: none;
}
.email_print_bot button{
	color: #fff;
	width: 100px;
	height: 40px;
	background: #0075c1;
	border: none;
	border-radius: 6px;
	margin-top: 3rem;
}
.email_print_bot .col-lg-4 p{
	line-height: 5rem;
	font-size: 16px;
	cursor: pointer;
}
.email_print_bot .col-lg-4 p img{
	margin-right: 8px;
	position: relative;
	top: -2px;
}

.introduce{
	margin-top: 5rem;
	color: #000000;
	padding-bottom: 8rem;
	line-height: 1.78;
}
.introduce table{
    width: 100% !important;
}
.introduce td{
    /*width: 100% !important;*/
}

.miaoHref{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
	display: none;
	z-index: 999;
}
.miaoHref a{
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-align: center;
	color: #0075C1;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	background: #f5f5f5;
}
.miaoHref a:hover{
	background: #0075C1;
	color: #fff;
}

#tan{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	text-align: center;
	display: none;
}
#tan img{
	margin:0 5%;
	width: 90%;
}
#tan a{
	color: #fff;
	line-height: 55px;
	background: #0075C1;
	padding: 10px 20px;
	border-radius: 6px;
	margin:0 15px;
}
#tan a:hover{
	text-decoration: none;
}
#tan a.tanNo{
	color: #000;
	background: #ddd;
	padding: 10px 34px;
}

.share_tan{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 9999;
	display: none;
}
.share_tan .share_tanMain{
	width: 500px;
	height: 100px;
	background: #fff;
	border-radius: 8px;
	margin: 22% auto;
	position: relative;
}
.close_share_tan{
	position: absolute;
	right: 8px;
	top: 6px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.share_tan .share_tanMain div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.share_tan .share_tanMain div a{
	background: #999;
	margin: 0 20px;
	border-radius: 6px;
	opacity: 0.8;
}
.share_tan .share_tanMain div a:hover{
	opacity: 1;
}
.share_tan .share_tanMain div a:nth-child(1){
	background: #0498D6;
}
.share_tan .share_tanMain div a:nth-child(2){
	background: #0e76a8;
}
.share_tan .share_tanMain div a:nth-child(3){
	background: #3b5998;
}
.share_tan .share_tanMain div a:nth-child(4){
	background: rgb(51,102,255);
}
.share_tan .share_tanMain div a img{
	width: 50px;
	padding: 10px 8px;
}



/* 手机端 */
.minNav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	text-align: center;
	background: #fff;
	z-index: 99;
}
.minNav .logo{
	width: 166px;
	margin-top: 19px;
}
.nav_open_btn{
	position: absolute;
	width: 26px;
	height: 26px;
	top: 17px;
	left: 17px;
}
.minNav_content{
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	display: none;
}
.minNav_list{
	text-align: left;
	padding: 8px 0;
	height: calc(100% - 60px);
	overflow-y: scroll;
}
.minNav_list_top{
	padding: 0 20px;
}
.minNav_list_top input{
	border: none;
	outline: none;
	width: 80%;
}
.minNav_list_top img{
	float: right;
	width: 24px;
	margin-top: 8px;
}
.minNav_list_top p{
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	color: #787878;
}
.minNav_list_top div{
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	color: #787878;
	margin-bottom: 10px;
}
.minNav_list_top button{
	border: none;
	outline: none;
	background: none;
	float: right;
}
.minNav_list_top{
	border-bottom: solid 2px #e6e8e8;
}
.minNav_list_main{
	width: calc(100% - 40px);
	margin: 0 auto;
}
.minNav_list_main li{
	line-height: 40px;
	font-size: 14px;
}
.minNav_list_main li a{
	display: inline-block;
	width: 100%;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #dadada;
	color: #46474e;
	font-size: 14px;
}

.search_box {
	margin-bottom: 60px;
}
.search_box li{
	border-bottom: 1px solid #eee;
	margin-bottom: 24px;
}
.search_box li .search_belong{
	text-align: right;
}
.search_box li .search_belong span{
	color: #999;
	margin-right: 6px;
}
.search_box li .search_text{
	color: #999;
}
.search_box li h3 a{
	color: #333;
}
.search_box li a:hover{
	text-decoration: none;
}

.fileBox{
    position: relative;
    border-bottom: 1px solid #8a8a90;
    cursor: pointer;
}
.fileBox input{
    position: relative;
    z-index: 1;
    opacity: 0;
}
.fileBtn{
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 0;
}
.fileBox:hover .fileBtn{
    color: #0075C1;
}



/* media调整 */


@media screen and (min-width: 1000px) {
	.kongbai {
		height: 300px;
		padding: 50rem 0;
	}
}
@media screen and (min-width: 1920px) {
    .navBody .one_nav>li{
    	font-size:1.6rem;
    }
    
}
@media screen and (max-width: 1500px) {
    .animationTarget .img-responsive{
         height: 318px;
    }
}

@media screen and (max-width: 1450px) {
    .animationTarget .img-responsive{
        height: 309px;
    }
	.navBody .one_nav>li{
		margin-left: 12rem;
	}
	
    .navBody .one_nav.center_nav>li{
    	/*margin-right: 12rem;*/
    	margin-left: 12rem;
    }
}

@media screen and (max-width: 1366px) {
    .animationTarget .img-responsive{
         height: 290px;
    }
}
@media screen and (max-width: 1080px) {
    .animationTarget .img-responsive{
         height: 223px;
    }
}

@media screen and (max-width: 980px) {
    .introduce td{
    display: flex;
    flex-wrap: wrap;
}
.introduce td img{
    max-width: 100% !important;
}
    .animationTarget .img-responsive{
         height: auto;
    }
	.headlineH2{
		font-size: 34px;
	}
	.title{
		font-size: 26px;
	}
	.news{
		/* width: calc((100% - 64px) / 3); */
		width: 47%;
	}
	.newsMain{
		height: 420px;
		overflow: hidden;
	}
	.animationNews .title{
		font-size: 26px;
	}
	.footer .list_content{
		padding: 0 10rem;
	}
	.kongbai_txt p{
	    font-size: 18px;
	}
}

@media screen and (max-width: 490px) {
	html,body{
		overflow-x: hidden!important;
	}
	.footer{
		padding-top: 30px;
	}
	.fot_top{
		height: 36px;
		margin-bottom:36px;
	}
	.footer .xian{
		margin-top: 36px;
	}
	.banner .down_img{
		top: 120px;
	}
	.banner .down_video{
		top: 50px;
	}
	.kongbai{
		min-height: 228px;
	}
	.kongbai_txt{
		width: 80%;
		font-size: 20px;
		padding-top: 40px;
	}
	.subHeaderText{
		font-size: 13px;
	}
	.headlineH2{
		font-size: 28px;
	}
	.news{
		width: 100%;
	}
	.footer .list_content{
		display: none;
	}
	.footer_down ul li{
		margin-left: 10px;
	}
	.footer .footer_content{
		padding: 0 20px;
	}
	.news .showNews h3{
		padding: 100px 20px 40px 20px;
	}
	.hideNews .new_txt p{
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.description{
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: initial;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.description p{
		margin-bottom: 0;
	}
	.news .showNews p{
		font-size: 13px;
	}
	.news .showNews span{
		font-size: 13px;
	}
	
	#example_video_1{
		width: 96%;
		margin: 2%;
		height: auto;
		position: relative;
	}
	#example_video_2{
		width: 96%;
		margin: 2%;
		height: auto;
		position: relative;
	}
	.video_img_show{
		display: none;
	}
	.swiper_txt{
		position: relative;
		width: 100%;
		height: auto;
		top: 50px;
	}
	.gallery-top{
		height: auto;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	.videoMain{
		background: #1f2028;
	}
	.gallery-thumbs{
		margin-top: 50px;
		height: auto;
	}
	.gallery-thumbs .swiper-slide{
		height: 60px;
	}
	.gallery-thumbs .swiper-slide img{
		width: 30px;
	}
	.gallery-thumbs .swiper-slide .video_imgTit{
		display: none;
	}
	.num_jump{
		display: inline-block;
	}
	.num_jump li p{
		font-size: 12px;
	}
	.num_jump li{
		height: 120px;
	}
	.num_jump li h1{
		font-size: 22px;
	}
	.contact_menu_title{
		font-size: 16px;
	}
	/* .gallery-thumbs .swiper-slide{
		display: none;
	}
	.gallery-thumbs{
		height: 0;
	} */
	/*.container-fluid.animationTarget:nth-child(2n) .row:first-child{*/
	/*	display: block;*/
	/*}*/
	.container-fluid.product_main:nth-child(2n+1) .row:first-child{
		display: block;
	}
	.container-fluid.animationTarget:nth-child(2n) .num_jump.row:first-child{
		flex-wrap: wrap;
	}
	.container-fluid.product_main:nth-child(2n+1) .row:first-child label{
		margin-right: 0;
	}
	.animationTarget .col-md-4{
		margin: 0 20px;
	}
	.title{
		margin-top: 14px;
		margin-bottom: 10px;
	}
	.footer ul li a{
		font-size: 12px;
	}
	.footer_down ul li{
		font-size: 12px;
	}
	.animationTarget{
		padding-top: 20px;
		padding-bottom: 14px;
	}
	.animateMe{
		padding-top: 20px;
	}
	
	.video_img_show{
		display: block;
	}
	
	
	.email_print_bot .col-lg-8{
		padding-left: 0;
		padding-right: 0;
	}
	.email_print_bot .col-lg-4{
		padding-right: 0;
		padding-left: 0;
		margin-top: 20px;
	}
	
	.share_tan .share_tanMain{
		width: 98%;
		height: 138px;
		margin: 50% auto;
	}
	.kongbai_txt p{
		font-size: 14px;
	}
	
	.search_box li h3{
		font-size: 18px;
	}
	
	.img_list2 img{
		width: 100%;
		height: auto;
	}
	
	.product_main .product_img img{
		transform: scale(1);
		margin: 6px auto;
	}
	
}
.news_info_content img{
    width: 100%;
}
@media(max-width:1100px){
    .introduce td span br{
        display: none;
    }
}