﻿.header-top{
	display: block;
	width: 100%;
	background-color: #313131;
	height: 35px;
}
.header-top .header-title{
	display: block;
	line-height: 35px;
	height: 35px;
	color:#999999;
}

.header-top .header-title span{
    color:#b7b7b7;
}

.header-body{
	padding:10px 0;
	border-bottom: 1px solid #f55f5f5
}

.header-top .header-Language{
	display: block;
}

.header-top .header-Language span {
    display: table;
    float: right;
}

.header-top .header-Language span a {
    display: inline-block;
    margin-right: 5px;
    border-right: 1px solid #999999;
    line-height: 15px;
    height: 15px;
    margin-top: 10px;
    padding-right: 10px;
    color:#b7b7b7;
}
.header-top .header-Language span a:last-child{
	border-right:none;
}

.logo-img{
	display:table;
	float: left;
}
.nav-bg{
    display: table;
    float: right
}

.phone{
    width: 190px;
    float: left;
    margin-top: 10px;
}

.phone-img {
    display: table;
    float: left;
    width: 36px;
    margin-top: 8px;
}

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

.phone-right{
    display: table;
    float: left;
    font-size: 22px;
    margin-left: 10px;
}

.phone-right h3{
    font-size: 14px;
    display: table;
    margin-bottom: 4px;
}


.navbar-default {
    background-color: inherit;
    border-color: #e7e7e7;
    border: 0;
    display: table;
    float:left;
}

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

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
    margin-top: 14px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 16px;
    font-size: 15px;
}


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


.slideBox {
	width:100%;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 30px;
    bottom: 18px;
    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;
	margin:0 5px;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background:#237bbf;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li {
	zoom:1;
	vertical-align:middle;
}
.slideBox .bd img {
	width:100%;
	display:block;
}
/* 下面是前/后按钮代码，如果不需要删除即可*/
	.slideBox .prev,.slideBox .next {
	position:absolute;
	left:3%;
	top:50%;
	margin-top:-25px;
	display:block;
	width:32px;
	height:40px;
	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;
}

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

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

/* 主体 */
.title-a{
	position: relative;
}

.title-a .title-body {
    position: absolute;
    top: 0;
    width: 100%;
}

.title-a .title-body a{
    color:#fff;
}

.title-a .title-body h5 {
    font-size: 22px;
    text-align: center;
    padding-top: 13%;
}

.title-a .title-body p {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.title-a .main-more {
    display: block;
    width: 150px;
    text-align: center;
    margin: 5px auto;
    padding: 4px 0;
    border-radius: 14px;
    background: #39257a;
    color: #fff;
}

.title-body-a {
    position: absolute;
    top: 47%;
    left: 31%;
}

.title-body-a .main-more{
	background-color: inherit;
	border: 1px solid #237bbf;
	color:#237bbf;
}

.title-body-c{
    position: absolute;
    top: 47%;
    left: 31%;
}

.title-body-c .main-more {
    background-color: inherit;
    border: 1px solid #237bbf;
    color: #ffffff;
    background: #237bbf;
}

.main .container{
	width: 100%;
	padding:0;
	margin:0;
}



.footer{
	background-color:#313131;
}

.footer-bd {
    display: table;
    width: 100%;
    padding: 40px 0;
}

.footer-bd li {
    background: url(../images/gg_03.png) no-repeat right top;
    float: left;
    width: 10%;
    margin: 0px 22px;
    min-height: 170px;
}

.footer-bd li h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 18px;
}

.footer-bd li a {
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.con-txt{
	width: 334px!important;
}

.footer-bd li:last-child{
	margin-right: 0;
}
.footer-bd li:first-child{
	margin-left:0;
}
.txt{
	width: 90%;
	font-size:12px;
	line-height: 30px;
}

.txt h4{
	font-size: 12px;
}

.con-code{
	background: inherit!important;
}

.con-code img{
    width: 100%;
}

.footer-bg{
	display: block;
	width: 100%;
	background: #1f1f1f;
	line-height: 37px;
	text-align: center;
}

.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}


.ny-main {
    background: url(../images/about_03.jpg) no-repeat center top;
    padding: 40px 0;
    width: 100%
}

