@CHARSET 'UTF-8';


/*----- Common css ------*/
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.di
{
    _display: inline;
}
.fwn
{
    font-weight: normal;
}
.dib
{
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0;
}




/*头部样式*/
.head
{
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    position: relative;
    width:100%;
    background:#fff;
    z-index:999;
}
#header
{
    max-width: 1500px;
    height: 90px;
    margin: 0 auto;
}

.logo
{
    float: left;

    margin-top: 20px;
}

.wellcome{
	height: 50px;
	line-height: 50px;
	background: #f1f1f1;
}
.well1{
	max-width: 1180px;
	margin:0 auto;
}
.k1{
	float:right;
}
.f_link{
	max-width: 1180px;
	margin:0 auto;
	line-height: 50px;
}

/*热门搜索*/
.search
{
    position: relative;

    float: right;

    width: 26px;
    height: 26px;
    margin-top: 32px;
    margin-left: 20px;

    cursor: pointer;
}
.search1
{
    position: absolute;
    top: 0;
    left: 0;

    width: 26px;
    height: 26px;

    background: url(../images/ss.png) no-repeat;
}
#formsearch
{
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 90%;
    margin-left: -20px;
    padding: 27px;
}
/*搜索和热门搜索*/
#formsearch input
{
    position: absolute;
    top: 1px;

    width: 100%;
    height: 34px;
    padding: 0 10px;

    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;

    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
#formsearch input:focus
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.sinput
{
    position: relative;

    height: 36px;
}
#formsearch input#keyword
{
    outline: none;
        background: none;
    border: 1px solid;
}
#formsearch input#s_btn
{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;

    width: 39px;
    height: 36px;

    border: 0;
    background: url(../images/ss1.png) no-repeat center;
}

.search .triangle
{
    position: absolute;
    top: -15px;
    right: 0;

    display: none\9;
    overflow: hidden;

    width: 320px;
    height: 15px;
}
.search .triangle:before
{
    position: absolute;
    top: 5px;
    right: 10px;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    border: 1px solid #ddd;
    background-color: #fff;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff)); */
    /* background-image: -webkit-linear-gradient(top,#fff,#fff); */
    background-image: -moz-linear-gradient(top,#fff,#fff);
    background-image:   -o-linear-gradient(top,#fff,#fff);
    /* background-image: linear-gradient(180deg,#fff,#fff); */
}

.head .en
{
    font-size: 12px;
    line-height: 26px;

    display: block;
    float: right;

    width: 26px;
    height: 26px;
    margin-top: 32px;
    margin-left: 5px;

    text-align: center;

    color: #fff;
    background: #d21a1a;
}








/*主体样式*/
#container
{
    width: 96%;
    margin: 5px auto 10px;
}
.pro-box
{
    padding: 50px 0;

    background: #f1f1f1;
}
.pro-list
{
    max-width: 1180px;
    margin: 0 auto;
}
.reuse
{
    font-size: 24px;
    font-weight: normal;

    padding-bottom: 40px;

    text-align: center;

    color: #333;
    background: url(../images/h2bj.png) no-repeat center 40px;
}
.reuse .p1
{
    font-weight: bold;

    margin-top: 5px;
}
.reuse .p2
{
    font-size: 14px;
	margin: 10px 0px;
    color: #999;
}

.tab0{
	display: none;
}
.tab{
    float: left;
    position: relative;
    left: 50%;
    margin-left: -100.5px;
    margin-top: 20px;
}
.tab li{
	width: 57px;
	height: 3px;
	background: #c9c9c9;
	float:left;
	margin:5px;
}
.tab .cur{
	background: #c2311f;
}







.cate-list
{
    position: relative;
    float: left;
    width: 50%;
}
.cate-list img
{
    float: left;

    width: 100%;
}
.cate-list h3
{
    position: relative;

    float: left;

    width: 50%;
    height: 253px;

    background: #fff;
}
.cate1 .m1
{
    position: absolute;
    top: 43%;
    left: -13px;

    width: 13px;
    height: 35px;

    opacity: 0;
    background: url(../images/m1.png) no-repeat;
}
.cate2 .m1
{
    position: absolute;
    top: 43%;
    right: -13px;

    width: 13px;
    height: 35px;
    z-index: 999;
    opacity: 0;
    background: url(../images/m2.png) no-repeat;
}
.cate-list h3 p
{
    padding: 5% 11%;

    color: #000;
}
.cate-list h3 .p3
{
    font-size: 33px;

    padding-top: 27%;
}
.cate-list h3 .p4
{
    font-size: 20px;
}
.cate-list:hover h3
{
    background: #d21a1a;
}
.cate-list:hover h3 p
{
    color: #fff;
}
.cate-list:hover h3 a
{
    text-decoration: none !important;
}
.cate-list:hover .m1
{
    opacity: 1;
}

.cateimg{
	position: relative;
	overflow: hidden;
	float:left;
	width: 50%;
}
.cateimg img
{
    -webkit-transition: all .5s ease-out;
       -moz-transition: all .5s ease-out;
            transition: all .5s ease-out;
    -webkit-transform: scale(1,1);
       -moz-transform: scale(1,1);
}
.cate-list:hover img
{
    -webkit-transition: all .6s ease-out;
       -moz-transition: all .6s ease-out;
            transition: all .6s ease-out;
    -webkit-transform: scale(1.1,1.1);
       -moz-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}

.quality{
	max-width: 1180px;
	margin:0 auto;
	padding:40px 0px;
}

.pinzhi-left{
    width: 35.2%;
	height: 520px;
	float:left;
	background: #e8e8e8;
	padding:4%;
}
.pinzhi-left h3{
	font-size: 36px;
	color:#000;
	padding-top: 35px;
	background: url(../images/h3bj.png) no-repeat;
}
.pinzhi-right{
	width: 61.4%;
	float:right;
	position: relative;
	min-height: 520px;
}


.case-box{
	background: #f1f1f1;
	padding:50px 0px;
}
.case-center{
	max-width: 1180px;
	margin:0 auto;
}
.sort-case{
	float: left;
    left: 50%;
    position: relative;
    margin-left: -472px;
}
.sort-case li{
	float:left;
	width: 118px;
	text-align: center;
	line-height: 33px;
}
.sort-case li a{
	display: block;
	font-size: 14px;
}
.sort-case li:hover{
	background: #d21a1a;
}
.sort-case li:hover a{
	color:#fff;
	text-decoration: none;
}

.case-list{
	float:left;
	width: 105%;
}
.case-list li{
    width: 32.1%;
    float: left;
    background: #fff;
    margin: 0.6%;
    text-align: center;

}
.case-img{
	width: 91%;
    margin: 0 auto;
    margin-top: 17px;
    position: relative;
    overflow: hidden;
}
.case-img img{
	width: 100%;
	height: auto;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case-img:hover img{
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	transform:scale(1.1,1.1);
	-webkit-transition:all 0.6s ease-out;
	-moz-transition:all 0.6s ease-out;
	transition:all 0.6s ease-out;
}
.case-list li h3 a{
	font-size: 18px;
	color:#2e2e2e;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	display: block;
	background: url(../images/h3bj1.png) no-repeat center bottom;
}
.case-list li p{
	font-size: 12px;
	color:#777777;
	padding:20px 30px;
	line-height: 21px;
}
.product_list3 li a.img img{

}

.about-box{
	max-width: 1180px;
	margin:0 auto;
	padding:50px 0px;
	position: relative;
}
.about-left{
	width: 58%;
	float:left;
}
.about-left img{
	width: 100%;
	height: auto;
}
.about-right{
    width: 692px;
    height: 300px;
    background: rgba(242,242,242,0.8);
    position: absolute;
    z-index: 999;
    left: 486px;
    bottom: 108px;
}
.about-right h3{
	font-size: 36px;
	color:#555555;
    line-height: 90px;
    padding-left: 50px;
    padding-top: 42px;
}
.about-right p{
    font-size: 14px;
    color: #555;
    padding-left: 50px;
    padding-right: 52px;
    line-height: 25px;
}
.about-right .more99{
 	display: block;
    float: right;
    font-size: 12px;
    margin-right: 64px;
    margin-top: 14px;
}

.news-box{
	background: #f1f1f1;
	padding:50px 0px;
}
.news-center{
	max-width: 1180px;
	margin:0 auto;
}
.news-list{
	width: 105%;
}
.news-list li{
	width: 47%;
	float:left;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
	min-height: 145px;
}
.news-list li .newimg{
	float:left;
    margin-top: 4%;
    margin-left: 3%;
    width: 25.8%;
}
.news-list li .newimg img{
	max-width: 100%;
}
.newright{
	width: 57.8%;
	float:left;
	margin-left: 5%;
	margin-top: 19px
}
.newright a{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 30px;
}
.newright p{
	font-size: 12px;
	color:#777777;
	padding-top: 5px;
}
.news-list li .more8{
	display: block;
	float:left;
	margin-left: 29px;
	font-size: 12px;
}
.ft-lx{
	min-height: 50px;
	width: 100%;
	background: #313131;
}
.lx-list{
	max-width: 1180px;
	margin:0 auto;
}
.lx-list h2{
	line-height: 50px;
	float:left;
	color:#919191;
	font-size: 14px;
}
#gotop{
	line-height: 50px;
	font-size: 14px;
	color:#919191;
	float:right;
	padding-right: 25px;
	background: url(../images/bn.png) no-repeat right center;
	cursor: pointer;
}


/*页面底部*/
.foot{
	background: #2d2d2d;
}
#footer
{
    position: relative;

    max-width: 1180px;
    margin: 0 auto;
}
.foot-top{
	padding: 30px 0px;
}
.nav1{
	width: 57.6%;
	float:left;
}
.nav1 li{
	width: 25%;
	float:left;
	text-align: left;
}
.nav1 li a{
	display: block;
	line-height: 40px;
	color:#919191;
	font-size: 16px;
	font-weight: bold;
}
.nav1 li a:hover{
	text-decoration: underline;
}
.nav1 .sec a{
	font-size: 14px;
	color:#919191;
	font-weight: normal;
	line-height: 27px;
}



.nav2{
	display: none;
}

.lianxi{
	width: 21%;
	float:left;
}
.lianxi h2{
	line-height: 40px;
	color:#919191;
	font-size: 16px;
	font-weight: bold;
}
.lianxi p{
	font-size: 14px;
	color:#919191;
}
.weixin{
	width: 20%;
	float:left;
	text-align: center;
	color:#919191;
	line-height: 30px;
	font-size: 14px;
	margin-top: 35px;
}


.foot-bottom{
	border-top:1px solid #4b4b4b;
	line-height: 55px;
}

.copyright{
	float:left;
	font-size: 12px;
	color:#919191;
}
.copyright a{
	font-size: 12px;
	color:#919191;
}
.zhuyin{
	float:right;
	font-size: 12px;
	color:#919191;
}
.zhuyin a{
	font-size: 12px;
	color:#919191;
}



.ht50{
	height: 50px;
}

#nav-fiexd{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index: 9999;
    background: rgba(248,238,238,0.9);
}
#nav-fiexd.navbar-default {
    background: #fff;
}
#nav-fiexd a.navbar-brand {
    display: block;
    width: 70%;
    padding: 0;
    height: 50px;
}
#nav-fiexd a.navbar-brand img{
    width: auto;
    max-height: 100%;
}
.swiper-container .swiper-slide a {
    display: block;
    width: 100%;
}
.swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
}
.navbar-nav li{
	width: 100% !important;
	border-bottom:1px solid #eee;
	text-indent: 20px;
	text-align:left;
	background: none;
}
.waicen{
	position: relative;
	width: 100%;
}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;display: none;}

