a{
	text-decoration: none;
}
/*当前位置*/
.nyx{
	width: 100%;
    margin: 0 auto;
    height: 84px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 2;
    border-bottom: 2px solid #ededed;
    transition: all 0.3s ease;
}
.g-wrap{
    width:100%;
    margin: 0 auto;
    height: 84px;
    position: relative;
}
.locleft {
    width: 30%;
    position: relative;
}
.locleft span {
    display: block;
    /*width: 100px;*/
    height: 100px;
    font-size: 18px;
    text-align: center;
    line-height: 118px;
    overflow: hidden;
    font-family: "微软雅黑";
    color: #fff;
    position: absolute;
    left: 0;
    top: -16px;
    background: #004694;
    padding: 0 10px;
}
.locleft h4 {
    display: block;
    position: absolute;
    left: 130px;
    color: #333333;
    padding-left: 14px;
    font-size: 14px;
    line-height: 68px;
    overflow: hidden;
    background: url(../images/gyzr-pc-nav-l-h-ico.png) no-repeat left;
}
.locright{
	float: right;
}
.locright li{
	display: block;
    position: relative;
    overflow: hidden;
    margin-top: 36px;
    height: 48px;
    border-bottom: 2px solid rgba(237, 237, 237, 0);
    float: left;
    margin-left: 40px;
    font-size: 14px;
    line-height: 14px;
    transition: all 0.3s ease;   
}
.locright li a{
	text-decoration: none;
	color: #333;
}
.locright ul .on {
    color: #0079cd;
    border-bottom: 3px solid #0079cd;
}
.locright ul .on a{
	color: #333;
	font-weight: bold;
}

/*关于我们*/
.nynr{
	margin: 150px 0 100px;
}
.nynr p{
	text-indent: 18px;
	text-align: justify;
	line-height: 28px;
	font-size: 15px;
	color: #333;
	margin-bottom: 20px;
}
.gybg{
	border: 1px solid #ddd;
	padding: 5px;
	box-shadow:2px 2px 3px #ddd;
}
.cfsb{
	margin-top: 50px;
	background: url(../images/aboutbg.jpg);
}
.cftu{
	background: #fff;
    display: block;
    z-index: 99;
    position: relative;
    padding: 30px 15px;
    height: 200px;
}
.qygk{
	border: 1px solid #ddd;
	padding: 15px 0 9px;
	margin-bottom: 30px;
	   
}
.qiye .col-md-6{  width: 48%;
    margin-right: 2%;}
.qygk H4{ color: #111;}
.qygk:hover{ box-shadow: 3px 3px 5px #ddd; cursor: pointer;}
/*荣誉*/
.ryye{
	margin-bottom: 30px;
	width: 33.333333%;
}
.hzkh{
	border: 3px solid #ddd;
	margin: 0 1% 20px;
}
.hzkh img{
	display: block;
	margin: 0 auto;
}
.hzkh:hover{
	border: 3px solid #333;
}
/*产品中心*/
.probox{
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 100%;
	padding: 0;
    overflow: hidden;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}
.probox img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;/* Firefox 4 */
	-webkit-transition: all 1s ease 0s; /* Safari Ã¥â€™Å’ Chrome */
	-o-transition: all 1s ease 0s; /* Opera */
}
.probox:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform:scale(1.2);
}
.proon{
	position: absolute;
	background: rgba(0, 70, 148,0.7);
	bottom:0;
	left: 0;
	margin: 0 20%;
	width: 60%;
	
}

.proon p{
	color: #fff;
	padding: 0 !important;
	text-indent: 0 !important;
	margin-bottom: 10px;
	text-align: center;
	margin: 0 !important;
	line-height: 38px;
}
.proon:hover{
	position: absolute;
	background: rgba(0, 0, 0,0.6);
	bottom:0;
}
.proright{
	margin-top: 15px;
}

