html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, font, img, strong, b, em, dl, dt, dd, ul, li, form, input { margin: 0; padding: 0; }
body { background: #f4f4f4; font-size: 14px; line-height: 2; font-family: microsoft yahei, Arial, Verdana, "\5b8b\4f53"; color: #202020; }
div { margin: 0 auto; }
h1, h2, h3, h4, h5, h6, th { font-size: 14px; font-weight: normal; }
ol, ul { list-style: none }
em { font-style: normal }
p { word-wrap: break-word }
a img { border: 0 }
img { vertical-align: middle; border: 0; }
a { color: #202020; text-decoration: none; }
a:hover { color: #05B960; text-decoration: none; }
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea:focus, input:focus { outline: none; }
.cl { clear: both; height: 0px; overflow: hidden; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.input-text { height: 20px; line-height: 20px; border: #ccc 1px solid; }
.input-btn { width: 160px; height: 33px; line-height: 33px; margin-top: 10px; text-align: center; border: none; cursor: pointer; color: #fff; background: #ff6600; }
.mt20 { margin-top: 200px; }
.ml20 { margin-left: 20px; }
.mt40 { margin-top: 40px; }
.bg1 { background: #DFECEE; }
.bg2 { background: #fff; }
.red { color: #ff3300; font-weight: bold; }
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both; }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1
}
.pic-tran { overflow: hidden !important; display: block; transform: rotate(0deg); -webkit-transform: rotate(0deg); }
.pic-tran img { transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; transform: scale(1, 1); -webkit-transform: scale(1, 1); display: block; }
.pic-tran:hover img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); }
.ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.vertical:after { content: ""; display: inline-block; vertical-align: middle; height: 100%; font-size: 0; }
.vertical { font-size: 0; }
.wp { width: 1200px; }
.w-wp { width: 100%; min-width: 1200px; overflow: hidden }
.p-wp { width: 100%; min-width: 1200px; background: #fff; }
.header { width: 100%; min-width: 1200px; background: #fff; height: 90px; position: fixed; z-index: 100; box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1); }
.header .logo { float: left; width: 300px; height: 60px; padding: 15px 0 15px 0; overflow: hidden; }
.header .logo img { height: 60px; }
.nav { float: left; width: 800px; height: 90px; }
.nav li { float: left; height: 90px; width: 70px; margin: 0 25px; display: block; position: relative; }
.nav li .hover { border-bottom: #05B960 3px solid; position: absolute; top: 0; left: 0; height: 87px; display: none; }
.nav li .curr { border-bottom: #05B960 3px solid; height: 87px; }
.nav li a { display: block; height: 90px; line-height: 90px; font-size: 16px; text-align: center; width: 70px; position: relative; }
.nav ul li ul { width: 200px; position: absolute; display: none; top: 90px; left: -65px; padding: 10px 0 10px 0; background: #fff; z-index: 99; box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3); }
.nav ul li:hover ul { display: block; }
.nav ul li ul li { display: block; width: 200px; height: 33px; padding: 0px; margin: 0px; position: relative; overflow: hidden; }
.nav ul li ul li a { display: block; width: 180px; height: 33px; line-height: 33px; font-size: 14px; color: #333; text-decoration: none; position: relative; }
.search-box { float: left; width:60px; height: 40px; margin: 25px 0; position: relative; }
.search-btn { width: 40px; height: 40px; background: #05B960; border-radius: 40px; box-shadow: 5px 0px 10px 0px rgba(0, 0, 0, 0.1); margin-left: 20px; cursor: pointer; }
.search-btn { -webkit-transform: perspective(500px) rotateX(0deg); transform: perspective(500px) rotateX(0deg); -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; -webkit-transition: all .3s .2s ease; transition: all .3s .2s ease; }
.search-form form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.search-btn.cur { -webkit-transition: all .3s ease; transition: all .3s ease; -webkit-transform: perspective(500px) rotateX(90deg); transform: perspective(500px) rotateX(90deg); }
.search-form { width: 300px; height: 40px; line-height: 40px; border-radius: 40px; background: #05B960; position: absolute; right: 0; top: 0; opacity: 0; visibility: hidden; -webkit-transform: perspective(500px) rotateX(-90deg); transform: perspective(500px) rotateX(-90deg); -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; -webkit-transition: all .5s ease; transition: all .5s ease; }
.search-form .close { width: 40px; height: 40px; background: #05B960; margin-right: 10px; border-radius: 50%; cursor: pointer; text-align: center; line-height: 40px; }
.search-form .close img { width: 20px; height: 20px; padding: 10px 0; }
.search-form .input1 { width: 40px; height: 40px; background: #05B960 url(../images/search.png) no-repeat center center; border-radius: 40px; margin-left: 20px; cursor: pointer; border: none; }
.search-form .input2 { width: calc(100% - 120px); border: none; background: none; height: 30px; line-height:30px; padding-left:5px; color: #fff; border-radius: 4px;}
.search-form.cur { visibility: visible; opacity: 1; -webkit-transform: perspective(500px) rotateX(0deg); transform: perspective(500px) rotateX(0deg); }
.search-form .input2::-webkit-input-placeholder {color: #fff;}
.search-form .input2::-moz-placeholder { color: #fff;}
.search-form .input2::-ms-input-placeholder {color: #fff;}

.en-btn { float:left; width:40px; height:40px; line-height:40px; margin:25px 0;}

.h { height: 90px; }
.menu { width: 1200px;margin: 50px 0 50px }
.menu ul { width: 1212px; margin-right: 12px;text-align: center }
.menu ul li { display: inline-block; *zoom:1;*display:inline;height: 40px; line-height: 40px; margin-right: 12px; margin-bottom:12px; background: #fff; }
.menu ul li a { display: inline-block; *zoom:1;*display:inline;height: 38px; line-height: 38px; font-size: 16px; padding: 0 20px; text-align: center; border-radius: 5px; border: #ddd 1px solid; }
.menu ul li a:hover { background: #05B960; color: #fff; border: #05B960 1px solid; }
.menu ul li .curr { background: #05B960; color: #fff; border: #05B960 1px solid; }
.main { width: 1200px; padding: 0 0 50px; }
.i-banner { width: 100%; min-width: 1200px; height: 500px; margin-top: 0px; overflow: hidden; }
.i-banner .item { position: relative; background-size: cover !important; height: 500px; }
.i-tit { height: 40px; line-height: 40px; color: #333; font-size: 24px; font-weight: 600; margin: 40px 0 30px; }
.w-tit { width: 100%; height: 40px; line-height: 40px; margin: 50px auto; text-align: center; font-size: 32px; font-weight: 300; position: relative; }
.w-tit span { width: 40px; height: 3px; background: #05B960; position: absolute; left: 0; right: 0; top: 55px; bottom: 0; margin: auto; border-radius: 3px; }
.t-more { display: block; float: right; height: 26px; line-height: 26px; padding: 0 15px; margin-top: 8px; border-radius: 50px; text-align: center; color: #333; font-size: 14px; font-weight: 300; border: #ddd 1px solid; }
.t-more:hover { background: #05B960; color: #fff; border: #05B960 1px solid; }
.i-pic-list { width: 1224px; padding: 10px 0 20px; margin-left: -12px; }
.i-pic-list .item { float: left; width: 280px; height: 360px; text-align: center; position: relative; }
.i-pic-list .item .img-wp { width: 280px; height: 280px; z-index: 2; overflow: hidden; }
.i-pic-list .item img { width: 280px; min-height: 280px; height: auto; }
.i-pic-list .item h3 { font-size: 16px; line-height: 1.4; font-weight: 300; margin: 20px 10px 10px 20px; }
.i-pic-list .slick-dots { bottom: -0px; }
.i-pic-list .slick-dots button { background: #ccc }
.i-about { width: 1200px; padding: 30px 0 50px; overflow: hidden; }
.i-about .pic { float: left; width: 600px; height: 360px; }
.i-about .pic img { width: 600px; height: 360px; padding: 0px; }
.i-about .txt { padding: 0 0 0 40px; width: 560px; font-size: 16px; overflow: hidden; }
.i-news-list { width: 1230px; margin-right: -30px; padding: 20px 0 20px; overflow: hidden; }
.i-news-list ul { }
.i-news-list li { float: left; width: 380px; height: 460px; margin: 0 30px 0 0px; background: #fff; font-size: 14px; position: relative; overflow: hidden; }
.i-news-list li { transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; }
.i-news-list li:hover { box-shadow: 0 5px 10px 1px rgba(49, 49, 49, 0.2); }
.i-news-list li .img-wp { width: 380px; height: 216px; z-index: 2; overflow: hidden; }
.i-news-list li img { width: 380px; height: auto; }
.i-news-list li h3 { font-size: 18px; line-height: 1.4; font-weight: bold; margin: 20px 10px 10px 20px; }
.i-news-list li p { padding: 0 15px 0px 20px; line-height: 1.8 }
.i-news-list li em { height: 30px; line-height: 30px; padding: 0 20px 0 20px; color: #666; }
.banner { width: 100%; min-width: 1200px; height: 260px; background: #f5f5f5 url(../images/banner.jpg) no-repeat center 0; overflow: hidden; }
.ptit { width: 100%; height: 40px; line-height: 40px; margin: 0 auto; text-align: center; font-size: 36px; padding: 7px 5px; color: #FF7900; font-weight: 300; margin-top: 50px; }
.p-banner { width: 900px; height: 500px; margin: 0 auto 40px; overflow: hidden; }
.p-banner .item { position: relative; background-size: cover !important; height: 500px; }
.about { width: 1120px; padding: 30px 0; min-height: 400px; overflow: hidden }
.about .pic { float: left; width: 600px; height: 360px; }
.about .txt { float: left; padding: 30px 0 0 40px; width: 560px; font-size: 14px; }
.about .contact { width: 1000px; padding-left: 100px; }
.about img { display: block; margin: 20px auto; max-width: 1000px; height: auto; }
.pic-list { width: 1200px; }
.pic-list ul { width: 1226px; margin-right: -30px; }
.pic-list li { float: left; width: 280px; height: 360px; margin: 0 26px 40px 0px; background: #fff; font-size: 14px; position: relative; overflow: hidden; }
.pic-list li { transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; }
.pic-list li:hover { box-shadow: 0 5px 10px 1px rgba(49, 49, 49, 0.2); }
.pic-list li .img-wp { width: 280px; height: 280px; z-index: 2; overflow: hidden; }
.pic-list li img { width: 280px; min-height: 280px; height: auto; }
.pic-list li h3 { font-size: 16px; line-height: 1.4; font-weight: 300; margin: 20px 10px 10px 20px; text-align: center }
.pic-list li p { padding: 0 15px 0px 20px; line-height: 1.8 }
.pic-list li em { height: 30px; line-height: 30px; padding: 0 20px 0 20px; color: #666; }
.pic-list .msg {padding: 60px 0; text-align: center;}
.pic-view { width: 1100px; padding: 20px 50px; min-height: 500px; background: #fff; margin-bottom: 50px; overflow: hidden }
.pic-view .pic { width: 1100px; text-align: center; }
.pic-view .pic img{ max-width: 800px;}
.pic-view .content { width: 1100px; padding: 50px 0; font-size: 16px; }
.pic-view .content img { display: block; margin: 20px auto; max-width: 800px; height: auto; }

.news-pic-list { width: 1200px; padding: 50px 0 20px; }
.news-pic-list ul { width: 1230px; margin-right: -30px; min-height: 500px; _height: 500px; }
.news-pic-list li { float: left; width: 380px; height: 460px; margin: 0 30px 30px 0px; background: #fff; font-size: 14px; position: relative; overflow: hidden; }
.news-pic-list li { transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; }
.news-pic-list li:hover { box-shadow: 0 5px 10px 1px rgba(49, 49, 49, 0.2); }
.news-pic-list li .img-wp { width: 380px; height: 216px; z-index: 2; overflow: hidden; }
.news-pic-list li img { width: 380px; height: auto; }
.news-pic-list li h3 { font-size: 18px; line-height: 1.4; font-weight: bold; margin: 20px 10px 10px 20px; }
.news-pic-list li p { padding: 0 15px 0px 20px; line-height: 1.8 }
.news-pic-list li em { height: 30px; line-height: 30px; padding: 0 20px 0 20px; color: #666; }
.news-list { width: 1200px; padding: 10px 0 20px; }
.news-list ul { width: 1120px; padding: 20px 40px; background: #fff; min-height: 500px; _height: 500px; }
.news-list ul li { height: 55px; line-height: 55px; border-bottom: #e9e9e9 1px solid; font-size: 16px; }
.news-list ul li span { float: right; font-size: 14px; color: #666; }
.news-list .line { padding-bottom: 10px; margin-bottom: 10px; border-bottom: #ddd 1px dotted; }
.news-view { width: 1120px; padding: 40px 40px; margin: 10px 0; background: #fff; min-height: 500px; _height: 500px; }
.news-view .title { width: 100%; line-height: 1.4; font-size: 30px; padding: 10px 0 20px; text-align: center; font-weight: 300; border-bottom: #ddd 1px solid; }
.news-view .info { width: 100%; height: 30px; line-height: 30px; padding: 10px 0; color: #666; text-align: center; }
.news-view .info span { padding-left: 12px; }
.news-view .content { width: 100%; font-size: 16px; padding: 30px 0 50px; line-height: 2; }
.news-view .content img { display: block; margin: 10px auto;max-width: 800px; height: auto;  }
.news-view .video { width: 700px; margin: 20px auto; }
.news-view table, td, th { border-width: 1px; border-style: solid; border-collapse: collapse; border-color: #ccc; padding: 0 10px; }
.news-btn a { display: block; float: right; width: 120px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; background: #05B960; color: #fff; border-radius: 5px; margin-bottom: 100px; }
.news-btn a:hover { background: #2693E3; }
.ban-tit { float: left; width: 300; height: 40px; line-height: 40px; padding: 80px 0 80px 400px; text-align: center; color: #fff; font-size: 40px; font-weight: 300; }
.ban-tit1 { float: left; width: 300; height: 40px; line-height: 40px; padding: 80px 0 80px 400px; text-align: center; color: #333; font-size: 40px; font-weight: 300; }
.ban1 { width: 100%; min-width: 1200px; height: 200px; background: #f5f5f5 url(../images/ban1.jpg) no-repeat center 0; overflow: hidden; }
.ban2 { width: 100%; min-width: 1200px; height: 200px; background: #f5f5f5 url(../images/ban2.jpg) no-repeat center 0; overflow: hidden; }
.ban3 { width: 100%; min-width: 1200px; height: 200px; background: #f5f5f5 url(../images/ban3.jpg) no-repeat center 0; overflow: hidden; }
.ban4 { width: 100%; min-width: 1200px; height: 200px; background: #f5f5f5 url(../images/ban4.jpg) no-repeat center 0; overflow: hidden; }
.ban5 { width: 100%; min-width: 1200px; height: 200px; background: #f5f5f5 url(../images/ban5.jpg) no-repeat center 0; overflow: hidden; }
.more { float: left; width: 100%; margin: 0 0 50px; }
.more a { display: block; margin: 10px auto; width: 150px; height: 35px; line-height: 35px; font-size: 14px; background: #fff; border: #05B960 1px solid; border-radius: 50px; color: #05B960; text-align: center; transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; }
.more a:hover { background: #05B960; color: #fff; text-decoration: none; }
.more1 { float: left; width: 100%; margin: 30px 0 30px; }
.more1 a { display: block; width: 150px; height: 35px; line-height: 35px; font-size: 14px; background: #fff; border: #05B960 1px solid; border-radius: 50px; color: #05B960; text-align: center; transition: all .5s ease 0s; -o-transition: all .5s ease 0s; -moz-transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; }
.more1 a:hover { background: #05B960; color: #fff; text-decoration: none; }
.footer { width: 100%; min-width: 1200px; background: #333; padding: 35px 0 35px; color: #fff; overflow: hidden; }
.footer .inner { width: 1200px; }
.footer .inner .foot-nav { float: left; width: 900px; }
.footer .inner .foot-nav li { float: left; width: 200px; }
.footer .inner .foot-nav li dl { width: 100%; }
.footer .inner .foot-nav li dl dt { height: 32px; line-height: 32px; margin-bottom: 10px; font-size: 16px; }
.footer .inner .foot-nav li dl dd { line-height: 2; }
.footer .inner .foot-nav li dl dd a { color: #ccc; font-size: 14px; }
.footer .inner .foot-nav .tel { width: 340px; color: #fff; font-size: 14px; }
.footer .inner .ewm { float: left; width: 300px; padding-top: 10px; }
.footer .inner .ewm li { float: left; width: 150px; text-align: center; }
.footer .inner .ewm li .pic { width: 120px; height: 120px; }
.footer .inner .ewm li .tit { width: 120px; height: 30px; line-height: 30px; font-size: 14px; font-weight: 300; }
.copyright { width: 100%; min-width: 1200px; background: #333; color: #fff; border-top: #444 1px solid; font-size: 14px; overflow: hidden }
.copyright .inner { width: 1200px; height: 50px; line-height: 50px; text-align: center; }
.copyright a { color: #fff; font-size: 14px; }
.page { clear: both; text-align: center; padding: 30px 0; overflow: hidden; }
.page a { display: inline-block; *zoom: 1;
*display: inline;
vertical-align: middle; height: 38px; line-height: 38px; margin-left: 5px; padding: 0 15px; border-radius: 3px; color: #666; background: #f8f8f8; border: #dedede 1px solid; }
.page span { display: inline-block; *zoom: 1;
*display: inline;
vertical-align: middle; height: 38px; line-height: 38px; margin-left: 5px; padding: 0 15px; border-radius: 3px; color: #fff; background: #05B960; border: #dedede 1px solid; }
.page a:hover { border: #05B960 1px solid; color: #05B960; }
.post-form { padding: 10px; }
.post-form th { width: 25%; height: 30px; text-align: right; }
.post-form textarea { border: #ccc 1px solid; }
.post-list { padding: 10px; }
.post-list ul { }
.post-list ul li { margin-bottom: 10px; border: #dedede 1px solid; overflow: hidden; }
.post-list ul li h3 { height: 30px; line-height: 30px; padding-left: 10px; font-weight: bold; background: #f7f7f7; border-bottom: #dedede 1px solid; }
.post-list ul li span { width: 100%; float: left; padding-left: 10px; height: 25px; line-height: 25px; color: #666; border-bottom: #dedede 1px solid; }
.post-list ul li p { float: left; width: 100%; padding: 10px; }
.post-list ul li .reply { float: left; width: 90%; padding: 10px; margin: 10px; border: #E6C99D 1px solid; background: #FFF8ED; }
.post-list ul li .reply b { color: #FF0000; font-weight: bold; }
.post_nav { width: 100%; height: 30px; padding-bottom: 20px; }
.post_nav span { float: left; width: 110px; height: 26px; line-height: 26px; padding-right: 10px; background: url(../images/post_nav_btn.jpg) no-repeat; text-align: center; font-size: 14px; }
.post_nav .on { float: left; width: 110px; height: 26px; line-height: 26px; background: url(../images/post_nav_on.jpg) no-repeat; text-align: center; font-size: 14px; }
.yzm { display: none; position: absolute; background: url(../images/yzm_bg.gif) no-repeat; width: 100px; height: 69px; text-align: center; font-size: 12px; }
.yzm a:link, .yzm a:visited { color: #036; text-decoration: none; }
.yzm a:hover { color: #C30; }
.yzm img { cursor: pointer; margin: 0px auto; width: 90px; height: 32px; margin-top: 4px; border: 1px solid #fff; margin-bottom: 1px; }
.msg { width: 1200px; background: #fff; overflow: hidden; }
.msg .box { width: 500px; height: 200px; margin: 100px auto; background: #ffff; border: #ddd 1px solid; text-align: center; }
.msg .box h2 { height: 30px; line-height: 30px; font-size: 14px; color: #333; font-weight: bold; background: #f5f5f5; border-top: #C41921 3px solid; border-bottom: #ddd 1px solid; }
.msg .box .content { padding: 20px; }
.bdmap { float: left; width: 660px; height: 360px; border: #ccc 1px solid; margin-right: 30px; }
.iw_poi_title { color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap }
.iw_poi_content { font: 12px arial, sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word }
.hv { display: block; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; position: relative; overflow: hidden; }
.hv:hover:before, .hv:focus:before, .hv:active:before { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.hv:before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #05B960; z-index: -1; opacity: 0; -webkit-transform: scale3d(.3, 1, 1); transform: scale3d(.3, 1, 1); -webkit-transition: opacity .4s, -webkit-transform .4s; transition: opacity .4s, -webkit-transform .4s; transition: transform .4s, opacity .4s; transition: transform .4s, opacity .4s, -webkit-transform .4s; -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1); transition-timing-function: cubic-bezier(.2, 1, .3, 1) }
.back-top { position: fixed; bottom: 5%; right: 0; }
.back-top a { display: block; height: 40px; width: 40px; background: url(../images/back-top.png) no-repeat 0 0; margin-bottom: 5px; -moz-transition: background 1s; -webkit-transition: background 1s; -o-transition: background 1s; }
.back-top a:hover { background: url(../images/back-top.png) no-repeat 0 -40px; }
