﻿@charset "utf-8";
@font-face {
    font-family: 'wryh.ttf';
    src: url('../font/wryh.ttf.ttf') format('truetype');
}


*{padding:0;margin:0;list-style: none;}
body {margin-left: 0px;margin-top: 0px; margin-right: 0px;font-size: 12px; color: #484848;background: #fff;}
a{color:#484848;text-decoration: none;}
a:hover{ -webkit-transition:0.3s; transition:0.3s;color:#db243a;text-decoration: none;}
h1,h2,h3,h4,h5,h6,p,sup,span,ul,li,ol,dl,dd,dt,section{
    margin:0;
    padding:0;
}

.navbar-nav>li:hover a{
/*    background: #ffce76; */
	color:#0099e0;
}

@media screen and (min-width:1199px) {
 .videos {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    border: 1px solid #0099e0;
    overflow: hidden;
}
.videolist:hover {
    cursor: pointer;
}
.videoed {
    display:none;
    width:50px;
    height:50px;
    position: absolute;
    left:45%;
    top:45%;
    z-index:99;
    border-radius:100%;
}
.videos {
    display:none;
    position:fixed;
    left:0;
    top:0%;
    z-index:100;
    width:100%;
    height:100%;
}
.videos video {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: rgba(0,0,0,0.5);
}
.vclose {
    position: absolute;
    right: 3%;
    bottom: 8%;
    border-radius: 100%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: table;
}
.vtit {
    font-size: 30px;
    color: #0099e0;
}



.container{width: 1200px;}

/*抬头*/
.header_top {
    display: inline-block;
    width: 100%;
    height: 38px;
    background: #332c2b;
    border-bottom: 1px solid #f5f5f5;
}

.header_top .container{
    width: 1200px;
}

.header_top span:nth-child(1) {
    display: inline-block;
    float: left;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
}

.header_top span:nth-child(1) i{
    margin-right:5px;
}

.header_top span:nth-child(2) {
    display: inline-block;
    float: left;
    line-height: 38px;
    color: #fff;
    float: right;
    font-size: 14px;
}

.header_top span:nth-child(2) a {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 12px;
    font-size: 12px;
}

.header_top span:nth-child(2) a:after {
    content: "*";
    display: inline-block;
    margin: 0 10px;
    position: absolute;
    top: 4px;
}

.header_top span:nth-child(2) i{
    margin-right: 5px;
}


.header_body {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    padding-top: 16px;
}

.header_body .container{
    width: 1200px;
    min-width:1200px;
}

.header_body .logo {
    display: table;
    float: left;
    width: 220px;
    margin-top: 16px;
    table-layout: fixed;
}
.header_body .logo img{
    max-width: 100%;
}

.header_body .logo a span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 8px;
    text-align: center;
    color: #0099e0;
	font-weight: bold;
}


/*导航栏*/
.nav_bg {
    display: table;
    width: 100%;
    background: #fff;
	border-bottom:1px solid #ddd;
	margin-bottom:1px;
}

.nav_bg .container{
    width: 1200px;
}

.main .container{
    width: 1200px;	
}

.navbar-default {
    background-color:#fff;
    border-color: #e7e7e7;
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: initial;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:nth-child(1){
    padding-left: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    padding-left: 0;
}
.navbar-nav>li {
    float: left;
    margin: 0 20px;
}
.navbar-nav>li:nth-child(1){
    margin-left: 0px;
}


.navbar-nav>li:hover>a{
    color: #0099e0;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color:#dab96b;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color:#e6213a;
    background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #0099e0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #000;
    white-space: nowrap;
    font-size: 13px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #000;
    text-decoration: none;
    background-color: #ffce76;
}

.navbar-nav .active {
    background: #dab96b;

}


.header_right {
    width: 480px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
    margin-top: 3px;
}

.header_right .hr_text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: -8px;
}

.header_right .hr_text p {
    color:#0099e0;
    font-size: 18px;
    text-align: right;
    margin-right: 20px;
}

.header_right .hr_text p+p {
    font-size: 22px;
    font-weight: normal;
    color:#000;
}

.header_right .hr_text span {
    font-size: 16px;
    display: table;
    width: 100%;
    text-align: center;
    color: #000;
}

.header_right .hr_img {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 45px;
    table-layout: fixed;
}

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

.header_body .logo_text {
    display: inline-block;
    float: left;
    padding-left: 135px;
    margin-left: 6px;
    height: 63px;
}

.header_body .logo_text span {
    display: table;
    font-size: 26px;
    font-weight: bold;
    color: #0067ae;
}

.header_body .logo_text font{
    font-size: 14px;
    color: #a5a5a5;
    line-height: 30px;
}

/*搜索*/
.search-form {
    display: inline-block;
    float: right;
}

#searchForm {
    width: 475px;
    line-height: 38px;
    height: 38px;
    z-index: 99;
    position: relative;
    margin-top: 0px;
    border: 1px solid #ddd;
    margin-top: 22px;
}

#searchForm .search-input {
    vertical-align: middle;
    height: 31px;
    background: none;
    line-height: 31px;
    margin-top: -4px;
    color: #666;
    border-radius: 5px;
    padding-left: 12px;
    outline: none;
    border: none;
    width: 438px;
    font-size: 14px;
}

.logo_text #s_btn {
    width: 36px;
    height: 32px;
    background: none;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: -7px;
    display: inline-block;
    margin-top: 1px;
    vertical-align: top;
	background:url(../images/sou.jpg) no-repeat center;
}


.dropdown-menu ul li{
    position: relative;
}
.menu_body{
    position: absolute;
    left: 0;
}

.sou_re {
    width: 100%;
    display: table;
    margin-top: 3px;
}

.sou_re .sou_re_left {
    display: table;
    float: left;
    line-height: 35px;
    font-size: 15px;
    font-weight: 500;
}

.sou_re_body {
	display: table;
	float: left;
}

.sou_re_body a {
    line-height: 35px;
    font-size: 14px;
    margin: 0 10px;
}

/*幻灯片*/
.dowebok { margin: 0 auto;overflow: hidden;padding-bottom: 35px;}
.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: -30px;}
.swiper-pagination-bullet { width: 20px; height: 15px; margin: 0 12px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 20px; background-color: #fff; opacity: 1;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color:#332c2b;}
.swiper-pagination {
    height: 45px;
    width: 100%;
    background: #ddd;
    padding-top: 7px;
}

/*关键词*/
.search {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #f9f9f9;
    box-shadow: 1px 1px 10px #d0d0d0;
}

.search-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.search-keywords {
    font-size: 18px;
    color: #333;
    display: inline-block;
}
.search-keywords .wb {
    display: inline-block;
    vertical-align: top;
}

.search-keywords .wb > span {
    color: #fff;
    font-size: 15px;
    background: #0067ae;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 100px;
    margin-right: 30px;
    font-weight: bold;
}
.search-keywords .wb > a {
    color: #666;
    font-size: 14px;
    margin-right: 30px;
}

/* 服务选择 */
.service {
    display: table;
    width: 100%;
    padding: 45px 0;
    padding-bottom: 35px;
    padding-top: 8px;
}

.service .service_top {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-indent: 10px;
}

.service .service_top span{
	font-size: 24px;
}

.service .container {
    width: 96%;
}

.service_body ul li span {
    position: absolute;
    top: 70px;
    left: 30px;
}

.service_body ul li:nth-child(1){
	background:url(../images/s2.jpg) no-repeat center;
	background-size: cover;
}

.service_body ul li:nth-child(2) {
    background: url(../images/s1.jpg) no-repeat center;
	background-size: cover;
}

.service_body ul li:nth-child(3) {
    background: url(../images/s3.jpg) no-repeat center;
	background-size: cover;
}

.service_body ul li:nth-child(4) {
    background: url(../images/s4.jpg) no-repeat center;
	background-size: cover;
}

.service_body ul li span h4 {
    color:#fff;
    font-size: 24px;
}


.service_body ul li span p{
	font-size: 14px;
}

.service_body ul li span p a {
    color:#fff;
    font-size: 16px;
    margin-top: 10px;
    display: table;
}

.service_body{
	display: inline-block;
	width: 100%;
}

.service_body ul{
	display: inline-block;
	width: 100%;
}
.service_body ul li {
    width: 49%;
    margin: 0.5%;
    float: left;
    height: 170px;
    position: relative;
    background: #ddd;
}

/* 广告 */
.gg{
	width: 100%;
	background:url(../images/bg4.jpg) no-repeat center;
	height: 150px;
}
.gg h2 {
    font-size: 24px;
    color:#fff;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    text-indent:75px;
}
.gg p {
    color: #ddd;
    font-size: 16px;
    margin-top: 10px;
    width:100%;
    text-indent:75px;
}

.gg p a{
	color:#fff;
}



.link {
    height: 58px;
    background: #e1e1e1;
    overflow: hidden;
    line-height: 58px;
}
.link h2 {
    width: 75px;
    float: left;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    line-height: 60px;
    font-weight: bold;
}
.link p {
    width: 965px;
    float: left;
    overflow: hidden;
    font-size: 14px;
    color: #6a6a6a;
}
.link p a {
    display: inline-block;
    padding: 0 16px;
    color: #6a6a6a;
}


/* 最新资讯 */
.new_bg{
	width: 100%;
	padding:30px 0;
}
.new_bg .container {
    width: 96%;
}


.new_bg .new_top{
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-indent: 10px;
    display: table;
}


.new_bg .new_top span{
    font-size: 24px;
    float: left;
}

.new_bg .new_body ul li {
    width: 24%;
    float: left;
    margin: 0.5%;
    padding: 6px;
    border: 1px solid #e8e8e8;
}

.new_bg .new_body .new_img{
	width: 100%;
	overflow: hidden;
	table-layout: fixed;
	border:1px solid #ddd;
}
.new_bg .new_body .new_img img{
	width: 100%;
}

.new_title h4 {
    font-size: 18px;
    padding: 15px 0;
    padding-bottom: 8px;
    text-align: center;
}

.new_time {
    font-size: 14px;
    padding: 3px 0;
    color: #b3b3b3;
}
.new_bq {
    font-size: 15px;
    padding: 3px 0;
    color: #4e4e4e;
    margin-bottom: 4px;
}
.new_bq i {
    margin-right: 8px;
}

.new__text {
    font-size: 14px;
    line-height: 25px;
    color: #868686;
}

.new__more{
	font-size: 14px;
	text-align: right;
}

/*版权所有*/
.footer {
    background:#332c2b;
    width: 100%;
    position: relative;
	margin-top: -5px;
}

.footer .footer-content .li h5 {
    font-size: 18px;
    color:#fff;
}

.footer .footer-content .li h5 a{
    color:#fff;
}

.footer .footer-content .li {
    width: 13%;
    float: left;
}
.footer .footer-content .width20{
	width: 20%;
}

.footer .footer-content {
    margin: 0 auto;
    padding: 60px 0 25px;
    padding-top: 30px;
}

.footer .footer-content .li li {
    line-height: 30px;
    color:#fff;
    font-size: 14px;
    margin-bottom: 5px;
}


.footer .footer-content .li ul {
    margin-top: 20px;
}

.footer .footer-content .li li a {
    color:#fff;
    font-size: 14px;
}

.footer .footer-content .code {
    width: 10%;
    float: right;
}

.footer .footer-content .code h3 {
    font-size: 18px;
    color:#fff;
}

.footer .footer-bot {
    line-height: 60px;
    font-size: 14px;
    border-top: 1px solid #504846;
    color:#fff;
    text-align: center;
    background: #332c2b;
}

.footer .footer-bot a{
    color:#fff;
}

.footer .footer-content .code img {
    width: 100%;
}

.code_img{
    margin-top: 20px;
}




.case_bg {
    display: inline-block;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 18px;
}

.case_bg .case_top{

}

.case_bg .case_top span {
    height: 55px;
    font-size: 25px;
    font-weight: normal;
    line-height: 55px;
    font-weight: bold;
}

.case_bg .case_top i {
    display: block;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 27px;
    float: right;
    font-size: 16px;
    font-style: normal;
    padding: 5px 0;
    padding-left: 27px;
    margin-top: 16px;
    color: #ddd;
}


/*应用案例*/

.solution {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
    background: url(../images/jjBg.jpg) no-repeat center;
    padding-bottom: 60px;
}

.solution_top{
    display: inline-block;
    width: 100%;
}

.solution_top span {
    height: 55px;
    font-size: 25px;
    font-weight: normal;
    line-height: 55px;
    font-weight: bold;
}

.solution_top i {
    display: block;
    padding-left: 27px;
    float: right;
    font-size: 16px;
    font-style: normal;
    padding: 5px 0;
    padding-left: 27px;
    margin-top: 16px;
    color: #ddd;
}


.solution_body {
    display: table;
    width: 100%;
}

.solution_body ul li {
    display: inline-block;
    width: 24%;
    border: 1px solid #ddd;
    float: left;
    margin: 0.5%;
    background: #fff;
}

.solution_body ul li .img{
    overflow: hidden;
    width: 100%;
}

.solution_body ul li .img img {
    max-width: 93.5%;
    margin: 10px;
    border: 1px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.solution_body ul li h5 {
    font-size: 15px;
    text-align: center;
    width: 95%;
    display: table;
    margin: 0 auto;
    color: #848484;
}

.solution_body ul li span {
    border: 1px solid #ddd;
    padding: 6px 5px;
    display: table;
    font-size: 12px;
    margin: 12px auto;
    width: 110px;
    text-align: center;
    background: #0994dc;
    color: #fff;
    border-radius: 5px;
}

.solution_top{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 14px;
}
.solution_top h2 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
}

.solution_top h2 font {
    color: #0067ae;
}

.solution_top p {
    color: #444;
    font-size: 16px;
    padding-top: 10px;
}

/*查看更多*/
.solution_more {
    display: table;
    width: 180px;
    line-height: 38px;
    text-align: center;
    background: #0994dc;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
    margin-top: 24px;
}

.solution_more a{
    color:#fff;
    font-size: 14px;
}

/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;top:40%;width:70px;height:240px;z-index: 9999999999999;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#332c2b;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#e6213a;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#dab96b;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:225px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .dd{display:none;width:380px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .dd .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:2px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
.qrcode-img img {
    width: 60%;
    display: table;
    margin: 0 auto;
    margin-top: 18px;
}

.suspension .d-service1 {
    display: none;
    top: -170px;
	padding:10px 0;
}

.suspension .d-service1 h3 {
    font-size: 18px;
    width: 90%;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    text-indent: 4px;
    color:#332c2b;
}


.hza {
    background: #fff;
    padding: 10px;
    color: #929292;
}

.hza span {
    display: table;
    width: 100%;
    float: right;
    margin-top: 1px;
}

.hza span i{
	color:red;
	display: inline-block;
	margin-right: 5px;
}
.hza>form>i {
    display: table;
    float: left;
    margin-right: 5px;
    line-height: 40px;
    color: red;
}

input[type="file"] {
    display: block;
    margin-top: 3px;
}


.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}

