﻿@import "base.css";
/* 全局样式 */
html {
    font-size: 62.5%;
}
.lk{display: block;height: 0;width: 0;overflow: hidden;}
body {
    color: #231815;
    font-size: 14px;
}

a {
    color: #231815;
    text-decoration: none;
}

a:hover {
    color: #e50012;
}
/*header*/
.header {
    margin: 10px auto 0px;
    width: 1000px;
}
.logo{ padding:15px 0}
.logo-min{ display: none}
.header-right{
    margin-top: 50px;
}
.select{
    width: 120px;
    position: relative;
    margin-left: 18px;
}
.select .select-title{
    width: 90%;
    height: 26px;
    padding: 0 4%;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    border: 1px solid #231815;
    background: url("../images/icon.png") no-repeat right center ;
    cursor: pointer;
	position:relative;
	top:-3px;
}
.select .select-content{
    position: absolute;
    top:25px;
    left: 0;
    z-index: 11;
    display: none;
    width: 120px;
    padding: 15px 0;
    font-size: 14px;
    border:1px solid #dddddd;
    background: #eee;
}
.select .select-content a{
    display: block;
    padding: 0 15px;
    line-height: 32px;
}
.select .select-content a:hover{
    background: #e50012;
    color: #FFFFFF;
}
.lang a{  display:inline-block; margin-left:5px; height:23px; font-size:14px;}
.lang a img{ vertical-align:top }
.lang a span{display:inline-block; line-height:23px; }
.lang a.email span{ margin-left:5px;}
/*nav*/
.nav-wrap{
	max-width:1000px;
	margin:0 auto;
    position: relative;
}
.nav-wrap .nav-bg1{
    position: absolute;
    top:0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 12px;
    background: url("../images/nav-bg.png") no-repeat top center;
}
.nav-wrap .nav-bg2{
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 12px;
    background: url("../images/nav-bg.png") no-repeat bottom center;
}
.nav{
    position: relative;
    top: 13px;
    z-index: 10;
    width: 1080px;
    margin: 0 auto;
}
.nav li{
	position:relative;
    float: left;
    width: 15.7%;
    font-size:16px;
    font-weight: bold;
    text-align: center;
}
.nav li>a{
    display: block;
    width: 100%;
    height: 46px;
	font-size:15px;
    padding-top: 5px;
}
.nav li>a:hover,
.nav li>a.hover,
.nav li>a.hover2{
    color: #FFFFFF;
    background: url("../images/nav-hover.png") no-repeat center top;
}
.sub{
	position:absolute;
	background: #c7c7c7;
	top:26px;
	left: 31px;
	width:109px;
	padding:10px 0;
	z-index:10;
	display:none;
}
.sub-pro{
	width:150px;
	left:10px;
}
.sub a{
	display:block;
	padding:8px 0;
	font-size:14px;
}
/*main*/
.main-line{
    margin: 1% auto;
	max-width:1000px;
    height: 13px;
    background: url("../images/line.jpg") no-repeat center center;
}
.main-line-1{
    margin: 5px auto;
    max-width:1000px;
    height: 1px;
    background: #ddd;
}
.main{
    width: 100%;
    max-width: 1000px;
    margin: 1% auto 1%;
}
.main-left{
    float: left;
    width: 25%;
    border-radius: 3px;
    border:2px solid #e50012;
    box-shadow: 0 0 0 1px #FFFFFF inset ;
    background: url("../images/bg-left.jpg") repeat-x #f6f6f6;
    overflow: hidden;
    margin-left: 0%;
}
.main-middle{
    position: relative;
    float: left;
    width: 25%;
    background: #f5f5f5 url(../images/n.png) no-repeat center center;
    margin-left: 2.5%;
	
}
.main-right{
    width: 45%;
    float: right;
}

