.top{
	padding:20px 0;
}
.logo a{
	display:block;
	width:80%;
}
.logo a img{
	max-width:100%;
}
.daohang{
	position:fixed;
	width:70%;
	height:100%;
	top:0;
	left:-100%;
	background:#fff;
	z-index:99;
	transition:.5s;
}
.daohang .search{
	width:100%;
}
.daohang .menu{
	padding:10px 0px 0px;
}
.daohang .menu ul{
	width:100%;
}
.daohang .menu ul li a{
	display:block;
	line-height:40px;
	color:#000;
	font-size:1.4rem;
	text-align:center;
	border-bottom:1px #ddd solid;
}
.heise{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8) url(../images/close.png) 85% center no-repeat;
	background-size:35px auto;
	z-index:98;
	top:0;
	left:0;
	display:none;
}
.body{
	position:fixed;
	height:100%;
	overflow:hidden;
	width:100%;
	top:0;
	left:0;
}
.daohang .menu ul li a:hover{
	background:#004ea1 url(../images/menunow.png) center bottom no-repeat;
}
.daohang .search form{
	width:100%;
	display:flex;
	display:-webkit-flex;
	padding:13.5px 0px;
}
.daohang .search form input{
	width:80%;
	line-height:32px;
	border:1px #185893 solid;
	padding-left:10px;
	background:none;
	color:#185893;
	border-radius:0;
	-webkit-appearance: none;
}
.daohang .search form button{
	display:block;
	background:#185893 url(../images/fdj.png) center no-repeat;
	width:20%;
	border:0;
	border-radius:0;
}
.nav-logo{
	position:absolute;
	right:15px;
	top:50%;
	width:27px;
	z-index:90;
	margin-top:-14px;
	cursor:pointer;
}
header{
	position:relative;
	background:#f2f2f2;
}
.nav-logo span{
	display:block;
	width:100%;
	height:3px;
	background:#185893;
	margin:5px 0px;
}
#banner{
	width:100%;
	overflow:hidden;
}
#banner section{
	position:relative;
	width:100%;
	overflow:hidden;
}
#banner section img{
	width:140%;
	margin-left:-20%;
}
#banner section>span{
	display:block;
	position:absolute;
	top:10%;
	padding:0 10%;
	max-width:370px;
}
#banner section>span small{
	display:block;
	color:#fff;
	font-size:1.4rem;
	line-height:18px;
	animation: fadeInRightBig .5s;
	-webkit-animation: fadeInRightBig .5s;
}
#banner section>span h1{
	color:#fff;
	font-size:1.4rem;
	margin:5px 0px;
	animation: fadeInRightBig 1s;
	-webkit-animation: fadeInRightBig 1s;
}
#banner section>span h3{
	color:#fff;
	font-size:1.2rem;
	line-height:20px;
	height:40px;
	overflow:hidden;
	animation: fadeInRightBig 1.5s;
	-webkit-animation: fadeInRightBig 1.5s;
}
#banner section>span h3:after{
	content:"";
	display:block;
	width:30px;
	border-bottom:1px #fff solid;
	margin:20px 0px;
}
#banner section>span a{
	display:block;
	border:1px #fff solid;
	width:100px;
	line-height:26px;
	color:#fff;
	text-align:center;
	font-size:1.2rem;
	animation: fadeInRightBig 2s;
	-webkit-animation: fadeInRightBig 2s;
	margin:5px 0px 0px;
}
#banner .carousel-indicators li{
	border:0;
	background:rgba(255,255,255,.22);
	width:10px;
	height:10px;
	border-radius:50%;
	margin:1px 5px;
}
#banner .carousel-indicators li.active{
	background:rgba(255,255,255,1);
}
.about{
	background:#02122c url(../images/abbg.png) center no-repeat;
	padding:40px 0px;
}
.about-ct .title{
	text-align:center;
}
.about-ct .title p{
	font-size:3.2rem;
	color:#cfd2d7;
	line-height:46px;
	font-family:Fontone;
}
.about-ct .title span{
	font-size:2.0rem;
	line-height:36px;
	color:#cfd2d7;
}
.about-ct .about-cg{
	padding:20px 0px;
	position:relative;
	margin:30px 0px;
}
.about-ct .about-cg:after{
	position:absolute;
	z-index:1;
	top:0px;
	left:50%;
	content:"";
	display:block;
	width:150px;
	height:100%;
	border:4px rgba(255,255,255,.59) solid;
	margin-left:-75px;
}
.about-ct .about-text{
	color:#fff;
	text-align:center;
}
.about-ct .about-text>h3{
	font-size:1.8rem;
	font-weight:bold;
	line-height:30px;
	margin:0px 0px 5px;
}
.about-ct .about-text>section{
	font-size:1.2rem;
	color:#d9edff;
	line-height:22px;
	text-align:left;
}
.about-ct .about-text>a{
	display:flex;
	justify-content:center;
	width:110px;
	line-height:32px;
	text-align:center;
	color:#d9edff;
	border:1px #fff solid;
	margin:20px auto 0;
	font-size:1.2rem;
	transition:.5s;
}
.about-ct .about-text>a p{
	font-family:arial;
}
.about-ct .about-text>a:after{
	content:"";
	display:block;
	width:15px;
	background:url(../images/ljt.png) right center no-repeat;
}
.about-ct .about-text>a:hover{
	background:#fff;
	color:#02122c;
}
.about-ct .about-text>a:hover:after{
	content:"";
	display:block;
	width:15px;
	background:url(../images/ljtn.png) right center no-repeat;
}
#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
	z-index:2;
}
#certify  .swiper-slide {
	width: 70%;
	height: auto;
	background: #fff;
}
#certify  .swiper-slide img{
	display:block;
	width:100%;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
