﻿@charset "utf-8";

@media screen and (min-width: 1200px) {
.foot_nav,.ziy_dh_top{
	display: none;
}
#header_box{
	display: none;
}	
/* 抬头 */
.header-top{
	display: block;
	width: 100%;
	height: 40px;
	background-color:#1b4f74;
}
.header-top-left{
	display: block;
	line-height: 40px;
	color:#fff;
}
.header-top-right{
	display: block;
	line-height: 40px;
}
.header-top-right a {
    color: #fff;
    display: inline-block;
    margin-left: 24px;
}
.header-top-right a i{
	margin-right: 5px;
}
.header-body {
    padding: 15px 0;
    border-bottom: 1px solid #f5f5f5;
}
/* 抬头 */

/* 网站的logo */
.header-logo{
	width: 220px;
	height: 70px;
	text-indent: -3000px;
	background:url(../images/logo.jpg) no-repeat center;
	background-size: cover;
}
/* 网站的logo */

/* 语言版本 */
.Lan {
    display: block;
    width: 100px;
    background-color: #eeeeee;
    line-height: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: 22px;
}
.Lan a {
    display: block;
    line-height: 20px;
    height: 20px;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 50px;
}
.Lan .on {
    color: #fff;
    width: 50px;
    border-radius: 10px;
    background-color: #1b4f74;
    height: 20px;
    line-height: 20px;
}
/* 语言版本 */

/* 幻灯片 */
.dowebok {
    margin: 0 auto;
    overflow: hidden;
}
.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: 40px;}
.swiper-pagination-bullet { width: 70px; 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;}
/* 幻灯片 */


/* 热门关键词 */
.hot-key {
    width: 100%;
    height: 60px;
    background: #f3f3f3;
    line-height: 60px;
    box-shadow: 1px 1px 10px #e4e4e4;
}
.hot-key .hot-text {
    width: 72%;
    float: left;
}
.hot-key .hot-text .title {
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    color: #000000;
}
.hot-key .hot-text .title-text a, .hot-key .hot-text .title-text {
    font-size: 14px;
    margin: 0 5px;
}
.hot-key .hot-text .title-text a, .hot-key .hot-text .title-text {
    font-size: 14px;
    margin: 0 5px;
}
.hot-key .hot-text .title-text p{
	display: inline-block;
}



.hot-key .seachBox {
    float: right;
    background: #fff;
    margin-top: 12px;
}
.hot-key .seachBox form {
    overflow: hidden;
}
.hot-key .seachBox .word {
    width: 240px;
    height: 38px;
    line-height: 38px;
    text-indent: 1em;
    border-right: none;
    color: #828282;
    border: 1px solid #d6d6d6;
    background: #fff;
}
.hot-key .seachBox form input {
    display: block;
    float: left;
    background-color:#1b4f74;
}
.hot-key .seachBox .sousuo {
    width: 40px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/search.png);
    cursor: pointer;
    border: none;
}
.hot-key .seachBox {
    float: right;
    background: #fff;
    margin-top: 12px;
}
/* 热门关键词 */


/* 产品中心 */
.index-product{
	display: table;
	width: 100%;
}
.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: 60px;
    background: url(../images/cp_11.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
	margin-top: 35px;
}

.product-top h2{
	font-size: 30px;
	line-height: 60px;
}

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

.summary-body-bg {
    padding: 10px;
    box-shadow: 1px 1px 10px #e0e0e0;
}

.summary-title {
    font-size: 22px;
    margin-bottom: 5px;
    color: #1b4f74;
	display: none;
}

.summary-body {
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
}

/* 摘要 */



.pro{margin-bottom: 20px;
}
.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: 14px;
    font-weight: bold;
    color: #fff;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.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%;
    color:#fff;
}

.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: 36px;
    font-size: 16px;
    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: 20px;
}
.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
}



/* 产品 */

/* 解决方案 */
.case-bg {
    display: block;
    width: 100%;
    margin-top: 22px;
    padding-bottom: 50px;
    box-shadow: 1px 1px 10px #ddd;
}
.case-top{
	display: block;
	width: 100%;
	height: 142px;
	background:url(../images/cp_1.jpg) no-repeat center top;
	background-size: cover;
}

.case-top h2{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 142px;
}

.scroll-outer{}
#scroll{width:1200px;margin:0 auto;font-family:"Microsoft Yahei";}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:280px;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;
}
.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: 14px;
    line-height: 45px;
    height: 45px;
}

/* 解决方案 */


