body{
	font-family:microsoft yahei !important;
}
a:hover{
	text-decoration:none !important;
}
header{
	position:fixed; 
	z-index:99999999; top:0;
	width:1200px; left:50%; margin-left:-600px;
}
header .top{
	margin:10px 5px; 
}
header .logo{
	background:#fff;
	height:90px;
	border-radius:3px 0px 0px 3px;
	box-shadow:0px 2px 2px rgba(0,0,0,.2);
}
header .logo a{
	display:block;
	height:90px;
	width:100%;
}
header .logo a table td{
	height:90px;
	text-align:center;
}
header .logo a img{
	max-width:100%;
}
header .menu{
	padding:0px 3px 0px 0px; float:left;
}
header .menu ul{
	border-radius:0px 3px 3px 0px;
	margin:0;
	background:#fff;
	display:flex;
	box-shadow:2px 2px 2px rgba(0,0,0,.2);
}
header .menu ul li{
	border-right:1px rgba(0,0,0,.1) solid;
}
header .menu ul li:first-child{
	border-left:1px	rgba(0,0,0,.1) solid;
}
header .menu ul li a{
	line-height:87px;
	display:block;
	padding:0px 18px;
	color:#000;
	font-size:1.6rem;
	border-bottom:3px #fff solid;
}
header .menu ul li a:hover{
	background:#f7f8f8;
	color:#006cb8;
	transition:.3s;
	border-bottom:3px #0c4da2 solid;
}
header .top .ymenu a{
	display:block;
	border-radius:3px;
	height:90px;
	font-size:1.6rem;
	color:#262323;
	padding-top:55px;
	text-align:center;
	box-shadow:0px 2px 2px rgba(0,0,0,.2);
}
header .top .ymenu .col-md-3{
	padding:0px 3px;
}
header .top .ss a{
	background:#fff url(../images/fdj.png) center 15px no-repeat;
	cursor:pointer;
}
header .top .zw a{
	background:#fff url(../images/dq.png) center 15px no-repeat;
}
header .top .yx a{
	background:#fff url(../images/xf.png) center 15px no-repeat;
}
header .top .oa a{
	background:#fff url(../images/oa.png) center 15px no-repeat;
}
header .top .ymenu a:hover{
	background-color:#f7f8f8;
}
#myCarousel .item a{
	display:block;
	position:relative;
	width:100%;
}
#myCarousel .item a>img{
	max-width:100%;
}
#myCarousel .item a>div{
	position:absolute;
	z-index:99;
}
#myCarousel .item a>div:nth-of-type(1){
	top:50%;
	left:40%;
}
#myCarousel .item a>div:nth-of-type(2){
	top:35%;
	left:25%;
}
#myCarousel .item a>div:nth-of-type(3){
	top:56%;
	left:18%;
}
#myCarousel .animated{
	-webkit-animation-duration:2s;
	animation-duration:2s;
}

