@charset "utf-8";
/* CSS Document */
*,h1,h2,h3,h4,h5,h6,p,span,div{padding:0;margin:0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;line-height: 1.428571429; color: #333333;background-color: #ffffff;}
dd, dl, dt, ul, li {margin: 0;padding: 0;list-style: none;}
input,button{margin: 0;outline: none}
a {text-decoration: none;color:#333}
a:link {color:inherit;}/*未访问样式*/
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
h1{ margin:0px;}
i{ font-weight:normal;}
hr{ border:none; border-top:1px  solid #f0f0f0; margin:10px 0px;}
textarea{outline: none;}
/*居中布局*/
::-webkit-scrollbar-track{background:#CCC;}
::-webkit-scrollbar{ width: 10px;}
::-webkit-scrollbar-thumb{background:#222;}
/*滚动条设置*/
.padding20{padding:20px 0;}
.padding30{padding:30px 0;}
.padding40{padding:40px 0;}
.padding50{padding:50px 0;}
.padding60{padding:60px 0;}

@media screen and (min-width: 320px) {html{font-size:50px;}}
@media screen and (min-width: 360px) {html{font-size:56.25px;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px;}}
@media screen and (min-width: 400px) {html{font-size:62.5px;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px;}}
@media screen and (min-width: 440px) {html{font-size:68.75px;}}
@media screen and (min-width: 480px) {html{font-size:75px;}}
@media screen and (min-width: 520px) {html{font-size:81.25px;}}
@media screen and (min-width: 560px) {html{font-size:87.5px;}}
@media screen and (min-width: 600px) {html{font-size:93.75px;}}
@media screen and (min-width: 640px) {html{font-size:100px;}}
@media screen and (min-width: 680px) {html{font-size:100px;}}
@media screen and (min-width: 720px) {html{font-size:100px;}}
@media screen and (min-width: 760px) {html{font-size:100px;}}
@media screen and (min-width: 800px) {html{font-size:100px;}}
@media screen and (min-width: 960px) {html{font-size:100px;}}


.fl{float: left;}
.fr{float: right;}
.clear{
	clear: both;
}

/* boostrap重置 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
 
.ny-banner{overflow: hidden;}
.ny-banner img{width: 1920px; position: relative; left: 50%; margin-left: -960px;}



.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    color: #a40b11;
}

.navbar-collapse,.container-fluid{
	padding:0;
}
.navbar {
    margin-bottom: 0;
    height: auto;
}
.navbar-default {
    background-color: initial;
    border-color: #e7e7e7;
    border-radius: 0;
    border: 0;
    float: right;
    margin-top: 0;
    width: 100%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: initial;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}


.nav>li:hover{
	background: url(../images/6.jpg);
}



.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.carousel-inner>.item a{
	height: 600px;
	display: block;
	width: 100%;
}


.glyphicon-menu-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 28px;
	color:#fff
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: 1;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left:hover{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right:hover{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.001)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.glyphicon-menu-left{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 28px;
    color: #fff;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
	outline: none;
}

.input-group input{
	outline: none;
}

.btn-default.focus, .btn-default:focus {
    color: #333;
    background-color: #ffffff;
    border-color: #e2e2e2;
}

.carousel-indicators li {
    margin: 0 15px;
    width: 11px;
    height: 11px;
}

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

.no{
	color: #a40b11!important;
}



.ind_tit {
    text-align: center;
    padding-top: 0;
    padding-bottom: 5px;
}

.ind_tit p{color: #333;font-size: 35px;font-weight: bold;padding-bottom: 5px;}
.ind_tit span {
    font-size: 16px;
    font-weight: 100;
    color: #666;
    margin-top: 3px;
    text-transform: uppercase;
}

.ind_tit .font-txt{
	color: #a40b11;
}
.ind_tit .font-txt-t{
	font-size: 100px;
	display: inline-block;
	overflow: hidden;
	height: 10px;
	width: 10px;
	line-height: 29px;
	border-radius: 50%;
	background: #a40b11;
	margin-top: -10px;
	margin: 0 10px;
	position: relative;
	top: -7px;
}

.height-bg {
    padding-bottom: 65px;
}


.dropdown-menu {
    position: absolute;
    top: 98%!important;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border:0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

/* boostrap重置 */



.title {
    text-align: center;
    margin: 45px 0 20px;
}
.title span{ font-size: 36px; color: #333;}
.title span strong{ color: #a40b11;}
.title p{ font-size: 16px; font-weight: 100; color: #666; margin-top: 3px;}
.pro_l {
    width: 100%;
    background: #f9f9f9;
    display: table;
    margin-bottom: 15px;
}
.pro_t {
    height: 85px;
    font-size: 30px;
    color: #fff;
    padding-top: 12px;
    background: #a40b11 url(../images/6.png) no-repeat 246px 33px;
    padding-left: 30px;
}
.pro_t span {
    color: #d8d8d8;
    font-size: 12px;
    font-family: Arial;
    display: block;
    text-transform: uppercase;
    margin-top: 4px;
}



.pro_three{height: 58px; border-bottom: 1px solid #eee; background: #f9f9f9 no-repeat 264px 26px; padding:0 30px; line-height: 58px;font-size: 16px; color: #333; display: block;}
.pro_two a{ font-size: 14px !important; color: #666 ; float: left; width: 50%;}
.pro_two span{ margin-right: 15px;}
.pro_two {
    line-height: 25px;
    border-bottom: 1px solid #eee;
    padding: 20px 30px;
    display: table;
    width: 100%;
}

.index-product-left {
    width: 24%;
    float: left;
}

.index-product-bottom {
    display: table;
    width: 100%;
    background: #000;
    height: 65px;
    color: #fff;
    padding: 20px 0;
}

.index-product-bottom div h3 {
    font-size: 14px;
    margin-bottom: 3px;
    font-family: 微软雅黑;
}

.index-product-bottom div p{
	font-family: 宋体;
	font-size: 26px;
}

.index-product-bottom i {
    font-size: 35px;
    display: inline-block;
    position: relative;
    top: 5px;
}


.index-product-bottom{
	
	background: url(../images/left-bg.png);
}



.index-product-right {
    width: 74%;
    float: right;
}

.slideBox{ width:100%; height:340px; overflow:hidden; position:relative; }

.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li {
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    float: left;
    cursor: pointer;
	border-radius: 50px;
}

.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;background: url(../images/9.jpg) no-repeat;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }





.aboutContact {
    padding: 0 0 30px 0;
    background: #f5f5f5;
    margin-top: 20px;
    display: table;
    width: 100%;
}

.slideBox .hd {
    position: absolute;
    left: 525px;
    bottom: 55px;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 5px;
    display: table;
	z-index: 9999999999;
}



.pro_content dt {
    position: absolute;
    left: 520px;
}
.pro_content em a {
    font-size: 24px;
    color: #fff;
    display: block;
    margin: 50px 0 2px;
    font-weight: initial;
    font-style: normal;
}

.pro_content p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: lighter;
    margin-top: 12px;
}

.pro_content li {
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: left;
    margin-right: 25px;
}
.pro_nav{position: absolute; left:582px ; bottom: 55px;border: 1px solid #fff;border-radius: 30px;padding: 5px;}
.pro_nav li{ width: 80px; height: 25px; text-align: center; line-height: 25px; color: #fff; float: left; cursor: pointer;}
.pro_nav li.on{ background: #74c60b; border-radius: 50px;}
.onon a{background: #fe9900 url(images/05.png) no-repeat 264px 26px;color: #fff;font-weight: bold;}
.pro_l .pro_two a:hover{ color:#74c60b;}




.picMarquee-left {width:100%;overflow: hidden;position: relative;}
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img {width: 200px;height: 150px;display: block;padding: 2px;border: 1px solid #ccc;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   margin:0}




/* 友情链接 */
.links_bg {
    padding: 15px 0;
    background: #a40b11;
    border-bottom: 1px solid #842529;
}
.links_bg .fl {
    width: 110px;
}
.links_bg .fr {
    width: 90%;
    line-height: 29px;
	float: left;
}
.links_bg .fl span {
    display: block;
    width: 94px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 18px;
    color: #fff;
    background: url(../images/li.png) center no-repeat;
}
.links_bg .fr a,.links_bg .fr span {
    font-size: 14px;
    color: #fff;
}

.links_bg .fr span:last-of-type {
    display: none;
}
/* 友情链接 */




.company{ background: #f9f9f9; padding-bottom: 45px; overflow: hidden;}
.com_one {
    width: 585px;
}
.com_one>span {
    font-size: 30px;
    color: #b07227;
    font-family: Arial;
    display: block;
    text-transform: uppercase;
    margin: 14px 0 -5px;
}
.com_one em {
    font-size: 26px;
    color: #333;
    /* background: url(images/26_03.png) no-repeat center right; */
    display: block;
    width: 315px;
    font-style: initial;
}
.com_one p {
    font-weight: 100;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.com_one a {
    width: 154px;
    height: 42px;
    line-height: 42px;
    color: #333;
    text-align: center;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 30px;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.5s;
    box-shadow: -2px 5px 12px #f9f9f9;
}

.com_one a:nth-child(1){
    background: #a40b11;
    color: #fff;
}

.com_one a:hover{  background:#a40b11; color: #fff;}



.com_box {
    margin-bottom: 30px;
    display: table;
    margin-top: 25px;
}

.com_box img {
    width: 48%;
}



.com_box{margin-bottom: 30px;}
.plant {
    margin-top: 30px;
}
.plant li {
    float: left;
    margin-right: 20px;
    width: 280px;
    text-align: center;
}
.plant li a{ font-size: 16px; color: #333;line-height: 28px;display:block;}
.plant li img{ width: 100%; }
.plant li:nth-child(4n){margin-right: 0;}
.plant li span {
    font-size: 16px;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.word_top {
    font-size: 14px;
    color: #888888;
    display: table;
    float: left;
    line-height: 60px;
    width: auto;
}
.word_top span {
    font-size: 15px;
    color: #505050;
    margin-right: 8px;
    margin-left: 8px;
}

.word_top a {
    font-size: 15px;
    color: #505050;
    margin-right: 0px;
    margin-left: 0px;
}



.tit {
    font-size: 30px;
    font-weight: bold;
    display: block;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3edf0;
    margin-bottom: 20px;
    color: #a40b11;
    text-align: center;
}


.des {
    line-height: 34px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #555;
    text-align: justify;
}

/*企业文化*/
.culture{ margin:40px auto 0; width:1200px;}
.culture1{ float:left; width:430px;  line-height:30px;font-size: 15px;}
.culture1 span{ font-size:32px; line-height:36px; font-weight:bold; color:#333;font-weight: normal;}
.culture1 em{ display:block;  font-family:Tw Cen MT; font-size:22px; line-height:50px;}
.culture2 {
    float: right;
    width: 765px;
}
.culture2 dl {
    width: 185px;
    float: left;
    margin-left: 5px;
}
.culture2 dt{ width:185px; height:213px; overflow:hidden;}
.culture2 dt img{-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.culture2 dl:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.culture2 dd {
    height: 70px;
    padding-top: 14px;
    text-align: center;
    color: #FFF;
    line-height: 24px;
    font-size: 15px;
    background: #000000;
}




.description {
    margin: 20px 0;
	margin-bottom: 50px;
}

.description .title {
    border-bottom: 1px solid #dddddd;
    height: 40px;
    text-align: left;
    color: #ddd;
}

.description .title span.cur {
    border-bottom: 1px solid #333333;
    color: #333333!important;
    padding-bottom: 10px;
}

.description .contents {
    line-height: 180%;
    min-height: 150px;
    padding: 10px 0;
	display: block;
}
#global_editor_contents p {
    margin: 5px 0;
}

#global_editor_contents p {
    font-family: "QuattrocentoSans-Regular";
}

.description .title span {
    font-size: 25px;
    color: #1f1f1f;
    position: relative;
    background: #fff;
    margin-right: 0;
    padding-right: 15px;
    font-family: "WorkSans-Bold";
	height: 45px;
}

.ueeshop_responsive_article_feedback{padding-top:10px;margin-bottom: 0;}
.ueeshop_responsive_article_feedback .article_feedback_title{text-align: center;margin-bottom: 2%;}
.ueeshop_responsive_article_feedback .article_feedback_title .title{font-size: 24px;color: #333;}
.ueeshop_responsive_article_feedback .article_feedback_title span{display: block;width: 28px;height: 2px;background: #333;margin:15px auto 10px;}
.ueeshop_responsive_article_feedback .article_feedback_title .txt{font-size: 16px;color: #555;}
.ueeshop_responsive_article_feedback .rows{padding:10px 1%;position: relative;}
.ueeshop_responsive_article_feedback .rows.input_rows{float:left; width:50%;text-align: center;box-sizing: border-box;}
.ueeshop_responsive_article_feedback .rows .input{width:100%; height:43px; line-height:43px; font-size:12px; color:#888; text-indent:10px;box-sizing: border-box;}
.ueeshop_responsive_article_feedback .rows textarea{width:100%; height:150px; padding:5px; font-size:12px; color:#888;box-sizing: border-box;}
.ueeshop_responsive_article_feedback .rows .fc_red{margin-right:8px;position: absolute;right: 0;bottom: 7px;z-index: 1;}
.ueeshop_responsive_article_feedback .rows.input_rows .fc_red{bottom: 18px;}
.ueeshop_responsive_article_feedback .rows.vcode .input{width:150px; max-width:80%;}
.ueeshop_responsive_article_feedback .rows.vcode img{margin-top:3px;}
.ueeshop_responsive_article_feedback .rows.vcode .fc_red{position: static;margin: 0 0 0 8px;}
.ueeshop_responsive_article_feedback .rows .form_button{width:160px; height:40px;line-height: 40px; background:#222; color:#fff;font-size:14px; border:none;text-transform: uppercase;cursor: pointer;}
.ueeshop_responsive_article_feedback .rows.textarea_rows{clear:both;}
.ueeshop_responsive_article_feedback.s1>form>.rows.input_rows{width:100%; float:none;}
.ueeshop_responsive_article_feedback.s1>form>.rows.textarea_rows textarea{width:90%; max-width:90%;}

.ueeshop_responsive_feedback{margin:30px 0; overflow:hidden;}
.ueeshop_responsive_feedback form{padding:0 30px;}
.ueeshop_responsive_feedback .rows{padding:10px 0;}
.ueeshop_responsive_feedback .rows label{font-size:16px; display:block; padding-bottom:8px;}
.ueeshop_responsive_feedback .rows label span{color:red; font-size:14px;}
.ueeshop_responsive_feedback .rows .input{width:360px; max-width:70%; border-radius:5px; padding:0 5px; height:44px; line-height:44px; font-size:16px; color:#888;}
.ueeshop_responsive_feedback .rows textarea{width:500px; max-width:80%; height:150px; border-radius:5px; padding:5px; font-size:16px; color:#888;}
.ueeshop_responsive_feedback .rows .vcode .input{width:120px; max-width:80%;}
.ueeshop_responsive_feedback .rows .vcode img{margin-top:6px;}
.ueeshop_responsive_feedback .form_button{width:160px; height:50px; background:#222; border-radius:5px; color:#fff; font-size:16px; border:none;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #A50B11;
    border-color: #A50B11;
}
.pagination>li>a, .pagination>li>span {
    color: #A50B11;
    margin: 0 3px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #A50B11;
}
@media screen and (min-width: 1300px) {
.container{
	width: 1200px;
	padding:0;
}

}