/* 关于我们 */
.about-bg {
    display: block;
    width: 100%;
    padding-top: 40px;
}

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

.about-title h3 {
    display: block;
    width: 100%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 18px;
}

.about-title h3 font {
    display: inline-block;
    margin: 0px 19px;
    color: #989898;
}

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

.about-body {
    display: table;
    width: 100%;
    margin-top: 32px;
}

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

.about-body-title h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

.about-body-txt, .about-body-txt p, .about-body-txt span {
    font-size: 14px;
    line-height: 260%;
}

.about-img{
	overflow: hidden;
}

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

.about-more {
    display: table;
    width: 120px;
    text-align: center;
    font-size: 14px;
    background: #063257;
    color: #fff;
    padding: 7px 0;
    margin-top: 25px;
}

.about-body-title h2 {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 25px;
}

.about-more a {
    color: #fff;
    font-size: 12px;
}


.about-related {
    display: table;
    height: 170px;
    margin: 0 auto;
    line-height: 170px;
    box-shadow: 1px 1px 20px #e0e0e0;
    border-radius: 16px;
    margin-top: 30px;
}

.about-i-txt {
    display: block;
    float: left;
    font-size: 18px;
    color: #1b4f74;
    margin-left: 14px;
}
.ioc {
    display: inline-block;
    width: 34%;
    float: left;
    margin-left: 20%;
}


.wei{
    transition: all 0.5s;
}
.wei:hover{
    transform:translateY(-8px);
}





/* 新闻中心 */
.new-bg {
    display: block;
    width: 100%;
    margin-top: 38px;
}
.new-top{
	display: block;
	width: 100%;
	height: 62px;
	line-height: 62px;
	background:url(../images/new-top.jpg) no-repeat center top;
}
.new-top h3 {
    font-size: 30px;
    display: table;
    width: 100%;
    text-align: center;
    line-height: 58px;
}

.new-class ul{
	text-align: center;
}

.new-class ul li {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 22px;
    border: 1px solid #063257;
    margin: 0 10px;
}

.new-class ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.new-class .no{
	background: #063257;
}
.new-class .no a{
	color:#fff;
}

.new-txt{
	display: block;
	
}
.new-img{
    display:block;
    border:1px solid #ddd;
}
.new-img img{
	max-width: 100%;
}

.new-body {
    margin-top: 30px;
    display: table;
    width: 100%;
    margin-bottom: 35px;
}

.new-body-txt{
	display: block;
	width: 100%;
}

.new-body-txt h3 {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index-details{
	font-size: 14px;
	line-height: 150%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

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



/* 版权 */
.fonter{
	background: #333333;
}
.fonter ul {
    display: table;
    width: 64%;
    padding: 35px 0;
    float: left;
}
.fonter ul li {
    display: block;
    float: left;
    width: 20%;
}
.fonter ul li h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-bottom: 14px;
}
.fonter ul li a {
    display: table;
    width: 100%;
    color: #cccccc;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-contact {
    display: block;
    float: left;
    padding: 35px 0;
    width:24%;
}

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

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

.contact-bottom p, .contact-bottom span {
    color: #ccc;
    font-size: 12px;
}

.footer-code {
    display: block;
    float: right;
    padding: 35px 0;
    width: 11%;
}
.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;
    height: 50px;
    line-height: 50px;
    color: #fff;
}


/* 内页 */

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

.bread {
    width: 78%;
    float: left;
}

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


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

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

.main-title .cn {
    font-size: 30px;
    line-height: 31px;
    letter-spacing: 2px;
    color: #434343;
    margin-bottom: 12px;
    text-align: center;
	margin-top: 20px;
}

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

.main-class {
    display: block;
    width: 100%;
    margin: 16px 0;
}

.main-class ul{
	display: block;
	text-align: center;
}

.main-class ul li {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 10px;
    margin: 0 8px;
    min-width: 120px;
    border-radius: 3px;
    background: #f5f5f5;
}

.main-class .no-cur{
	background-color: #1b4f74;
}

.main-class .no-cur a{
	color:#fff;
}


.con-txt {
    display: block;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    line-height: 200%;
}

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

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

/* 公司环境 */
.img{
	overflow: hidden;
}

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

.main-body{
	margin-top: 30px;
}

.pic {
    margin-bottom:18px;
}
.pic .image-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/* 公司环境 */

/* 关于我们 */


/* 产品中心 */
.main_left {
    width: 20%;
    float: left;
}

.main-left-top {
    background: #1b4f74;
    display: table;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 0;
	position: relative;
}

