﻿@charset "utf-8";
/* 不同宽度的浏览器 */
@media screen and (min-width: 320px) {html{font-size:50px;}}
@media screen and (min-width: 360px) {html{font-size:56.25px;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px;}}
@media screen and (min-width: 400px) {html{font-size:62.5px;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px;}}
@media screen and (min-width: 440px) {html{font-size:68.75px;}}
@media screen and (min-width: 480px) {html{font-size:75px;}}
@media screen and (min-width: 520px) {html{font-size:81.25px;}}
@media screen and (min-width: 560px) {html{font-size:87.5px;}}
@media screen and (min-width: 600px) {html{font-size:93.75px;}}
@media screen and (min-width: 640px) {html{font-size:100px;}}
@media screen and (min-width: 680px) {html{font-size:100px;}}
@media screen and (min-width: 720px) {html{font-size:100px;}}
@media screen and (min-width: 760px) {html{font-size:100px;}}
@media screen and (min-width: 800px) {html{font-size:100px;}}
@media screen and (min-width: 960px) {html{font-size:100px;}}
/* 不同宽度的浏览器 */

@media screen and (max-width: 960px) {
.main-body {
    margin-top: 0.2rem;
}
	
.header-top,.header-body,.new-bg,.main_left,.hot-key,.main-class,.Link{
		display: none;
}

.down_form {
    padding: 0 15px;
    margin-top: 20px;
}
.down_form_container {
    position: relative;
    display: block;
}
.down_form_container input {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    border-radius: 22px;
    border: 1px solid #eee;
    padding-right: 70px;
    font-size: 14px;
    color: #666;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: normal;
    font-size: 12px;
}
.down_form_container button {
    position: absolute;
    text-align: center;
    line-height: 44px;
    margin: auto;
    width: 44px;
    bottom: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    cursor: pointer;
    color: #aaa;
	    border: 1px solid #f5f5f5;
}

/* 主体宽度 */
.container{
	padding:0
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

/* 主体宽度 */

/*头部*/
#header_box {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 10;
}
#header {
    /* display: -webkit-flex; */
    /* -webkit-flex-direction: row; */
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
    /* align-items: center; */
    height: 55px;
    padding: 0 .3rem;
    border-bottom: 1px solid #e9e9e9;
}
.header_box {
    display: -webkit-flex;
    -webkit-flex-direction: row;
    display: flex;
    flex-direction: row;
    display: table;
    float: left;
    margin-top: 12px;
}

.logo_text {
    margin-left: .1rem;
    display: table;
    float: left;
    margin-top: 17px;
}

.logo_text h2 {
    font-size: 0.28rem;
    letter-spacing: 2px;
    font-weight: bold;
    color: #0e4164;
    line-height: 0.2rem;
}

.logo_text span {
    font-size: 0.2rem;
    color: #0e4164;
    margin-top: 0.03rem;
    display: table;
}

.logo_img {
/* height: .64rem; */
width: 28px;
}
.menu_img {
    width: .46rem;
    height: .36rem;
    float: right;
    margin-top: 16px;
}
.menu_close_img {
 width: .36rem;
 height: .36rem;
 float: right;
 margin-top: 16px;
}
/*导航*/
#menu_box {
	background: #ffffff;
	position: fixed;
	top: 2.2rem;
	bottom: 0;
	width: 100%;
	z-index: 10;
}
.menu_title {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	height: 1rem;
	/*border-top: 1px solid #e9e9e9;*/
	border-bottom: 1px solid #e9e9e9;
	align-items: center;
 padding: 0 .3rem;
}
.menu_title > div a:first-child {
 width: .7rem;
 height: .4rem;
	display: block;
	background: url(../img/home.png);
	background-position: 0 center;
	background-repeat: no-repeat;
 background-size: .38rem;
	border-right: 1px solid #e9e9e9;
	float: left;
 margin-right: .3rem;
}
.menu_title > div span, .menu_title > div a {
	vertical-align: middle;
}
.menu_title > div a:hover {
	color: #337ab7;
}
.fenge {
 padding-right: .3rem;
 margin-right: .3rem;
	border-right: 1px solid #e9e9e9;
}
.menu_btn {
	width: 1.3rem;
 height: .6rem;
	background: #36bb81;
 font-size: .24rem;
	color: #ffffff;
	text-align: center;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
 line-height: .6rem;
}
.menu_btn:hover, .menu_btn:active .menu_btn:visited {
	text-decoration: none;
	color: #ffffff;
}
.menu_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_list li a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #e9e9e9;
 padding: 0 .3rem;
}
.menu_list li span {
 font-size: .25rem;
	color: #999999;
}
.menu_list li span.active {
	color: #333333;
}

