﻿@charset "utf-8";
/*reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,input{margin: 0;padding: 0;font-size: 100%;font: inherit;}
i,em{ font-style:normal;}
html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6 {-webkit-text-size-adjust: non}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block}
body {font-family:"Microsoft YaHei", arial, sans-serif}
ol,ul {list-style: none}
blockquote,q {quotes: none}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none}
ins {text-decoration: none}
del {text-decoration: line-through}
a{ text-decoration:none;}
table {border-collapse: collapse;border-spacing: 0}
body {font-size: 12px;margin: 0;padding: 0;text-align: left;color: #000;height: auto;width: 100%;overflow-x: hidden;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-touch-callout: none;-webkit-text-size-adjust: none}
img,a img {border: 0;padding: 0;margin: 0;vertical-align: middle;}
a:hover{transition:all 0.3s ease 0s;}
.clear{ clear:both;}
.emptys{ text-align:center; padding:20px 0}

/********隐藏部分手机滚动条******/
::-webkit-scrollbar{width:7px;}
::-webkit-scrollbar-track{background-color:#EEEEEE;}
::-webkit-scrollbar-thumb{background-color:#D6D6D6;}
::-webkit-scrollbar-thumb:hover {background-color:#ccc}
::-webkit-scrollbar-thumb:active {background-color:#ccc}

/***********************公有样式**********************/

/**tops start**/
.btops{ width:100%; position:fixed; top:0; left:0; richness:inherit; z-index:99; background:#fff;}
.topsPc{ width:100%; margin:0 auto; overflow:hidden;}
.topsPc .topspLeft{ width: 97px;float: left;margin-left: 50px;margin-top: 8px;position: relative;z-index: 999;}
.topsPc .topspCen{ float:left; margin-left:30px;}
.topsPc .topspCen ul{ overflow:hidden;}
.topsPc .topspCen li{ float:left; height:100px; width:100px;}
.topsPc .topspCen li a{ display:block; line-height:100px; font-size:15px; color:#333;text-align:center;}
.topsPc .topspCen li a.curr,.topsPc .topspCen li:hover a.topa{ background:url(../img/nav_hover.png) no-repeat;  color:#fff;}
.topsPc ul li .navxs{ display:none; position:absolute; z-index:99; background:#339933; width:100px; overflow:hidden;}
.topsPc ul li .navxs p,.topsPc ul li .navxs p a{ font-size:15px; color:#fff;height:36px; line-height:36px;background:#339933;}
.topsPc ul li .navxs p a:hover{ background:#1d7c1d;}
.topsPc .topspRight{}
.top_right{float:left;color:#339933;font-size:16px; margin-left:30px; margin-top:30px;}
.top_right span{ display:inline-block}
.top_right b{font-size:20px; padding:0px 5px;}
.top_right a{font-size:13px;background:#eee; margin:0px 4px;color:#fff;border-radius:25px; line-height:35px; text-align:center; display:inline-block; width:35px; height:35px;}
.top_right a.qie{background:#339933;}
/**tops end**/

.bnavs{ width:100%; height:45px; background:#0D8293;}
.navs{ width:1150px; margin:0 auto;}
.navs ul{ overflow:hidden; width:1143px; margin:0 auto; display:block;}
.navs ul li{ float:left; background:url(../img/xian1.png) 0 50% no-repeat; width:127px; height:45px; line-height:45px;}
.navs ul li a.curr,.navs ul li a:hover{ background:#0D6776;}
.navs ul li:first-child{ background:none;}
.navs ul li a{ display:block; font-size:14px; color:#fff; text-align:center;}

/*footer*/




/**************************页面私有**************************/
/*幻灯start*/
.slid2{ width:100%; margin:100px auto 0 auto; height:780px;}

#viewport {position: relative;width: 100%; }
.view-content,.view-img, .slide {margin:0;padding:0; height:780px;width: 100%;}
#viewport .slide {width:100%;left:0;background-repeat:no-repeat;background-position:center center;}
.slide img{ width:100%; height:780px; border-radius:5px;}
#viewport .slide a {display:block;width:100%;height:100%;top:0;left:50%;}
.view-content {overflow: hidden;text-align:center;}
#controls {overflow: hidden;*zoom:1;}
#controls li {display: inline; float:left;width:33%;text-align:center;}
.goto-slide {}
#next, #prev { position: absolute;top: 50%;margin-top:-50px;width: 80px;height: 100px;background: url(../img/viewport-button.png) 0 0 no-repeat;display: block;z-index:10;}
#next {right:0;background-position:-80px 0;}
#prev {left:0;background-position:0 0;}
#next:hover {background-position:-80px -100px;}
#prev:hover {background-position:0 -100px;}
.view-controls {position:relative;width:100%;text-align:center; height:38px; margin-top:-34px;}
.view-controls a {behavior: url(PIE.htc);display:inline-block;width:15px;height:15px;overflow:hidden;margin:0 0 0 7px;-webkit-transition: border-color 350ms ease;-moz-transition: border-color 350ms ease;-o-transition: border-color 350ms ease;-ms-transition: border-color 350ms ease;transition: border-color 350ms ease;transition: border-color 350ms ease; background:#fff; border-radius:100%;filter:alpha(opacity=60);  -moz-opacity:0.6;  -khtml-opacity: 0.6;  opacity: 0.6;}
.view-controls a:hover,.view-controls a.active  { filter:alpha(opacity=100);  -moz-opacity:1;  -khtml-opacity: 1;  opacity: 1;}
/********幻灯结束********/

.ixab { height: 100%;/*background-attachment:fixed;*/ }
.ixab .pa { padding-top:69px; }
.ixen { text-align: center; font-size:32px; line-height: 1; color:#000 }
.ixab .ch {text-align: center; line-height: 48px; color: #888; font-size:16px; }

/**十大服务**/
.sever_bg{ width:1200px; height:auto; min-height:860px; margin:50px auto 0; position:relative}
.sever_butom{ width:40px; height:40px; background-color:#bedc89; left:0; position:absolute; top:35%}
.sever_pic1{ width:130px; height:130px; text-align:center; top:45px; left:135px; position:absolute; margin:0px 5px;}
.sever_pic2{ width:100px; height:100px; text-align:center; top:184px; left:75px; position:absolute; margin:0px 5px;}
.sever_pic3{ width:130px; height:130px; text-align:center; top:308px; left:45px; position:absolute; margin:0px 5px;}
.sever_pic4{ width:140px; height:140px; text-align:center; top:460px; left:125px; position:absolute; margin:0px 5px;}
.sever_pic5{ width:175px; height:175px; text-align:center; top:460px; left:275px; position:absolute; margin:0px 5px;}
.sever_pic5 .pics{ position:relative; height:175px;}
.sever_pic5 .pictext{ position:absolute; width:175px; height:175px; top:0px;}
.sever_pic5 .pictext p.p1{ font-size:25px; color:#fff; padding-top:25px;line-height:normal}
.sever_pic5 .pictext p.p3{ font-size:25px; color:#fff; padding-top:0px; line-height:normal}
.sever_pic5 .pictext p.p2{ font-size:14px; color:#fff; padding-top:4px}
.sever_pic5:hover .pictext{ background-color:#369b33;opacity: 0.95;}
.sever_pic6{ width:265px; height:265px; text-align:center; top:184px; left:185px; position:absolute; margin:0px 5px;}
.sever_pic6 .pics{ position:relative; height:265px;}
.sever_pic6 .pictext{ position:absolute; width:265px; height:265px; top:0px;}
.sever_pic6 .pictext p.p1{ font-size:25px; color:#fff; padding-top:70px;line-height:normal}
.sever_pic6 .pictext p.p3{ font-size:25px; color:#fff;  line-height:normal; padding-bottom:5px}
.sever_pic6 .pictext p.p2{ font-size:14px; color:#fff; }
.sever_pic6:hover .pictext{opacity: 0.95; background:url(../img/sever_more.png) no-repeat 50% 180px #369b33;}

.sever_pic7{ width:175px; height:175px; text-align:center; top:0px; left:275px; position:absolute; margin:0px 5px;}
.sever_pic7 .pics{ position:relative; height:175px;}
.sever_pic7 .pictext{ position:absolute; width:175px; height:175px; top:0px;}
.sever_pic7 .pictext p.p1{ font-size:25px; color:#fff; padding-top:35px;line-height:normal}
.sever_pic7 .pictext p.p3{ font-size:25px; color:#fff; padding-top:0px; line-height:normal}
.sever_pic7 .pictext p.p2{ font-size:14px; color:#fff; padding-top:4px}
.sever_pic7:hover .pictext{ background-color:#369b33;opacity: 0.95;}

.sever_pic8{ width:265px; height:120px; text-align:center; top:29px; left:460px; position:absolute; margin:0px 5px;}
.sever_pic8 .pics{ position:relative; height:120px;}
.sever_pic8 .pictext{ position:absolute; width:265px; height:120px; top:0px;}
.sever_pic8 .pictext p.p1{ font-size:25px; color:#fff; padding-top:4px;line-height:normal}
.sever_pic8 .pictext p.p3{ font-size:25px; color:#fff; padding-top:0px; line-height:normal}
.sever_pic8 .pictext p.p2{ font-size:14px; color:#fff; padding-top:4px}
.sever_pic8:hover .pictext{ background-color:#369b33;opacity: 0.95;}
.sever_pic9{ width:265px; height:265px; text-align:center; top:158px; left:460px; position:absolute; margin:0px 5px;}
.sever_pic9 .pics{ position:relative; height:265px;}
.sever_pic9 .pictext{ position:absolute; width:265px; height:265px; top:0px;}
.sever_pic9 .pictext p.p1{ font-size:25px; color:#fff; padding-top:80px;line-height:normal}
.sever_pic9 .pictext p.p3{ font-size:25px; color:#fff;  line-height:normal; padding-bottom:5px; padding-top:8px}
.sever_pic9 .pictext p.p2{ font-size:14px; color:#fff; }
.sever_pic9:hover .pictext{opacity: 0.95; background:url(../img/sever_more.png) no-repeat 50% 200px #369b33;}
.sever_pic10{ width:265px; height:265px; text-align:center; top:432px; left:460px; position:absolute; margin:0px 5px;}
.sever_pic10 .pics{ position:relative; height:265px;}
.sever_pic10 .pictext{ position:absolute; width:265px; height:265px; top:0px;}
.sever_pic10 .pictext p.p1{ font-size:25px; color:#fff; padding-top:70px;line-height:normal}
.sever_pic10 .pictext p.p3{ font-size:25px; color:#fff;  line-height:normal; padding-bottom:5px; padding-top:8px}
.sever_pic10 .pictext p.p2{ font-size:14px; color:#fff; }
.sever_pic10:hover .pictext{opacity: 0.95; background:url(../img/sever_more.png) no-repeat 50% 190px #369b33;}

.sever_pic11{ width:265px; height:120px; text-align:center; top:706px; left:460px; position:absolute; margin:0px 5px;}
.sever_pic11 .pics{ position:relative; height:120px;}
.sever_pic11 .pictext{ position:absolute; width:265px; height:120px; top:0px;}
.sever_pic11 .pictext p.p1{ font-size:25px; color:#fff; padding-top:12px;line-height:normal}
.sever_pic11 .pictext p.p3{ font-size:25px; color:#fff; padding-top:0px; line-height:normal}
.sever_pic11 .pictext p.p2{ font-size:14px; color:#fff; padding-top:4px}
.sever_pic11:hover .pictext{ background-color:#369b33;opacity: 0.95;}
.sever_pic12{ width:175px; height:175px; text-align:center; top:0px; left:735px; position:absolute; margin:0px 5px;}
.sever_pic12 .pics{ position:relative; height:175px;}
.sever_pic12 .pictext{ position:absolute; width:175px; height:175px; top:0px;}
.sever_pic12 .pictext p.p1{ font-size:25px; color:#fff; padding-top:45px;line-height:normal}
.sever_pic12 .pictext p.p3{ font-size:25px; color:#fff; padding-top:0px; line-height:normal}
.sever_pic12 .pictext p.p2{ font-size:14px; color:#fff; padding-top:4px}
.sever_pic12:hover .pictext{ background-color:#369b33;opacity: 0.95;}
.sever_pic13{ width:265px; height:265px; text-align:center; top:184px; left:735px; position:absolute; margin:0px 5px;}
.sever_pic13 .pics{ position:relative; height:265px;}
.sever_pic13 .pictext{ position:absolute; width:265px; height:265px; top:0px;}
.sever_pic13 .pictext p.p1{ font-size:25px; color:#fff; padding-top:70px;line-height:normal}
.sever_pic13 .pictext p.p3{ font-size:25px; color:#fff;  line-height:normal; padding-bottom:5px; padding-top:8px}
.sever_pic13 .pictext p.p2{ font-size:14px; color:#fff; }
.sever_pic13:hover .pictext{opacity: 0.95; background:url(../img/sever_more.png) no-repeat 50% 190px #369b33;}
.sever_pic14{ width:175px; height:175px; text-align:center; top:460px; left:735px; position:absolute; margin:0px 5px;}
.sever_pic14 .pics{ position:relative; height:175px;}
.sever_pic14 .pictext{ position:absolute; width:175px; height:175px; top:0px;}
.sever_pic14 .pictext p.p1{ font-size:25px; color:#fff; padding-top:30px;line-height:normal}
.sever_pic14 .pictext p.p3{ font-size:25px; color:#fff; padding-top:0px; line-height:normal}
.sever_pic14 .pictext p.p2{ font-size:14px; color:#fff; padding-top:4px}
.sever_pic14:hover .pictext{ background-color:#369b33;opacity: 0.95;}
.sever_pic15{ width:130px; height:130px; text-align:center; top:45px; right:140px; position:absolute; margin:0px 5px;}
.sever_pic16{ width:100px; height:100px; text-align:center; top:184px; right:80px; position:absolute; margin:0px 5px;}
.sever_pic17{ width:130px; height:130px; text-align:center; top:308px; right:50px; position:absolute; margin:0px 5px;}
.sever_pic18{ width:136px; height:136px; text-align:center; top:460px; right:134px; position:absolute; margin:0px 5px;}
.sever_butom2{ width:40px; height:40px; background-color:#bedc89; right:5px; position:absolute; top:35%}
/**十大服务**/


/**视频区 star**/
.about_all{ width:100%; height:auto; overflow:hidden; background-color:#f1fcec; margin-top:40px}
.about_left{ width:50%; float:left; overflow:hidden}
.about_right{ width:46%; float:left; padding:5% 2%;overflow:hidden}
.about_right p.p1{ font-size:30px; color:#339933}
.about_right p.p2{ font-size:20px; color:#333; padding-top:30px; padding-bottom:15px;}
.about_right p.p3{ padding-top:45px;}
.text{ color:#444; width:630px; font-size:14px; line-height:30px;}
.news_con{ width:1250px; height:auto; overflow:hidden; margin:2% auto;}
.news_con ul li{ width:275px; float:left; margin:0px 1.5%; overflow:hidden}
.news_con ul li a .pic_news{ width:100%; margin-bottom:4%;}
.news_con ul li a .pic_news img{ width:100%; height:170px;}
.news_con ul li a .news_tit{ width:100%; height:auto; overflow:hidden; line-height:40px;}
.news_con ul li a .news_tit i{ border-bottom:1px solid #dcdcdc; padding-bottom:1.5%}
.news_con ul li a .news_tit i b{ font-size:25px; display:inline-block; font-weight:bold; color:#494949}
.news_con ul li a .news_tit i span{ font-size:14px; color:#494949; padding-left:2%;display:inline-block;}
.news_con ul li a .news_tit p.p1{ font-size:16px; color:#333; padding-top:20px;text-overflow:ellipsis;overflow:hidden;word-wrap:break-word;white-space:nowrap;}
.news_con ul li a .news_tit p.p2{ height:48px; overflow:hidden; font-size:13px; color:#888888; line-height:24px;}
.news_con ul li a .news_tit p.p3{ background:url(../img/news_more.png) no-repeat; height:36px; margin-top:20px;}
.news_con ul li:hover a .news_tit p.p3{ background:url(../img/news_more2.png) no-repeat;}

/**视频区 end**/


/**footer start**/
.footer_bg{background:url(../img/foot_bg.jpg) no-repeat top center;width:100%;padding-bottom:1%;color:#fff; overflow:hidden}
.foot{max-width:1400px;margin:0 auto;margin-top:1.5%;height:20px;}
.foot a{ color:#fff}
 .foot .bar li{float:left;margin-right:10%;}
.foot .bar .bar_tit{font-size:14px;margin-bottom:3%;}
.foot .bar p{font-size:13px; line-height:30px}

.foot .code{text-align:center;}
.foot .code p{margin:15% 0 5% 0;}

.foot .bot_tit{margin-bottom:15%;color:#fff;}
.foot .tr{border:1px solid #fff;margin-top:4%;padding:2% 4%;color:#fff;}
.foot .tr input{width:70%;background:none;border:none;outline:none;padding:1%}
.foot .tr textarea{width:75%;background:none;border:none;outline:none;float:right;min-height:70px;}
.foot button{background:#96c803;border:none;padding:2% 8%;color:#fff;margin-top:4%;font-size:15px;}
.foot .bar{float:left; width:67%}
.foot .bar2{float:left; width:16.5%}
.foot_butom{ width:100%; overflow:hidden; background-color:#032a03; padding:1% 0px;}
.foot_butom_con{ max-width:1400px; margin:0 auto; background:url(../img/foot_2.png) no-repeat center}
.foot_butom_con span{ color:#a0a5a5; font-size:13px;}

/**footer end**/





/*****************************内页 start************************/
.commInbanner{ width:100%; height:250px; margin-top:100px;}
.commInpage{ width:1200px; margin:20px auto; height:auto; overflow:hidden; min-height:300px;}
.cipageLeft{ width:260px; float:left;}
.cipageLeft .cipagela{ width:260px; height:56px; line-height:56px; background:url(../img/foot_bg2.jpg) no-repeat; font-size:20px; text-indent:25px; color:#fff;border-bottom:1px solid #E7E7E7;}
.cipageLeft .cipagelb ul li{ height:48px; line-height:48px; border-bottom:1px solid #E7E7E7; }
.cipageLeft .cipagelb ul li a{ display:block; font-size:18px; color:#333; text-indent:28px;background:url(../img/yjians.png) #fff 238px 50% no-repeat;}
.cipageLeft .cipagelb ul li a:hover,.cipageLeft .cipagelb ul li a.curr{ background:#1d7c1d;background:url(../img/yjian.png) #1d7c1d 238px 50% no-repeat; color:#fff;}
.cipagelc{ margin-top:34px;}
.cipagelc .cipagelcTop{ width:260px; height:44px; line-height:44px; background:#0D8293; color:#fff; font-size:18px; text-indent:20px;}
.cipagelc .cipagelcList{ width:258px; border:1px solid #ddd; border-top:none; padding-top:12px;}
.dajsRight.cipagelcList ul li{ margin:5px 9px 0 38px;}
.dajsRight.cipagelcList ul{ padding:0;}

.cipageRight{ width:910px; float:right;}
.cipagerAddress{ height:30px; border-bottom:1px solid #E7E7E7; font-size:14px; color:#7e7e7e;}
.cipagerAddress a{ color:#7e7e7e;}
.cipagerAddress a:hover{ color:#e11b2a;}
.cipagerTop{ text-align:center; padding-bottom:10px;border-bottom:1px dashed #E7E7E7;}
.cipagerTop p{ font-size:28px; color:#333; padding:10px 0 5px 0; font-weight:bold;}
.cipagerTop span{ font-size:14px; color:#888;}
.cipagerCon{ padding:15px 0; min-height:300px;}
.cipagerCon *,.cipagerCon img{ max-width:100%;}


/*文字列表*/
.articlelist{}
.articlelist ul li{ overflow:hidden; height:36px; line-height:36px; border-bottom:1px dashed #E7E7E7; background:url(../img/yjt.png) 0 50% no-repeat;}
.articlelist ul li a{ text-indent:10px; display:block; float:left; width:700px; font-size:14px; color:#7e7e7e;text-overflow:ellipsis;overflow:hidden;word-wrap:break-word;white-space:nowrap;}
.articlelist ul li span{ display:block; float:right; font-size:13px; color:#888; padding-right:10px;}
.articlelist ul li a:hover{ color:#e11b2a;}


/*图文列表*/
.piclist{}
.piclist.news_con{ width:100%;}
.piclist ul{ overflow:hidden;}
.piclist ul li{ float:left; width:275px; margin:10px 14px 20px 14px;}
.piclist ul li .pics{ border:1px solid #E7E7E7; width:228px; height:167px; background:#; text-align:center; border-radius:5px; display:table-cell; vertical-align:middle;}
.piclist ul li .pics img{ margin:4px; width:218px; height:157px;}
.piclist ul li p{ height:40px; line-height:40px; text-align:center; font-size:14px; color:#333;}
.piclist ul li p.p1{ padding-top:0 !important;}
.piclist ul li p.p3{ margin-top:5px !important;}
.piclist ul li:hover p{ color:#e11b2a;}
.piclist ul li:hover .pics img{filter:alpha(opacity=80);  -moz-opacity:0.8;  -khtml-opacity: 0.8;  opacity: 0.8; }
.piclist.news_con ul li a .news_tit i b{ font-size:20px;}


/*团队列表*/
.teamlist ul li{ overflow:hidden; padding:20px 0;border-bottom:1px dashed #E7E7E7;}
.teamlist ul li .teamLeft{ float:left; width:120px;}
.teamlist ul li .teamLeft img{ width:120px;}
.teamlist ul li .teamRight{ float:left; width:720px; margin-left:20px}
.teamlist ul li .teamRight p{ font-size:16px; }
.teamlist ul li .teamRight p a{color:#333; font-weight:bold;}
.teamlist ul li .teamRight p a:hover{color:#e11b2a;}
.teamlist ul li .teamRight span{ padding-top:10px; height:75px; overflow:hidden; display:block; line-height:26px; font-size:14px; color:#666;}


/*留言，预约*/
.messa{ width:600px; margin:0 auto;}
.messa ul{ padding-top:20px;}
.messa ul li{ overflow:hidden; }
.messa ul li span{ display:block; float:left; width:100px; line-height:36px; text-align:right; font-size:14px; color:#333;}
.messa ul li span.span2{ line-height:20px;}
.messa ul li p{ float:left;}
.messa ul li em{ display:block; overflow:hidden;}
.messa ul li em.em2{ line-height:20px; font-size:14px;}
.messa ul li input[type="text"]{ float:left; width:350px; border:1px solid #ccc; text-indent:10px; padding:7px 0; font-size:14px; color:#888; outline:none;}
.messa ul li em img{ cursor:pointer; height:36px; float:left; margin-left:15px;}
.messa ul li textarea{ border:1px solid #ccc; width:342px; outline:none; padding:5px; font-size:14px; color:#888; height:100px;}
.messa ul li input.yzm{ width:160px;}
.messa ul li input[type="radio"]{ vertical-align:middle; margin:-2px 3px 0 0;}
.messa ul li p i{ color:#e11b2a; display:block; line-height:26px; height:26px;}
.dotis{ width:150px; height:40px; line-height:40px; text-align:center; background:#1d7c1d; font-size:16px; color:#fff; display:block; margin:20px auto;}


/**候鸟图**/
.commInpages{ width:100%; min-width:1200px; padding-top:100px; margin:0 auto; text-align:center;}

.houn{width:128px;height:180px; position:fixed; top:40%; right:2%; z-index:99;}