.soka {
    width: 94%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 6px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 35px;
    margin-right: 5px;
    box-shadow: inset 1px 1px 5px #f7f7f7;
}
.sokb {
    height: 80px;
    border: 1px solid #D8D8D8;
    line-height: 25px;
    margin-bottom: 6px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 93%;
    color: #757575;
    margin-left: 0px;
    margin-top: 4px;
    margin-right: 10px;
}
.tj {
    display: inline-block;
    width: 80px;
    line-height: 30px;
    height: 30px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 12px;
    margin-left: 50px;
    border:0;
}
.sokb input:first-letter{
	color:red;
}

.service_bg {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #504846;
    padding-top: 25px;
    background: #332c2b;
}

.service_bg ul li {
    width: 25%;
    float: left;
}

.service_bg ul li span{
    width: 24%;
    float: left;
    display: table;
}
.service_bg ul li span img{
    max-width: 100%;
}
.service_bg ul li div {
    display: table;
    float: left;
    margin-left: 8px;
    width: 55%;
    margin-top: 6px;
}
.service_bg ul li div h3{
    font-size: 20px;
    color:#fff;
}

.service_bg ul li div p {
    font-size: 11px;
    line-height: 21px;
    margin-top: 5px;
    color:#fff;
}







.overflow-hide {
    overflow: hidden
}
.col-sm-3 {
    width: 25%;
    float: left;
    position: relative
}
.pavilion-container {
    padding-bottom: 30px;
    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;
    border-bottom: 1px solid #ddd;
}
.pavilion-container .pavilion-inner .tabs li {
    float: left;
    padding: 0 21px;
    border-radius: 2px;
    line-height: 36px;
    font-size: 16px;
    color: #0165b0;
    letter-spacing: .35px;
    text-align: center;
    background: #0165b0;
}
.pavilion-container .pavilion-inner .tabs li {
    margin-left: 21.2667px;
    cursor: pointer
}
.pavilion-container .pavilion-inner .tabs li a{
    color:#fff;
}

.pavilion-container .pavilion-inner .tabs li:first-child {
    margin-left: 0
}
.pavilion-container .pavilion-inner .tabs li.on {
    background: #c9a467;
    color: #1c1f36
}
.pavilion-container .pavilion-inner .tabs li.on a{
    color:#fff;
}

.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;
    min-height: 190px
}
.pavilion-container .tab-content {
    position: relative;
    transition: all .7s linear;
    opacity: 0;
    z-index: -1;
    height: 0;
    width: 1300px;
}
.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
}
/*查看全部*/
.pavilion-container .view-go {
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center
}
.pavilion-container .view-go a span.arrow-more {
    display: inline-block;
    vertical-align: middle
}
.pavilion-container .view-go a span.arrow-f {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    transition: .3s ease-out
}
.pavilion-container .view-go a:hover {
    color: #c9a467
}
.pavilion-container .view-go a:hover span.arrow-f {
    transform: translate(4px, 0);
}


/* 本例子css */
.txtScroll-top{ width:450px;  overflow:hidden;  }
.txtScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
             cursor:pointer; background:url("images/icoUp.gif") no-repeat;}
