@charset "utf-8";
/* CSS Document */
*{
	padding:0px; margin:0px; /*font-family:ADOBEHEITISTD-REGULAR.OTF;
	font-family:Palatino Linotype;*/
	font-family:Arial;
	/*font-family:"Times New Roman", Regular;*/
	/*font-family:"Times New Roman", Times, serif;*/
	font:bold;
}
/*.collapse a:hover {
    color: #538c12 !important;
}*/



.labout a{
	float:right;
	margin-top: -11px;
}

.fac li {
    padding-left: 8px;
    float: left;
    padding-right: 3px;
}

.propro{
	
	margin-bottom:20px;
}





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

.tab2{
	width:100%;
	background-color:#f16d1a;
	margin-top:50px;
}
.left{
	line-height:143px;
	
}
.left span{
	font-size: 39px;
	font-family: Impact;
	color:white;
}
.left img{
	margin-top: -21px;
	
}
.call{
	
	height:56px;
	width:230px;
	background-color:#0270ae;
	margin-top: 48px;
}
.call span{
	color:white;
	font-size:38px;
	font-family: Impact;
	padding-left:52px;
}
.tel span{
	color:white;
	font-size:35px;
	font-family: Impact;
	
}
.tel{
	margin-top:27px;
	
}
.labout{
	padding-top: 10px;
padding-bottom: 2px;

	
	background-color:#f0f0ef;
}
.rabout img{
	
	width:100%;
}

.labout span{
	line-height:28px;
	
}


/*news*/
.ipart5 {
    margin-top: 53px;
    background: #ffc184;
    padding-top: 10px;
    padding-bottom: 32px;
}
.zong {
    width: 1200px;
    margin: 0px auto;
    padding: 0px;
}
.ipart5_title {
    text-align: center;
    max-height: 23px;
    padding-bottom: 69px;
}
h2 {
    font-size: 24px;
    color: #6d3500;
}
.inews_nr {
    padding-left: 170px;
    padding-right: 170px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/ipart5-nrbg.jpg) no-repeat center 26px;
}
#main2 {
    overflow: hidden;
}
#main2 ul.block {
    display: block;
}
#main2 ul {
    display: none;
}
.inews_menu {
    width: 100%;
    text-align: center;
}
.inews_menu li.hovers {
    background: url(../images/ipart5-next.jpg) no-repeat;
}
.inews_menu li {
    cursor: pointer;
    height: 37px;
    width: 24px;
    display: block;
    float: left;
    display: inline-block;
    background: url(../images/ipart5-pre.jpg) no-repeat;
    margin-left: 4px;
    margin-right: 12px;
}
.inews_ntitle a {
    
    font-size: 1.8rem;
}
.inews_ntitle {
    line-height: 28px;
}
.inews_menu span {
    display: block;
    float: left;
    display: inline-block;
    width: 368px;
    height: 23px;
    background: url(../images/ipart5-dian.jpg) repeat-x;
}
.inews_menu {
    width: 100%;
    text-align: center;
	margin-top: 30px;
}
.clear {
    clear: both;
}
.inews_nwz{
	    margin-top: 16px;

}
.litbright{
	
	padding-top:5px;
}







/*动画样式*/
figure.effect-bubba {
	background: #000;
	margin-bottom: 1px;
}

figure.effect-bubba img { width:100%;
	opacity: 0.90;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba .pro-m {
	opacity: 0;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
/*	text-transform: uppercase;*/
	padding-top:0%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure {
    position: relative;
    overflow: hidden;
    margin: 0 1px 1px 0;
    margin-bottom: 1px;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
	margin-top: 22px;
}
.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba .pro-description {
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    padding-top: 0%;
    -webkit-transition: -webkit-transform 0.35s;
	
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}
.caption {
    overflow: hidden;
}
.pro-description {
    height: 60px;
    text-align: center;
    line-height: 20px;
    margin: 35px;
}

.pro-m{ height: 0px;
    text-align: center;
    line-height: 20px;
    margin: 55px;}
.contact dt {
    width: 20px;
    line-height: 25px;
    float: left;
}
.contact dd {
    margin-left: 40px;
    line-height: 30px;
}
.news-list {
    line-height: 20px;
    width: 100%;
}
.home-news p a{ color:#333; font-size:14px;}
.news-list li {
	color:#666;
   display: block;
font-size: 16px;
padding: 6px 0px;
padding-left: 0px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #c6c6c6;
background-image: url(../images/ico.jpg);
background-repeat: no-repeat;
background-position: left center;
padding-left: 10px;
}
.foot-list li {
    display: block;
    padding: 6px 0px;
        padding-left: 0px;
    background-image: url(../images/ico.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}
.tab2 .qr{ float:left;}
.qr{ padding-left:20px; padding-top:10px;}
.home-news { padding-bottom:10px;}
.social ul {
    margin: 0 auto;
        margin-bottom: 0px;
    list-style-type: none;
    margin-bottom: 0px;
    padding: 10px;
}
.social li {
    float: left;
    margin-right: 5px;
}
.sub-menu .menu-item1,.menu-item {
   background-color: #f99b43;
  opacity: 0.9;

}


.hang{
	margin-top: 46px;
	
}

.container11{
	width:1170px;
	background-color:#f4f4f4;	
}
.sharrefun{
	margin-top:50px;
	
}

.ab {
    padding-bottom: 20px;
}
.ab span{
	
	float:right;
}

.a{
	text-align:center;
	
}
.b{
	
	text-align:center;
	
}








.navbar-fixed-top, .navbar-fixed-bottom {
    position:absolute;
    right: 0;
    left: 0;
/*    z-index: 1030;*/
}

.thumbnail {
    border: 0px;
}
.navbar-right {
    float: left !important;
    
}
.navbar-default {
    background-color: white;

}
.topp{
	width:100%;
	height:20px;
	background-color:#d8d8d8;
	padding-left: 146px;

}
ul{

	list-style:none;
}
table{word-wrap:break-word; word-break:break-all;}
.navbar-default{ border:none;}
/**/
/*.form-control {
    padding: 3px 12px;
    height: auto;
    width: 50%;
}
.col-md-9 {
    float: right;
}
*/
.all-content2 img{ max-width:100%; height:auto;}
.f-list li .art_title3 {
    line-height: 20px;
    border-bottom: 1px #CCC dashed;
    background-image: url(../images/ico3.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    width: 100%;
    display: block;
    padding: 8px 15px;
}
.art_content {
    margin: 5px 0;
    padding: 6px;
    display: none;
    background-color: #f3f3f3;
}
.f-list li .art_title2 {
    line-height: 20px;
    border-bottom: 1px #CCC dashed;
    background-image: url(../images/ico2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    width: 100%;
    display: block;
    padding: 8px 15px;
}
.f-list a {
    color: #333;
}
.contact li {
    font-size: 14px;
    line-height:18px;
    color: #fff;
    padding: 5px 0;
}
h2{ margin-top:30px; margin-bottom:20px;}

.foot-list {
    line-height: 18px; 
	
    width: 100%;
	color:white;
}
.foot-list li {
    display: block;
    padding: 6px 0px;
        padding-left: 0px;
    background-image:url(../images/list_ico.jpg);
    background-repeat: no-repeat;
    background-position: left center;
	font-size: 16px;
   /* padding-left: 10px;*/
}
.foot-list li a {
    color: white;
}
.btn{ background-color:#f8f8f8;}
.btn-primary {
    background-color: #428bca;}
form{ padding:10px; }
#banner{ width:100%; height:574px; margin-top:195px;}
#banner2{ width:100%; height:300px; margin-top: 196px;}
a{color:#666;}
.nav > li > a{color:#fff; font-size:17px;}

.dropdown{
	position:relative;
}
/*.navbar-right{    padding-top: 10px;
    padding-bottom: 20px;}*/
.sub-menu{
	position:absolute;
	z-index:10;

}
.sub-menu .menu-item{
	/*background-color:#0097ff;*//*opacity: 0.4;*/ /*border-bottom: 1px dotted #fff;*/
	
}
/*产品轮播*/
#scrollbox2 ul {
    list-style: none;
    float: left;
}
#scrollbox2 LI {
	float: left;
text-align: center;
margin-left: 20px;
margin-right: 20px;
width: 222px;
}


/**滚动**/
.pics {
   height: 300px;
    position: relative;

}
#cgalc_con {
    margin-top: 15px;
    float: left;
    position: relative;
    width: 100%;
}

#scrollbox2 {
    width: 1050px;
    margin-left: 16px;
    margin: 0 auto;
    margin-left: 35px;
}
#scrollbox2 ul {
    list-style: none;
    float: left;
}
#scrollbox2 LI {
    float: left;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    width: 222px;
}
#arrLeft2 {
    position: absolute;
    top:120px;
    right: 0px;
}
#arrRight2 {
    position: absolute;
    top:120px;
    left: 0px;
}
#scrollbox2 img {
    border: 1px solid #eee;
    margin-bottom: 5px;
    width: 100%;
    height:240px;
    display: table;
}
/**滚动end**/












/**滚动2**/
.pics2 {
   height: 300px;
    position: relative;

}
#cgalc_con2 {
    margin-top: 15px;
    float: left;
    position: relative;
    width: 100%;
}

