@charset "utf-8";
/* CSS Document */

/* 通用属性 */
html { background:#f9f9f9; }
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#222; font-family: "黑體", Verdana, "微軟正黑體", "新細明體", Arial, Geneva, sans-serif, helvetica; }
.float_clear { clear:both; }
.float_left { float:left; }
.float_right { float:right; }
.display_none { display:none; }
img { border:0; vertical-align:top; }
.red { color:red; }
.must_input { font-weight:bold; color:red; }
.green { color:green; }
.blue { color:blue; }
.gray { color:gray; }
.purple { color:purple; }
.clear { clear:both; }
.highlight { color:#FFF; background:red; padding:1px; }
/* a */ 
a { color:#222; text-decoration:none; text-decoration:none; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#00893d; }
a:focus { outline:none; }
p { line-height:22px; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; letter-spacing:1px; }
:focus { outline:0; text-decoration:none; }
a:focus {outline:0; text-decoration:none; color:#00893d;}
span,i,em,big,small,b,strong { font-size:inherit; font-weight:normal; font-style:normal; }
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
input,textarea { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-family:Helvetica,STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,sans-serif; font-size:14px; }
/* 顶部 */
header { position:relative;}
.w1000 { width:1000px; margin:0 auto; }

#top_menu { height:32px; line-height:32px; font-size:14px; border-bottom:1px solid #ccc; }
.top_menu { height:100%@; }
.top_menu a { float:right; display:block; margin:0 0 0 15px; }

#top_ads { background:#fff; height:90px; padding:25px 0; }
.top_ads { height:100%; }
.logo { position:relative; height:110px; margin:-10px 0; }
.logo a { position:relative; height:100%; display:block; }
.logo a img { height:100%; }

.top_name { height:100%; padding:0 0 0 10px; }
.top_name h2 { font-size:35px; color:#ffa105; letter-spacing:3.3px; }
.top_name h3 { font-size:17px; letter-spacing:0; }
.top_name h4 { font-size:20px; color:#00893d; letter-spacing:0.3px; }

.top_contact { font-size:16px; height:100%; }
.top_contact span { display:block; line-height:26px; height:26px; }
.top_contact i { padding:0 5px 0 0; }

nav { background: -moz-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-linear-gradient(linear, left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-gradient(linear, left, from(#ccc), color-stop(30%, #fff), color-stop(30%, #fff), color-stop(75%, #fff), color-stop(75%, #ccc));
    background: -webkit-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-gradient(linear,left, from(#ccc), color-stop(30%, #fff), color-stop(#fff), color-stop(75%, #fff), to(#ccc));
    background: linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    position: relative; }
nav ul { position:relative; height:48px; }
nav li { float:left; width:10%; height:100%; }
nav li.float_left { padding:0 0 0 1px; box-sizing:border-box; position:relative; }
nav li.float_left:before { background: -moz-linear-gradient(left, #fff, #ccc 30%, #ccc, #ccc 75%, #fff);
    background: -webkit-linear-gradient(linear, top, #fff, #ccc 30%, #ccc, #ccc 75%, #fff);
    background: -webkit-gradient(linear, top, from(#fff), color-stop(30%, #ccc), color-stop(50%, #ccc), color-stop(75%, #ccc), color-stop(75%, #fff));
    background: -webkit-linear-gradient(top, #fff, #ccc 30%, #ccc, #ccc 75%, #fff);
    background: -webkit-gradient(linear,top, from(#fff), color-stop(30%, #ccc), color-stop(#ccc), color-stop(75%, #ccc), to(#fff));
    background: linear-gradient(top, #fff, #ccc 30%, #ccc, #ccc 75%, #fff); position:absolute; left:0; width:1px; height:100%; content:''; }
nav li.home:before { display:none; }
nav li.home { padding:0; }
nav li a { display:block; text-align:center; line-height:48px; font-size:16px; position:relative; height:100%; }
nav li a:hover,nav li a.current { background:url(images/nav_current.png) no-repeat center / 100% 100% ; color:#fff; }


.success { -webkit-animation:fadeIn 01s ease 0.2s 1 both; animation:fadeIn 1s ease 0.2s 1 both; -moz-animation:fadeIn 1s ease 0.2s 1 both; -o-animation:fadeIn 1s ease 0.2s 1 both; -ms-animation:fadeIn 1s ease 0.2s 1 both; }
@-webkit-keyframes fadeIn {
from { opacity:0; }
to { opacity:1; }
}
@keyframes fadeIn {
from { opacity:0; }
to { opacity:1; }
}

.rotate180 { transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); -webkit-transform:rotate(180deg); }

/*首页CSS*/
.index { }

.ititle { margin:0 auto 20px; }
.ititle h2 { font-size:40px; color:#00893d; }
.ititle h3 { font-size:36px; font-weight:bold; position:relative; }
.ititle h3:before { position:absolute; left:-120px; top:50%; height:3px; background:#222; content:""; width:100px; }
.ititle h3:after { position:absolute; right:-120px; top:50%; height:3px; background:#222; content:""; width:100px; }
.ititle h4 { font-size:16px; }

#i2 { padding:50px 0; position:relative; background:url(images/i2_bg.jpg) no-repeat fixed center / 100% auto; }
#i2 .float_left,#i2 .float_right { height:660px; width:475px; background:#fff; }
#i2 ul { height:100%; box-sizing:border-box; }
#i2 li { box-sizing:border-box; float:left; width:50%; }
#i2 li dl { width:100%; height:100%; position:relative; box-sizing:border-box; }
#i2 li dl a { width:100%; height:100%; display:block; position:relative; }
#i2 li dt { position:relative; width:100%; height:100%; color:#333; }
#i2 li dt img { max-height:100%; }
#i2 li dd { position:absolute; top:0; bottom:0; right:0; width:100%; opacity:0; color:#fff; font-size:22px; text-shadow:1px 1px 1px #333;  -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; -o-transform:rotateY(-90deg); -ms-transform:rotateY(-90deg); -moz-transform:rotateY(-90deg); -webkit-transform:rotateY(-90deg); transform:rotateY(-90deg); border-radius:0; font-size:16px; }
#i2 li dl:hover dd { opacity:1; color:#fff; -o-transform:rotateY(0); -ms-transform:rotateY(0); -moz-transform:rotateY(0); -webkit-transform:rotateY(0); transform:rotateY(0); }

#i2 .float_left ul { border-left:1px solid #ffa105; border-top:1px solid #ffa105; }
#i2 .float_left li { height:calc(100% / 6); border-right:1px solid #ffa105; border-bottom:1px solid #ffa105; }
#i2 .float_left li dd { background:rgba(255,161,5,0.6); }

#i2 .float_right ul { border-left:1px solid #00893d; border-top:1px solid #00893d; }
#i2 .float_right li { height:25%; border-right:1px solid #00893d; border-bottom:1px solid #00893d; }
#i2 .float_right li dd { background:rgba(0,137,61,0.6); }

.bg_title { height:230px; background-repeat:no-repeat; background-position:center center; background-size:auto 100%; }
.black.bg_title { background:url(images/iblack_bg.png); color:#00893d}
.green.bg_title { background:url(images/igreen_bg.png); color:#fff }
.wihte_title { padding:30px 0 0; height:auto; }
.wihte_title h2 { font-size:40px; font-weight:bold; }
.wihte_title h2 i { padding:0 0 0 20px; font-size:24px; }
.wihte_title h3 { font-size:24px; }

#i3 { padding:0 0 50px; }
#i3 .ititle { padding:40px 0 0; }
.i3 ul { margin:0 -10px; }
.i3 li { width:calc(100% / 3); padding:20px 10px 0; box-sizing:border-box; }
.i3 li a { display:block; padding:10px; box-shadow:2px 2px 5px #333; height:100px; }
.i3 li i { height:100%; font-size:70px; width:100px; line-height:100px; text-align:center; color:#ffa105; }
.i3 li hgroup { height:100%; width:calc(100% - 100px); }
.i3 li h5 { display:inline-block; height:32px; padding:0 10px; line-height:32px; text-align:center; font-size:22px; color:#fff; margin:0 0 5px; background:#00893d; }
.i3 li p { font-size:14px; }

#i4 { }
.i41 { padding:40px 0 50px; }
.i41 li { float:left; width:16.6666667%; }
.i41 li dl { position:relative; }
.i41 li dl a { display:block; position:relative; text-align:center; }
.i41 li dl dt { position:relative; }
.i41 li dl dt img { width:100%; }
.i41 li dl dd { -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(255,255,255,0.6); color:#000; }
.i41 li dl dd i { font-size:60px; }
.i41 li dl dd b { font-size:16px; }
.i41 li dl:hover dd { background:rgba(0,0,0,0.6); color:#fff; }

#i5 { padding:50px 0; background:url(images/i5_bg.jpg) no-repeat fixed center / 100% auto; }
.i5 { padding:20px; background:rgba(255,255,255,0.3); box-sizing:border-box; border:1px solid #fff; border-radius:12px; }
.i5 ul { margin:10px -10px; text-transform:uppercase; }
.i5 li { float:left; width:calc(100% / 9); padding:10px; box-sizing:border-box; }
.i5 dl { position:relative; border:1px solid #ccc; text-align:center; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; cursor:pointer; }
.i5 dt img { width:100%; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
.i5 li:hover dt img { -webkit-filter:grayscale(1); -moz-filter:grayscale(1); -ms-filter:grayscale(1); -o-filter: grayscale(1); filter:grayscale(1); filter:gray; -webkit-filter:gray; -ms-filter:gray; -o-filter:gray; -webkit-transform:translateZ(0); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; transform:rotatey(360deg); -o-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -moz-transform:rotatey(360deg); }
.i5 dd { position:absolute; top:50%; left:0; width:100%; background:#ffa105; line-height:30px; font-size:16px; margin:-15px 0 0; content: ''; 
-webkit-transform:translate3d(0,40px,0); transform: translate3d(0,40px,0); opacity:0; -webkit-transition:opacity 0.35s,-webkit-transform 0.35s; transition:opacity 0.35s,transform 0.35s; -o-transition:opacity 0.35s,-o-transform 0.35s; -ms-transition:opacity 0.35s,-ms-transform 0.35s; -moz-transition:opacity 0.35s,-moz-transform 0.35s; }
.i5 dl:hover dd { opacity:1; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); color:#fff; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }


#i6 { padding:50px 0; background:url(images/i6_bg.jpg) no-repeat fixed center / 100% auto; }
.i61 { padding:10px 15px; background:rgba(0,0,0,0.3); box-sizing:border-box; margin:0 auto 50px; color:#fff; border-radius:12px; }
.i61 p { font-size:15px; line-height:24px; text-indent:2em; }

#i6 .iqc { margin:0 auto 50px; }

.i62 img { box-shadow:0 0 10px #aaa; width:100%; opacity:.6}
.i62 ul { margin:20px 0 0; }
.i62 li { width:140px; text-align:center; margin:0 0 0 75px; }
.i62 li:first-child { margin:0; }
.i62 dl { position:relative; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }
.i62 dl dt { position:relative; width:140px; height:140px; border:1px solid #333; background:#fff; border-radius:100%; box-sizing:border-box; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }
.i62 dl dt a {display:block; border:4px solid #fff; width:100%; height:100%; border-radius:100%; box-sizing:border-box; overflow:hidden; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }
.i62 dl dt span,.i62 dl dt i { height:130px; width:130px; display:block; line-height:130px; font-size:60px; -o-transition:all .6s; -moz-transition:all .6s; -webkit-transition:all .6s; -ms-transition:all .6s; transition:all .6s; }
.i62 dl:hover dt a { background:#00893d; }
.i62 dl:hover dt span { margin:-130px 0 0; transform:rotatey(360deg); -o-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -moz-transform:rotatey(360deg); }
.i62 dl:hover dt i { transform:rotatey(360deg); -o-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -moz-transform:rotatey(360deg); color:#fff; }
.i62 dl:hover dt { border:1px solid #00893d; }
.i62 dl:hover dd a { color:#fff; }
.i62 dl dd { font-size:18px; cursor:pointer; line-height:18px; margin:10px 0 0; font-weight:bold; }

.map { width:100%; height:400px; }

.iw_poi_title { color:#ffa105; font-size:16px; color:red; overflow:hidden; padding-right:13px; white-space:nowrap; }
.iw_poi_content { font-size:14px; overflow:visible; padding-top:4px; white-space:-moz-pre-wrap; word-wrap:break-word; }

/*footer*/

.footer,footer { padding:30px 0; background: -moz-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-linear-gradient(linear, left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-gradient(linear, left, from(#ccc), color-stop(30%, #fff), color-stop(30%, #fff), color-stop(75%, #fff), color-stop(75%, #ccc));
    background: -webkit-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-gradient(linear,left, from(#ccc), color-stop(30%, #fff), color-stop(#fff), color-stop(75%, #fff), to(#ccc));
    background: linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc); }
footer { padding:0; color:#222; }
footer a { color:#222; }

.law_info { padding:20px 0; font-size:16px; color:#222; border-top:2px solid #00893d;  }
.law_info i,.law_info a { margin:0 10px; color:#222; }

/*cover*/
#cover { position:relative; height:400px; }
.cover { position:relative; width:1000px; background:rgba(0,137,61,0.6); box-sizing:border-box; padding:20px; text-align:center; color:#fff; }
.cover h2 { font-size:30px; text-shadow: 1px 1px 1px #000; }
.cover h3 { font-size:24px; text-shadow: 1px 1px 1px #000; }
.cover p { font-size:14px; line-height:24px; text-shadow: 1px 1px 1px #000; }

/*channel_contact*/
.channel_contact { height:60px; margin:0 auto; width:1000px; line-height:60px; position:relative; z-index:1; }
.channel_contact ul,.channel_contact li { height:100%; }
.channel_contact li a { font-size:60px; padding:0; margin:0 15px; cursor:pointer; color:#595d61; }
.channel_contact li a.qq { color:#409EFF; }
.channel_contact li a.wx { color:#05cb46 }
.channel_contact li a.phone { color:#f60 }
.channel_contact li a.mobile { color:red }
.channel_contact li a.address { color:#c513bf; }
.channel_contact li a.email { color:#ccc62d; }
.channel_contact:after { left:890px; top:30px; right:0; height:1px; background:#ffa105; content:''; position:absolute; }
.channel_contact:before { left:0; right:890px; top:30px; height:1px; background:#ffa105; content:''; position:absolute; }

.channel { position:relative; margin:50px auto; }
.left { float:left; width:216px; }
.left .title { background:#fff; border:1px solid #e9e9e9; border-top:3px solid #00893d; padding:10px 0; }
.left .title h2 { font-size:30px; }
.left .title h3 { font-size:20px; }
.left .title h4 { font-size:16px; color:#dfdfdf; text-transform:uppercase; }
.left .cate { background:#fff; border:1px solid #e9e9e9; border-top:0; }
.left .cate ul { padding:8px; }
.left .cate li { padding:8px; }
.left .cate li a { display:block; line-height:24px; padding:0 23px; color:#fff; background:#717171; border-radius:5px; }
.left .cate li a:hover,.left .cate li a.current { color:#fff; background:#ffa105; }

.left .lcontact { margin:60px 0 0; background:#fff; border:1px solid #ffa105; position:relative; }
.left .lcontact i { position:relative; height:80px; width:80px; background:#fff; padding:3px; border:1px solid #ffa105; border-radius:100%; box-sizing:border-box; font-size:60px; display:block; text-align:center; line-height:78px; box-shadow:0 0 5px rgba(255,161,5,.5); margin:-40px auto 0; color:#ffa105; }
.left .lcontact h1 { color:#ffa105; font-size:22px; font-weight:bold; height:50px; position:relative; border-bottom:1px solid rgba(255,161,5,.5); margin:0 10px; }
.left .lcontact h1:before { position:absolute; left:80px; right:80px; bottom:-1px; height:1px; background:#fff; content:''; z-index:1; }
.left .lcontact h1:after { position:absolute; left:50%; margin:0 0 0 -3px; bottom:-4px; height:6px; width:6px; border-radius:100%; background:#ffa105; content:''; z-index:2; }
.left .lcontact h2 { font-size:15px; line-height:24px; color:#666; padding:12px 10px; }
.left .lcontact h3 { line-height:48px; height:48px; background:#ffa105; font-size:20px; color:#fff; }
.left .lcontact h3 em { font-size:16px; padding:0 0 0 10px; }
.left .lcontact ul { padding:10px; background:#ffa105; position:relative; color:#fff; }
.left .lcontact ul:before { position:absolute; left:10px; right:10px; top:0; height:1px; background:#fff; content:''; }
.left .lcontact ul li { line-height:22px; height:22px; padding:5px 0; }
.left .lcontact ul li b { font-size:18px; padding:0 5px 0 0; }

.right { float:right; width:760px; }
.right #title { border-bottom:1px solid #ececec; border-top:1px solid #ececec; }
.right #title .title { height:36px; font-size:14px; padding:0 10px; color:#00893d; line-height:36px; }
.right #title .title a { color:#00893d; }
.right #title .title i { margin:0 5px; font-size:12px; }
.right #title .title span { margin:0 5px 0 0; font-size:20px; }
.right #title .title a.current_channel { color:#ffa105; }

.right .rtitle { height:36px; padding:0 10px; border-bottom:1px solid #ececec; border-top:1px solid #ececec; margin:20px 0 0; }
.right .rtitle h2 { font-size:20px; text-transform:uppercase; color:#ffa105; }
.right .rtitle h2 i { padding:0 0 0 5px; font-size:12px; color:#00893d; }

.rnews { background:#fff; padding: 5px 10px 20px; }
.rnews li { line-height:40px; height:40px; border-bottom:1px solid #ececec; float:left; width:350px; margin:0 10px; }
.rnews li a { display:block; }
.rnews li i { font-size:14px; color:#999; padding:0 2px 0 0; }
.rnews li span { float:right; }

/**searchTable**/
form.flex { width:100%; }
form.flex ul { margin:0 -10px; }
form.flex li { box-sizing:border-box; padding:0 10px; }
form.flex li { width:18%; }
form.flex ul li:last-child { width:10%; }
form.flex label { display:block; height:16px; line-height:16px; font-size:16px; }
form.flex li input[type="text"] { border:1px solid #ccc; height:32px; line-height:32px; display:block; width:100%; box-sizing:border-box; padding:0 10px; font-size:16px; text-transform:uppercase; margin:6px 0 0; }
form.flex li input[type="submit"] { border:1px solid #ccc; height:54px; line-height:52px; display:block; width:100%;font-size:18px; text-transform:uppercase; cursor:pointer; background:#ffa105; color:#fff; }

.searchTable { color:#222; }
.searchTable .page_turner { margin:30px 0 0; }
.searchTable table { border-collapse:collapse; width:100%; text-transform:uppercase; }
.searchTable thead tr { background:#f9f9f9; }
.searchTable th { text-align:left; border:1px solid #ccc; border-bottom:2px solid #ccc; font-weight:bold; padding:5px; font-size:16px; }
.searchTable tbody tr:nth-child(2n) { background:#f9f9f9; }
.searchTable td { padding:5px; border:1px solid #ccc; cursor:pointer; }
.searchTable tbody tr:hover { background:#999; }
.searchTable tbody tr:hover td { color:#fff; }
.searchTable thead tr.title th { text-align:center; color:#ffa105; }

.searchTable h4 { margin:30px 0 0; height:40px; }
.searchTable h4 a { height:100%; color:#fff; font-size:16px; padding:0 10px; margin:0 10px; }
.searchTable h4 .mflex { background:#00893d; }
.searchTable h4 .flex { background:#ffa105; }

/*content*/
.content {  }
.content h2 { font-size:20px; padding:5px 0; color:#ffa105 }
.content h2:first-child { padding:0 0 5px; }
.content h3 { font-size:18px; padding:5px 0 3px; color:#ffa105; }
.content p { text-indent:2em; padding:0 0 3px; line-height:22px; font-size:14px; }

/*品牌*/
.bs { background:#fff; }
.bs hgroup { padding:10px; }
.bs dl { float:left; width:33.3333334%; padding:10px; box-sizing:border-box; }
.bs dl a { display:block; }
.bs dt img { width:100%; padding:15px; box-sizing:border-box; border:1px solid #ececec; }
.bs dd { padding:20px 0 0; font-size:16px; line-height:16px; }
.bs dl a:hover dt img { border-color:#ffa105; }
.bs dl a:hover { color:#ffa105 }

#brand { background:#fff; padding:20px; }
#brand ol { margin:-15px -15px 0; }
#brand ol li { float:left; width:25%; padding:15px; box-sizing:border-box; }
#brand ol dl { position:relative; text-align:center; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; border:1px solid #ccc; z-index:5; }
#brand ol li dl:hover { border-color:#ffa105; }
#brand ol dl:before { position:absolute; top:8px; left:8px; height:8px; width:8px; background:#ffa105; border-radius:100%; content:""; z-index:6; } 
#brand ol dl:after { position:absolute; top:8px; right:8px; height:8px; width:8px; background:#ffa105; border-radius:100%; content:""; z-index:6; } 
#brand ol dl a { display:block; overflow:hidden; z-index:5; position:relative; }
#brand ol dl a:before { position:absolute; bottom:8px; left:8px; height:8px; width:8px; background:#ffa105; border-radius:100%; content:""; z-index:6; } 
#brand ol dl a:after { position:absolute; bottom:8px; right:8px; height:8px; width:8px; background:#ffa105; border-radius:100%; content:""; z-index:6; } 
#brand ol dt { position:relative; z-index:5; }
#brand ol dt img { width:100%; padding:20px; box-sizing:border-box; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
#brand ol dt:before { background:rgba(255,255,255,0.3); height:100%; width:100%; top:100%; left:-100%; z-index:7; content:""; position:absolute; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
#brand ol dt:after { background:rgba(255,255,255,0.3); height:100%; width:100%; bottom:100%; right:-100%; z-index:7; content:""; position:absolute; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
#brand ol li a:hover dt:before { top:0; left:0; }
#brand ol li a:hover dt:after { bottom:0; right:0; }
#brand ol li dd { position:absolute; bottom:-36px; left:0; width:100%; line-height:36px; font-size:22px; text-align:center; color:#fff; text-shadow:0 0 1px #000; z-index:5; background:#ffa105; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
#brand ol li a:hover dd { bottom:0; }

#brand hgroup { margin:0 0 30px; }
#brand hgroup img { float:left; height:260px; width:260px; padding:20px; border:1px solid #ccc; margin:0 20px 0 0; }

/*Pro*/
#products { background:#fff; padding:20px; }
#products hgroup { padding:10px; border:1px solid #ccc; margin:0 0 20px; }
#products dl { padding:0 0 20px; border-bottom:1px solid #ccc; height:150px; margin:0 10px 10px; }
#products dl a { height:100%; }
#products dt { width:150px; height:100%; padding:0 20px 0 0; }
#products dt img { width:100%; height:100%; }
#products dd { width:calc(100% - 170px); height:100%; }
#products dl p { margin:0 0 10px; }
#products dl i { font-size:30px; }
#products figure { float:left; width:20%; padding:10px; box-sizing:border-box; }
#products figure a { border:1px solid #ccc; padding:5px 5px 0; }
#products figure img { width:100%; height:107x; }
#products figure figcaption { border-top:1px solid #ccc; height:24px; width:100%; line-height:24px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:14px; }
#products hgroup:hover { box-shadow:0 0 10px #ffa105; border-color:#ffa105; }
#products figure a:hover { border-color:#ffa105; }
#products figure a:hover figcaption { border-color:#ffa105; }

#products hgroup.pd { padding:20px; }
#products hgroup.pd dl { padding:0; border:0; height:150px; margin:0; }

/*products_info*/
#products_info { background:#fff; padding:20px; }
#products_info img { margin:0 auto 20px; max-width:100%x; display:block; }
#products_info table { border-collapse:collapse; width:100%; text-transform:uppercase; margin:0 0 10px; background:#fff; }
#products_info table td { padding:10px; border:1px solid #ccc; font-size:18px; text-align:center; }

/*solution, catalog*/
.ss ul { }
.ss ul { margin:0 -10px; }
.ss ul li { float:left; width:33.3333334%; padding:20px 10px 0; position:relative; box-sizing:border-box; }
.ss ul li dl { text-align:center; background:#fff; position:relative; }
.ss ul li dl a { display:block; padding:0 0 20px; }
.ss ul li dt { height:105px; font-size:70px; overflow:hidden; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
.ss ul li dt img { height:100%; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
.ss ul li dd { font-size:18px; }
.ss ul li dd i { line-height:36px; color:#7f7f7f; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
.ss ul li dd b { line-height:18px; color:#474747; }
.ss ul li dl a:hover dd i,.ss ul li dl a:hover dd b { color:#00893d; }
.ss ul li dl a:hover dt { transform:scale(1.2); -o-transform:scale(1.2); -ms-transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); color:#ffa105; }

/*solutions, detail*/
#solutions { background:#fff; padding:20px; }
#solutions hgroup { padding:30px 0 0; border-top:1px solid #ccc; margin:30px 0 0; }
#solutions hgroup h2 { padding:0 }
#solutions dl { border-bottom:1px solid #ccc; }
#solutions hgroup dl:last-child { border:0; }
#solutions dt { font-size:16px; padding:10px 0 5px; color:#ffa105; }
#solutions dl.close dd.intro,#solutions dl.close dd.up { display:none; }
#solutions dl.open dd.sintro,#solutions dl.open dd.down { display:none; }
#solutions dd.flex { position:relative; padding:20px 0 30px; font-size:16px; color:#ffa105; cursor:pointer; }
#solutions dd.flex i { font-size:22px; padding:0 10px 0 0; -webkit-animation-duration:1.3s; animation-duration:1.3s; -o-animation-duration:1.3s; -ms-animation-duration:1.3s; -moz-animation-duration:1.2s; -webkit-animation-fill-mode:both; -o-animation-fill-mode:both; -ms-animation-fill-mode:both; -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite; -o-animation-iteration-count:infinite; -moz-animation-iteration-count:infinite; -ms-animation-iteration-count:infinite; animation-timing-function:linear; -moz-animation-timing-function:linear; -o-animation-timing-function:linear; -webkit-animation-timing-function:linear; -ms-animation-timing-function:linear;  }
#solutions dd.down.flex i { -moz-animation-fill-mode:UPDOWN; -webkit-animation-name:UPDOWN; animation-name:UPDOWN; -o-animation-name:UPDOWN; -ms-animation-name:UPDOWN; }
#solutions dd.up.flex i { -moz-animation-fill-mode:DOWNUP; -webkit-animation-name:DOWNUP; animation-name:DOWNUP; -o-animation-name:DOWNUP; -ms-animation-name:DOWNUP; }
@-webkit-keyframes UPDOWN {
0% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:1; }
100% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:0; }
}
@keyframes UPDOWN { 
0% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:1; }
100% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:0; }
}
@-webkit-keyframes DOWNUP {
0% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:1; }
100% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:0; }
}
@keyframes DOWNUP { 
0% { transform:translateY(100%); -webkit-transform:translateY(100%); -moz-transform:translateY(100%); -o-transform:translateY(100%); -ms-transform:translateY(100%); opacity:1; }
100% { transform:translateY(-100%); -webkit-transform:translateY(-100%); -moz-transform:translateY(-100%); -o-transform:translateY(-100%); -ms-transform:translateY(-100%); opacity:0;}
}
#solutions dd.intro {  }
#solutions dd.intro img { float:left; max-width:300px; margin:5px 20px 0 0; }
#solutions dd.img { margin:5px 0 30px; text-align:center; }
#solutions dd.img img { max-width:100%; }

/*service*/
#service { }
#service ul { margin:0 -10px; }
#service li { padding:20px 10px 0; box-sizing:border-box; width:33.3333334%; }
#service dl { border:1px solid #ececec; padding:10px; background:#fff; }
#service dl a { display:block; }
#service dt { font-size:60px; color:#666; }
#service dd h2 { font-size:18px; }
#service dd p { margin:5px 0 10px; }
#service dd h3 { padding:5px 10px; background:#00893d; border-radius:5px; color:#fff;  }
#service dl:hover { border:1px solid #ffa105; }
#service dl:hover dt { color:#ffa105; }
#service dl:hover dd h3 { background:#ffa105; }

#serviced { background:#fff; padding:20px; }
/*partner*/
#partner ul { margin:10px -10px 0; text-transform:uppercase; }
#partner li { float:left; width:20%; padding:10px; box-sizing:border-box; }
#partner dl { position:relative; border:1px solid #ccc; padding:5px; text-align:center; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; cursor:pointer; background:#fff; }
#partner li:hover dl { border-color:#ffa105; }
#partner dt img { width:100%; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
#partner li:hover dt img { -webkit-filter:grayscale(1); -moz-filter:grayscale(1); -ms-filter:grayscale(1); -o-filter: grayscale(1); filter:grayscale(1); filter:gray; -webkit-filter:gray; -ms-filter:gray; -o-filter:gray; -webkit-transform:translateZ(0); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; transform:rotatey(360deg); -o-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -moz-transform:rotatey(360deg); }
#partner dd { position:absolute; top:50%; left:0; width:100%; background:#ffa105; line-height:36px; font-size:16px; margin:-18px 0 0; content: ''; 
-webkit-transform:translate3d(0,80px,0); transform: translate3d(0,80px,0); opacity:0; -webkit-transition:opacity 0.35s,-webkit-transform 0.35s; transition:opacity 0.35s,transform 0.35s; -o-transition:opacity 0.35s,-o-transform 0.35s; -ms-transition:opacity 0.35s,-ms-transform 0.35s; -moz-transition:opacity 0.35s,-moz-transform 0.35s; }
#partner dl:hover dd { opacity:1; -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); color:#fff; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }

/**search**/
#search { background:#fff; padding:20px; }
#model { background:#fff; padding:20px; }

/*news*/
#news { }
#news .content {  }
#news hgroup { padding:20px 0 0; }
#news hgroup dl { margin:0 0 30px; box-sizing:border-box; padding:20px; border:1px solid #ccc; background:#fff; }
#news hgroup dl dt { font-size:16px; color:#595d61; }
#news hgroup dl a { font-size:18px; color:#ffa105; padding:5px 0; display:block; }
#news hgroup dl p { font-size:14px; color:#595d61; }
#news aside {  }

/*Info*/
#Info { background:#fff; padding:0 20px 20px; }
#Info img { display:block; margin:10px auto; width:100%; }
#Info h2 { line-height:60px; }
#Info h2 i { color:#00893d; font-size:16px; font-weight:bold; display:inline-block; float:right; }

/**型号查询**/
#search h3 { padding:20px 0 10px; }
.modelTable {  }
.modelTable table { border-collapse:collapse; width:100%; text-transform:uppercase; }
.modelTable thead tr { background:#f9f9f9; }
.modelTable th { text-align:left; border:1px solid #ccc; font-weight:bold; padding:5px; font-size:16px; }
.modelTable td { padding:5px; border:1px solid #ccc; }
.modelTable tbody.picture { height:300px; text-align:center; }
.modelTable tbody.picture tr { height:100%; }
.modelTable tbody.picture tr td { height:100%; width:50%; }
.modelTable tbody.picture tr td img { max-height:100%; max-width:100%; }
.modelTable tbody tr.info td { padding:15px; }
.modelTable tbody tr td h3 { line-height:30px; height:30px; padding:0; }
.modelTable tbody tr td p { text-indent:0; }
.modelTable tbody tr td a { font-size:16px; color:#fff; background:#00893d; padding:10px 0; }

/**about**/
#about h2 { text-transform:uppercase; text-align:center; font-size:32px; }
#about h2 i { display:inline-block; color:#ffa105; font-size:36px; }
#about h2 em { font-style:normal; display:inline-block; padding:0 10px; }
#about h2 span { color:#666; }

#introduction { padding:50px 0; background:#fff; }
.introduction { width:1000px; margin:0 auto; position:relative; padding:20px; z-index:10; background:rgba(255,255,255,0.8); color:#333; box-sizing:border-box; box-shadow:0 0 10px #ffa105; }

.introduction h3 { font-size:24px; margin:10px 0; }
.introduction p { text-indent:2em; line-height:22px; margin:0 0 5px; font-size:14px; }
.introduction img { float:left; width:400px; margin:0 20px 0 0; }

.team { padding:50px 0; }
.team ul { width:1030px; margin:10px auto 0; }
.team li { float:left; width:33.3333334%; padding:0 15px; box-sizing:border-box; }
.team dl { padding:0 0 20px; position:relative; text-align:center; border:10px solid #ccc; cursor:pointer; }
.team dl dt { font-size:80px; }
.team dl dd.d1 { font-size:24px; margin:0 0 5px; }
.team dl dd { font-size:16px; }
.team dl:hover { color:#ffa105; border:10px solid #ffa105; }

.culture { padding:50px 0 35px; background: -moz-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-linear-gradient(linear, left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-gradient(linear, left, from(#ccc), color-stop(30%, #fff), color-stop(30%, #fff), color-stop(75%, #fff), color-stop(75%, #ccc));
    background: -webkit-linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc);
    background: -webkit-gradient(linear,left, from(#ccc), color-stop(30%, #fff), color-stop(#fff), color-stop(75%, #fff), to(#ccc));
    background: linear-gradient(left, #ccc, #fff 30%, #fff, #fff 75%, #ccc); }
.culture ul { width:1030px; margin:10px auto 0; }
.culture li { float:left; width:33.3333334%; padding:15px; box-sizing:border-box; }
.culture dl { box-shadow:0 0 3px #666; position:relative; text-align:center; background:#fff; }
.culture dt { padding:20px 0 0; }
.culture dt span { width:70px; height:70px; line-height:70px; margin:0 auto; font-size:40px; background:#ffa105; border-radius:100%; display:block; color:#fff; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.culture dd { font-size:20px; padding:5px 0; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.culture p { font-size:16px; padding:0 0 15px; -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.culture dl a { display:block; z-index:1; position:relative; }
.culture dl a:before { background:#222; bottom:0; content:""; height:0; left:0; position:absolute; right:0; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease 0s; width:100%; z-index: -1; }
.culture dl a:after { background:#ffa105; bottom:0; content:""; height:0; left:0; position:absolute; right:0; -webkit-transition:all 0.4s ease; -moz-transition:all 0.4s ease; -o-transition:all 0.4s ease; transition:all 0.4s ease 0s; width:100%; z-index:-1; }
.culture dl a:hover:before { height:100%; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; top:0; }
.culture dl a:hover:after { height:100%; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; -webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -o-transition-delay:0.2s; -ms-transition-delay:0.2s; transition-delay:0.2s; top:0;  }
.culture dl a:hover dt span { transform:rotatey(360deg); -o-transform:rotatey(360deg); -moz-transform:rotatey(360deg); -webkit-transform:rotatey(360deg); -ms-transform:rotatey(360deg); -o-transition:all .3s; -moz-transition:all .3s; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; background:#fff; color:#ffa105; }
.culture dl a:hover dd { color:#fff; }
.culture dl a:hover p { color:#fff; }

.Advantage { padding:50px 0; }
.Advantage table { border-collapse:collapse; width:1000px; margin:20px auto 0; text-transform:uppercase; text-align:center; vertical-align:middle; background:#fff; }
.Advantage tr th:first-child { width:100px; }
.Advantage tr th:nth-child(2) { width:220px; }
.Advantage tr th:nth-child(3) { width:220px; }
.Advantage tr th:nth-child(4) { width:200px; }
.Advantage tr th:last-child {  }
.Advantage th { background:#f9f9f9; border:1px solid #ccc; border-bottom:2px solid #ccc; font-weight:bold; padding:15px 10px; font-size:16px; }
.Advantage td { padding:10px; border:1px solid #ccc; font-size:14px; }

/*contact*/
#contact footer .footer { display:none; }
#contact footer .law_info { border-top:2px solid #ffa105; }
.contact { position:relative; width:100%; height:700px; background:#ffa105; border-top:2px solid #ffa105; }
.contact footer { display:none; }
.contact hgroup { height:100%; width:50%; color:#fff; }
.contact hgroup h2 { font-size:44px; }
.contact hgroup h3 { font-size:30px; }
.contact hgroup ul { height:120px; padding:15px 0; }
.contact hgroup li { height:100%; padding:0 15px; }
.contact hgroup li a { border:5px solid #fff; border-radius:100%; height:100%; width:120px; box-sizing:border-box; font-size:70px; color:#fff; }
.contact hgroup li a img { max-height:75px; max-width:75px; }
.contact hgroup p { font-size:16px; line-height:26px; }
.contact hgroup p a { color:#fff; }
.contact .map { width:50%; height:100%; }

/*page_turner*/
.page_turner { }
.page_turner a { margin:0 5px; line-height:30px; box-sizing:border-box; padding:0 10px; background:#fff; border-radius:20px; text-align:center; font-size:14px; border:1px solid #ccc; }
.page_turner a.previous,.page_turner a.next { width:auto; padding:0 20px; border-radius:20px; }
.page_turner a:hover, .page_turner a.current { background:#ffa105; color:#fff; box-shadow:0 0 2px #333; border-color:#ffa105; }