@media (min-width: 992px){
    #hd-nav{
		display: block!important;
    }
}
@media (min-width:992px) and (max-width:1200px){
	header{
	position:fixed; 
	z-index:99999999;
	width:970px; left:50%; margin-left:-485px;
}
	.logo{ width:25% !important;}
	#hd-nav{ width:75% !important;}
	header .menu ul li a {
    padding: 0px 13px;
}
}
.about{
	background:url(../images/idbg1.jpg) center 0 ;
	padding:30px 0;
	overflow:hidden;
}
.about .abct-ct{
	font-size:1.2rem;
	color:rgba(0,0,0,.4);
	line-height:24px;
}
.title{
	font-size:1.8rem;
	color:#0c4da2;
	line-height:50px;
}
.title a{
	float:right;
	color:#0c4da2;
	font-size:1.4rem;
}
.news .tab-content ul{
	margin-top:20px;
	padding:0px 5px;
}
.news .tab-content ul li{
	border-bottom:1px rgba(0,0,0,.2) dashed;
	padding-bottom:15px;
	margin-bottom:15px;
}
.news .tab-content ul li a{
	color:rgba(0,0,0,.7);
}
.news .tab-content ul li a:hover{
	color:#ff5346;
}
.news .tab-content ul li a span{
	float:right;
}
.news #xxk{
	padding:0;
	margin:0;
	border-bottom:3px #dbdbdb solid;
}
.news #xxk li{
	margin:0;
}
.news #xxk li a{
	color:rgba(0,0,0,.7);
	border:0;
	padding:10px 30px;
	display:block;
}
.news #xxk li.active a{
	color:#fff;
	border-radius:0;
	border:0;
	background:#0c4da2;
}
.news #xxk li a:hover{
	background:#0c4da2;
	color:#fff;
	border-radius:0;
	border:0;
}
.pdcs{
	background:url(../images/pdbg.jpg) center 0 no-repeat,url(../images/anbg.jpg) center 500px no-repeat;
	padding:20px 0 0px;
	overflow:hidden;
}
.products{
	position:relative;
	z-index:99;
}
.products .product .navigation {
    width: 100%;
    margin: 0px auto;
	padding:20px 0;
}
.products .product .carousel{
    overflow: hidden;
}
.products .product .carousel ul {
    width: 20000em;
    list-style: none;
    margin: 0;
    padding: 0;
}
.products .product .carousel li {
    float: left;
	width:276px;
	margin-right:22px;
}
.products .product .carousel li img{
	width:100%;
}
.products .product .carousel li a{
	display:block;
	border:1px #e6e6e6 solid;
}
.products .product .carousel li a>div{
	background-color:#e6e6e6;
	padding:10px;
	color:#000;
	line-height:40px;
	height:60px;
	font-size:1.4rem;
	text-align:center;
	width:100%;
}
.products .product .carousel li a:hover{
	border:1px #0c4da2 solid;
	transition:.3s;
}
.products .product .carousel li a:hover div{
	background-color:#0c4da2;
	transition:.3s;
	color:#fff;
}
.products .product .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
	height:50px;
	width:51px;
	position:absolute;
}
.products .product .prev-navigation{
	background:url(../images/leftbtn.png) left 0px no-repeat;
	left:10%;
	top:52%;
}
.products .product .next-navigation{
	background:url(../images/rightbtn.png) right 0px no-repeat;
	right:10%;
	top:52%;
}
.products .product .prev-navigation:hover{
	background:url(../images/leftnow.png) left 0px no-repeat;
	transition:.3s;
}
.products .product .next-navigation:hover{
	background:url(../images/rightnow.png) right 0px no-repeat;
	transition:.3s;
}
.products .pdtitle{
	display:flex;
	justify-content:space-between;
	border-bottom:2px rgba(0,0,0,.1) solid;
	padding-bottom:20px;
	margin-bottom:30px;
}
.products .pdtitle span{
	font-size:2.0rem;
	color:rgba(0,0,0,.7);
	font-weight:bold;
	line-height:50px;
	height:40px;
	display:block;
}
.products .pdtitle div>div{
	border:2px rgba(0,0,0,.1) solid;
	padding:0px 15px;
	border-radius:2px;
}
.products .pdtitle div input{
	border:0;
	line-height:40px;
	color:rgba(0,0,0,.4);
	font-size:1.6rem;
	outline:none;
}
.products .pdtitle div button{
	border:0;
	background:none;
	height:40px;
	padding:0px 10px;
	font-size:1.6rem;
	color:rgba(0,0,0,.4);
}
.case{
	padding-top:120px; margin-bottom:10px;
	position:relative;
}
.case .cstitle{
	color:rgba(0,0,0,.4);
	font-size:1.4rem;
}
.case .cstitle span{
	font-size:3.0rem;
	color:#006ab8;
	padding-right:10px;
}
.case .case-lb ul{
	display:flex;
	margin-top:38px;
}
.case .case-lb ul li{
	height:129px;
	margin-right:4px;
	text-align:center;
}
.case .case-lb ul li:first-child a{
	background:#f4f4f4 url(../images/dot111.png) center 0 no-repeat;
}
.case .case-lb ul li:first-child a:hover{
	background:#006ab8 url(../images/dot111n.png) center 0 no-repeat;
}
.case .case-lb ul li:first-child div{
	padding:20px 16px 0px 0px;
}
.case .case-lb ul li a{
	display:block;
	height:129px;
	width:200px;
	background:url(../images/dot111.png) center 0 no-repeat;
	margin-right:-55px;
}
.case .case-lb ul li a:hover{
	transition:.5s;
	background:url(../images/dot111n.png) center 0 no-repeat;
}
.case .case-lb ul li a div{
	padding:20px 0px 0px;
	color:#33313e;
	font-size:1.6rem;
	height:129px;
}
.case .case-lb ul li:hover a div{
	color:#fff;
	transition:.3s;
}
.case .case-lb ul li a div h1{
	display:block;
	padding:0;
	width:50px;
	height:50px;
	margin:0px auto 0px;
	border:3px #f4f4f4 solid;
}
.case .case-lb ul li:hover a div h1{
	border-radius:25px;
	border:3px #2b83c4 solid;
	transition:background .3s;
}