#scrollbox {
    width: 1050px;
    margin-left: 16px;
    margin: 0 auto;
    margin-left: 35px;
}
#scrollbox ul {
    list-style: none;
    float: left;
}
#scrollbox LI {
    float: left;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    width: 222px;
}
#arrLeft {
    position: absolute;
    top:0px;
    right: 0px;
}
#arrRight {
    position: absolute;
    top:0px;
    left: 0px;
}
#scrollbox img {
    border: 1px solid #eee;
    margin-bottom: 5px;
    width: 100%;
    height:240px;
    display: table;
}
/**滚动end**/

















.thumbnail2 {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}






.single-member{
	margin: 0;
	padding: 0;
}
.person{ text-align:center; background-color:#aaaaaa;}
.person img{ padding:35px 0;}
.person-detai{ height:260px;
	padding:10px;
	background: #aaaaaa;
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}

.person-detai p{
font-size: 18px;
color: #fff;
padding: 0 10px;

}

.person1{ text-align:center; background-color:#ccc;}
.person1 img{ padding:120px 0 0 0;}
.person-detai1{height:210px;
	padding:10px;
	background: #ccc;
	position: relative;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}

.person-detai1 p{
font-size: 18px;
color: #fff;
padding: 20px 10px 0 10px;

}


.all-content table {
    width: 100% !important;
}

/*产品列表*/
.thumbnail{
    text-align: center;
    display: block;
   padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.o-btn {background:url(../images/bj.jpg)no-repeat right center;line-height: 50px;
    margin-top: 6%;
    margin-bottom: 6%;
    text-align: center;
	
}
.o-btn a {
    color: #00b4ff;
    font-weight: 400;
    font-size: 1em;
    padding: 5px 12px;
}
.pro-description {
    height:196px;text-align:center;    line-height: 20px;
    margin: 58px;
}
.caption {
    overflow: hidden;
}
.thumbnail .caption { background-color:#ff9836; height:48px;
    padding: 4px;
}
/**/
.home-pro a {
    display: table-cell;
    vertical-align: middle;
    height: 250px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    width: 100%;
    height: auto;
}

.pro-name a {
    vertical-align: middle; color:#fff; font-size:16px;
    height: auto;
}
.input-width {
    float: left;
}

/*.logobar{
	background:url(../images/bj.jpg) no-repeat top ;
}*/
/*主体内容*/
#sycp_tit {
    height: 46px;
    color: #dcc17e;
    line-height: 60px;
    text-align: center;
    margin-top: 20px;
    margin: 0 auto;
}
textarea{ margin-bottom:20px;}
.form-group{ padding-bottom:30px;}
.control-height{ line-height:20px;}
.search-form { margin-top:0px; margin-bottom:0px; }
.form-control { padding:6px 12px; height:auto;}
search-inp, .search-btn {
    border-radius: 0px;
    height: 34px;
}
.search-btn {
    background-color: #ff9836;
    border-color: #ff9836;
}
.search-btn:hover {
    background-color: #085aa3;
    border-color: #085aa3;
}
.search-btn span {
    color: #FFF;
}
#apply-pup-icon{ margin-top:-5px;}
.tab-p {
	font-size: 16px;
	letter-spacing: 1px;
	color: #666;
	margin: 10px 0 0px 0;
	letter-spacing: 0px;
}
.tab-p b { color:#333; }
.btn-pro { color:#0061d8; font-size:18px; padding: 15px 30px; border-radius: 0px; margin:auto; display:block; width:256px; }
.img-pro { margin:auto; margin-top:20px;}
.img-pro ul li{
	float:left;
	width:270px;
	height:320px;
	background-color:#eee;
	margin-right:10px;
	margin-bottom:10px;
	display: table-cell;
    vertical-align:middle;
    text-align: center;
}
.img-pro img{
	margin-top:20px;
}
.img-pro p{
	text-align:center;
	margin-top:20px;
}
.pro img{
	margin-top:0px;
}
.pro-name h5 { width:100%; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.container1{
	margin:auto;
	background-color:#efefef;
}
.tab3,.tab2{
	width:100%;

}
.tab3 img{max-width:100%;}
.tab2-h2{
	text-align:center;
	color:#113102;
}
.home-packing, .bfoot {
    margin-bottom: 20px;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
}
.wow h4{
	text-align:center;
}
.wow img {
	margin-left:auto;
	margin-right:auto;
}
.tab_title{
	text-align:center;
	color: #4a4747;
	font-size: 31px;
}

.img-thumbnail1{
	float:left;
	margin-right:10px;
	
}
.home-about{
	margin-top:20px;
	padding-bottom: 50px;
}
.about-thumbnail img{
	max-width:600px;
	margin-left:auto;
	margin-right:10px;
}

.about-content p{
font-size:18px;
line-height: 24px;
margin-left: 10px;

}
.about-content span a{
	color:#428bca;
	}
.about-more{ padding-left:15px;
/*	width:120PX;
	height:40px;
	line-height:40px;
	border:1px solid #2076da;*/
	float:left;
/*	text-align:center;
	margin-right:15px;*/
}
.about-more a{
	color:red; text-decoration:none
}
		
.footer {
   width:100%;
    font-size: 14px;
	background:#f16d1a;
	margin-top:50px;
}
.foot {
/*    background-image: url(../images/map.png);*/
    background-repeat: no-repeat;
    background-position: center center;
	margin-top:10px;
}
.fac ul li img{
	
}


.bfoot img{
   margin-top: 19px;
	
}
.footer h3{
	color:#fff;
}
.footer a{
	color:#fff;
}
.list-unstyled1 li{
	background-image:url(../images/xi_31.jpg);
	background-position:top 10px left;
	background-repeat:no-repeat;
}
.list-unstyled1 li a{
	color:#fff;
}
.list-unstyled1 li h4{
	padding-left:10px;
}
.list-unstyled1 li p{
	color:#fff;
	padding-left:10px;
}
.contact {
    padding-bottom: 5px;
    margin-bottom: 0px;
    color: #ccc;
}
.contact dt {
    width: 20px;text-align: center;
    float: left;
}
.contact dt img{
	margin-top:8px;
}
.contact dd {
    margin-left:30px;
    line-height: 30px;
	color:#fff;
}
.ny_c {
    margin: auto;
}

.ny_c img{ max-width:100%;}
.tab1{}
.m_form li{margin-bottom:5px; overflow:hidden;}
.m_form .areLi{height:70px;}
.m_form label{ float:left; width:15%; height:35px; border:1px solid #9b9595; border-right-width:0; text-align:center; background-color: #e5e5e8; }
.m_form label img{position:relative; top:6px;}
.m_form .iptTxt{ float:left; width:85%; border:1px solid #9b9595; height:35px; line-height:12px; padding:7px 10px; outline:none; color:#666; font-family:"microsoft yahei"; background-color: #FFF; background-image: url(../css/Img/Index/iptBg.png); background-repeat: repeat; }
.m_form .areLi label{ height:80px; background-color: #e5e5e8; }
.m_form .areLi label img{top:10px;}
.m_form .txtAre{ float:left; width:85%; height:70px; line-height:20px; border:1px solid #9b9595 outline:none; resize:none; color:#666; padding:4px 10px; font-family:microsoft yahei; background-color: #FFF; background-image: url(../css/Img/Index/iptBg.png); background-repeat: repeat; }
.m_form .txtAre2{float:left; width:150px; height:72px; line-height:20px; border:1px solid #9b9595 outline:none; resize:none; color:#fff; padding:4px 10px; background:url(../css/Img/Index/iptBg.png) repeat; font-family:microsoft yahei;}
.m_form .iptTxt2{ float:left; width:40%; border:1px solid #9b9595; height:35px; line-height:12px; padding:7px 10px; outline:none; color:#666; font-family:"microsoft yahei"; background-color: #FFF; background-image: url(../css/Img/Index/iptBg.png); background-repeat: repeat; }
.m_form .btnSubmit{
	width:95px;
	height:32px;
	font-size:12px;
	color:#2d0d0d;
	cursor:pointer;
	border:none;
	background-color:#ffba00;
	display:block;
	margin:auto;
}
.m_form .btnSubmit:hover {
	background:#cb9504;
}
/*内页样式*/
#information {
   
    padding: 25px 0;
}
/*#information img{max-width:100%;}*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.all-content2 a{
	color:#06F;

	}
.info-right, .container-fluid {
    background-color: #fff;
    box-shadow: 2px 2px 5px #ccc; padding-bottom:30px;
}
.container-fluid .title-h3 {
    color: #333;
    border-bottom: 1px solid #ccc;
    padding: 20px 10px 10px 0px;
    margin: 0 0 10px 0;
}
.all-content2 {
    padding: 10px 10px 40px 10px;
    font-size: 14px;
    min-height: 200px;
}
/*搜索翻页*/
.propage {
    font-size: 12px;
    float: right;
    margin-left: 5px;
    margin-right: 0px;
    padding-right: 0px;
}.select {
    float: right;
    margin-left: 10px;
    padding: 2px;
}
.current_page {
    display: block;
    border: 1px solid #ccc;
    color: #FFF;
    text-decoration: none;
    padding: 0px 6px;
    font-size: 14px;
    background-color: #085aa3;
}
.propage a {
    display: block;
    border: 1px solid #ccc;
    color: #000;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}



/*.all-content2 img{max-width:50%;}*/
/*产品页样式*/

.side-title {
   padding-bottom: 3px;

	border-bottom-color: #CCC;
	background-color: #f16d1a;
	width: 292px;
	margin-top: -20px;
	margin-left: -15px;
	height: 54px;
	background-image:url(../images/xlogo.png);
	background-repeat: no-repeat;
	background-position:34px 5px;
	display: block;
	color:white;
}
.info-right blockquote {
    padding-left: 6px;
   /* border-left: 5px solid #78bd2c;*/
}
.info-right blockquote {
    margin: 0;
    padding: 0 10px;
}
.side-pro-list {
    padding: 10px 0;
}
.side-pro-list li ul li a {
	font-weight:normal;
}
.news-title { font-size:20px; text-align:center; }
.side-pro-list-item {
   position: relative;
display: block;
background-color: transparent;
border: 0px;
font-size: 14px;
padding: 0px;
}

.side-pro-list span{
	font-size:16px;
}


blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #eee;
}

.images span{
	
	padding-top:5px;
}
.side-pro-list-item a {
    display: block;
    padding: 6px 22px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    /*border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #a59e9c;*/
	background-color:#f16d1a;
	margin-top: 8px;
	border-radius: 4px;
}
.side-pro-list-item ul li a {
    display: block;
    padding: 10px 22px;
    color: #333;
    background-image: url(../images/ico.jpg);
    background-repeat: no-repeat;
    background-position: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dotted #a59e9c;
}
#pro-menu1>.side-pro-list-item{background-image: url(../images/ico.jpg);
background-repeat: no-repeat;
background-position: 10px 18px;
}
#pro-menu1>.side-pro-list-item>A{padding-left:30px;font-weight: bold;
font-size:15px;
}
.list-unstyled2 .side-pro-list-item{background-image: url(../images/ny_nav_ico.jpg);
background-repeat: no-repeat;
background-position: 30px 18px;
font-size: 14px;
}
.list-unstyled2 .side-pro-list-item >a{padding-left:50px;}
.img-pic { width:100%;
    overflow: hidden;
	/*height:200px;*/
	display: table;
    text-align: -webkit-center;
}
.img-pic a {
    display: table-cell;
    *display: block;
    vertical-align: middle;
}
.c-img-height {
    display: block;
    vertical-align: middle;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    width: 100%;
    height: auto;
	max-width:450px;
}
.pro-name{
    text-align: center; color:#333;
    display: block;
    line-height: 40px;
}
.pro-name a{
    color:white;
	font-size:18px;
}
.pro-name h5 a{
    color:white;
	font-size:14px;
}
.pro-name td a{
    color:white;
	font-size:14px;
}

.ny_tit3{ margin:10px 0; width:100%; height:40px; padding-left:15px; font-size:16px; line-height:40px; font-weight:bold; background-position: center bottom; background-color: #DDD; }
/*新闻样式*/
.all-content {
    padding: 10px 10px 40px 10px;
    font-size: 14px;
    min-height: 355px;
}
/*.all-content img{max-width:50%;}*/
.list-unstyled span{
	float:right;
}
.n-list li {
    line-height: 35px;
    border-bottom: 1px #CCC dashed;
    background-image: url(../images/ico.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size: 15px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.n-list li a{color:#666;}
.p_list { float:left; min-height:200px; }

/*产品列表*/
#pro-menu.no-responsive > li ul { position: absolute; visibility: hidden; white-space: normal; width: 220px; transition: all 0.1s linear 0.5s; -moz-transition: all 0.1s linear 0.5s; -webkit-transition: all 0.1s linear 0.5s; opacity: 0; height: 0px;}
#pro-menu.no-responsive > li > ul:before { content: ''; position: absolute; bottom: -3px; left: -3px; right: -3px; height: 3px; }
#pro-menu.no-responsive > li > ul { top: 0; right: 100%; transform: translateX(20px); -o-transform: translateX(20px); -ms-transform: translateX(20px); -moz-transform: translateX(20px); -webkit-transform: translateX(20px); z-index: 1; }
#pro-menu.no-responsive:hover li:hover > ul { visibility: visible; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); background-color:#FFF; box-shadow: 0px 0px 3px rgba(0,0,0,.4); z-index:10; }
#pro-menu.no-responsive:hover > li ul { visibility: hidden; transition: all 0.1s linear; -moz-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; opacity: 0; }
#pro-menu.no-responsive > li > ul {top: -8px;
right: -84%; }
#pro-menu.no-responsive > li > ul.invert { left: auto; right: 0; }
#pro-menu.no-responsive > li > ul a { padding: 6px 10px; font-size:16px; color: white;}
#pro-menu.no-responsive > li > ul ul { top: 0; right: 100%; transform: translateX(20px); -o-transform: translateX(20px); -ms-transform: translateX(20px); -moz-transform: translateX(20px); -webkit-transform: translateX(20px); z-index: 1; }
#pro-menu.no-responsive > li > ul ul.invert { top: 0; left: auto; right: 100%; transform: translateX(-20px); -o-transform: translateX(-20px); -ms-transform: translateX(-20px); -moz-transform: translateX(-20px); -webkit-transform: translateX(-20px); }
#pro-menu.no-responsive > li > ul li:hover > ul { transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); }
#pro-menu.no-responsive > li li.menu-item-parent > a:after { position: absolute; width: 9px; height: 16px; right: 20px; top: 50%; margin-top: -8px; font-weight: normal; font-family: 'scalia-icons'; content: '\e601'; font-size: 16px; line-height: 16px; }
/* Mega Menu Styles*/
#pro-menu.no-responsive > li.megamenu-enable > ul > li > ul ul { display: none; }
#pro-menu.no-responsive > li.megamenu-enable > ul { width: auto; white-space: nowrap; background-repeat: no-repeat; font-size: 0; line-height: 1; }
#pro-menu.no-responsive > li.megamenu-enable > ul.megamenu-masonry.megamenu-masonry-inited > li { position: absolute; }
#pro-menu.no-responsive li > ul.without-transition { transition: none !important; -moz-transition: none !important; -webkit-transition: none !important; }
#pro-menu.no-responsive > li.megamenu-enable ul { width: auto; }
#pro-menu.no-responsive > li.megamenu-enable > ul ul { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li { display: inline-block; vertical-align: top; margin: 0 0 0 31px; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-first-element { margin-left: 0; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-new-row { display: block; margin: 0 0 20px 0; }
#pro-menu.no-responsive > li.megamenu-enable li { background: none; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header { display: block; padding-bottom: 10px; margin-bottom: 14px; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li { padding: 3px 0; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li a { display: inline-block; background: none; padding: 0; }
#pro-menu.no-responsive > li.megamenu-enable li.menu-item-parent > a:after { display: none; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a { padding: 0; text-transform: uppercase; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link { pointer-events: none; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.megamenu-has-icon:before { display: inline-block; font-family: 'scalia-user-icons'; font-weight: normal; content: attr(data-icon); font-size: 14px; vertical-align: baseline; margin-right: 9px; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li .mega-label { display: inline-block; font-size: 65%; line-height: 1.6; text-transform: uppercase; padding: 1px 3px 1px 4px; margin: 0 0 0 7px; position: relative; top: -2px; vertical-align: middle; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li > ul li > a { position: relative; padding-left: 34px; padding-right: 12px; vertical-align: middle; margin-left: -12px; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li > ul > li > a:before { display: block; float:left; margin-left: -22px; font-family: 'scalia-user-icons'; font-weight: normal; content: '\e7cf'; font-size: 14px; vertical-align: middle; width: 15px; text-align: center; }
#pro-menu.no-responsive > li.megamenu-enable > ul > li > ul > li.megamenu-has-icon > a::before {
 content: attr(data-icon);
 margin-left: -24px;
}
#pro-menu.no-responsive > li.megamenu-enable > ul > li > ul { position: static; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); }
#pro-menu.no-responsive > li.megamenu-enable:hover > ul > li > ul { visibility: visible; opacity: 1; }

.copyright { background-color:#0b72b3; text-align:center; color:white; padding:13px 0px;float: left;
width: 100%;
 }
.copyright a { color:white; }
.proName { font-size:22px; }
.nav-bg {padding:5px 0;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cdcbcc;

}
.gq li img {
    width: 40px;
    height: 20px;
    padding: 0 5px;
}
.fac li img {
    width: 30px;
height: 30px;

}

.ipart5_title h2{
	font-size:34px;
}
.top-left a{font-size: 16px;
    color: #ff9836;
    font-weight: 600;}
.navbar-header{ float: left; }
.top-left{margin-left:20px;
    font-size: 16px;
    color: #ff9836;
    font-weight: 600;}
.top-left li{padding-left:15px;float: left;}
@media (min-width: 1200px){
	
.title2{
	margin-top: 396px;
	
}
.title3{
	margin-top: 396px;
	
}
.tab-h2{
	background: url(../images/index1.jpg);
	text-align: center;
	width: 535px;
	height: 187px;
	text-align: center;
	margin: 0 auto;
	padding-top: 128px;

	padding-right: 183px;
	
}
.navbar-lg{ background-image:url(../images/dht.jpg);}	
	

.b{
	
	text-align:center;
	margin-top:40px;
}
	
	
.products img {
    margin-left:8px;
margin-top: -5px;
margin-right: 12px;
}



	
.title{ margin-left:-20%;}	
.gq{ float:right;margin-top: 30px;}
.gq li{padding-left:1px;float: left;}	
.gq li span{ line-height:18px; margin-right:5px;}	
.fac{ margin-top: 22px;}
.fac li{padding-left: 6px;
float: left;
padding-right: 3px;}	
.fac li span{ line-height:18px; margin-right:5px;}	




.ss { float:right;
}

.email {
    float: left;
    font-size: 18px;
    color: #333;
margin-top: 15px;
padding-right: 20px;
}
.email a{ color:#666; font-size:14px;}	

.social ul {
    width: 47%;
	margin: 0 auto;

    list-style-type: none;
    margin-bottom: 0px;
    padding: 10px;
       
}
.pro1 h4,.pro2 h4,.pro3 h4{
position: absolute;
font-size: 24px;
color: #fff;
text-align: center;
width: 92%;
/*background: url(../images/pro1.jpg) no-repeat;*/
height: 391px;
line-height: 100px;
display:block;
}
.navbar-right{ margin-right:20px; padding:12px 0 0 10px;}
#primary-menu, #primary-menu + ul { text-align: left; }
#primary-navigation .menu-toggle { display: none; }
#primary-navigation #primary-menu.no-responsive li.dl-parent, #primary-navigation #primary-menu.no-responsive li.dl-back { display: none; }
/*#primary-menu.no-responsive { text-align: left; display: inline-block; margin-bottom:1px; float:right;}*/
#primary-menu.no-responsive li { position: relative; padding-left: 16px;}
.sub-menu li a{
	margin-left: 10px;
}

#primary-menu.no-responsive a { position: relative; display: block; /*text-decoration: none;*/padding: 15px -1px 15px 35px; color:#fff; font-size:16px;margin-left: 33px;  }


.hover{/*background:#eda81f;*/ color:#538c12;}
#primary-menu.no-responsive > li { display: inline-block; vertical-align: middle; }
#primary-menu.no-responsive > li.menu-item-parent > a:after { position: absolute; width: 16px; height: 9px; left: 50%; margin-left: -8px; bottom: 15px; font-family: 'scalia-icons'; font-weight: normal; content: '\e602'; font-size: 16px; line-height: 9px; transition: all 0.01s linear 0.5s; -moz-transition: all 0.01s linear 0.5s; -webkit-transition: all 0.01s linear 0.5s; visibility: hidden; }
#primary-menu.no-responsive:hover > li.menu-item-parent > a:after { visibility: hidden; transition: all 0.01s linear; -moz-transition: all 0.01s linear; -webkit-transition: all 0.01s linear; }
#primary-menu.no-responsive > li.menu-item-parent:hover > a:after { visibility: visible; transition: all 0.01s linear; -moz-transition: all 0.01s linear; -webkit-transition: all 0.01s linear; }
#primary-menu.no-responsive > li ul { position: absolute; visibility: hidden; white-space: normal; width: 299px; transition: all 0.1s linear 0.5s; -moz-transition: all 0.1s linear 0.5s; -webkit-transition: all 0.1s linear 0.5s; opacity: 0; }
#primary-menu.no-responsive > li > ul:before { content: ''; position: absolute; bottom: -3px; left: -3px; right: -3px; height: 3px; }
#primary-menu.no-responsive > li > ul { transform: translateY(20px); -o-transform: translateY(20px); -ms-transform: translateY(20px); -moz-transform: translateY(20px); -webkit-transform: translateY(20px); }
#primary-menu.no-responsive:hover li:hover > ul { visibility: visible; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); background-color:#FFF; box-shadow: 0px 0px 3px rgba(0,0,0,.4); z-index:10; }
#primary-menu.no-responsive:hover > li ul { visibility: hidden; transition: all 0.1s linear; -moz-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; opacity: 0; }
#primary-menu.no-responsive > li > ul { top: 100%; left: 21px;}
#primary-menu.no-responsive > li > ul.invert { left: auto; right: 0; }
#primary-menu.no-responsive > li > ul a { padding:8px; font-size:14px; color:#FFF; }
#primary-menu.no-responsive > li > ul ul { top: 0; left: 100%; transform: translateX(20px); -o-transform: translateX(20px); -ms-transform: translateX(20px); -moz-transform: translateX(20px); -webkit-transform: translateX(20px); z-index: 1; }
#primary-menu.no-responsive > li > ul ul.invert { top: 0; left: auto; right: 100%; transform: translateX(-20px); -o-transform: translateX(-20px); -ms-transform: translateX(-20px); -moz-transform: translateX(-20px); -webkit-transform: translateX(-20px); }
#primary-menu.no-responsive > li > ul li:hover > ul { transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); }
#primary-menu.no-responsive > li li.menu-item-parent > a:after { position: absolute; width: 9px; height: 16px; right: 20px; top: 50%; margin-top: -8px; font-weight: normal; font-family: 'scalia-icons'; content: '\e601'; font-size: 16px; line-height: 16px; }
/* Mega Menu Styles*/
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul ul { display: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul { width: auto; white-space: nowrap; background-repeat: no-repeat; font-size: 0; line-height: 1; }
#primary-menu.no-responsive > li.megamenu-enable > ul.megamenu-masonry.megamenu-masonry-inited > li { position: absolute; }
#primary-menu.no-responsive li > ul.without-transition { transition: none !important; -moz-transition: none !important; -webkit-transition: none !important; }
#primary-menu.no-responsive > li.megamenu-enable ul { width: auto; }
#primary-menu.no-responsive > li.megamenu-enable > ul ul { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li { display: inline-block; vertical-align: top; margin: 0 0 0 31px; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-first-element { margin-left: 0; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-new-row { display: block; margin: 0 0 20px 0; }
#primary-menu.no-responsive > li.megamenu-enable li { background: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header { display: block; padding-bottom: 10px; margin-bottom: 14px; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li { padding: 3px 0; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li a { display: inline-block; background: none; padding: 0; }
#primary-menu.no-responsive > li.megamenu-enable li.menu-item-parent > a:after { display: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a { padding: 0; text-transform: uppercase; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link { pointer-events: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.megamenu-has-icon:before { display: inline-block; font-family: 'scalia-user-icons'; font-weight: normal; content: attr(data-icon); font-size: 14px; vertical-align: baseline; margin-right: 9px; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li .mega-label { display: inline-block; font-size: 65%; line-height: 1.6; text-transform: uppercase; padding: 1px 3px 1px 4px; margin: 0 0 0 7px; position: relative; top: -2px; vertical-align: middle; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul li > a { position: relative; padding-left: 34px; padding-right: 12px; vertical-align: middle; margin-left: -12px; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul > li > a:before { display: block; float:left; margin-left: -22px; font-family: 'scalia-user-icons'; font-weight: normal; content: '\e7cf'; font-size: 14px; vertical-align: middle; width: 15px; text-align: center; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul > li.megamenu-has-icon > a::before {
 content: attr(data-icon);
 margin-left: -24px;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul { position: static; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); }
#primary-menu.no-responsive > li.megamenu-enable:hover > ul > li > ul { visibility: visible; opacity: 1; }

.navbar-brand {
	display: block;
	height: 115px;
width: 80px;
	-webkit-background-size: 124px 124px;
	background-size: 164px 59px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	margin:10px 0px;
	padding:0;
	background-size: 100%;
}
#scrollbox li{
	float:left;
	width:270px;
	height:300px;
	margin-left:15px;
	text-align:center;
}
#scrollbox li img{
	padding-top:10px;
	max-height:210px;
}
#scrollbox li p{
	padding-top:20px;
	font-size:16px;
}
.social li{
	float:left;
	margin-right:10px;
}
.col-lg-5{width:40%;}
.nav>li>a{position:relative;display:block;padding:15px 43px; border-right-width: 1px; border-right-style: solid; border-right-color: #297e1c;}
.nav2>li>a{position:relative;display:block;padding:12px 43px; }
/*.navbar-lg { background-color: #029016; }*/
#companyName { font-size:27px; font-weight:bold; margin-top:44px;color:#6c6c6b;font-family:Segoe UI;}
/*内页主题图*/
.all-banner { width: 100%; height:240px; background-image: url(../images/all_banner.jpg); background-repeat: no-repeat; background-position: center center;  }
.all-control { height:240px; position:relative; }
.all-banner-font { font-size:30px; color:#FFF; text-shadow:3px 3px 3px #333; position:absolute; bottom:40px; }

/*面包屑*/
.all-breadcrumb {
    background-color: transparent;
	margin-bottom: 0px;
	font-size:14px;
	float:right;
}
/*.search{width:250px; height:30px; margin-right:0;}*/
.m_form .btnSubmit{
	width: 85px;
height: 35px;
font-size:14px;
font-weight:bold;
	color:#FFF;
	cursor:pointer;
	border:none;
	background-color:#eb8d00;
	display:block;
	margin:auto;
	float:right;
}
.pagerzy li > a{
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border-radius: 15px;
}
.pagerzy .previous a{
	float:left;
	margin-right:650px;
	font-size:0px;
	width:42px;
	height:42px;
	display:block;
	position: absolute; top: 20%; left: 20px;
	background-image:url(../images/large_left.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.pagerzy .next a{
	float:right;
	font-size:0px;
	width:42px;
	height:42px;
	display:block;
	position: absolute; top: 20%; right: 20px;
	background-image:url(../images/large_right.png);
	background-position:center center;
	background-repeat:no-repeat;
}

}


/* 小屏电脑尺寸 */
@media all and (min-width:990px) and (max-width:1200px){

.tab-h2{
	background: url(../images/index1.jpg);
	text-align: center;
	width: 535px;
	height: 187px;
	text-align: center;
	margin: 0 auto;
	padding-top: 128px;

	padding-right: 183px;
	
}
.call {
    height: 56px;
    width: 230px;
    background-color: #0270ae;
    margin-top: 48px;
    margin-left: -44px;
}

	.navbar-lg{ background-image:url(../images/dht.jpg);}	
.topp{
	width:100%;
	height:20px;
	background-color:#d8d8d8;
	padding-left: 146px;
}
.navbar-form{ padding:0px;}

.gq{ float:right;margin-top: 19px;}
.gq li{padding-left:10px;
    float: left;}	
.gq li span{ font-size:18px;}	
.ss { float:right;
}

.email {
    float: left;
    font-size: 18px;
    color: #333;
margin-top: 15px;
padding-right: 20px;
}
.email a{ color:#666; font-size:14px;}

#scrollbox2 {
    width: 790px;

}	
#scrollbox {
    width: 790px;

}
.social ul {
    width: 55%;
margin: 0 auto;

    list-style-type: none;
    margin-bottom: 0px;
    padding: 10px;
       
}
.tab_title b ,.tab_title1 b{
   /* padding: 0 300px;*/
   width:100%;
}
.tab_title1 img,.tab_title img{width:100%;}
.pro1 h4,.pro2 h4,.pro3 h4{
position: absolute;
font-size: 24px;
color: #fff;
text-align: center;
width: 92%;
height: 391px;
line-height: 100px;
display:block;
}
.pro-description {
    height: 60px;
    text-align: center;
    line-height: 20px;
    margin: 35px;
        margin-top: 35px;
    margin-top: -27px;
}
img {
    
    max-width: 100%;
}
.side-title {
   padding-bottom: 3px;
border-bottom-color: #CCC;
background-color: #f16d1a;
width: 244px;
margin-top: -20px;
margin-left: -15px;
height: 54px;
background-image: url(../images/xlogo.png);
background-repeat: no-repeat;
background-position: 15px 7px;
display: block;
color: white;
padding-left: 27px;
}

.navbar-right{ margin-right:0px;}
#primary-menu, #primary-menu + ul { text-align: left; }
#primary-navigation .menu-toggle { display: none; }
#primary-navigation #primary-menu.no-responsive li.dl-parent, #primary-navigation #primary-menu.no-responsive li.dl-back { display: none; }
#primary-menu.no-responsive { text-align: left; display: inline-block; margin-bottom:1px; width:100%;}
#primary-menu.no-responsive li { position: relative; }
#primary-menu.no-responsive a { position: relative; display: block; text-decoration: none; padding:12px 45px; color:#fff; font-size:16px; }
#primary-menu.no-responsive > li { display: inline-block; vertical-align: middle;}
#primary-menu.no-responsive > li.menu-item-parent > a:after { position: absolute; width: 16px; height: 9px; left: 50%; margin-left: -8px; bottom: 15px; font-family: 'scalia-icons'; font-weight: normal; content: '\e602'; font-size: 16px; line-height: 9px; transition: all 0.01s linear 0.5s; -moz-transition: all 0.01s linear 0.5s; -webkit-transition: all 0.01s linear 0.5s; visibility: hidden; }
#primary-menu.no-responsive:hover > li.menu-item-parent > a:after { visibility: hidden; transition: all 0.01s linear; -moz-transition: all 0.01s linear; -webkit-transition: all 0.01s linear; }
#primary-menu.no-responsive > li.menu-item-parent:hover > a:after { visibility: visible; transition: all 0.01s linear; -moz-transition: all 0.01s linear; -webkit-transition: all 0.01s linear; }
#primary-menu.no-responsive > li ul { position: absolute; visibility: hidden; white-space: normal; width: 200px; transition: all 0.1s linear 0.5s; -moz-transition: all 0.1s linear 0.5s; -webkit-transition: all 0.1s linear 0.5s; opacity: 0; }
#primary-menu.no-responsive > li > ul:before { content: ''; position: absolute; bottom: -3px; left: -3px; right: -3px; height: 3px; }
#primary-menu.no-responsive > li > ul { transform: translateY(20px); -o-transform: translateY(20px); -ms-transform: translateY(20px); -moz-transform: translateY(20px); -webkit-transform: translateY(20px); }
#primary-menu.no-responsive:hover li:hover > ul { visibility: visible; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -moz-transform: translateY(0); -webkit-transform: translateY(0); background-color:#FFF; box-shadow: 0px 0px 3px rgba(0,0,0,.4); z-index:10; }
#primary-menu.no-responsive:hover > li ul { visibility: hidden; transition: all 0.1s linear; -moz-transition: all 0.1s linear; -webkit-transition: all 0.1s linear; opacity: 0; }
#primary-menu.no-responsive > li > ul { top: 100%; left: 10%; }
#primary-menu.no-responsive > li > ul.invert { left: auto; right: 0; }
#primary-menu.no-responsive > li > ul a { font-size: 14px;
color: #fff;
padding: 8px;
padding-left:0px;
 }
#primary-menu.no-responsive > li > ul ul { top: 0; left: 100%; transform: translateX(20px); -o-transform: translateX(20px); -ms-transform: translateX(20px); -moz-transform: translateX(20px); -webkit-transform: translateX(20px); z-index: 1; }
#primary-menu.no-responsive > li > ul ul.invert { top: 0; left: auto; right: 100%; transform: translateX(-20px); -o-transform: translateX(-20px); -ms-transform: translateX(-20px); -moz-transform: translateX(-20px); -webkit-transform: translateX(-20px); }
#primary-menu.no-responsive > li > ul li:hover > ul { transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); }
#primary-menu.no-responsive > li li.menu-item-parent > a:after { position: absolute; width: 9px; height: 16px; right: 20px; top: 50%; margin-top: -8px; font-weight: normal; font-family: 'scalia-icons'; content: '\e601'; font-size: 16px; line-height: 16px; }
/* Mega Menu Styles*/
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul ul { display: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul { width: auto; white-space: nowrap; background-repeat: no-repeat; font-size: 0; line-height: 1; }
#primary-menu.no-responsive > li.megamenu-enable > ul.megamenu-masonry.megamenu-masonry-inited > li { position: absolute; }
#primary-menu.no-responsive li > ul.without-transition { transition: none !important; -moz-transition: none !important; -webkit-transition: none !important; }
#primary-menu.no-responsive > li.megamenu-enable ul { width: auto; }
#primary-menu.no-responsive > li.megamenu-enable > ul ul { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li { display: inline-block; vertical-align: top; margin: 0 0 0 31px; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-first-element { margin-left: 0; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-new-row { display: block; margin: 0 0 20px 0; }
#primary-menu.no-responsive > li.megamenu-enable li { background: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header { display: block; padding-bottom: 10px; margin-bottom: 14px; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li { padding: 3px 0; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li a { display: inline-block; background: none; padding: 0; }
#primary-menu.no-responsive > li.megamenu-enable li.menu-item-parent > a:after { display: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a { padding: 0; text-transform: uppercase; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link { pointer-events: none; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.megamenu-has-icon:before { display: inline-block; font-family: 'scalia-user-icons'; font-weight: normal; content: attr(data-icon); font-size: 14px; vertical-align: baseline; margin-right: 9px; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li .mega-label { display: inline-block; font-size: 65%; line-height: 1.6; text-transform: uppercase; padding: 1px 3px 1px 4px; margin: 0 0 0 7px; position: relative; top: -2px; vertical-align: middle; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul li > a { position: relative; padding-left: 34px; padding-right: 12px; vertical-align: middle; margin-left: -12px; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul > li > a:before { display: block; float:left; margin-left: -22px; font-family: 'scalia-user-icons'; font-weight: normal; content: '\e7cf'; font-size: 14px; vertical-align: middle; width: 15px; text-align: center; }
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul > li.megamenu-has-icon > a::before {
 content: attr(data-icon);
 margin-left: -24px;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul { position: static; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -moz-transform: translateX(0); -webkit-transform: translateX(0); }
#primary-menu.no-responsive > li.megamenu-enable:hover > ul > li > ul { visibility: visible; opacity: 1; }
.navbar-brand {
	display: block;
	height: 115px;
width: 80px;
	-webkit-background-size: 124px 124px;
	background-size: 100%;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	margin:10px 0px;
	padding:0;
}
.img-pic {
    height: 200px; 
    overflow: hidden;
    text-align: -webkit-center;
}

.social ul li{
	float:left;
	margin-right:10px;
}
.fac {
    float: right;
    margin-top: 21px;
}

.fac li {

    padding-left: 5px;
    float: left;

}
#primary-menu.no-responsive a { position: relative; display: block; text-decoration: none; padding:12px 45px; color:#fff; font-size:16px; }
#primary-menu.no-responsive a:hover{color:#ff7200;}
.nav>li>a{position:relative;display:block;padding:15px 30px; border-right-width: 1px; border-right-style: solid; border-right-color: #297e1c;}
.nav2>li>a{position:relative;display:block;padding:12px 30px; }
/*.navbar-lg { background-color: #029016;}*/
#primary-menu.no-responsive a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 16px 1px 10px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
	margin-left: 37px;
}
.tab_title img{
	display:none;
	
}
.navbar-header{ width:49%;}
#companyName {     font-size: 15px;
    margin-top: 28px;
    font-weight: bold;
    width: 74%;} 
.navbar-header span{font-size:18px;}
/*内页主题图*/
.all-banner { width: 100%; height:240px; background-image: url(../images/all_banner.jpg); background-repeat: no-repeat; background-position: center center;  }
.all-control { height:240px; position:relative; }
.all-banner-font { font-size:30px; color:#FFF; text-shadow:3px 3px 3px #333; position:absolute; bottom:40px; }

/*面包屑*/
.all-breadcrumb {
    background-color: transparent;
	margin-bottom: 0px;
	font-size:14px;
	float:right;
}
.search{width:180px; height:30px; margin-top:19px;}
.m_form .btnSubmit{
	width:80px;
	height:26px;
	font-size:11px;
	color:#FFF;
	cursor:pointer;
	border:none;
	background-color:#eb8d00;
	display:block;
	margin:auto;
	float:right;
	margin-top:5px;
}
.pagerzy .previous a{
	float:left;
	margin-right:650px;
	font-size:0px;
	width:42px;
	height:42px;
	display:block;
	position: absolute; top: 20%; left: 20px;
	background-image:url(../images/large_left.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.pagerzy .next a{
	float:right;
	font-size:0px;
	width:42px;
	height:42px;
	display:block;
	position: absolute; top: 20%; right: 20px;
	background-image:url(../images/large_right.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.m_form .iptTxt2 { width:30%;}
.img{ display:none;}
}
/*feedback*/
.txt_2{width:100%; height:35px; margin-top:10px;}
.dic{width:100%; height:100px; margin-top:10px; margin-bottom:10px;}

/* 平板尺寸 */
@media all and (min-width:768px) and (max-width:990px){
.top-left { float:left}
.title1{
	margin-bottom:20px;	
}
.title2{
	
	margin-top:284px;
	margin-bottom:20px;	
}
.inews_nr {
    padding-left: 0px;
    padding-right: 0px;
}
.title3{
	
	margin-top:284px;
	margin-bottom:20px;	
}
.tab-h2{
	background: url(../images/index1.jpg) no-repeat;
	text-align: center;
	width: 535px;
	height: 187px;
	text-align: center;
	margin: 0 auto;
	padding-top: 128px;

	padding-right: 183px;

}
	.navbar-lg{ background-image:url(../images/dht.jpg);}	
	
.products img {
    display: none;
}
.topp{
	width:100%;
	height:20px;
	background-color:#d8d8d8;
	padding-left: 146px;
}

.gq{ display:none;}	
.ss{ display:none;}
.form-width{margin-left:0px;}		
.input-width {
    width: 50%;
}	
.col-md-2 img{ padding-left:20px;}
#scrollbox2 {
    width: 280px; margin-left:25px;

}

.o-btn {
    margin-top: 3%;
}
.social ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 10px;
      
}
.tab_title b,.tab_title1 b{/*padding:0 110px;float:left;*/width:100%;}
.tab_title1 img,.tab_title img{max-width:100%;}
#banner{margin-top:80px;}
.pro1 h4,.pro2 h4,.pro3 h4{
position: absolute;
font-size: 18px;
color: #fff;
text-align: center;
width: 68%;
height: 391px;
line-height: 92px;
display: block;

}
.navbar-brand {
	display: block;
  height: 105px;
width: 70px;

   -webkit-background-size:70px 60px;
	background-size: 100%;
	background-image:url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
	margin:5px;
	padding:0;
}
.navbar-header {
    width: 100%;
}
.dropdown{
	position:static;
}
.sub-menu{
	/*position:static;*/
}
.navbar-left {
	display:none;
}
.img-pic {
    height: auto;
    overflow: hidden;
    text-align: -webkit-center;
	margin:auto;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}
.navbar-lg { background-color: #085aa3; }
#head-contact,#language { display:none; }
.nav-ul { margin-top: 0px; margin-left: -15px; margin-right: -15px; }
/*#companyName { font-size:20px; margin-top: 5px; margin-bottom: 5px; }*/
#companyName { font-size: 22px;
margin-top: 43px; font-weight:bold; margin-left:35px; }
.navbar-toggle{position:relative;float:right;padding:12px 10px;margin-top:10px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.home-packing, .bfoot { /*width:100%; */}
.m-toggle { margin:20px 0px 20px 10px; background-color:#ccc; }

.nav-bg { width:100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cdcbcc; background-image: url(../images/logo-bg.jpg); background-repeat: repeat-x; background-position: center center; }

.navbar-lg { border-bottom-width: 0px; }
.nav-padding { padding: 0px;}
.navbar-nav>li>a{padding-top:6px;padding-bottom:6px; padding-left:15px; padding-right:15px; }
.nav2>li>a{position:relative;display:block;padding:12px 43px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2c6488; }

.navbar-default .navbar-nav>li>a{ margin-top: 2px; display:block;margin-left: 4px; }

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{ margin-top: 2px; display:block; }

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{ margin-top: 2px; display:block; }

.lang { float:left; }
.soci { float:right; }


.side_nav{
	display:none;
}

/*内页主题图*/
.all-banner { width: 100%; height:120px; background-image: url(../images/all_banner.jpg); background-repeat: no-repeat; background-position: center center;  background-size:950px 120px !important;  }
.all-control { height:120px; position:relative; }
.all-banner-font { font-size:24px; color:#FFF; text-shadow:3px 3px 3px #333; position:absolute; bottom:20px; }

/*面包屑*/
.all-breadcrumb {
	font-size:14px;
}
.about-btn { min-height:20px; margin:10px 0px; }
.m_form .btnSubmit{
	width:65px;
	height:35px;
	font-size:14px;
	color:#FFF;
	cursor:pointer;
	border:none;
	background-color:#eb8d00;
	display:block;
	margin:auto;
	float:right;
	
}
.pagerzy .previous a{
	float:left;
	margin-right:650px;
	font-size:0px;
	width:42px;
	height:42px;
	display:block;
	position: absolute; top: 15%; left: 20px;
	background-image:url(../images/large_left.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.pagerzy .next a{
	float:right;
	font-size:0px;
	width:42px;
	height:42px;
	display:block;
	position: absolute; top: 15%; right: 20px;
	background-image:url(../images/large_right.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
	width:100%;
}
.sub-menu { display:none; }
#primary-menu { margin:0px; padding:0px;}
.menu-item a { color:#FFF;padding:10px;width:100%; }
/*.sub-menu .menu-item:hover{background:#eda81f;}*/
.sub-menu { border:0px; }
.navbar-text { margin-bottom:0px; }
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
     margin-right: 0px; 
    margin-left: -0px;
}
.sub-menu .menu-item { padding: 10px 15px; }
.span3 { width:70%; margin:auto; }
.about-more { float:none; margin:auto; }
.img{ display:none;}
}

/* 手机尺寸 */
@media (max-width:767px){
.top-left{ display:none}
video {
	width:100%;
}

.title2{
	margin-top: 80px;
	margin-bottom: 15px;
}
.title3{
	margin-top: 80px;
	margin-bottom: 15px;
}
.tab-h2{
	background: url(../images/index1.jpg);
	text-align: center;
	width: 535px;
	height: 187px;
	text-align: center;
	margin: 0 auto;
	padding-top: 128px;

	padding-right: 53px;
	width:100%;
}
.title1{
	margin-top: -76px;
margin-bottom: 15px;
}
.fac li img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}
	
.bfoot img {
    margin-top: 19px;
    margin-left: 12px;
}	
	
.rabout img {
   
    margin-top: 42px;
}	
.ipart1, .ipart2, .ipart3, .ipart4, .ipart5, .footer, .p1, .p2, .n1, .n2, .cer, .a1, .a2, .a3, .a4, .c {
    width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.zong {
    width: 95%;
    margin: 0 auto;
}	
	.inews_nr {
    padding-left: 0px;
    padding-right: 0px;
}
.inews_menu span {
    width: 96px;
}	
	
.tab_title{
	font-size:28px;
}	
.ipart5_title h2{
	font-size:28px;
}
	
	
.left span {
    font-size:24px;
    font-family: Impact;
    color: white;
	line-height:54px;
}
.left img {
    margin-top: -13px;
}
.call {
    height: 56px;
    width: 205px;
    background-color: #0270ae;
    margin-top: -12px;
	margin:0 auto;
}
.call span{
	font-size:33px;
	line-height:55px;
}
.tel {
    margin-top: 33px;
    text-align: center;
	margin-bottom: 17px;
}
.left {
    line-height: 91px;
}
.tel span {
    color: white;
    font-size: 24px;
    font-family: Impact;
}

.pro-description {
    height: 60px;
    text-align: center;
    line-height: 20px;
    margin: 35px;
        margin-top: 35px;
    padding-top: -25px;
    margin-top: -63px;
    font-size: 34px;
}

figure.effect-bubba .pro-description {
    opacity: 0;
    color: #fff;
    font-size: 9px;
    font-weight: 100;
    text-transform: uppercase;
    padding-top: 0%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
}	
	
.products img {
    display: none;
}
.topp{
	width:100%;
	height:20px;
	background-color:#d8d8d8;
	padding-left: 111px;
}
.img{ display:none;}	
.gq{ display:none;}	
.ss{ display:none;}
.form-width{margin-left:0px;}		
.input-width {
    width: 50%;
}	
#scrollbox2 {
    width: 280px; margin-left:25px;

}
#scrollbox{
    width: 280px; margin-left:25px;

}
#scrollbox img {
    border: 1px solid #eee;
    margin-bottom: 5px;
    width: 100%;
    height:210px;
    display: table;
}
.o-btn {
    margin-top: 3%;
}
.social ul {
    list-style-type: none;
    margin-bottom: 0px;
    padding: 10px;
      
}
.tab_title b,.tab_title1 b{/*padding:0 110px;float:left;*/width:100%;}
.tab_title1 img,.tab_title img{max-width:100%;}
#banner{margin-top:100px;}
.pro1 h4,.pro2 h4,.pro3 h4{
position: absolute;
font-size: 18px;
color: #fff;
text-align: center;
width: 68%;
height: 391px;
line-height: 92px;
display: block;

}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-brand {
	display: block;
   height: 90px;
	width: 55px;
   -webkit-background-size:70px 60px;
	background-size: 100%;
	background-image:url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
	font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
	margin-right:10px;
	padding:0;
}
.navbar-header {
    width: 100%;
}
.dropdown{
	position:static;
}
.sub-menu{
	position:static;
}
.navbar-left {
	display:none;
}
.img-pic {
    height: auto;
    overflow: hidden;
    text-align: -webkit-center;
	margin:auto;
}
.navbar-lg { background-color: #085aa3; }
#head-contact,#language { display:none; }
.nav-ul { margin-top: 0px; margin-left: -15px; margin-right: -15px; }
/*#companyName { font-size:20px; margin-top: 5px; margin-bottom: 5px; }*/
#companyName {/* display:none;*/padding-top: 18px;
font-size: 12px;
font-weight: bold;
color: #6c6c6b;
font-family: Segoe UI;}
.navbar-toggle{position:relative;float:right;padding:12px 6px;margin-top:10px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.home-packing, .bfoot { width:100%; }
.m-toggle { margin:30px 0px 20px 10px; /*background-color:#ccc;*/ }

.nav-bg { width:100%; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cdcbcc;  }

.navbar-lg { border-bottom-width: 0px; }
.nav-padding { padding: 0px;}
.navbar-nav>li>a{padding-top:6px;padding-bottom:6px; padding-left:15px; padding-right:15px; }
.nav2>li>a{position:relative;display:block;padding:12px 43px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #2c6488; }

.navbar-default .navbar-nav>li>a{ margin-top: 2px; display:block; }

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{ margin-top: 2px; display:block; }

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{ margin-top: 2px; display:block; }

.lang { float:left; }
.soci { float:right; }


.side_nav{
	display:none;
}

/*内页主题图*/
.all-banner { width: 100%; height:120px; background-image: url(../images/all_banner.jpg); background-repeat: no-repeat; background-position: center center;  background-size:950px 120px !important;  }
.all-control { height:120px; position:relative; }
.all-banner-font { font-size:24px; color:#FFF; text-shadow:3px 3px 3px #333; position:absolute; bottom:20px; }

/*面包屑*/
.all-breadcrumb {
	font-size:14px;
}
.about-btn { min-height:20px; margin:10px 0px; }
.m_form .btnSubmit{
	width:65px;
	height:35px;
	font-size:14px;
	color:#FFF;
	cursor:pointer;
	border:none;
	background-color:#eb8d00;
	display:block;
	margin:auto;
	float:right;
	
}
.pagerzy .previous a{
	float:left;
	margin-right:650px;
	font-size:0px;
	width:42px;
	height:42px;
	display:block;
	position: absolute; top: 15%; left: 20px;
	background-image:url(../images/large_left.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.pagerzy .next a{
	float:right;
	font-size:0px;
	width:42px;
	height:42px;
	display:block;
	position: absolute; top: 15%; right: 20px;
	background-image:url(../images/large_right.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    height: auto;
	width:100%;
}
.sub-menu { display:none; }
#primary-menu { margin:0px; padding:0px;}
.menu-item a { color:#FFF;padding:10px;width:100%; }
/*.sub-menu .menu-item:hover{background:#eda81f;}*/
.sub-menu { border:0px; }
.navbar-text { margin-bottom:0px; }
.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
     margin-right: 0px; 
    margin-left: -0px;
}
.sub-menu .menu-item { padding: 10px 15px; }
.span3 { width:70%; margin:auto; }
.about-more { float:none; margin:auto; }

}
/*首页产品分类*/
.pro1,.pro2,.pro3{/*background:url(../images/pro1.jpg) no-repeat;height: 391px;*/
position:relative;}
/*.pro1 h4,.pro2 h4,.pro3 h4{
position: absolute;
font-size: 24px;
color: #fff;
text-align: center;
width: 92%;
height: 391px;
line-height: 100px;
display:block;
}*/
/*.pro2 h4{background: url(../images/pro2.jpg) no-repeat;}
.pro3 h4{background: url(../images/pro3.jpg) no-repeat;}*/

/*首页尾部*/
.return-top {
    height: 68px;
    background-image: url(../images/footer-top.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.reTop {
    font-size: 0px;
    width: 120px;
    height: 60px;
    display: block;
}
.footer h4 {
    color: #FFF;
	font-weight: bold;
}
.social {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #999;
    margin-top: 10px;
}
.qr {
    text-align: center;
	padding: 20px 0px;
	width: 80%;
}
.footer h3 { 
	margin-bottom:20px;
	font-size: 20px;
}
.social li {
    float: left;
    margin-right: 5px;
}
.foot-nav {
    background-color: #414141;
    font-size: 15px;
	width: 100%;
float: left;

}
.link-name {
    color: #FFF;
    font-weight: bold;
    float: left;
    padding: 8px 15px;
}
.links {
    background-color: transparent;
    margin-bottom: 0px;
}
.foot-nav a {
    color: #CCC;
}
/*国旗*/
#language {
margin-top: 10px;
	
}
#language ul {
    float: right;
}
#language ul li {
    float: left;
    padding-right: 10px;

}
#head-contact>p{padding:0!important;margin:0px;}


/*向上按钮*/
#gotop {
    background-position: -276px -310px;
    bottom: 10px;
    _margin-bottom: 67px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    cursor: pointer;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}