
				/* ????????? */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements ????? */
dl, dt, dd, ul, ol, li, /* list elements ??????? */
pre, /* text formatting elements ????????? */
fieldset, lengend, button, input, textarea, /* form elements ??????? */
th, td { /* table elements ??????? */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* ??????????? */
body{width: 100%;min-width: 1398px;margin:0 auto;overflow-x:hidden;}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #787878;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*????bootstrape??????????????*/

address, cite, dfn, em, i, var {font-style: normal;} /* ??????? */

/* ??????????? */
ul, ol ,li{list-style: none;}

/* ????????????? */
a {text-decoration: none; color: #787878; word-wrap:break-word;}/*??????*/
a:hover {text-decoration: none; color:#ee0606;}


/* ?????????? */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img ????????????? img ???? */
/* ???optgroup ??????? */
button, input, select, textarea {
    font-size: 100%; /* ?????????? ie ????????????? */
}

/* ?????????? */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ????ie????????????????????????????????????????? */
html {overflow-y: scroll;overflow-x:hidden;}

/*???????*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

				
				
				footer { width:1200px; margin:0 auto;font-family:"Microsoft Yahei";}
			

        .f_bj {
            color: #d4d4d4;
            clear: both;
            font-family: "Microsoft Yahei";
            height: 222px;
            line-height: 26px;
            position: relative;
            z-index: 9;
            background: url(../images/webg1.gif) repeat #1e1e1e;
            overflow: hidden;
        }
        
        .f_bj a {
            color: #d4d4d4;
        }
        
        em {
            font-style: normal;
        }
        
        .f_bj:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            left: 0;
            top: 144px;
            background: #4e4e4e;
        }
        
        .f_nav {
            height: 62px;
            line-height: 34px;
            text-align: center;
            overflow: hidden;
            font-size: 16px;
            white-space: nowrap;
        }
        
        .f_nav i {
            display: inline-block;
            color: #9d9d9d;
            width: 62px;
        }
        
        .f_nav a {
            display: inline-block;
            color: #9d9d9d;
        }
        
        .f_nav a:hover {
            color: #fff;
            border-bottom: 1px solid #fff;
        }
        
        .f_text {
            height: 127px;
            padding: 41px 0 0;
            overflow: hidden;
        }
        
        .f_text li {
            width: 158px;
            float: left;
            position: relative;
            padding: 0 0 0 57px;
            background: url(../images/f_ico1.png) no-repeat 0 5px;
        }
        
        .f_text li em {
            font-size: 18px;
            color: #cfcfcf;
            /* font-weight: bold; */
        }
        
        .f_text li b {
            font-size: 24px;
            color: #cfcfcf;
        }
        
        .f_text li span {
            line-height: 24px;
            display: block;
            /* font-weight: bold; */
            font-family: Arial;
            color: #fff;
            font-size: 16px;
        }
        
        .f_text li:nth-child(3) {
            background: url(../images/f_ico2.png) no-repeat 0 5px;
        }
        
        .f_text li:nth-child(4) {
            background: url(../images/f_ico33.png) no-repeat 0 5px;
            width: 222px;
        }
		
		  .f_text li:nth-child(5) {
            background: url(../images/f_ico3.png) no-repeat 0 5px;
            width: 222px;
        }
        
        .f_wz {
            padding: 17px 0 0;
            height: 66px;
            text-align: center;
            color: #fff;
            line-height: 48px;
            position: relative;
            z-index: 9;
        }
        
        .f_wz:before {
            content: "";
            position: absolute;
            width: 1200px;
            height: 83px;
            top: 0;
            right: 0;
            background: #005fa8;
            z-index: -1;
        }
        
        .f_wz:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            top: 0;
            right: -20px;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            border-bottom: 84px solid #004479;
            z-index: -2;
        }
        
        .f_wz a {
            display: inline-block;
            color: #fff;
        }
    