.menu_list li img{
	width: 0.1rem;
}
.emptyBox {
	width: 100%;
	height: 1.2rem;
}

/* 摘要 */
.summary {
    border: 1px solid #eaeaea;
    display: table;
    margin: 0 auto;
    background: #f5f5f5;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 98%;
}

.summary-body-bg {
    padding: 10px;
}

.summary-title {
    font-size: 0.25rem;
    margin-bottom: 5px;
    color: #1b4f74;
}

.summary-body {
    font-size: 0.2rem;
    line-height: 22px;
}

/* 摘要 */



/*footer*/
#footer_box {
	background: #2d3237;
}
.footer_item {
	border-bottom: 1px solid #373c41;
 padding: 0 .5rem;
}
.footer_item h2 {
 font-size: .36rem;
	color: #aaa;
 padding-top: .7rem;
	margin: 0;
}
.footer_item > ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
 margin: .25rem 0;
}
.footer_item ul li {
	list-style: none;
 font-size: .28rem;
 line-height: .72rem;
	color: #777;
	float: left;
	margin-right: 0.35rem;
}
.footer_item ul li dl {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin: 0;
}
.footer_item ul li a, .footer_item ul li a:hover, .footer_item ul li a:visited, .footer_item ul li a:link {
	color: #777;
 line-height: .72rem;
	display: block;
}
#footer_box > p.company_code {
 font-size: .2rem;
	line-height: 0.6rem;
	color: #555;
	text-align: center;
	margin: 0;
}
.contact-bottom p, .contact-bottom span {
    color: #ccc;
    font-size: 12px;
}

