﻿@charset "utf-8";

/* CSS Document */


.nav li
* {

    padding: 0;

}



body {

    font-size: 14px;

    color: #333;

    margin: 0px;

    font-family: 微软雅黑, Microsoft YaHei, Arial, Helvetica, sans-serif;

}



ul,

li {

    list-style-type: none;

}



img,

ul,

li {

    padding: 0px;

    margin: 0px;

}



img {

    border: none;

}



a {

    color: #333;

    text-decoration: none;

}



a:hover {

    text-decoration: none;

    transition: all 0.3s ease-out 0s;

}



a:active {

    text-decoration: none;

}



.clear {

    clear: both;

}



img {

    border: 0;

}



.clearfix:after {

    visibility: hidden;

    display: block;

    font-size: 0;

    clear: both;

    height: 0;

}



.clearfloat {

    clear: both;

    height: 0;

    font-size: 1px;

    line-height: 0px;

}



.clearfix {

    display: inline-table;

}



input,

textarea {

    outline: none;

    border: 0px;

}



/* Hides from IE-mac \*/



* html .clearfix {

    height: 1%;

}



.clearfix {

    display: block;

}



h3 {

    font-weight: normal;

}



h1,

h2,

h3,

h4,

h5,

p,

dl,

dd,

dt {

    margin: 0;

    font-weight: normal;

}



i,

em {

    font-style: normal;

}



/* End hide from IE-mac */



@media screen and (min-width:1180px) {

    body {

        overflow-x: hidden;

    }

}



/*公用*/



.con_width {

    width: 1180px;

    margin: 0 auto;

}



.fl {

    float: left;

}



.fr {

    float: right;

}



.hide {

    display: none;

}



/*字体定义*/



.fon_imp {

    font-family: "Impact";

    vertical-align: sub;

}



.f12 {

    font-size: 12px;

}



.f14 {

    font-size: 14px;

}



.f15 {

    font-size: 15px;

}



.f16 {

    font-size: 16px;

}



.f18 {

    font-size: 18px;

}



.f20 {

    font-size: 20px;

}



.f22 {

    font-size: 22px;

}



.f24 {

    font-size: 24px;

}



.f26 {

    font-size: 26px;

}



.f28 {

    font-size: 28px;

}



.f30 {

    font-size: 30px;

}



.f32 {

    font-size: 32px;

}



.f36 {

    font-size: 36px;

}



/*颜色定义*/



.black {

    color: #545454;

}



.gray {

    color: #c4c3c3;

}



.green,

.green a {

    color: #3dab07;

}



.red,

.red a {

    color: #FE8800;

}



.white {

    color: #fff;

}



/*单行文本溢出省略号*/



.ellip {

    display: inline-block;

    *display: inline;

    zoom: 1;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.top_box {

        color: #fff;

    position: relative;

    z-index: 99;
	height: 188px;



    background: #da1212;
	background: url(../images/BGBG.jpg) center top no-repeat;
	


}



.top {

    height: 30px;

    line-height: 30px;

    color: #da1212;

    border-bottom: solid 1px #fff;

    font-size: 12px;

}



.top a {

    padding: 0 5px;

    color: #9C9D9F;

}



.top a img {

    margin-bottom: -4px;

}







.logo {

    margin: 0 auto;

}



.logo h1 {

    margin: 20px 0;

}



.logo h1 strong {

    display: block;

    margin-top: 12px;

    font-size: 20px;

}



.logo .ding {

    padding: 40px 0 0 20px;

    font-size: 18px;

    font-weight: bold;

    width: 330px;

    float: left;

    line-height: 30px;

}



.logo .ding span {

    color: #65e36a;

}



.logo .logo_phone{

    margin-top: 50px;

}

.logo .logo_phone .head_tel {

    width: 400px;

    height: 35px;

    border-radius: 17.5px;

  /*  background: url(../images/head_tel.png) no-repeat 10px center #ffcf00;*/

    color: #fff;

    font-size: 24px;

     line-height: 35px;

     padding-left: 100px;

     box-sizing: border-box;

}



.logo .logo_phone p span {

    display: block;

}

.logo .logo_phone .yuan{

    width: 45px;

    height: 45px;

    position: relative;

} 

.logo .logo_phone .yuan .tb{

    width: 35px;

    height: 35px;

    border-radius: 50%;

    background: url(../images/yuan.png) no-repeat center #da1212;

    background-size: 60% auto;

    margin-left: 85px;

} 

.logo .logo_phone .yuan .lb{

    position: absolute;

    top: 40px;

    left: -60px;

    background: #ffcf00;

    z-index: 999999;

    padding: 5px 10px;

    border-radius: 5px;

    display: none;

    

}

.logo .logo_phone .yuan .lb a{

    border-bottom: dashed 1px #ccc;

    color: #333;

    line-height: 30px;

    display: block;

    font-size: 12px;

    

}

.logo .logo_phone .yuan:hover .lb{

    display: block;

}







/*nav*/



.nav_all {


	/*background:#da1212;*/

}



.nav {

    width: 1180px;

  

    margin: 0 auto;

    z-index: 9999;

    overflow: hidden;

    

}



.nav .nav_list {

    width: 1300px;

    overflow: hidden;

}



.nav li {

    float: left;
	width:148px;
	overflow:hidden;



    z-index: 100;

    text-align: center;


}



.nav li a {

    float: left;

    display: block;

    height: 50px;

    text-align: center;

    line-height: 50px;

    padding: 0 40px;

    font-size: 16px;

    color: #fff;

    border-top: solid 1px #ccc;

}



.nav li:hover a {

    border-top: 2px solid #078e28;

    box-sizing: border-box;

}



.nav li.another a {

    border-top: 2px solid #078e28;

}



        
/**二级**/
.nav li .ejfl{ display:none;  margin-top:45px;   }
.nav li:hover .ejfl{ display:block;  }
.nav li .ejfl li { width:144px; height:50px; background:#055f1b; display:block;}
.nav li .ejfl li:hover { background:#088e28;}
.nav li .ejfl li:hover a{color: #ddd;}
.ejfl li a{color:#fff}





.fixedNav {

   /* position: fixed;*/

    top: 0;

    width: 100%;

    z-index: 99999;

    background: #da1212;

}



/*底部*/



/* footer */



.footer {

    height: 294px;

    background-color: #333;

}



.footer ul.foot_dh{

    width: 620px;

}

.footer ul.foot_dh li{

    float: left;

    width: 130px;

}

.footer ul.foot_dh li a{

    font-size: 14px;

    color: #ccc;

    line-height: 40px;

}

.footer .footer-r-bottom {

    /* height: 220px; */

    padding-top: 50px;

}



.footer .footer-r-bottom .logo {

    margin-top: 35px;

}



.footer .footer-r-bottom .footer-b-l h2 {

    font-size: 14px;

    color: #ccc;

    line-height: 35px;

}



.footer .footer-r-bottom .footer-b-l p {

    font-size: 14px;

    color: #ccc;

    line-height: 35px;

}



.footer .footer-r-bottom .footer-b-l p a {

    font-size: 14px;

    color: #ccc;

    line-height: 35px;

}



.footer .footer-r-bottom .footer-b-l {

    width: 300px;
    float: right;

    /* margin-left: 20px; */

}



.footer .footer-r-bottom .footer-b-r {
    display: none;

    background: url(../images/er.png) no-repeat top left;

    width: 143px;

    height: 145px;

    position: relative;

    right: 20px;

    top: 30px;

}



.footer .footer-r-bottom .footer-b-r img {

    width: 122px;

    height: 122px;

    top: 11px;

    position: absolute;

    left: 10px;

}