.main .title{
    padding: 5% 5% 3%;
    font-size: 16px;
    color: #e50012;
}
.main .title a{
    float: right;
    color: #e50012;
}
.news-list1{
    margin:0 5%;
}
.news-list1 li a{
    display: block;
    line-height: 2;
    border-bottom: 1px dashed #cfbbbf;
    color:#4c1f27;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.news-list1 li a:hover{
    color: #e50012;
}
.zhuanti{
    margin:3% 5% 0;
    box-shadow: 2px 2px 2px 0 #eee inset ;
    border: 1px solid #d1d4d5;
    border-bottom: 0px;
    background: #fff;
}
.zhuanti-link{
    padding:0 5%;
}
.zhuanti-link img{
    width: 100%;
    margin-bottom: 2.8%;
}
.main .news-more{
    position: absolute;
    top: 25%;
    bottom: 0px;
    margin: auto;
    width: 100%;
}
.main .news-more span{
    display: block;
    text-align: center;
}
.main .news-more span.en{
    color: #e50012;
    font-size: 45px;
}
.main .news-more span.cn{
    color: #111;
    font-size: 20px;
    margin: 4% 0;
}

.main .news-more span.more a{
    display: inline-block;
    width: 50%;
    height: 30px;
    padding: 0 5%;
    line-height: 30px;
    font-size: 15px;
   
    border-radius: 3px;
    border: 1px solid #231815;
    background: url("../images/icon-2.png") no-repeat right center ;
    color: #444;
    cursor: pointer;
}
.main .news-more span.more a:hover{
    border: 1px solid #e50012;
	color:#fff;
    background: url("../images/icon-2.png") no-repeat right center  #e50012;
}
.news-list2 li{
    background: url("../images/news-icon.jpg") no-repeat center left;
    padding-left: 5px;
    margin-bottom: 1%;
     margin-bottom: 13px;
}
.news-list2 li .time{
    font-size: 16px;
    margin-left: 10%;
   

}
.news-list2 li .time  a{
    display: inline-block;
    background: #e50012;
    padding: 5px 13px;
    color: #fff;
    font-size: 12px;
    position: relative;
    top:-2px;
}
.news-list2 li .time  a:hover{
    background: #222;
}
.news-list2 li .news-title{
    font-size: 15px;
    margin:0% 1%;

    border-bottom: 6px solid #a5a8a8;
}
.news-list2 li .news-title a{
    display: block;
    padding-bottom: 2.5%;
    margin-top: 0%;
    margin-left: 9%;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 91%;
    overflow: hidden;
}
/*pic*/
.pic{
    width: 100%;
    max-width: 1000px;
    margin: 1% auto;
}
.pic li{
    width: 33.333%;
    float: left;
    position: relative;
}
.pic li a{
    display: block;
}
.pic li img{
    width: 100%;
}
.pic li .txt{
    position: absolute;
    top:30%;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
}
.pic li .opacity{
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    opacity:0;
    transition: all .5s;
}
.pic li .txt span{
    display: block;
    color: #e50012;
    font-weight: 500;
    position: relative;
    opacity: 0;
    padding: 5px 0;
    transition: all .5s;
}
.pic li .txt span.en{
    top:15px;
    letter-spacing: 2px;
    font-size: 30px;
}
.pic li .txt span.cn{
    top:-15px;
    font-size: 25px;
}
.pic li a:hover .opacity{
    opacity: 1;
}
.pic li a:hover .txt span.en,
.pic li a:hover .txt span.cn {
    top:0;
    opacity: 1;
}
.copy{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-top: 2px solid #231815;
    padding: 15px 0;
    font-weight: 600;
}