.main-left-top h1 {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
}

.main-left-top span {
    display: block;
    width: 100%;
    font-family: 宋体;
    color: #fff;
    font-size: 18px;
}

.main-left-top::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -18px;
    top: -24px;
    opacity: 1;
    border-radius: 50%;
    border: solid 10px rgba(255, 255, 255, 0.2);
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}


.product_main_nav .item {
    position: relative;
}

.product_main_nav .item .item_title {
    overflow: hidden;
    position: relative;
    padding: 16px 30px;
    border: solid 1px #e5e5e5;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    display: table;
}

.product_main_nav .item .item_title .item_title_text {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin-right: 15px;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.product_main_nav .active  .item_title_text{
	color:#fff!important
}
.product_main_nav .item .item_list {
    display: none;
    background: #f9f9f9;
    padding: 22px 20px 38px;
    position: static;
}

.product_main_nav .item .item_list .inside_item {
    display: table;
    width: 100%;
    height: 100%;
    margin:10px 0;
}

.product_main_nav .item:not(:first-child) {
    margin-top: 20px;
}

.product_main_nav .item.active .item_title, .product_main_nav .item:hover .item_title {
    background: #114468;
    border-color: #134567;
	color:#fff!important}

.product_main_nav .item.active .item_title, .product_main_nav .item:hover .item_title .item_title_text{
	color:#fff!important;
	}

.product_main_nav .item .item_list {
    display: none;
    background: #f9f9f9;
}
.product_main_nav .item .item_list .inside_item {
    position: relative;
    padding-left: 28px;
    float: left;
}
.product_main_nav .item .item_list .inside_item .inside_item_icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #b5b5b5;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.product_main_nav .item .item_list .inside_item .inside_item_text {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.product_main_nav .item .item_title::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -18px;
    top: -24px;
    opacity: 0;
    border-radius: 50%;
    border: solid 10px rgba(255, 255, 255, 0.2);
    -o-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.product_main_nav .item.active .item_title::after, .product_main_nav .item:hover .item_title::after {
    opacity: 1;
}

.main-left-bottom {
    display: block;
    width: 100%;
    padding: 15px 10px;
    background: url(../images/main-left-img.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 10px;
    border: 1px solid #ddd;
}

.main-left-bottom-titile{
	display: inline-block;
	font-size: 18px;
}

.main-left-contact{
	display: block;
	font-size: 14px;
	line-height: 30px;
}

/* 产品和案例的排版 */
.main_right{
	width: 78%;
}
.ny-product{
	display: table;
	width:100%;
}
.ny-product li {
    width: 31%;
    margin: 1%;
    float: left;
    margin-top: 0;
    margin-bottom: 3%;
}
.ny-product li .img {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}
.ny-product li .img img{
	width: 100%;
	float: left;
	transition: all 0.5s;
}

.ny-product li span {
    display: table;
    width: 100%;
    text-align: center;
    line-height: 35px;
    height: 35px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ny-product li:hover .img{
    border: 1px solid #e2e2e2;
}
.ny-product li:hover .img img{
	transform: scale(1.1);
}
/* 产品和案例的排版 */


/*产品详情*/
.product_top{
	display: inline-block;
	width: 100%;
}
.product_top .product_left{
	display: inline-block;float: left;
	margin-right: 30px;
	width: 45%;
}
.product_right {
    width: 48%;
    padding-top: 15px;
    float: left;
}
.product_title {
    font-size: 20px;
    color: #13466b;
    font-weight: bold;
    letter-spacing: 1px;
}
.product__desc{
	font-size: 14px; 
	color: #bbbbbb; 
	margin-top: 10px;
}
.product_link {
    width: 120px;
    height: 35px;
    color: #ffffff;
    margin-top: 35px;
    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: 35px;
    background: #114468;
    border-radius: 3px;
}
.product_details_content{margin-top: 20px; padding-top: 18px; border-top: 1px solid #eee; color: #868686; line-height: 30px;}
.main_container{margin-top: 25px; margin-bottom: 30px;}
.main_container_title{background-image: url(../images/product_bg.png);display: -webkit-box;}
.main_container_title .item{padding: 14px 40px; position: relative; background: #aea375; line-height: 20px; font-size: 16px; color: #ffffff; border-top: 2px solid #aea375;}

.details_content {
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin: 14px auto 0;
    min-height: 200px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.recommend_title{display: inline-block;width: 100%;font-size: 18px;}
.recommend_title>span{width: 100%; display: table; line-height: 35px; height: 35px; font-size: 22px; margin-bottom: 18px;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.recommend_title ul li{width: 24%; float: left; margin: 0.5%;}
.recommend_title ul li .img{display: inline-block;width: 100%;border:1px solid #ddd;}
.recommend_title ul li .img img{max-width: 100%;}
.recommend_title ul li span {
    display: table;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    height: 35px;
}

.main_container {margin-top: 25px;margin-bottom: 30px;}
.background_img {background-size: cover;background-repeat: no-repeat;background-position: center center;}
.main_container_title .item {padding: 14px 40px;position: relative;background: #114468;line-height: 20px;font-size: 16px;color: #ffffff;border-top: 2px solid #114468;}
.main_container_title .item .item_text{display: block;color:#fff;}

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

.news .main2 .content .block .img .picture_container {
    /* padding-top: 72.27273%; */
    height: 210px;
}
.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;
    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: 16px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 5px;
    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;
}

.block .txt .abstract {
    font-size: 14px;
    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: 28px;
}


.details .title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
}

.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: 14px;
    line-height: 250%;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e0e1dc;
    padding: 20px 0;
}
.page_bg{
	line-height: 26px;
	margin-top: 6px;
	padding-top: 5px;
	font-size: 14px;
}
.page_bg span {
    display: block;
}



/* 新闻中心 */
.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;width:100%;}
.main_new_bg ol:hover .img img{transform: scale(1.1);}
.main_new_bg ol a.img{display: block; float: left; padding: 6px; width: 18%; border: 1px solid #ddd; margin-right: 20px;}
.main_new_bg a.img img{width: 100%; height: 100%;transition: all 0.5s;}
.new_text{display: table;width: 75%;float: left;}
.new_text h3{text-align: left; padding-top: 12px;}
.new_text h3 a{font-weight: normal; font-size: 18px;}
.new_text span{font-size: 14px;display: table;width: 100%;color: #c5c5c5;padding: 10px 0;}
.new_text div {font-size: 13px;line-height: 25px;color: #9d9d9d;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.main_new_bg h2{display: table; width: 100%; text-align: center; font-size: 22px; font-weight: normal;}
.main_new_bg i{font-size: 15px; font-style: normal; text-align: center; display: table; width: 100%; padding: 14px 0; border-bottom: 1px solid #ddd; padding-bottom: 5px; margin-bottom: 10px;}
.main_new_bg{display: table; width: 100%;}
.new_bg_bottom{display: table;width: 100%;font-size: 14px;line-height: 30px;}
.new_bg_bottom img{max-width: 100%;}


/* 联系我们 */
.contact-txt {
    display: block;
    line-height: 35px;
    margin-top: 35px;
    font-size: 16px;
}
.contact-txt h3 {
    font-size: 18px;
    margin-bottom: 18px;
}


/* 在线留言 */
.hza{
	margin-top: 10px; 
	padding: 10px; 
	color: #0f83d2;
	width: 100%;
}
.hza:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0; 
	line-height: 0;
}
.soka{width: 48%; border: 1px solid #D8D8D8; line-height: 35px; margin-bottom: 12px; padding-left: 10px; font-size: 12px; font-family: "Microsoft YaHei", verdant, tahoma; height: 45px; margin-right: 5px;}
.sokb{height: 65px; 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: -30px; margin-left: 0px; margin-top: 10px; margin-right: 10px;}
.tj {
    display: inline-block;
    width: 120px;
    line-height: 45px;
    height: 45px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 50px;
    color: #134667;
}
.feedback p{font-size: 14px; line-height: 30px; padding: 0 14px;}
.feedback p b{font-size: 16px;}
/* 在线留言 */


/* 视频展示 */
.video-body{
	display: block;
}
.video-iframe{
	float: left;
}
.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;
}

/*友情链接*/
.Link {
    background-color: #e4e4e4;
    padding: 16px 0;
}

.Link span {
    color: #333333;
    font-size: 14px;
}

.Link a {
    font-size: 14px;
    color: #666666;
    padding: 0 15px;
    transition: all .5s;
}



}





@media screen and (min-width: 1300px) {
	/* 主体宽度 */
	.container {
	    width: 1250px;
	    min-width: 1200px;
	    padding: 0;
	}
	/* 主体宽度 */
		
}

@media screen and (min-width: 1400px) {
	/* 主体宽度 */
	.container {
	    width: 1300px;
	    min-width: 1200px;
	    padding: 0;
	}
	/* 主体宽度 */
		
}