@charset "utf-8";
/* CSS Document */

*{ margin:0; padding:0; list-style:none; text-decoration: none; }
/*基本框架*/
html{
    height:100%;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
body {
	overflow-x:hidden;
	overflow-y:scroll;
	margin:0;
	padding:0;
	font:1.4rem/1.5 Helvetica, Arial, sans-serif;/*1.4 × 10px = 14px */
    font-size:14px;
	background-color:#ebebeb;
	height:100%;
	color:#565656;
	font-family:"微软雅黑";	
}
.container{ padding:0 35px !important;}
@font-face {
  font-family: 'Arial Regular';
  src:url(../fonts/Arial.ttf);
}
header{ overflow:hidden;}
.top{ position:fixed; width:100%; background-color:#fff; z-index:2;box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);}
#log {
    float: left;
    display: block;
    cursor: pointer;
    border: none;
	line-height: 99px;
}
#topright {
    float: right;
    height: 23px;
	line-height: 88px;
}
.jrhy{width: 100px;
    height: 23px;
    background-color: #1471D9;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);margin-top: 32px;line-height: 23px !important; padding:0 !important;}
	.jrhy:hover{color: #fff;}
#topright .search {
    float: right;
    height: 23px;
}
#topright .search input {
    border: 1px solid gray;
    border-style: none none solid none;
    background-color: #fff;
    width: 120px;
    color: Black;
    height: 21px;
    line-height: 21px;
}
.ssk{ opacity:0;transition: all 1s;}
.seek:hover .ssk{ opacity:1;transition: all 1s;}
.nav-top{height: 99px;position: fixed;z-index: 3; width: 100%; background-color: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);}
#menu-group li,#rc li{ position:relative;}
#menu-group li a span{ color:#808080; display: inline-block;line-height: 68px; font-weight:bold;}
#menu-group li a:hover{ background:#1470d8; color:#fff;}
#rc li .yj{ position:relative; background:url(../../images/home/mail-1-.png) no-repeat;background-position-y: 10px;}

#rc .contactBtn a {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../../images/home/mail-1-.png) no-repeat;
	background-position: 0 10px;
	margin: 25px 90px 0 10px;
}
#rc .contactBtn a.is-position-0 {
	background-position: 0 10px;
}
#rc .contactBtn a.is-position-1 {
	background-position: 0 -55px;
}
#rc .contactBtn a.is-position-2 {
	background-position: 0 -120px;
}
#rc .contactBtn a.is-position-3 {
	background-position: 0 -185px;
}
#rc .contactBtn a.is-position-4 {
	background-position: 0 -251px;
}
#rc .contactBtn a.is-position-5 {
	background-position: 0 -321px;
}
#rc .contactBtn a.is-position-6 {
	background-position: 0 -395px;
}
#rc .contactBtn a.is-position-7 {
	background-position: 0 -469px;
}


#rc .contactBtn a {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../../images/home/mail-1-.png) no-repeat;
	background-position: 0 10px;
	margin: 25px 90px 0 10px;
	transition:all 5s skyset ;
	
}
#rc .contactBtn a:hover{
	-webkit-animation-name: skyset;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: step-start;
	-webkit-animation-fill-mode:forwards;
	
	}
@-webkit-keyframes skyset
{
	0%   {background-position: 0 10px;}
	15%  {background-position: 0 -55px;}
	30%  {background-position: 0 -120px;}
	45%  {background-position: 0 -185px;}
	60%  {background-position: 0 -251px;}
	75%  {background-position: 0 -321px;}
	90%  {background-position: 0 -395px;}
	100% {background-position: 0 -469px;}
}
/*#rc .contactBtn span {
	width: 30px;
	height: 30px;
	display:none;
	background: url(../../images/home/mail-1-.png) no-repeat;
	background-position: 0 -469px;
	margin: -25px 90px 0 10px;
	transition:all 5s skyset ;
	
}
#rc .contactBtn:hover.contactBtn span{
	 display:block;
	-webkit-animation-name: span;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-timing-function: step-start;
	-webkit-animation-fill-mode:forwards;
	
	}
@-webkit-keyframes span
{
	0%   {background-position: 0 -469px;}
	15%  {background-position: 0 -395px;}
	30%  {background-position: 0 -321px;}
	45%  {background-position: 0 -251px;}
	60%  {background-position: 0 -185px;}
	75%  {background-position: 0 -120px;}
	90%  {background-position: 0 -55px;}
	100% {background-position: 0 10px;}	
}
*/