.txtScroll-top .hd .next{ background:url("images/icoDown.gif") no-repeat;  }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ padding:8px;  }
.txtScroll-top .infoList li{ height:24px; line-height:24px;font-size: 14px;}
.txtScroll-top .infoList li a{color:#332c2b;}
.txtScroll-top .infoList li .date{ float:right; color:#999;font-style: normal;}


/* 内页 */
.main {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    min-width:1200px;
}

.ny_banner {
	overflow: hidden;
}

.ny_banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.main_body_top{
	display: inline-block;
	height: 35px;
	line-height: 35px;
}
.main_body_top a{
	font-size: 14px;
	display: inline-block;
	margin:0 3px;
}

.main_pro_left{
	width: 48%;
	float: left;
}

.main_pro_right{
	width: 48%;
	float: right;
}

.main_pro_details{
	display: inline-block;
	width: 100%;
	margin-top: 18px;
}

.main_pro_left{
	display: inline-block;
	font-size: 14px;
}

.main_pro_left span {
    font-size: 14px;
    line-height: 28px;
}

.main_pro_left h2 {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.main_bt{
    display: table;
    padding: 8px 20px;
    background: #ddd;
    margin-top: 18px;
}

.main_bogy_case ul li {
    display: inline-block;
    float: left;
    margin: 1.75%;
    width: 21.9%;
}

.main_bogy_case {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.main_bogy_case ul li:nth-child(4n+1){
	margin-left: 0;
}

.main_bogy_case ul li:last-child{
/*	margin-right: 0;*/
}

.main_bogy_case ul li .img {
    width: 100%;
    overflow: hidden;
    table-layout: fixed;
}

.main_bogy_case ul li .img img {
    max-width: 100%;
    width: 100%;
}
.main_case{
    width: 300px;
}

.main_case h3 {
    font-size: 16px;
    padding: 14px 0;
	color:#000;
}

.main_case h3 a{
	color:#000;
}

.main_case>a {
    color: #0099e0;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.main_case span {
    font-size: 13px;
    line-height: 22px;
	color:#000;
}

.pro_class_top {
    background: #ededed;
    background: linear-gradient(#efefef,#e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#e1e1e1',GradientType=0);
    margin-bottom: 20px !important;
    display: table;
    width: 100%;
}

.pro_class_top dl {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
    clear: both;
    width: 98%;
    margin: 0 auto;
}

 .pro_class_top dl dd{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.pro_ny_class {
    display: table;
    min-width: 100%;
    position: absolute;
    top: 40px;
    left: -2px;
    border: 1px solid #f5f5f5;
    background-color: rgba(255,255,255,0.9);
    border-radius: 0px 0px 1px 1px;
    border-top: none;
    display: none;
    z-index: 99;
}

.pro_ny_class ul {
    padding: 0;
    display: table;
    width: 100%;
    padding-top: 0;
    border-bottom: 1px solid #bfbfbf;
}

.tabs dl dd ul li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0px 10px;
    border-right: 1px solid #565656;
    margin: 10px 0;
}
.tabs dl dd ul li a{
    color:#333;
}


.tabs dl dd ul li:hover a{
    color:#e6213a;
}

.tabs dl dd:hover .pro_ny_class{
    display: inline-block;

}

.pro_class_top ul li h3 {
    font-size: 13px;
    line-height: 30px;
    color: #0099e0;
    display: table;
    width: 100%;
    text-align: center;
}

.pro_class_top ul li h3:hover{

}
.pro_class_top ul li h3:hover>a{
    color:#fff;
}
.pro_class_top ul li h3 .pro_p p:hover{
    display: inline-block;
    width: 100%;
    background: #0099e0;
}

.pro_class_top ul li h3 .pro_p p:hover a{
    color:#fff;
}


.pro_p {
    display: none;
    position: absolute;
    left: 120px;
    width: 130px;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    border: 1px solid #e0e0e0;
    border-left: none;
}

.pro_ny_class ul li h3:hover .pro_p{
    display: inline-block;
}

/*.pro_ny_class ul li h3:hover {*/
/*    background: #f3f3f3;*/
/*}*/

.pro_ny_class ul li h3:hover>a {
    color: #0099e0;
}

.pro_ny_class ul li h3 .pro_p p:hover{
        background: #0099e0;
}
.pro_ny_class ul li h3 .pro_p p:hover a{
    color:#fff;
}

.pro_ny_class ul li h3 a {
    color: #0099e0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: table;
    padding: 3px 12px;
    margin: 1px 0;
}


.pro_ny_class ul li p {
    display: inline-block;
    padding: 0px 0;
    width: 100%;
    float: left;
}

.pro_class_top>dl>dd>a {
    padding: 0 30px;
    display: block;
    color: #333;
    height: 40px;
    border-right: 1px solid #d4d4d4;
    position: relative;
    line-height: 40px;
    font-size: 15px;
}

.pro_class_top dl dd a.active {
    background: #fff;
    font-family: "Grotesk medium";
    height: 40px;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    margin-left: -2px;
}
.text_more{
	display: inline-block;
	padding:10px 20px;
	color:#ddd;
}

.tab-content .img {
    width: 52.4%;
    float: left;
    height: 190px;
}

.tab-content .img img{
	width: 100%;
	float: left;
	height: 100%;
}

.tab-content ul li{
	width: 48%;
	float: left;
	float: left;
	margin:1%;
}

.tab-content .text {
    display: inline-block;
    width: 45%;
    float: right;
}

.tab-content .text h3 {
    font-size: 18px;
    padding: 14px 0;
}

.tab-content .text h3 a{
	color:#484848;
}

.tab-content .text span{
	font-size: 14px;
	line-height: 24px;
}

.tab-content ul{
    display:table;
    width: 100%;
    margin-bottom: 10px;

}

.text_more {
    display: table;
    padding: 10px 0px;
    color: #484848;
    font-size: 14px;
}

.rec_new {
    display: inline-block;
    width: 97%;
    margin-top: 8px;
    margin: 1%;
}

.rec_new h4 {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
}

.rec_new_top span {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    margin-bottom: 0px;
}

.rec_new_body ul li {
    width: 23.4%;
    margin: 1%;
    float: left;
}

.rec_new_body ul li .img {
    overflow: hidden;
    max-width: 360px;
    height: 150px;
    width: 100%;
    border:1px solid #ddd;
}

.rec_new_body ul li .img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.rec_new_more {
    display: table;
    margin-top: 10px;
}

.recommend {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 30px;
    display: table;
}

.recommend h3{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.recommend span {
    display: table;
    padding: 8px 35px;
    margin: 0 auto;
    font-size: 14px;
    background:#332c2b;
    margin-top:20px;
    border-radius:20px;
}

.recommend span a{
	color:#fff;
}

/* 详情 */
.main_pro_title {
    width: 48%;
    float: LEFT;
}

.main_pro_img {
    float: LEFT;
    margin-right: 50px;
}

.main_pro_title h2 {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.main_pro_title span {
    font-size: 14px;
    line-height: 26px;
}

/*.main_pro_img img {
    max-width: 100%;
}*/

.main_pro_bt {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.main_pro_bt a {
    display: table;
    width: 38%;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    background:#332c2b;
    color: #fff;
    float: left;
    margin: 1%;
}

.product_top_b {
    display: inline-block;
    width: 100%;
    background: #ddd;
    height: 45px;
    margin-bottom: 30px;
}

.product_top_b span {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    border-right: 1px solid #ddd;
    height: 45px;
    line-height: 45px;
    margin-left: 14px;
    border-top: 2px solid #332c2b;
}







.rec_new_body ul li:nth-child(4n+4){
	margin-right: 0;
}

.rec_new_body ul li:nth-child(4n+1){
	margin-left: 0;
}

.product_details {
    min-height: 150px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.product_details iframe{
    width:80%;
    display:table;
    margin:0 auto;
}

.product_details p{
    display:block;
}


/* 技术应用 */
.main_tech_title{
	display: inline-block;
	width: 100%;
}

.main_tech_title h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.main_tech_title span {
    font-size: 14px;
    line-height: 26px;
}

.tech_body{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.tech_body ul li {
    width: 24%;
    float: left;
    margin: 0.5%;
    margin-bottom: 1.5%;
}

.tech_body ul li .img{
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
}
.tech_body ul li .img img{
	max-width: 395px;
	float: left;
    width: 100%;
}
.tech_text{
    width: 100%;
}

.tech_text h5 {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    font-size: 17px;
    text-align: center;
}

.tech_text span {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #656565;
    line-height: 20px;
}

.tech-body{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top:10px;
}


/* 广告 */
.add_bg {
    display: inline-block;
    width: 100%;
    background: url(../images/ban_bg.jpg) no-repeat center;
    height: 150px;
    background-size: cover;
    margin-top: 20px;
}

.add_bg h3 {
    display: inline-block;
    color: #f5f5f5;
    text-align: center;
    width: 100%;
    font-size: 28px;
    margin-top: 52px;
}

.add_bg p{
	display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.add_bg p a{
	color:#fff;
}

.rec_new_bg {
    display: inline-block;
    width: 100%;
    margin: 25px 0;
    margin-bottom: 0;
}

.rec_new_bg span {
    display:table;
    font-size: 22px;
}

.rec_new_bg ul li {
    width: 47.3%;
    padding: 10px 0;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-right: 48px;
    text-indent: 16px;
}
.rec_new_bg ul li:nth-child(2n){
    margin-right: 0;
}

.rec_new_bg ul{
    display: inline-block;
    margin-top: 10px;
    width:100%;
}

.rec_new_bg ul li a {
    font-size: 14px;
}

.rec_new_bg ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #575757;
    position: absolute;
    top: 14px;
    left: 0px;
}

.main_tech_left ul{
	width:100%;
}

.main_tech_left h2 {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    background: #f5f5f5;
    padding: 10px 4px;
}

.main_tech_left ul li {
    width: 100%;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    text-indent: 5px;
    position: relative;
    height: 45px;
}
.main_tech_left ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main_tech_left ul li:after {
    content: ">";
    float: right;
    right: 10px;
    position: absolute;
    top: 0;

}


.main_tech_left{
    display: table;
    float: left;
	background-color: #fff;
	width: 16.666%;
}

.main_tech_right{
	width: 82%;
    display: table;
    float: right;
	table-layout: fixed;
}

.main_tech_right_img img{
	max-width: 100%;
}
.main_tech_right_top h3{
	font-size: 30px;
}

.main_tech_right_text {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

/* .top-style {
    display: inline-block;
    position: fixed;
    top: 25px;
}
 */


/* 本例子css*/
.slideBox {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom: 20px;
    display: inline-block;
    margin:0 auto;
}
.slideBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	float:left;
	margin-right:2px;
	width:15px;
	height:15px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}
.slideBox .hd ul li.on {
	background:#f00;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img {
	width:100%;
	height:230px;
	display:block;
}


.slideBox .prev,.slideBox .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover,.slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}


.slideBox_bg video {
    width: 100%;
    height: 1060px;
    margin-top: -255px;
}
.about_video video {
    margin-top: -300px;	
}


.slideBox_bg {
    overflow: hidden;
    height: 430px;
	margin-bottom: 20px;
	position: relative;
}
.gg_text {
    position: absolute;
    top: 195px;
    width: 100%;
    text-align: center;
}
.gg_text h2 {
    font-size: 30px;
    color: #0099e0;
}
.gg_text h2 a{
    color:#000;
}


.gg_text p{
	display: inline-block;
	line-height: 35px;
}
.gg_text p a{
	font-size: 16px;
	line-height: 55px;
	color: #fff;
	letter-spacing: 3px;	
    cursor: pointer;
}
.gg_text p a:hover{
    text-decoration:underline;
}

#video{
    margin-top:0px;
}







.index_bn_text {
    position: absolute;
    left: 9%;
    bottom: 62px;
}

.index_bn_text h2{
	font-size: 24px;
	color:#0099e0;
}

.index_bn_text p {
    font-size: 16px;
    line-height: 40px;
    color: #0099e0;
}

.index_bn_text p a{
	color:#fff;
}
.vtit a{
    color:#fff;
    font-size: 24px;
}
.index_bn_text a{
    color:#fff;
}



/* 案例 */
.main_case_top{
	
}

/* 应用案例 */
.main_case_top {
    display: inline-block;
    width: 100%;
    line-height: 24px;
}

.main_case_top h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.main_case_top span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.vtit_bg:hover{
    text-decoration: underline;
}


.main_case_class {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.main_case_class .img{
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
}

.main_case_class .img img{
	display: inline-block;
	max-width: 100%;
}

.case_text{
	display: inline-block;
	width: 100%;
}

.case_text h4 {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    padding: 2px 0;
    margin-top: 10px;
}

.case_text span {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin-top: 5px;
    color: #757575;
}

.case_text i{
	font-style: normal;
}
.case_text i a {
    font-size: 14px;
    margin-top: 5px;
    display: table;
}

.case_class{
	display: inline-block;
	margin-bottom: 30px;
}

/* 新闻中心 */
.main_new{
	display: inline-block;
	width: 100%;
}

.main_new ul li {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.main_new ul li .new_img {
    width: 45%;
    float: left;
    table-layout: fixed;
    border: 1px solid #f1f1f1;
}

.main_new ul li .new_img img{
	max-width: 100%;
	
}

.new_text {
    width: 50%;
    float: left;
    display: table;
    margin-left: 18px;
    margin-top: 12px;
}

.main_new{
	margin-top: 20px;
}

.new_text h5 {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 18px;
}



.new_text span {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

.new_text i {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-size: 15px;
    margin-top: 10px;
}



.main_new_text{
	display: inline-block;
	width: 100%;
}
.main_new_text{
	width: 100%;
	display: inline-block;
}

.new_text_title h3 {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.new_text_time {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    color: #989898;
    letter-spacing: 2px;
}


.new_border {
    display: inline-block;
    height: 30px;
    border: 1px solid #ddd;
    box-shadow: inset 1px 1px 10px #ddd;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.new_text_text {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 14px;
}

.new_text_r {
    display: inline-block;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 8px 0;
}

.new_text_r a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.main_down_left {
    display: table;
    float: left;
    background-color: #fff;
    width: 16.666%;
    background: #ddd;
    padding: 10px;
}

.main_down_left h2 {
    font-size: 18px;
    border-bottom: 1px solid #808080;
    padding-bottom: 15px;
    margin-top: 10px;
}

.main_down_left ul{
	margin-top: 10px;
}

.main_down_left ul li {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    text-indent: 5px;
    position: relative;
    text-indent: 15px;
}

.main_down_left ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000;
    display: table;
    float: left;
    position: absolute;
    top: 15px;
}

.main_down_right {
    width: 82%;
    display: table;
    float: right;
    table-layout: fixed;
    border-top: 1px solid #989898;
    padding-top: 25px;
}

/* 下载 */
.main_down_right ul li {
    width: 21.9%;
    float: left;
    margin: 0 16px;
    margin-bottom: 25px;
}

.main_down_right ul li span i {
    display: inline-block;
    font-style: normal;
    padding: 5px 0;
}


.main_down_right ul li span h5 a {
    color: #000;
    display: inline-block;
    margin-top: 5px;
    border-right: 1px solid #4a4a4a;
    padding: 0 10px;
    font-size: 16px;
}

.main_down_right ul li span h5 a:nth-child(2){
    border-right: none;
}


.main_down_right ul li .down_img{
	overflow: hidden;
	width: 100%;
}

.main_down_right ul li .down_img img{
	width: 100%;
}

.down_more {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    margin-bottom: 10px;
}


/* 关于我们 */
.main_right {
    width: 82%;
    display: table;
    float: right;
    table-layout: fixed;
}
.about_body{
	display: inline-block;
	width: 100%;
}

.about_body>ul>li {
    width: 22.66%;
    float: left;
    border: 1px solid #ddd;
    margin: 0 1% 1% 1%;
}

.about_body>ul>li .pic{
	overflow: hidden;
	width: 100%;
}
.about_body>ul>li .pic>img{
	max-width: 100%;
}
.about_body>ul>li span{
    display: table;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.about_top_title {
    display: inline-block;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 16px;
}


/*关于我们start*/

.about_bg{ position: fixed; width: 100%; height: 100%; top:0; left: 0;    background: url(../images/about_bg.jpg) no-repeat;background-size: cover;}

.about_content{ width: 100%; margin: 0 auto;}

.about_content h2,.about_content h3{ text-align: center; font-weight: bold; color: #000; }

.about_content h2 {
    font-size: 30px;
    margin-bottom: 22px;
	text-align: center;
	color:#332c2b;
}

.about_content h3{ font-size: 26px; margin-bottom: 60px;}

.about_content p{ font-size: 16px; line-height: 180%;text-align:center;width:100%;}

.about_content.history{ position: relative;}

/*大事记start*/

.event_box {
    width: 70%;
    margin: 1% auto 0;
    position: relative;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 180px;
    position: absolute;
    z-index: 9999999999;
}

.parHd:after {
    content: "";
    clear: both;
    width: 760px;
    height: 1px;
    background: #848484;
    position: absolute;
    z-index: 0;
    top: 25px;
    margin-left: -380px;
    left: 50%;
}

.parHd  ul{ width: 100%; text-align: center; margin: 0 auto; padding-top: 25px !important;}

.parHd .tempWrap{ margin: 0 auto;}

.parHd .tempWrap:after {
    content: '';
    width: 85%;
    height: 1px;
    background: #a5a5a5;
    position: absolute;
    /* top: 33%; */
    /* right: -140%; */
    right: 8%;
    top: 32%;
    /* margin-top: -0.5px; */
    z-index: 10;
}
.parHd .tempWrap ul li{}


/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/ 

.parHd li.no_line:before{ display: none;}

.parHd .act span {
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    background: url(../images/dot_ico1.png) no-repeat;
    position: absolute;
    top: -12px;
    left: 6px;
    z-index: 21;
}

.parHd li{  display: inline-block; cursor: pointer; padding-top: 30px; font-size: 16px;margin:0 30px; position: relative; }

.parHd li:after{ content: ''; background: url(../images/dot_ico.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}

.parHd li:hover:after{ content: ''; background: url(../images/dot_ico1.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}

.parBd{ text-align: center; margin-top: 45px;position: relative;width: 100%;margin:0 auto;}

.parBd h4 {
    position: relative;
    font-size: 34px;
    margin-bottom: 1%;
    padding: 0 60px;
    display: inline-block;
    text-align: center;
}

.parBd h4:after{ content:''; background: #000; width: 100px; height: 1px; position: absolute; left: -100px; bottom: 12px;}

.parBd h4:before{ content:''; background:#000; width: 100px; height: 1px; position: absolute; right: -100px; bottom: 12px;}

.parBd p{ line-height: 180%; font-size: 16px; width: 83%; margin: 0 auto;}

.parBd:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
    pointer-events:none;
}


div#listBox {

    width: 100%;

}

.tubiao{
    width: 50px;
    margin-left: 170px;
    table-layout: fixed;
    animation: myfirst 2s infinite;
    margin: 0 auto;
    padding-top:98px;
}

 /*@keyframes myfirst {  0% {transform: translate(0px, 0px);}   50% {transform: translate(0px, -10px);} 100% { transform: translate(0px, 0px);}}  */

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



.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 10px;}

.sPrev{ left: 0;}

.sNext{ right: 0;}

.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
     }


.about_text_time {
    display: table;
    width: 90%;
    margin: 45px auto;
}

.fazhan {
    display: inline-block;
    width: 100%;
    background-size: cover;
    border-bottom: 1px solid #6d6d6d;
    position: relative;
}


.fazhan:after {
    content: "";
    position: absolute;
    top: 0;
    background: #d2d2d2;
    height: 452px;
    width: 100%;
    z-index: -5;
}


/*内页*/
.more_por{
    display: table;
    padding:14px 25px;
    font-size: 14px;
    text-align: center;
}


.main_video{
    display: inline-block;
    width: 100%;
}

.main_video ul li{
    width: 30%;
    margin:1%;
    float: left;
}

.main_video ul li span {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: table;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.yidong {
    position: absolute;
    top: 40%;
    width: 59%;
    text-align: left;
    margin-left: 38%;
}





.lanrenzhijia{ width:450px; height:auto; margin:0 auto; overflow:hidden;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ background:url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;max-width: auto;width: 100%;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview {
    border: 1px solid #DFDFDF;
    margin-bottom: 5px;
    display: table;
}
.spec-scroll{clear:both;margin-top:5px;width:450px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}









        .slideTxtBox{ width:450px; border:1px solid #ddd; text-align:left;  }
        .slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }
        .slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
        .slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
        .slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
        .slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
        .slideTxtBox .bd li{ height:24px; line-height:24px;   }
        .slideTxtBox .bd li .date{ float:right; color:#999;  }

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
        .slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
             cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
        .slideTxtBox .arrow .next{ background-position:0 -50px;  }
        .slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
        .slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }















.overflow-hide {
    overflow: hidden
}
.col-sm-3 {
    width: 25%;
    float: left;
    position: relative
}
.pavilion-container {
    padding-bottom: 50px;
    background: url(../images/yanxuanguan_bg.png);
    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
}
.pavilion-container .pavilion-inner .tabs li {
    float: left;
    padding: 0 21px;
    border: 1px solid #c9a467;
    border-radius: 2px;
    line-height: 36px;
    font-size: 16px;
    color: #c9a467;
    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: #c9a467;
    color: #1c1f36
}
.pavilion-container .pavilion-inner .tabs li .hot-icon {
    width: 18px;
    height: 24px;
    background: url(../images/marketplace-selected-fire-leave.svg);
    margin-right: 10px;
    background-repeat: no-repeat
}
.pavilion-container .pavilion-inner .tabs li.on .hot-icon {
    background: url(../images/marketplace-selected-fire.svg)
}
.pavilion-container .pavilion-inner .tabs li>span {
    display: inline-block;
    vertical-align: middle
}


.tabs {
    background: #ededed;
    background: linear-gradient(#efefef,#e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#e1e1e1',GradientType=0);
    margin-bottom: 20px !important;
    display: table;
    width: 100%;
    position: relative;
}
.tabs dl {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
    clear: both;
    width: 98%;
    margin: 0 auto;
}
.tabs dl dd{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs dl>dd>a {
    padding: 0 30px;
    display: block;
    color: #333;
    height: 40px;
    position: relative;
    line-height: 40px;
    font-size: 15px;
}
.tabs .active>a{
    background: #fff;
    font-family: "Grotesk medium";
    height: 40px;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    margin-left: -2px;
}
.active .pro_ny_class{
    display: inline-block;
}


/*tab内容*/
.pavilion-container .tab-content-wrap {
    position: relative;
    margin-top: 40px;
}

.pavilion-container .tab-content {
    position: static;
    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;
}
/*大卡片*/
.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-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
}
/*查看全部*/
.pavilion-container .view-go {
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center
}
.pavilion-container .view-go a span.arrow-more {
    display: inline-block;
    vertical-align: middle
}
.pavilion-container .view-go a span.arrow-f {
    width: 13px;
    height: 13px;
    background: url(../images/marketplace-selected-arrow1.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
}
.pavilion-container .view-go a:hover {
    color: #c9a467
}
.pavilion-container .view-go a:hover span.arrow-f {
    transform: translate(4px, 0);
    background: url(../images/marketplace-selected-arrow2.svg)
}




.ny_class_ny {
    height: 40px;
    line-height: 40px;
}

.ny_class_ny ul li {
    display: inline-block;
    float: left;
    margin: 0px 14px;
}

.ny_class_ny ul li h3{
    font-size: 14px;
    line-height: 40px;
}

.ny_class_ny ul li h3 a {
    color: #0099e0;
}

.ny_class_title {
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-left: 14px;
    font-size: 14px;
}

.ny_class_title i {
    margin-left: 10px;
}

.m_b {
    margin-bottom: -20px!important;
}



.wenben{
    display: inline-block;
    font-style: normal;
    float: left;
    margin-top: 9px;
    margin-right: 10px;
}




/*表单*/
.Non-standard-form{
    display: inline-block;
    width: 100%;
    border-top:1px solid #484848;
}
.table-bg{
		width: 90%;
		margin:0 auto;
		margin-top:20px;
	}

.table-bg tr,td{
		border:1px solid #000;
		height: 30px;
		line-height: 30px;
	}
input{
    outline:none
}
.input_name {
    width: 24.3%;
    float: left;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
}

.input_name span {
    font-weight: initial;
    display: inline-block;
    margin-right: 10px;
}

.input_name input {
    border: 0;
    border-bottom: 1px solid #000;
    width: 60%;
    font-weight: normal;
}

input {
    line-height: normal;
}

.table-bg tr td {
    padding: 8px 6px;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.table-bg tr td .input_Workpiece{
	line-height: 50px;
	border:0;
}

.table-bg tr td font {
    font-weight: initial;
    display: table;
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
}

.table-bg tr td:nth-child(1){
	width: 10%;
	text-align: center;
}

.table-bg tr td:nth-child(2){
	width: 10%;
	text-align: center;
}

.table-bg tr td:nth-child(3){
	width: 20%;
	text-align: center;
}

.table-bg tr td:nth-child(4){
	width: 25%;
	text-align: center;
}

.table-bg tr:nth-child(2) td:nth-child(5) {
    width: 35%;
    padding: 0 5px;
}

.table-bg tr:nth-child(3) td:nth-child(5){
	width: 120px;
}


.table-bg tr td .input-d {
    display: block;
    width: 22%;
    float: left;
    margin-right: 8px;
}

.table-bg tr td .input-d input {
    display: block;
    float: left;
    margin-top: 3px;
}

.table-bg tr td .input-d .input {
    width: 45%;
    float: right;
    margin-top: 0px;
}

.table-bg tr td .input_Coating {
    display: table;
    text-align: left;
    float: left;
}

.input_input{
	float: left;
}

.input_input input {
    margin-top: 12px;
    height: 35px;
    width: 100%;
    margin-left: 18px;
    border: 0;
    border-bottom: 2px solid #000;
}

.Spiral {
    display: table;
    float: left;
    margin-right: 10px;
}

.Spiral-input {
    float: left;
    margin-top: 20px!important;
}

.flute{
	display: table;width: 60%;
	float: left;
}

.flute span {
    display: block;
    float: left;
    margin-right: 12px;
}

.flute-input {
    display: block;
    float: left;
    width: 40%;
}

.flute-input input {
    width: 50%;
    margin-left: 5px;
}

.spuare {
    display: block;
    width: 55%;
    float: left;
}

.radius {
    display: block;
    width: 20%;
    float: left;
}

.radius-input {
    display: block;
    width: 80%;
    float: left;
    border: 0;
    border-bottom: 1px solid #000;
}

p{
	display:block;
}

.Processing {
    display: inline-block;
    margin-right: 4px;
    float: left;
    width: 16%;
}

.Processing i{
	font-style: normal;
}

.Processing-input{
	margin-top: 5px;
	margin-left: 5px;
}

.Processing span{
	display: block;
	width: 55%;
	float: left;
}

.Processing span p {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: normal;
    line-height: initial;
}
input[type=checkbox], input[type=radio]{
	margin:auto;
}
.Processing-input {
    padding: 7px;
    float: left;
    margin-top: 8px!important;
    margin-left: 3px!important;
    border: 0;
    border-bottom: 2px solid #000;
}

.bottom{
	padding:5px 30px;margin:0 auto;display:block;margin-top:20px;
}

.padding-5{
	padding:5px;
}

.width{
	width: 25%;
}

.Processing-widht{
width:20%;margin-bottom: 14px;
}


.width56{
width:56%;padding: 0px;margin-top: 2px!important;
}



#newBridge .icon-right-center{
    top:70%!important;
}


}


@media screen and (min-width:1300px) {
.header_top .container {
    width: 1300px;
}

.header_body .container {
    width: 1300px;
    min-width:1200px;
}

.nav_bg .container {
    width: 1300px;
}

.navbar-nav>li {
    float: left;
    margin: 0 26px;
}

.main .container{
    width: 1300px;
}

.fazhan .container{
    width: 1300px;	
}



.center{
    left: 42%;
}
.main_bogy_case h2 {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    font-size: 26px;
}


.pro_more{
    display: table;
    padding: 8px 35px;
    margin: 0 auto;
    font-size: 14px;
    background: #0994dc;
    margin-top: 20px;
    border-radius: 20px;
    color:#fff;
}
.pro_more a{

}

.font {
    display: inline-block;
    padding: 0;
    position: fixed;
    top: 25%;
    left: 35%;
    width: 26%;
    z-index: 999999;
    border: 1px solid #0099e0;
    display: none;
    background:#fff;
}


.font h3 {
    font-size: 18px;
    width: 97%;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    text-indent: 4px;
    color: #0099e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0099e0;
}

.vclose1_bt{
    cursor: pointer;
}

.pavilion-container .container{
    width: 1300px;  
}


}


@media screen and (min-width:1400px) {
.header_top .container {
    width: 1400px;
}

.header_body .container {
    width: 1400px;
    min-width:1200px;
}

.nav_bg .container {
    width: 1400px;
}

.main .container{
	width: 1400px;
}
.navbar-nav>li {
    float: left;
    margin: 0 33px;
}
.fazhan .container{
	width: 1400px;
}

.header_top .container {
    width: 1400px;
}

.pavilion-container .container{
    width: 1400px;  
}



}

@media screen and (min-width:1600px) {
	
.service .container {
    width: 100%;
    max-width: 1600px;
}

.new_bg .container {
    width: 100%;
    max-width: 1600px;
    padding:0;
}

.main .container{
    width: 100%;
    max-width: 1600px;
}

.nav_bg .container {
    width: 100%;
    max-width: 1600px;
}
.header_body .container{
    width: 100%;
    max-width: 1600px;
    min-width:1200px;
}

.fazhan .container{
    width: 100%;
    max-width: 1600px;
}

.header_top .container {
    width: 100%;
    max-width: 1600px;
}

.pavilion-container .container {
    max-width: 1600px;
    width: 100%;
    padding: 0;
}



.vtit_bg{
    font-size: 16px;
    line-height: 55px;
    color: #000;
    letter-spacing: 3px;
    cursor: pointer;
}


.pox {
    position: fixed!important;
    left: 38%!important;
    top: 22%!important;
}


}

@media screen and (max-width:1199px) {
 .videos {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    border: 1px solid #0099e0;
    overflow: hidden;
}
.videolist:hover {
    cursor: pointer;
}
.videoed {
    display:none;
    width:50px;
    height:50px;
    position: absolute;
    left:45%;
    top:45%;
    z-index:99;
    border-radius:100%;
}
.videos {
    display:none;
    position:fixed;
    left:0;
    top:0%;
    z-index:100;
    width:100%;
    height:100%;
}
.videos video {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: rgba(0,0,0,0.5);
}
.vclose {
    position: absolute;
    right: 3%;
    bottom: 8%;
    border-radius: 100%;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: table;
}
.vtit {
    font-size: 30px;
    color: #0099e0;
}



.container{width: 1200px;}

/*抬头*/
.header_top {
    display: inline-block;
    width: 100%;
    height: 38px;
    background: #332c2b;
    border-bottom: 1px solid #f5f5f5;
    min-width:1200px;
}

.header_top .container{
    width: 1200px;
}

.header_top span:nth-child(1) {
    display: inline-block;
    float: left;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
}

.header_top span:nth-child(1) i{
    margin-right:5px;
}

.header_top span:nth-child(2) {
    display: inline-block;
    float: left;
    line-height: 38px;
    color: #fff;
    float: right;
    font-size: 14px;
}

.header_top span:nth-child(2) a {
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 12px;
    font-size: 12px;
}

.header_top span:nth-child(2) a:after {
    content: "*";
    display: inline-block;
    margin: 0 10px;
    position: absolute;
    top: 4px;
}

.header_top span:nth-child(2) i{
    margin-right: 5px;
}


.header_body {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    padding-top: 16px;
}

.header_body .container{
    width: 1200px;
    min-width:1200px;
}

.header_body .logo {
    display: table;
    float: left;
    width: 220px;
    margin-top: 16px;
    table-layout: fixed;
}
.header_body .logo img{
    max-width: 100%;
}

.header_body .logo a span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 8px;
    text-align: center;
    color: #0099e0;
	font-weight: bold;
}


/*导航栏*/
.nav_bg {
    display: table;
    width: 100%;
    background: #fff;
	border-bottom:1px solid #ddd;
	margin-bottom:1px;
}

.nav_bg .container{
    width: 1200px;
}

.main .container{
    width: 1200px;	
}

.navbar-default {
    background-color:#fff;
    border-color: #e7e7e7;
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: initial;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>a:nth-child(1){
    padding-left: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    padding-left: 0;
}
.navbar-nav>li {
    float: left;
    margin: 0 20px;
}
.navbar-nav>li:nth-child(1){
    margin-left: 0px;
}


.navbar-nav>li:hover>a{
    color: #0099e0;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color:#dab96b;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color:#e6213a;
    background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #0099e0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #000;
    white-space: nowrap;
    font-size: 13px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #000;
    text-decoration: none;
    background-color: #ffce76;
}

.navbar-nav .active {
    background: #dab96b;

}


.header_right {
    width: 480px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    float: right;
    margin-top: 3px;
}

.header_right .hr_text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-top: -8px;
}

.header_right .hr_text p {
    color:#0099e0;
    font-size: 18px;
    text-align: right;
    margin-right: 20px;
}

.header_right .hr_text p+p {
    font-size: 22px;
    font-weight: normal;
    color:#000;
}

.header_right .hr_text span {
    font-size: 16px;
    display: table;
    width: 100%;
    text-align: center;
    color: #000;
}

.header_right .hr_img {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 45px;
    table-layout: fixed;
}

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

.header_body .logo_text {
    display: inline-block;
    float: left;
    padding-left: 135px;
    margin-left: 6px;
    height: 63px;
}

.header_body .logo_text span {
    display: table;
    font-size: 26px;
    font-weight: bold;
    color: #0067ae;
}

.header_body .logo_text font{
    font-size: 14px;
    color: #a5a5a5;
    line-height: 30px;
}

/*搜索*/
.search-form {
    display: inline-block;
    float: right;
}

#searchForm {
    width: 475px;
    line-height: 38px;
    height: 38px;
    z-index: 99;
    position: relative;
    margin-top: 0px;
    border: 1px solid #ddd;
    margin-top: 22px;
}

#searchForm .search-input {
    vertical-align: middle;
    height: 31px;
    background: none;
    line-height: 31px;
    margin-top: -4px;
    color: #666;
    border-radius: 5px;
    padding-left: 12px;
    outline: none;
    border: none;
    width: 438px;
    font-size: 14px;
}

.logo_text #s_btn {
    width: 36px;
    height: 32px;
    background: none;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: -7px;
    display: inline-block;
    margin-top: 1px;
    vertical-align: top;
	background:url(../images/sou.jpg) no-repeat center;
}


.dropdown-menu ul li{
    position: relative;
}
.menu_body{
    position: absolute;
    left: 0;
}

.sou_re {
    width: 100%;
    display: table;
    margin-top: 3px;
}

.sou_re .sou_re_left {
    display: table;
    float: left;
    line-height: 35px;
    font-size: 15px;
    font-weight: 500;
}

.sou_re_body {
	display: table;
	float: left;
}

.sou_re_body a {
    line-height: 35px;
    font-size: 14px;
    margin: 0 10px;
}

/*幻灯片*/
.dowebok { margin: 0 auto;overflow: hidden;padding-bottom: 35px;}
.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: -30px;}
.swiper-pagination-bullet { width: 20px; height: 15px; margin: 0 12px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 20px; background-color: #fff; opacity: 1;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color:#332c2b;}
.swiper-pagination {
    height: 45px;
    width: 100%;
    background: #ddd;
    padding-top: 7px;
}

/*关键词*/
.search {
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #f9f9f9;
    box-shadow: 1px 1px 10px #d0d0d0;
}

.search-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.search-keywords {
    font-size: 18px;
    color: #333;
    display: inline-block;
}
.search-keywords .wb {
    display: inline-block;
    vertical-align: top;
}

.search-keywords .wb > span {
    color: #fff;
    font-size: 15px;
    background: #0067ae;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    width: 100px;
    margin-right: 30px;
    font-weight: bold;
}
.search-keywords .wb > a {
    color: #666;
    font-size: 14px;
    margin-right: 30px;
}

/* 服务选择 */
.service {
    display: table;
    width: 100%;
    padding: 45px 0;
    padding-bottom: 35px;
    padding-top: 8px;
    min-width:1200px;
}

.service .service_top {
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-indent: 10px;
}

.service .service_top span{
	font-size: 24px;
}

.service .container {
    width: 96%;
}

.service_body ul li span {
    position: absolute;
    top: 70px;
    left: 30px;
}

.service_body ul li:nth-child(1){
	background:url(../images/s2.jpg) no-repeat center;
	background-size: cover;
}

.service_body ul li:nth-child(2) {
    background: url(../images/s1.jpg) no-repeat center;
	background-size: cover;
}

.service_body ul li:nth-child(3) {
    background: url(../images/s3.jpg) no-repeat center;
	background-size: cover;
}

.service_body ul li:nth-child(4) {
    background: url(../images/s4.jpg) no-repeat center;
	background-size: cover;
}

.service_body ul li span h4 {
    color:#fff;
    font-size: 24px;
}


.service_body ul li span p{
	font-size: 14px;
}

.service_body ul li span p a {
    color:#fff;
    font-size: 16px;
    margin-top: 10px;
    display: table;
}

.service_body{
	display: inline-block;
	width: 100%;
}

.service_body ul{
	display: inline-block;
	width: 100%;
}
.service_body ul li {
    width: 49%;
    margin: 0.5%;
    float: left;
    height: 170px;
    position: relative;
    background: #ddd;
}

/* 广告 */
.gg{
	width: 100%;
	background:url(../images/bg4.jpg) no-repeat center;
	height: 150px;
	min-width:1200px;
}
.gg h2 {
    font-size: 24px;
    color:#fff;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    text-indent:75px;
}
.gg p {
    color: #ddd;
    font-size: 16px;
    margin-top: 10px;
    width:100%;
    text-indent:75px;
}

.gg p a{
	color:#fff;
}



.link {
    height: 58px;
    background: #e1e1e1;
    overflow: hidden;
    line-height: 58px;
    min-width:1200px;
}
.link h2 {
    width: 75px;
    float: left;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    line-height: 60px;
    font-weight: bold;
}
.link p {
    width: 965px;
    float: left;
    overflow: hidden;
    font-size: 14px;
    color: #6a6a6a;
}
.link p a {
    display: inline-block;
    padding: 0 16px;
    color: #6a6a6a;
}


/* 最新资讯 */
.new_bg{
	width: 100%;
	padding:30px 0;
	min-width:1200px;
}
.new_bg .container {
    width: 96%;
}


.new_bg .new_top{
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 0px;
    text-indent: 10px;
    display: table;
}


.new_bg .new_top span{
    font-size: 24px;
    float: left;
}

.new_bg .new_body ul li {
    width: 24%;
    float: left;
    margin: 0.5%;
    padding: 6px;
    border: 1px solid #e8e8e8;
}

.new_bg .new_body .new_img{
	width: 100%;
	overflow: hidden;
	table-layout: fixed;
	border:1px solid #ddd;
}
.new_bg .new_body .new_img img{
	width: 100%;
}

.new_title h4 {
    font-size: 18px;
    padding: 15px 0;
    padding-bottom: 8px;
    text-align: center;
}

.new_time {
    font-size: 14px;
    padding: 3px 0;
    color: #b3b3b3;
}
.new_bq {
    font-size: 15px;
    padding: 3px 0;
    color: #4e4e4e;
    margin-bottom: 4px;
}
.new_bq i {
    margin-right: 8px;
}

.new__text {
    font-size: 14px;
    line-height: 25px;
    color: #868686;
}

.new__more{
	font-size: 14px;
	text-align: right;
}

/*版权所有*/
.footer {
    background:#332c2b;
    width: 100%;
    position: relative;
	margin-top: -5px;
	min-width:1200px;
}

.footer .footer-content .li h5 {
    font-size: 18px;
    color:#fff;
}

.footer .footer-content .li h5 a{
    color:#fff;
}

.footer .footer-content .li {
    width: 13%;
    float: left;
}
.footer .footer-content .width20{
	width: 20%;
}

.footer .footer-content {
    margin: 0 auto;
    padding: 60px 0 25px;
    padding-top: 30px;
}

.footer .footer-content .li li {
    line-height: 30px;
    color:#fff;
    font-size: 14px;
    margin-bottom: 5px;
}


.footer .footer-content .li ul {
    margin-top: 20px;
}

.footer .footer-content .li li a {
    color:#fff;
    font-size: 14px;
}

.footer .footer-content .code {
    width: 10%;
    float: right;
}

.footer .footer-content .code h3 {
    font-size: 18px;
    color:#fff;
}

.footer .footer-bot {
    line-height: 60px;
    font-size: 14px;
    border-top: 1px solid #504846;
    color:#fff;
    text-align: center;
    background: #332c2b;
}

.footer .footer-bot a{
    color:#fff;
}

.footer .footer-content .code img {
    width: 100%;
}

.code_img{
    margin-top: 20px;
}




.case_bg {
    display: inline-block;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 18px;
}

.case_bg .case_top{

}

.case_bg .case_top span {
    height: 55px;
    font-size: 25px;
    font-weight: normal;
    line-height: 55px;
    font-weight: bold;
}

.case_bg .case_top i {
    display: block;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 27px;
    float: right;
    font-size: 16px;
    font-style: normal;
    padding: 5px 0;
    padding-left: 27px;
    margin-top: 16px;
    color: #ddd;
}


/*应用案例*/

.solution {
    display: inline-block;
    padding: 12px 0;
    width: 100%;
    background: url(../images/jjBg.jpg) no-repeat center;
    padding-bottom: 60px;
}

.solution_top{
    display: inline-block;
    width: 100%;
}

.solution_top span {
    height: 55px;
    font-size: 25px;
    font-weight: normal;
    line-height: 55px;
    font-weight: bold;
}

.solution_top i {
    display: block;
    padding-left: 27px;
    float: right;
    font-size: 16px;
    font-style: normal;
    padding: 5px 0;
    padding-left: 27px;
    margin-top: 16px;
    color: #ddd;
}


.solution_body {
    display: table;
    width: 100%;
}

.solution_body ul li {
    display: inline-block;
    width: 24%;
    border: 1px solid #ddd;
    float: left;
    margin: 0.5%;
    background: #fff;
}

.solution_body ul li .img{
    overflow: hidden;
    width: 100%;
}

.solution_body ul li .img img {
    max-width: 93.5%;
    margin: 10px;
    border: 1px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.solution_body ul li h5 {
    font-size: 15px;
    text-align: center;
    width: 95%;
    display: table;
    margin: 0 auto;
    color: #848484;
}

.solution_body ul li span {
    border: 1px solid #ddd;
    padding: 6px 5px;
    display: table;
    font-size: 12px;
    margin: 12px auto;
    width: 110px;
    text-align: center;
    background: #0994dc;
    color: #fff;
    border-radius: 5px;
}

.solution_top{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 14px;
}
.solution_top h2 {
    font-size: 30px;
    font-weight: bold;
    color: #444;
}

.solution_top h2 font {
    color: #0067ae;
}

.solution_top p {
    color: #444;
    font-size: 16px;
    padding-top: 10px;
}

/*查看更多*/
.solution_more {
    display: table;
    width: 180px;
    line-height: 38px;
    text-align: center;
    background: #0994dc;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff;
    margin-top: 24px;
}

.solution_more a{
    color:#fff;
    font-size: 14px;
}

/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;top:40%;width:70px;height:240px;z-index: 9999999999999;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#332c2b;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#e6213a;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#dab96b;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:225px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .dd{display:none;width:380px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .dd .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:2px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
.qrcode-img img {
    width: 60%;
    display: table;
    margin: 0 auto;
    margin-top: 18px;
}

.suspension .d-service1 {
    display: none;
    top: -170px;
	padding:10px 0;
}

.suspension .d-service1 h3 {
    font-size: 18px;
    width: 90%;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    text-indent: 4px;
    color:#332c2b;
}


.hza {
    background: #fff;
    padding: 10px;
    color: #929292;
}

.hza span {
    display: table;
    width: 100%;
    float: right;
    margin-top: 1px;
}

.hza span i{
	color:red;
	display: inline-block;
	margin-right: 5px;
}
.hza>form>i {
    display: table;
    float: left;
    margin-right: 5px;
    line-height: 40px;
    color: red;
}

input[type="file"] {
    display: block;
    margin-top: 3px;
}


.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}

.soka {
    width: 94%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 6px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 35px;
    margin-right: 5px;
    box-shadow: inset 1px 1px 5px #f7f7f7;
}
.sokb {
    height: 80px;
    border: 1px solid #D8D8D8;
    line-height: 25px;
    margin-bottom: 6px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 93%;
    color: #757575;
    margin-left: 0px;
    margin-top: 4px;
    margin-right: 10px;
}
.tj {
    display: inline-block;
    width: 80px;
    line-height: 30px;
    height: 30px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 12px;
    margin-left: 50px;
    border:0;
}
.sokb input:first-letter{
	color:red;
}

.service_bg {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #504846;
    padding-top: 25px;
    background: #332c2b;
}

.service_bg ul li {
    width: 25%;
    float: left;
}

.service_bg ul li span{
    width: 24%;
    float: left;
    display: table;
}
.service_bg ul li span img{
    max-width: 100%;
}
.service_bg ul li div {
    display: table;
    float: left;
    margin-left: 8px;
    width: 55%;
    margin-top: 6px;
}
.service_bg ul li div h3{
    font-size: 20px;
    color:#fff;
}

.service_bg ul li div p {
    font-size: 11px;
    line-height: 21px;
    margin-top: 5px;
    color:#fff;
}







.overflow-hide {
    overflow: hidden
}
.col-sm-3 {
    width: 25%;
    float: left;
    position: relative
}
.pavilion-container {
    padding-bottom: 30px;
    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;
    border-bottom: 1px solid #ddd;
}
.pavilion-container .pavilion-inner .tabs li {
    float: left;
    padding: 0 21px;
    border-radius: 2px;
    line-height: 36px;
    font-size: 16px;
    color: #0165b0;
    letter-spacing: .35px;
    text-align: center;
    background: #0165b0;
}
.pavilion-container .pavilion-inner .tabs li {
    margin-left: 21.2667px;
    cursor: pointer
}
.pavilion-container .pavilion-inner .tabs li a{
    color:#fff;
}

.pavilion-container .pavilion-inner .tabs li:first-child {
    margin-left: 0
}
.pavilion-container .pavilion-inner .tabs li.on {
    background: #c9a467;
    color: #1c1f36
}
.pavilion-container .pavilion-inner .tabs li.on a{
    color:#fff;
}

.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;
    min-height: 190px
}
.pavilion-container .tab-content {
    position: relative;
    transition: all .7s linear;
    opacity: 0;
    z-index: -1;
    height: 0;
    width: 1300px;
}
.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
}
/*查看全部*/
.pavilion-container .view-go {
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center
}
.pavilion-container .view-go a span.arrow-more {
    display: inline-block;
    vertical-align: middle
}
.pavilion-container .view-go a span.arrow-f {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    transition: .3s ease-out
}
.pavilion-container .view-go a:hover {
    color: #c9a467
}
.pavilion-container .view-go a:hover span.arrow-f {
    transform: translate(4px, 0);
}


/* 本例子css */
.txtScroll-top{ width:450px;  overflow:hidden;  }
.txtScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
             cursor:pointer; background:url("images/icoUp.gif") no-repeat;}
.txtScroll-top .hd .next{ background:url("images/icoDown.gif") no-repeat;  }
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{ padding:8px;  }
.txtScroll-top .infoList li{ height:24px; line-height:24px;font-size: 14px;}
.txtScroll-top .infoList li a{color:#332c2b;}
.txtScroll-top .infoList li .date{ float:right; color:#999;font-style: normal;}


/* 内页 */
.main {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}

.ny_banner {
	overflow: hidden;
}

.ny_banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.main_body_top{
	display: inline-block;
	height: 35px;
	line-height: 35px;
}
.main_body_top a{
	font-size: 14px;
	display: inline-block;
	margin:0 3px;
}

.main_pro_left{
	width: 48%;
	float: left;
}

.main_pro_right{
	width: 48%;
	float: right;
}

.main_pro_details{
	display: inline-block;
	width: 100%;
	margin-top: 18px;
}

.main_pro_left{
	display: inline-block;
	font-size: 14px;
}

.main_pro_left span {
    font-size: 14px;
    line-height: 28px;
}

.main_pro_left h2 {
    font-size: 30px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.main_bt{
    display: table;
    padding: 8px 20px;
    background: #ddd;
    margin-top: 18px;
}

.main_bogy_case ul li {
    display: inline-block;
    float: left;
    margin: 1.75%;
    width: 21.9%;
}

.main_bogy_case {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.main_bogy_case ul li:nth-child(4n+1){
	margin-left: 0;
}

.main_bogy_case ul li:last-child{
/*	margin-right: 0;*/
}

.main_bogy_case ul li .img {
    width: 100%;
    overflow: hidden;
    table-layout: fixed;
}

.main_bogy_case ul li .img img {
    max-width: 100%;
    width: 100%;
}
.main_case{
    width: 300px;
}

.main_case h3 {
    font-size: 16px;
    padding: 14px 0;
	color:#000;
}

.main_case h3 a{
	color:#000;
}

.main_case>a {
    color: #0099e0;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.main_case span {
    font-size: 13px;
    line-height: 22px;
	color:#000;
}

.pro_class_top {
    background: #ededed;
    background: linear-gradient(#efefef,#e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#e1e1e1',GradientType=0);
    margin-bottom: 20px !important;
    display: table;
    width: 100%;
}

.pro_class_top dl {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
    clear: both;
    width: 98%;
    margin: 0 auto;
}

 .pro_class_top dl dd{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.pro_ny_class {
    display: table;
    min-width: 100%;
    position: absolute;
    top: 40px;
    left: -2px;
    border: 1px solid #f5f5f5;
    background-color: rgba(255,255,255,0.9);
    border-radius: 0px 0px 1px 1px;
    border-top: none;
    display: none;
    z-index: 99;
}

.pro_ny_class ul {
    padding: 0;
    display: table;
    width: 100%;
    padding-top: 0;
    border-bottom: 1px solid #bfbfbf;
}

.tabs dl dd ul li {
    display: inline-block;
    float: left;
    position: relative;
    padding: 0px 10px;
    border-right: 1px solid #565656;
    margin: 10px 0;
}
.tabs dl dd ul li a{
    color:#333;
}


.tabs dl dd ul li:hover a{
    color:#e6213a;
}

.tabs dl dd:hover .pro_ny_class{
    display: inline-block;

}

.pro_class_top ul li h3 {
    font-size: 13px;
    line-height: 30px;
    color: #0099e0;
    display: table;
    width: 100%;
    text-align: center;
}

.pro_class_top ul li h3:hover{

}
.pro_class_top ul li h3:hover>a{
    color:#fff;
}
.pro_class_top ul li h3 .pro_p p:hover{
    display: inline-block;
    width: 100%;
    background: #0099e0;
}

.pro_class_top ul li h3 .pro_p p:hover a{
    color:#fff;
}


.pro_p {
    display: none;
    position: absolute;
    left: 120px;
    width: 130px;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    border: 1px solid #e0e0e0;
    border-left: none;
}

.pro_ny_class ul li h3:hover .pro_p{
    display: inline-block;
}

/*.pro_ny_class ul li h3:hover {*/
/*    background: #f3f3f3;*/
/*}*/

.pro_ny_class ul li h3:hover>a {
    color: #0099e0;
}

.pro_ny_class ul li h3 .pro_p p:hover{
        background: #0099e0;
}
.pro_ny_class ul li h3 .pro_p p:hover a{
    color:#fff;
}

.pro_ny_class ul li h3 a {
    color: #0099e0;
    font-size: 12px;
    text-align: center;
    width: 100%;
    display: table;
    padding: 3px 12px;
    margin: 1px 0;
}


.pro_ny_class ul li p {
    display: inline-block;
    padding: 0px 0;
    width: 100%;
    float: left;
}

.pro_class_top>dl>dd>a {
    padding: 0 30px;
    display: block;
    color: #333;
    height: 40px;
    border-right: 1px solid #d4d4d4;
    position: relative;
    line-height: 40px;
    font-size: 15px;
}

.pro_class_top dl dd a.active {
    background: #fff;
    font-family: "Grotesk medium";
    height: 40px;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    margin-left: -2px;
}
.text_more{
	display: inline-block;
	padding:10px 20px;
	color:#ddd;
}

.tab-content .img {
    width: 52.4%;
    float: left;
    height: 190px;
}

.tab-content .img img{
	width: 100%;
	float: left;
	height: 100%;
}

.tab-content ul li{
	width: 48%;
	float: left;
	float: left;
	margin:1%;
}

.tab-content .text {
    display: inline-block;
    width: 45%;
    float: right;
}

.tab-content .text h3 {
    font-size: 18px;
    padding: 14px 0;
}

.tab-content .text h3 a{
	color:#484848;
}

.tab-content .text span{
	font-size: 14px;
	line-height: 24px;
}

.tab-content ul{
    display:table;
    width: 100%;
    margin-bottom: 10px;

}

.text_more {
    display: table;
    padding: 10px 0px;
    color: #484848;
    font-size: 14px;
}

.rec_new {
    display: inline-block;
    width: 97%;
    margin-top: 8px;
    margin: 1%;
}

.rec_new h4 {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    padding: 10px 0;
}

.rec_new_top span {
    display: inline-block;
    width: 100%;
    font-size: 28px;
    margin-bottom: 0px;
}

.rec_new_body ul li {
    width: 23.4%;
    margin: 1%;
    float: left;
}

.rec_new_body ul li .img {
    overflow: hidden;
    max-width: 360px;
    height: 150px;
    width: 100%;
    border:1px solid #ddd;
}

.rec_new_body ul li .img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.rec_new_more {
    display: table;
    margin-top: 10px;
}

.recommend {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 30px;
    display: table;
}

.recommend h3{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.recommend span {
    display: table;
    padding: 8px 35px;
    margin: 0 auto;
    font-size: 14px;
    background:#332c2b;
    margin-top:20px;
    border-radius:20px;
}

.recommend span a{
	color:#fff;
}

/* 详情 */
.main_pro_title {
    width: 48%;
    float: LEFT;
}

.main_pro_img {
    float: LEFT;
    margin-right: 50px;
}

.main_pro_title h2 {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.main_pro_title span {
    font-size: 14px;
    line-height: 26px;
}

/*.main_pro_img img {
    max-width: 100%;
}*/

.main_pro_bt {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.main_pro_bt a {
    display: table;
    width: 38%;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    background:#332c2b;
    color: #fff;
    float: left;
    margin: 1%;
}

.product_top_b {
    display: inline-block;
    width: 100%;
    background: #ddd;
    height: 45px;
    margin-bottom: 30px;
}

.product_top_b span {
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    border-right: 1px solid #ddd;
    height: 45px;
    line-height: 45px;
    margin-left: 14px;
    border-top: 2px solid #332c2b;
}







.rec_new_body ul li:nth-child(4n+4){
	margin-right: 0;
}

.rec_new_body ul li:nth-child(4n+1){
	margin-left: 0;
}

.product_details {
    min-height: 150px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.product_details iframe{
    width:80%;
    display:table;
    margin:0 auto;
}

.product_details p{
    display:block;
}


/* 技术应用 */
.main_tech_title{
	display: inline-block;
	width: 100%;
}

.main_tech_title h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.main_tech_title span {
    font-size: 14px;
    line-height: 26px;
}

.tech_body{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.tech_body ul li {
    width: 24%;
    float: left;
    margin: 0.5%;
    margin-bottom: 1.5%;
}

.tech_body ul li .img{
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
}
.tech_body ul li .img img{
	max-width: 395px;
	float: left;
    width: 100%;
}
.tech_text{
    width: 100%;
}

.tech_text h5 {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    font-size: 17px;
    text-align: center;
}

.tech_text span {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #656565;
    line-height: 20px;
}

.tech-body{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
    margin-top:10px;
}


/* 广告 */
.add_bg {
    display: inline-block;
    width: 100%;
    background: url(../images/ban_bg.jpg) no-repeat center;
    height: 150px;
    background-size: cover;
    margin-top: 20px;
}

.add_bg h3 {
    display: inline-block;
    color: #f5f5f5;
    text-align: center;
    width: 100%;
    font-size: 28px;
    margin-top: 52px;
}

.add_bg p{
	display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.add_bg p a{
	color:#fff;
}

.rec_new_bg {
    display: inline-block;
    width: 100%;
    margin: 25px 0;
    margin-bottom: 0;
}

.rec_new_bg span {
    display:table;
    font-size: 22px;
}

.rec_new_bg ul li {
    width: 47.3%;
    padding: 10px 0;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    margin-right: 48px;
    text-indent: 16px;
}
.rec_new_bg ul li:nth-child(2n){
    margin-right: 0;
}

.rec_new_bg ul{
    display: inline-block;
    margin-top: 10px;
    width:100%;
}

.rec_new_bg ul li a {
    font-size: 14px;
}

.rec_new_bg ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #575757;
    position: absolute;
    top: 14px;
    left: 0px;
}

.main_tech_left ul{
	width:100%;
}

.main_tech_left h2 {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    background: #f5f5f5;
    padding: 10px 4px;
}

.main_tech_left ul li {
    width: 100%;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    text-indent: 5px;
    position: relative;
    height: 45px;
}
.main_tech_left ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main_tech_left ul li:after {
    content: ">";
    float: right;
    right: 10px;
    position: absolute;
    top: 0;

}


.main_tech_left{
    display: table;
    float: left;
	background-color: #fff;
	width: 16.666%;
}

.main_tech_right{
	width: 82%;
    display: table;
    float: right;
	table-layout: fixed;
}

.main_tech_right_img img{
	max-width: 100%;
}
.main_tech_right_top h3{
	font-size: 30px;
}

.main_tech_right_text {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

/* .top-style {
    display: inline-block;
    position: fixed;
    top: 25px;
}
 */


/* 本例子css*/
.slideBox {
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom: 20px;
    display: inline-block;
    margin:0 auto;
}
.slideBox .hd {
	height:15px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li {
	float:left;
	margin-right:2px;
	width:15px;
	height:15px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer;
}
.slideBox .hd ul li.on {
	background:#f00;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img {
	width:100%;
	height:230px;
	display:block;
}


.slideBox .prev,.slideBox .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	background:url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.slideBox .next {
	left:auto;
	right:3%;
	background-position:8px 5px;
}
.slideBox .prev:hover,.slideBox .next:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.slideBox .prevStop {
	display:none;
}
.slideBox .nextStop {
	display:none;
}


.slideBox_bg video {
    width: 100%;
    height: 1060px;
    margin-top: -255px;
}
.about_video video {
    margin-top: -300px;	
}


.slideBox_bg {
    overflow: hidden;
    height: 430px;
	margin-bottom: 20px;
	position: relative;
}
.gg_text {
    position: absolute;
    top: 195px;
    width: 100%;
    text-align: center;
}
.gg_text h2 {
    font-size: 30px;
    color: #0099e0;
}
.gg_text h2 a{
    color:#000;
}


.gg_text p{
	display: inline-block;
	line-height: 35px;
}
.gg_text p a{
	font-size: 16px;
	line-height: 55px;
	color: #fff;
	letter-spacing: 3px;	
    cursor: pointer;
}
.gg_text p a:hover{
    text-decoration:underline;
}

#video{
    margin-top:0px;
}







.index_bn_text {
    position: absolute;
    left: 9%;
    bottom: 62px;
}

.index_bn_text h2{
	font-size: 24px;
	color:#0099e0;
}

.index_bn_text p {
    font-size: 16px;
    line-height: 40px;
    color: #0099e0;
}

.index_bn_text p a{
	color:#fff;
}
.vtit a{
    color:#fff;
    font-size: 24px;
}
.index_bn_text a{
    color:#fff;
}



/* 案例 */
.main_case_top{
	
}

/* 应用案例 */
.main_case_top {
    display: inline-block;
    width: 100%;
    line-height: 24px;
}

.main_case_top h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.main_case_top span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.vtit_bg:hover{
    text-decoration: underline;
}


.main_case_class {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.main_case_class .img{
	overflow: hidden;
	width: 100%;
	table-layout: fixed;
}

.main_case_class .img img{
	display: inline-block;
	max-width: 100%;
}

.case_text{
	display: inline-block;
	width: 100%;
}

.case_text h4 {
    display: inline-block;
    font-size: 18px;
    width: 100%;
    padding: 2px 0;
    margin-top: 10px;
}

.case_text span {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    margin-top: 5px;
    color: #757575;
}

.case_text i{
	font-style: normal;
}
.case_text i a {
    font-size: 14px;
    margin-top: 5px;
    display: table;
}

.case_class{
	display: inline-block;
	margin-bottom: 30px;
}

/* 新闻中心 */
.main_new{
	display: inline-block;
	width: 100%;
}

.main_new ul li {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

.main_new ul li .new_img {
    width: 45%;
    float: left;
    table-layout: fixed;
    border: 1px solid #f1f1f1;
}

.main_new ul li .new_img img{
	max-width: 100%;
	
}

.new_text {
    width: 50%;
    float: left;
    display: table;
    margin-left: 18px;
    margin-top: 12px;
}

.main_new{
	margin-top: 20px;
}

.new_text h5 {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 18px;
}



.new_text span {
    display: inline-block;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}

.new_text i {
    display: inline-block;
    width: 100%;
    font-style: normal;
    font-size: 15px;
    margin-top: 10px;
}



.main_new_text{
	display: inline-block;
	width: 100%;
}
.main_new_text{
	width: 100%;
	display: inline-block;
}

.new_text_title h3 {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.new_text_time {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    color: #989898;
    letter-spacing: 2px;
}


.new_border {
    display: inline-block;
    height: 30px;
    border: 1px solid #ddd;
    box-shadow: inset 1px 1px 10px #ddd;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.new_text_text {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 14px;
}

.new_text_r {
    display: inline-block;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 8px 0;
}

.new_text_r a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.main_down_left {
    display: table;
    float: left;
    background-color: #fff;
    width: 16.666%;
    background: #ddd;
    padding: 10px;
}

.main_down_left h2 {
    font-size: 18px;
    border-bottom: 1px solid #808080;
    padding-bottom: 15px;
    margin-top: 10px;
}

.main_down_left ul{
	margin-top: 10px;
}

.main_down_left ul li {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    text-indent: 5px;
    position: relative;
    text-indent: 15px;
}

.main_down_left ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #000;
    display: table;
    float: left;
    position: absolute;
    top: 15px;
}

.main_down_right {
    width: 82%;
    display: table;
    float: right;
    table-layout: fixed;
    border-top: 1px solid #989898;
    padding-top: 25px;
}

/* 下载 */
.main_down_right ul li {
    width: 21.9%;
    float: left;
    margin: 0 16px;
    margin-bottom: 25px;
}

.main_down_right ul li span i {
    display: inline-block;
    font-style: normal;
    padding: 5px 0;
}


.main_down_right ul li span h5 a {
    color: #000;
    display: inline-block;
    margin-top: 5px;
    border-right: 1px solid #4a4a4a;
    padding: 0 10px;
    font-size: 16px;
}

.main_down_right ul li span h5 a:nth-child(2){
    border-right: none;
}


.main_down_right ul li .down_img{
	overflow: hidden;
	width: 100%;
}

.main_down_right ul li .down_img img{
	width: 100%;
}

.down_more {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    margin-bottom: 10px;
}


/* 关于我们 */
.main_right {
    width: 82%;
    display: table;
    float: right;
    table-layout: fixed;
}
.about_body{
	display: inline-block;
	width: 100%;
}

.about_body>ul>li {
    width: 22.66%;
    float: left;
    border: 1px solid #ddd;
    margin: 0 1% 1% 1%;
}

.about_body>ul>li .pic{
	overflow: hidden;
	width: 100%;
}
.about_body>ul>li .pic>img{
	max-width: 100%;
}
.about_body>ul>li span{
    display: table;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
}

.about_top_title {
    display: inline-block;
    font-size: 22px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 16px;
}


/*关于我们start*/

.about_bg{ position: fixed; width: 100%; height: 100%; top:0; left: 0;    background: url(../images/about_bg.jpg) no-repeat;background-size: cover;}

.about_content{ width: 100%; margin: 0 auto;}

.about_content h2,.about_content h3{ text-align: center; font-weight: bold; color: #000; }

.about_content h2 {
    font-size: 30px;
    margin-bottom: 22px;
	text-align: center;
	color:#332c2b;
}

.about_content h3{ font-size: 26px; margin-bottom: 60px;}

.about_content p{ font-size: 16px; line-height: 180%;text-align:center;width:100%;}

.about_content.history{ position: relative;}

/*大事记start*/

.event_box {
    width: 70%;
    margin: 1% auto 0;
    position: relative;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 180px;
    position: absolute;
    z-index: 9999999999;
}

.parHd  ul{ width: 100%; text-align: center; margin: 0 auto; padding-top: 25px !important;}

.parHd .tempWrap{ margin: 0 auto;}

.parHd .tempWrap:after {
    content: '';
    width: 85%;
    height: 1px;
    background: #ddd;
    position: absolute;
    /* top: 33%; */
    /* right: -140%; */
    right: 8%;
    top: 28%;
    /* margin-top: -0.5px; */
    z-index: 10;
}
.parHd .tempWrap ul li{}


/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/ 

.parHd li.no_line:before{ display: none;}

.parHd li{  display: inline-block; cursor: pointer; padding-top: 30px; font-size: 16px;margin:0 30px; position: relative; }

.parHd li:after{ content: ''; background: url(../images/dot_ico.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}

.parHd li:hover:after{ content: ''; background: url(../images/dot_ico1.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}

.parBd{ text-align: center; margin-top: 45px;position: relative;width: 100%;margin:0 auto;}

.parBd h4 {
    position: relative;
    font-size: 34px;
    margin-bottom: 1%;
    padding: 0 60px;
    display: inline-block;
    text-align: center;
}

.parBd h4:after{ content:''; background: #000; width: 100px; height: 1px; position: absolute; left: -100px; bottom: 12px;}

.parBd h4:before{ content:''; background:#000; width: 100px; height: 1px; position: absolute; right: -100px; bottom: 12px;}

.parBd p{ line-height: 180%; font-size: 16px; width: 83%; margin: 0 auto;}

.parBd:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
    pointer-events:none;
}


div#listBox {

    width: 100%;

}

.tubiao{
    width: 50px;
    margin-left: 170px;
    table-layout: fixed;
    animation: myfirst 2s infinite;
    margin: 0 auto;
    padding-top:98px;
}

 /*@keyframes myfirst {  0% {transform: translate(0px, 0px);}   50% {transform: translate(0px, -10px);} 100% { transform: translate(0px, 0px);}}  */

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



.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 10px;}

.sPrev{ left: 0;}

.sNext{ right: 0;}

.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);

    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
     }


.about_text_time {
    display: table;
    width: 90%;
    margin: 45px auto;
}

.fazhan {
    display: inline-block;
    width: 100%;
    background-size: cover;
    border-bottom: 1px solid #6d6d6d;
    position: relative;
    min-width:1200px;
}


.fazhan:after {
    content: "";
    position: absolute;
    top: 0;
    background: #d2d2d2;
    height: 452px;
    width: 100%;
    z-index: -5;
}


/*内页*/
.more_por{
    display: table;
    padding:14px 25px;
    font-size: 14px;
    text-align: center;
}


.main_video{
    display: inline-block;
    width: 100%;
}

.main_video ul li{
    width: 30%;
    margin:1%;
    float: left;
}

.main_video ul li span {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    display: table;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.yidong {
    position: absolute;
    top: 40%;
    width: 59%;
    text-align: left;
    margin-left: 38%;
}





.lanrenzhijia{ width:450px; height:auto; margin:0 auto; overflow:hidden;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ background:url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;max-width: auto;width: 100%;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview {
    border: 1px solid #DFDFDF;
    margin-bottom: 5px;
    display: table;
}
.spec-scroll{clear:both;margin-top:5px;width:450px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}









        .slideTxtBox{ width:450px; border:1px solid #ddd; text-align:left;  }
        .slideTxtBox .hd{ height:30px; line-height:30px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }
        .slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
        .slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer;  }
        .slideTxtBox .hd ul li.on{ height:30px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }
        .slideTxtBox .bd ul{ padding:15px;  zoom:1;  }
        .slideTxtBox .bd li{ height:24px; line-height:24px;   }
        .slideTxtBox .bd li .date{ float:right; color:#999;  }

        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
        .slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
             cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
        .slideTxtBox .arrow .next{ background-position:0 -50px;  }
        .slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
        .slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }















.overflow-hide {
    overflow: hidden
}
.col-sm-3 {
    width: 25%;
    float: left;
    position: relative
}
.pavilion-container {
    padding-bottom: 50px;
    background: url(../images/yanxuanguan_bg.png);
    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
}
.pavilion-container .pavilion-inner .tabs li {
    float: left;
    padding: 0 21px;
    border: 1px solid #c9a467;
    border-radius: 2px;
    line-height: 36px;
    font-size: 16px;
    color: #c9a467;
    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: #c9a467;
    color: #1c1f36
}
.pavilion-container .pavilion-inner .tabs li .hot-icon {
    width: 18px;
    height: 24px;
    background: url(../images/marketplace-selected-fire-leave.svg);
    margin-right: 10px;
    background-repeat: no-repeat
}
.pavilion-container .pavilion-inner .tabs li.on .hot-icon {
    background: url(../images/marketplace-selected-fire.svg)
}
.pavilion-container .pavilion-inner .tabs li>span {
    display: inline-block;
    vertical-align: middle
}


.tabs {
    background: #ededed;
    background: linear-gradient(#efefef,#e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#e1e1e1',GradientType=0);
    margin-bottom: 20px !important;
    display: table;
    width: 100%;
    position: relative;
}
.tabs dl {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    height: 40px;
    border-bottom: 1px solid #d4d4d4;
    clear: both;
    width: 98%;
    margin: 0 auto;
}
.tabs dl dd{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabs dl>dd>a {
    padding: 0 30px;
    display: block;
    color: #333;
    height: 40px;
    position: relative;
    line-height: 40px;
    font-size: 15px;
}
.tabs .active>a{
    background: #fff;
    font-family: "Grotesk medium";
    height: 40px;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    margin-left: -2px;
}
.active .pro_ny_class{
    display: inline-block;
}


/*tab内容*/
.pavilion-container .tab-content-wrap {
    position: relative;
    margin-top: 40px;
}

.pavilion-container .tab-content {
    position: static;
    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;
}
/*大卡片*/
.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-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
}
/*查看全部*/
.pavilion-container .view-go {
    margin-top: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center
}
.pavilion-container .view-go a span.arrow-more {
    display: inline-block;
    vertical-align: middle
}
.pavilion-container .view-go a span.arrow-f {
    width: 13px;
    height: 13px;
    background: url(../images/marketplace-selected-arrow1.svg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
}
.pavilion-container .view-go a:hover {
    color: #c9a467
}
.pavilion-container .view-go a:hover span.arrow-f {
    transform: translate(4px, 0);
    background: url(../images/marketplace-selected-arrow2.svg)
}




.ny_class_ny {
    height: 40px;
    line-height: 40px;
}

.ny_class_ny ul li {
    display: inline-block;
    float: left;
    margin: 0px 14px;
}

.ny_class_ny ul li h3{
    font-size: 14px;
    line-height: 40px;
}

.ny_class_ny ul li h3 a {
    color: #0099e0;
}

.ny_class_title {
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-left: 14px;
    font-size: 14px;
}

.ny_class_title i {
    margin-left: 10px;
}

.m_b {
    margin-bottom: -20px!important;
}



.wenben{
    display: inline-block;
    font-style: normal;
    float: left;
    margin-top: 9px;
    margin-right: 10px;
}




/*表单*/
.Non-standard-form{
    display: inline-block;
    width: 100%;
    border-top:1px solid #484848;
}
.table-bg{
		width: 90%;
		margin:0 auto;
		margin-top:20px;
	}

.table-bg tr,td{
		border:1px solid #000;
		height: 30px;
		line-height: 30px;
	}
input{
    outline:none
}
.input_name {
    width: 24.3%;
    float: left;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
}

.input_name span {
    font-weight: initial;
    display: inline-block;
    margin-right: 10px;
}

.input_name input {
    border: 0;
    border-bottom: 1px solid #000;
    width: 60%;
    font-weight: normal;
}

input {
    line-height: normal;
}

.table-bg tr td {
    padding: 8px 6px;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.table-bg tr td .input_Workpiece{
	line-height: 50px;
	border:0;
}

.table-bg tr td font {
    font-weight: initial;
    display: table;
    margin: 0 auto;
    font-size: 14px;
    line-height: 18px;
}

.table-bg tr td:nth-child(1){
	width: 10%;
	text-align: center;
}

.table-bg tr td:nth-child(2){
	width: 10%;
	text-align: center;
}

.table-bg tr td:nth-child(3){
	width: 20%;
	text-align: center;
}

.table-bg tr td:nth-child(4){
	width: 25%;
	text-align: center;
}

.table-bg tr:nth-child(2) td:nth-child(5) {
    width: 35%;
    padding: 0 5px;
}

.table-bg tr:nth-child(3) td:nth-child(5){
	width: 120px;
}


.table-bg tr td .input-d {
    display: block;
    width: 22%;
    float: left;
    margin-right: 8px;
}

.table-bg tr td .input-d input {
    display: block;
    float: left;
    margin-top: 3px;
}

.table-bg tr td .input-d .input {
    width: 45%;
    float: right;
    margin-top: 0px;
}

.table-bg tr td .input_Coating {
    display: table;
    text-align: left;
    float: left;
}

.input_input{
	float: left;
}

.input_input input {
    margin-top: 12px;
    height: 35px;
    width: 100%;
    margin-left: 18px;
    border: 0;
    border-bottom: 2px solid #000;
}

.Spiral {
    display: table;
    float: left;
    margin-right: 10px;
}

.Spiral-input {
    float: left;
    margin-top: 20px!important;
}

.flute{
	display: table;width: 60%;
	float: left;
}

.flute span {
    display: block;
    float: left;
    margin-right: 12px;
}

.flute-input {
    display: block;
    float: left;
    width: 40%;
}

.flute-input input {
    width: 50%;
    margin-left: 5px;
}

.spuare {
    display: block;
    width: 55%;
    float: left;
}

.radius {
    display: block;
    width: 20%;
    float: left;
}

.radius-input {
    display: block;
    width: 80%;
    float: left;
    border: 0;
    border-bottom: 1px solid #000;
}

p{
	display:block;
}

.Processing {
    display: inline-block;
    margin-right: 4px;
    float: left;
    width: 16%;
}

.Processing i{
	font-style: normal;
}

.Processing-input{
	margin-top: 5px;
	margin-left: 5px;
}

.Processing span{
	display: block;
	width: 55%;
	float: left;
}

.Processing span p {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: normal;
    line-height: initial;
}
input[type=checkbox], input[type=radio]{
	margin:auto;
}
.Processing-input {
    padding: 7px;
    float: left;
    margin-top: 8px!important;
    margin-left: 3px!important;
    border: 0;
    border-bottom: 2px solid #000;
}

.bottom{
	padding:5px 30px;margin:0 auto;display:block;margin-top:20px;
}

.padding-5{
	padding:5px;
}

.width{
	width: 25%;
}

.Processing-widht{
width:20%;margin-bottom: 14px;
}


.width56{
width:56%;padding: 0px;margin-top: 2px!important;
}



#newBridge .icon-right-center{
    top:70%!important;
}


/*手机导航*/
.navbar-collapse{
    display:block;
}
.navbar-toggle{
    display:none;
}

/*宽度*/
.col-sm-4 {
    width: 33.33333333333333%;
}



}

@media screen and (max-width: 50em) {


}


@media screen and (max-width: 40em) {



}

@media screen and (max-width: 30em) {



}