﻿/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img{margin:0 auto; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:bold;}
fieldset, img{vertical-align:middle; border:none;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "微软雅黑",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{font-size:12px; margin:0;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{resize:none; font-family: "微软雅黑",Arial,sans-serif;}
body{color:#333; font:12px "微软雅黑",Arial,sans-serif; background:#fff;}
a{color:#555; text-decoration:none;}
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/  }
a:visited{text-decoration:none; /*指已经访问过的链接*/  }
a:hover{text-decoration:none;/*指鼠标在链接*/}
a:active{text-decoration:none;/* 指正在点的链接*/  }
i, em{ font-style:normal;}

.clearfix:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}


.con_1000 {
    margin: 0 auto;
    width: 1000px;
}


*:after,*:before{
    content: '';
    display: table;
    clear: both;
}

.float_right{
    position: fixed;
    top: 20%;
    right: 0;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}
.float_right:hover{
    opacity: 1;
}
/*首页*/
.banner{
    background-color: #d9cfc3;
    width: 100%;
}

.topBanner{
    background: url("../images/topBanner.jpg")  no-repeat;
    width: 100%;
    height: 117px;
    margin: 0 auto -30px;
}
.news{
    margin-top: 47px;
}
.newsTitle{
    width:90px;
    height: 188px;
    border: solid 1px #95978c;
    float: left;
}

.news_EN{
    width: 42px;
    margin:71px auto 7px;
    text-align: center;
    border-bottom: solid 1px #8c8573;
}
.news_CN{
    text-align: center;
    margin-bottom: 43px;
    font: 14px "'微软雅黑' Arial";
}
.news_more{
    text-align: center;
}
.new_con{
    float: left;
    margin-left: 17px;
    padding-bottom: 7px;
    padding-top: 7px;
    width:280px;
    height: 176px;
}
.new_con *{
    display:inline-block ;
}
.new_con p{
    margin-bottom: 16px;
}
.new_con span{
    margin-left: 25px;
}
.about{
    float: right;
    background: url("../images/about.jpg") no-repeat;
    width: 568px;
    height: 189px;
    position: relative;
}
.about a{
    position: absolute;
    top: 104px;
    right: 80px;
}
.line{
    margin-top: 65px;
    margin-bottom: 67px;
    width: 100%;
}
.line_full{
    float: left;
    margin: 4px 0;
    height: 2px;
    width: 100%;
    background-color: #cecfca;
    position: relative;
}
.line_1024{
    background: url("../images/line1.png") repeat-x;
    height: 10px;
    width: 1000px;
    margin: 0 auto ;
    position: relative;
}

.product{

}

.product_tip{
    float: left;
    font: 16px "'微软雅黑' Arial";
    margin-left: 133px; font-weight:bold;
}

.product ul{
    float: right;
    margin-right: 120px;
}

.product ul li{
    float: left;
    width: 82px;
    text-align: center;
    margin: 0 30px;
    color: #8c8573;
    font: 16px "'微软雅黑' Arial";
    border: solid 1px transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product ul li:hover{
    color: #484439;
    border: solid 1px #4e4b40;
}

.product_box{
    float: left;
    margin-top: 40px;
}
.product_box img{
    opacity:0.7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product_con{    margin-right:-18px;}
.product_cont{
    margin-right: 18px;
}

.product_bg{
    width: 236px;
    height: 68px;
    background-color: #f0eee7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.product_title{
    margin-left: 86px;
    margin-top: 26px;
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	font-size:15px;
}

.product_heart{

    width: 19px;
    height: 17px;
    float: left;
    margin-left: 44px;
    margin-top: 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.product_box:hover img{
    opacity:1;
}

.product_box:hover .product_title{
    color: #fff;
}

.product_box:hover .product_bg{
    background-color: #cfbfa9;
}

.product_box:hover .product_heart{

}
.quick_link{
    width: 650px;
    margin: 66px auto 71px;
}

.quick_link *{
    display: inline-block;
    float: left;
}

.quick_link img{
    margin-right: 115px;
}

.quick_link .last{
    margin-right: 0;
}

/*企业简介*/

.right{
    float: right;
    width: 752px;
	    min-height: 500px;
}
.page_title{

}
.page_title_left{
    margin-top: 12px;
    font-size: 18px;
    float: left;
}
.page_title_right{
    margin-top: 17px;
    float: right;
}
.page_title_right *{
    display: inline-block;
}

.title_line{

}
.title_line_left{
    margin-top: 16px;
    width: 86px;
    height: 2px;
    background-color: #cfbfa9;
    float: left;
}

.title_line_right{
    float: left;
    margin-top: 17px;
    width: 666px;
    height: 1px;
    background-color: #dcdcdc;
}
.page_img{
    margin-top: 72px;
}
.page_img img{
    float: left;
}
.img_right{
    width: 221px;
    height: 167px;
    background-color: #aeaeae;
    margin-left: 5px;
    float: left;
}
.img_right span{
    display: inline-block;
    margin-left: 18px;
    margin-top: 39px;
    font-size: 17px;
    color: #fff;
}
.img_right_line{
    margin-left: 18px;
    margin-top: 9px;
    width: 26px;
    height: 2px;
    background-color: #fff;
}
.img_right p{
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    width: 65px;
    margin-left: 18px;
    margin-top: 43px;
}
.page_info{
    margin-top: 59px;
}
.page_info p{
    line-height: 28px;
}
.page_img2{
    margin-top: 59px;
    margin-bottom: 120px;
}

/*新闻列表*/
.first_list{
    margin-top: 72px;
}
.first_list>img{
    border: solid 1px #c2c2c2;
    float: left;
}
.first_list_right{
    float: left;
    margin-left: 28px;
    color: #8c8573;
}
.first_list_right h3{
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: normal;
}
.first_list_right>p{
    width: 517px;
    line-height: 20px;
}
.first_list_right a{
    color: #b20000;
}
.first_list_right_time{
    margin-top: 13px;
}
.first_list_right_time img{
    float: left;
}
.first_list_right_time p{
    margin-left: 6px;
    float: left;
}
.other_list{
    margin-top: 25px;
    color: #5b5b5b;
}
.other_list li{
    padding: 13px 0;
    border-bottom: dotted 1px #dddddd;
}
.other_list li a{
    float: left;
}
.other_list li span{
    float: right;
}
.list_btn{
    margin-top: 67px;
    margin-bottom: 96px;
}
.list_btn_l_r{
    float: left;
    width: 20px;
    height: 20px;
    border: solid 1px #d3d3d3;
    text-align: center;
    color: #d3d3d3;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.list_btn_l_r:hover{
    color: #8c8573;
    border-color: #8c8573;
}
.list_btn_line{
    float: left;
    width: 174px;
    height: 1px;
    background-color: #d3d3d3;
    margin-top: 11px;
}
.list_btn_num{
    float: left;
    width: 277px;
    height: 20px;
}
.list_btn_num ul{
    margin: 0 9px;
}

.list_btn_num ul a{
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    border: solid 1px #d3d3d3;
	font-size:16px;
	line-height:30px;
    margin: 0 4px;
    color: #606060;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.list_btn_num ul a:hover{
    color: #8c8573;
    border-color: #8c8573;
}

/*产品列表*/
.pro_list{
    margin-top: 72px;
}
.pro_list ul{

}
.pro_list ul li{
    float: left;
    margin-right: 26px;
    margin-bottom: 53px;
    border: solid 3px transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pro_list ul li:hover{
    border: solid 3px #7c7f90;
}
.pro_list ul li:hover .pro_more{
    background-color: #7c7f90;
}
.pro_list ul li:hover .pro_more a{
   color: #fff;
}
.pro{
    width: 214px;
}
.pro_info{
    width: 100%;
    height: 45px;
    background-color: #f5f5f5;
}
.pro_info span{
    display: inline-block;
    color: #3f3f3f;
    font-size: 14px;
    margin-left: 19px;
    margin-top: 12px;
}
.pro_info p{
    padding-top: 10px;
    width: 175px;
}
.pro_more{
    width: 100%;
    height:23px;
    background-color: #adadad;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pro_more a {
    display: inline-block;
    margin-left: 8px;
    margin-top: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}




/*导航*/
.nav{
    background-color: #8c8573;
    height: 58px;
}

.logo{
   /* background: url("../images/logo.png") no-repeat;*/
    width: 155px;
    height: 34px;
   top:16px;
   left:75px;
    float: left;
	position:relative;
}

.nav ul{
    float: left;margin-left: 50px;
}
.nav ul li{
    float: left;
    margin: auto 48px;
    line-height: 58px;
}
.nav ul li a {
    color: #fff;
    font: 14px "'微软雅黑' Arial";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.nav ul li a:hover{
    color:#f2e5be;
}

.contact_con{
    position: relative;
    margin-bottom: 50px;
}
.tel{
    float: left;
    width: auto;
    margin-top: 44px;
    margin-left: 145px;
}
.tel_con{
    width: 515px;
    margin: -40px auto;
	margin-left: 340px;
}
.tel span{
    float: left;
}
.tel_con1,.tel_con3{
    display: block;
    margin: 5px 20px;
    color: #000000;
    font: 18px "'微软雅黑' Arial";
}
.tel_con2{
    font: 23px "'微软雅黑' Arial";
    color: #CF1B12;
	font-weight:bold;
	margin-left:22px;
}
.search{
    background: url("../images/searchBg.jpg") no-repeat;
    width: 420px;
    height: 34px;
    float: right;
    margin-top: 35px;
}
.search > a{
    float: left;
}


.input_con{
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}

.input{
    border: none;
    width: 355px;
    height: 24px;
}
.button{
    background: url("../images/search_btn.png");
    width: 55px;
    height: 34px;
    border: none;
}




/*版权*/
.copyRight{
    width: 100%;
    height: 150px;
    background-color: #f0eee7;
    text-align: center;
}
.copyRight ul {
    width: 500px;
    margin: 24px auto 10px;
}
.copyRight ul li{
    float: left;
    padding: 0 7px;
}
.copyRight p{
    margin-bottom: 10px;
}
.copyRight a
{
    display: inline-block;
}
.copyRight .middle{
    border-left: solid 2px #b8b0a5;
    border-right: solid 2px #b8b0a5;
}


/*侧导航*/
.left{
    float: left;
    margin-right: 53px;
    width: 186px;
}

.left ul li{
    width: 191px;
    height: 48px;
    border: solid 2px #cfbfa9;

}
.left ul li p{
    margin-top: 17px;
    margin-left: 62px;
    float: left;
	font-size:16px;
	font-weight:bold;
	
	
}
.left ul li img{
    margin-top: 17px;
    margin-left: 40px;
    float: left;
    display: none;
}

.hover{
    background-color: #cfbfa9;
}
.hover p{
    color: #fff;
}

.service{
    background: url("../images/service.png") no-repeat;
    width: 191px;
    height: 122px;
    margin-top: 58px;
}
.service_tel{
    margin-top: 10px;
}
.service_tel img{
    vertical-align:baseline;
}
.service_tel p{
    display: inline-block;
    font: 21px "'微软雅黑' Arial";
    margin-left: 5px;
    color: #8c8573;
}

.service_tel span{
    color: #8c8573;
}

.detail .cont { padding: 20px 20px; height:auto !important; height:375px; min-height:375px; }
.detail .tit { height: 40px; line-height: 40px; text-align: center; font-weight: bold; border-bottom: 1px solid #ccc; overflow:hidden; }
.detail .related { padding:6px 0; text-align: center; }
.detail .related span { padding: 0 10px; }
.detail .text { padding: 10px; line-height: 23px; }
.detail .text .photo { text-align: center; }
.detail .other { padding: 8px 0; width: 100%; }
.detail .other li { line-height: 24px; }
.detail .print { padding: 8px 0; text-align: right; clear: both; }
.detail .print a { margin-right: 20px; }
.detail .text .pro_photo { text-align: center; }

.page_title{ margin-bottom: 30px;}
.content1{ line-height: 26px;}
.left:186px;