.nav_submenu{ display:none; position:absolute; background: rgba(20, 35, 47, 1); text-align:center;}

#menu-group li a:hover #menu-group li .nav_submenu{ display:block; z-index:20; transition:2s all;}
.dhmlkj{ background:url(../../images/home/dhmlkj01.png) no-repeat; width: 100px;height: 65px; display:block; margin-top: -59px;}
.dhmlkj:hover{background:url(../../images/home/dhmlkj02.png) no-repeat;}
/*.nav-top:hover .dhmlkj{background:url(../../images/home/dhmlkj02.png) no-repeat;}*/
.nav_menu{ position:fixed; z-index:12; width: 100%;}
ul#menu-group{
	margin-left: 25px;
}
.nav li .nav_submenu{display:none;position: fixed;left: 0px;top: 99px; width: 100%; min-height: 55px;}
.nav li .nav_submenu .w1100{ width:1100px; margin:0 auto;overflow: hidden;}
.nav li .nav_submenu dl{ width:156px;overflow: hidden; margin-top:36px; float:left;}
/*.nav .cpzx .nav_submenu dl{ width:156px;overflow: hidden; margin-top:36px; float:left;margin-bottom: 0;}*/
.nav li .nav_submenu dl dt{ text-align:left;}
.nav li .nav_submenu dl dt b{ color:#fff; font-weight:normal; font-size:14px;}
.nav li .nav_submenu dl dd a{ display:block; padding: 5px 12px 0;background: initial; color:#fff;font-size:12px;}
.nav li .nav_submenu dl dd{text-align:left;padding:0;background:none;height:auto;border-bottom:dotted 0px #BEBEBE; line-height:2;}
.nav li .nav_submenu dl dd a:hover{ text-decoration:underline; background:transparent !important;}
.nav li .nav_submenu dl dt b:hover{ background:transparent !important; color:#1470D8 !important;}
.nav li .nav_submenu dl dt a{ margin-right:15px;color:#fff;}
#menu-group .hover_menu span{color:#fff;}
.hover_menu{text-decoration:none;background:#1470d8; color:#fff;}
.nav li .nav_submenu dl dt a:hover{text-decoration:underline; background:transparent !important;color: #1470D8 !important;}
.hidden1{ overflow:hidden;}
.hidden1:nth-child(2){ margin-bottom:2px; margin-top:-25px;}
.nav li .nav_submenu .ts1 dl{ width: auto;margin-right: 25px;}


/*banner*/
.banner{ width:100%; height:500px; overflow:hidden; position:relative;font-size:0;margin-top: 100px;}
.b-img{ height:500px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; width:1920px; height:500px; float:left; background-size:1920px 500px;}
.b-list{ height:50px; padding-top:470px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:17px; height:17px; border-radius:50%; border:5px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:5px solid #1471d9;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:136px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:136px; background:none; top:0px; }
.bar-left em{ display:block; width:32px; height:40px; background:url(../../images/home/arrow-1.png) 0px 0px no-repeat; margin:0 auto; margin-top:225px;}
.bar-right em{ display:block; width:32px; height:40px; background:url(../../images/home/arrow-2.png) 0px 0px no-repeat; margin:0 auto; margin-top:225px;}



/*品牌专区*/
.brand_zone {
	margin-bottom: 0;
}
.brand_zone li {
    float: left;
	width: 350px; height:150px; line-height:150px;
    text-align: center;
    margin:0 25px 25px 0;
	background-color: #fff;
	transition: 0.5s all;
}
.brand_zone li:nth-child(3n+3){ margin-right:0;} 
.brand_zone li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);transition: 0.5s all;}

/*首页推荐产品*/
.Solution{ clear:both;}
.noPadding {clear: both; padding-top: 15px;}
.hd1{ clear:both; height:55px;}
.product-boxes li{ float:left;margin: 0 25px 25px 0;transition: 0.5s all;}
.product-boxes li:nth-child(3n+3){ margin-right:0;} 
.prod-card {
    overflow: hidden;
    margin: 0 auto;
    display: table;
	background-color: #fff;
	width: 350px;
    height: 325px;
}
.prod-card .img-wrap {
}
.prod-card .img-wrap img {
    width: 350px;
    height: 252px;
    margin-bottom: 10px;
}
.product-boxes li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);transition: 0.5s all;}
img {
    vertical-align: middle;
}
.product-boxes .desc-wrap .heading {
    overflow: hidden;
    font-family: "微软雅黑";
    font-size: 17px;
	color:#1470d8;
}
.prod-card .desc-wrap .heading {
}
.prod-card .desc-wrap .desc {
    color: #808080;
    text-overflow: ellipsis;
    /* word-wrap: break-word; */
    overflow: hidden;
    text-decoration: none !important;
    display: inline-block;
	font-family:"微软雅黑";
	font-size:15px;
	color:#323232;
}
a:hover{ text-decoration:none;}


.card-wrap .card .img-wrap img, .card-wrap .card2 .img-wrap img, .card-wrap .card .ad-space-banner-image img, .card-wrap .card2 .ad-space-banner-image img {
    width: 100%;
    /* -webkit-transition: transform 0.5s; */
    -o-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: transform 0.5s;
}

.card-wrap{}
.card{width: 350px; height: 325px; background-color:#fff;}
.card a{ font-size:17px;color: #1470d8;}
.card .img-wrap img{ width:350px; height:252px !important;}
.description{ font-size:15px;}
.description p,.heading,.desc p{width: 350px; padding:0 25px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}



/*网站地图*/
.Sitemaps .Site-Map .Map-list{ display:inline-flex; width: 100%;}
.Sitemaps .Site-Map .Map-list dt{ margin-right:10px;}
.Sitemaps .Site-Map .Map-list dd{ margin:0 10px;}


/*index联系我们*/
.contactus,.gywmhyzx,.Sitemaps{ overflow:hidden;}
.content_title { font-family:"微软雅黑"; font-size:20px; font-weight:bold;
    color: #323232;
    height: 125px;
    line-height: 100px;
	margin: 0;
}
.content_title span{ font-family:"Arial Regular"; font-weight: normal; color:#747474; font-size:18px;}
.content_history_left {
	line-height: 2.1;
    width: 50%;
    float: left;
    text-align: left;
}
.image_right {
	border: solid 1px #f5f5f5;
    width: 35%; 
    margin-bottom: 10px;
    padding: 10px;
    float: right;
    display: inline;
}

.width7{ width:65%;}
.width3{ width:31%;}
.mrt{ margin-right:2%;}
.mlt{ margin-left:2%;}
.panel-group .panel-heading h4 a i {
    margin-right: 8px;
    color: #2B96CC;
    text-align: left;
    border-radius: 50%;
}
.panel-group a{ color:#666 !important;}
.padding-left{ padding-left:0;}
.padding-left h4{ font-size:14px;text-overflow: ellipsis; white-space: nowrap;}
.showcase-section {
	padding-top: 5px;
    margin-bottom: 50px;
}
.xwx i{ font-style:normal; background-color:#1470f8; color:#fff; padding:2px 20px; margin-right:10px; border-radius:6px;}
.cpgd a {
    font-family: "微软雅黑";
    font-weight: normal;
    color: #747474 !important;
    font-size: 16px;
}
a.collapsed {
    display: block;
    margin-top: 15px;
	padding-left:0 !important;
}
.gywmhyzx{ padding-bottom:50px;}
.left{ margin-left:-15px;}
.border-bottom{border-bottom: solid 1px #f0f0f0;}
.gstgt{ border:solid 1px #f0f0f0; padding:10px; margin-bottom:10px;margin-top: -10px;}








.banner-container{
    width: 1920px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
}
.banner-rotator, .br-wrapper {
    position: relative;
    border: 0 solid #000;
    overflow: hidden;
    zoom: 1;
}
.banner-rotator, .br-wrapper {
    border-width: 0 !important;
}
.banner-rotator {
    margin: auto;
    max-width: 960px;
    height: 352px;
}
.pt {
    padding: 65px 0;
}





.strapline {
	text-align:center; 
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}
.slogan {
    text-transform: uppercase;
    line-height: 55px;
    font-size: 24px;
    font-weight: bold;
}



/*活动专区*/
.activity_area {
	clear: both; padding-top:33px;
}
/*.banner01{ width:100%; height:350px; overflow:hidden; position:relative;margin:0 0 80px 0;}
.b-img{position:absolute; left:0; top:0;}
.b-img a{ display:block; height:350px; float:left;}
.b-list{ height:50px; padding-top:320px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #1470D8;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../../images/home/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:125px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../../images/home/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:125px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}*/


/*分页*/
.j_page{ width:100%;}
.j_page ul {
    display: inherit;
    text-align: center;
}
.pagination ul > li {
    display: inline-block !important;
}
.pagination ul>li {
    display: inline;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul>li:last-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul>.disabled>span, .pagination ul>.disabled>a, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>a:focus {
    color: #999;
    cursor: default;
    background-color: transparent;
}
.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.j_page_fot {
    padding-left: 10px;
    margin: 20px auto;
    line-height: 30px;
    display: inherit;
    text-align: center;
}
.j_page_fot input { border:solid 1px #ddd;
	width:54px; 
	height: 30px;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
	outline: none;
}
.j_page_fot button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px;
    display: inline-block;
    box-shadow: none;
}
.j_page ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}	
.search_result{ background-color:#fff;background-color: rgba(255, 255, 255, 0.75);padding: 50px 200px; overflow:hidden;}
.search_result label{ font-weight:normal; margin-bottom:15px;}
.search_result .form-text {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    display: table-cell;
    width: 90%;
	height: 37px; float:left;
}
.search_result .search-submit {
    padding: 7.5px 20px;
    color: #fff;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: table-cell;float:left;background-color: #CCC;
}
.search_result .search-submit:hover{ background:#1470D8;}
section .img_right {
    float: right;
    margin-left: 30px;
}
.gsjj{padding: 0 145px;}
.contact_us{padding: 0 95px;}
.gsjj h3{border-left: 5px solid #1470d8;padding-left: 15px;}
.contact_us h3{ margin-bottom: 15px;color: #000;font-size: 18px;font-weight: bold;font-family: '微软雅黑';border-left: solid 6px #1470D8;padding-left: 15px;}
.table-1 {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.table-1 th {
    white-space: nowrap;
    background: #1470D8;
    color: #fff;
}
.table-1 th,.table-1 td {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 12px 15px;
    line-height: 18px;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
}
.table-1 th:first-child {
    text-align: left;
}
.table-1 td:first-child {
    text-align: left;
}
.table-1 tr:nth-child(even) td {
    background: #f2f2f2;
}
/*产品列表*/
.card-wrap,.product-series{ overflow:hidden;padding: 15px;width: 1130px; margin-left:-15px;}
.neiye_title .banner_g{ width:1920px; height:200px;}
.neiye_title .w1100{ width:1100px; margin:0 auto;}
.neiye_title .w1100 img{position: absolute; margin-top: 83px;}
.b-breadcrum {padding: 100px 0 0 0;width: 100%; margin-bottom: 30px;}
.b-breadcrum .breadcrumb {padding: 8px 0;margin-bottom: 0;}
.b-breadcrum .breadcrumb .nav_title{ width:1100px; margin:0 auto; padding:0 5px;}
.active img{ width:1100px; height:282px; margin-bottom:30px;}
.card-wrap .card .img-wrap img{border-top-left-radius: 4px;border-top-right-radius: 4px;}
.card{border-radius: 4px;}
.product_list{ margin-bottom:80px;}
.product_list .product-boxes{ overflow:hidden; background:#fff;border-bottom: dashed 1px #ccc;}
.product_list .product-boxes .product_left{ float:left; width:350px;}
.product_list .product-boxes .product_left img{ width:350px;height: 262px;}
.product_list .product-boxes .product_right{ float:left;width: 725px;margin-top: 55px;}
.cpxcs table{ width:100%; border:0; cellspacing:0; cellpadding:0;}
.cpxcs table tr th,.cpxcs table tr td{ line-height:2;}
.cpxcs table tr th{ position:relative}
.cpxcs table tr th b{ position:absolute; left:0; top:0;}
/*.cpxcs table tr th{ border-bottom:solid 1px #ccc;}*/

.mainContainer{overflow: hidden;background-color: #fff;margin-bottom: 50px;padding-top: 10px;}
.navContent{ width:165px;float:left;margin-top: 20px; display:none !important;
    display: table;
    padding-right: 0px;
    margin-right: -2px;
    position: relative;
}
.navContent li{ height:66px; line-height:66px;text-align: center;background: #e3e3e3; border-right: 2px solid #F4F4F5;border-left: 2px solid #F4F4F5;border-bottom: 3px solid #F4F4F5;}
.navContent li a{ color:#666;}
.navContent li a:hover{ color: #1470d8;}
.navContent li.active {background: #F4F4F5;border-left: 2px solid #1470d8;}
.navContent li.active a{color: #1470d8;}
.tab-content{ float:left;width: 100%;background: #F4F4F5;}
.tab-content .tab-pane {overflow: hidden;
    background: #F4F4F5;
    padding: 20px;
}
.grid-wrap .product-selected {
    border: solid 1px #ddd;
	padding: 10px 0;
}
.prod-title-wrap{padding: 0 20px !important;}
.prod-listing table{ width:100%; border:0; cellspacing:0; cellpadding:0; margin-top:5px;}
.prod-listing table tr th,.prod-listing table tr td{ line-height:2;}
.prod-listing table tr th{ border-bottom:solid 1px #ccc;}
.product-grid:nth-child(even){ background-color:#fff;}
.product-boxes:nth-child(odd){ background-color:#fff; margin-bottom:0;}
.field-content table{ width:100%;}
.field-content table td,.field-content table th{ padding:10px !important;border: 1px solid #ddd;}
a{color: rgba(20, 112, 216, 0.80);}
a:hover{ color: #1470d8;}

.navContent1{ overflow:hidden;margin-top: 15px;background-color: #fff;background: linear-gradient(rgb(255, 255, 255),rgb(245, 245, 245));}
.navContent1 li{ display:inline-block; float:left;padding: 10px 25px;}
.navContent1 li a{ color:#666;}
.navContent1 li a:hover{ color: #1470d8;}
.navContent1 li.active {background: #F4F4F5;}
.navContent1 li.active a{color: #1470d8;}
.tab-content1{ background:#fff; padding:15px 25px;}

.File-Download {}
.File-Download li{ border-bottom:dashed 1px #ccc; line-height: 2.6; padding:0 5px;}
.File-Download li span{float: left; display:inline-block; width:765px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;background:url(../../images/home/xtb03.png) no-repeat left 48%; padding-left:25px;}
.News-List li span{float: left; display:inline-block; width:795px;text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.File-Download li span:hover{background:url(../../images/home/xtb04.png) no-repeat left 48%; padding-left:25px;}
.File-Download li i{ font-style:normal; margin: 0 12px;}
.File-Download li .Download{ background:url(../../images/home/download.jpg) no-repeat 0 2px; background-size:17px 16px; padding-left:20px;}
.File-Download li a{ color:#666;}
.File-Download li a:hover{ color: #1470d8;}
.File-Download li .Download:hover{ color: #1470d8;}
.brand_zone1{width: 1110px;margin: 15px auto; padding-left:1px;}
.brand_zone1 li { margin:5px 3px 10px;height: 47px; position:relative;
    overflow: hidden;
    float: left;
    width: 110px;
    text-align: center;
    background-color: #fff;
    transition: 0.5s all;
}
.brand_zone1 li p{ position:absolute; text-align:center;top:47px;width: 100%; background:#fff;height: 47px;line-height: 47px;}
.brand_zone1 li img{ width:100%;}
.brand_zone1 li:hover{box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);transition: 0.5s all;}
.brand_zone1 dt, .brand_zone1 dd{float: left;margin: 5px 5px 8px;}
.brand_zone1 dd {width: 172px;margin: 7px 0 0 0;}
.brand_zone1 dt{ margin-right:18px;}
.brand_zone1 dd a{ color:#666;}
.brand_zone1 dd a:hover{ color:#1470d8;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 30px;
    border-radius: 4px;
    padding: 20px 0;
}
.Solution .product_list .product-boxes .product_left img{width: 290px;margin: 30px;}
.djckgd{ width:1100px; height:25px; background:url(../../images/home/djckgd01.jpg);clear: both; margin-top:15px;}
.djckgd:hover{ width:1100px; height:25px; background:url(../../images/home/djckgd02.jpg);}
.pane{background-color: rgb(235, 235, 235);}
.pane .hidden1 {
    overflow: hidden;
    padding-left: 65px;
}
.pane dl{ float:left; width:172px;margin-bottom: 0;}
.pane dl dt,.pane dl dd{ clear:both; line-height:30px;}
.pane dl dd a{ color:#666;}
.pane dl dd a:hover{ color:#1470d8}



.about_us{background-color: #f5f5f5;border: 1px solid #ccc;border-radius: 4px; margin-bottom:50px;padding: 15px;margin-top: 25px;}
.about_us pre{border:none; border-radius:0;}



.form-horizontal{margin: 50px auto; width: 687px;}
.form-horizontal label {
    float: left;
    text-align: right;
    font-weight: 500;
    width: 76px;
    font-size: 14px;
    margin-top: 1px;
}
.form-item {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
.form-horizontal .form-field {
    float: left;
}
.form-horizontal .form-field .form-text{ width:415px;}
.form-des{ color:red;float: right;margin-left: 3px;margin-top: 7px;}
.form-desx{color: red; margin-left: 5px;padding-top: 4px; position: absolute;font-size: 18px;}
.yszc{background-color: #fff;padding: 15px; width:600px;height: 260px;overflow-y: auto; border:solid 1px #ccc; float:right;margin-right:12px; border-radius:5px;}
.ysbt{ width:600px;float:right;margin-right:12px;}
.ysbt h4,.ysbt h5{ text-align:center;}
.ysbt h5{ font-size:16px;}
.form-horizontal label {
    line-height: 26px;
}
.about_us .tel{ text-align:center;margin-top: 20px;border: solid 1px #ccc;/*background-color: #fff;*/padding: 15px 0 10px; border-left:none;border-right:none;}
.about_us .tel p{ font-size:16px;}
#intro {
    resize: none;
    overflow: auto;
    font-size: 12px/1.5 Helvetica,Arial,sans-serif;
    width: 600px;
    height: 120px;
}
.form-horizontal .form-action{padding-left: 76px;}
.submit-btn {
    border-radius: 4px;
    width: 160px;
    line-height: 35px;
    background: #1470d8;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}
.submit-btn:hover{background: #1470d8;}
.form-text, textarea, select{ border:solid 1px #ccc; border-radius:4px; padding:5px;}
.form-text, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.form-text:focus, textarea:focus,select{outline: 0 none;}
.form-text:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.footer-1{border-top: solid 1px #fff;clear: both;padding-top: 20px;margin-bottom: 45px;color: #fff;}




.portfolio-filter{ margin-top:20px;}
.portfolio-filter .neiye_nav{ width:1100px; margin:0 auto;display:none;}
.portfolio-filter > .neiye_nav > li {
    display: inline-block;
	margin-right: 15px;
}

.portfolio-filter > .neiye_nav > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
  width: 140px;margin-bottom:0;margin-top:5px;
}
.portfolio-filter > .neiye_nav > li:nth-child(7n+7){ margin-right:0;}
.portfolio-filter > .neiye_nav > li a:hover,
.portfolio-filter > .neiye_nav > li a.active{
  color:#fff;
  background: #1471D9;
  border: 1px solid #1471D9;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.breadcrumb > .nav_title li {
    display: inline-block;
}
.breadcrumb > .nav_title li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.jjfa{ margin-bottom:40px;}
.jjfa li{ overflow:hidden;background-color: #fff;margin-bottom: 10px;padding: 10px;}
.card1 a{ font-size:18px;}
.card1 p{ width:350px; float:left;margin: 0;}
.card1 p img{ width:100%;}

/*foot*/
footer{ background-color:#333;}
.grid-3 {
    width: 20%;
	float: left;
    display: inline;
}
.site-subfooter h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
	margin-top: 45px;
}
.site-subfooter{/*border-bottom: solid 1px #f0f0f0;*/}
.site-subfooter h2 a{color:#1470d8; font-size:18px; font-weight:bold;}
ul.menu li {
    padding: 0.2em 0.5em 7px 0px;
}
ul.menu li a{color: #fff;}
.site-copyright {
    padding: 18px 0px 30px;
    color: #fff;
}
.pull-left a{padding: 0 10px; color:#fff;}

.faxq{ background-color:#fff; padding:15px; margin-bottom:50px;}
.faxq h3{ text-align:center;}


.logon{ margin:100px auto 200px;}
.control-label{width: 23.33333333% !important;}
.col-md-3 {
    width: 23.5%;
    padding-right: 10px;
}
.form-horizontal label {
    line-height: 20px;
}
.col-md-offset-3 {
    margin-left: 23.5%;
}
.form-horizontal label {
    float: left;
    text-align: right;
    font-weight: 500;
   	width: auto;
    font-size: 14px;
    margin-top: 1px;
}
.btn-primary {
    color: #fff;
    background-color: rgba(20, 112, 216, 0.8);
    border-color: rgb(20, 112, 216);
    padding: 5px 15px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1470D8;
    border-color: #1470D8;
    padding: 5px 15px;
}
























