@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, div, p, ul, li, input, button, textarea{margin:0;padding:0;font-size:14px;font-family:"Microsoft YaHei","微软雅黑";line-height:22px;text-align:left;}
h1, h2, h3, h4,a{margin:0;padding:0;text-decoration:none; color:black;}
a{cursor: pointer;}
ol, ul ,li{list-style: none;}
img{border:0;vertical-align:middle; max-width:100%;}
*{margin:0;padding:0;}
body{margin:0;padding:0;margin:0 auto;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
}
.h3, h3 {
    font-size: 24px;
}
.clear { clear:both;}
.top {
    _background:url(../images/top-bg.jpg) center center repeat-x;
	background:#ffffff;
}
.header_top {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.header_top_con {
	overflow: hidden;
}
.header_top span {
    overflow: hidden;
    float: right;
}
.header_top span a {
    color:#333;
	font-size:13px;
}
.header_con {
    width: 100%;
    height: 110px;
    overflow: hidden;
}
.header {
    overflow: hidden;
}
.header span {
}
.fl, li {
    float: left;
}
.header_fr {
    float: right;
	margin-top: 30px;
	background:url(../images/phone.png) left center no-repeat;
	padding-left: 65px;
}
.header_fr dt {
    color:#333;
}
.header_fr dd {
	font-size: 26px;
	line-height: 36px;
	color:#f30a0a;
}
.header_fr dd p {
    width: 200px;
    color: #333;
    overflow: hidden;
    padding-left: 10px;
}
.nav-con {
    background: #011f3e;
    _border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	position:relative;
	z-index:999;
}
.navbar {
    position: relative;
    z-index: 1;
    color: #fff;
}
.nav {
}
.nav .m {
    float: left;
	width: 14.28%;
    position: relative;
}
.nav h3 {
}
.nav .home {
    border-left:solid 1px #ccc;
}
.nav a.one-a {
    display: block;
    text-align: center;
	font-size: 16px;
	line-height: 60px;
	border-right: solid 1px #ccc;
	color: #fff;
}

.nav li ul{position: absolute;left: 0;display: none;width:100%;}
.nav li ul.open{top: 100%;display: block;}
.nav li ul li{padding:0; _background:#504f4f; background-color: rgba(19, 69, 122, 1); border:0; line-height:50px; margin:0; float:left; width:100%;border-bottom: 1px solid #ffffff; text-align:center;}
.nav li ul li:last-child{border-bottom: 0px solid #ffffff;}
.nav li ul li:hover {background:#168ae9;}
.nav li ul li a{ display:block; padding:0; margin: 0; color:#ffffff;}
.nav li ul li:hover a{ color:#fff;}
.nav li ul li ul{padding-left:2px;}
.nav li ul li ul.open{top: 0; left:100%; width:100%;}
.nav li ul li ul.down2 li a{ color:#ffffff;}
.nav li ul li ul li:hover a{ color:#ffffff;}

/*banner*/
.banner_bg {
    width: 100%;
    border-top: 4px solid #0067b6;
}
.banner {
    width: 100%;
    margin: 0 auto;
	position:relative;
	z-index:990;
}
.carousel {
    position: relative;
}


.swiper {
width: 100%;
height: 100%;
}

.scroll-list .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide a {
display: block;
width: 100%;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


.goleft{overflow: hidden;}
.goleft li {
    float:left;
    width:25%;
    padding: 20px 2% 0 0;
}
.goleft li.last {
    padding: 20px 0 0 0;
}
.goleft li img{width:100%;}

/*产品图*/
.cpzx-con { background:#f1f2f6; padding-bottom:30px;}
.cpzx{ font-size:22px;padding-top: 38px;padding-bottom: 38px;margin:0px auto 0 auto; text-align:center;}
.cpzx h3{ line-height:32px;}

.cs{
	width:100%;
	height:100%;
	background-color: rgba(23, 22, 22, 0.66);  
	top:0px;  
	position:absolute;  
	opacity: 0;  
	display: block;  
	font-size: 12px;  
	transition: 0.3s;  
	-webkit-transition: .5s;  
	-moz-transition: .5s;  
}
.cs p{
	text-align: center;
	line-height: 30px;
    font-size: 20px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -15px;
}  
.cpzx-list ul li:hover .cs{  
	color: #ffffff;  
	opacity: 1;  
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-table;}/* Hides from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}/* End hide from IE-mac */
*+html .clearfix{min-height:1%;}
/* cpzx-list */
.cpzx-list{margin:0px auto 0 auto;overflow:hidden;}
.cpzx-list ul{}
.cpzx-list ul li{float:left; width:23.5%; margin: 0 2% 25px 0;overflow:hidden;position:relative;}
.cpzx-list ul li.last{ margin: 0 0 25px 0;}
.cpzx-list ul li .photo{background: #ffffff;}
.cpzx-list ul li .photo img { width:100%;}
.cpzx-list .rsp{width:235px;height:203px;overflow:hidden;position: absolute;background:#000;top:0px;left:0px;}
.cpzx-list .text{position:absolute;width:300px;height:430px;left:-300px;top:0px;overflow:hidden;}
.cpzx-list2 .bt p{ text-align:center;margin: 17px;}
.cpzx-list .text h3{width:226px;margin-top:73px;height:50px;line-height:50px;text-align:center;color:#FFFFFF;font-size:20px;}
.cpzx-list .text a{text-decoration:none}
.cpzx-list .text div{text-align:center;color:#FFFFFF;font-size:18px;}

.content{}

/*关于我们*/
.about{width:1000px;margin:0px auto 0 auto;overflow:hidden;border-bottom: solid 1px #ccc;}
.a-left{ width:485px; font-size: 22px;padding-top: 38px;padding-bottom: 38px;}
.a-left p{font-size:14px;line-height: 30px;margin-top: 20px;}
.a-right{ float:right; width:484px;margin-top: 38px;}


/*新闻*/
.news{width:1000px;margin:0px auto 0 auto;overflow:hidden;}
.n-left{ width:650px; font-size: 22px;padding-top: 38px;padding-bottom: 38px;}
.n-news{margin-top: 7px; background-color: rgb(245, 245, 245); padding: 7px; font-size: 14px;padding-left: 20px;}
.n-time{ color:#999999;width: 100px; float: left;}
.n-right{ float:right; width:350px;margin-top: 38px;}
.n-right img{ margin-top:7px;}

/*友情链接*/
.link{ background-color:#f1f2f6; height:191px;}
.yqlj{ margin:0 auto; width:1000px; font-size:16px; padding-top:20px;}
.yqlj ul{border-bottom: solid 1px #ccc;height: 35px;width: 730px;}
.yqlj li{ margin-right:40px;}
.yqlj p{color:#999999; margin-left:24px;}
.yqlj p a{color:#999999; }


/*底部*/
.footer{background-color:#011f3e; font-size:14px;padding-bottom: 20px; overflow:hidden;}
.foot{overflow:hidden;}
.f-left{ float:left;}
.f-left p { color:#507193; line-height:33px;}
.f-left p a { color:#507193;}
.footer .f-left a{font-size:14px; color:#507193;}
.f-right{font-size:14px; float:right;}
.f-right p{ text-align:right; color:#ffffff; font-size:26px; line-height:32px;}
.f-right p.hour{ font-size:18px;}
.f-right p.enhour{ font-size:20px; color:#507193;}

/*产品列表*/
.inside_dh {
    background: url(../images/inside_dh.jpg) no-repeat center top;
    height: 70px;
    line-height: 70px;
}
.container2 {
    padding: 0px;
    text-align: left;
}
.inside_dh .left_top {
    width: 205px;
    float: left;
    font-size: 24px;
    color: #1977ed;
	line-height: 62px;
}
.inside_dh .right_type {
    overflow: hidden;
    padding-left: 10px;
    line-height: 55px;
}
.inside_dh .right_type a {
    margin: 0px 10px;
}
.inside_bg {
    background: #fafafa;
    padding-bottom: 30px;
}

.cpzx-list2 {
    width: 1000px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}
.cpzx-list2 ul li {
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
    display: inline;
    width: 242px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.cpzx-list2 ul {
    width: 1040px;
    margin-top: 20px;
}

/*案例*/
.g-blk-case {
    background-color: #f6f6f6;
    padding: 45px 0;
}
.m-hds {
    padding-bottom: 20px;
}
.f-tac {
    text-align: center;
}
.m-hds h3 {
    font-size: 24px;
}
.m-hds p {
    color: #999;
    font-size: 15px;
    margin-top: 15px;
	text-align:center;
	font-weight: bold;
}
.m-hds b {
    color: #999;
    font-size: 15px;
    margin-top: 15px;
	text-align:center;
}
.g-blk-case .prev {
    background-position: left;
    left: 0;
    top: 180px;
}
.g-blk-case .btn {
    display: block;
    width: 20px;
    height: 31px;
    background: url(../images/btn-scroll.png) no-repeat;
    position: absolute;
}
.g-blk-case .next {
    background-position: right;
    right: 0;
    top: 180px;
}
.g-blk-case .btn {
    display: block;
    width: 20px;
    height: 31px;
    background: url(../images/btn-scroll.png) no-repeat;
    position: absolute;
}
.g-blk-case .case {
    width: 1000px;
    height: 240px;
    overflow: hidden;
    margin-left: 40px;
}
.g-blk-case ul li {
    display: inline;
    float: left;
    width: 320px;
    height: 240px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}
.g-blk-case ul li a img, .g-blk-case ul li a p {
}
.g-blk-case ul li a p {
    background: rgba(37,111,185,0.7);
    width: 100%;
    height: 100%;
    line-height: 240px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    transform: scale(0);
    z-index: 99;
}

/*关于我们*/
.g-blk-abt {
    background: url(../images/bg-abt.jpg) no-repeat left 50%;
    color: #fff;
    line-height: 30px;
    padding: 80px 0;
}
.g-w1000 {
    width: 1000px;
    margin: 0 auto;
}
.m-hds {
    padding-bottom: 20px;
}
.f-tac {
    text-align: center;
}
.g-blk-abt .m-hds h3, .g-blk-abt .m-hds p {
    color: #fff;
}
.m-hds h3 {
    font-size: 24px;
}
.g-blk-abt .m-hds h3, .g-blk-abt .m-hds p {
    color: #fff;
}
.m-hds p {
    color: #999;
    font-size: 15px;
    margin-top: 15px;
}
.g-blk-abt {
    color: #fff;
    line-height: 30px;
}
.f-taj {
    text-align: justify;
    text-justify: inter-ideograph;
}
.abt-mr {
    display: block;
    color: #fff;
    background-color: #256fb9;
    font-size: 14px;
    width: 150px;
    padding: 5px 0;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 5px;
}
.abt-mr:hover {
    color: #fff;
}
.g-blk-abt dt {
    float: left;
    width: 450px;
}
.g-blk-abt dt img {
    width: 450px;
    display: block;
}
.g-blk-abt dd {
    float: right;
    width: 520px;
}
.g-blk-abt dd h3 {
	color: #ffffff;
	margin-bottom: 30px;
}
.g-blk-abt .f-taj {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
}

/*优势*/
.advantage{
	width:237px;
	float:left;
	margin-right: 143px;
	margin-top: 30px;
}
.advantage2{
	width:237px;
	float:left;
	margin-top: 30px;
}
	
.g-blk-con {
	background:url(../images/bg-adv.jpg);
    padding: 45px 0;
}
.f-oh {
    overflow: hidden;
}
.g-w1000 {
    width: 1000px;
    margin: 0 auto;
}
.m-hds {
    padding-bottom: 20px;
}
.f-tac {
    text-align: center;
}
.g-blk-con .m-hds h3, .g-blk-con .m-hds p {
}
.m-hds h3 {
    font-size: 24px;
	line-height: 32px;
}
.g-blk-con .m-hds h3, .g-blk-con .m-hds p {
}
.m-hds p {
    color: #999;
    font-size: 15px;
    margin-top: 15px;
}
.qyln-ico {
    width: 126px;
    height: 126px;
	margin: 0 auto;
    overflow: hidden;
}
.qyln-ico img{width:252px;height: 126px;display: block;max-width: inherit;}
.qyln-ico:hover img {margin-left: -126px;}
.g-blk-con ul li {
    width: 100%;
}
a, a:hover {
    color: #555;
}
.g-blk-con ul li h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.g-blk-con ul li h5 a {
    color: #0758b3;
}
.g-blk-con ul li p {
    line-height: 30px;
    color: #555;
	padding: 0 30px;
	text-align: center;
}
.f-taj {
    text-align: justify;
    text-justify: inter-ideograph;
}

/*新闻*/
.g-blk-news {
    padding: 45px 0 10px;
}
.f-oh {
    overflow: hidden;
}
.g-w1000 {
    width: 1000px;
    margin: 0 auto;
}
.g-w1345 {
    width: 1345px;
    margin: 0 auto;
}
.g-blk-news .m-con2 {
    float: left;
    width: 48%;
}
.g-blk-news .cjwt {
    float: right;
    width: 48%;
}
.m-con2 .m-hd {
    border-bottom: 1px solid #ddd;
    border-left: 3px solid #0758B3;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 10px;
}
.m-con2 .m-hd span {
    display: block;
    float: right;
    font-weight: 100;
    font-size: 12px;
}
.m-con2 .m-hd span a {
    color: #999;
}
.m-con2 .m-bd {
    padding: 10px;
}
.news-top {
    float:left;
}
.news-list {
	_float:right;
	_width: 407px;
	_padding-bottom: 10px;
	overflow: hidden;
}
.m-txtlst1 li {
    _height: 32px;
    line-height: 32px;
}
.m-txtlst1 li span {
    display: block;
    float: right;
    color: #999;
}
.m-txtlst1 li {
    line-height: 32px;
	padding: 10px 0;
}
@media (min-width: 1024px){
.m-txtlst1 li .item-tit {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
}
.m-txtlst1 li .item-tit a {
    color: #1a1a1a;
}
.m-txtlst1 li .item-des {
    color: #7a7a7a;
	padding-top: 5px;
}
.m-con2 {
    border: 1px solid #ddd;
}
.ico2 li {
    background: url(../images/ico2.gif) no-repeat 0 50%;
    padding-left: 10px;
}
.ico2 li a {
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hasline li {
    border-bottom: 1px dotted #ddd;
	_width:400px;
}
.faq-c {
	overflow: hidden;
}

/*产品列表页*/
.ny-content {
	margin: 45px auto;
	overflow: hidden;
	box-shadow: 0 2px 5px #ddd, 0 -2px 5px #ddd;
}
.container2 {
    width: 100%;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.content-info {
    width: 100%;
    margin: 27px 0 0 0;
	overflow: hidden;
}
.main {
}
.left-nav {
    width: 200px;
    float: left;
	margin-left: 20px;
	position:relative;
	z-index:99;
}
.left-nav-title {
    width: 100%;
    float: left;
    background: #011f3e;
}
.left-nav-title h3 {
    font-size: 18px;
    color: #FFF;
    line-height: 40px;
	text-align:center;
}
.left-nav-title h3 .arrow {
    display: none;
}
.left-nav-ul {
    width: 100%;
    float: left;
    margin: 5px 0 0 0;
}
.left-nav-ul li {
    width: 100%;
    float: left;
	position:relative;
	margin-bottom:5px;
}
.left-nav-ul a {
    width: 100%;
    line-height: 30px;
    float: left;
    font-size: 14px;
	border: 1px solid #e0e0e0;
	padding-left: 60px;
}
.left-nav-ul b {
    float: left;
    margin: 0 0 0 60px;
    font-size: 14px;
    color: #404040;
    font-weight: normal;
}
.left-nav-ul li:hover a {
    background: #011f3e;
	color:#ffffff;
	border: 1px solid #011f3e;
}
.left-nav-ul li .arrow {
	position:absolute;
	top:10px;
	right:10px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    border-right: 0;
    border-top: 5px dashed transparent;
    border-bottom: 5px dashed transparent;
    border-left: 5px solid #000000;
}
.left-nav-ul li:hover .arrow {
    border-left: 5px solid #ffffff;
}
.left-nav-ul li .menu2-list {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 100%;
}
.left-nav-ul li .open {
    display: block;
}
.left-nav-ul li .menu2-list p {
    text-align: center;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.left-nav-ul li .menu2-list p a {
    display: block;
	background: #4a5054;
    color: #ffffff;
	padding-left: 0px;
	border: 1px solid #4a5054;
}
.left-nav-ul li .menu2-list p a:hover {
    background: #011f3e;
	border: 1px solid #011f3e;
}
.content-right {
    float: right;
    margin: 0 20px 0 0;
    width: 740px;
	position:relative;
	z-index:90;
}
.position {
    text-align: right;
    line-height: 20px;
    padding: 0 0 20px 0;
	color: #555;
}
.position {
    text-align: right;
    line-height: 20px;
}
.product-class-list {
}
.product-class-list li {
    float: left;
	width: 32%;
    margin: 0 2% 20px 0;
    position: relative; 
}
.product-class-list li.last {
    margin: 0 0 20px 0;
}
.product-class-list li .show-photo {
    border: 1px solid #dcdcdc;
}
.product-class-list li .show-photo img {
    width: 100%;
}
.product-class-list li .show-text {
    width: 100%;
    text-align: center;
    line-height: 25px;
}
.product-class-list li .show-text a {
    font-size: 14px;
    color: #404040;
}

/*问题*/
.faq-c dl {
    padding: 15px;
    border-bottom: 1px dashed #e0e0e0;
}
.faq-c dt {
    background: url(../images/w.jpg) no-repeat;
    padding-left: 32px;
    line-height: 20px;
    color: #ff6e00;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.faq-c dt a {
    color: #0d318f;
}
.faq-c dd {
    background: url(../images/d.jpg) no-repeat 0 4px;
    padding-left: 32px;
    line-height: 24px;
    margin-top: 6px;
    color: #656565;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*links*/
.links{
	padding: 20px 0;
}
.links a{
    padding-right:8px;
}
/*foot*/
.fo1{padding: 26px 0px;}
.fo1 a{ color:#ffffff; padding-right:20px;}

/*新闻资讯列表*/
.information-l {
    margin: 0 0 20px 0;
}
.information-l dl {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
	padding-bottom: 10px;
    overflow: hidden;
}
.information-l dt {
    float: left;
    width: 93px;
    font-size: 16px;
    color: #969696;
    text-align: center;
    border: 1px solid #cfcfcf;
}
.information-l dt b {
    display: block;
    font-size: 26px;
    line-height: 45px;
    font-weight: bold;
}
.information-l dt p {
    text-align: center;
	font-size: 18px;
	line-height: 35px;
}
.information-l dd {
    float: right;
    width: 635px;
}
.information-l dd h4 {
    font-size: 16px;
    font-weight: normal;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.information-l dd h4 a {
    color: #333333;
}
.information-l dd h4 a:hover {
	color:#fa7821;
}
.information-l dd p {
    line-height: 24px;
	color: #7d7d7d;
    font-size: 14px;
    padding-top: 5px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.information-l dd p a {
    color: #fa7821;
}
#main-r {
}

.cut_page {
	text-align:center;
}
.cut_page a {
    display: inline-block;
    color: #606060;
    padding: 3px 12px;
    border: 1px solid #b5b5b5;
    margin: 0 2px 6px 0;
    line-height: 24px;
}
.cut_page span {
    display: inline-block;
    color: #fff;
	padding: 3px 12px;
    border: 1px solid #2b78d9;
    background: #2b78d9;
    margin: 0 2px 6px 0;
    line-height: 24px;
}
.cut_page a:hover {
    color: #fff;
    border: 1px solid #2b78d9;
    background: #2b78d9;
}
.cut_page select {
    height:32px;
	padding:0 3px;
	border: 1px solid #b5b5b5;
}

/*新闻内页*/
.news_detail_title h3 {
    border-bottom: 1px dashed #CCCCCC;
    color: #333;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.news_detail {
    margin: 0 auto;
    line-height: 28px;
    color: #333;
}
.news_detail .n_tit {
    text-align: center;
    color: #BCBBBB;
	margin-bottom: 10px;
}
#MR_nrPic {
    padding-left: 21px;
    padding-right: 21px;
    text-align: center;
    padding-top: 8px;
}

/*产品内页*/
.p-p-con {
    height: auto;
    overflow: hidden;
}
.p-p-con .fr {
    width: 440px;
    height: auto;
	float:right;
}
.p-p-con .fr dl dt {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d1d1d1;
    color: #116fb5;
}
.p-p-con .fr dl dd ul li {
    float: none;
    margin-top: 5px;
}
.p-p-con .fr dl dd ul li b {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.anniu_zxrxs {
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
    width: 140px;
    height: 40px;
    background: #ff702a;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
}
.anniu_zxrxs:hover{background:#f25100; color:#fff; box-shadow:0 0 10px #333;}
.pro-des {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d1d1d1;
	margin-bottom: 10px;
}
.cnt td {padding: 5px 0;}
.cnt .ipt_txt { width:300px;}
.cnt .ipt_txt2 { width:400px;height:120px;}
.cnt .ipt_txt3 { padding: 4px 16px; margin:0 10px 0 0;}
.fl {
    float: left;
}
.tr {
    text-align: right;
}

.tot{border-top-width: 1px;
border-top-style: dashed;
border-top-color: #d1d1d1;}

@media (max-width: 1359px){
.g-w1345 {
    width: 1000px;
}
}

@media (max-width: 1023px){
.g-w1000 {
    width: 100%;
    margin: 0 auto;
	padding: 0 10px;
}
.top {
    _background: #154981;
}
.header_top {
    display: none;
}
.header_con { height:auto;}
.logo { width:100%;}
.logo img { display:block; height:60px; margin: 10px auto;}
.header_fr {
    display: none;
}
.nav {
    padding: 5px 0;
}
.nav .m {
	width: 25%;
}
.nav a.one-a {
    border: none;
}
.nav .home {
    border: none;
}
.nav a.one-a {
    font-size: 14px;
    line-height: 30px;
}
.g-blk-case {
    padding: 20px 0;
}
.m-hds h3 {
    font-size: 18px;
    line-height: 24px;
}
.g-blk-abt {
    background: #021f3f;
}
.left-nav-title h3 .arrow {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    border-bottom: 0;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
    border-top: 5px solid #ffffff;
}
.left-nav-title.open h3 .arrow {
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    border-top: 0;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
    border-bottom: 5px solid #fff;
}
.left-nav-ul {
	display: none;
}
.left-nav-ul.open {
    display:block;
}
.left-nav-ul a {
    padding-left: 10px;
	text-align:left;
	color: #154981;
    font-weight: bolder;
}
.left-nav-ul li .arrow {
	display:none;
}
.left-nav-ul li .menu2-list {
    position: relative;
    left: 0px;
	display: block;
	float: left;
}
.left-nav-ul li .menu2-list p a {
    padding-left: 10px;
	background: none;
	color: #555;
	font-weight:normal;
	border: none;
	border-bottom: 1px dotted #d8d7d7;
}
.cpzx-con {
    padding-bottom: 0px;
}
.cpzx-con .g-w1000 {
    padding: 20px 10px;
}
.cpzx h3 {
    font-size: 18px;
    line-height: 24px;
}
.cs {
    height: 30px;
	line-height: 30px;
    background: none;
    position: relative;
    opacity: 1;
}
.cs p {
    line-height: 30px;
    font-size: 14px;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0px;
}
.cpzx-list ul li:hover .cs{  
	color: #555;
}
.advantage {
    width: 31.33%;
    margin-right: 2%;
    margin-top: 20px;
	text-align:center;
}
.advantage img { display:block; margin: 0 auto;}
.advantage2 {
    width: 31.33%;
    margin-top: 20px;
}
.advantage2 img { display:block; margin: 0 auto;}
.g-blk-news .m-con2 {
    width: 49%;
}
.m-con2 .m-bd {
    padding: 5px 10px;
}
.news-top {
    display: none;
}
.news-list {
    float: none;
    width: 100%;
    padding: 0 0 10px 0;
}
.hasline li {
    width: 100%;
}
.g-blk-news .cjwt {
    width: 49%;
}
.faq-c dd {
    margin-top: 4px;
}
.ny-content {
    box-shadow: none;
}
.left-nav {
    width: 100%;
    float: left;
    margin-left: 0px;
}
.content-right {
    width: 100%;
    float: left;
    margin: 0;
}
.position {
    text-align: left;
    line-height: 20px;
	padding: 20px 0;
}
.product-class-list {
    width: 100%;
    float: left;
}
.information-l dd {
    float: none;
    width: auto;
    padding-left: 110px;
}
.p-p-con .fl {
    width: 100%;
    float: left;
	text-align:center;
}
.p-p-con .fr {
    width: 100%;
    float: left;
	text-align:center;
}
.links {
    padding: 20px 10px;
}

.g-blk-abt dt {
    width: 45%;
}
.g-blk-abt dd {
    width: 52%;
}
.m-txtlst1 li .item-tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}

@media (max-width: 767px){
.g-blk-con ul li p {
    padding: 0 10px;
}
.g-blk-news {
    padding: 0;
}
.g-blk-news .m-con2 {
    width: 100%;
	margin-bottom: 20px;
}
.g-blk-news .cjwt {
    margin-bottom: 0px;
}
.f-left {
    float: none;
}
.f-right {
	display: none;
}
.g-blk-abt {
    padding: 30px 0;
}
.g-blk-abt dt {
    width: 100%;
	text-align:center;
}
.g-blk-abt dt img {
    max-width: 100%;
	display:block;
	margin:0 auto;
}
.g-blk-abt dd {
    float:left;
    width: 100%;
	margin-top: 20px;
}
.g-blk-abt dd h3 {
    font-size: 18px;
    line-height: 24px;
	margin-bottom: 20px;
	text-align:center;
}
.qyln-ico {
    width: 80px;
    height: 80px;
	margin: 0 auto;
    overflow: hidden;
}
.qyln-ico img{width:160px;height: 80px;display: block;max-width: inherit;}
.qyln-ico:hover img {margin-left: -80px;}
}

@media (max-width: 639px){
.goleft li {
    float:left;
    width:50%;
    padding: 20px 0;
}
.goleft li.last {
    padding: 20px 0 20px 4%;
}
.goleft li:nth-child(2n+2) {
    padding: 20px 0 20px 4%;
}
.cpzx-list ul li {
    width: 48%;
    margin: 0 4% 20px 0;
}
.cpzx-list ul li.last {
    margin: 0 0 20px 0;
}
.cpzx-list ul li:nth-child(2n+2) {
    margin: 0 0 20px 0;
}
.advantage {
    width: 49%;
}
.advantage2 {
    width: 49%;
	margin-right: 2%;
}
.ys-con .ys-list:nth-child(2n+2) {
    margin-right: 0px;
}
.product-class-list li {
    float: left;
    width: 49%;
}
.product-class-list li.last {
    margin: 0 2% 20px 0;
}
.product-class-list li:nth-child(2n+2) {
    margin: 0 0 20px 0;
}
.fo1 {
    padding: 10px 0px;
    overflow:hidden;
}
.fo1 a {
    float:left;
	display:block;
	width:25%;
    color: #ffffff;
    padding-right: 0px;
	line-height: 30px;
}
}

@media (max-width: 539px){
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
.swiper-button-next, .swiper-button-prev {
    display: none;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
}
.cnt .ipt_txt {
    width: 280px;
}
.cnt .ipt_txt2 {
    width: 280px;
}
.information-l dd h4 {
    font-size: 15px;
}
.news_detail_title h3 {
    font-size: 18px;
    line-height: 30px;
}
.f-left p {
    color: #507193;
    line-height: 24px;
}
}

@media (max-width: 413px){
.cnt .ipt_txt {
    width: 230px;
}
.cnt .ipt_txt2 {
    width: 230px;
}
}

@media (max-width: 374px){
.cnt .ipt_txt {
    width: 190px;
}
.cnt .ipt_txt2 {
    width: 190px;
}
}

.showcon{}
.showcon img{ max-width:100% !important; height:auto !important;}