/* 初始化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:#666; font:12px "微软雅黑",Arial,sans-serif; background:#fcfeff;overflow-x: hidden;}
a{color:#666; text-decoration:none;}
a:hover{text-decoration:none;}
i, em{ font-style:normal;}
img{width: 100%}

.clearfix:after{content:""; display:block; height:0; visibility:hidden; clear:both;}
.clearfix{zoom:1;}
.clear{
    clear:both;
}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}
.mcolor{color: #29811b}

.navbar .nav > li:hover .dropdown-menu {
    display: block;
}

/*transition*/
.tran200{-webkit-transition:all 0.2s ease; -moz-transition:all 0.2s ease; transition:all 0.2s ease;}
.tran400{-webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; transition:all 0.4s ease;}

/*网页限定宽度*/
.con_1000 { margin:0 auto; position:relative; width:1002px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

/*头部*/

/*BANNER*/

/*版权*/
.copyRight{width: 100%;text-align: center;color: #b3b3b3; font-family:"Microsoft YaHei"; padding-top: 24px;padding-bottom: 21px; background:#333;}
.copyRight div{margin-bottom: 10px;}
.copyRight a{color: #b3b3b3;}
.copyRight .quicklink{width: 100%;text-align: center;}
.copyRight .quicklink a{padding: 0 7px;}


/*侧导航*/
.ny_left{    margin-bottom: 30px;}
.ny_left h3{
    height: 45px;
    border-bottom: 2px solid #009a44;
    display: inline-block;
    padding-right: 13px;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 5px;
}


.ny_left ul{margin-bottom: 57px;margin-right: 15px}
.ny_left ul li{;height: 50px;font-size: 17px;margin-bottom: 2px;margin-top: 0;}
.ny_left ul li a{display: block;height: 100%;width: 100%;background:#29811b;color: #ffffff;line-height: 30px;padding: 10px 20px;}
.ny_left ul li a span{float: right; }
.ny_left ul li span{ font-weight:bold}
.ny_left ul li p{margin-top: 13px;margin-left: 28px;float: left;}
.ny_left ul .hover a{color: #fcff00;}
.ny_left li:hover a{color: #fcff00;}

.ny_left .service_tel{color: #009a44;margin-top: 36px;}
.ny_left .service_tel a img{width: auto;}
.ny_left .service_tel p{background: url(../images/service_tel.png) left center no-repeat; padding-left: 29px;font-size: 21px;margin-left: 5px; font-family:Arial; margin-top:5px;}
.ny_left .service_tel span{display:block; font-family:"Microsoft YaHei"; color:#009a44;}


/*内页标题*/
.ny_right{ min-height:500px;margin-bottom: 20px;padding: 0}
.ny_right .title{ height:46px; line-height:46px; border-bottom:1px solid #dcdcdc; margin-bottom:40px}
.ny_right .title p{color:#6c6c6c;font-size: 14px}
.ny_right .title h3{ height:45px; border-bottom:2px solid #009a44; display:inline-block; float:left; padding-right:13px; font-size:18px; font-weight:normal}

/*其他*/
#full .qq_info a,#full .qq_info span{ display:block}
#full .qq_info span{ width:86px; background:#fff; text-align:center; padding-top:6px; line-height:24px; border:1px solid #968f96; border-top:none}

.single_con{ margin-top:20px}
.news_con{ margin-top:20px}
.pro_con{ margin-top:20px}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1600px){
    .container {
        width: 1310px;
    }
}
