@charset "utf-8";

.container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}

@media(max-width: 1400px){
	.container { width: 96%; }
}

/* 分页 */
.page{
	text-align: center;
}
.page a{
	margin: 0 5px;
	display: inline-block;
	border:1px solid #c0bfbe;
	line-height: 28px;
	min-width: 28px;
	font-size: 14px;
	padding: 0 10px;
}
.page a:hover,
.page a.cur{
	background:#c0bfbe;
	color: #fff;
	border-color:#c0bfbe;
}
/**头部**/
.header {
	position: relative;
	height: 80px;
	overflow: hidden;
	border-bottom:1px solid #cccbca;
}
.logo{
	float: left;
	line-height: 0;
	display: block;
	margin-top: 24px;
}
.headerRight{
	float: right;
}
.nav{
	float: left;
}
.nav ul li{
	float: left;
	/*line-height: 80px;*/
	line-height: 77px;
	margin-right: 60px;
}
.nav ul li a{
	display: block;
	color:#545555;
	font-size: 16px;
}

.nav ul li:hover a,
.nav ul li.cur a{
	color:#0756a0;
	border-bottom: 2px solid #0756a0;
}
.searchBtn{
	margin-top: 30px;
	float: left;
	width: 140px;
	border:1px solid #707070;
	height: 22px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	overflow: hidden;
	position: relative;
}
.searchBtn .text{
	float: left;
	border:none;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0 30px 0 10px;
	font-size: 12px;
}
.searchBtn .btn{
	right: 0;
	top: 0;
	width: 25px;
	height: 20px;
	background:url(../images/btn1.png) no-repeat center center;
	position: absolute;
	border:none;
}

