@charset "utf-8";
/*
    *Author's Brackets
    *Date 2016-6-15 pm15:25
    */
/*== CSS Reset ==*/
* { margin: 0; padding: 0; list-style: none; font-size:16px; box-sizing: border-box; } 
a, hr { padding: 0; }
a, button, input, select, textarea, hr { margin: 0; }
article, aside, details, figure, footer, header, hr, nav, section, summary { display: block; }
abbr, address, article, aside, audio, b, blockquote, body, body div, caption, cite, code, dd, del, details, dfn, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video { margin: 0; padding: 0; border: 0; font-size: 100%; font-weight: 400; vertical-align: baseline; background: 0 0; }
input[type=checkbox], th { vertical-align: bottom; }
strong, th { font-weight: 700; }
embed,object {max-width: 100%; }
b { font-weight:bold}
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:after, blockquote:before, q:after, q:before { content: ''; content: none; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted #000; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; font: 100%; }
td { font-weight: 400; vertical-align: top; }
hr { height: 1px; }
input, select { vertical-align: middle; }
pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
input[type=radio] { vertical-align: text-bottom; }
.ie7 input[type=checkbox] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
input, select, textarea { font: 99% sans-serif; }
small { font-size: 85%; }
td, td img { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
code, kbd, pre, samp { font-family: monospace, sans-serif; }
.clickable, button, input[type=button], input[type=file], input[type=submit], label { cursor: pointer; }
button, input[type=button] { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
.clearfix:after, .clearfix:before { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
a { text-decoration: none; border: none; color:#333; }
a:hover { color: #db0000}
input, button, select, textarea { outline: none; }
textarea { resize: none; }
input { font-family: "microsoft yahei"; -webkit-appearance: none; }
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 { -webkit-text-size-adjust: 100%; }
em, i { font-style: normal; }
/*==== CSS Reset end ====*/
html body {margin: 0px auto; max-width: 1920px;font-size: 100%; font-family:'Microsoft YaHei', SimSun, Arial, Helvetica, Tahoma, sans-serif; font-size:16px;}
* { outline: none; }
.fl { float: left; }
.fr { float: right; }
.posre { position:relative}
.posab { position:absolute}

.ft11 { font-size: 11px }
.ft12 { font-size: 12px }
.ft14 { font-size: 14px }
.ft16 { font-size: 16px }
.ft18 { font-size: 18px }
.ft20 { font-size: 20px; }
.ft24 { font-size: 24px; }
.ft26 { font-size: 26px; }
.ft28 { font-size: 28px; }
.ft30 { font-size: 30px; }
.ft36 { font-size: 36px; }
.ft40 { font-size: 40px; }
.ft50 { font-size: 50px; }

.martop50 { margin-top:50px}

.w1400 { width: 1400px; margin: 0px auto; position: relative; }
.text-l { text-align:left}
.text-r { text-align:right}
.text-c { text-align:center}

.eng { text-transform:uppercase;}
.red { color:#d70000}
.orange { color: #f28e00 }
.hui_6 { color:#666}
.hui_9 { color: #999 }

/* animation */
.animation { -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; -ms-transition: all 0.9s ease-out; -o-transition: all 0.9s ease-out; transition: all 0.9s ease-out; }
.fadeInLeft { -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); opacity: 0; }
.fadeInRight { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -ms-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); opacity: 0; }
.fadeInUp { -webkit-transform: translate(0, 10px); -moz-transform: translate(0, 10px); -ms-transform: translate(0, 10px); -o-transform: translate(0, 10px); transform: translate(0, 10px); opacity: 0; }
.fadeInDown { -webkit-transform: translate(0, -20%); -moz-transform: translate(0, -20%); -ms-transform: translate(0, -20%); -o-transform: translate(0, -20%); transform: translate(0, -20%); opacity: 0; }
.active-animeta { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; }
/* hp animation end */
.breathing { -webkit-animation-name: breath; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* 等比填充 */
*[class*="rect-"] { position: relative; display: block; width: 100%; overflow: hidden; }
*[class*="rect-"] 
._full { position: absolute; left: 0; top: 0; width: 100%; height: 100%; *height: auto;}
.rect-img { padding-bottom: 125%; }
.rect-pic { padding-bottom: 75%; }
.rect-pic2 { padding-bottom: 60%; }


@-webkit-keyframes 'breath' {
 from {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
.breath { opacity: 1; -webkit-animation-name: breath; -webkit-animation-duration: 3s; /*人的普通呼吸时间是3秒每次，深呼吸时间是6秒每次*/
-webkit-animation-timing-function: ease-in-out; -webkit-animation-iteration-count: infinite; }

.header { background: #0097ed; margin:0px; padding:0px;}

.search_txt { width: 280px; height: 36px; line-height: 36px; padding-left: 30px; font-size: 14px; color: #999; float: left; outline: none; background: #fff; border: 0px; border-radius: 20px 0px 0px 20px; margin-top: 15px; }
.search_button { width:58px; height:36px; display: block; float: left; background: url(../images/search.png) no-repeat; cursor: pointer; border:0; border-left: none; margin-top:15px; }
.search_button:hover {background: url(../images/search.png) no-repeat -58px 0px }

/* 主菜单 */
.nav { margin: 0px auto; position: relative; height: 100px; padding: 20px 0px 0px 300px; width: 1400px; z-index: 200; }
.nav span { position: absolute; left: 0px; top: 25px; }
.nav ul { width: 50%; margin-left: 150px; }
.nav ul li{ float: left; position: relative; box-sizing: border-box; }
.nav ul li .f_a{ line-height: 70px; display: block; text-align: center; font-size: 16px; color: #fff; font-weight: bold }
.nav ul li:hover .f_a,.nav ul li.on .f_a { line-height: 76px; border-bottom: #fff 4px solid; color: #fff; transition: all .3s }
.nav ul li .s_navbox{ display: none; position: absolute; left: 0; width: 100%; background-color: rgba(255,255,255,.7); z-index: 9999; box-sizing: border-box }
.nav ul li .s_navbox .s_a a{ color: #333; font-size: 14px; text-transform: uppercase; display: block; text-align: center; padding: 15px 0; border-bottom: 1px solid #737373; }
.nav ul li .s_navbox .s_a a:hover{ background: #db0000; color: #fff; }


/* 轮播图 */
.slider { position: relative; overflow: hidden; width: 100%; }
.slideBox .hd { height: 12px; z-index: 1; overflow: hidden; position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 1; }
.slideBox .hd ul{ text-align:center;  padding-top:0px;  }
.slideBox .hd ul li { cursor: pointer; float: left; margin-right: 10px; width: 50px; height:10px; text-align: center; background: #fff; border-radius:5px; }
.slideBox .hd ul .on {background: #db0000;color: #fff; width:70px; height:10px;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd ul li { width: 100%; height: 100%; position: relative; }
.slideBox .bd ul li img{ width: 100%; vertical-align: top; } 
.slideBox .bd ul li > div.txt { position: absolute; left: 0px; top: 40%; z-index: 100; width: 100%; }
.slideBox .bd ul li > div.txt p { width: 100%; max-width:980px; margin: 0px auto;}


/*友情链接*/
.ind_link { height: 65px; overflow: hidden }
.ind_link li { line-height: 70px; color: #fff; }
.ind_link li.title { font-size:20px;font-weight:bold; margin-right:20px}
.ind_link li a { color:#fff; font-size:16px}
.ind_link li a:hover { color: #f5d6d8; border-bottom: #fff 1px dotted; }
.ind_link li span { font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px 15px;}

footer { width: 100%; background: #434343; margin: 0px; padding: 0; font-size: 16px; color: #fff; padding:30px 0px }
footer ul li{ text-align:center; line-height:30px;}
footer ul li a { color:#fff}

/*返回样顶部*/
#goTopBtn { POSITION: fixed; TEXT-ALIGN: center; LINE-HEIGHT: 50px; WIDTH: 50px; BOTTOM: 50px; HEIGHT: 50px; FONT-SIZE: 12px; CURSOR: pointer; RIGHT: 80px; _position: absolute; _right: auto }
#goTopBtn a { width: 50px; height: 50px; display: block; text-indent: -9999px; background: url(../images/Go_top.png) no-repeat }
#goTopBtn a:hover { background-position: -50px 0px; }