.case .case-lb ul li:nth-of-type(1) div h1{
	background:url(../images/dot1.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(2) div h1{
	background:url(../images/dot2.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(3) div h1{
	background:url(../images/dot3.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(4) div h1{
	background:url(../images/dot4.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(5) div h1{
	background:url(../images/dot5.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(6) div h1{
	background:url(../images/dot6.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(7) div h1{
	background:url(../images/dot7.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(1):hover div h1{
	background:#ffffff url(../images/dot1n.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(2):hover div h1{
	background:#ffffff url(../images/dot2n.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(3):hover div h1{
	background:#ffffff url(../images/dot3n.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(4):hover div h1{
	background:#ffffff url(../images/dot4n.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(5):hover div h1{
	background:#ffffff url(../images/dot5n.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(6):hover div h1{
	background:#ffffff url(../images/dot6n.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(7):hover div h1{
	background:#ffffff url(../images/dot7n.png) center no-repeat;
}
.case .case-lb ul li:nth-of-type(1){
	animation-duration:1s;
	-webkit-animation-duration: 1s;
}
.case .case-lb ul li:nth-of-type(2){
	animation-duration:1.2s;
	-webkit-animation-duration: 1.2s;
}
.case .case-lb ul li:nth-of-type(3){
	animation-duration:1.4s;
	-webkit-animation-duration: 1.4s;
}
.case .case-lb ul li:nth-of-type(4){
	animation-duration:1.6s;
	-webkit-animation-duration: 1.6s;
}
.case .case-lb ul li:nth-of-type(5){
	animation-duration:1.8s;
	-webkit-animation-duration: 1.8s;
}
.case .case-lb ul li:nth-of-type(6){
	animation-duration:2s;
	-webkit-animation-duration: 2s;
}
.case .case-lb ul li:nth-of-type(7){
	animation-duration:2.2s;
	-webkit-animation-duration: 2.2s;
}
.case .navigation {
    width: 100%;
    margin: 0px auto;
	padding:20px 0;
}
.case .carousel{
    overflow: hidden;
}
.case .carousel ul {
    width: 20000em;
    list-style: none;
    margin: 0;
    padding: 0;
}
.case .carousel li {
    float: left;
	width:378px;
	margin-right:20px;
}
.case .carousel li img{
	min-width:100%;
	height:250px;
}
.case .carousel li a{
	position:relative;
	display:block;
}
.case .carousel li a:link{
	text-decoration:none;
	outline:none;
}
.case .carousel li a p{
	display:block;
	margin:0;
	overflow:hidden;
}
.case .carousel li a>div{
	background-color:#f4f4f4;
	color:#000;
	font-size:2.0rem;
	padding:20px 10px 30px 20px;
	width:100%;
}
.case .carousel li a>div span{
	display:block;
	font-size:1.4rem;
	padding-top:15px;
}
.case .carousel li a:hover div{
	background-color:#0c4da2;
	transition:.3s;
	color:#fff;
}
.case .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
	height:50px;
	width:51px;
	position:absolute;
}
.case .prev-navigation{
	background:url(../images/leftbtn.png) left 0px no-repeat;
	left:10%;
	top:65%;
}
.case .next-navigation{
	background:url(../images/rightbtn.png) right 0px no-repeat;
	right:10%;
	top:65%;
}
.case .prev-navigation:hover{
	background:url(../images/leftnow.png) left 0px no-repeat;
	transition:.3s;
}
.case .next-navigation:hover{
	background:url(../images/rightnow.png) right 0px no-repeat;
	transition:.3s;
}
.xuan{
	background:url(../images/xcbg.jpg) center bottom no-repeat;
	padding:70px 0;
	overflow:hidden;
	background-attachment:fixed;
}
.xuan .row div a{
	color:#fff;
	display:block;
	text-align:center;
	font-size:1.4rem;
	padding:65px 15px 0;
}
.xuan .row div a span{
	display:block;text-transform:uppercase;
	font-size:3.5rem; color:red; font-family:"kaiti";font-weight:bold;
	padding:10px 0;
}
.xuan .row div:nth-of-type(1){
	background:url(../images/dott2.png) center 0 no-repeat; 
}
.xuan .row div:nth-of-type(2){
	background:url(../images/dott1.png) center 0 no-repeat;
}
.xuan .row div:nth-of-type(3){
	background:url(../images/dott4.png) center 0 no-repeat;
}
.xuan .row div:nth-of-type(4){
	background:url(../images/dott3.png) center 0 no-repeat;
}
footer{
	padding:30px 0 0;
	text-align:center;
}
.cplb{ width:74%;}
.cplb dd{ float:left; width:20%;border-right: 1px rgba(0,0,0,.1) solid;}
footer dl{
	border-left:1px rgba(0,0,0,.1) solid;
	width:26%;
	float:left;
}
footer dl dt{
	color:rgba(0,0,0,.7);
	font-size:1.4rem;
	padding:0px 0 15px;
}
footer dl dd{
	line-height:30px;
}
footer dl dd a{
	color:rgba(0,0,0,.6);
	font-size:1.2rem; display:inline-block;
	line-height:15px;
}
footer dl:last-child{
	width:26%;
	border:0;
}
footer dl:last-child dt{
	text-align:left;
	padding-left:10%;
	font-weight:normal;
	padding-bottom:0;
}
footer dl:last-child dt>p{
	display:block;
	width:20px;
	background:#000;
	height:2px;
	margin:0;
}
footer dl:last-child dt span{
	font-size:1.4rem;
	padding:5px 0;
	display:block;
}
footer dl:last-child dt span small{
	font-size:2.6rem;
	display:block;
}
footer dl:last-child dd{
	text-align:left;
	padding-left:10%;
	color:rgba(0,0,0,.8);
}
.copy{
	background-color:#006ab8;
}
.copy .bottom{
	font-size:1.4rem;
	color:#fff;
	line-height:36px;
	text-align:left;
	display:flex;
	justify-content:space-between;
}
.copy .bottom p{
	margin:0;
}
.copy .bottom>div{
	padding:10px 0;
	text-align:left;
}
.copy .bottom>span{
	padding:10px 0;
}
.copy .bottom span a{
	color:#fff;
}
.copy .bottom>small{
	display:block;
	padding:10px 80px;
	cursor:pointer;
	background:#0e5ea1;
}
.copy .bottom>small a{
	color:#fff;
	font-size:2.0rem;
}
.copy .bottom>small p{
	display:block;
	margin:12px 0px 0px 10px;
	float:right;
	border-bottom:10px #fff solid;
	border-left:10px transparent solid;
	border-right:10px transparent solid;
	height:0;
	width:0;
}
.youbu{
	position:fixed;
	right:0;
	top:40%;
	z-index:999;
	width:75px;
}
.youbu>div{
	position:relative;
	width:75px;
	height:75px;
	line-height:75px;
	cursor:pointer;
	margin-bottom:5px;
	background:#006ab8;
}
.youbu .totop{
	font-size:1.8rem;
	color:#fff;
	background:#4f4f4f;
	text-align:center;
}
.youbu .txqq{
	width:260px;
	height:75px;
	transition:.5s;
}
.youbu .txqq span{
	background:url(../images/qq.png) center no-repeat;
	height:75px;
	width:75px;
	display:block;
	float:left;
}
.youbu .txqq small{
	font-size:1.8rem;
	color:#fff;
	float:left;
	display:block;
}
.youbu .txqq:hover{
	transition:.5s;
	margin-left:-185px;
}
.youbu .rxdh{
	width:260px;
	height:75px;
	transition:.5s;
}
.youbu .rxdh span{
	background:url(../images/dh.png) center no-repeat;
	height:75px;
	width:75px;
	display:block;
	float:left;
}
.youbu .rxdh small{
	font-size:1.8rem;
	color:#fff;
	float:left;
	display:block;
}
.youbu .rxdh:hover{
	transition:.5s;
	margin-left:-185px;
}
.youbu .txwx{
	width:75px;
	height:75px;
	position:relative;
}
.youbu .txwx span{
	background:url(../images/wx.png) center no-repeat;
	height:75px;
	width:75px;
	display:block;
}
.youbu .txwx small{
	font-size:1.8rem;
	color:#fff;
	position:absolute;
	display:block;
	width:150px;
	display:none;
	bottom:0;
}
.youbu .txwx small img{
	width:100%;
}
.youbu .txwx:hover small{
	margin-left:-150px;
	display:block;
}
.content{
	padding-bottom:30px;
}
.leibie{
	border-bottom:1px #ddd solid;
	padding:15px 0px 0px;
	margin:0px 0px 30px 0px;
}
.leibie ul{
	display:flex;
	margin:0;
}
.leibie ul li{
	margin:0px 40px 0px 0px;
	position:relative;
}
.leibie ul li a{
	font-size:1.6rem;
	color:rgba(0,0,0,.6);
	line-height:60px;
	display:block;
}
.leibie ul li a:hover{
	color:#006ab8;
}
.leibie ul li a:hover:after{
	content:"";
	border-bottom:4px #006ab8 solid;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	margin-bottom:-2px;
}
.leibie ul li.cur a{
	color:#006ab8;
}
.leibie ul li.cur a:after{
	content:"";
	border-bottom:4px #006ab8 solid;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	margin-bottom:-2px;
}
.inbanner img{
	width:100%;
}
.about-ct .wenzi{
	font-size:1.6rem;
	color:rgba(0,0,0,.8);
	line-height:41px;
	padding:0px 15px;
}
.about-ct ul li{
	margin-bottom:20px;
}
.about-ct ul li img{
	width:100%;
}
.pdclass{
	padding:20px 0px 0px;
	border-bottom:1px #ddd solid;
}
.pdclass ul{
	display:flex;
	margin:0;
	padding:0px 15px;
	position:relative;
}
.pdclass ul li{
	margin-right:10px;
}
.pdclass ul li>a{
	display:block;
	color:rgba(0,0,0,.6);
	font-size:1.6rem;
	padding:0px 25px;
	line-height:75px;
}
.pdclass ul li>a:hover{
	background:#efefef;
}
.pdclass ul li.cur>a{
	background:#efefef;
}
.ejbg{
	background:#fff;
	height:280px;
}
.pdtwo{
	position:absolute;
	width:1200px; margin-top:10px;
}
.pdtwo dl{
	display:block;
}
.pdtwo dl dd{
	display:inline-block;
	line-height:50px;
	margin-right:10px;
}
.pdtwo dl dd a{
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	padding:10px 20px;
	border-radius:30px;
}
.pdtwo dl dd a:hover{
	background:#0c4da2;
	color:#fff;
}
.pdtwo dl dd.cur a{
	background:#0c4da2;
	color:#fff;
}
.iproduct{
	padding:40px 0;
}
.product-ct ul{
	margin:0px 0px 30px 0px;
	border-bottom:2px #ddd solid;
}
.product-ct ul li img{
	width:100%;
}
.product-ct ul li{
	margin-bottom:30px;
}
.product-ct ul li a{
	display:block;
	border:1px #e6e6e6 solid;
}
.product-ct ul li a span{
	display:block;
	background:#e6e6e6;
	color:#000;
	font-size:1.6rem;
	overflow:hidden;
	text-align:center;
	line-height:70px;
	height:70px;
}
.product-ct ul li a:hover{
	border:1px #0c4da2 solid;
	transition:.3s;
}
.product-ct ul li a:hover span{
	color:#fff;
	transition:background .3s;
	background:#0c4da2;
}
.page{
	display:flex;
	justify-content:flex-end;
	margin-right:15px;
}
.page span{
	font-size:1.2rem;
	color:rgba(0,0,0,.6);
	border:1px rgba(0,0,0,.1) solid;
	padding:5px 10px;
	margin-left:10px;
}
.page span:hover{
	background:#0c4da2;
	color:#fff;
}
.page span:hover a{
	color:#fff;
}
.page span:hover select{
	color:rgba(0,0,0,.6);
}
.page:after{
	content:"";
	clear:both;
	display:block;
}
.icase{
	padding-top:40px;
}
.csclass{
	background:#fff;
	margin-bottom:40px;
	margin-top:-67px;
	position:relative;
	z-index:9;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.csclass ul{
	margin:0;
	display:flex;
}
.csclass ul li{
	margin:0px 20px;
	position:relative;
}
.csclass ul li a{
	color:rgba(0,0,0,.6);
	font-size:1.6rem;
	display:block;
	line-height:134px;
}
.csclass ul li a:hover{
	color:#0c4da2;
}
.csclass ul li a:hover:after{
	content:"";
	border-bottom:4px #0c4da2 solid;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
}
.csclass ul li.cur a{
	color:#0c4da2;
}
.csclass ul li.cur a:after{
	content:"";
	border-bottom:4px #0c4da2 solid;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
}
.case-ct{
	margin:0px 0px 40px;
}
.case-ct ul li{
	margin-bottom:30px;
}

.case-ct ul li a{
	display:block;
	background:#000;
	outline:none;
}
.case-ct ul li a:hover{
	text-decoration:none;
	outline:none;
}
.case-ct ul li a:link{
	text-decoration:none;
	outline:none;
}
.case-ct ul li a p{
	display:block;
	margin:0;
	height:270px;
	outline:none;
	text-decoration:none;
	overflow:hidden;
}
.case-ct ul li img{
	min-width:100%;
	height:270px;
}
.case-ct ul li a span{
	display:block;
	font-size:2.0rem;
	color:rgba(0,0,0,.6);
	background:#fff;
	padding:20px 20px 30px 20px;
}
.case-ct ul li a span small{
	display:block;
	font-size:1.4rem;
	padding-top:5px;
}
.case-ct ul li a:hover span{
	background:#006ab8;
	color:#fff;
	transition:.3s;
}
.case-ct ul li a:hover img{
	opacity:0.7;
	transition:.3s;
}
#julit{
	margin-top:10% !important;
}
.neirong>p img{
	display:block;
	width:100%;
	max-height:450px;
	margin:0;
}
.neirong>small{
	display:block;
	font-size:1.2rem;
	line-height:26px;
	border-top:1px #ddd solid;
	padding:10px 0px;
}
.neirong>span{
	text-align:center;
	font-size:2.0rem;
	padding:0px 0px 10px;
	display:block;
}
.waikuang{
	position:relative;
}
.guanbi{
	position:absolute;
	right:10px;
	top:10px;
}
.guanbi button{
	border:0;
	color:#545454;
	font-size:2.4rem;
	line-height:25px;
	background:none;
	outline:none;
}
.nsclass ul{
	margin:0;
	display:flex;
}
.nsclass ul li{
	margin:0px 40px 0px 0px;
	position:relative;
}
.nsclass ul li a{
	color:rgba(0,0,0,.6);
	font-size:1.6rem;
	display:block;
	line-height:98px;
}
.nsclass ul li a:hover{
	color:#0c4da2;
}
.nsclass ul li a:hover:after{
	content:"";
	border-bottom:4px #0c4da2 solid;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
}
.nsclass ul li.cur a{
	color:#0c4da2;
}
.nsclass ul li.cur a:after{
	content:"";
	border-bottom:4px #0c4da2 solid;
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
}
.inews{
	padding:0px 0;
}
.insct-ct{
	background:#fff;
	padding-bottom:40px;
}
.insct-ct .insct-tt{
	display:flex;
	justify-content:space-between;
	border-bottom:1px #ddd solid;
	padding-bottom:10px;
	line-height:40px;
}
.insct-ct .insct-tt span{
	font-size:3.0rem;
	color:#595757;
	font-weight:bold;
}
.insct-ct .insct-tt small{
	font-size:1.4rem;
	display:block;
	background:url(../images/ifz.png) left center no-repeat;
	padding-left:25px;
	color:#808080;
}
.insct-ct .insct-tt small font{
	color:#0c4da2;
}
.insct-ct .instj {
	margin-top:40px;
}
.insct-ct .instj .col-md-7 span{
	display:block;
	font-size:1.4rem;
	color:#c8c8c8;
	margin-top:25px;
}
.insct-ct .instj .col-md-7 div{
	font-size:1.8rem;
	color:#585757;
	font-weight:bold;
	padding:15px 0;
}
.insct-ct .instj .col-md-7 small{
	display:block;
	color:#585757;
	font-size:1.4rem;
	margin-bottom:30px;
}
.insct-ct .instj .col-md-7 p{
	display:block;
	padding:0px;
	font-size:1.4rem;
	color:#585757;
	border:1px #585757 solid;
	text-align:center;
	line-height:36px;
	width:105px;
}
.insct-ct .instj:hover a .col-md-7 div{
	color:#0c4da2;
	transition:.3s;
}
.insct-ct .instj:hover a p{
	background:#0c4da2;
	color:#fff;
	transition:.3s;
	border:1px #0c4da2 solid;
}
.insct-ct ul{
	padding-top:20px;
}
.insct-ct ul li{
	border-bottom:1px #ddd solid;
	margin-bottom:20px;
	padding-bottom:20px;
}
.insct-ct ul li .time{
	text-align:center;
	font-size:1.9rem;
	color:#c8c8c8;
	line-height:22px;
	background:#eeeeee;
	padding-top:20px;
	padding-bottom:20px;
}
.insct-ct ul li .time span{
	display:block;
	font-size:7.0rem;
	color:#c8c8c8;
	line-height:76px;
}
.insct-ct ul li .text p{
	color:#585757;
	font-size:1.8rem;
	font-weight:bold;
	display:block;
	margin:0;
	padding:20px 0 10px;
}
.insct-ct ul li .text small{
	font-size:1.4rem;
	color:#585757;
	line-height:28px;
}
.insct-ct ul li:hover a .time{
	background:#0c4da2;
	color:#fff;
	transition:background .3s;
}
.insct-ct ul li:hover a .time span{
	color:#fff;
}
.insct-ct ul li:hover a .text p{
	color:#0c4da2;
}
.insct-ct ul li:hover{
	border-bottom:1px #0c4da2 solid;
}
.ict-ct{
	margin-top:80px;
}
.ict-ct>div>span{
	font-size:2.0rem;
	border-bottom:5px #f3a324 solid;
	padding-bottom:5px;
	padding-right:15px;
}
.ict-ct>div>div{
	margin-top:20px;
	line-height:34px;
}
.ns-cttitle{
	font-size:2.4rem;
	text-align:center;
	padding:30px 0px 0px;
	
}
.ns-ctcontent{
	font-size:1.4rem;
	line-height:30px;
	min-height:200px;
}
.right_feedback table{
	width:90%;
}
.right_feedback table tr td{
	padding:10px 0;
}
.right_feedback table tr td:first-child{
	text-align:right;
}
.right_feedback form input{
	width:100%;
	font-size:1.2rem;
	border:1px #ddd solid;
	line-height:36px;
	outline:none;
	border-radius:3px;
	padding-left:10px;
	background:rgba(0,0,0,.03);
}
.right_feedback form textarea{
	background:rgba(0,0,0,.03);
	width:100%;
	font-size:1.2rem;
	border-radius:3px;
	border:1px #ddd solid;
	margin:0;
	line-height:36px;
	outline:none;
	padding-left:10px;
}
.right_feedback form .button{
	line-height:46px;
	display:block;
	font-size:1.6rem;
	color:#fff;
	border:0;
	background-color:#015f82;
	padding:0;
}
.right_feedback form .button:hover{
	background-color:#ee693e;
	transition:.3s;
}
.fdtitle{
	margin-bottom:15px;
	width:88%;
	float:right;
	font-size:2.4rem;
	border-bottom:1px #ddd dashed;
	padding-bottom:10px;
}
.down-ct{
	line-height:34px;
}
.down-ct ul li{
	margin-bottom:20px;
}
.down-ct ul li a{
	display:block;
	border:1px #ddd solid;
	padding:15px;
}
.down-ct ul li a:hover{
	border:1px #006ab8 solid;
}
.down-ct ul li a p{
	display:block;
	font-size:1.6rem;
	color:#000;
	border-bottom:1px #ddd dashed;
	padding-bottom:10px;
}
.down-ct ul li a:hover p{
	color:#006ab8;
	border-bottom:1px #006ab8 dashed;
}
.down-ct ul li a small{
	font-size:1.4rem;
	color:#545454;
	line-height:28px;
}

.searchh{
	background-color:#fff;
	padding:20px 0;
	display:none;
	margin:5px;
	margin-bottom:20px;
	box-shadow:0px 2px 2px rgba(0,0,0,.2);
	border-radius:3px;
}

.searchh form{
	height:40px;
	padding:0;
}
.searchh .minc{
	line-height:48px;
	color:#747679;
	height:40px;
	font-size:1.8rem;
	text-align:center;
	background-color:#fff;
	border:1px #d2dae2 solid;
}
.searchh #name{
	height:40px;
	border:1px #d2dae2 solid;
	border-radius:0;
	width:100%;
}
.searchh .btn{
	background-color:#ef372e;
	height:40px;
	border:0;
	border-radius:0;
	color:#fff;
	font-size:1.8rem;
}
.searchh .btn:hover{
	background-color:#494848;
	color:#fff;
}
.ishop{
	border-bottom:1px #ddd solid;
	padding:40px 0;
}
.shop-ct ul li{
	margin-bottom:30px;
}

.shop-ct ul li img{
	width:100%;
}
.shop-ct ul li .spct{
	background:#f4f4f4;
	padding:10px;
}
.shop-ct ul li .spct span>a{
	line-height:52px;
	color:#000;
	font-size:1.4rem;
}
.shop-ct ul li .spct:hover{
	background:#006ab8;
	transition:.3s;
}
.shop-ct ul li .spct:hover span>a{
	color:#fff;
}
.shop-ct ul li .spct span small{
	margin-top:30px;
	display:block;
	width:150px;
	line-height:36px;
	text-align:center;
}
.shop-ct ul li .spct span small a{
	display:block;
	border-radius:3px;
	color:#065ed2;
	font-size:1.4rem;
	border:1px #065ed2 solid;
	background:#fff;
}
.shop-ct ul li .spct span small a:hover{
	border:1px #fff solid;
	background:#db7803;
	color:#fff;
}
.order{
	border-bottom:1px #ddd solid;
	padding:40px 0;
}
.order-nei{
	overflow-y:auto;
	max-height:700px;
}
.order-lie{
	margin-bottom:20px;
}
.order-lie table{
	border-left:1px #ddd solid;
	border-top:1px #ddd solid;
}
.order-lie table td{
	border-right:1px #ddd solid;
	padding:10px;
	border-bottom:1px #ddd solid;
	text-align:center;
}
.order-lie .odtt td{
	font-weight:bold;
	font-size:1.6rem;
	padding:10px 0;
}
.order-lie table td textarea{
	width:100%;
	border:1px #ddd solid;
}
.order-lie table td p{
	display:block;
	margin:10px 0px 0px;
}
.shuzix input{
	border:1px #ddd solid;
	font-size:1.4rem;
	line-height:26px;
	text-align:center;
}
.order-anniu{
	margin:30px 0;
}
.biaodan .biaodan-a p{
	display:block;
	width:100%;
}
.biaodan .biaodan-a p input{
	width:100%;
	border:2px #ddd solid;
	line-height:38px;
	color:#545454;
	padding-left:10px;
}
.biaodan .biaodan-c p{
	display:block;
}
.biaodan .biaodan-c p textarea{
	width:100%;
	border:2px #ddd solid;
	padding-left:10px;
	color:#545454;
	line-height:26px;
}
.pro-img{
	margin-bottom:40px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
	max-height:470px;
}
.pro-img .xiaotu li{
	float:left;
	width:91px;
	margin:0px 10px 0 0;
	border:1px #ddd solid;
	display:block;
	height:91px;
	overflow:hidden;
}
.pro-img .xiaotu li.hover{
	border:1px #0e66a6 solid;
}
.pro-img .colmd7 .pro-ptt{
	font-size:22px;
	font-weight:bold;
	padding:0px 0px 15px;
	border-bottom:2px #006ab8 solid;
	font-weight:bold;
}
.pro-img .colmd7>a{
	margin-top:50px;
	display:block;
	width:150px;
	line-height:46px;
	text-align:center;
	display:block;
	border-radius:3px;
	color:#fff;
	font-size:1.4rem;
	background:#065ed2;
}
.pro-img .colmd7>a:hover{
	background:#e77f04;
	transition:.3s;
}
.pro-img .colmd7>span{
	margin:20px 0 0 0;
	padding:0;
	display:block;
	color:rgba(62,70,77,.8);
	font-size:12px;
	line-height:22px;
	width:100%;
	word-wrap:break-word;
}
.pro-img .colmd7>span ul{
	list-style-type:disc;
	margin-left:20px;
}
.jqzzoom{position:relative;}
.jqzoom{position:relative;overflow:hidden;border:1px #ddd solid;height:auto;}
.zoomdiv{float:left;top:0 !important;left:101% !important;border:3px solid #e4e4e4;display:none;text-align:center;overflow: hidden;position:absolute;z-index:999;background-color:#fff;}
.bigimg{width:800px;height:800px;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:80px !important;height:80px !important;border:1px solid #aaa;background:#FEDE4F 50% top no-repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
.jqzzoom .navigation {
    width: 100%;
    margin: 10px 0 0;
	background-color:#fff;
	display:none;
}
.jqzzoom .carousel{
    overflow: hidden;
}
.jqzzoom .carousel ul {
    width:2000em;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jqzzoom .prev-navigation,.next-navigation{
	display:block;
	cursor:pointer;
}
.jqzzoom .prev-navigation{
	background:url(../images/left.gif) left center no-repeat;
	height:91px;
	width:39px;
}
.jqzzoom .next-navigation{
	background:url(../images/right.gif) right center no-repeat;
	width:39px;
	height:91px;
}
.cont-ctt{
	margin:0px 15px;
	border-bottom:5px #006ab8 solid;
}
.con{
	padding:0px 15px;
	font-size:1.4rem;
	line-height:28px;
	margin-top:30px;
}
.cont-ctt span{
	display:block;
	font-size:2.0rem;
	font-weight:bold;
	float:left;
	padding:10px 45px 5px;
	color:#fff;
	background:#006ab8;
}

.product-ct .textt>span{
	font-size:2.0rem;
	display:block;
	font-weight:bold;
	color:rgba(0,0,0,.9);
}
.ct-content{
	border-top:1px #ddd solid;
	margin:50px 15px 30px;
	font-size:1.4rem;
	line-height:28px;
	padding:20px 5px;
}
.product-ct .textt small{
	font-size:1.6rem;
	padding:10px 0px 20px 2px;
	display:block;
	color:rgba(0,0,0,.7);
	margin-bottom:20px;
	border-bottom:1px #666 solid;
}
.product-ct .textt p{
	font-size:1.2rem;
	color:rgba(0,0,0,.6);
	line-height:24px;
	display:block;
}
.product-ct .textt small div{
	font-size:1.2rem;
	color:rgba(0,0,0,.6);
	line-height:24px;
	display:block;
}
.product-ct .textt a#preLink{
	border:1px #666 solid;
	color:#666;
	padding:6px 20px;
	display:block;
	margin-bottom:20px;
}
.product-ct .textt a#nextLink{
	border:1px #666 solid;
	color:#666;
	padding:6px 20px;
	display:block;
}
.product-ct .textt a#preLink:hover{
	background-color:#de9600;
	border:1px #de9600 solid;
	transition:.3s;
	color:#fff;
}
.product-ct .textt a#nextLink:hover{
	border:1px #de9600 solid;
	background-color:#de9600;
	transition:.3s;
	color:#fff;
}

.about-ct .fanye{
	display:flex;
	justify-content:space-between;
}
.about-ct .fanye a{
	color:#000;
}
.about-ct .textt{
	font-size:2.0rem;
	text-align:center;
	padding:0px 0px 30px;
}
.about-ct .ct-content{
	margin:30px 0;
	padding:0;
}





.slider{
    width:380px;
    height: 320px;
    overflow: hidden;
    position: relative; border:1px solid #ddd; margin:0 auto;
}
.slider ul {
    width: 10000px;
    height: 320px;
    position: absolute;
    left: 0;
    top: 0;

}
.slider ul li{
    width:380px;
    height: 320px;
    float: left;
}
.slider ul li img{
    width: 100%;
    height: 100%;
}
.slider dl{
    position: absolute;
    width: 100%;
    text-align: center;

    left: 0;
    bottom: 20px;
    height: 12px;
}
.slider dl dd{

    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #dddddd;
    border-radius: 50%;
    cursor: pointer;
}
.slider dl dd.selected{
    background: #ff6600;
}


.left-btn{
    left: 0;
}
.right-btn{
    right: 0;
}







/*nygy*/
.middle-top{ height:31px; background:url(../images/3bi5.png) repeat-x; overflow:hidden;}
.postion{width:1192px; margin-left:auto; margin-right:auto;  font-size:14px;overflow:hidden; border-left:4px solid #ec1c24; line-height:16px;box-sizing:border-box;}
.postion a{ font-size:14px;color:inherit;}
.postion a:hover{  font-size:inherit; }
.pos-you{float:left; margin-left:10px;}
.pos-sy{float:left; width:46px;}
.pos-gd{float:left; font-size:24px; }
.pos-ab{float:left;  margin-left:6px;}




.content-wrapper{ width:1170px; margin:0 auto;}
.feedbackdetail{
	/* padding:20px 10px; */
	/* margin-top:20px; */
}
.feedbackdetail .jobInfo{
	width:100%;
	background:#FFF;
	box-shadow:0px 0px 5px #999;
	text-indent:20px;
	text-align:left;
}
.feedbackdetail .jobInfo h3{
	padding:20px 0px 10px 0px;
	font-size:18px;
	font-weight:bold;
}
.feedbackdetail .jobInfo p{
	line-height:40px;
	padding:0px;
}
.feedbackdetail .jobInfo p i{
	display:inline-block;
	width:80px;
	text-indent:0px;
	font-style:normal;
}
.feedbackdetail .jobInfo span{
	padding:0px 20px 10px 20px;
	line-height:24px;
	display:block;
}
.feedbackdetail .jobInfo .btn{
	padding:10px;
	margin-top:30px;
	border-radius:0px;
	text-indent:0px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.feedbackdetail form{width:60%;margin: 0 auto;
	background:#FFF;
	/* box-shadow:0px 0px 5px #999; */
	/* padding:20px 10px; */
}
textarea {
   
    height: 120px !important;
}
.feedbackdetail form .input-group{
	padding:10px;
	width: calc(100% - 20px);
}
.btn {
    display: block;
    width: 30px;
    height: 60px;
    background: rgba(0,0,0,0.1);
    text-align: center;
    line-height: 60px;
    color: #333;
    line-height: 48px !important;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    top: 120px;
}
.btn02{
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}




.contact {
    width: 1070px;
    height: auto;
    margin: 0 auto 60px;
    background: #fff;
    padding: 45px 65px;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
    box-sizing: content-box;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.BMapLabel{ max-width:none;}


.right1 {
    width: 1180px;
}
.right1 h2{ font-size:24px; text-align:center; margin-top:40px; margin-bottom:10px;}
.right1 p{ font-size:14px; line-height:24px; text-indent:2em;}
.pr_show{ overflow:hidden;}
.pr_show img{ float:left; border:1px solid #ccc; width:500px; margin-top:20px;}
.pr_show .modle{ float:right; width:660px; margin-top:20px; font-size:16px;}
.pr_show .jian{ float:right;width:660px; text-indent:0; font-size:16px;}
.detail{ margin-top:20px; min-height:200px;}
.detail span{ background:#111; color:#fff; display:inline-block; width:80px; line-height:24px; text-align:center; m}

.fb{ border-bottom:1px #ddd dotted;line-height:30px;  text-align:center; margin-bottom:10px;}
.fb span{ margin-left:10px; margin-right:10px;}