.language{
	margin-top: 30px;
	float: right;
	margin-left: 16px;
}
.language span.bt{
	line-height: 22px;
	color: #0856a0;
	font-size: 14px;
	font-family: arial;
	/*background:url(../images/icon1.jpg) no-repeat left center;*/
	padding-left: 25px;
	font-weight: bold;
}
.language i {font-style: normal;}
.language a.cur {
	line-height: 22px;
	font-size: 14px;
	font-weight: bold; color:#0856a0;}
.navbtn{
	display: none;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 49px;
	line-height: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

/**mobile nav**/
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	background: #fff;
	z-index: 99999;
	padding-bottom: 20px;
}

.nav_box .nav-title {
	height: 65px;
	position: relative;
	border-bottom: 1px solid #666;
}

.nav_box .nav-title .navclose {
	width: 30px;
	height: 30px;
	display: block;
	font-size: 0;
	line-height: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title h1 {
	width: 110px;
	line-height: 0;
	margin-left: 15px;
	padding-top: 18px;
}

.nav_box .navlist {
	margin-top: 20px;
	width: 100%;
}

.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 66px;
	border-bottom: 1px solid #666;
	padding: 0 15px;
	text-transform: capitalize;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #333;
	position: relative;
}

.nav_box .navlist ul>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 22px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.nav_box .navlist ul>li ol{
	display: none;
	background:#f5f5f5;
}
.nav_box .navlist ul>li ol>li{
	float: left;
	width: 100%;
	border-top: 1px solid #666;
}
.nav_box .navlist ul>li ol>li a{
	display: block;
	padding: 0 15px;
	color:#666;
}
.nav_box .navlist ul>li ol.nav3 li a{
	padding: 0 40px;
}
.nav_box .navMenu {
	padding-bottom: 10px;
	display: none;
}

.nav_box .navMenu a {
	display: block;
	color: #bcbcbc;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.navSearch {
	border:1px solid #666;
	margin: 30px 15px 0;
	background: #fff;
	height: 32px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.navSearch .inputT {
	float: left;
	width: 100%;
	height: 32px;
	background: none;
	border: none;
	padding: 0 40px 0 15px;
	color: #333;
}

.navSearch .Btn {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	width: 35px;
	height: 32px;
	border: none;
	border-left: 1px solid #666;
	background: url(../images/btn.png) no-repeat center center;
}
/**底部**/
.footer {
	background:#7c7c7c;
	padding: 20px 0 20px;
}
.footer .footerLeft{
	float: left;
}

.footerNav{
	border-bottom:1px solid #989797;
	padding-bottom: 18px;
}
.footerNav a{
	display: block;
	float: left;
	margin-right: 85px;
	color: #fff;
	font-size: 16px;
}
.footerNav a:last-child{
	margin-right: 0;
}
.footerNav a:hover{
	text-decoration: underline;
}
.footerText{
	padding-top: 15px;
}
.footerText h3{
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}
.footerText .t{
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
	color:#e6e4e3;
	max-width: 660px;
	width: 100%;
}
.footerText .t p{
	float: left;
	width: 65%;
	padding-left: 25px;
	margin-top: 8px;
}
.footerText .t p:nth-child(2n){
	width: 35%;
}
.footerText .t p.d1{
	background:url(../images/footerIcon1.png) no-repeat left center;
}
.footerText .t p.d2{
	background:url(../images/footerIcon2.png) no-repeat left center;
}
.footerText .t p.d3{
	background:url(../images/footerIcon3.png) no-repeat left center;
}
.footerText .t p.d4{
	background:url(../images/footerIcon4.png) no-repeat left center;
}
.banquan{
	margin-top: 12px;
	font-size: 14px;
	line-height: 24px;
	color: #e6e4e3;
}

.footer .footerRight{
	float: right;
}
.footer .footerRight .img{
	float: left;
	width: 130px;
	line-height: 0;
}
.footer .footerRight p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin-top: 16px;
}

/**banner**/
.banner {
	position: relative;
	overflow: hidden;
	border-bottom:3px solid #718abc;
}
.banner .pic2 {display: none;}
.nybanner .pic2 {display: none;}
.banner img {
	width: 100%;
}

@media(max-width:750px){
	.banner .pic2 {display: block;}
	.banner .pic1 {display: none;}
	.nybanner .pic2 {display: block;}
	.nybanner .pic1 {display: none;}
}
.banner .slick-dots li button{
	width: 10px;
	height: 10px;
	background:none;
	border:1px solid #7f7e7f;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.nybanner .slick-dots li button{
	width: 10px;
	height: 10px;
	background:none;
	border:1px solid #7f7e7f;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}
.banner .slick-dots li.slick-active button{
	background:#0756a0;
	border-color: #0756a0;
}
.nybanner .slick-dots li.slick-active button{
	background:#0756a0;
	border-color: #0756a0;
}

/**首页**/
.title{
	text-align: center;
}
.title h3{
	color: #323333;
	font-size: 34px;
	font-weight: normal;
}

.homeprobox{
	padding: 60px 0;
}
.homeprobox .img{
	float: left;
	width: 42%;
	line-height: 0;
}
.homeprobox .text{
	float: right;
	width: 50%;
	padding-top: 40px;
}
.homeprobox .text h3,
.homeprobox2 .text h3{
	color: #323333;
	font-size: 34px;
	font-weight: normal;
	border-bottom:1px solid #aab3d5;
	padding-bottom: 25px;
}
.homeprobox .text .icon{
	margin-top: 30px;
}
.homeprobox .text .icon span{
	float: left;
	display: block;
	width: 49px;
	margin-right: 20px;
}
.homeprobox .text .t,
.homeprobox2 .text .t{
	font-size: 16px;
	line-height: 32px;
	color:#666666;
	margin-top: 30px;
}
.homeprobox .text .moreBtn,
.homeprobox2 .text .moreBtn{
	margin-top: 40px;
}
.homeprobox .text .moreBtn a,
.homeprobox2 .text .moreBtn a{
	display: inline-block;
	border:1px solid #5378b4;
	line-height: 34px;
	padding: 0 28px;
	color:#666666;
	font-size: 14px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
}

.homeprobox2{
	background:#f4f4f3 url(../images/homeProBg.jpg) no-repeat center bottom;
	padding: 60px 0;
}
.homeprobox2 .text{
	float: left;
	width: 50%;
}
.homeprobox2 .img{
	float: right;
	width: 38%;
	line-height: 0;
	margin-top: -30px;
}

.homeVideo { position: relative; width: 1920px; left:50%; margin-left:-960px; }

.homeVideo .box{
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	line-height: 0;
}

.homeVideo .vid { display: none; position: absolute; width: 1250px; left:50%; margin-left:-625px; top:0; }
@media(max-width: 1400px){
	.homeVideo,.homeVideo .vid { width: 100%; left:0; margin-left:0; }
}
.homeVideo .box .btn{
	position: absolute;
	width: 97px;
	height: 97px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	cursor: pointer;
}

.homeAbout{
	background:url(../images/homeAboutBg.jpg) no-repeat center top;
	padding-top: 60px;
}
.homeAbout .text{
	max-width: 1045px;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 28px;
	color:#666666;
	text-align: center;
}
.homeAbout .imgBox{
	margin-top: 40px;
}
.homeAbout .imgBox span{
	display: block;
	float: left;
	line-height: 0;
	overflow: hidden;
}
.homeAbout .imgBox span.img01{
	width: 48.75%;
	margin-right: 1.625%;
}
.homeAbout .imgBox span.img02{
	width: 24%;
	margin-right: 1.625%;
}
.homeAbout .imgBox span.img03{
	float: right;
	width: 24%;
}


.homeNews{
	padding: 60px 0 40px;
}
.homeNews ol{
	margin-top: 35px;
}
.homeNews ol li{
	float: left;
	width: 31%;
	margin-right: 3%;
}
.homeNews ol li:nth-child(3n){
	margin-right: 0;
}
.homeNews ol li .img{
	line-height: 0;
	overflow: hidden;
}
.homeNews ol li .img img{
	width: 100%;
}
.homeNews ol li .text{
	padding-top: 15px;
}
.homeNews ol li .text .data{
	font-size: 12px;
	color:#666666;
	line-height: 14px;
	padding-left: 20px;
	background:url(../images/data.jpg) no-repeat left center;
}
.homeNews ol li .text h3{
	margin-top: 6px;
	font-size: 14px;
	color: #323333;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/* nybanner */
.nybanner{
	position: relative;
	overflow: hidden;
}
.nybanner .img{
	width: 100%;
	/*height: 440px;*/
	overflow: hidden;
	position: relative;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.nybanner .text{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding-left: 62px;
	display: none;
}
.nybanner .text h3 {
	color: #ffffff;
	font-size: 34px;
	font-weight: normal;
}

.nybanner .text i.xian{
	display: block;
	width: 43px;
	height: 3px;
	background:#f5f5f5;
	margin: 15px 0 20px;
}

.nybanner .text p {
	color: #ffffff;
	font-size: 24px;
}

.nybanner .text p span{
	color: #0756a0;
}

/* 公司简介 */
.mianbox{
	padding: 40px 0 60px;
	background: #fafafa;
}
.mianLeft{
	float: left;
	width: 280px;
}
.titbt{
	background:url(../images/pic1.jpg) no-repeat center center;
	width: 100%;
	height: 100px;
	padding: 16px 32px;
}
.titbt i.xian{
	display: block;
	width: 2px;
	height: 28px;
	background:#bcbfda;
}
.titbt h3{
	color:#ffffff;
	font-size: 22px;
	font-weight: normal;
	margin-top: 5px;
}
.menu{
	border:1px solid #e9e9e9;
}
.menu ul li{
	float: left;
	width: 100%;
	line-height: 46px;
	font-size: 14px;
	position: relative;
}
.menu ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 46px;
	background:#0756a0;
	display: none;
}
.menu ul li a{
	display: block;
	margin: 0 -3px;
	color: #666666;
	border-bottom:1px solid #e9e9e9;
}
.menu ul li:last-child a{
	border-bottom:none;
}
.menu ul li span{
	display: inline-block;
	margin: 0 15px;
}
.menu ul li:hover::before,
.menu ul li.cur::before{
	display: block;
}
.menu ul li:hover>a,
.menu ul li.cur>a{
	color: #0756a0;
}

.menuNav a{
	display: block;
	padding: 0 50px;
}
.menuNav a:hover,
.menuNav a.cur{
	color: #0756a0;
}

.mianRight{
	float: right;
	width: 930px;
}
.mianRightTit{
	border-bottom:1px solid #edecec;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.mianRightTit h3{
	font-size: 20px;
	color:#0756a0;
	position: relative;
	padding-left: 15px;
	float: left;
	line-height: 26px;
}
.mianRightTit h3:before{
	content:"";
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 20px;
	background:#0756a0;
}
.bread{
	float: right;
	line-height: 26px;
	color:#666666;
	background:url(../images/breadIcon.jpg) no-repeat left center;
	padding-left: 22px;
}
.bread a{
	color:#666666;
	display: inline-block;
}
.bread a:hover{
	text-decoration: underline;
}

.aboutIntroduction .text{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}
.aboutIntroduction .videoBox{
	position: relative;
	background:#424343;
	line-height: 0;
	margin-top: 20px;
}
.aboutIntroduction .videoBox .btn{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 44px;
	height: 44px;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	cursor: pointer;
}
.aboutPath{
	background:#f5f5f5 url(../images/PathBg.jpg) no-repeat center bottom;
	padding: 25px 50px;
	min-height: 430px;
	overflow: hidden;
}
.PathBtn{
	position: relative;
	padding: 0 50px;
}
.PathBtn:before{
	content:"";
	position: absolute;
	left: 0;
	bottom:4px;
	width: 100%;
	height: 2px;
	background:#d3d2d3;
	z-index: 1;
}
.PathBtn::after{
	z-index: 0;
	content:"";
	position: absolute;
	left: 7%;
	bottom:4px;
	width: 86%;
	height: 6px;
	background:url(../images/PathIcon1.png) repeat-x left bottom;
}
.PathBtn .slick-list{
	z-index: 3;
}
.PathBtn .box{
	text-align: center;
	cursor: pointer;
}
.PathBtn .box span{
	color: #666666;
	font-size: 22px;
}
.PathBtn .box i.icon{
	display: block;
	width: 10px;
	height: 10px;
	margin: 15px auto 0;
	background:#626262;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.PathBtn .slick-prev,
.PathBtn .slick-next{
	width: 13px;
	height: 21px;
	border:none;
	margin-top: 0;
	top: auto;
	bottom:-5px;
}
.PathBtn .slick-prev{
	background:url(../images/pathprev.png) no-repeat center center/cover;
	left: 0;
}
.PathBtn .slick-next{
	background:url(../images/pathnext.png) no-repeat center center/cover;
	right: 0;
}
.PathBtn .box.cur span{
	color: #0756a0;
}
.PathBtn .box.cur i.icon{
	background:#0756a0;
}
.PathBox{
	margin-top: 40px;
	padding: 0 30px;
}
.PathBox .box{
	display: block;
	margin-top: -60px;
}

.aboutPath dl dd { margin-bottom:20px;}
.aboutPath dl dd>.t {/* border-bottom:1px solid #ddd;*/ font-size: 24px;font-weight: bold; padding-bottom:12px; margin-bottom:18px; color:#0856a0;}



.PathBox .box:first-child{
	display: block;
}
.PathBox .box ul li{
	float: left;
	width: 100%;
	padding-bottom: 20px;
	position: relative;
}
.PathBox .box ul li:before{
	content:"";
	position: absolute;
	left: 89px;
	top: -6px;
	width: 2px;
	height: 193%;
	background:#0756a0;
}

.PathBox .box ul li .quan {
	width: 10px;
	border-radius: 50%;
	position: absolute;
	left:85px;top:10px;
	height: 10px;
	-webkit-box-sizing: border-box; border:2px solid #0756a0;
	background: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.PathBox .box ul li:last-child{
	padding-bottom: 0;
}
.PathBox .box ul li:last-child:before{
	/*display: none;*/
}
.PathBox .box ul li span{
	float: left;
	color: #666666;
	font-size: 14px;
	font-family: arial;
	width: 74px;
	line-height: 24px;
	opacity: 0;
}
.PathBox .box ul li i.icon{
	width: 12px;
	height: 12px;
	/* background:#fff url(../images/pathIcon2.png) no-repeat center center/cover; */
	border-radius: 50%;
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.PathBox .box ul li .t{
	float: right;
	width: 630px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}

/*@media(max-width: 1400px){
	.PathBox .box ul li .t { width: 600px; }
}
@media(max-width: 1340px){
	.PathBox .box ul li .t { width: 550px; }
}
@media(max-width: 1300px){
	.PathBox .box ul li .t { width: 500px; }
}*/
@media(max-width: 1200px){
	.PathBox .box ul li .t { width: 550px; }
}
@media(max-width: 1100px){
	.PathBox .box ul li .t { width: 480px; }
}
@media(max-width: 1024px){
	.PathBox .box ul li .t { width: 630px; }
}

@media(max-width: 950px){
	.PathBox .box ul li .t { width: 580px; }
}
@media(max-width: 900px){
	.PathBox .box ul li .t { width: 530px; }
}
@media(max-width: 860px){
	.PathBox .box ul li .t { width: 480px; }
}
@media(max-width: 800px){
	.PathBox .box ul li .t { width: 400px; }
}
@media(max-width: 750px){
	.PathBox .box ul li .quan {
		display: none;}
}

.aboutHonor ul{
	margin-bottom: 20px;
}
.aboutHonor ul li{
	float: left;
	width: 290px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 20px;
}
.aboutHonor ul li:nth-child(3n){
	margin-right: 0;
}
.aboutHonor ul li .img{
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.aboutHonor ul li p{
	margin-top: 10px;
	color: #666666;
	font-size: 16px;
	/* overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; */
}
.aboutNews ul{
	margin-bottom: 20px;
}
.aboutNews ul li{
	float: left;
	width: 290px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.aboutNews ul li:nth-child(3n){
	margin-right: 0;
}
.aboutNews ul li .img{
	width: 100%;
	line-height: 0;
	overflow: hidden;
	text-align: center;
}
.aboutNews ul li .text{
	padding-top: 15px;
}
.aboutNews ul li .text .data{
	font-size: 12px;
	color:#666666;
	line-height: 14px;
	padding-left: 20px;
	background:url(../images/data.jpg) no-repeat left center;
}
.aboutNews ul li .text h3{
	margin-top: 6px;
	font-size: 16px;
	color: #323333;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.proBox ul{
	margin-bottom: 20px;
}
.proBox ul li{
	float: left;
	width: 296px;
	text-align: center;
	margin-right: 21px;
	margin-bottom: 20px;
}
.proBox ul li:nth-child(3n){
	margin-right: 0;
}
.proBox ul li .img{
	line-height: 0;
}
.proBox ul li .img img{
	border:1px solid #dddddd;
}
.proBox ul li p{
	margin-top: 10px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.proshowImg .showLeft{
	float: left;
	width: 450px;
}
.proshowImg .showLeft .DTimg{
	margin-bottom: 10px;
}
.proshowImg .showLeft .XTimg{
	padding: 0 22px;
}
.proshowImg .showLeft .XTimg .img{
	margin: 0 5px;
	border:1px solid #fff;
	cursor: pointer;
}
.proshowImg .showLeft .XTimg .slick-prev,
.proshowImg .showLeft .XTimg .slick-next{
	width: 13px;
	height: 21px;
	border:none;
	margin-top: -10px;
}
.proshowImg .showLeft .XTimg .slick-prev{
	background:url(../images/pathprev.png) no-repeat center center/cover;
	left: 0;
}
.proshowImg .showLeft .XTimg .slick-next{
	background:url(../images/pathnext.png) no-repeat center center/cover;
	right: 0;
}
.proshowImg .showLeft .XTimg .slick-current .img {
    border-color: #0756a0;
}

.proshowImg .showRight{
	float: right;
	width: 450px;
}
.proshowImg .showRight h3{
	color: #323333;
	font-size: 34px;
	font-weight: normal;
	border-bottom:1px solid #dbdbdc;
	padding-bottom: 15px;
}
.proshowImg .showRight .text{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}
.proshowImg .showRight .text .bt{
	margin-top: 15px;
	font-size: 16px;
	color: #0756a0;
	font-weight: bold;
}
.proshowText{
	margin-top: 30px;
}
.proshowText { border-color:#0756a0;}
.proshowText h3{
	color: #323333;
	font-size: 20px;
	font-weight: normal;
	border-bottom:1px solid #efeeee;
}
.proshowText h3 span{
	display: inline-block;
	border-bottom:2px solid #0756a0;
	padding-bottom: 15px;
}
.proshowText .tables{
	margin-top: 20px;
	margin-bottom: 30px;
}
.proshowText .tables table tr th{
	background:#0756a0;
	color: #fff;
	text-align: center;
	border:1px solid #89abcf;
	font-weight: normal;
	padding: 15px;
	font-size: 16px;
}
.proshowText .tables table tr td{
	color: #666666;
	text-align: center;
	border:1px solid #89abcf;
	padding: 15px;
	font-size: 16px;
}

.fenyeBox{
	border-top:1px solid #f2f2f2;
	padding-top: 20px;
}
.fenyeBox a{
	display: inline-block;
	max-width: 45%;
	color:#666666;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fenyeBox a:hover{
	text-decoration: underline;
}
.clinicalVideo ul{
	margin-bottom: 20px;
}
.clinicalVideo ul li{
	float: left;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	padding: 20px;
	margin-bottom: 20px;
}
.clinicalVideo ul li .img{
	float: left;
	width: 170px;
	line-height: 0;
	overflow: hidden;
}
.clinicalVideo ul li .text{
	float: right;
	width: 700px;
	padding-top: 8px;
}
.clinicalVideo ul li .text h3{
	color: #323333;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}
.clinicalVideo ul li .text p{
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.clinicalVideo ul li .text span{
	display: inline-block;
	color: #323333;
	font-size: 12px;
	margin-top: 10px;
}
.clinicalVideo ul li:hover .text span{
	text-decoration: underline;
}

.clinicalShow h1{
	text-align: center;
	color: #323333;
	font-size: 34px;
	font-weight: normal;
}
.clinicalShow .data{
	text-align: center;
	border-bottom:1px solid #dbdad9;
	color:#767777;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.clinicalShow .data span{
	display: inline-block;
	margin: 0 20px;
}
.clinicalShow .detail{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	padding: 30px 0;
}
.clinicalShow .showVideo{
	text-align: center;
	line-height: 0;
	margin-bottom: 30px;
}

.literature ul li .text p{
	margin-top: 10px;
	color: #767777;
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 22px;
	margin-top: 5px;
}
.literature ul li .text{
	padding-top: 0;
}
.literature ul li .text span{
	margin-top: 5px;
}

.lxwmLeft{
	border:1px solid #e9e9e9;
	padding: 20px 20px;
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}
.lxwmLeft p{
	padding-left: 30px;
	margin-bottom: 20px;
}
.lxwmLeft p.d1{
	background:url(../images/lxwmIcon1.jpg) no-repeat left 3px;
}
.lxwmLeft p.d2{
	background:url(../images/lxwmIcon2.jpg) no-repeat left 3px;
}
.lxwmLeft p.d3{
	background:url(../images/lxwmIcon3.jpg) no-repeat left 3px;
}
.lxwmLeft p.d4{
	background:url(../images/lxwmIcon4.jpg) no-repeat left 3px;
}
.lxwmLeft p.d5{
	background:url(../images/lxwmIcon5.jpg) no-repeat left 3px;
}

.Feedback { float: left; width: 49%; }

.Feedback h3{
	font-weight: normal;
	font-size: 34px;
	color: #323333;
}
.Feedback ol{
	margin-top: 20px;
}
.Feedback ol li{
	float: left;
	width: 49%;
	margin-bottom: 20px;
}
.Feedback ol li input{
	border:1px solid #dad8d8;
	height: 38px;
	padding: 0 10px;
	color: #666666;
	font-size: 14px;
	float: left;
	width: 100%;
	border-radius: 8px;
}
.Feedback ol li textarea{
	border:1px solid #dad8d8;
	height: 150px;
	padding: 10px;
	color: #666666;
	font-size: 14px;
	float: left;
	width: 100%;
	font-family: "微软雅黑";
	line-height: 24px;
	border-radius: 8px;
}
.Feedback ol li:nth-child(2n){
	float: right;
}
.Feedback ol li.liuyan{
	width: 100%;
}
.Feedback ol li.btn{
	float: left;
	width: 100%;
}
.Feedback ol li.btn input{
	margin: 0 auto;
	display: block;
	float: none;
	text-align: center;
	width: 120px;
	color:#fff;
	background:#0856a0;
}

/* 强制修复复选框样式（最高优先级） */
.Feedback ol li.agreement-item {
    width: 100% !important;
    float: left !important;
    margin-bottom: 20px !important;
    clear: both !important; /* 清除前面的浮动影响 */
}
.Feedback ol li.agreement-item .agreement-inner {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
/* 彻底重置复选框样式 */
.Feedback ol li.agreement-item input[type="checkbox"]#agreement {
    width: 16px !important;
    height: 16px !important;
    border: none !important;
    padding: 0 !important;
    margin: 2px 8px 0 0 !important;
    float: none !important;
    border-radius: 0 !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    outline: none !important;
    background: none !important;
}
.Feedback ol li.agreement-item label[for="agreement"] {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.contactMap{
	width: 49%;
	float: right;
	margin-top: 65px;
}
.contactMap #allmap{
	width: 100%;
	height: 268px;
}
@media(max-width:1000px){
	.contactMap,.Feedback { width: 100%; }
	.contactMap { margin-top:20px; }
}
.mobilelxwm{
	display: none;
}

.Mfooter{
	display: none;
}
.Mfooter .zhanwei{
	height: 60px;
}
.Mfooter ul{
	z-index: 9999;
	position: fixed;
	left: 0;
	bottom:0;
	width: 100%;
	background:#fff;
	height: 60px;
	box-shadow:0 0 5px rgba(0, 0, 0, .2);
}
.Mfooter ul li{
	float: left;
	width: 20%;
	text-align: center;
	height: 60px;
}
.Mfooter ul li a{
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
}
.Mfooter ul li .icon{
	line-height: 0;
	margin-top: 8px;
}
.Mfooter ul li .icon span{
	display: block;
}
.Mfooter ul li .icon em{
	display: none;
}
.Mfooter ul li .icon img{
	height: 26px;
}
.Mfooter ul li p{
	margin-top: 3px;
	color:#666666;
	font-size: 14px;
}
.Mfooter ul li.cur .icon span{
	display: none;
}
.Mfooter ul li.cur .icon em{
	display: block;
}
.Mfooter ul li.cur p{
	color:#0757a0;
}


/*搜索*/
.searchs {  }
.searchs ul { padding-bottom:30px; }
.searchs ul li { border-bottom:1px dashed #e4e4e4; }
.searchs ul li a { float: left; width: 70%; height: 56px; overflow: hidden; font-size: 14px;color:#666666; line-height: 56px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.searchs ul li span { float: right; line-height: 56px; font-size:14px;color:#666666; }

@media(max-width: 1400px){
	.clinicalVideo ul li .img { width: 25%; }
	.clinicalVideo ul li .img img { width: 100%; }
	.clinicalVideo ul li .text { width: 72%; }
	.mianLeft { width: 20%; }
	.mianRight { width: 78%; }
	.proshowImg .showRight {
		width: 400px;}
	.aboutHonor ul li { width: 32%; margin-right:2%; }
	.aboutNews ul li { width: 32%; margin-right:2%; }
	.proBox ul li { width: 32%; margin-right:2%; }
}
@media(max-width: 1300px){
	.lxwmLeft { font-size: 12px; }
	.lxwmLeft { padding: 15px 10px; }
	.menu ul li { font-size: 12px; }
	.menu ul li span,.menu ul li a {margin: 0 10px;}
}
@media(max-width: 1160px){
	.proshowImg .showRight {
		width: 350px;}
}
@media(max-width: 1080px){
	.proshowImg .showRight {
		width: 300px;}
}
@media(max-width: 1024px){
	.container { width: 100%; }
	.lxwmLeft { font-size: 14px; }
	.proshowImg .showRight {
		width: 450px;}
}
@media(max-width: 980px){
	.proshowImg .showRight {
		width: 400px;}
}
@media(max-width: 900px){
	.proshowImg .showRight {
		width: 350px;}
}
@media(max-width: 840px){
	.proshowImg .showRight {
		width: 300px;}
}

.nyNav,.nyNavx { display: none; }

.header.fixed-head{ z-index: 999;position: fixed;top: 0;margin-top:0;width: 100%;  left:0; background: #fff;/*transition: All .4s ease;-webkit-transition: All .4s ease;-moz-transition: All .4s ease;-o-transition: All .4s ease;-webkit-animation: headerFix 1s ease 1;animation: headerFix 1s ease 1*/;
}
@-webkit-keyframes headerFix {
	from {
		-webkit-transform: translateY(-100%);
	}
	to {
		-webkit-transform: translateY(0);
	}
}
@keyframes headerFix {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