.n_banner {
    text-align: center;
}
.n_banner img{
    max-width: 100%;
    height: auto;
}
.m55{
    width: 74%;
    margin:0 auto;
}
.left{
    width: 15%;
    float:left;
    padding-top: 55px;
}
.right{
    width: 80%;
    float:right;
    padding-top: 50px;
}

.left h3{
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #dedede;
    line-height: 40px;
    color: #fff;
    padding-left: 23px;
    background: #d21a1a;
}
.n_contact .content{
    padding: 10px;
    line-height: 30px;
}
.site{font-size: 14px;}
.site a{font-size: 14px;}
.nav2{
	width: 100%;
	display: none;
}
.nav2 li{
	width: 100%;
	float:left;
	text-align: left;
	border-bottom:1px solid #dcdcdc;
	text-indent: 46px;
	line-height: 45px;
}
.nav2 li a{
	color:#fff;
	font-size: 16px;
	display: block;
	background: url(../images/xx.png) no-repeat 95%;
}
.nav2 .sec{
	display: none;
}
.nav2 .sec a{
	border-bottom:1px dashed #d0d1d2;
	background: none;
}

.m55 {
    width: 74%;
    margin: 0 auto;
}


.navbar-nav li a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
    display: block;
}
.nav > li {
    position: relative;
    display: block;
}



.right .content9 img{
    width:100% !important;
    height: auto !important;
}


.ceshi{
    width:50px;
    height: 50px;
    float:right;
    margin-right: 30px;
    background:#000;
}
.yinying{
    width:100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
    
}
.sousuo1{
    width:1000px;
    height: 90px;
    position: relative;
    margin:0 auto;
    z-index: 999;
}
.sousuo2{
    background:#000;
    position: fixed;
    z-index: 99;
    width:100%;
    height: 91px;
    top:0;
    
}
.chexiao{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 9;
}
.cha{
    float:right;
    width:90px;
    height: 90px;
    background:url(../images/cha.png) no-repeat;
    cursor: pointer;
}

.logo11{
    margin-top: 5px;
}

.nav11{
    margin-top: 5px;
}
.search11{
    margin-top: 12px;
}
.en11{
    margin-top: 12px !important;
}
.head2{
    position: fixed;
}



