@charset "utf-8";
/*
color:red !important;/* Firefox、IE7支持 
_color:red;  IE6支持 
*color:red;  IE6、IE7支持 
*+color:red; IE7支持/
color:red\9; IE6、IE7、IE8支持 
color:red\0; IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templets/ftwcm/images/bg_index.body1.png');_background:none;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.3));
behavior:url('');
pointer-events:none;//鼠标穿透
-webkit-animation:0.3s ease-in 1.1s 1 ui;
-webkit-animation-fill-mode:both;
filter:alpha(opacity=50);
*/

/*--默认--*/
* {
    box-sizing: border-box;
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, button, select, textarea {
    margin: 0;
    padding: 0;
}

html {
    _background-image: url(about:blank);
    _background-attachment: fixed;
	touch-action: inherit !important;
}

body {
    font-size: 14px;
    font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}

ol, ul, li {
    list-style: none outside none;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:focus {
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

tr, td, th {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, textarea, select {
    font-size: 14px;
    font-family: 微软雅黑, 'Heiti SC', 黑体, Arial;
}

input, button, select, textarea {
    outline: none;
    border: 0 none;
}

body {
    width: 100%;
    margin: 0 auto;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*--类--*/
.warp {
    width: 1272px;
    /* height: 100%; */
    margin: 0 auto;
    position: relative;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clear {
    *zoom: 1;
}

#header {
    width: 100%;
    height: 84px;
    background-color: #f2f2f2;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    min-width: 1272px;
    border-bottom: 0 solid rgba(18, 160, 205, 0.8);
}

#header .logo {
    background: url(../image/888888888-15102916062V23.png) left center no-repeat;
    background-size: 100%;
    width: 205px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

#header .nav ul {
    text-align: center;
}

#header .nav ul li {
    display: inline-block;
}

#header .nav ul li a {
    display: block;
    font-size: 14px;
    line-height: 84px;
    color: black;
    font-weight: bold;
    text-align: center;
    padding: 0 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#header .nav ul li .subNav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 84px;
    overflow: hidden;
    display: none;
}

#header .nav ul li .subNav a {
    line-height: 48px;
    margin-right: 10px;
}

#header .nav ul li.active {
    border-bottom: 3px solid red;
}

#header .nav ul.clear li.child_box:hover ul.child_list {
	display: block;
}

#header .nav ul.child_list {
	display: flex;
	flex-direction: column;
	position: absolute;
	min-width: 126px;
	left: -26px;
	top: 66px;
	background: #fff;
	display: none;
}

#header .nav ul.child_list li{
	text-align: center;
}

#header .nav ul.child_list li a{
	line-height: 30px;
	padding: 4px 0;
}

#header .tools {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    padding: 29px 0 25px;
}

#header .tools .search {
    background: #fff;
    border-radius: 100px;
    height: 30px;
    float: left;
    padding: 0 22px;
    position: relative;
}

#header .tools .searchtext {
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 14px;
    color: #909090;
    line-height: 30px;
}

#header .tools .searchbtn {
    background: url(../image/search_btnico.png) center center no-repeat;
    width: 44px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#header .tools .lang {
    float: left;
    height: 30px;
    line-height: 30px;
}

#header .tools .lang a {
    color: black;
}


#footer {
    width: 100%;
    height: 75px;
    background-color: #f2f2f2;
    font-size: 12px;
    color: black;
    min-width: 1220px;
    text-align: center;
}

#footer .link {
    color: #b5b5b5;
    line-height: 48px;
	/* line-height: 75px; */
	margin-right: 30px
}

#footer .link a {
    padding: 0 2px;
}

#footer .copy {
    margin: 0 20px;
    /* line-height: 75px; */
}

#footer .copy .ftbj {
    margin-left: 20px;
}

#footer .code {
    position: absolute;
    height: 100%;
    top: 0;
}

#footer .code a {
    width: 30px;
    height: 75px;
    background: url(../image/code.png) no-repeat;
    position: absolute;
    top: 0;
}

#footer .code a .img {
    width: 140px;
    height: auto;
    border: 2px solid #484848;
    position: absolute;
    bottom: 75px;
    left: 0;
    display: none;
}

#footer .code a .img img {
    width: 100%;
    height: auto;
}

#footer .code .sch {
    background-position: 0 center;
    left: 40px;
}

#footer .code .sch .search {
    background-color: #484848;
    width: 152px;
    height: 30px;
    padding: 0 44px 0 18px;
    position: absolute;
    bottom: 75px;
    left: 0;
    display: none;
}

#footer .code .sch .searchtext {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: Arial;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}

#footer .code .sch .searchbtn {
    background: url(../image/search_btnico.png) center center no-repeat;
    width: 44px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

#footer .code .wb {
    background-position: -30px center;
    left: 40px;
}

#footer .code .wx {
    background-position: -60px center;
    left: 80px;
}

#footer a {
    color: black;
}