.ab_nav {
    display: table;
    padding-bottom: 20px;
    width: 21%;
    float: left;
}

.ab_nav_title{
    display: block;
    width: 100%;
    text-align: center;
    background: #342779;
    height: 55px;
}

.ab_nav_title h3{
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    text-align: left;
    text-indent: 15px;
}


.ab_nav li {
    float: left;
    padding-right:0;
    width: 100%;
}

.ab_nav li:last-child a{
    border-bottom:1px solid #ddd;
}

.ab_nav li {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #CACACA;
    line-height: 44px;
    font-size: 14px;
    border-bottom: 0;
    text-indent: 12px;
    position: relative;
    font-weight: bold
}

.ab_nav li .cur {
    color: #f08e29;
    font-weight: bold;
}

.ny-left-bottom {
    display: table;
    width: 100%;
    margin-top: 10px;
}
.ny-left-bottom h3{font-size: 18px;line-height: 45px;height: 45px;border-bottom: 1px solid #ddd;background: #e4e4e4;text-indent: 10px;}
.ny-left-con{display: block; width: 100%; font-size: 14px; line-height: 30px; background: #f7f7f7; padding-top: 12px; padding: 10px;}
.ny-left-img img{max-width: 100%;}



.conter {
    padding-top: 0;
    margin-bottom: 30px;
    display: table;
    width: 75%;
    float: right;
}

.about {
    display: table;
    font-size: 14px;
    line-height: 30px;
    width: 75%;
    float: right;
}

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

.pic {
    display: table;
    width: 75%;
    margin-top: 8px;
    float: right;
}

.pic ul li {
    width: 23%;
    float: left;
    margin: 1%;
}

.pic ul li span {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 35px;
    height: 35px;
	font-size: 15px;
}


/*prodcuts*/
.pro_jg{ width:100%; height:114px;}
.pro_ctgbox{ width:100%; height:170px; background:#FFF;}
.pro_ctg{ width:1120px; height:170px; margin:0px auto; position:relative;}
.pro_ctg .btn{ display:block; width:22px; height:43px; position:absolute; top:69px;}
.pro_ctg .prev{ background:url(../images/pro_lt_01.jpg) no-repeat; left:-33px;}
.pro_ctg .prev:hover{ background:url(../images/pro_lt_02.jpg) no-repeat;}
.pro_ctg .next{ background:url(../images/pro_rt_01.jpg) no-repeat; right:-33px;}
.pro_ctg .next:hover{ background:url(../images/pro_rt_02.jpg) no-repeat;}
.pro_ctg .box{ width:100%; height:155px; overflow:hidden; padding:15px 0 0 0;}
.pro_ctg #cj_box{ width:10000px;}
.pro_ctg #cj_box_1,.pro_ctg #cj_box_2{ float:left;}
.pro_ctg .box ul{ height:170px; overflow:hidden;}
.pro_ctg .box li{ float:left; width:140px; text-align:center; position:relative;}
/*.pro_ctg .box li img{ border:1px solid #FFF;}
.pro_ctg .box li:hover img{ border:1px solid #86C226;}*/
.pro_ctg .box li p{ height:30px; line-height:30px;}
.pro_ctg .box li a{ color:#666;}
.pro_ctg .box li .jt{ position:absolute; top:147px; left:62px; width:16px; height:8px; background:url(../images/pro_03.png) no-repeat; display:none;}
.pro_ctg .box li.cur .jt{ display:block;}
.pro_contbox{ clear:both; width:100%; height:750px; color:#FFF;}
.pro_cont{ width:1140px; padding:83px 0 0 0; margin:0px auto;}
.pro_list{ overflow:hidden;}
.pro_list li{ float:left; width:271px; height:253px; padding:0 18px 18px 0; position:relative;}
.pro_list li.none{ padding-right:0px;}
.pro_list li a{ display:block; width:271px; height:253px;}
.pro_list li .mb{ position:absolute; left:0px; top:0px; width:271px; height:141px; padding:112px 0 0 0; font-size:20px; line-height:22px; color:#FFF; background:url(../images/pro_23.png) repeat; text-align:center; display:none;}
.pro_list li .mb .p_2{ width:17px; height:17px; margin:10px auto 0px auto;  background:url(../images/pro_24.png) repeat;}
.list{
    
}


/* 产品 */
.product {
    display: table;
    padding-bottom: 0px;
    width: 75%;
    float: right;
}

.product ul li{
    width: 31%;
    float: left;
    margin: 1%;
    border:1px solid #ddd;
}
.product ul li .img{
	overflow: hidden;
	width: 100%;
}
.product ul li .img img{
	width: 100%;
}
.product ul li span{
	display: block;
	width: 100%;
	line-height: 35px;
	height: 35px;
	text-align: center;
}


/* 产品详情 */
.pro-title {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.pro-title .title-h3 {
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    display: table;
    width: 100%;
}

.pro-title .title-h3 h3 {
    font-size: 16px;
    display: table;
    float: left;
    margin-top: 12px;
}

.title-h3 span {
    display: table;
    float: right;
}

.title-h3 span a {
    font-size: 14px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 15px;
    background: #01a4e9;
    color: #fff;
    margin-left: 5px;
}

.pro-img {
    display: table;
    max-width: 40%;
    table-layout: fixed;
    margin: 27px auto;
    margin-top: 45px;
}


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

.pros_cont {
    margin: 0px auto;
    padding: 20px 0;
    line-height: 28px;
    min-height: 300px;
}
.pros_cont span {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    height: 45px;
    margin-bottom: 12px;
}

.service {
    display: block;
    width: 100%;
    margin-top: 30px;
    line-height: 30px;
}


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


.contact {
    line-height: 40px;
    display: table;
    width:75%;
    padding-bottom: 0;
}

.contact-top{
	margin-top: 30px;
}

.support {
/*    padding: 50px 0;
    padding-bottom: 0; */
}

.ns_list li {
    width: 100%;
    display: table;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
	position: relative;
}
.ns_list li a{
	display: table;
	width: 100%;
	height: 100%;
}

.ns_list li a:after {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/xiazai.png) no-repeat center;
    display: table;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 38%;
	z-index: 0;
}


.ns_list li .lt{
	width: 75px;
	float: left;
}

.ns_list li .lt img{
	max-width: 100%;
}

.ns_list li .rt {
    width: 90%;
    float: right;
}

.ns_list li .rt .p_1 {
    font-size: 15px;
    font-weight: bold;
}

.ns_list li .rt .p_2 {
    font-size: 14px;
    margin-top: 10px;
    width: 95%
}




.newsPage {
    /* padding: 45px 0; */
    width: 75%;
    float: right;
}
.newsPage .item {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: table;
}

.newsPage .item a {
	display: block;
	width: 100%;
}
.newsPage .item img {
	width: 200px;
	height: 150px;
	display: block;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 3px;
	margin-right: 20px;
}
.newsPage .item h3 {
	font-size: 16px;
	color: #333;
	height: 42px;
	line-height: 45px;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px solid #ededed;
	transition: all ease 300ms;
}
.newsPage .item .txt {
	color: #666;
	line-height: 24px;
	height: 68px;
	margin: 12px 0 13px;
	overflow: hidden;
}
.newsPage .item .txt span {
	color: #1857a3;
}
.newsPage .item .time {
	color: #666;
}
.newsPage .item:hover h3 {
	color: #01a3ec;
}
/*.newsPage .item:hover {*/
/*	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
/*}*/
/*showpage*/
.showPage .content {
	width: 930px;
	float: right;
}
.showPage {
	background: #fff;
}

.title {
	color: #00a2ea;
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;
}
.title .more {
	font-size: 14px;
}
.mark {
	padding: 5px 0 10px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	background: inherit;
}
.mark span {
	margin-right: 18px;
	font-size: 12px;
	color: #666666;
}
.mark span i {
	font-style: normal;
}
.showContxt {
	color: #666;
	line-height: 28px;
	padding: 12px 0 30px;
}
.showContxt img {
	max-width: 100%;
}
.newsbox {
	margin-top: 0;
}
.gridlist {
	padding-top: 10px;
}
.gridlist .item {
	width: 350px;
	height: 323px;
}
.gridlist .item img {
	width: 350px;
	height: 263px;
}
.gridlist .item h3 {
	height: 60px;
	line-height: 60px;
}
.showPage .img-quotes {
	padding-top: 30px;
	margin-bottom: 40px;
}
.showPage .imgcon {
	width: 423px;
	height: 468px;
	padding-left: 295px;
	margin-left: 30px;
	position: relative;
	border: 1px solid #dddddd;
}
.showPage .imgcon .img {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 276px;
	height: 368px;
	display: block;
	z-index: 10;
}
.showPage .imgcon h4 {
	padding-top: 45px;
	font-size: 16px;
}
.showPage .imgcon h3 {
	font-size: 26px;
	margin-bottom: 40px;
}
.showPage .imgcon .new-txt {
	margin-top: 40px;
	line-height: 30px;
}
.fenx {
	height: 40px;
}

.newsPage .item .new-txt {
    color: #666;
    line-height: 24px;
    height: 68px;
    margin: 12px 0 13px;
    overflow: hidden;
    margin-bottom: 0;
}

.new-txt-more {
    display: table;
    padding: 0px 24px;
    background: #00a0ea;
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
}
/* reLink */
.reLink {
	clear: left;
	width: 100%;
	height: 58px;
	line-height: 58px;
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
}
.reLink .nextLink, .reLink .prevLink {
	width: 50%;
	display: block;
	text-align: left;
	color: #666;
}
.reLink .nextLink a:hover, .reLink .prevLink a:hover {
	color: #06a3e8;
}
.reLink .nextLink {
	text-align: right;
}
















.job{
	margin-top: 30px;
}

.job .job-txt {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}

.job-a{
	width: 100%;
	text-align: center;
}

.job-a a {
    display: inline-block;
    padding: 24px 27px;
    background: #00a2ea;
    width: 200px;
    color: #fff;
    margin: 30px 50px;
}

.ny-banner {
    overflow: hidden;
	position: relative;
}
.ny-banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.ny-nav-class {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    height: 45px;
    line-height: 45px;
}

.ny-nav-class a {
    color: #fff;
    margin: 0 3px;
}
.ny-nav-class a i{
	margin-right: 3px;
}


/* 搜索 */
.search {
    margin-left: 40px;
    margin-top: 4px;
}
.search .search_control {
    font-size: 20px;
    cursor: pointer;
    line-height: 1.2em;
    color: rgba(255, 255, 255, 0.7);
    -o-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.search_control span {
    color: #999;
    font-size: 16px;
}

.search .search_container {
    position: absolute;
    bottom: -46px;
    right: -120px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.search .search_container.active {
    right: 0;
    opacity: 1;
    z-index: 10;
    visibility: visible;
}
.search .search_container .search_form {
    overflow: hidden;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.search .search_container .search_form input {
    width: 200px;
    height: 36px;
    color: #666;
    font-size: 12px;
    padding: 0 15px;
    background: #fff;
    padding-right: 40px;
    border-radius: 18px;
    border: 1px solid #ddd;
}
.search .search_container .search_form button {
    position: absolute;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #999;
    height: 36px;
    width: 36px;
    right: 0;
    top: 0;
    cursor: pointer;
    -o-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
    border: 1px solid #ddd;
}




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

.rec-title h3{
    display: table;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px dashed #737373;
    padding-bottom: 12px;
}
.rec-img{display:table;width:100%;}
.rec-img ul li{
    width: 23%;
    margin:1%;
}
.rec-img ul{
    margin-top: 10px
}

.rec-img .rec-pro{
    border:1px solid #ddd;
}

.rec-img ul li span {
    display: table;
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}



/*左侧栏目 start*/
.list_dd {
    width: 100%;
    border-left: 1px solid #CACACA;
    border-right: 1px solid #CACACA;
    padding-left: 15px;
    padding-bottom: 15px
}

.list_dd a {
    width: 100%;
    display: block;
    line-height: 30px;
}

.ab_nav li i{
    position: absolute;
    right: 10px;
    top: 16px;
    display: block;
    width: 9px;
    height: 10px;
    background: url(../images/off.png) no-repeat;
    background-size: cover;
}


#open .ab_nav li i{
    background: url(../images/open.png) no-repeat;
    background-size: cover;
}

/*左侧栏目 end*/