/* CSS Document */
body { font-family:Arial, sans-serif; font-size: 14px; line-height:30px; color: #000000; }
h1, h2, h3, h4, h5 { font-family:Arial, Tahoma, sans-serif; font-weight:normal; }
a { text-decoration:none; color:#000; }
a:hover { text-decoration:none; }
.fr { float:right; }
.fl { float:left; }
img { padding:0; margin:0; border:0; }
img a { padding:0; margin:0; border:0; }
.clear { clear: both; }
.clearfix { *zoom: 1;}
.clearfix { clear: both; }
ul, ul li { list-style:none; }
body, div, span, small, p, em, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, textarea { padding: 0; margin: 0; }
ul, li { list-style: none; }
html a { text-decoration: none; color: #000; }
html a:hover { text-decoration: none;}
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; -webkit-tap-highlight-color: transparent; }
html::-webkit-scrollbar {
width:7px;
height:7px;
background-color:#ececec;
}
html::-webkit-scrollbar-track {
border-radius:0;
background-color:#ececec;
}
html::-webkit-scrollbar-thumb {
border-radius:0;
width:17px;
height:17px;
background-color:#004714;
}
::-moz-selection {
background: #004714;
color: #fff;
text-shadow: none;
}
::selection {
background: #004714;
color: #fff;
text-shadow: none;
}
a { text-decoration: none;}
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;
}
b, strong, h1, h2, h3, h4, h5, h6 { font-weight: 100; }
i, em { font-style: normal; }
img { border: none; }
html { font-family:Arial; font-size: 14px; }
body { font-family:Arial; transition: all .3s;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -o-transition: all .3s;
}
.banner-nei img { display:block; width:100%; height:auto }
.navbar { position: relative; margin-bottom: 0px; }
.navbar-inverse { background:#fff; }
.navbar-brand { margin-top:0px; padding:0px; }
.navbar-nav > li > a { padding-top:10px; padding-bottom: 10px; line-height:100px; font-size:16px; color:#686868; border-right:#e8e8e8 1px solid; text-transform:uppercase; }
.nav { border-left:#e8e8e8 1px solid; margin-left:10px; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a.focus { color: #b70005; }
.navbar-inverse .navbar-nav > li > a { color:#686868; }
.navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: #b70005; border: 1px solid transparent; border-radius: 4px; }
.w1360 { width:100%; height:auto; margin:0px auto; max-width:1200px;}
/**/
#headerx { height:100px; width:100%; position:absolute; left:0px; top:0px; z-index:1000;}

.pclogo{width:36.75%; height:109px; overflow:hidden; float:left; display:flex; align-items:center; transition:.3s; }
.pclogo a img{max-width:100%; height:auto; transition:.3s;}


.pclang{height:18px; float:right; margin-top:48px;}
.pclang img{float:right; margin-left:10px;}

.navx {height:35px; float:right; margin-top:40px;}
.navx ul {}
.navx li { float:left; z-index:13; text-align:center; position:relative;}
.navx li h2 a { color:#fff; font-size:14px; height:35px; line-height:35px; display:block; text-align:center; padding:0px 25px;}
.navx li h2 a:hover { color:#fff; background:#002109;}
.navx li h2 a.focus { color:#fff; background:#002109;}
.option { display:none; left:0px; position:absolute; top:100%; z-index:12; width:180px; height:auto; text-align:center;}
.option a { color:#fff; display:block; line-height:35px; height:35px; font-size:14px; text-align:left; padding:0px 20px 0px 20px; background:#002109; margin-bottom:1px;}
.option a:hover { color:#fff; }


@media screen and (max-width:1260px) {
.w1360 { width:100%; padding:0px 20px;}
}
/**/

.m_hide { display: none; }
/*pc不显示手机显示*/
.pc_hide { display: block; }
.m_header { width: 100%; position: fixed; left: 0; top:38px; z-index:1000; }
.m_body {z-index:1000; position:fixed; top:0; left:0; width:100%; height:100%; background:#111111; display:none;}
.m_header .logo { width:65%; height:60px; display:flex; align-items:center; transition:.3s; float: left; padding-left:10px; }
.m_header .logo a, .m_header .logo img { display: block; max-width:100%; height:auto;}
.m_header .mlang{height:60px; float:right; margin-right:20px;}
.m_header .mlang img{float:right; margin-top:22px; margin-left:5px;}
.m_header .collapse { background-color: transparent; border-radius: 4px; float:right; cursor: pointer; position: relative; width:35px; height: 30px; background-image: none; margin-top:15px; }
.m_header .collapse .icon-bar { border-radius: 1px; display: block; height: 2px; width: 28px; background: #fff; position: absolute; top: 45%; transition: all ease 0.3s; }


/*必须定位哦*/

.m_header .collapse span:nth-child(1) {
 -moz-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 -o-transform: translateY(-10px);
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
}
 .m_header .collapse span:nth-child(3) {
 transform: translateY(10px);
 -transform: translateY(10px);
 -ms-transform: translateY(10px);
 -o-transform: translateY(10px);
 -webkit-transform: translateY(10px);
}
 .m_header .collapse.active span:nth-child(1) {
 transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
}
 .m_header .collapse.active span:nth-child(2) {
 display: none
}
 .m_header .collapse.active span:nth-child(3) {
 transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
}
.m_header .drop_menu { line-height:36px; display: none; position: fixed; width: 100%; background: #111111 }
.m_header .drop_menu li { width: 100%; padding:5px 0px; height: auto; border-bottom: 1px solid #333; }
.m_header .drop_menu li a { display: block; width: 100%; color: #fff; text-align:center; }
.m_header .drop_menu li>a { font-size: 16px; }
.m_header .drop_menu dd a { font-size: 14px; color: #666 }
.m_header .in_header { height: 60px; }
.banner { width:100%; height:100%; overflow:hidden; margin-right: auto; margin-left: auto;}
.mbanner { width:100%; height:100%; overflow:hidden; margin-right: auto; margin-left: auto;}
 @media (max-width:1200px) {
.m_hide {display: block;}
.pc_hide {display: none;}
/*导航*/
.m_header {width:100%; position: fixed; background:rgba(0, 0, 0, 0.2); left: 0; top:0px; z-index:1000;}
.menlist{ display:none;}

}
#ban-in { background-size:cover; background-position: 50% 50%; background-repeat: no-repeat; padding:284px 0px 184px 0px;  color: #fff; position: relative;}
#ban-in .txt{height:50px; line-height:50px; text-align:center; font-size:36px; color:#fff; text-transform:uppercase; letter-spacing: 4px;}

#mban-in{height:auto; overflow:hidden; margin-top:60px; margin-bottom:20px;}
.nimg{text-align:right;}
.nimg img{max-width:100%;}

@media screen and (max-width:1200px){
#ban-in{padding:100px 0; margin-top:60px;}
#ban-in .txt{height:50px; line-height:50px; text-align:center; font-size:20px; color:#fff; text-transform:uppercase; letter-spacing:4px;}

}
.kq1 { -webkit-animation-delay: 1s; }
.kq2 { -webkit-animation-delay: 2s; -webkit-animation-duration: 2s; }
.kq3 { -webkit-animation-delay: 3s; -webkit-animation-duration: 3s; }
.top { width:100%; background-color:#0152a4; }
.kuanping { width:1200px; margin-right: auto; margin-left: auto; }
.yuyan { height:34px; padding-top:24px; }
.guding { position:fixed; top:0px; }
.ttp { margin-top:24px; }
.abtit { background:url(../images/abtit.jpg) center; background-repeat:no-repeat; height:90px; }
.txx { margin-top:36px; }
.nw-tt { padding:20px; height:auto; overflow:hidden; background-color:#0e6bab; color:#FFFFFF; }
.nw-tt h2 { font-size:20px; margin-top:0px; margin-bottom:10px; font-family: Microsoft YaHei, Helvetica, Arial, sans-serif; }
.nw-hang { background-color:#eaeaeb; height:127px; margin-bottom:10px; }
.nw-hang-zuo { width:20%; float:left; text-align:center; line-height:127px; background-color:#0e6bab; color:#FFFFFF; }
.nw-hang-you { width:80%; padding:20px; float:right; color:#848484; }
.nw-hang-you h2 { font-size:20px; margin-top:0px; margin-bottom:10px; color:#000000; font-family: Microsoft YaHei, Helvetica, Arial, sans-serif; }
.abtt { margin-top:60px; }
.xhui { background-color:#eaeaeb; margin-top:50px; }
.abbj { background:url(../images/about.jpg) center; }
#elevator_item { width: 60px; height: 100px; position: fixed; right: 15px; bottom: 15px; -webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1; z-index: 100020; display: none; }
#elevator_item.off { opacity: 0; visibility: hidden }
#elevator { display: block; width: 60px; height: 50px; background: url(icon_top.png) center center no-repeat; background-color: #444; background-color: rgba(0, 0, 0, .6); border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); cursor: pointer; margin-bottom: 10px }
#elevator:hover { background-color: rgba(0, 0, 0, .7) }
#elevator:active { background-color: rgba(0, 0, 0, .75) }
#elevator_item .qr { display: block; width: 60px; height: 40px; border-radius: 2px; box-shadow: 0 1px 3px rgba(0, 0, 0, .2); cursor: pointer; background: url(icon_code.png) center center no-repeat; background-color: #444; background-color: rgba(0, 0, 0, .6) }
#elevator_item .qr:hover { background-color: rgba(0, 0, 0, .7) }
#elevator_item .qr:active { background-color: rgba(0, 0, 0, .75) }
#elevator_item .qr-popup { width: 170px; height: 200px; background: #fff; box-shadow: 0 1px 8px rgba(0, 0, 0, .1); position: absolute; left: -180px; bottom: 0; border-radius: 2px; display: none; text-align: center }
#elevator_item .qr-popup .code-link { display: block; margin: 10px; color: #777 }
#elevator_item .qr-popup .code { display: block; margin-bottom: 10px }
#elevator_item .qr-popup .arr { width: 6px; height: 11px; background: url(code_arrow.png) 0 0 no-repeat; position: absolute; right: -6px; bottom: 14px }
.hy_load { position: absolute; right: 0; color: #333 !important; background: url(hy_load_03.png) no-repeat center right !important; padding-right: 24px; }
.hy_loadx { position: absolute; right: 0; color: #333 !important; padding-right: 24px; }
.arc_link { margin:15px 0; border-top:1px dotted #ccc; padding:8px 0; }
.arc_link span { padding:0 8px; }
.content_ct2 { margin:0 auto; }
.content_ct2 .arc_title { padding:8px 0; text-align:center; font-size:20px; font-weight:bold; color:#000;}
.content_ct2 .add_info { border-bottom:1px dotted #ccc; padding:5px 0; /*background:#fefefe;*/ font-size:14px; text-align:center; }
.turn { width: 100%; border-top: 1px dotted #ccc; padding-top: 25px; margin-top: 30px; line-height:32px; position: relative; font-size:14px; }
.turn p { float: left; line-height:32px; margin-bottom: 7px; }
.turn .line { width: 100%; height: 0; line-height: 0; clear: both; }
.turn a.name { display: inline-block; float: left; line-height: 32px; margin-bottom: 7px; }
.turn a.back { display: inline-block; line-height: 32px; padding: 0 28px; background: #ececec; float: right; }
.jiathis_style { float: right; margin-top:15px; clear:both; }
.jiathis_style span.t { display: inline-block; line-height: 16px; float: left; }

.proleft { width:520px; height:auto; float:left; }
.prori { width:56%; height:auto; overflow:hidden; float:right; }

.piclistxx ul li { width:204px; height:auto; margin-right:20px; float:left; }
.piclistxx ul li a { display:block; width:204px; height:auto; }
.piclistxx ul li a:hover img { border:2px solid #004714; }
.piclistxx ul li a img { width:200px; height:200px; border:2px solid #ddd; }
.piclistxx ul li .infoxx { height:25px; line-height:25px; width:200px; margin:0 auto; display:block; text-align:center; color:#333; }
#demo1 { float: left; }
#demo2 { float: left; }
#demox1 { float: left; }
#demox2 { float: left; }
.inquiry {margin-top:6px; float:left;}
.inquiry a {display:block; display:block; height:37px; line-height:37px; color:#fff; background:#004714; font-size:16px; padding:0px 50px;}
.inquiry a:hover { color:#fff; background:#004714;}

.title_t { font-size: 16px; COLOR: #fff; font-weight:bold; font-family:"微软雅黑"; }
/*留言本*/
.book_contain { width:760px; border:1px solid #ccc; }
.book_contain h2 { height:25px; font-size:12px; padding-left:8px; line-height:25px; background:#ccc }
.book_head { height:25px; line-height:25px; padding-left:15px; }
.book_head span.time { padding-left:25px; }
.book_head span.title { font-weight:bold }
.book { border-bottom:1px dotted #ccc; margin:8px; }
.book_content, .book_reply { padding-left:15px; line-height:24px; }
.book_reply { color:red; }
.book_form { float:left; }
.book_form p { padding:5px; height:auto; line-height:35px; float:left; }
.book_form label { display:block; float:left; width:80px; text-align:right; padding-right:10px; }
.book_form input { height:35px; line-height:35px; padding:2px; border:1px solid #eeeeee; color:#000; vertical-align:middle; }
.book_form textarea { padding:2px; border:1px solid #eeeeee; color:#000; margin-bottom:10px; width:500px; }
.book_form .mf_s { height:35px; width:87px; font-size:14px; text-align:center; color:#FFF; border:0px; cursor:pointer; }
.book_form #mf_btn { background:#555555; margin:0 15px 0 80px; }
/*表单*/
.order_body { margin:8px auto; padding:8px; width:630px; overflow:hidden; line-height:200%; font-size:14px; }
.order_form { }
.order_form tr, .order_form td { padding:5px 0; }
.order_form p { height:32px; line-height:32px; text-align:center; font-weight:bold }
.order_form input { height:35px; line-height:35px; padding:2px; border:1px solid #eeeeee; color:#000; }
.order_form textarea { height:100px; width:70%; padding:2px; border:1px solid #eeeeee; color:#000; }
.order_form .w1 { text-align:right }
.order_form #w30 { width:30%; padding-right:20px; }
.order_form #w70 { width:70% }
.order_form #refresh_code { font-style:normal; text-decoration:underline; cursor:pointer }
.order_form .pt_go, .order_form .pt_reset { width:100px; height:35px; text-align:center; color:#FFF; margin:0 5px; background:#555555; }
.order_formx { }
.order_formx tr, .order_form td { padding:5px 0; }
.order_formx p { height:32px; line-height:32px; text-align:center; font-weight:bold }
.order_formx input { height:20px; line-height:20px; width:30px; padding-left:1px; vertical-align:middle; }
.order_formx textarea { height:100px; width:100%; border:1px solid #E3E3E3; padding-left:1px; }
.order_formx .w1 { text-align:left; border-bottom:#ddd 1px dotted; line-height:35px; padding:0px 10px; }
/*.order_formx #w30{width:30%}*/
.order_formx #w70 { width:70% }
.order_formx #refresh_code { font-style:normal; text-decoration:underline; cursor:pointer }
.order_formx .pt_go, .order_form .pt_resetx { width:80px; height:35px; margin:0 5px; }
/*-------------------------------------------------------在线留言-----------------------------------------------------------------*/
.message_content { padding:519px 0 0 0; }
.message_bg { background:#FFF; position:relative; top:-4px; }
.message_c { width:1200px; margin:0 auto; }
#message_left { float:left; width:800px; padding:0 0 30px 0; position:relative; }
#mf_title { padding:45px 0; }
#mf_title h2 { font-weight:normal; font-size:18px; }
#mf_title h2 span { font-size:18px; font-weight:bold; }
#mf_title h3 { font-weight:normal; font-size:18px; color:#b7b7b7; }
#mf_form h2 { width:550px; float:left; height:32px; line-height:32px; padding:10px; }
#mf_form h2 span { font-size:13px; font-weight:normal; color:#626262; float:left; }
/*#mf_form h2 input{ height:22px; line-height:22px; padding:5px; border:0px; float:right; width:230px; background:#e8e8e8 url(../images/mfinput_bg.png) right bottom no-repeat; color:#000; }
#mf_form h2 input:hover{ background:#ab8448 url(../images/mfinput_hover.png) right bottom no-repeat;color:#FFF;}*/
#mf_form h2 input { height:22px; line-height:22px; padding:5px; border:0px; float:right; width:450px; background-color:#e8e8e8; color:#000; color:#666666; font-size:12px; }
#mf_form h2 input:hover { background-color:#ab8448; color:#FFF; }
#m_need { background-image:url(../images/mfinput_bg.png); background-position:right bottom; background-repeat:no-repeat; color:#666666; }
#div_select:hover input { background-image:url(../images/mfinput_hover.png); background-position:right bottom; background-repeat:no-repeat; background-color:#ab8448; color:#FFF; }
#div_select { width:350px; float:left; height:32px; line-height:32px; padding:10px; position:relative; }
#div_select { width:350px; float:left; height:32px; line-height:32px; padding:10px; }
#div_select span { font-size:13px; font-weight:normal; color:#626262; float:left; }
#div_select input { height:22px; line-height:22px; padding:5px; border:0px; float:right; width:230px; background-color:#e8e8e8; color:#000; }
#div_select:hover input { }
#select_option { position:absolute; width:240px; padding:20px 0 height:60px;
background-color:#ab8448; left:120px; top:42px; display:none; }
.option_div { height:35px; line-height:35px; font-size:15px; color:#FFF; cursor:pointer; padding:0 0 0 20px; }
.option_div:hover { background:#D2AA6D; }
#mf_form h3 { width:610px; padding:10px; }
#mf_form h3 span { font-size:13px; font-weight:normal; color:#626262; float:left; }
.mf_content { float:right; width:500px; height:100px; background:#e8e8e8 url(../images/mfinput_bg.png) right bottom no-repeat; color:#000; border:0px; padding:10px; color:#666666; }
.mf_content:hover { background:#ab8448 url(../images/mfinput_hover.png) right bottom no-repeat; color:#FFF; }
.mf_s { height:32px; width:87px; font-size:14px; text-align:center; color:#FFF; border:0px; cursor:pointer; }
#mf_sub { padding:30px 0; }
#mf_btn { background:#555555; margin:0 15px 0 120px; }
#mf_reset { background:#919191; }
.message_icon { width:48px; margin:0 auto; padding:0 0 50px 0; }
#message_right { float:right; width:306px; }
.list_job { width:100% }
.list_job dt { padding:5px 8px; border-bottom:1px dotted #CCC; }
.list_job dt a { font-weight:bold }
.list_job dt a em.job { font-style:normal; font-weight:normal; color:#DF0E13 }
.list_job dt a:hover { color:#076cc5 }
.list_job dd { padding:5px 8px; height:auto; overflow:hidden; }
.list_job dd p { width:50%; float:left; text-align:left; padding:5px 0; }
.list_job dd div { clear:both; text-align:right; padding:5px 0; font-weight:bold }
.list_jobco { padding:5px 8px; border-top:1px dotted #CCC; border-bottom:1px dotted #CCC; }
p.title { padding:10px 0; margin-top:15px; text-align:center; font-weight:bold; font-size:24px; color:#777 }
p.info { padding:0; text-align:center }
p.info span { padding:0 8px; }
.arc_info { margin:8px 0; border:1px solid #ddd; background:#F9F9F9; padding:8px; line-height:150%; }
.arc_body { margin:8px 0; padding:8px 0; width:100%; overflow:hidden; line-height:200%; }
.arc_body a { text-decoration:underline; color:#00386a }
.arc_body a:hover { color:#FF9900 }
.q_body { margin-bottom:4px; margin-top:12px; }
.q_body ul { border-bottom:1px solid #E14333; height:29px; margin:0px; padding:0px; }
.q_body ul li { height:25px; margin-top:4px; display:block; cursor:pointer; padding-left:16px; background:url('li2.gif') no-repeat left top; float:left; margin-right:5px; display:inline }
.q_body ul li span { display:block; float:left; padding-right:16px; background:url('span2.gif') no-repeat right top; line-height:25px; }
.q_body ul li.focus { margin-top:0; height:29px; background:url('li1.gif') no-repeat left top }
.q_body ul li.focus span { background:url('span1.gif') no-repeat right top; line-height:29px; color:#FFFFFF }
.neinews { height:auto; overflow:hidden; }
.neinews .newstxt { line-height:22px; margin-top:5px; padding-bottom:10px; height:auto; overflow:hidden; border-bottom:1px dotted #f2f2f2; position:relative; }
.neinews .newstxt img { margin-top:8px; float:left; margin-right:15px; }
.neinews .newstxt p { line-height:30px; height:auto; overflow:hidden; }
.neinews .newstxt p a { color:#A40000; text-decoration:none; }
.neinews .newstxt p a:hover { color:#EA7526; text-decoration:underline; }
.neinews .newstxt h3 { font-weight:bold; height:auto; line-height:45px; font-size:16px; }
/*search*/
.search_title { margin-top:10px; border:0px solid #ccc; background:#F2F2F2; border-right:0; border-left:0; height:auto; line-height:30px; padding-left:5px; }
.search_title a { padding-left:15px; font-weight:bold }
.search_content { margin-top:5px; border-bottom:1px dotted #ccc }
.search_content h2 { height:25px; line-height:25px; font-size:14px; }
.search_content h2 a { font-size:14px; }
.search_content p { padding:5px 0; line-height:23px; }
.search_page { width:99%; border-top:none; text-align:left; margin-top:8px; }
.search_page ul { list-style:none }
.search_page li { display:block; float:left; margin-left:5px; height:25px; line-height:25px; }
.search_page li a { display:block; height:25px; line-height:25px; float:left; }
.search_page li.focus a { font-weight:bold; color:#990000 }
/*分页样式*/
.page_fy { font-size:12px; padding:8px; margin:3px; text-align:center; margin-top:10px; }
.page_fy A { padding:5px 8px; MARGIN: 2px; COLOR: #333; TEXT-DECORATION: none; border:#ddd 1px solid; border-radius:3px; }
.page_fy A:hover { COLOR: #fff; ; background:#004714; border:#004714 1px solid; }
.page_fy A:active { COLOR: #666; border:#999 1px solid; }
.page_fy .focus { FONT-WEIGHT: bold; MARGIN: 2px; COLOR: #fff; BACKGROUND-COLOR: #004714; border:#004714 1px solid; padding:5px 8px; }
.page_fy .disabled { MARGIN: 2px; COLOR: #ddd; padding:5px 8px; }
.page_fy span { padding-left:5px; }
.page_fy span.off { color: #666; margin:2px; padding:5px 8px; border-radius:3px; border:#ddd 1px solid; }
/**/



/**************************/
.cpkuan { width:100%; margin-right: auto; margin-left: auto; max-width:1200px;}
@media screen and (max-width:1260px){
.cpkuan {width:100%; padding:0px 15px;}
}

@media screen and (max-width:1200px){
.cpkuan {width:100%; padding:0px 15px;}
}

/**************************/
.cpkuanx {width:100%; margin-right: auto; margin-left: auto; max-width:1200px;}

.aboutlist { height:auto; overflow:hidden; padding:160px 0px 0px 0px;}
.aboutlist .txt{width:11%; height:auto; overflow:hidden; margin-top:15%;}
.aboutlist .txt .title{height:auto; overflow:hidden;}
.aboutlist .txt .sptxt{line-height:30px; font-size:16px; color:#fff;}
.aboutlist .txt a.more{line-height:30px; font-size:14px; color:#fff;}
.iabout { height:auto; overflow:hidden; width:51.9166666%; background:url(aboutbg.png) no-repeat center center; background-size:100%; padding:120px 40px; float:left; min-height:622px; margin-left:25.15%;}
.iabout .t1{line-height:2; text-align:center; font-size:30px; color:#fff;}
.iabout .t2{line-height:1.5; text-align:center; font-size:24px; color:#fff; font-weight:bold; text-transform:uppercase; font-family:Arial, Gadget, sans-serif;}
.iabout p { line-height:30px; text-align:center; font-size:14px; color:#fff; padding:20px 0px; }
.iabout a.more{width:145px; height:40px; line-height:38px; text-align:center; font-size:12px; color:#fff; text-transform:uppercase; display:block; border:#fff 1px solid; margin:0px auto 0px auto;}

.product { height:auto; overflow:hidden;}
.proBox{width:100%; height:auto;}
.proBox .hd{ width:50%; height:auto; float:left; padding:10% 15%;}
.proBox .hd ul{ float:left; width:100%;}
.proBox .hd ul li{float:left; cursor:pointer; width:100%; height:auto; float:left; margin-bottom:30px;}
.proBox .hd ul li .tt{line-height:30px; font-size:18px; color:#fff;}
.proBox .hd ul li .ttx{height:25px; width:100%; float:left; line-height:25px; font-size:14px; color:#a0a0a0; position:relative;}
.proBox .hd ul li .ttx .line{width:240px; height:25px; background:url(llline.png) no-repeat right center; position:absolute; left:-260px; top:0px; z-index:10; transition: all 400ms ease 0s; filter:alpha(opacity=0); opacity:0;} 
.proBox .hd ul li.on{color:#870f12;}
.proBox .hd ul li.on .tt{color:#870f12;}
.proBox .hd ul li.on .ttx{color:#870f12;}
.proBox .hd ul li.on .ttx .line{filter:alpha(opacity=100); opacity:1; left:60px;}
.proBox .bd ul{ zoom:1; width:50%; height:auto; overflow:hidden; float:right;}




.newsxlist{height:auto; overflow:hidden; padding:200px 0px 0px 0px;}
.newsxlist .homeleft{width:30.833333333%; height:auto; overflow:hidden; float:left;}
.newsxlist .homeleft .title{line-height:1; font-size:60px; color:#fff; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.newsxlist .homeleft .title img{ max-width:100%; height:auto;} 
.newsxlist .homeleft .titlex{line-height:1.5; font-size:18px; color:#fff; margin-bottom:20px;}
.newsxlist .homeleft ul li{width:100%; height:auto; overflow:hidden; float:left;}
.newsxlist .homeleft ul li a .tt{line-height:40px; font-size:16px; color:#fff;}
.newsxlist .homeleft ul li a .sptxt{line-height:30px; font-size:14px; color:#a0a0a0;}
.newsxlist .homeleft ul li a .more{width:145px; height:40px; line-height:38px; text-align:center; font-size:12px; color:#fff; display:block; border:#fff 1px solid; float:left; margin-top:20px; text-transform:uppercase;}
.newsxlist .homeright{width:68%; height:auto; overflow:hidden; float:right;}
.newsxlist .homeright ul li{width:33.33333%; height:auto; overflow:hidden; float:left; padding-left:20px;}
.newsxlist .homeright ul li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.newsxlist .homeright ul li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.newsxlist .homeright ul li a:hover .pic .img { transform: scale(1.1); }
.newsxlist .homeright ul li a .bg { background:url(nnbg.png) repeat-x left bottom; height:100%; left:0; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 0; transition: all 400ms ease 0s; width:100%; z-index:11; }
.newsxlist .homeright ul li a:hover .bg { filter:alpha(opacity=100); opacity: 1; }
.newsxlist .homeright ul li a .info{width:100%; height:auto; overflow:hidden; padding:0px 20px; position:absolute; left:0px; bottom:10px; z-index:12; filter:alpha(opacity=0); opacity: 0; transition: all 400ms ease 0s;}
.newsxlist .homeright ul li a .info .tt{line-height:30px; font-size:16px; color:#fff;}
.newsxlist .homeright ul li a .info .ttx{line-height:24px; font-size:14px; color:#fff;}
.newsxlist .homeright ul li a:hover .info{filter:alpha(opacity=100); opacity:1;}


.homecontant{height:auto; overflow:hidden; padding:20% 0px 0px 0px;}
.homecontant .lxf{height:auto; overflow:hidden; padding-left:45px;}
.homecontant .lxf.i1{background:url(homeicon_01.png) no-repeat left center; margin-right:5%;  float:left;}
.homecontant .lxf.i2{background:url(homeicon_02.png) no-repeat left center; margin-right:5%;  float:left;}
.homecontant .lxf.i3{background:url(homeicon_03.png) no-repeat left center;  float:right;}
.homecontant .lxf .tt{height:auto; overflow:hidden;}
.homecontant .lxf .ttx{line-height:25px; font-size:16px; color:#fff;}


.newszx {color:#181815; background:#fff; margin-bottom:20px;}
.newszx a .tt {font-size:16px; height:50px; overflow:hidden; line-height:50px; color:#474747; font-weight:bold; padding:5px 0px 0px 0px;}
.newszx a .tt span{float:right; font-size:14px;}
.newszx a .time{line-height:30px; font-size:14px; color:#999999;}
.newszx a .deite{line-height:24px; font-size:14px; color:#999999; padding:0px 0px 20px 0px;}

.cplist { height:auto; overflow:hidden; padding:80px 0px; background:url(probg.jpg) no-repeat center top; }
.cplist .title { height:50px; line-height:50px; text-align:center; font-size:30px; color:#7a7a7a; font-weight:bold; text-transform:uppercase; font-family:"Bodoni Bd BT","Times New Roman",Gadget, sans-serif; }
.cplist .titlex { height:40px; line-height:40px; text-align:center; font-size:24px; color:#222222; font-weight:bold; margin-bottom:40px; }
.cpzx { color:#181815; text-align:center;}
.cpzx a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.cpzx a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.cpzx a:hover .pic .img { transform: scale(1.1); }
.cpzx a .bg { background:#004714; height:100%; left:0; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 0; transition: all 400ms ease 0s; width:100%; z-index:11; }
.cpzx a .i1 { left: 10%; margin:-39px 0 0 -39px; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 50%; transition: all 400ms ease 0s; z-index:12; }
.cpzx a .i2 { left: 90%; margin:-39px 0 0 -39px; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 50%; transition: all 400ms ease 0s; z-index:12; }
.cpzx a:hover .bg { filter:alpha(opacity=80); opacity: 0.8; }
.cpzx a:hover .i1 { left:50%; filter:alpha(opacity=100); opacity: 1; }
.cpzx a:hover .i2 { left:50%; filter:alpha(opacity=100); opacity: 1; }

.cpzx h2 { text-align:center; height:50px; line-height:50px; font-size:16px; color:#393939; }
.cpzx .tt { font-size:16px; text-align:center; height:58px; line-height:58px; }

.ctitle { height:50px; line-height:50px; text-align:center; font-size:30px; color:#7a7a7a; font-weight:bold; text-transform:uppercase; font-family:"Bodoni Bd BT","Times New Roman",Gadget, sans-serif; margin-top:40px; }
.ctitlex { height:40px; line-height:40px; text-align:center; font-size:24px; color:#222222; font-weight:bold; margin-bottom:40px; }

.conlist { height:auto; overflow:hidden; background:#222222; }
.cithumb { width:50%; height:auto; overflow:hidden; float:right; }
.ciabout { height:auto; overflow:hidden; width:50%; float:left; padding-left:15%; padding-top:70px;}
.ciabout .tt{line-height:80px; font-size:24px; color:#7a7a7a; font-weight:bold; background:url(cline.jpg) no-repeat left bottom;}
.ciabout p { line-height:40px; font-size:16px; color:#7a7a7a; padding-bottom:20px; padding-top:15px;}



 @media (min-width: 0px) and (max-width:1200px) {
.aboutlist { height:auto; overflow:hidden; padding:80px 0px 0px 0px;}
.aboutlist .txt{width:100%; height:auto; overflow:hidden; margin-top:15%; display:none;}
.aboutlist .txt .title{height:auto; overflow:hidden;}
.aboutlist .txt .sptxt{line-height:30px; font-size:16px; color:#fff;}
.aboutlist .txt a.more{line-height:30px; font-size:14px; color:#fff;}
.iabout { height:auto; overflow:hidden; width:100%; background:none; background-size:100%; padding:50px 15px; float:left; min-height:100px; margin-left:0px;}
.iabout .t1{line-height:2; text-align:center; font-size:20px; color:#fff;}
.iabout .t2{line-height:1.5; text-align:center; font-size:16px; color:#fff; font-weight:bold; text-transform:uppercase; font-family:Arial, Gadget, sans-serif;}
.iabout p { line-height:30px; text-align:center; font-size:14px; color:#fff; padding:20px 0px; }
.iabout a.more{width:145px; height:40px; line-height:38px; text-align:center; font-size:12px; color:#fff; display:block; border:#fff 1px solid; margin:0px auto 0px auto;}

.product { height:auto; overflow:hidden;}
.proBox{width:100%; height:auto;}
.proBox .hd{ width:100%; height:auto; float:left; padding:60px 15px 20px 50px;}
.proBox .hd ul{ float:left; width:100%;}
.proBox .hd ul li{float:left; cursor:pointer; width:100%; height:auto; float:left; margin-bottom:10px;}
.proBox .hd ul li .tt{line-height:30px; font-size:18px; color:#fff;}
.proBox .hd ul li .ttx{height:25px; width:100%; float:left; line-height:25px; font-size:14px; color:#a0a0a0; position:relative;}
.proBox .hd ul li .ttx .line{width:140px; height:25px; background:url(llline.png) no-repeat right center; position:absolute; left:-260px; top:0px; z-index:10; transition: all 400ms ease 0s; filter:alpha(opacity=0); opacity:0;} 
.proBox .hd ul li.on{color:#870f12;}
.proBox .hd ul li.on .tt{color:#870f12;}
.proBox .hd ul li.on .ttx{color:#870f12;}
.proBox .hd ul li.on .ttx .line{filter:alpha(opacity=100); opacity:1; left:60px;}
.proBox .bd ul{ zoom:1; width:100%; height:auto; overflow:hidden; float:right;}

.newsxlist{height:auto; overflow:hidden; padding:80px 0px 0px 0px;}
.newsxlist .homeleft{width:100%; height:auto; overflow:hidden; float:left; margin-bottom:20px;}
.newsxlist .homeleft .title{line-height:1; font-size:30px; color:#fff; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.newsxlist .homeleft .titlex{line-height:1.5; font-size:18px; color:#fff; margin-bottom:20px;}
.newsxlist .homeleft ul li{width:100%; height:auto; overflow:hidden; float:left;}
.newsxlist .homeleft ul li a .tt{line-height:40px; font-size:16px; color:#fff;}
.newsxlist .homeleft ul li a .sptxt{line-height:30px; font-size:14px; color:#a0a0a0;}
.newsxlist .homeleft ul li a .more{width:145px; height:40px; line-height:38px; text-align:center; font-size:12px; color:#fff; display:block; border:#fff 1px solid; float:left; margin-top:20px;}
.newsxlist .homeright{width:100%; height:auto; overflow:hidden; float:right;}
.newsxlist .homeright ul li{width:33.33333%; height:auto; overflow:hidden; float:left; padding-left:0px; padding-right:5px;}
.newsxlist .homeright ul li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.newsxlist .homeright ul li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.newsxlist .homeright ul li a:hover .pic .img { transform: scale(1.1); }
.newsxlist .homeright ul li a .bg { background:#450b0c; height:100%; left:0; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 0; transition: all 400ms ease 0s; width:100%; z-index:11; }
.newsxlist .homeright ul li a:hover .bg { filter:alpha(opacity=80); opacity: 0.8; }
.newsxlist .homeright ul li a .info{width:100%; height:auto; overflow:hidden; padding:0px 20px; position:absolute; left:0px; bottom:10px; z-index:12; filter:alpha(opacity=0); opacity: 0; transition: all 400ms ease 0s;}
.newsxlist .homeright ul li a .info .tt{line-height:30px; font-size:16px; color:#fff;}
.newsxlist .homeright ul li a .info .ttx{line-height:24px; font-size:14px; color:#fff;}
.newsxlist .homeright ul li a:hover .info{filter:alpha(opacity=100); opacity:1;}


.homecontant{height:auto; overflow:hidden; padding:120px 0px 0px 0px;}
.homecontant .lxf{height:auto; overflow:hidden; padding-left:45px; width:100%; margin-bottom:30px;}
.homecontant .lxf.i1{background:url(homeicon_01.png) no-repeat left center; margin-right:0px;  float:left;}
.homecontant .lxf.i2{background:url(homeicon_02.png) no-repeat left center; margin-right:0px;  float:left;}
.homecontant .lxf.i3{background:url(homeicon_03.png) no-repeat left center;  float:left;}
.homecontant .lxf .tt{height:auto; overflow:hidden;}
.homecontant .lxf .ttx{line-height:25px; font-size:14px; color:#fff;}


.ctitle { height:40px; line-height:40px; text-align:center; font-size:24px; color:#7a7a7a; font-weight:bold; text-transform:uppercase; font-family:"Bodoni Bd BT","Times New Roman",Gadget, sans-serif; margin-top:40px; }
.ctitlex { height:30px; line-height:30px; text-align:center; font-size:18px; color:#222222; font-weight:bold; margin-bottom:20px; }

.conlist { height:auto; overflow:hidden; background:#222222; padding:15px;}
.cithumb { width:100%; height:auto; overflow:hidden; float:right; }
.ciabout { height:auto; overflow:hidden; width:100%; float:left; padding-left:0%; padding-top:20px;}
.ciabout .tt{line-height:80px; font-size:24px; color:#7a7a7a; font-weight:bold; background:url(cline.jpg) no-repeat left bottom;}
.ciabout p { line-height:40px; font-size:16px; color:#7a7a7a; padding-bottom:20px; padding-top:15px;}


.cplist { height:auto; overflow:hidden; padding:40px 0px; background:#f2f2f2; }
.cplist .title { height:40px; line-height:40px; text-align:center; font-size:24px; color:#7a7a7a; font-weight:bold; text-transform:uppercase; font-family:"Bodoni Bd BT","Times New Roman",Gadget, sans-serif; }
.cplist .titlex { height:30px; line-height:30px; text-align:center; font-size:18px; color:#222222; font-weight:bold; margin-bottom:30px; }


}


.indexne { height:auto; padding:0px 0px 50px 0px; overflow:hidden; }
.indexne .t1 { height:80px; line-height:80px; text-align:center; font-size:45px; color:#323232; font-weight:bold; border-bottom:#f0f2ef 1px solid; }
.indexne .t2 { height:50px; line-height:50px; text-align:center; font-size:14px; color:#898989; text-transform:uppercase; margin-bottom:30px; }
.indexne .txt { height:auto; overflow:hidden; padding:20px 0px; float:left; }
.indexne .txt a .tit { color:#323232; height:40px; line-height:40px; display:block; overflow:hidden; font-size:18px; }
.indexne .txt a:hover .tit { color:#0058ab; }
.indexne .txt a .time { height:30px; line-height:30px; font-size:14px; color:#8f8f8f; background:url(time.png) no-repeat left center; padding-left:30px; }
.indexne .txt a .stxt { color:#8f8f8f; line-height:24px; font-size:14px; }
.indexne .txt a .more { width:154px; height:36px; line-height:36px; text-align:center; font-size:14px; color:#8f8f8f; border:#b7b6b6 1px solid; float:left; margin-top:20px; }
@media (min-width: 0px) and (max-width:1200px) {
.indexne {
height:auto;
padding:0px 0px 20px 0px;
overflow:hidden;
}
.indexne .t1 {
height:50px;
line-height:50px;
text-align:center;
font-size:24px;
color:#323232;
font-weight:bold;
border-bottom:#f0f2ef 1px solid;
}
.indexne .t2 {
height:30px;
line-height:30px;
text-align:center;
font-size:14px;
color:#898989;
text-transform:uppercase;
margin-bottom:20px;
}
}
.indexnewslist { height:auto; overflow:hidden; padding:50px 0px; background:#fff; }
.indexnewslist .t1 { height:70px; line-height:70px; text-align:center; font-size:36px; color:#323232; font-weight:bold; text-transform:uppercase; background:url(l_1x.jpg) no-repeat center bottom; }
.indexnewslist .t1 span { color:#004714; }




.concalist { height:auto; overflow:hidden; background:#454443 url(cfbg.jpg) no-repeat center top; }
.contant { height:auto; overflow:hidden; padding:30px; background:url(sub.png) repeat; }
.contant .title { height:55px; line-height:55px; font-size:24px; color:#fff; font-weight:bold; background:url(tel.jpg) no-repeat right center; }
.contant p { line-height:40px; font-size:16px; color:#757575; }
.inews { height:auto; overflow:hidden; padding:30px; background:url(sub.png) repeat; margin-top:235px; }
.inews .title { height:55px; line-height:55px; font-size:24px; color:#fff; font-weight:bold; }
.inewslist { height:auto; overflow:hidden; width:100%; display:block; float:left; }
.inewslist a { display:block; height:auto; overflow:hidden; }
.inewslist a .txt { }
.inewslist a .txt .tt { font-size:16px; margin-top:10px; margin-bottom:10px; color:#fff; }
.inewslist a .txt .tt span { float:right; }
.inewslist a .txt .sptxt { line-height:30px; font-size:16px; color:#757575; }
a.newsmore { width:196px; height:38px; line-height:38px; text-align:center; font-size:16px; color:#fff; display:block; background:#b60005; float:left; margin-top:10px; margin-bottom:10px; }
.sblist { height:auto; overflow:hidden; padding:50px 0px; }
.sblist .t1 { height:30px; line-height:30px; text-align:center; font-size:24px; color:#505050; font-weight:bold; text-transform:uppercase; }
.sblist .t2 { line-height:20px; text-align:center; font-size:14px; color:#757575; margin-bottom:30px; }
.sblist { color:#181815; text-align:center; }
.sblist .tt { font-size:16px; text-align:center; height:58px; line-height:58px; border-bottom:#505050 3px solid; }

.wrap { width:100%; height:auto; overflow:hidden; margin:0 auto; max-width:1200px;}
#footop { height:auto; overflow:hidden; background:url(footbg.jpg) no-repeat center top; padding:50px 0px 20px 0px;  background-size:cover; }
.ficon{width:50%; height:auto; overflow:hidden; float:left;}
.ficon .title{height:36px; line-height:36px; font-size:14px; color:#363636; text-transform:uppercase; margin-bottom:10px;}
.ficon img{float:left; margin-right:10px;}
.fsearch{width:24%; height:auto; overflow:hidden; float:right;}
.fsearch .title{height:36px; line-height:36px; font-size:14px; color:#363636; text-transform:uppercase; margin-bottom:10px;}
.fsearchbox{ width:100%; height:37px; float:left;}
.fsearchbox .text {height:37px; line-height:35px; width:87%; float:left; color:#363636; background:none; border:#d5d5d5 1px solid; outline:medium; padding-left:10px;}
.fsearchbox .submit{ border:none; width:13%; height:37px; float:right; outline:medium;background:#8d8d8d url(searchbtn.jpg) no-repeat center center; cursor:pointer; }

.copyRight { width:100%; height:auto; overflow:hidden; padding:15px; line-height:24px; text-align:center; color:#fff; font-size:12px; background:#002109;}
.copyRight a { color:#fff; }

.copyRightx { width:100%; height:auto; overflow:hidden; padding:15px 0px; line-height:24px; text-align:center; color:#fff; font-size:12px; background:#002109; position:absolute; left:0px; bottom:0px; z-index:100;}
.copyRightx a { color:#fff; }
/*about*/
.ab-title { background-color: #424242; width: 100%; height:55px; position: relative; box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1); }
.ab-title .swiper-containerx { width:1200px; height:55px; color: #fff; text-align: center; margin:0px auto; }
.ab-title .swiper-slidex { height:100%; }
.ab-title .swiper-slidex .title { font-size:16px; line-height:55px; color: #9e9e9e; padding:0px 30px; display: block; cursor: pointer; float:left; }
.ab-title .swiper-slidex.focus .title, .ab-title .swiper-slidex:hover .title { color:#fff; background:url(l_1.jpg) no-repeat center 45px; }
.ab1 { width: 100%; height: auto; overflow:hidden; padding:20px 0px; }
.naboutlist { width:1200px; height:auto; overflow:hidden; margin:0px auto 0px auto; padding:30px 0px; }
.naboutlist .cont { height:auto; overflow:hidden; line-height:32px; font-size:16px; color:#fff; }
.naboutlist .cont .t1 { height:40px; line-height:40px; font-size:20px; color:#004714; font-weight:bold; }
.naboutlist .cont .t2 { line-height:30px; font-size:16px; color:#5f5f5f; }
.ab2 { width: 100%; height: auto; overflow:hidden; }
.ab2 .conbg { width:100%; height:auto; overflow:hidden; background:url(ab2bg.jpg) no-repeat center top; padding:10px 0px; }
.ab2 .conbg .f1 { line-height:24px; font-size:14px; color:#fff; margin-top:10px; }
.ab2 .conbg .f2 { line-height:24px; font-size:14px; color:#000; margin-top:10px; }
.ab3 { width: 100%; height: auto; padding:20px 0px; }
.products { position:relative; z-index:99; padding:0px 0px; overflow:hidden; }
.products .product .navigation { width:100%; margin: 0px auto; padding:20px 0; }
.products .product .carousel { overflow: hidden; }
.products .product .carousel ul { width: 20000em; list-style: none; margin: 0; padding: 0; }
.products .product .carousel li { float: left; width:276px; margin-right:45px; }
.products .product .carousel li img { width:100%; }
.products .product .carousel li a { display:block; }
.products .product .carousel li a>div { padding:10px; color:#000; line-height:20px; height:60px; font-size:16px; text-align:center; width:100%; }
.products .product .carousel li a:hover div {
transition:.3s; color:#000; }
.products .product .prev-navigation, .next-navigation { display:block; cursor:pointer; height:34px; width:20px; position:absolute; z-index:1000; }
.products .product .prev-navigation { background:url(s_3.png) left 0px no-repeat; left:12%; top:40%; }
.products .product .next-navigation { background:url(s_4.png) right 0px no-repeat; right:12%; top:40%; }
.products .product .prev-navigationx, .next-navigationx { display:block; cursor:pointer; height:34px; width:20px; position:absolute; z-index:1000; }
.products .product .prev-navigationx { background:url(s_1.png) left 0px no-repeat; left:12%; top:40%; }
.products .product .next-navigationx { background:url(s_2.png) right 0px no-repeat; right:12%; top:40%; }
 @media (max-width:992px) {
 .products .product .navigation {
 padding:20px 0 0px;
 width:324px;
}
 .products .product .carousel li {
 width:324px;
}
 .products .product .prev-navigation {
 left:10px;
 top:40%;
}
 .products .product .next-navigation {
 right:10px;
 top:40%;
}
}
.ab4 { width: 100%; height: auto; padding:20px 0px; }
.cfsblist { position:relative; z-index:99; padding:0px 0px; overflow:hidden; }
.cfsblist .product .navigation { width:100%; margin: 0px auto; padding:20px 0; }
.cfsblist .product .carousel { overflow: hidden; }
.cfsblist .product .carousel ul { width: 20000em; list-style: none; margin: 0; padding: 0; }
.cfsblist .product .carousel li { float: left; width:276px; margin-right:45px; }
.cfsblist .product .carousel li img { width:100%; }
.cfsblist .product .carousel li a { display:block; }
.cfsblist .product .carousel li a>div { padding:10px; color:#000; line-height:20px; height:60px; font-size:16px; text-align:center; width:100%; }
.cfsblist .product .carousel li a:hover div {
transition:.3s; color:#000; }
.cfsblist .product .prev-navigation, .next-navigation { display:block; cursor:pointer; height:34px; width:20px; position:absolute; z-index:1000; }
.cfsblist .product .prev-navigation { background:url(s_3.png) left 0px no-repeat; left:12%; top:40%; }
.cfsblist .product .next-navigation { background:url(s_4.png) right 0px no-repeat; right:12%; top:40%; }
 @media (max-width:992px) {
 .cfsblist .product .navigation {
 padding:20px 0 0px;
 width:324px;
}
 .cfsblist .product .carousel li {
 width:324px;
}
 .cfsblist .product .prev-navigation {
 left:10px;
 top:40%;
}
 .cfsblist .product .next-navigation {
 right:10px;
 top:40%;
}
}
.ab5 { width: 100%; height: auto; background:url(abbg.jpg) no-repeat center top; padding:20px 0px; }
.videocont { width:1100px; height:auto; overflow:hidden; margin:30px auto 0px auto; }
.videocont .p1 { line-height:24px; font-size:14px; color:#444; margin-bottom:10px; }
.nezxx { color:#939393; background:#f5f5f5; padding:15px; margin-bottom:15px; height:auto; overflow:hidden; }
.nezxx a .pic { height:auto; overflow:hidden; position:relative; }
.nezxx a .pic .img { transition: all 1s ease 0s; }
.nezxx a:hover .pic .img { transform: scale(1.1); }
.nezxx.t1 { height:40px; line-height:40px; display:block; font-size:16px; color:#000; font-family: Microsoft YaHei, Helvetica, Arial, sans-serif; }
.nezxx .time { height:35px; line-height:35px; width:102px; background:#fdab00; font-size:14px; color:#fff; text-align:center; position:absolute; left:0px; bottom:0px; z-index:15; }
.nezxx .t2 { line-height:24px; font-size:14px; color:#939393; }
.nezxx a .more { width:105px; height:30px; border:#dadada 1px solid; display:block; float:right; line-height:30px; font-size:14px; color:#000; text-align:center; }
.nezxx a:hover .more { color:#fff; border:#004714 1px solid; background:#004714; }
.fpt1 { height:70px; line-height:70px; font-size:36px; color:#000; font-weight:bold; }
.fpp { line-height:30px; font-size:16px; color:#000; margin-bottom:20px; }
.ppfllist { padding-bottom:20px; height:auto; overflow:hidden; border-bottom:#bebebe 1px solid; margin-bottom:20px; }
.ppfllist .txt { float:left; }
.ppfllist .txt .tt { font-size:36px; color:#000; margin-top:10px; margin-bottom:10px; }
.ppfllist .txt .sptxt { line-height:24px; font-size:14px; }
.ppfllist .txt a.more { width:110px; height:30px; line-height:30px; text-align:center; font-size:12px; color:#fff; background:#3f3f3f; display:block; float:left; margin-top:20px; text-transform:uppercase; }
.ppfllist .txt a:hover.more { background:#dd0011; }
/**************************/
 @media (min-width: 0px) and (max-width:860px) {
 .abnei {
padding:10px;
height:auto;
overflow:hidden;
}
.ab1 {
width:100%;
height: auto;
overflow:hidden;
padding:10px 0px;
}
.ab2 {
width:100%;
height: auto;
overflow:hidden;
padding:10px 0px;
}
.ab2 .conbg {
width:100%;
height:auto;
overflow:hidden;
background:#dfdfdf;
padding:10px 0px;
}
.ab2 .conbg .f1 {
line-height:24px;
font-size:14px;
color:#000;
margin-top:10px;
}
.ab2 .conbg .f2 {
line-height:24px;
font-size:14px;
color:#000;
margin-top:10px;
}
 .naboutlist {
width:100%;
padding:30px 15px 30px 15px;
}
.naboutlist .cont {
width:100%;
margin:10px auto 0px auto;
}
 .ab3 {
width: 100%;
height: auto;
padding:30px 0px;
}
 .ab4 {
width: 100%;
height: auto;
padding:30px 0px;
}
.ab5 {
width:100%;
height: auto;
background:url(abbg.jpg) no-repeat center top;
padding:30px 0px;
}
.videocont {
width:100%;
padding:0px 15px;
}
 .inews {
width:100%;
margin:0px auto 0px auto;
}
.inewslist {
width:100%;
}
.lycont {
width:100%;
}
.lydis {
display:none;
}
 .navbar-nav > li > a {
 padding: 10px 20px;
 line-height: 20px;
 color:#fff;
}
.navbar-inverse .navbar-nav > li > a {
color:#fff;
text-align:center;
border-right:none;
}
.navbar-inverse .navbar-nav > li > a:hover {
background:#b70005;
color:#fff;
}
.navbar-inverse .navbar-nav > li > a.focus {
background:#b70005;
color:#fff;
}
.nav {
padding-left: 0px;
background: url(sub_1.png) repeat;
margin-left:-15px;
}
 .lytab {
padding:30px 30px;
}
#footop { height:auto; overflow:hidden; background:url(footbg.jpg) no-repeat center top; padding:30px 0px 20px 0px;  background-size:cover; }
.ficon{width:100%; height:auto; overflow:hidden; float:left; margin-bottom:20px;}
.ficon .title{height:30px; line-height:30px; font-size:14px; color:#363636; text-transform:uppercase; margin-bottom:5px;}
.ficon img{float:left; margin-right:10px;}
.fsearch{width:100%; height:auto; overflow:hidden; float:right;}
.fsearch .title{height:30px; line-height:30px; font-size:14px; color:#363636; text-transform:uppercase; margin-bottom:5px;}
.fsearchbox{ width:100%; height:37px; float:left;}
.fsearchbox .text {height:37px; line-height:35px; width:87%; float:left; color:#363636; background:none; border:#d5d5d5 1px solid; outline:medium; padding-left:10px;}
.fsearchbox .submit{ border:none; width:13%; height:37px; float:right; outline:medium;background:#8d8d8d url(searchbtn.jpg) no-repeat center center; cursor:pointer; }
.copyRight { width:100%; height:auto; overflow:hidden; line-height:24px; color:#848484; font-size:14px; border-top:#d2d2d2 1px solid; margin-top:20px; padding-top:10px;}
.copyRight a { color:#848484; }

.copyRightx { width:100%; height:auto; overflow:hidden; padding:10px 0px; line-height:24px; text-align:center; color:#fff; font-size:14px; background:rgba(0, 0, 0, 0.5); position:absolute; left:0px; bottom:50px; z-index:100;}
.copyRightx a { color:#fff; }

.copyRight {
margin-bottom:50px;
}
 .tsearch {
width:62px;
height:62px;
position:absolute;
top:-32px;
right:50px;
z-index:100;
}
.ilang {
position:absolute;
top:-32px;
right:100px;
z-index:99;
}
 .srdz .t1 {
height:30px;
line-height:30px;
font-size:18px;
color:#004714;
font-weight:bold;
padding-left:28px;
}
.srdz .t2 {
height:30px;
line-height:30px;
font-size:14px;
color:#999999;
font-weight:bold;
text-transform:uppercase;
font-family:"Times New Roman";
background:url(l.jpg) no-repeat 28px bottom;
padding-left:28px;
margin-bottom:20px;
}
.srtxt li .ttx {
height:50px;
line-height:50px;
font-size:18px;
color:#fff;
font-weight:bold;
padding:0px 30px;
margin-top:50px;
}
.srtxt li .info {
line-height:24px;
font-size:14px;
color:#fff;
padding:0px 30px;
}
 .kuanping {
width:100%;
}
 .zixun {
display:none;
}
.abnei {
padding:20px;
height:auto;
overflow:hidden;
}

.cpkuanx {
width:100%;
padding:0px 15px;
}
.newkuan {
width:100%;
}
#elevator_item {
width:60px;
height:60px;
position: fixed;
right:0px;
bottom:55px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width:40px;
height:30px;
background: url(icon_top.png) center center no-repeat;
background-color: #444;
background-color: rgba(0, 0, 0, .6);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
cursor: pointer;
margin-bottom: 10px
}
}
@media (max-width: 768px) {
.navbar-brand img {
height:50px;
}
}
@media (max-width: 768px) {
.yuyan {
height:34px;
padding-top:0px;
}
}
#footer { display:none; }
@media (max-width: 768px) {
#footer {
width:100%;
position:fixed;
bottom:0px;
left:0px;
height:50px;
overflow:hidden;
z-index:9999;
text-align:center;
display:block;
background:#000;
}
#footer .footerbox {
max-width:640px;
width:100%;
height:50px;
margin:0px auto;
position:relative;
}
#footer .footerlist {
max-width:640px;
width:100%;
height:50px;
overflow:hidden;
position:absolute;
left:0px;
border-top:0px;
}
#footer ul {
display:block;
float:left;
width:100%;
}
#footer ul li {
display:block;
text-align:center;
border-right:1px solid rgba(255, 255, 255, 0.2);
border-left:0px;
position:relative;
width:25%;
height:50px;
float:left;
}
#footer ul li i.iconfont {
padding:0px;
}
#footer ul li a {
display:block;
width:100%;
text-align:center;
color:#fff;
height:50px;
}
#footer .icon {
display:block;
margin:0px auto 0px;
position:relative;
top:3px;
width:35px;
height:25px;
line-height:25px;
overflow:hidden;
background:url(../footer.png) no-repeat;
background-size:150px;
background-position:-3px 0px;
font-size:20px;
padding:0px;
}
#footer .map {
background-position:-83px 0px;
}
#footer .message {
background-position:-45px 0px;
}
#footer .home {
background-position:-118px 0px;
}
#footer .txt {
height:24px;
line-height:24px;
font-size:12px;
display:block;
}
}
/********************/
#mbOverlay { position:fixed; z-index:9998; top:0; left:0; width:100%; height:100%; background-color:#000; cursor:pointer; }
#mbOverlay.mbOverlayFF { background:transparent url(80.png) repeat; }
#mbOverlay.mbOverlayIE { position:absolute; }
#mbCenter { height:557px; position:absolute; z-index:9999; left:50%; background-color:#fff; -moz-border-radius:10px; -webkit-border-radius:10px; -moz-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); -webkit-box-shadow:0 10px 40px rgba(0, 0, 0, 0.70); }
#mbCenter.mbLoading { background:#fff url(WhiteLoading.gif) no-repeat center; -moz-box-shadow:none; -webkit-box-shadow:none; }
#mbImage { left:0; top:0; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:left; background-position:center center; background-repeat:no-repeat; padding:10px; }
#mbImage, #mbImage:before, #mbImage:after { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
#mbImage a, #mbImage a:link, #mbImage a:visited { color:#ddd; }
#mbImage a:hover, #mbImage a:active { color:#fff; }
#mbBottom { min-height:20px; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#999; text-align:left; padding:0 10px 10px; }
#mbTitle { display:inline; color:#999; font-weight:bold; line-height:20px; font-size:12px; }
#mbNumber { background:url(mbNumber_bg.gif) no-repeat center; display:inline; color:#C00; line-height:26px; font-size:12px; position: absolute; bottom: 10px; right: 10px; text-align: center; width:65px; height:26px; }
#mbCaption { display:block; color:#999; line-height:14px; font-size:10px; }
#mbPrevLink, #mbNextLink, #mbCloseLink { display:block; float:right; height:20px; margin:0; outline:none; }
#mbPrevLink { width:32px; height:100px; background:transparent url(CustomBlackPrevious.gif) no-repeat center; position: absolute; top:38%; left:-32px; }
#mbNextLink { width:32px; height:100px; background:transparent url(CustomBlackNext.gif) no-repeat center; position: absolute; top:38%; right:-32px; }
#mbCloseLink { width:24px; background:transparent url(CustomBlackClose.gif) no-repeat center; position:absolute; top:10px; right:10px; }
#mbError { position:relative; font-family:Myriad, Verdana, Arial, Helvetica, sans-serif; line-height:20px; font-size:12px; color:#fff; text-align:center; border:10px solid #700; padding:10px 10px 10px; margin:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active { color:#d00; font-weight:bold; text-decoration:underline; }
.layout_default { float:left; margin:5px }
.mod_gallerylist { width:665px; margin:0 auto }
.meta { font-size:12px; text-align:center; }
.image_container img { border:1px solid #CCC; padding:2px }
.meta a { color:#333; text-decoration:none }


.ab-titlex { background-color: #424242; width: 100%; height:55px; position: relative; box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1); }
.ab-titlex .tcont { width:1200px; height:55px; margin:0px auto; color:#9e9e9e; }
.ab-titlex .tcont a { line-height:55px; font-size:14px; color:#9e9e9e; }
.ab-titlex .tcont a:hover { color:#fff; }
.m98 { margin-top:0px; }
/*---------------------------------------------------------*/
@media screen and (max-width: 1200px) {
.ab-title {
background-color: #424242;
width:100%;
height:auto;
overflow:hidden;
position: relative;
box-shadow: 0 1px 0.15rem 0 rgba(0, 0, 0, 0.1);
margin-top:98px;
}
.ab-title .swiper-containerx {
width:100%;
height:auto;
color: #9e9e9e;
}
.ab-title .swiper-slidex {
float:left;
}
.ab-title .swiper-slidex .title {
font-size:14px;
line-height:30px;
width:100%;
padding: 0px 10px;
}
.ab-titlex .tcont {
width:100%;
height:auto;
margin:0px auto;
padding:0px 15px;
}
 .m98 {
margin-top:97px;
}
}
 @-ms-viewport {
width:device-width
}
 @media (min-width:1070px) {
#trigger {
display:none
}
}
#content>div, #main.aside>div.content, .bc nav, .nav nav, .wrapper, footer>div { max-width:1400px; width:100%; margin:0 auto; padding:0 2em }
#content>div.full>div { max-width:inherit }
@media (min-width:1070px) {
#main.aside div.content {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
padding:0
}
#main.aside div.content main {
-webkit-box-flex:50%;
-ms-flex:50%;
flex:50%;
margin-right:13%
}
#main.aside div.content aside {
-webkit-box-flex:33%;
-ms-flex:33%;
flex:33%
}
}
nav ul { margin:0; padding:0; list-style:none }
main, nav ul ul { opacity:0 }
footer { background-color:#374147; color:#fff; padding:3em }
footer a { color:#fff; display:block; padding:0 2em 0 0 }
footer nav li { display:inline-block }
.cplinklist { height:262px; width:100%; background:#000; padding-top:97px; }
.nflist { width:1200px; height:auto; overflow:hidden; margin:0px auto 0px auto; }
.nflist li { width:200px; height:auto; float:left; }
.nflist li a { width:200px; height:165px; display:block; position:relative; }
.nflist li a .img { width:200px; height:80px; margin-top:30px; }
.nflist li a .info { width:200px; height:30px; line-height:30px; text-align:center; font-size:16px; color:#fff; }
.nflist li a .bg { filter:alpha(opacity=0); opacity:0; position: absolute; top: 0; left:0; transition: all 400ms ease 0s; width:100%; height:100%; z-index:11; }
.nflist li a:hover .bg { filter:alpha(opacity=100); opacity:1; }
.pntitle { height:70px; line-height:70px; text-align:center; font-size:35px; color:#000; font-weight:bold; border-bottom:#f0f2ef 1px solid; }
.pntitlet { height:40px; line-height:40px; text-align:center; font-size:14px; color:#b7b7b7; text-transform:uppercase; }
.flcal { width:100%; height:auto; overflow:hidden; text-align:center; }
.flcal .catitle { height:160px; line-height:160px; width:100%; text-align:center; font-size:56px; color:#000; font-weight:bold; }
.nprolist { width:100%; height:auto; overflow:hidden; text-align:center; }
.nprolist ul li { width:100%; height:auto; overflow:hidden; text-align:center; float:left; background:url(probg.jpg) no-repeat center top; margin-bottom:2px; }
.nprolist ul li a .info { width:100%; height:180px; line-height:180px; text-align:center; font-size:56px; color:#000; font-weight:bold; }
.nprolist ul li a .proimg { width:1200px; height:auto; overflow:hidden; margin:0px auto 0px auto; }
.pgback { width:100%; height:60px; line-height:60px; text-align:center; background:#f1f1f1; font-size:16px; color:#000; margin:20px 0px; }
.pgback a { color:#000; text-transform:uppercase; }
@media (min-width: 0px) and (max-width:1200px) {
.pntitle {
height:50px;
line-height:50px;
text-align:center;
font-size:24px;
color:#000;
font-weight:bold;
border-bottom:#f0f2ef 1px solid;
}
.pntitlet {
height:40px;
line-height:40px;
text-align:center;
font-size:14px;
color:#b7b7b7;
text-transform:uppercase;
}
 .cplinklist {
display:none;
}
.flcal .catitle {
height:60px;
line-height:60px;
width:100%;
text-align:center;
font-size:24px;
color:#000;
font-weight:bold;
}
 .nprolist ul li a .info {
width:100%;
height:80px;
line-height:80px;
text-align:center;
font-size:24px;
color:#000;
font-weight:bold;
}
.nprolist ul li a .proimg {
width:100%;
height:auto;
overflow:hidden;
padding:0px 15px;
}
 .pgback {
width:100%;
height:60px;
line-height:60px;
text-align:center;
background:#f1f1f1;
font-size:14px;
color:#000;
margin:20px 0px;
}
.pgback a {
color:#000;
text-transform:uppercase;
}
}
/**/

.inner { width:100%; margin-right: auto; margin-left: auto; max-width:1200px;}
.innerx { width:83.333333%; margin-right: auto; margin-left: auto; }

.pinner { width:100%; height:auto; overflow:hidden; margin-right: auto; margin-left: auto; max-width:1620px; background:#fff; padding:5%;}

#innerbody { height:auto; overflow:hidden; padding:0px 0px 50px 0px; }
.zzjg { width:100%; height:auto; overflow:hidden; padding:60px 0px; background:#eaeaea; text-align:center; }
.zzjg .title { height:40px; line-height:40px; font-size:24px; color:#1d1d1d; font-weight:bold; text-align:center; margin-bottom:30px; }

.innermain { line-height:36px; height:auto; overflow:hidden; min-height:300px; font-size:16px; color:#7d7d7d; width:100%;}
.innermain .tt { line-height:36px; height:auto; overflow:hidden; color:#79573c; font-size:18px; font-weight:bold; }
.innermain img { height: auto; max-width: 100%; }
.pinnermain { line-height:30px; height:auto; overflow:hidden; }
.pinnermain img { height: auto; max-width:100%; }

.nt3 { line-height:30px; font-size:18px; color:#474747; font-weight:bold; margin-bottom:20px; margin-top:20px; }
.mb40 { margin-bottom:70px; }


.ntttx{height:auto; overflow:hidden; padding:340px 0px;}
.pntttx{height:auto; overflow:hidden; padding:340px 0px 200px 0px;}
.ntitle { height:70px; line-height:70px; text-align:center; font-size:60px; color:#fff; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.ntitlex { height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff; letter-spacing: 4px;}

.npntitle {line-height:40px; text-align:center; font-size:24px; color:#000; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.npntitlex {line-height:30px; text-align:center; font-size:16px; color:#6f6f6f; margin-bottom:30px;}

.tnpntitle {line-height:40px; text-align:center; font-size:24px; color:#000; font-weight:bold; text-transform:uppercase; margin-bottom:30px;}


.submenu { text-align:center; height:auto; overflow:hidden; padding-bottom:30px; }
.submenu a { height:42px; line-height:42px; color:#004714; transition:color 0.3s ease 0s; font-size:14px; display:inline-block; padding:0 20px; margin:0 5px 5px 5px; background:url(nnnsub.png) repeat; }
.submenu a:hover { color:#004714; background:#fff; }
.submenu a.focus { color:#004714; background:#fff; }


.submenux{width:690px; margin:0 auto 30px auto; height:40px; }
.submenux ul{}
.submenux li{float:left; position:relative; margin-right:10px;}
.submenux li a{color:#282828; line-height:40px; height:40px; width:220px; display:inline-block;  font-size:16px;  text-align:center; background:#e8e8e8; }
.submenux li a:hover{color:#fff;  background:#004714;}
.submenux li.on a{color:#fff; background:url(ssub.png) repeat;}

.sub-div1{ display:none;  position:absolute; left:0px; top:40px; z-index:9999;}
.sub-div1 li{ position:relative;height:auto; }
.sub-div1 li a{ color:#fff; font-size:16px; display:block; height:40px; line-height:40px; text-align:center; }
.sub-div1 li a:hover{}
.sub-div2{ display:none; position:absolute; left:220px; top:0px; text-align:center;z-index:9999;}
.sub-div2 li a{border-left:#fff 1px solid;}


.procat { width:100%; height:49px; line-height:49px; font-size:14px; color:#383838; padding-left:20px; background:#fff url(arr.png) no-repeat 95% center; position:relative; cursor: pointer; border:#ddd 1px solid; margin:0px auto 20px auto; }
.procat a { color:#383838; font-family:Arial, Tahoma, sans-serif; }
.optionx { display:none; left:0px; position:absolute; top:49px; z-index:900; background:#fff; width:100%; height:auto; line-height:40px; border:#ddd 1px solid; border-top:none; }
.optionx a { font-size:14px; color:#383838; font-family:Arial, Tahoma, sans-serif; padding-left:20px; float:left; width:98%; }
.optionx a:hover { color:#004714; }
/**/

.newslist { padding-bottom:20px; height:auto; overflow:hidden; }
.newslist a { display:block; height:auto; overflow:hidden; background:#f1f1f1; padding:5%;}
.newslist a .txt { padding:0px 20px; color:#484848; }
.newslist a .txt .tt { font-size:24px; margin-top:10px; margin-bottom:10px; color:#323232; font-weight:bold;}
.newslist a .txt .line{width:64px; height:2px; background:#6a6a6a;}
.newslist a .txt .tt span { float:right; }
.newslist a .txt .sptxt { line-height:30px; font-size:16px; color:#6f6f6f;}

.nezx { color:#939393; margin-bottom:15px; height:auto; overflow:hidden; }
.nezx a .pic { height:auto; overflow:hidden; position:relative; }
.nezx a .pic .img { transition: all 1s ease 0s; }
.nezx a:hover .pic .img { transform: scale(1.1); }
.nezx .txt { height:auto; overflow:hidden; background:#ededed; padding:10px 20px 20px 20px; }
.nezx .t1 { height:40px; line-height:40px; display:block; font-size:16px; color:#000; }
.nezx .time { height:24px; line-height:24px; font-size:14px; color:#939393; }
.nezx .t2 { line-height:24px; font-size:14px; color:#939393; }
.nezx a .more { width:105px; height:30px; border:#dadada 1px solid; display:block; float:right; line-height:30px; font-size:14px; color:#0cacff; text-align:center; }
.nezx a:hover .more { color:#fff; border:#0cacff 1px solid; background:#0cacff; }
.psmeun { width:1200px; height:192px; overflow:hidden; background:url(promenubg.jpg) no-repeat center top; margin:0px auto 0px auto; position:relative; margin-top:-140px; z-index:1000; text-align:center; padding-top:115px; }
.psmeun a { height:40px; line-height:40px; color:#0d0d0d; transition:color 0.3s ease 0s; font-size:16px; display:inline-block; padding:0px 30px; margin:0px 5px; background:#fff; }
.psmeun a:hover { color:#004714; background:#ebebeb; }
.psmeun a.focus { color:#004714; background:#ebebeb; }
.nproshow { position:relative; width:100%; height:auto; overflow:hidden; margin:0px auto 0px auto; padding-bottom:30px; }
.nproshow .bd { width:100%; }
.nproshow ul li { width:100%; float:left; }
.nproshow ul li .se_img { width:100%; height:100%; overflow:hidden; }
.nproshow ul li .se_img img { transition-duration: 500ms; width:100%; height:100%; }
.nproshow .hd ul { overflow:hidden; height:auto; width:150px; margin:10px auto 0px auto; }
.nproshow .hd ul li { float:left; WIDTH:14px; CURSOR: pointer; HEIGHT:14px; border:#afafaf 2px solid; margin-left:8px; text-indent:-9999px; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; }
.nproshow .hd ul li.on { background:#afafaf; }


.naboutone{height:auto; overflow:hidden; padding:290px 0px 220px 0px;}
.naboutone .txt{ width:100%; height:auto; overflow:hidden; float:left; line-height:36px; font-size:14px; color:#999;}
.naboutone .txt .title{line-height:1.2; font-size:80px; color:#fff; font-weight:bold; font-family:"Arial Black", Gadget, sans-serif;}
.naboutone .txt .title span{font-size:60px; color:#fff; font-family:Arial, Helvetica, sans-serif;}

.nabouttwo{width:100%; height:auto; overflow:hidden; margin:0px auto 0px auto; max-width:1620px; background:#f3f3f3; padding:5% 5%;}
.nabouttwo .txt{width:34%; height:auto; overflow:hidden; float:left;}
.nabouttwo .txt .title{line-height:1; font-size:24px; color:#484848; font-weight:bold; margin-bottom:20px;}
.nabouttwo .txt .sptxt{line-height:30px; font-size:16px; color:#737373;}
.nabouttwo .thumb{width:59%; height:auto; overflow:hidden; float:right;}

.naboutthree{width:100%; height:auto; overflow:hidden; margin:139px 0px 0px 0px;}
.naboutthree .thumb{width:45.8%; height:auto; overflow:hidden;}
.naboutthree .txt{ width:54.1666666%; height:auto; overflow:hidden; padding:5% 10%;}
.naboutthree .txt .tt{line-height:1.5; font-size:48px; color:#484848; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.naboutthree .txt .ttx{line-height:1.5; font-size:24px; color:#484848; font-weight:bold;}
.naboutthree .txt .ttxx{line-height:30px; font-size:16px; color:#737373;}

.naboutfour{width:100%; height:auto; overflow:hidden; margin:80px auto 0px auto; max-width:1620px;}
.naboutfour .thumb{width:100%; height:auto; overflow:hidden; margin:0px auto 0px auto;}
.naboutfour .txt{width:100%; height:auto; overflow:hidden; margin:30px auto 30px auto; max-width:1200px;}
.naboutfour .txt .tleft{width:26.666666%; height:auto; overflow:hidden; float:left; margin-top:40px;}
.naboutfour .txt .tleft .tt{line-height:1; font-size:48px; color:#484848; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.naboutfour .txt .tleft .ttx{line-height:1; font-size:24px; color:#484848; font-weight:bold;}
.naboutfour .txt .sptxt{width:72.5%; height:auto; overflow:hidden; float:right; line-height:36px; font-size:16px; color:#737373;}

.nzzrylist { height:auto; overflow:hidden; padding:0px 0px 70px 0px;}
.nzzrylist .thumb{width:50%; height:auto; overflow:hidden; float:left;}
.nzzrylist .txt{width:43%; height:auto; overflow:hidden; float:right;}
.nzzrylist .txt .title{ line-height:1; font-size:24px; color:#484848; font-weight:bold; margin-bottom:20px;}
.nzzrylist .txt .sptxt{line-height:30px; font-size:16px; color:#737373;}

.nzdzslist{height:auto; overflow:hidden; padding:0px 15px;}
.nzdzslist ul li{width:50%; height:auto; overflow:hidden; float:left; padding:0px 15px;}
.nzdzslist ul li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s; }
.nzdzslist ul li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.nzdzslist ul li a:hover .pic .img { transform: scale(1.1); }
.nzdzslist ul li a .bg { background:#fff; height:100%; left:0; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 0; transition: all 400ms ease 0s; width:100%; z-index:11; }
.nzdzslist ul li a .i1 { left: 10%; margin:-36px 0 0 -36px; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 50%; transition: all 400ms ease 0s; z-index:12; }
.nzdzslist ul li a:hover .bg { filter:alpha(opacity=20); opacity: 0.2; }
.nzdzslist ul li a:hover .i1 { left:50%; filter:alpha(opacity=100); opacity: 1; }

.nctantlist{height:auto; overflow:hidden;}
.nctantlist ul li{width:50%; height:auto; overflow:hidden; float:left; padding:0px 15px; margin-bottom:30px;}
.nctantlist ul li .txt{width:100%; height:auto; overflow:hidden; background:#f0f0f0; border:#dbdbdb 1px solid; padding:76px 90px; display:flex; align-items:center; font-size:16px; color:#999; font-weight:bold;}
.nctantlist ul li .txt .thumb{width:56px; height:48px; float:left; margin-right:10px;}


.p_menu{width:100%;height: 100px; position: relative; background: #fff;}
.p_menu ul li{width:25%;height: 100px;float: left;text-align: center;position: relative;line-height: 100px; transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out; border-right:#e7e7e7 1px solid; border-bottom:#e7e7e7 1px solid; }
.p_menu ul li a{display: block;font-size:20px;font-weight: bold;color:#333; text-transform: capitalize;}
.p_menu ul li span{ width:50px; height:50px; margin-right:5px;vertical-align:middle; display:inline-block;}
.p_menu ul li span.s1{background:url(picon_01.png) no-repeat center center;}
.p_menu ul li span.s2{background:url(picon_02.png) no-repeat center center;}
.p_menu ul li span.s3{background:url(picon_03.png) no-repeat center center;}
.p_menu ul li span.s4{background:url(picon_04.png) no-repeat center center;}
.p_menu ul li i{margin-left: 8px; width:12px; height:12px; background:url(proarr_1.png) no-repeat; display:inline-block;}
.p_menu ul li.focus span.s1{background:url(piconx_01.png) no-repeat center center;}
.p_menu ul li.focus span.s2{background:url(piconx_02.png) no-repeat center center;}
.p_menu ul li.focus span.s3{background:url(piconx_03.png) no-repeat center center;}
.p_menu ul li.focus span.s4{background:url(piconx_04.png) no-repeat center center;}
.p_menu ul li.focus i{margin-left: 8px; width:12px; height:12px; background:url(proarr_2.png) no-repeat;}
.p_menu ul li.focus span,.p_menu ul li.focus i,.p_menu ul li.focus a{color:#cda050;}


.xgrow{margin-left:-15px; margin-right:-15px;}
.xgproduct { height:auto; overflow:hidden; padding:20px 0px 0px 0px;}
.xgproduct li { width:25%; height:auto; padding:0px 15px; float:left; margin-bottom:20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.xgproduct li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.xgproduct li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.xgproduct li a .info { width:100%; height:50px; line-height:50px; font-size:16px; text-align:center; color:#7f7f7f;}


.newsinner { width:100%; margin-right: auto; margin-left: auto; max-width:1620px;}

.hztitle{ height:45px; line-height:45px; padding-left:25px; font-size:18px; color:#fff; font-weight:bold; background:#004714;}
.hztitlex{line-height:36px; padding:10px 25px; font-size:16px; color:#7d7d7d;}


.ncotantco{height:auto; overflow:hidden; padding:0px 0px 0px 0px;}
.ncotantco .map{width:55.53%; height:auto; overflow:hidden; float:left;}
.ncotantco .txt{width:40%; height:auto; overflow:hidden; float:right; margin-top:50px;}
.ncotantco .txt .tt{line-height:40px; font-size:18px; color:#353535; font-weight:bold;}
.ncotantco .txt .sptxt{line-height:36px; font-size:16px; color:#888888;}

@media (max-width:1200px) {
.tnpntitle {line-height:30px; text-align:center; font-size:18px; color:#000; font-weight:bold; text-transform:uppercase; margin-bottom:20px;}


.ncotantco{height:auto; overflow:hidden; padding:0px 0px 0px 0px;}
.ncotantco .map{width:100%; height:auto; overflow:hidden; float:left;}
.ncotantco .txt{width:100%; height:auto; overflow:hidden; float:right; margin-top:20px;}
.ncotantco .txt .tt{line-height:40px; font-size:16px; color:#353535; font-weight:bold;}
.ncotantco .txt .sptxt{line-height:30px; font-size:14px; color:#888888;}



.ntttx{height:auto; overflow:hidden; padding:80px 0px;}
.pntttx{height:auto; overflow:hidden; padding:80px 0px 40px 0px;}
.ntitle { height:auto; line-height:40px; text-align:center; font-size:30px; color:#fff; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.ntitlex { height:30px; line-height:30px; text-align:center; font-size:14px; letter-spacing:4px; color:#fff;}

.npntitle {line-height:30px; text-align:center; font-size:20px; color:#000; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.npntitlex {line-height:30px; text-align:center; font-size:16px; color:#6f6f6f; margin-bottom:20px;}

.hztitle{ height:45px; line-height:45px; padding-left:15px; font-size:16px; color:#fff; font-weight:bold; background:#004714;}
.hztitlex{line-height:30px; padding:10px 15px; font-size:14px; color:#7d7d7d;}


.submenu { text-align:center; height:auto; overflow:hidden; padding-bottom:30px; }
.submenu a { height:42px; line-height:42px; color:#004714; transition:color 0.3s ease 0s; font-size:14px; display:inline-block; padding:0 20px; margin:0 5px 5px 5px; background:url(nnnsub.png) repeat; }
.submenu a:hover { color:#004714; background:#fff; }
.submenu a.focus { color:#004714; background:#fff; }


.naboutone{height:auto; overflow:hidden; padding:80px 0px 40px 0px;}
.naboutone .thumb{width:100%; height:auto; overflow:hidden; float:right;}
.naboutone .txt{ width:100%; height:auto; overflow:hidden; float:left; line-height:36px; font-size:14px; color:#999;}
.naboutone .txt .title{line-height:1; font-size:40px; color:#fff; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.naboutone .txt .title span{font-size:20px; color:#fff; font-weight:normal;}
.naboutone .txt .sptxt{line-height:30px; font-size:14px; color:#fff; padding-top:20px;}


.nabouttwo{width:100%; height:auto; overflow:hidden; margin:0px auto 0px auto; max-width:1620px; background:#f3f3f3; padding:30px 15px;}
.nabouttwo .txt{width:100%; height:auto; overflow:hidden; float:left; margin-bottom:20px;}
.nabouttwo .txt .title{line-height:1; font-size:20px; color:#484848; font-weight:bold; margin-bottom:10px;}
.nabouttwo .txt .sptxt{line-height:30px; font-size:14px; color:#737373;}
.nabouttwo .thumb{width:100%; height:auto; overflow:hidden; float:right;}

.naboutthree{width:100%; height:auto; overflow:hidden; margin:40px 0px 0px 0px;}
.naboutthree .thumb{width:100%; height:auto; overflow:hidden;}
.naboutthree .txt{ width:100%; height:auto; overflow:hidden; padding:15% 10%;}
.naboutthree .txt .tt{line-height:1.5; font-size:30px; color:#484848; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.naboutthree .txt .ttx{line-height:1.5; font-size:20px; color:#484848; font-weight:bold;}
.naboutthree .txt .ttxx{line-height:36px; font-size:14px; color:#737373;}

.naboutfour{width:100%; height:auto; overflow:hidden; margin:40px auto 0px auto; max-width:1620px;}
.naboutfour .thumb{width:100%; height:auto; overflow:hidden; margin:0px auto 0px auto;}
.naboutfour .txt{width:100%; height:auto; overflow:hidden; margin:30px auto 30px auto; max-width:1200px; padding:0px 15px;}
.naboutfour .txt .tleft{width:100%; height:auto; overflow:hidden; float:left; margin-top:0px; margin-bottom:10px;}
.naboutfour .txt .tleft .tt{line-height:1; font-size:30px; color:#484848; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.naboutfour .txt .tleft .ttx{line-height:1; font-size:20px; color:#484848; font-weight:bold;}
.naboutfour .txt .sptxt{width:100%; height:auto; overflow:hidden; float:right; line-height:30px; font-size:14px; color:#737373;}

.nzzrylist { height:auto; overflow:hidden; padding:0px 0px 40px 0px;}
.nzzrylist .thumb{width:100%; height:auto; overflow:hidden; float:left; margin-bottom:20px;}
.nzzrylist .txt{width:100%; height:auto; overflow:hidden; float:right;}
.nzzrylist .txt .title{ line-height:1; font-size:20px; color:#484848; font-weight:bold; margin-bottom:20px;}
.nzzrylist .txt .sptxt{line-height:30px; font-size:14px; color:#737373;}

.nzdzslist{height:auto; overflow:hidden; padding:0px 15px;}
.nzdzslist ul li{width:100%; height:auto; overflow:hidden; float:left; padding:0px 0px; margin-bottom:20px;}
.nzdzslist ul li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s; }
.nzdzslist ul li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.nzdzslist ul li a:hover .pic .img { transform: scale(1.1); }
.nzdzslist ul li a .bg { background:#fff; height:100%; left:0; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 0; transition: all 400ms ease 0s; width:100%; z-index:11; }
.nzdzslist ul li a .i1 { left: 10%; margin:-36px 0 0 -36px; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 50%; transition: all 400ms ease 0s; z-index:12; }
.nzdzslist ul li a:hover .bg { filter:alpha(opacity=20); opacity: 0.2; }
.nzdzslist ul li a:hover .i1 { left:50%; filter:alpha(opacity=100); opacity: 1; }

.nctantlist{height:auto; overflow:hidden;}
.nctantlist ul li{width:100%; height:auto; overflow:hidden; float:left; padding:0px 15px; margin-bottom:30px;}
.nctantlist ul li .txt{width:100%; height:auto; overflow:hidden; background:#f0f0f0; border:#dbdbdb 1px solid; padding:30px 15px; display:flex; align-items:center; font-size:16px; color:#999; font-weight:bold;}
.nctantlist ul li .txt .thumb{width:56px; height:48px; float:left; margin-right:10px;}



.p_menu{width:100%;height: 100px; position: relative; background: #fff;}
.p_menu ul li{width:50%;height:50px; float: left; text-align: left; position: relative;line-height:25px; transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out; border-right:#e7e7e7 1px solid; border-bottom:#e7e7e7 1px solid; padding-left:5px;}
.p_menu ul li a{display: block;font-size:12px;font-weight: bold;color:#333; text-transform: capitalize;}
.p_menu ul li span{ width:50px; height:50px; margin-right:5px;vertical-align:middle; display:inline-block;}
.p_menu ul li span.s1{background:url(picon_01.png) no-repeat center center;}
.p_menu ul li span.s2{background:url(picon_02.png) no-repeat center center;}
.p_menu ul li span.s3{background:url(picon_03.png) no-repeat center center;}
.p_menu ul li span.s4{background:url(picon_04.png) no-repeat center center;}
.p_menu ul li i{margin-left: 8px; width:12px; height:12px; background:none; display:inline-block;}
.p_menu ul li.focus span.s1{background:url(piconx_01.png) no-repeat center center;}
.p_menu ul li.focus span.s2{background:url(piconx_02.png) no-repeat center center;}
.p_menu ul li.focus span.s3{background:url(piconx_03.png) no-repeat center center;}
.p_menu ul li.focus span.s4{background:url(piconx_04.png) no-repeat center center;}
.p_menu ul li.focus i{margin-left: 8px; width:12px; height:12px; background:none;}
.p_menu ul li.focus span,.p_menu ul li.focus i,.p_menu ul li.focus a{color:#cda050;}


.xgrow{margin-left:0px; margin-right:0px;}
.xgproduct { height:auto; overflow:hidden; padding:20px 0px 0px 0px;}
.xgproduct li { width:50%; height:auto; padding:0px 5px; float:left; margin-bottom:20px;}
.xgproduct li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.xgproduct li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.xgproduct li a .info { width:100%; height:50px; line-height:50px; font-size:16px; text-align:center; color:#7f7f7f;}



 #innerbody {height:auto;overflow:hidden;padding:20px 0px 20px 0px;}
.nsubmenu {display:none;}
.procat {display:block;}
.inner {width:100%;padding:0px 15px;}
.innerx {width:100%;padding:0px 15px;}
.pinner {width:100%;padding:20px 15px;}
.newsinner { width:100%; padding:0px 15px;}

.prori {width:100%;}
.book_form textarea {width:200px;}

.newslist { padding-bottom:20px; height:auto; overflow:hidden; }
.newslist a { display:block; height:auto; overflow:hidden; background:#f1f1f1; padding:5%;}
.newslist a .txt { padding:20px 0px 0px 0px; color:#484848; }
.newslist a .txt .tt { font-size:18px; margin-top:10px; margin-bottom:10px; color:#323232; font-weight:bold;}
.newslist a .txt .line{width:64px; height:2px; background:#6a6a6a;}
.newslist a .txt .tt span { float:right; }
.newslist a .txt .sptxt { line-height:30px; font-size:14px; color:#6f6f6f;}

}
.bg009572 { border-top:#ddd 1px solid; padding-top:20px;}
.l { float: left; display: inline-block; }
.r { float: right; display: inline-block; }
.infoPaging { margin: 2% 0px; }
.infoPaging a { display: block; height:40px; color: #000; font: 14px/40px Arial; width: 110px; padding: 0px 20px; text-align: center; background:#f2f2f2;}
.infoPaging a.l { text-align: center; }
.infoPaging a span { font-family: "宋体"; }
.infoPaging a.list { margin: 0px auto; text-align: center; background:#004714; color: #fff;}
.infoPaging a:hover { background-color: #004714; color: #fff;}


.hrList{ margin: 0px 0px 0px; font-size: 14px;}
.hrList .hspan{ text-align:center;cursor:pointer; width:15%; display: block; float: left; height: 50px; line-height: 50px;}
.hrList .hspan1{ text-align: left; padding-left: 5%; width:40%;}
.hrList .hrdt{ background-color: #9d9b9b; color: #fff;}
.hrList dd{ margin-bottom: 3px; position: relative; background-color: #fff;}
.hrList .hrdt{ height: 50px; overflow: hidden;}
.hrList .hrT{ background-color: #f2f2f2; color:#666666;}
.hrList .hrT .hspan{ line-height: 50px; height: 50px;}
.hrList .ib{ width:16px; height:16px; margin: 17px auto 0px; display: block; position:relative; transition:400ms;-webkit-transition:400ms;}
.hrList .ib i{ display:block; background-color:#999999;}
.hrList .ib .ic1{ width:2px; height:16px; margin-left:7px;}
.hrList .ib .ic2{ width:16px; height:2px; position:absolute; left:0; top:50%; margin-top:-1px;}
.hrList .hrB{ border: 1px solid #004714; display: none;}
.hrList .hrCon{ width: 91%; margin: 0px auto; padding:30px 0px 50px; overflow: hidden;}
.hrList dd.active .hrT,.hrList dd:hover .hrT{ background-color:#004714; color: #fff;}
.hrList .active .ib i,.hrList dd:hover .ib i{ background-color: #fff;}
.hrList .active .ib{transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);}
.hrList .active .ib .ic2{ display: none;}
.join-box-btn{ padding-top: 30px;}
.join-box-btn .btn{ float: left; display: block; background-color: #e4c36a; color: #333; padding: 10px 40px; font-size: 14px;}
.join-box-btn .btn:hover{ background-color: #333333; color: #fff;}
@media screen and (max-width:860px){
.hrList .hspan{ width: 25%;}
.hrList .hspan:nth-child(3){ display: none;}
}
@media screen and (max-width:641px){
.hrList .hrdt,.hrList .hspan,.hrList .hrT .hspan{ height: 44px; line-height: 44px;}
	.hrList .hspan:nth-child(2), .hrList .hspan:nth-child(4){ display: none;}
	.hrList .hspan:nth-child(1){ width: 74%;}
	.hrList .ib{ margin-top: 14px;}	
}

.logle{width:100%; height:auto; overflow:hidden; float:left;}
.logle .title{height:50px; line-height:50px; text-align:center; font-size:24px; color:#373737; font-weight:bold; text-transform:uppercase; font-family:"Arial Black", Gadget, sans-serif; margin-top:40px;}
.logle .line{width:40px; height:3px; background:#b8b8b8; margin:10px auto 10px auto;}
.logle .titlex{line-height:30px; text-align:center; font-size:16px; color:#959597; margin-bottom:40px;}
.lotxt{line-height:30px; font-size:16px; color:#686868; margin-bottom:20px;}
.memberBox2x{width:100%; height:auto; overflow:hidden; float:left;}
.memberBox2x div{width:32%; height:auto; overflow:hidden;}
.memberBox2x .m3x{margin-left:2%;}
.memberBox2x label{height:30px; line-height:30px; font-size:14px; color:#373737;}
.memberBox2x label img{vertical-align:middle;}
.memberBox2x label span{color:#ff0000;}
.memberBox2x .minput_1{width:100%; height:42px; line-height:42px; background:#f6f6f6; border:none; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2x .minput_1_1{width:100%; height:100px; line-height:24px; padding-top:5px; background:#f6f6f6; border:none; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2x .btn1x{width:108px; height:34px; line-height:34px; background:#004714; border:none; text-align:center; color:#fff; font-size:14px; cursor:pointer; text-transform:uppercase; display:block; margin:15px auto 0px auto;}
.memberBox2x .btn1x:hover{ background:#004714;}


.memberBox2{width:100%; height:auto; overflow:hidden; float:left;}
.memberBox2 div{width:49%; height:auto; overflow:hidden;}
.memberBox2 label{height:30px; line-height:30px; font-size:16px; color:#686868;}
.memberBox2 label span{color:#ff0000;}
.memberBox2 .minput_1{width:100%; height:42px; line-height:42px; background:#fff; border:#cfcfcf 1px solid; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2 .minput_1_1{width:100%; height:100px; line-height:24px; padding-top:5px; background:#fff; border:#cfcfcf 1px solid; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2 .btn1x{width:152px; height:40px; line-height:40px; background:#004714; border:none; text-align:center; color:#fff; font-size:16px; cursor:pointer; float:right; margin-top:0px;}
.memberBox2 .btn1x:hover{ background:#004714;}
.memberBox2 .btxt{width:150px; height:37px; line-height:37px; font-size:16px; color:#686868; float:left;}
.memberBox2 .btxt a{color:#686868;}
.memberBox2 .btxt a:hover{color:#686868;}
.memberBox2 .stxt{line-height:32px; font-size:16px; color:#686868; width:100%; margin-top:40px;}
.memberBox2 .stxt span{color:#3d3d3d;}
.memberBox2 .stxt a{color:#686868;}
.memberBox2 .stxt a:hover{color:#686868;}

.logri{width:22%; height:247px; float:right; padding:35px 15px 0px 45px; line-height:32px; font-size:16px; color:#686868; border:#ddd 1px solid; margin-top:120px;}
.logri span{font-size:18px; color:#686868;}

@media screen and (max-width:1200px){
.logle{width:100%; height:auto; overflow:hidden; float:left; margin-top:0px;}

.logle .title{height:40px; line-height:40px; text-align:center; font-size:20px; color:#373737; font-weight:bold; text-transform:uppercase; font-family:"Arial Black", Gadget, sans-serif; margin-top:20px;}
.logle .line{width:40px; height:3px; background:#b8b8b8; margin:5px auto 5px auto;}
.logle .titlex{line-height:30px; text-align:center; font-size:14px; color:#959597; margin-bottom:20px;}
.lotxt{line-height:30px; font-size:16px; color:#686868; margin-bottom:20px;}
.memberBox2x{width:100%; height:auto; overflow:hidden; float:left;}
.memberBox2x div{width:100%; height:auto; overflow:hidden;}
.memberBox2x .m3x{margin-left:0px;}
.memberBox2x label{height:30px; line-height:30px; font-size:14px; color:#373737;}
.memberBox2x label img{vertical-align:middle;}
.memberBox2x label span{color:#ff0000;}
.memberBox2x .minput_1{width:100%; height:42px; line-height:42px; background:#f6f6f6; border:none; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2x .minput_1_1{width:100%; height:100px; line-height:24px; padding-top:5px; background:#f6f6f6; border:none; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2x .btn1x{width:108px; height:34px; line-height:34px; background:#004714; border:none; text-align:center; color:#fff; font-size:14px; cursor:pointer; text-transform:uppercase; display:block; margin:15px auto 0px auto;}
.memberBox2x .btn1x:hover{ background:#004714;}

.memberBox2{width:100%; height:auto; overflow:hidden; float:left;}
.memberBox2 div{width:100%; height:auto; overflow:hidden;}
.memberBox2 label{height:30px; line-height:30px; font-size:16px; color:#686868;}
.memberBox2 label span{color:#ff0000;}
.memberBox2 .minput_1{width:100%; height:42px; line-height:42px; background:#fff; border:#cfcfcf 1px solid; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2 .btn1x{width:120px; height:37px; line-height:37px; background:#004714; border:none; text-align:center; color:#fff; font-size:16px; cursor:pointer; float:left; margin-top:0px;}
.memberBox2 .btn1x:hover{ background:#004714;}
.memberBox2 .btxt{width:150px; height:37px; line-height:37px; font-size:16px; color:#686868; float:left;}
.memberBox2 .btxt a{color:#686868;}
.memberBox2 .btxt a:hover{color:#686868;}
.memberBox2 .stxt{line-height:32px; font-size:16px; color:#686868; width:100%; margin-top:40px;}
.memberBox2 .stxt span{color:#3d3d3d;}
.memberBox2 .stxt a{color:#686868;}
.memberBox2 .stxt a:hover{color:#686868;}

.logri{width:100%; height:auto; float:right; padding:15px 15px 15px 15px; line-height:32px; font-size:16px; color:#686868; background:none; margin-top:20px;}
.logri span{font-size:18px; color:#686868;}
｝
}
/*contact*/
    .contact-warp{width:1200px;margin: 0 auto 40px;padding: 40px 0 0;}
    .contact-warp form{display: block;width: 100%;height: auto;}
    .contact-warp h2,.welfare-warp .title h2,.lead-news .title h2,.staff-news .title h2,.paper-news  .title h2,.news-title .title h2,.bookcase .title h2{font-size:30px;line-height: 55px;color: #0161b7; font-family:Arial; font-weight:bold; text-transform:Uppercase;display: block;margin-bottom: 10px;}
    .contact-warp h2 span,.welfare-warp .title h2 span,.lead-news .title h2 span,.staff-news .title h2 span,.paper-news .title h2 span,.news-title .title h2 span,.bookcase .title h2 span{color: #79573c}
    .contact-warp h3,.welfare-warp .title h3,.lead-news .title h3,.staff-news .title h3,.paper-news .title h3,.news-title .title h3,.bookcase .title h3{display: block;font-size:24px;line-height: 50px;color: #0161b7;margin-bottom: 70px; font-weight:bold;}
    .contact-warp .message{padding:0px 0px; height:auto; overflow:hidden;}
    .contact-warp .message .mian{width: 100%;margin-bottom:50px; margin-top:50px;}
    .contact-warp .message .mian ul .inp{float: left;width:360px;height:100px;margin-right: 60px;}
    .contact-warp .message .mian ul .inp:nth-child(3){margin-right: 0}
    .contact-warp .message .mian ul .inp input{display: block;width:100%;height: 70px;line-height: 70px;border:0;border-top: 1px solid #cdcdcc;outline: none; font-size: 16px}
    .contact-warp .message .mian ul .text{width: 780px;float: left;height:200px; }
    .contact-warp .message .mian ul .text textarea{display: block;width:100%;height:100%; padding: 2.5% 3%;line-height: 30px;resize:none;box-sizing:border-box;border:1px solid #cdcdcc;outline: none; font-size: 16px}
    .contact-warp .message .btns{width: 100%;height: auto;position: relative;}
    .contact-warp .message .btns:before{display: block;width: 100%;height: 1px;background-color: #cdcdcc;position: absolute;top: 50%;left: 0;content: '';}
.contact-warp .message .btns input{display: block;width:auto;height: 62px; background:#0161b7 url(contact-icon1.png) 65% center no-repeat;transition: all 0.5s;-webkit-transition: all 0.5s;float: right;font-size:24px; color: #fff; padding: 0 170px 0 110px;border:0;position: relative;z-index: 2; margin-top:20px;}
.contact-warp .message .btns input:hover{background:#0161b7 url(contact-icon1.png) 70% center no-repeat;}

.contact-warp .contact{width:100%;}
.contact-warp .contact .warp{width: 100%;}
.contact-warp .contact .warp .box{width: 38%;height: auto;float: left;}
.contact-warp .contact .box ul li{padding: 0;width: 100%;border-bottom: 1px solid #e5e5e5;padding:20px 0}
.contact-warp .contact .box ul li:last-child{border-bottom: 0;}
.contact-warp .contact .box ul li p{font-size:18px;color: #333333;text-transform:Capitalize; font-weight: bold;line-height: 30px;margin-bottom: 0px;}
.contact-warp .contact .box ul li span{display: block;font-size: 18px;color: #666666;line-height: 20px;}
.contact-warp .map{width: 60%;height: 500px;float: right;}
.contact-warp .map #allmap{width: 100%;height: 100%;}
.BMap_noprint,.anchorBL{opacity: 0}
.contact-warp  .BMap_bubble_title{color: #cc5522;font-size: 16px;margin-bottom: 10px;}
.contact-warp  .BMap_bubble_content{color: #333;font-size: 14px;line-height: 20px;}

 @media (max-width: 860px) {
/*contact*/
    .contact-warp{width:auto;margin: 0 auto 15px;padding: 15px;}
    .contact-warp form{display: block;width: 100%;height: auto;}
    .contact-warp h2,.welfare-warp .title h2,.lead-news .title h2,.paper-news .title h2,.staff-news .title h2,.news-title .title h2,.bookcase .title h2{font-size:24px;line-height:30px;color: #c30d23; text-transform:Uppercase;display: block;}
    .contact-warp h3,.welfare-warp .title h3,.lead-news .title h3,.lead-news .title h3,.paper-news .title h3,.staff-news .title h3,.news-title .title h3,.bookcase .title h3{display: block;font-size:18px;line-height:30px;color: #c30d23; margin-bottom:10px;}
    .contact-warp .message{ padding:0px 0px;}
    .contact-warp .message .mian{width: 100%;margin-bottom:0.8rem;}
    .contact-warp .message .mian ul .inp{float: left;width:100%; height:60px; margin-right:6%;}
    .contact-warp .message .mian ul .inp:nth-child(odd){margin-right:6%}
    .contact-warp .message .mian ul .inp:nth-child(even){margin-right: 0}
    .contact-warp .message .mian ul .inp input{display: block; width:100%;height:40px;line-height:40px; border:0; border-top: 1px solid #cdcdcc;outline: none;font-size: 16px;}
    .contact-warp .message .mian ul .text{width:100%;float: left;height:80px; font-weight: bold;}
    .contact-warp .message .mian ul .text textarea{font-size:16px; display: block;width:100%; height:100%;padding: 2.5% 3%;line-height:0.3rem;resize:none;box-sizing:border-box;border:1px solid #cdcdcc;outline: none;}
    .contact-warp .message .btns{width: 100%;height: auto;position: relative;}
    .contact-warp .message .btns:before{display: block;width:0;height:0;}
    .contact-warp .message .btns input{padding:0 7% 0 0;box-sizing:border-box; display: block;width:100%;height:40px;background:#0161b7 url(contact-icon1.png) 60% center no-repeat;font-size:16px; margin-top:20px;}
    .contact-warp .message .btns input:hover{background:#0161b7 url(contact-icon1.png) 60% center no-repeat;}

    .contact-warp .contact{width:100%;}
    .contact-warp .contact h3{margin-bottom: 0.3rem;}
    .contact-warp .contact .warp{width: 100%;}
    .contact-warp .contact .warp .box{width:100%;height: auto;float: none;margin-bottom: 0.4rem;}
    .contact-warp .contact .box ul li{padding: 0;width: 100%;border-bottom: 1px solid #e5e5e5;padding: 0.25rem 0}
    .contact-warp .contact .box ul li:last-child{border-bottom: 0;}
    .contact-warp .contact .box ul li p{font-size:16px;line-height:40px; margin-bottom:5px;}
    .contact-warp .contact .box ul li span{display: block;font-size:16px;line-height:40px;}
    .contact-warp .map{height:auto; float: none;width: 100%}
    .contact-warp .map #allmap{width: 100%;height: 100%;}
    .BMap_noprint,.anchorBL{opacity: 0}
    .contact-warp  .BMap_bubble_title{color: #cc5522;font-size: 0.26rem;margin-bottom:0.1rem;}
    .contact-warp  .BMap_bubble_content{color: #333;font-size:0.26rem;line-height:0.2rem;}

    


}   
@media screen and (min-width: 320px) and (max-width: 619px){
    
	
    .contact-warp{padding-top:10px;}
    .contact-warp h2{font-size: 24px; margin-bottom:0px;}
    .contact-warp h3{font-size: 18px; margin-bottom:20px;}
    .contact-warp .message .mian ul .inp{height:60px;}
    .contact-warp .message .mian{margin-bottom: 0.5rem;}

}
/**************************/
/* Slider */
.vwrap { display: none; z-index: 1040; width: 100%; position: fixed; }
.vwrap .videobtg { z-index: 900; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: #000; opacity: 0.8; filter: alpha(opacity=80); overflow: hidden; }
.vwrap .videobox { z-index: 990; width: 800px; height: 500px; background-color: #fff; position: fixed; left: 50%; top: 50%; margin-top: -250px; margin-left: -400px; }
.vwrap .videobox #videobox { width: 100%; display: inline-block; height: 100%; background: #80abde; }
#videobox_wrapper { height: 100%!important; }
.vwrap .close { z-index: 999; width: 30px; height: 30px; cursor: pointer; position: absolute; top: 0px; right: -42px; }
.vwrap .close i { display: block; width: 30px; height: 30px; background: url(../images/close_i1.png) no-repeat 50% 50%; -webkit-transition: 400ms; transition: 400ms; }
.vwrap .close:hover i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
#videobox_display_button,#videocontainer_display_button { background: none no-repeat!important; }
.jwplayer .jwicon { opacity: 0.8; filter: alpha(opacity=80); cursor: pointer;  }
.jwplayer .jwicon:hover { opacity: 1; filter: alpha(opacity=100); }
.jwlogo, .jwclick { display: none!important; }
.jwdisplayIcon{ background:  none no-repeat!important;}
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url(../images/loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
/* Dots */
.slick-dots { position: absolute; bottom:10px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 12px; width: 12px; background:#fff; margin: 0px 5px; padding: 0px; cursor: pointer; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-indent:-9999px;}
.slick-dots li button { border: 0; background: transparent; display: block; height: 12px; width: 12px; background:#fff; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-indent:-9999px;}
.slick-dots li button:focus { outline: none; background:#004714;}
.slick-dots li.slick-active{ background:#004714;}
.slick-dots li.slick-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}
.proInfo-demo{ width:100%; float: left; display: block;}
.proInfo-demo .item{ overflow: hidden;}
.proInfo-demo .item img{ width: 100%; display: block;}
.proInfo-demo .slick-arrow{ width:68px; height: 68px; display: block; position: absolute; top: 50%; margin-top: -34px; z-index: 100; background-position: center center; background-repeat: no-repeat;}
.proInfo-demo .slick-prev{ background-image: url(l.png); left: 10%; transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px); opacity: 0;}
.proInfo-demo .slick-next{ background-image: url(r.png); right: 10%; transform:translateX(-30px);-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px); opacity:0;}
.proInfo-demo:hover .slick-arrow{ transform:translateX(0px);-webkit-transform:translateX(0px);-ms-transform:translateX(0px); opacity: 1; }
.proInfo-demo .slick-prev:hover{ background-image: url(l.png);}
.proInfo-demo .slick-next:hover{ background-image: url(r.png);}
@media screen and (max-width:1200px){
.proInfo-demox{ width:100%; float: left; display: block;}
.proInfo-demox .item{ overflow: hidden;}
.proInfo-demox .item img{ width: 100%; display: block;}
.proInfo-demox .slick-arrow{ width:40px; height: 40px; display: block; position: absolute; top: 50%; margin-top: -20px; z-index: 100; background-position: center center; background-repeat: no-repeat;}
.proInfo-demox .slick-prev{ background:url(l.png) no-repeat center center; left:2%; transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px); opacity: 0;}
.proInfo-demox .slick-next{background:url(r.png) no-repeat center center; right:2%; transform:translateX(-30px);-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px); opacity:0;}
.proInfo-demox:hover .slick-arrow{ transform:translateX(0px);-webkit-transform:translateX(0px);-ms-transform:translateX(0px); opacity: 1; }
.proInfo-demox .slick-prev:hover{ background:url(l.png) no-repeat center center;}
.proInfo-demox .slick-next:hover{background:url(r.png) no-repeat center center;}


.slick-dots { position: absolute; bottom:10px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 8px; width: 8px; background:#fff; margin: 0px 5px; padding: 0px; cursor: pointer; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-indent:-9999px;}
.slick-dots li button { border: 0; background: transparent; display: block; height: 8px; width: 8px; background:#fff; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-indent:-9999px;}
.slick-dots li button:focus { outline: none; background:#004714;}
.slick-dots li.slick-active{ background:#004714;}

.proInfo-demo{ width:100%; float: left; display: block;}
.proInfo-demo .item{ overflow: hidden;}
.proInfo-demo .item img{ width: 100%; display: block;}
.proInfo-demo .slick-arrow{ width:40px; height: 40px; display: block; position: absolute; top: 50%; margin-top: -20px; z-index: 100; background-position: center center; background-repeat: no-repeat;}
.proInfo-demo .slick-prev{ background:url(l.png) no-repeat center center; left:2%; transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px); opacity: 0;}
.proInfo-demo .slick-next{background:url(r.png) no-repeat center center; right:2%; transform:translateX(-30px);-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px); opacity:0;}
.proInfo-demo:hover .slick-arrow{ transform:translateX(0px);-webkit-transform:translateX(0px);-ms-transform:translateX(0px); opacity: 1; }
.proInfo-demo .slick-prev:hover{ background:url(l.png) no-repeat center center;}
.proInfo-demo .slick-next:hover{background:url(r.png) no-repeat center center;}

}

.w1520 { width:100%; margin: 0 auto; }

/**************发展历程*************/
.history-wrap { padding-top:20px; padding-bottom: 72px; margin-bottom:20px; }
.history-wrap .tit-box { text-align: center; }
.history-wrap .tit-box h4 { font-size: 40px; line-height: 50px; color: #333;  }
.history-wrap .tit-box .st { font-size: 16px; line-height: 20px; color: #777; }
.history-wrap .cent-wrap { width:100%; height:auto; overflow:hidden; margin: 42px auto 0; position: relative; padding-bottom: 100px; }
.history-wrap .cent-wrap ul, .history-wrap .cent-wrap li { width: 100%; }
.history-wrap .cent-wrap ul { position: relative; z-index: 2; }
.history-wrap .cent-wrap li { margin-top: 98px; position: relative; opacity: 0; transition: opacity 0.4s ease 0s; float:left;}
.history-wrap .cent-wrap li .cont-box { width: 29%; }
.history-wrap .cent-wrap li .year { font-size: 40px; line-height: 50px; color: #2b2b2b; font-weight: bold; font-family: "Arial"; }
.history-wrap .cent-wrap li .word { font-size: 16px; line-height: 24px; margin-top: 10px; color: #777; }
.history-wrap .cent-wrap li .img { display: block; width: 10.8%; border-radius: 50%; overflow: hidden; margin-top: 8px; }
.history-wrap .cent-wrap li .img img { width: 100%; height: auto; }
.history-wrap .cent-wrap li:nth-child(odd) .img {
 float: left;
}
.history-wrap .cent-wrap li:nth-child(odd) .cont-box {
 float: left;
 margin-left: 6.8%;
 text-align: right;
}
.history-wrap .cent-wrap li:nth-child(even) .img {
 float: right;
}
.history-wrap .cent-wrap li:nth-child(even) .cont-box {
 float: right;
 margin-right: 9.7%;
 width: 26%;
 text-align: left;
}
.history-wrap .cent-wrap li .point { display: inline-block; width: 18px; height: 18px; border: 1px solid #ccc; background-color: #fff; position: absolute; left: 50%; margin-left: -10px; text-align: center; border-radius: 50%; top: 14px; }
.history-wrap .cent-wrap li .point i { display: none; width: 10px; height: 10px; margin-top: 4px; vertical-align: top; background-color: #000; border-radius: 50%; }
.history-wrap .cent-wrap li.show { opacity: 1; }
.history-wrap .cent-wrap li.show .point i { display: inline-block; }
.history-wrap .cent-line-box { width: 1px; height: 100%; position: absolute; left: 50%; top: 0; z-index: 1 }
.history-wrap .cent-line-box .line { display: block; width: 1px; height: 100%; background-color: #ccc; float:left;}
.history-wrap .cent-line-box .point-t { display: inline-block; width: 15px; height: 15px; border: 1px solid #ccc; border-radius: 50%; background-color: #fff; margin-left: -8px; position: absolute; top: 0; }
.history-wrap .cent-line-box .point-h { position: fixed; display: none; width: 10px; height: 10px; background-color: #000; left: 50%; border-radius: 50%; margin-left: -5px; top: 50%; margin-top: -5px; }
.history-wrap .bot-tit { line-height: 36px; font-size: 14px; text-align: center; color: #999; margin-top: 16px; }
.float-Medals { position: absolute; right: 30px; bottom: 30px; width: 80px; height: 80px; z-index: 3; }
#cssda-badge { width:100%; height:100%; border-radius:50%; background:#fff; transition:all 0.25s cubic-bezier(0.615, 0.19, 0.305, 0.91); cursor:pointer; z-index: 9999; }
#cssda-badge:hover {
 animation: bounce .75s linear both; background: #000 }
#cssda-badge svg { position:absolute; top:0; left:0; width:80px; height:80px; fill:#212121 }
#cssda-badge:hover svg { fill:#fff }
.cssda-badge-contents { position:absolute; width:80px; height:80px; transition:all 0.12s cubic-bezier(0.615, 0.19, 0.305, 0.91) }
#cssda-badge:hover .cssda-badge-contents { transform:rotate(360deg) }
#cssda-badge:hover #cssda-badge-logo { transform:scale(1.1) }
@media only screen and (max-width: 700px) {
#cssda-badge {
width:60px;
height:60px
}
 #cssda-badge svg {
position:absolute;
top:0;
left:0;
width:60px;
height:60px
}
 #cssda-badge-logo {
-webkit-transform:scale(1.35);
-moz-transform:scale(1.35);
transform:scale(1.35)
}
 #cssda-badge:hover #cssda-badge-logo {
 -webkit-transform:scale(1.5);
-moz-transform:scale(1.5);
transform:scale(1.5)
}
 #cssda-badge-title {
display:none
}
 #cssda-badge-award {
display:none
}

}
@keyframes bounce {  0% {
-webkit-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 3.4% {
-webkit-transform:matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 4.7% {
-webkit-transform:matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 6.81% {
-webkit-transform:matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 9.41% {
-webkit-transform:matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 10.21% {
-webkit-transform:matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 13.61% {
-webkit-transform:matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 14.11% {
-webkit-transform:matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 17.52% {
-webkit-transform:matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 18.72% {
-webkit-transform:matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 21.32% {
-webkit-transform:matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
 24.32% {
-webkit-transform:matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
25.23% {
-webkit-transform:matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
29.03% {
-webkit-transform:matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
29.93% {
-webkit-transform:matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
35.54% {
-webkit-transform:matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
36.74% {
-webkit-transform:matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
41.04% {
-webkit-transform:matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
44.44% {
-webkit-transform:matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
52.15% {
-webkit-transform:matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
59.86%, 63.26% {
-webkit-transform:matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
100%, 75.28%, 85.49%, 90.69% {
-webkit-transform:matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform:matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
}
.info-designer { margin: 60px 0; }
.info-designer .figure { display: block; margin: 0 auto 15px; width:300px; overflow:hidden;}
.info-designer img{max-width:100%;}
.info-designer .info { font-size: 16px; color: #202020; }
.info-designer .info .name {font-size: 16px; }
.info-designer .info .name span { font-weight:bold;}
.info-designer .cell { overflow: hidden; line-height:30px; }
.info-designer .cell .hd { float: left; width: 72px; }
.info-designer .cell .bd { overflow: hidden; }
@media (min-width: 768px) {
.info-designer .figure {
width:300px;
overflow:hidden;
}
.info-designer img{max-width:100%;}
 .info-designer .info {
font-size: 16px;
}
 .info-designer .info .name {
font-size: 16px;
}
 .info-designer .info .name span {
font-weight:bold;
}
 .info-designer .cell .hd {
width: 80px;
}
}
@media (min-width: 1024px) {
.info-designer {
overflow: hidden;
margin: 0px 0;
}
.info-designer img{max-width:100%;}
 .info-designer .figure {
float: left;
}
 .info-designer .info {
margin: 0px 0 0 330px;
padding: 0 0 0 20px;
}
 .info-designer .info .name {
font-size: 16px;
}
}
@media (min-width: 1280px) {
.info-designer {
margin: 0px 0;
}
.info-designer img{max-width:100%;}
 .info-designer .figure {
float: left;
width:300px;
max-width:100%;
}
 .info-designer .info {
margin: 0px 0 0 330px;
padding-left: 28px;
font-size: 16px;
}
.info-designer .cell span{ font-weight:bold;}
 .info-designer .info .name {
font-size: 16px;
}
 .info-designer .info .name span {
font-weight:bold;
}
}
.case-other { margin: 30px 0; }
.case-other .hd { margin-bottom: 10px; color: #616161; font-size: 20px; font-weight:bold;}
.case-other .line{width:38px; height:4px; float:left; background:#616161; margin-bottom:20px;}
.case-other .list .row-ib { margin: 0 0 00 -15px; }
.case-other .list .col { padding: 0 0 15px 15px; }
.case-other .list .item { position: relative; }
.case-other .list .figure { position: relative; display: block; padding-bottom: 80%; overflow: hidden; }
.case-other .list .figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.case-other .list .label { position: absolute; right: 0; bottom: 0; left: 0; color: #fff; filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
background-color: rgba(0, 0, 0, 0.6); padding: 10px 10px; font-size: 12px; }
.case-other .list .label .name { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #fff; font-weight:normal;}
.case-other .list .label .name a { color: inherit; }
.case-other .list .label .name a:hover { color: #fff; }
@media (min-width: 768px) {
.case-other .hd {
font-size: 20px;
}
 .case-other .list .label {
font-size: 14px;
padding: 10px 15px;
}
}
@media (min-width: 1024px) {
.case-other {
margin: 40px 0;
}
 .case-other .hd {
font-size: 20px;
}
}
@media (min-width: 1280px) {
.case-other {
margin: 50px 0;
}
 .case-other .hd {
margin-bottom: 15px;
font-size:20px;
}
 .case-other .list .label {
font-size: 16px;
}
}
.case-show { position: relative; padding: 25px 20px; margin-top:40px;}
.case-show .pname{height:70px; line-height:50px; text-align:center; font-size:24px; color:#000; font-weight:bold;}
.case-show .bg { overflow: hidden; position: absolute; top: 0; left: 50%; width: 1920px; margin-left: -960px; height: 100%; }
.case-show .bg img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.case-show .bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; content: ''; background: url(../images/opabg.png); }
.case-show .show-box { position: relative; z-index: 3; margin-bottom: 10px; }
.case-show .show-box .item img { width: 100%; }
.case-show .show-box .slick-arrow { position: absolute; top: 50%; z-index: 3; width: 36px; height: 36px; margin-top: -18px; line-height: 34px; text-align: center; color: #b5b5b5; font-size: 0; border: 1px solid #b5b5b5; background-color: transparent; -webkit-border-radius: 5px; border-radius: 5px; }
.case-show .show-box .slick-arrow:after { font-family: "iconfont" !important; font-weight: 400; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; font-size: 16px; }
.case-show .show-box .slick-prev { left: -25px; }
.case-show .show-box .slick-prev:after { content: '\e606'; }
.case-show .show-box .slick-next { right: -25px; }
.case-show .show-box .slick-next:after { content: '\e607'; }
@media (min-width: 1024px) {
.case-show { margin-top:0px;}
.case-show .show-box .slick-arrow {
width: 50px;
height: 50px;
margin-top: -25px;
line-height: 46px;
}
 .case-show .show-box .slick-arrow:after {
font-size: 22px;
}
 .case-show .show-box .slick-prev {
left: -35px;
}
 .case-show .show-box .slick-next {
right: -35px;
}
}
@media (min-width: 1650px) {
.case-show .show-box .slick-arrow {
width: 70px;
height: 70px;
margin-top: -35px;
line-height: 66px;
}
 .case-show .show-box .slick-arrow:after {
font-size: 30px;
}
 .case-show .show-box .slick-prev {
left: -15px;
}
 .case-show .show-box .slick-next {
right: -15px;
}
}
.case-show .preview-box { position: relative; z-index: 3; overflow: hidden; }
.case-show .preview-box .slick-list { margin-left: -5px; }
.case-show .preview-box .item { position: relative; }
.case-show .preview-box .item .innert { position: relative; margin: 0 5px;cursor: pointer; }
.case-show .preview-box .item img { width: 100%; }
.case-show .preview-box .item.slick-current .mask { display: none; }
.case-show .preview-box .item:hover .mask { display: none; }
.case-show .preview-box .item .mask { position: absolute; top: 0; left: 0; width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#80000000', endColorstr='#80000000');
background-color: rgba(0, 0, 0, 0.5); z-index: 2; }
@media (min-width: 768px) {
.case-show {
padding: 0px 0;
}
.case-show { margin-top:0px;}
}
@media (min-width: 480px) {

.case-show { margin-top:0px;}
}
@media (min-width: 1024px) {
.case-show {
padding: 0px 0;
max-width:1024px;
margin:0px auto 0px auto;
}
}