/*页码*/
.pagination-box{
	float: right;
	visibility: visible; animation-name: fadeInUp; margin-top: 30px;
}
.pagination-box li {
  border: 1px solid #ddd;
  background: #fff;
  list-style: none;
}
.pagination-box li:before {
  background: #eee;
  border: 1px solid #ddd;
}
.pagination-box li span {
  color: #444;
  
}
.pagination-box ul li span {
    display: block;
    width: 100%;
    background: none;
    line-height: 30px;
    text-align: center;
}
.pagination-box li.active:before, .pagination-box li:hover:before {
    background: #ddd;
}
.pagination-box ul li:before {
    position: absolute;
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    left: -1px;
    bottom: -1px;
    border-radius: 0 0 1px 1px;
}
.pagination-box li:before {
    background: #eee;
    border: 1px solid #ddd;
}
.pagination-box li.active, .pagination-box li:hover {
  background: #004694;
  border-color: #004694;
  color: #fff;
}
.pagination-box li.active span, .pagination-box li:hover span {
  color: #fff;
}
.pagination-box li.active:before, .pagination-box li:hover:before {
  background: #ddd;
}
.pagination-box ul li {
    display: block;
    position: relative;
    width: 50px;
    height: 37px;
    float: left;
    margin-right: 7px;
    border-radius: 1px;
}
.pagination-box li {
    border: 1px solid #ddd;
    background: #fff;
}
/*展会信息*/
.newslist ul,li{
	list-style: none;
}
.newslist li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #FFF;
	padding: 15px 0px;
	margin-bottom: 20px;
}
.newslist li:hover{
	border: 1px solid #ddd;
}
.czright h3{
	color: #004694;
}
.czright .smore{
	font-style: normal;
	color: #999;
	border: 1px solid #ddd;
	padding: 5px 15px;
	border-radius: 15px;
	float: right;
}
.czright:hover .smore{
	background: #004694;
	border: 1px solid #004694;
	color: #fff;
}
.tuij{
	line-height: 36px;
}
.tuij a{
	color: #333;
}
/*联系我们*/
.linkbox li{
	color: #666;
	line-height: 28px;
}
.linkbox h2{
	color: #111;
	margin-bottom: 20px;
}
.linkbox li h4{
	color: #111;
	margin-bottom: 20px;
}
.linkbox .gybg{
	padding: 15px 25px; margin: 2%;
	display: inline-block;
}
/*在线留言*/
.form-agileinfo {
    width: 100%;
}
.form-agileinfo {
    width: 100%;
}
.input-w3ls:nth-child(1) {
    margin-right: 10px;
}
.input-w3ls {
    width: 49%;
    float: left;
}
.liuyanbox p {
    color: #333;
    margin-bottom: 10px;
    font-size: 15px;
    text-indent: 5px;
}
.liuyanbox{
	display: block;
	width: 100%;
	background: #f2f2f2;
	padding: 50px 0;
	margin-top: 50px;
}
.liuyanbox .liuybg{
	padding: 0 50px;
}
.liuylist input{
	width: 100%;
	border: none;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	margin-bottom: 30px;
}
.liuylist textarea{
	width: 100%;
	border: none;
	height: 100px;
	line-height: 26px;
	padding-left: 10px;
	margin-bottom: 30px;
}
.liuyanbox .submit{
    background: #004694;
    width: 16%;
    margin: 0 42%;
    color: #fff;
    border-radius: 5px;
}
.liuyanbox .submit:hover{
	background: #004694;
}
.ceshp img{
	display: block; margin: 0 auto;
}
.ceshp p{
	height: 50px; overflow: hidden; tesxt-align: center; padding: 0 10px;text-indent: 0; line-height: 24px;
}
.whrzi{ font-size: 18px !important; font-family: "微软雅黑"; margin-bottom: 30px !important;}
/*招聘*/
.zpzw-nr-h{
	border: 1px solid #ddd;
	padding: 15px 25px;
	margin-bottom: 30px;
	box-shadow: 2px 2px 5px #ddd;
}
.zpzw-nr-h h4{ margin-bottom: 15px;}
.zpzwtit{
	color:#004694; font-weight: normal;
}
.zpzwzw{ color: #666; font-size: 14px;}
.linian{
	background: url(../images/ygfl_bg.jpg) center center no-repeat;
	min-height: 560px;
	margin-top: 50px;
}
.linian b{
	color: #fff;
}
.linian p{
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}
/*在线客服*/
	.clear{clear:both;font-size:0px;line-height:0;height:0;}

@font-face {
	font-family: 'icomoon';
    src:url('fonts/icomoon.eot?qradjf');
    src:url('fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?qradjf') format('truetype'),
        url('fonts/icomoon.woff?qradjf') format('woff'),
        url('fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}

/*new right*/
.cndns-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#004694;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#004694;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#004694;margin-bottom:20px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#004694}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#004694;}
.meau-sev .cndns-right-btn{border-color:#004694;background: no-repeat #004694 center;} 
.meau-sev .cndns-right-btn p{color:#fff}
.meau-sev .cndns-right-btn span{color:#fff}
.meau-top .cndns-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .cndns-right-btn i{display:block;color:#999}
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#004694}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.meau-top.cndns-right-meau:hover .cndns-right-btn i{color:#fff;}
.cndns-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #004694;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#004694;font-size:18px;line-height:28px;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:33.33333%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(images/q1.gif) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#004694}
.meau-sev .cndns-right-box .box-border{width:430px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;border-top:1px solid #ccc;}
.meau-code .cndns-right-box .box-border i{display:block;color:#333;font-size:16px;line-height:16px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev .cndns-right-btn .demo-icon{display:none;}
.meau-sev:hover .cndns-right-btn{background:#004694}
.meau-zs .cndns-right-btn{background-color:#004694;color:#fff;margin-top:80px;border-color:#004694}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}

/*市场营销*/
.shichang{
	background: #f3f3f3;
	padding: 180px 0 100px;
	margin-bottom: 0;
	margin-top: 0;
}
.yingxiao {
	background: #fff;
	margin-bottom: 30px;
}
.yingxiao:hover{ box-shadow: 3px 3px 5px #ddd;  cursor: pointer;}
.ydtu{ padding-left: 0;padding-right: 0;}
.ydtit{ background: #e6e8ed; height: 100%; padding: 68.5px 0; text-align: center;}
.ydtit h2{ line-height: 48px; color: #004694;}
/*mobile*/
.mobile-logo{ display: none !important;}
@media only screen and (max-width: 768px){
	.cndns-right{ display: none;}
	.ow-navigation{ background: #fff !important;}
	.mobile-logo{ display: block !important;}
	.list{ padding: 0 !important;}
	.newsitem{ margin: 0; padding: 15px;}
	.callout-section{ display: none;}
	.ewm{ display: none;}
	.locleft{ display: none}
	.ryye{ width: 100%; height: auto;}
	.nynr { margin: 100px 0 0px;}
	.locright li{ margin-left: 20px;}
	.liuyanbox .submit{ width: 50%; margin: 0 25%;}
	.menu-block .menusearch p a{ color: #222 !important;}
}