/* neiye*/
.ny{
    margin: 1% auto;
    background: url("../images/ny-bg.jpg") no-repeat top center;
    background-size: cover;
    overflow: hidden;
}
.ny-content{
    width: 1000px;
    margin: 20px auto;
    background: url("../images/ny-content-bg.png") fixed top left;
    overflow: hidden;
}
.ny-left{
    width: 20%;
    margin: 3% 0 5% 5%;
    float: left;
}
.ny-right{
    width: 63%;
    margin: 3% 5% 5% 0;
	border:1px solid #ccc;
	background: rgba(255,255,255,.8);
	padding:2% 4% 4% 2%;
	border-radius: 5px;
}
.ny-left-nav{

}
.ny-left-nav ul{
   
	
	
}
/*
.ny-left-nav ul{
    border: 1px solid #ccc;
    background: #fff;
	padding-bottom:25px;
}
*/
.ny-left-nav ul li{
	
}
.ny-left-nav ul li a{
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    color: #e00024;
	text-indent:40px;
    letter-spacing: 1px;
	background:url(../images/left-bg.png) no-repeat left center;
	width: 100%;
	
	background-size: 100% 100%;
	height: 31px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.ny-left-nav ul li a:hover{
	background:url(../images/left-hover.png) no-repeat left top;
	color:#fff;
	background-size: 100% 100%;
}

.ny-left h2{
    width: 100%;
    line-height: 1.8;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 2px;
   
	text-indent:26px;
	background:url(../images/left-title.png) no-repeat left top;
}
.ny-left-sale{
    width: 100%;
    margin: 5% auto;
    border-bottom: 1px solid #e00024;
}
.ny-left-sale .sale{
    border: 1px solid #e00024;
    border-bottom: 0px solid #e00024;
    line-height: 1.5;
    padding: 8% 0;
    background: #FFFFFF;

}

.ny-left-sale .sale h3{
    color: #e00024;
    text-align: center;
    line-height: 2;
    font-size: 16px;
}
.ny-left-sale .sale p{
    text-align: left;
    font-size:16px;
	 line-height: 2;
    color: #000;
    padding-left: 14px;
}
.ny-right h2{
    width: 100%;
    line-height: 2;
    font-size: 18px;
    color: #e00024;
    letter-spacing: 2px;
    background: url("../images/ny-right-line.png") no-repeat bottom left;
    margin-left: 2%;
}

.pro li{
    width: 45%;
    overflow: hidden;
    margin: 2%;
    float: left;
    position: relative;
}
.pro li img{
    width: 100%;
}
.pro .txt{
    position: absolute;
    width: 100%;
    bottom: 0px;
    line-height: 3;
    text-align: center;
    color: #FFF;
    background: rgba(0,0,0,.7);
}
.footer-line{
	max-width:1000px;
    margin: 10px auto;
    height: 13px;
    background: url("../images/line.jpg") no-repeat center center;
}

/*详细*/
.pro-detail{
    position: relative;
    width: 78%;
    margin: 2%;
    float: left;
}
.pro-txt{
    margin-top: 1%;
    float: right;
    width: 18%;
    font-size: 13px;
    line-height: 1.5;
    color: #444;
    letter-spacing: 1px;
}
.detail{
    font-size: 13px;
    line-height: 2;
    padding: 3% 0;
    margin: 0 2%;
}
.detail table{
    border-top: 1px solid #222;
    border-left: 1px solid #222;
}
.detail td{
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    padding: 5px 10px;
}
/*about*/
.about-info{
    margin: 2%;
    line-height: 2;
    font-size: 13px;
    color: #000;
}
.about-info .t{
	color:#e00024;
	font-size: 15px;
	font-weight:bold;
	margin:25px 0 0;
}
.about-info img{
    max-width: 100%;
}
.about-info strong,
.about-info b{
    font-size: 16px;
}
.tab{
    margin: 3% 0;
}
.tab li{
    float: left;
    text-align: center;
    width: 20%;
}
.tab li a{
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 2% 9%;
    background: url("../images/tab.png") no-repeat top center;
    background-size: contain;
}
.tab li a:hover{
    color: #FFF;
}
/*news*/
.ny-news-left{
    width: 30%;
    margin: 4% 2% 4% 5%;
    float: left;
}
.ny-news-right{
    width: 98%;
    float: right;
}
#dang-news{
	width:100%;
	margin:0 auto;

    background-color: #FFF;
	float:none
	
}
#dang-news .ny-news{
	width:88%;
	margin:0 auto 15px;
}
.my-title{
    width: 100%;
    line-height: 1.5;
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.my-img{
    width: 60%;
    margin: 4% auto;
}
.my-img img{
    width: 100%;
}
.my-desc{
    width: 80%;
    font-size: 14px;
    font-family: "宋体";
    font-size: 12px;
    margin: 2% auto;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #222;
}
.my-desc a{
    color: #e00024;
}

.ny-news {
    padding: 2% 5%;
    width: 80%;
    background: #FFFFFF;
    border: 2px solid #e00024;
    border-radius: 3px;
    margin-bottom: 15px;
}

.ny-news li {
    position: relative;
    padding: 3% 0 3%;
    width: 100%;
    border-bottom: 1px solid #ccc
}

.ny-news .news-title {
    display: block;
    font-size: 18px;
    line-height: 120%;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.ny-news .intro {
    display: block;
    font-size: 14px;
    line-height: 150%;
    color: #555;
}

.ny-news .time {
    display: block;
    padding-bottom: 0px;
    padding-left: 24px;
    background: url(../images/ny-news-icon.png) left 5px no-repeat;
    color: #999;
    font-size: 14px;
    line-height: 26px
}
.page{
    text-align: center;
    margin-bottom: 3%;
}
.page a{
    display: inline-block;
    background: #e00024;
    padding: 4px 7px;
    margin: 0 1px;
    font-size: 12px;
    color: #FFFFFF;
}
.b1{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
/*ny-contact*/
.ny-contact {
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2.5;
    border-bottom: 1px solid #222;
}
.message {
    margin-top: 45px;
}

.intextarea,.intxt {
    margin-bottom: 15px;
    padding: 1em 0;
    width: 100%;
    border: 1px solid #222;
    border-radius: 4px;
    text-indent: .8em;
    background-color: transparent;
}

.intxt {
    width: 49%;
}

.intextarea {
    height: 170px;
}

.btn-ts {
    display: block;
    padding: 0;
    width: 100%;
    border: 0;
    border-radius: 3px;
    background: #e00024;
    box-shadow: none;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    font-size: 15px;
    line-height: 41px;
    cursor: pointer;
}

#rightButton{ position:fixed; _position:absolute; top:208px; right:0; z-index:999999; display:block;}
#right_ul{ position:relative;}
#right_qq{  background:url(../images/7_03.png) no-repeat; width:68px; height:74px; }
#right_tel{ background:url(../images/7_05.png) no-repeat; width:68px; height:77px; }
#right_tip{  background:url(../images/flag_right.png) no-repeat; width:252px; height:91px; position:absolute; right:20px; top:-10px; display:none; z-index:999999; }
.flagShow_p1{ float:left; margin-left:15px; _margin-left:5px; font-size:18px; line-height:91px;}
.flagShow_p2{ float:left; margin-left:10px; _margin-left:5px; font-size:18px;  color:#FA7C00;}
.flagShow_p2 a{ display:block; margin: 20px 0 5px 12px; line-height:0;}
.flagShow_p2 span{ margin: 0 0 0 14px; }
.flag_qq{ display:none;}
#backToTop{ position:fixed; _position:absolute; bottom:50px; right:0; z-index:999999; display:none; }
a.backToTop_a{  background:url(../images/7_08.png) no-repeat; width:68px; height:79px; display:block; }
a.backToTop_a:active{  background:url(../images/7_11.png) no-repeat; }
.line91{ line-height:91px; }

/*honor*/
.honor{
	margin-left:2%}
.honor li{
	width:30%;
	padding:1%;
	float:left;
    text-align: center;
    line-height: 23px;
}

.honor li img{
	width:100%;
	border:1px solid #fff;
}

.theme-default{
	max-width:1000px;
	margin:0 auto;
}

.b1 .link{ display:none}

.news-info p{
    text-indent: 27px;
}
.pro-txt p{
    text-indent: 27px;
    letter-spacing: 0px;
}
.detail p{
    
}
.about-info{ padding-bottom:25px;}

.ny-news-dang{
	width:100%;
	padding:15px 0px 15px 0px;
	text-indent:15px;
	border-bottom:1px solid #ccc;
	background: url(../images/d.png) no-repeat center left
}
.news-yang{
	width:100%;
	padding:15px 0px 15px 0px;
	text-indent:10px;
	border-bottom:1px solid #ccc;
	background: url(../images/arr_03.gif) no-repeat center left
}
.ny-news-dang .time{
	float:right;
}
.ny-news-dang a{
	width:80%;
	display:inline-block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}








