@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: 14px; 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: #e78500}
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; min-width: 320px; font-size: 100%; font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体"; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; font-size:16px; overflow:hidden; overflow-y:scroll}
html, body { min-width: 1240px }
* { 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; }

.padd70 { padding-top: 70px; padding-bottom: 70px }
.martop10 { margin-top:10px}
.marlef40 { margin-left:40px}
.marbot30 { margin-bottom:30px}
.marbot50 { margin-bottom:50px}

.w1240 { width: 1240px; margin: 0px auto; }
.text-l { text-align:left}
.text-r { text-align:right}
.text-c { text-align:center}

.eng { text-transform:uppercase;}
.red { color:#d70000}
.orang { color: #ed8b04 }
.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: 91%; }
.rect-img2 { padding-bottom: 130%; }
.rect-pic { padding-bottom: 75%; }


@-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; }

.bg1 { background:#f5f5f5}
.bg2 { background: url(../images/bg2.jpg) no-repeat center top; min-height: 610px; }

.head{ position: absolute; width: 100%; height: 180px; z-index: 1111; top: 20px; left: 0px; padding-top: 0px; margin: 0; }
.head_contain { width: 1240px; position: relative; margin: 0px auto; }
.head .logo { width: 220px; height: 70px; padding: 0; display: block; float: left; }
.head .top{ width: auto; float: right; margin-top:10px; }
.head .top .top_link {color:#fff; height:37px; line-height:37px;margin-right:30px}
.head .top .top_link a { color:#fff;font-size:14px; }
.head .top .top_link a:hover { text-decoration:underline;}
.head .top .top_link span { font-size:12px; margin:0px 20px}

.search {float: right;}
.search_txt { width: 280px; height: 37px; line-height: 37px; padding-left: 20px; font-size: 14px; color: #666; float: left; background: #fff; border: 0; border-radius: 30px 0px 0px 30px }
.search_button { width: 49px; height: 37px; line-height: 37px; display: block; float: left; background: url(../images/search.png) no-repeat; cursor: pointer; border: 0px; color: #fff; font-size: 16px; }
.search_button:hover { background: url(../images/search.png) no-repeat -49px 0px; }


.weixin { width: 46px; height: 42px; position: relative; }
.weixin a { width:46px; height:42px; display: block; background: url(../images/weixin.png) no-repeat center center; text-indent: -9999px; overflow:hidden }
.weixin:hover {background:#ffae00; }
.wx_zicaidan{ width: 150px; right: 0px; top: 40px; padding: 0px; background: #fff; position: absolute; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; -webkit-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05); box-shadow: -1px -3px 10px 1px rgba(0, 0, 0, 0.05), 1px 3px 10px 1px rgba(0, 0, 0, 0.05); z-index: 9999; }
.wx_zicaidan img { width:100%; height:auto}

/* 主菜单 */
.nav{ display: block; width: 100%; height: 76px; background:url(../images/menu.jpg) no-repeat }
.nav .nav_pc{ width: 1240px; margin:0px auto;}
.nav ul li{ float: left; position: relative;z-index: 2; width: auto; padding: 0px; }
.nav ul li .f_a{ line-height:76px; display: block; text-align: center; font-size: 18px; color: #fff; font-weight: bold; height:76px; }
.nav ul li:hover .f_a,.nav ul li.on .f_a{ background:url(../images/m_bg.png) no-repeat center bottom ; }

.nav ul li .s_navbox{ display: none; position: absolute; left:0px;bottom:76px; width:100%;background:url(../images/pic2.png) repeat; z-index: 9999; box-sizing: border-box }
.nav ul li .s_navbox .s_a a{color:#333;font-size:16px;text-transform:uppercase;display:block;text-align: center;padding:15px 0;border-bottom: 1px solid #939393;}
.nav ul li .s_navbox .s_a a:hover{ background: #ed8a03; color: #fff; }


/* 背景轮播图 */
.slider { position: relative; overflow: hidden; width: 100%; }
.slideBox .hd { height:15px; z-index: 1; overflow: hidden; position: absolute; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 1; }
.slideBox .hd ul{ text-align:center; }
.slideBox .hd ul li { cursor: pointer; float: left; margin-right: 10px; width:15px; height:15px; text-align: center; background: #fff; border-radius:50%; }
.slideBox .hd ul .on {background: #bb0008;color: #fff; height:15px;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd ul li { width: 100%; height: 100%; position: relative; overflow:hidden }
.slideBox .bd ul li img{ width: 100%; height:100%; vertical-align: top;background-size: cover } 
.slideBox .bd ul li img{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}
.slideBox .bd ul li > div.txt { position: absolute; left: 0px; top:42%; z-index: 100; width: 100%; }
.slideBox .bd ul li > div.txt p { width:1240px;margin: 0px auto; text-align:center; color:#fff;}
.slideBox .bd ul li > div.txt p img { width:auto}

.slideBox .pic{ position:relative; z-index:0; }
.slideBox .pic ul li { width: 100%; height: 100%; position: relative; overflow:hidden }
.slideBox .pic ul li img{ width: 100%; height:100%; vertical-align: top;background-size: cover } 
.slideBox .pic ul li img{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}
.slideBox .pic ul li > div.txt { position: absolute; left: 0px; top:50%; z-index: 100; width: 100%; }
.slideBox .pic ul li > div.txt p { width: 100%;margin: 0px auto; text-align:center; color:#fff;}
.slideBox .pic ul li > div.txt p span.text { font-size:40px; height:40px; overflow:hidden; line-height:40px; font-weight:bold; display:block; margin-bottom:10px; background:url(../images/sub_x.png) no-repeat center 22px;}
.slideBox .pic ul li > div.txt p span.eng { font-size:20px; text-transform:uppercase;; display:block;}

/*友情链接*/
.ind_link { height: 66px; overflow: hidden }
.ind_link li { line-height: 66px; color: #999; }
.ind_link li.title { font-size: 20px; font-weight: bold; margin-right: 20px; color: #169c4f; }
.ind_link li a { color:#333; font-size:16px}
.ind_link li a:hover { color: #dc0000;}
.ind_link li span { font-family:Arial, Helvetica, sans-serif; font-size:14px; margin:0px 20px;}

footer { width: 100%; background: url(../images/ft_bg.jpg) repeat-x left top #028238; margin: 0px; padding: 0; font-size: 16px; height: 265px; }
footer a { color:#fff;}
footer a:hover { color:#a8f4c9}
footer ul.Info { width: 1240px; margin: 0px auto 35px auto; height: auto; font-size: 16px; }
footer ul.Info li.nav { height:70px; line-height:70px; font-size:16px; display:block; background:none}
footer ul.Info li.nav span { font-size:12px; color:#5cd28f; margin:0px 15px}
footer ul.Info li.name { width: 290px; margin-right: 40px; padding: 0; height: 86px; margin-top: 10px; background: url(../images/foot_x.jpg) no-repeat right center; }
footer ul.Info li.adress { padding: 35px 0px 0px 0px }
footer ul.Info li.adress p { color: #fff; line-height: 24px; position: relative; display: block; padding-left: 0px; line-height: 24px; margin-top: 8px; width: auto; }
footer ul.Info li.adress p .c1,.foot_info ul.Info li.adress p .c2 { display:none}
footer ul.Info li.adress p span { margin-right:20px}
footer ul.Info li.adress img { position: absolute; top: 5px; left: 0px; }
footer ul.Info li.ma { width: 100px; text-align: center; color: #FFF; font-size: 14px; margin-top: 35px; }
footer ul.Info li.ma img {width:100%;}


/*返回样顶部*/
#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; }