#certify .swiper-button-prev {
	left: 0px;
	width: 15%;
	height: 100%;
	background:none;
	margin-top:0;
	top:0;
}
#certify .swiper-button-next {
	right: 0px;
	width: 15%;
	height: 100%;
	background:none;
	margin-top:0;
	top:0;
}
.product{
	background:#023060;
	padding:30px 0px 0px;
}
.product .product-tt section{
	padding-bottom:15px;
}
.product .product-tt section p{
	font-size:3.2rem;
	font-family:Fonttwo;
	color:#d2ddff;
	line-height:46px;
}
.product .product-tt section span{
	font-size:2.0rem;
	color:#d2ddff;
	line-height:30px;
}
.product .product-tt ul{
	border:0;
	display:flex;
	align-items:flex-end;
}
.product .product-tt ul li{
	margin:0;
}
.product .product-tt ul li a{
	background:#01274e;
	color:rgba(255,255,255,.5);
	font-size:1.4rem;
	border-radius:0;
	border:0;
	line-height:50px;
	padding:0px 30px;
	display:block;
	margin:0;
}
.product .product-tt ul li.active a{
	background:#185390;
	color:#fff;
	border:0;
	text-decoration:none;
}
.product .product-tt ul li a:hover{
	border:0;
	background:#185390;
	color:#fff;
	text-decoration:none;
}
.product-ct{
	background:url(../images/pdbg.jpg) center no-repeat;
	padding:40px 0px;
}
.product-ct .tab-pane .swiper-slide a{
	display:flex;
	flex-wrap:wrap;
	color:rgba(255,255,255,.8);
	border-right:1px #041e40 solid;
}
.product-ct .tab-pane .swiper-slide a span{
	display:block;
	background:#041e40;
	padding:20px;
	width:100%;
}
.product-ct .tab-pane .swiper-slide:nth-of-type(even) a span{
	order:2;
}
.product-ct .tab-pane .swiper-slide a span p{
	font-size:1.4rem;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height:20px;
}
.product-ct .tab-pane .swiper-slide a span big{
	display:flex;
	font-size:1.2rem;
	line-height:20px;
	margin:10px 0px;
	font-family:arial;
}
.product-ct .tab-pane .swiper-slide a span big:after{
	content:"";
	display:block;
	background:url(../images/ljt.png) right center no-repeat;
	width:15px;
}
.product-ct .tab-pane .swiper-slide a small{
	display:block;
	background:#050d21;
	width:100%;
}
.product-ct .tab-pane .swiper-slide:nth-of-type(even) a small{
	order:1;
}
.product-ct .tab-pane .swiper-slide a small img{
	width:100%;
}
.product-ct .tab-pane .swiper-slide a:hover span{
	background:#295b90;
	color:#fff;
}
.product-ct .swiper-container{
	padding-bottom:60px;
}
.product-ct .swiper-container .swiper-pagination-bullet{
	background:#295b90;
	border-radius:0;
	width:20px;
	height:8px;
	opacity:1;
}
.product-ct .swiper-container .swiper-pagination-bullet-active{
	background:#295b90;
	opacity:1;
}
.honor{
	background:#02122c;
	padding:40px 0px;
}
.honor .hctt{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	padding:0px 0px 20px 0px;
}
.honor .hctt span{
	display:block;
}
.honor .hctt span p{
	font-size:3.0rem;
	font-family:Fonttwo;
	color:#acb0b7;
	line-height:46px;
}
.honor .hctt span small{
	display:block;
	font-size:2.0rem;
	color:#acb0b7;
	line-height:30px;
}
.honor .hctt a{
	display:block;
	font-size:1.4rem;
	color:#0f6fb7;
	font-family:arial;
}
.honor .hctt a:before{
	content:"";
	display:block;
	width:50%;
	border-top:2px #0f6fb7 solid;
	margin:0px 0px 2px 50%;
	transition:.3s;
}
.honor .hctt a:hover:before{
	margin:0px 0px 2px 0px;
}
#honor{
	padding-bottom:60px;
}
#honor .swiper-slide a{
	display:block;
	background:#052644;
	padding:5px;
	transition:.5s;
}
#honor .swiper-slide a small img{
	width:100%;
}
#honor .swiper-slide a span{
	display:block;
	font-weight:bold;
	font-size:1.4rem;
	color:#fff;
	line-height:30px;
	text-align:center;
	padding:10px 0px 5px;
}
#honor .swiper-slide a:hover{
	background:#295b90;
}
#honor .swiper-pagination-bullet{
	background:#295b90;
	border-radius:0;
	width:20px;
	height:8px;
	opacity:1;
}
#honor .swiper-pagination-bullet-active{
	background:#295b90;
	opacity:1;
}
.news{
	padding:40px 0px;
	background:#f1f1f1;
}
.news .hctt{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	padding:0px 0px 20px 0px;
}
.news .hctt span{
	display:block;
}
.news .hctt span p{
	font-size:3.2rem;
	font-family:Fonttwo;
	color:#5a5857;
	line-height:46px;
}
.news .hctt span small{
	display:block;
	font-size:2.0rem;
	color:#5a5857;
	line-height:26px;
}
.news .hctt a{
	display:block;
	font-size:1.4rem;
	color:#0f6fb7;
	font-family:arial;
}
.news .hctt a:before{
	content:"";
	display:block;
	width:50%;
	border-top:2px #0f6fb7 solid;
	margin:0px 0px 2px 50%;
	transition:.3s;
}
.news .hctt a:hover:before{
	margin:0px 0px 2px 0px;
}
.news .news-ct ul li{
	border-bottom:1px rgba(0,0,0,.2) solid;
}
.news .news-ct ul li a{
	display:flex;
	color:rgba(0,0,0,.7);
	justify-content:space-between;
	line-height:20px;
	padding:12px 5px;
}
.news .news-ct ul li a:hover{
	color:#f44;
}
.news .news-ct ul li a p:before{
	content:"●";
	margin-right:5px;
}
.news .news-ct ul li a p{
	display:flex;
	font-size:1.4rem;
	width:calc(100% - 90px);
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.news .news-ct ul li a big{
	font-size:1.4rem;
	width:90px;
}
footer{
	background:#121b28;
	padding-bottom:60px;
}
.footer{
	background:#121b28;
	padding:40px 0px;
}
.bottom .contact{
	color:rgba(255,255,255,.8);
	width:100%;
}
.bottom .contact>h3{
	font-size:2.2rem;
}
.bottom .contact>section{
	margin:20px 0px 0px;
}
.bottom .contact>section span{
	display:flex;
	align-items:center;
	line-height:20px;
	font-size:1.5rem;
	padding:12px 0px;
}
.bottom .contact>section span small{
	margin:0px 15px 0px 0px;
	font-size:2.0rem;
}
.bottom .contact>section span small.wx{
	width:20px;
	display:block;
	background:url(../images/wxpic.png) center no-repeat;
	height:20px;
	background-size:100% auto;
}
.bottom .contact>section span small.wa{
	width:20px;
	display:block;
	background:url(../images/wapic.png) center no-repeat;
	height:20px;
	background-size:100% auto;
}
.feedback{
	width:100%;
	padding:20px 0px 0px;
}
.feedback .fbtt p{
	font-size:2.5rem;
	font-weight:bold;
	background:url(../images/fasong.png) 0px center no-repeat;
	padding:0px 0px 0px 30px;
	line-height:30px;
	color:#fff;
}
.feedback .fbtt span{
	display:block;
	font-size:1.6rem;
	color:rgba(255,255,255,.6);
	line-height:26px;
	margin:10px 0px 0px;
}
.feedback form div{
	margin-bottom:15px;
}
.feedback form div input{
	border:0;
	border-bottom:1px rgba(255,255,255,.3) solid;
	line-height:20px;
	color:#fff;
	padding:15px 0px;
	width:100%;
	outline:none;
	background:none;
	border-radius:0;
}
.feedback form textarea{
	border:0;
	border-bottom:1px rgba(255,255,255,.3) solid;
	line-height:20px;
	color:#fff;
	width:100%;
	padding:0px;
	resize:none;
	outline:none;
	border-radius:0;
	background:none;
}
.feedback form button{
	background:#005a91;
	color:#fff;
	font-size:1.7rem;
	font-family:arial;
	text-align:center;
	height:38px;
	line-height:40px;
	width:150px;
	border-radius:22px;
	border:0;
	padding:0;
	margin:15px 0px 0px;
	display:block;
	transition:.5s;
}
.feedback form button:hover{
	background:#fff;
	color:#121b28;
}
.copy{
	border-top:1px rgba(255,255,255,.2) solid;
	padding:20px 0px;
}
.copy-ct section{
	color:#878787;
	font-size:1.2rem;
	line-height:24px;
	text-align:center;
}
.copy-ct section ul{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.copy-ct section ul small{
	display:block;
	height:14px;
	border-right:1px rgba(255,255,255,.4) solid;
	margin:5px 3% 0px;
}
.copy-ct section ul li a{
	color:#878787;
}
.copy-ct section ul li a:hover{
	color:#fff;
}
.copy-ct section span{
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.copy-ct section span a{
	display:block;
	margin:0px 0px 0px 10px;
}
.copy-ct section span a img{
	width:30px;
}
.btmenu{
	position:fixed;
	z-index:90;
	width:100%;
	left:0;
	bottom:0;
	background:url(../images/dbbg.jpg) 0 center repeat-x;
}
.btmenu ul{
	display:flex;
}
.btmenu ul li{
	width:25%;
}
.btmenu ul li a{
	color:#fff;
	font-size:1.2rem;
	text-align:center;
	display:block;
	line-height:20px;
	border-right:1px rgba(255,255,255,.4) solid;
	padding:10px 0px 5px;
}
.btmenu ul li a small{
	display:block;
	height:30px;
}
.btmenu ul li:nth-of-type(1) small{
	background:url(../images/dbfz.png) center top no-repeat;
	background-size:auto 80%;
}
.btmenu ul li:nth-of-type(2) small{
	background:url(../images/dbgy.png) center top no-repeat;
	background-size:auto 80%;
}
.btmenu ul li:nth-of-type(3) small{
	background:url(../images/dbdh.png) center top no-repeat;
	background-size:auto 80%;
}
.btmenu ul li:nth-of-type(4) small{
	background:url(../images/dbmf.png) center top no-repeat;
	background-size:auto 80%;
}
.btmenu ul li:nth-of-type(4) a{
	border-right:0;
}
/*page*/
.shbg{
	background:#eaeaeb;
}
.weizhi{
	display:flex;
	justify-content:space-between;
	background:#fff;
	margin:0px 0px 20px;
}
.weizhi>a{
	background:#185893 url(../images/fanhui.png) center no-repeat;
	background-size:auto 40%;
	display:block;
	width:50px;
}
.weizhi span{
	display:block;
	font-size:1.6rem;
	line-height:44px;
	color:#004ea1;
}
.weizhi section{
	width:50%;
	display:flex;
	justify-content:flex-end;
	line-height:44px;
	font-size:1.4rem;
	color:rgba(0,0,0,.7);
	padding:0px 10px 0px 0px;
}
.weizhi section a:first-child{
	background:url(../images/home.png) 0 12px no-repeat;
	background-size:auto 18px;
	padding-left:28px;
}
.weizhi section a{
	display:block;
	color:rgba(0,0,0,.7);
}
.weizhi .pdmenu{
	width:50%;
}
.pd-logo{
	width:25px;
	cursor:pointer;
}
.pdmenu{
	display:flex;
	justify-content:flex-end;
	padding:0px 15px 0px 0px;
	align-items:center;
}
.pd-logo span{
	display:block;
	width:100%;
	height:2px;
	background:#898989;
	margin:5px 0px;
}
.weizhi dl{
	position:fixed;
	width:70%;
	background:#f1f1f1;
	top:0;
	left:-100%;
	height:100%;
	z-index:99;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	transition:.5s;
}
.weizhi dl dt{
	background:#fff;
	border-top:1px rgba(0,0,0,.1) solid;
	border-bottom:1px rgba(0,0,0,.1) solid;
	margin:10px 0px 0px;
	padding-right:15px;
}
.weizhi dl dt a{
	display:block;
	line-height:20px;
	font-weight:normal;
	color:#000;
	padding:10px 0px 10px 15px;
	background:url(../images/yjt.png) right center no-repeat;
	background-size:auto 40%;
}
.weizhi dl dt:first-child a{
	color:#f00;
	background:none;
}
.weizhi dl dd{
	background:#fff;
}
.weizhi dl dd a{
	display:block;
	line-height:20px;
	font-weight:normal;
	color:#000;
	padding:10px 0px 10px 25px;
}
.weizhi dl span{
	display:block;
	height:1px;
	background:rgba(0,0,0,.07);
}
.weizhi dl span:last-child{
	margin-bottom:10px;
}
.content{
	padding:0px 0px 20px;
}
.lanmu{
	width:100%;
}
.lanmu ul{
	display:flex;
	width:100%;
}
.lanmu ul li{
	background:#fff;
	margin-right:1px;
	width:30%;
	display:flex;
	justify-content:center;
	align-items:center;
}
.lanmu ul li a{
	display:block;
	line-height:20px;
	padding:10px 0;
	text-align:center;
	font-size:1.4rem;
	color:rgba(0,0,0,.5);
}
.lanmu ul li a:hover{
	color:#fff;
}
.lanmu ul li:hover{
	background:#185893;
}
.lanmu ul li.cur a{
	color:#fff;
}
.lanmu ul li.cur{
	background:#185893;
}
.con-xq{
	width:100%;
	background:#fff;
	margin:20px 0px 0px;
}
.iab-ct{
	padding:15px;
	color:rgba(0,0,0,.7);
	line-height:30px;
}
.iab-ct img{
	max-width:100%;
}
.ipd-ct{
	padding:15px;
}
.ipd-ct ul li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #ddd dashed;
}
.ipd-ct ul li:last-child{
	border-bottom:0;
}
.ipd-ct ul li a{
	display:flex;
	justify-content:space-between;
	background:url(../images/pdjt.png) right center no-repeat;
	background-size:auto 20px;
}
.ipd-ct ul li small{
	display:flex;
	border:1px #ddd solid;
	transition:.5s;
	width:30%;
	border-radius:7px;
	overflow:hidden;
	align-items:center;
}
.ipd-ct ul li img{
	width:100%;
}
.ipd-ct ul li span{
	width:65%;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	font-size:1.2rem;
	color:#757575;
	line-height:18px;
}
.ipd-ct ul li span p{
	width:100%;
	color:#000;
	margin:0;
	font-size:1.4rem;
	display:block;
}
.ipd-ct ul li span big{
	display:block;
	width:100%;
	margin:0;
	font-size:1.2rem;
}
.ipd-ct ul li:hover small{
	border:2px #092e53 solid;
}
.ipd-ct ul li:hover span{
	color:#092e53;
}
.pageList{
	border-top:1px #ddd solid;
	padding:15px 0px 0px;
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.pageList span{
	display:block;
	margin:0px 0px 10px 10px;
	border:1px #ddd solid;
	padding:5px 10px;
	line-height:20px;
	color:rgba(0,0,0,.6);
	font-size:1.2rem;
}
.pageList a{
	display:block;
	margin:0px 0px 10px 10px;
	border:1px #ddd solid;
	padding:5px 10px;
	line-height:20px;
	color:rgba(0,0,0,.6);
	font-size:1.2rem;
}
.pageList a:hover{
	background:#0c4d8b;
	color:#fff;
}
.iab-ct section{
	margin:0;
}
.iab-ct section span{
	display:flex;
	font-size:1.4rem;
	line-height:20px;
	border-bottom:1px #ddd solid;
	padding-top:10px;
	padding-bottom:10px;
}
.iab-ct section span small{
	font-size:1.6rem;
	margin:0px 10px 0px 0px;
	line-height:20px;
}
.iab-ct>section span small.wx{
	width:20px;
	display:block;
	background:url(../images/wxpic1.png) center no-repeat;
	height:20px;
	background-size:100% auto;
}
.iab-ct>section span small.wa{
	width:20px;
	display:block;
	background:url(../images/wapic1.png) center no-repeat;
	height:20px;
	background-size:100% auto;
}
.iab-ct form label{
	margin-bottom:10px;
	width:100%;
}
.iab-ct form label input{
	border:1px #ddd solid;
	line-height:40px;
	border-radius:3px;
	width:100%;
	font-weight:normal;
	padding:0px 15px;
}
.iab-ct form label textarea{
	border:1px #ddd solid;
	border-radius:3px;
	font-weight:normal;
	padding:10px 15px;
	line-height:24px;
	width:100%;
}
.iab-ct form button{
	display:block;
	background:#185893;
	color:#fff;
	line-height:46px;
	width:150px;
	text-align:center;
	border:0;
	font-size:1.6rem;
}
.iab-ct form button:hover{
	background:#004ea1;
}
.iab-ct ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.iab-ct ul li img{
	width:100%;
}
.iab-ct ul li{
	width:48%;
}
.iab-ct ul li small{
	display:block;
	border:1px #ddd solid;
	padding:1px;
}
.iab-ct ul li a{
	display:block;
}
.iab-ct ul li a p{
	text-align:center;
	color:rgba(0,0,0,.7);
	line-height:20px;
	padding:15px 0px;
}
.phttt{
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	line-height:30px;
	border-bottom:1px #ddd dashed;
	padding-bottom:15px;
	margin-bottom:20px;
}
.phtct{
	text-align:center;
}
.phtct img{
	width:100%;
}
.pro-img{
	padding:15px 15px 0px;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .colmd5{
	width:100%;
}
.pro-img .colmd7{
	width:100%;
}
.pro-img .colmd7 .pro-ptt{
	font-size:1.6rem;
	font-weight:bold;
	padding:10px 0px;
	border-bottom:1px rgba(0,0,0,.2) solid;
	font-weight:bold;
	margin:20px 0px 0px;
}
.pro-img .colmd7>span{
	margin:10px 0 0 0;
	padding:0;
	display:block;
	color:rgba(0,0,0,.75);
	font-size:1.4rem;
	line-height:26px;
	width:100%;
	word-wrap:break-word;
}
.jqzzoom{
	position:relative;
}
.jqzoom{
	position:relative;
	overflow:hidden;
	border:1px #ddd solid;
}
.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:100px !important;
	height:100px !important;
	border:1px solid #aaa;
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
#xiaotu{
	margin:10px 0px 0px;
	position:relative;
	padding:0px 23px;
}
#xiaotu .swiper-slide a{
	border:1px rgba(0,0,0,.1) solid;
	display:block;
	background:#fff;
	opacity:.6;
}
#xiaotu .swiper-slide a.hover{
	opacity:1;
}
#xiaotu .swiper-button-prev{
	background:url(../images/left.png) 0 no-repeat;
	background-size:auto 100%;
	height:100%;
	top:0;
	margin-top:0;
	opacity:1;
	left:0;
}
#xiaotu .swiper-button-next{
	background:url(../images/right.png) right 0 no-repeat;
	background-size:auto 100%;
	height:100%;
	top:0;
	margin-top:0;
	right:0;
	opacity:1;
}
.pro-con{
	padding:0px 15px;
	line-height:30px;
	width:100%;
	overflow-x:auto;
}
.pro-con img{
	max-width:100%;
	height:auto;
}
.pro-con .prctt{
	font-size:1.5rem;
	font-weight:bold;
	padding:5px 0px;
	border-bottom:1px rgba(0,0,0,.15) solid;
	margin-bottom:5px;
}
.shangxia{
	border-top:1px rgba(0,0,0,.15) solid;
	padding:10px 0px;
	margin:10px 15px 0px;
}
.shangxia a{
	display:block;
	color:rgba(0,0,0,.65);
	font-size:1.4rem;
	line-height:30px;
}
.ins-ct{
	padding:15px;
}
.ins-ct ul{
	padding:0px 0 10px;
}
.ins-ct ul li{
	border-bottom:1px rgba(0,0,0,.15) solid;
}
.ins-ct ul li:last-child{
	border-bottom:0px;
}
.ins-ct ul li a{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	line-height:20px;
	padding:15px 0px;
}
.ins-ct ul li a big{
	display:flex;
	width:50%;
	font-size:1.4rem;
	color:rgba(0,0,0,.5);
	font-family:arial;
}
.ins-ct ul li a big:before{
	content:"●";
	display:block;
	color:#000;
	line-height:19px;
	margin-right:5px;
}
.ins-ct ul li a p{
	display:block;
	width:100%;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	margin:5px 0px 0px;
}
.ins-ct ul li a:hover p{
	color:#0c4d8b;
}
.ins-ct ul li a:hover big{
	color:#0c4d8b;
}
.tjnews{
	border:1px rgba(0,0,0,.15) solid;
	padding:5px;
	margin:0px 0px 20px;
}
.tjnews>a{
	display:block;
	margin-bottom:10px;
}
.tjnews>a img{
	width:100%;
}
.tjnews>span{
	display:block;
}
.tjnews>span p{
	font-size:1.4rem;
	color:rgba(0,0,0,.5);
	line-height:20px;
	font-family:arial;
}
.tjnews>span a{
	display:block;
	color:rgba(0,0,0,.8);
	font-size:1.6rem;
	line-height:34px;
}
.tjnews>span small{
	display:block;
	font-size:1.2rem;
	line-height:23px;
	color:rgba(0,0,0,.5);
}
.tjnews:hover>span p{
	color:#0c4d8b;
}
.tjnews:hover>span small{
	color:#0c4d8b;
}
.tjnews:hover>span a{
	color:#0c4d8b;
}
.ins-ctt{
	padding:20px 15px;
}
.insct-tt{
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	line-height:20px;
	padding:0px 0px 10px 0px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	margin-bottom:15px;
}
.insct-ct{
	line-height:26px;
	color:rgba(0,0,0,.7);
}
.insct-ct img{
	max-width:100%;
	height:auto;
}
.rymenu{
	padding:5px 0px 20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.rymenu a{
	display:block;
	line-height:36px;
	padding:0px 15px;
	background:#707070;
	margin-bottom:10px;
	width:48%;
	color:#fff;
	text-align:center;
}
.rymenu a:first-child{
	width:100%;
}
.rymenu a.active{
	background:#213647;
	color:#fff;
}
.rymenu a:hover{
	background:#213647;
	color:#fff;
}





















