/* 幻灯片 */
.dowebok {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 55px;
}
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; opacity: 0 !important;}
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 5px;}
.swiper-pagination-bullet { width: 14px; height: 4px; margin: 0 10px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 4px; background-color: #fff; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #000;}
/* 幻灯片 */


/* 产品中心 */
.index-product {
    display: table;
    width: 100%;
    margin-top: 0.2rem;
}
.product-body ul li .img img{
	transition: all 0.5s;
}

.product-body ul li:hover .img,.product-body ul li:hover .pro-txt{
	box-shadow: 0px 1px 10px #ddd;
}

.product-body ul li:hover .img img{
	transform: scale(1.1);
}

.product-top {
    display: table;
    width: 100%;
    height: auto;
    background: inherit;
    background-size: cover;
    text-align: center;
}

.product-top h2 {
    font-size: 0.28rem;
    padding: 0.15rem 0;
}

.product-top h2::after {
    content: "";
    width: 15%;
    height: 2px;
    background-color: #104668;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}



.pro{
	margin-bottom: 20px;
	display: none;
}
.pro:nth-child(1),.pro:nth-child(2),.pro:nth-child(3),.pro:nth-child(4){
	display: block;
}

.pro .img {
    border: 1px solid #f2f2f2;
    border-bottom: none;
}
.pro .img img{
	width: 100%;
}
.pro-txt{
	background-color: #0b4768;
	padding:10px
}
.pro-txt h3 {
    font-size: 13px;
    color: #1b4f74;
    display: table;
    width: 100%;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color:#fff;
}
.pro-p, .pro-p p, .pro-p span, .pro-p h1, .pro-p h2, .pro-p h3, .pro-p h4, .pro-p h5, .pro-p h6 {
    font-size: 12px;
    line-height: 180%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color:#fff;
}
/* 产品 */


/* 解决方案 */
.case-bg {
    display: block;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 30px;
}
.case-top {
    display: block;
    width: 100%;
    height: auto;
    background: inherit;
    background-size: cover;
}

.case-top h2 {
    font-size: 0.26rem;
    padding: 0.15rem 0;
    margin-bottom: 0.1rem;
    text-align: center;
    padding-top: 0;
}

.case-top h2::after {
    content: "";
    width: 15%;
    height: 2px;
    background-color: #104668;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}
.scroll-outer{}
#scroll{width:960px;margin:0 auto;font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:98%;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll .item:hover .i-pic img{
	transform: scale(1.1);
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 135px;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    font: 30px/60px "宋体";
    background-color: transparent;
    overflow: hidden;
    _display: none;
    border: 1px solid #124569;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #083e69;
    font-weight: bold;
	display: none;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";}

.i-txt {
    position: absolute;
    bottom: 0;
    text-align: center;
    display: table;
    vertical-align: middle;
    width: 100%;
    background-color: rgb(0,0,0,.5);
}

.i-txt h2 {
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.6rem;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 0 5px;
}
/* 解决方案 */



/* 关于我们 */
.about-bg {
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 0.3rem 0;
}

.about-title{
	display: block;
	width: 100%;
	text-align: center;
}

.about-title h3 {
    display: block;
    width: 100%;
    font-size: 0.26rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.about-title p {
    font-size: 12px;
    display: table;
    width: 100%;
    text-align: center;
}

.about-body {
    display: table;
    width: 100%;
    margin-top: 0.2rem;
}

.about-body-title{
	display: block;
}



.about-body-txt, .about-body-txt p, .about-body-txt span {
    font-size: 0.2rem;
    line-height: 195%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.about-img{
	overflow: hidden;
}

.about-img img{
	max-width: 100%;
}

.about-more {
    display: table;
    width: 60px;
    text-align: center;
    font-size: 12px;
    background: #063257;
    color: #fff;
    padding: 2px 0;
    margin-top: 3px;
}

.about-body-title h2 {
    font-size: 0.2rem;
    margin-bottom: 0;
    margin-top: 0;
}

.about-more a {
    color: #fff;
    font-size: 0.2rem;
}

.about-related {
    display: table;
    box-shadow: 1px 1px 20px #e0e0e0;
    border-radius: 5px;
    width: 99%;
    margin: 0 auto;
    margin-top: 0.3rem;
}

.about-i-txt {
    display: block;
    float: left;
    font-size: 0.2rem;
    color: #1b4f74;
    margin-left: 0;
    width: 100%;
    text-align: center;
}

.ioc {
    display: table;
    width: 40%;
    float: none;
    margin: 0 auto;
}

.i-pic img {
    width: 100%;
    min-height: 100%;
    transition: all 0.5s;
}
.text-center {
    text-align: center;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    line-height: 0.5rem;
}



/* 版权 */
.fonter{
	background: #333333;
}

.fonter ul {
    display: table;
    width: 95%;
    padding: 15px 0;
    float: none;
    margin: 0 auto;
    padding-bottom: 10px;
}

.fonter ul li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 5px;
}

.fonter ul li h3 {
    display: block;
    width: 100%;
    font-size: 0.22rem;
    color: #fff;
    margin-bottom: 5px;
}

.fonter ul li a {
    display: inline-block;
    color: #cccccc;
    font-size: 0.2rem;
    margin-bottom: 8px;
    margin-right: 5px;
}

.footer-contact {
    display: block;
    float: none;
    padding: 0px 0;
    width: 96%;
    margin: 0 auto;
}

.footer-contact h3 {
    display: block;
    width: 100%;
    font-size: 0.25rem;
    color: #fff;
    margin-bottom: 5px;
}

.contact-bottom {
    display: table;
    width: 100%;
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 28px;
}

.footer-code {
    display: block;
    float: right;
    padding: 35px 0;
}

.footer-code h3 {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 1px;
}

.code-bottom{
	display: block;
	width: 100%;
}

.code-bottom h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}

.code-bottom img{
	max-width: 100%;
}

.footer-bottom {
    display: block;
    width: 100%;
    text-align: center;
    background: #333;
    color: #fff;
}

.footer-bottom .container {
    border-top: 1px solid #616161;
    line-height: 0.4rem;
    color: #fff;
    font-size: 12px;
    display: table-cell;
    padding: 5px;
}

.footer-code{
	display: none;
}
/*手机版权*/
.foot_nav{height:50px;}
.bottomToolbar{width:100%; font-size:1em; position:fixed; display:block; margin:0; padding:0; bottom:0; left:0; text-align:center; z-index:999; background:#11476b;}
.bottomToolbar li {
    width: 24.5%;
    float: left;
    position: relative;
    text-align: center;
    border-right: 1px solid #135987;
}
.bottomToolbar li img{text-align:center; margin:auto; width:auto; height:23px;}
.bottomToolbar li a{padding:5px 0 2px 0; margin-right:1px; display:block;font-size:20px;text-align:center;color:#FFF;text-decoration:none;}
.bottomToolbar li em{text-align:center;margin:auto;color:#fff;font-size:0.2rem;display:block;font-style:normal;}


/* 导航面包线 */
.cur {
    color: #124569!important;
}

.bread {
    width: 100%;
    height: 35px;
    background: #fbfbfb;
    line-height: 35px;
    box-shadow: 1px 1px 10px #e4e4e4;
}

.bread a {
    display: inline-block;
    margin: 0 3px;
    font-size: 12px;
}
.bread a i{
    margin-right: 5px;
}
.ny-banner {
    overflow: hidden;
	margin-top: 55px;
}
.ny-banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


/* 主体部分 */
.ny-main {
    display: block;
    width: 100%;
    padding: 0.3rem 0;
    padding-bottom: 0.3rem;
}

.main-title{
    display: block;
    width: 100%;
}

.main-title .cn {
    font-size: 0.3rem;
    line-height: 14px;
    letter-spacing: 2px;
    color: #434343;
    margin-bottom: 4px;
    text-align: center;
    margin-top: 9px;
}

.main-title .en {
    font-size: 0.2rem;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.con-txt {
    display: block;
    width: 96%;
    margin-top: 12px;
    font-size: 0.2rem;
    line-height: 180%;
    margin: 0 auto;
}

.con-txt img{
    max-width: 100%;
}

.about-txt h3 {
    font-size: 14px;
     margin-bottom: 6px; 
     margin-top: 5px; 
}

.ziy_dh_top {
    width: 100%;
    overflow: auto;
    background: #083d60;
}
.ziy_dh_top::-webkit-scrollbar {display:none}
.ziy_dh_top ul{
overflow: hidden;    width: max-content
}
.ziy_dh_top ul li a {
    font-size: .23rem;
    color: #ffffff;
}
.ziy_dh_top ul li{
	display: inline-block;
	padding: .2rem .25rem;
	position: relative;
}
.ziy_dh_top ul li.no p{
/* 	padding-bottom: .16rem; */
}
.ziy_dh_top ul li.no p a {
    color: #fff;
}
.ziy_dh_top ul li.no p::after{
	content:"";
	width: .2rem;
	height: .2rem;
	display: block;
	background: #f0f0f0;
	position: absolute;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg); 
	top: -15px;
	left: 0;
	right: 0;
	bottom: -1.1rem;
	margin: auto;
}

/* 生产能力 */
.img img {
    max-width: 100%;
}
.pic .image-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 0.375rem;
    height: 0.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	margin-bottom: 10px;
}
/* 生产能力 */

/* 产品中心 */
.main_right {
    width: 100%;
}
.ny-product li {
    width: 47%;
    margin: 1%;
    float: left;
    margin-top: 0;
    margin-bottom: 3%;
}


.overflow-hide {
	overflow: hidden
}
.col-sm-3 {
	width: 25%;
	float: left;
	position: relative
}
.pavilion-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.layer-title {
	padding: 50px 0 30px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	letter-spacing: 1.09px
}
/*tab分类*/
.pavilion-container .pavilion-inner {
	max-width: 1200px;
	margin: 0 auto
}
.pavilion-container .pavilion-inner .tabs {
    padding: 0 10px;
    background: #ddd;
}
.pavilion-container .pavilion-inner .tabs li {
    float: left;
    padding: 0 21px;
    border-radius: 2px;
    line-height: 32px;
    font-size: 12px;
    color: #484848;
    letter-spacing: .35px;
}
.pavilion-container .pavilion-inner .tabs li {
	margin-left: 21.2667px;
	cursor: pointer
}
.pavilion-container .pavilion-inner .tabs li:first-child {
	margin-left: 0
}
.pavilion-container .pavilion-inner .tabs li.on {
    background: #0f4669;
    color: #ffffff;
}
.pavilion-container .pavilion-inner .tabs li .hot-icon {
	width: 18px;
	height: 24px;
	margin-right: 10px;
	background-repeat: no-repeat
}
.pavilion-container .pavilion-inner .tabs li.on .hot-icon {
}
.pavilion-container .pavilion-inner .tabs li>span {
	display: inline-block;
	vertical-align: middle
}
/*tab内容*/
.pavilion-container .tab-content-wrap {
	position: relative;
	margin-top: 5px;
}
.pavilion-container .tab-content {
	position:relative;
	transition: all .7s linear;
	opacity: 0;
	z-index: -1;
	height: 0;
	width: 100%
}
.pavilion-container .tab-content.show {
	height: auto;
	opacity: 1;
	top: 0;
	z-index: 1
}
.pavilion-container .tab-content .col-sm-3 {
	padding: 0 10px
}
.pavilion-container .tab-content .col-sm-3 .tab-card {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
	transition: .2s linear
}
/*大卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg {
	position: relative;
	height: 420px
}
.pavilion-container .tab-content .col-sm-3 .tab-card:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	border-radius: 1px 1px 0 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg img {
	height: 90px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg h3 {
	margin-top: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card p {
	margin-top: 5px;
	font-size: 12px;
	color: #a0a2a8;
	letter-spacing: .51px;
	line-height: 20px;
	height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels {
	margin-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-lg .labels span {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0 5px;
	background: rgba(160,162,168,.1);
	border: 1px solid rgba(102,106,117,.1);
	border-radius: 2px;
	line-height: 20px;
	color: #a0a2a8;
	font-size: 12px
}
.pavilion-container .tab-content .col-sm-3 .tab-card-lg .time {
	border-top: 1px solid #e7e7e7
}
/*中卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md+.tab-card-md {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md {
	height: 200px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md img {
	height: 65px;
	width: auto;
	display: block
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-md h3 {
	margin-top: 15px
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 40px);
	padding-top: 17px;
	font-size: 12px;
	color: #666a75;
	letter-spacing: .44px;
	line-height: 23px;
	text-align: left
}
.pavilion-container .tab-content .col-sm-3 .tab-card .time span {
	font-size: 20px;
	color: #f66f6a;
	letter-spacing: 0;
	line-height: 23px;
	margin-right: 3px
}
/*小卡片*/
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm {
	height: 90px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm+.tab-card-sm {
	margin-top: 20px
}
.pavilion-container .tab-content .col-sm-3 .tab-card.tab-card-sm .time {
	border-top-width: 0
}
.pavilion-container .tab-content .col-sm-3 .tab-card:hover {
	background: #efedd4
}

.main_container {
    width: 98%;
    margin: 20px auto;
}
.product_top .product_left {
    display: table;
    float: none;
    margin-right: 0;
    width: 90%;
    margin: 0 auto;
}

.product_right {
    width: 94%;
    padding-top: 10px;
    float: none;
    display: table;
    margin: 0 auto;
}
.product_details_content {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #eee;
    color: #868686;
    line-height: 22px;
}

.product_title {
    font-size: 0.26rem;
    color: #13466b;
    font-weight: bold;
    letter-spacing: 1px;
}

.product_link {
    width: 70px;
    height: 24px;
    color: #ffffff;
    margin-top: 5px;
    border: solid 1px #114468;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    line-height: 23px;
    background: #114468;
    border-radius: 3px;
	font-size: 12px;
}


.recommend_title {
    display: table;
    width: 95%;
    font-size: 18px;
    margin: 0 auto;
}

.details_content {
    width: 100%;
    font-size: 12px;
    color: #666666;
    line-height: 32px;
    margin: 14px auto 0;
    min-height: 200px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.details_content table{
	
	width: 100%;
	
}




.recommend_title>span {
    width: 100%;
    display: table;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
}

.recommend_title ul li {
    width: 49%;
    float: left;
    margin: 0.5%;
}

.recommend_title ul li span {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/* 产品中心 */


/* 应用案例 */
.block {
    width: 48%;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 10px;
    margin: 0.94%;
    float: left;
    display: block;
}
.center {
    width: 100%;
    padding: 0px 5px;
}
.news .main2 .content .block:nth-child(4n+1) {
    margin-left: 0;
}
.news .main2 .content .block .img {
    width: 100%;
}

.return {
    display: table;
    margin: 0 auto;
    margin-top:10px;
}
.return a {
    color: #e52013;
}


.picture_container {
    position: relative;
    overflow: hidden;
    background: none;
    font-size: 28px;
}

.picture_container img {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    width: 100%;
    height: 100%;
}

.block .txt {
    padding: 15px 5px 0px 5px;
    background: #f3f3f3;
}
.txt {
    font-size: 14px;
    line-height: 250%;
    table-layout: fixed;
}

.news .main2 .content .block .txt {
    padding: 15px;
    background: #ffffff;
}

.block .txt .icon {
    width: 40px;
    height: 4px;
    background-color: #1b4f74;
    margin-bottom: 14px;
}

.block .txt .title {
    font-size: 0.22rem;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 宋体;
}


.time {
    font-size: 0.2rem;
    color: #626262;
}

.block .txt .abstract {
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    opacity: 0.7;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 19px;
}

.details .title {
    text-align: center;
    font-size: 0.28rem;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 5px;
	line-height: 0.5rem;
}

.details .news_info {
    font-size: 14px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    text-align: center;
    border-bottom: 1px solid #aea375;
    padding-bottom: 10px;
}

.details-txt {
    font-size: 11px;
    line-height: 200%;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e0e1dc;
    padding: 20px 0;
}

.details-txt img{
    max-width:100%;
}


.page_bg{
	line-height: 26px;
	margin-top: 6px;
	padding-top: 5px;
	font-size: 14px;
	width: 98%;
	display: table;
	margin:0 auto
}
.page_bg span {
    display: block;
    font-size: 0.2rem;
}


/* 新闻中心 */
.main_new_bg {
    display: table;
    width: 100%;
}
.main_new_bg ol {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.main_new_bg ol a.img {
    display: block;
    float: left;
    padding: 6px;
    width: 35%;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.new_text {
    display: table;
    width: 58%;
    float: left;
}
.new_text h3 {
    text-align: left;
    padding-top: 0px;
}
.new_text h3 a {
    font-weight: normal;
    font-size: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.new_text span {
    font-size: 12px;
    display: table;
    width: 100%;
    color: #c5c5c5;
    padding: 2px 0;
}
.new_text div {
    font-size: 11px;
    line-height: 20px;
    color: #9d9d9d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 视频展示 */
.video-body{
	display: block;
}
.video-iframe{
	float: left;
}
.video-iframe iframe{
	height: auto;
}
.video-body ul li {
    margin-bottom: 20px;
}
.video-name{
	display: block;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


/* 联系我们 */
.contact-txt {
    display: block;
    margin-top: 5px;
    font-size: 0.24rem;
    line-height: 200%;
    margin-bottom: 5px;
}

.contact-txt h3 {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
}

.map{
	display: block;
	margin-top: 5px;
}
#dituContent{
	height: 250px!important;
}


.feedback p {
    font-size: 12px;
    line-height: 25px;
    padding: 0 14px;
}
.feedback p b {
    font-size: 14px;
}
.hza {
    margin-top: 10px;
    padding: 5px;
    color: #0f83d2;
    width: 100%;
}
.soka {
    width: 47%;
    border: 1px solid #D8D8D8;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 28px;
    margin-right: 5px;
}
.sokb {
    height: 50px;
    border: 1px solid #D8D8D8;
    line-height: 50px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 97%;
    color: #757575;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
}
.tj {
    display: inline-block;
    width: 120px;
    line-height: 30px;
    height: 30px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 0;
    color: #134667;
}

}

@media screen and (max-width: 800px) {
	
	#scroll{width:800px;margin:0 auto;font-family:"Microsoft Yahei";}
	
}


@media screen and (max-width: 720px) {
	#scroll{width:720px;margin:0 auto;font-family:"Microsoft Yahei";}
}

@media screen and (max-width: 680px) {
	#scroll{width:680px;margin:0 auto;font-family:"Microsoft Yahei";}	
}


@media screen and (max-width: 640px) {
	#scroll{width:640px;margin:0 auto;font-family:"Microsoft Yahei";}	
}


@media screen and (max-width: 600px) {
	#scroll{width:600px;margin:0 auto;font-family:"Microsoft Yahei";}	
}


@media screen and (max-width: 560px) {
#scroll{width:560px;margin:0 auto;font-family:"Microsoft Yahei";}		
}

@media screen and (max-width: 520px) {
#scroll{width:520px;margin:0 auto;font-family:"Microsoft Yahei";}
}

@media screen and (max-width: 480px) {
#scroll{width:480px;margin:0 auto;font-family:"Microsoft Yahei";}	
}


@media screen and (max-width: 440px) {
#scroll{width:440px;margin:0 auto;font-family:"Microsoft Yahei";}		
}

@media screen and (max-width: 414px) {
#scroll{width:414px;margin:0 auto;font-family:"Microsoft Yahei";}	
}


@media screen and (max-width: 400px) {
#scroll{width:400px;margin:0 auto;font-family:"Microsoft Yahei";}	
}


@media screen and (max-width: 375px) {
#scroll{width:370px;margin:0 auto;font-family:"Microsoft Yahei";}			
}

@media screen and (max-width: 320px) {
	.header-top,.header-body,.new-bg{
		display: none;
	}	
	#scroll{width:320px;margin:0 auto;font-family:"Microsoft Yahei";}	
}