@charset "utf-8";
/* CSS Document */
@import url(//at.alicdn.com/t/font_571725_jftfwntcmew89f6r.css);
/* 通用属性 */
html {  }
html.html,html.html body { width:100%; height:100%; }
html.html .table { border-collapse:collapse; width:100%; height:100%; text-align:center; vertical-align:middle; }
html.html .table td { text-align:center; vertical-align:middle; }
html.html .table h3 { font-size:22px; padding:20px 0 5px; }
html.html .table h4 {  }
html.html .table h4 span { display:inline-block; width:240px; }
html.html .table h4 span img { width:240px; height:240px; display:block }
html.html .table h4 span i { display:block; font-size:18px; }
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#222; font-family:arail,Microsoft YaHei; }
.float_clear { clear:both; }
.float_left { float:left; }
.float_right { float:right; }
.display_none { display:none; }
img { border:0; vertical-align:top; max-width:100%; }
.red { color:red; }
.must_input { font-weight:bold; color:red; }
.green { color:green; }
.blue { color:blue; }
.gray { color:gray; }
.purple { color:purple; }
.clear { clear:both; }
.highlight { color:#FFF; background:red; padding:1px; }
/* a */ 
a { color:#222; text-decoration:none; text-decoration:none; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
a:visited { }
a:active, a:hover { text-decoration:none; color:inherit; }
a:focus { outline:none; }
p { line-height:22px; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
:focus { outline:0; text-decoration:none; }
a:focus {outline:0; text-decoration:none; }
span,i,em,big,small,b,strong { font-size:inherit; font-weight:normal; font-style:normal; }
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-family:"arial",Microsoft YaHei; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-family:"arial",Microsoft YaHei; font-size:14px; }

/* 顶部 */
header { background:#000; padding:0 0 2px; }
.top_menu { height:36px; color:#fff; font-size:14px; }
.top_menu i { padding:0 5px 0 0; }
.top_menu a { color:#fff; margin:0 0 0 12px; padding:0 0 0 12px; border-left:1px solid #fff; }

#navigation { background:#424242; height:70px; border-bottom:1px solid #4d4d4d; }
.navigation { height:100%; }
.logo { height:100%; padding:5px 0; float:left; box-sizing:border-box; }
.logo a { display:block; height:100%; }
.logo a img { height:100%; }
.navigation ul { float:right; height:100%; position:relative; }
.navigation ul:before { position:absolute; left:0; bottom:-1px; height:8px; width:1px; background:#fff; content:''; }
.navigation li.master_nav { height:100%; float:left; position:relative; }
.navigation li.master_nav:before { position:absolute; right:0; bottom:-1px; height:8px; width:1px; background:#fff; content:''; }
.navigation li.master_nav a { line-height:50px; font-size:16px; padding:20px 50px 0; color:#fff; display:block; }
.navigation li.master_nav a:hover,.navigation li.master_nav a.current { line-height:70px; padding:0 50px; }
.navigation li.master_nav:hover:after,.navigation li.master_nav a.current:after { position:absolute; left:50%; bottom:-3px; height:0; width:0; border:8px solid #fff; border-color:transparent transparent #fff transparent; margin:0 0 0 -8px; content:''; }
.navigation li.master_nav ol { display:none; position:fixed; top:108px; left:0; width:100%; height:40px; background:rgba(255,255,255,0.8); border-bottom:1px solid #ccc; z-index:10; }
.navigation li.master_nav:hover ol { display:flex; }
.navigation li.master_nav ol li { height:100%; }
.navigation li.master_nav ol li a { font-size:14px; padding:0 20px; border-left:1px solid #ccc; color:#000; line-height:inherit; }
.navigation li.master_nav ol li:first-child a { border:0; }
.navigation li.master_nav ol li a:hover { line-height:inherit; padding:0 20px; color:#274195; }

/*通用加载*/
.w1200 { width:1200px; margin:0 auto; }
.success { -webkit-animation:fadeIn 01s ease 0.2s 1 both; animation:fadeIn 1s ease 0.2s 1 both; -moz-animation:fadeIn 1s ease 0.2s 1 both; -o-animation:fadeIn 1s ease 0.2s 1 both; -ms-animation:fadeIn 1s ease 0.2s 1 both; }
@-webkit-keyframes fadeIn {
from { opacity:0; }
to { opacity:1; }
}
@keyframes fadeIn {
from { opacity:0; }
to { opacity:1; }
}

/*banner*/
#banner { position:relative; }
#banner .swiper-container { position:relative; overflow:hidden; z-index:1; }
#banner .swiper-wrapper { -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -o-transform:translate(0,0); -ms-transform:translate3d(0,0,0); transform:translate3d(0,0,0); position:relative; width:100%; height:100%; z-in dex:1; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-transition-property:-webkit-transform;
-moz-transition-property:-moz-transform; -o-transition-property:-o-transform; -ms-transition-property:-ms-transform; transition-property:transform; -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }
#banner .swiper-slide { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center;
justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; -webkit-flex-shrink:0; -ms-flex:0 0 auto; flex-shrink:0; width:100%; height:100%; position:relative; }
#banner .swiper-slide img { width:100%; height:100%; }
#banner .swiper-pagination { top:0; left:50px; width:10px; bottom:0; position:absolute; z-index:10; }
#banner .swiper-pagination-bullet { width:10px; height:10px; background:#222; margin:10px 0; cursor:pointer; border-radius:100%; }
#banner .swiper-pagination-bullet-active,#banner .swiper-pagination-bullet:hover { background:#4296d9; }

#banner .views { position:absolute; bottom:75px; left:50%; width:1200px; height:60px; margin:0 0 0 -600px; z-index:10; }
#banner .views ul { height:100%; width:100%; }
#banner .views li { width:160px; height:100%; margin:0 0 0 20px; position:relative; cursor:pointer; }
#banner .views li:before { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); content:''; z-index:1; }
#banner .views li img { height:100%; width:100%; border:3px solid #222; box-sizing:border-box; }
#banner .views li.current:before { display:none; }
#banner .views li.current img { border-color:#4296d9; }

/*首页CSS*/
#iabout { padding:80px 0; position:relative; color:#fff; background:url(images/iabout_bg.jpg) no-repeat center / cover; }
#iabout h2 { font-size:42px; height:42px; }
#iabout h3 { font-size:16px; height:42px; letter-spacing:4px; }
.iabout { position:relative; }
.iabout ul { margin:0 -5px; padding:25px 0; }
.iabout li { width:25%; padding:0 5px; box-sizing:border-box; }
.iabout dl { border:4px solid #164464; border-radius:12px; text-align:center; background:rgba(255,255,255,0.8); cursor:pointer; padding:12px 0; }
.iabout dt { height:100px; font-size:84px; color:#357dbd; }
.iabout dd { height:32px; font-size:16px; color:#000; }
.iabout p { line-height:26px; text-align:center; }
.iabout a { line-height:18px; font-size:18px; padding:25px 0 0; color:#f60; display:inline-block; text-align:center; }
.iabout a i { padding:0 0 0 5px; }

#ipro { padding:0 0 80px; position:relative; background:#f5f5f5; }
.ipro { position:relative; }
.ipro h2 { height:118px; font-size:26px; color:#000; font-weight:bold; }
.ipro h2 i { color:#555; font-size:30px; }
.ipro ul { position:relative; width:100%; height:650px; }
.ipro li { position:absolute; background:#fff; }
.ipro li:first-child { left:0; top:0; width:300px; height:260px; }
.ipro li:nth-child(2) { left:0; bottom:0; width:300px; height:380px; }
.ipro li:nth-child(3) { left:310px; top:0; height:100%; width:510px; }
.ipro li:nth-child(4) { right:0; top:0; width:370px; height:210px; }
.ipro li:nth-child(5) { right:0; top:220px; width:370px; height:210px; }
.ipro li:nth-child(6) { right:0; bottom:0; width:370px; height:210px; }
.ipro li dl { position:relative; width:100%; height:100%; }
.ipro li dt,.ipro li dd { position:absolute; }
.ipro li dt img { max-width:100%; max-height:100%; }
.ipro li dd.mflex i { font-size:24px; color:#000; }
.ipro li dd.mflex b { font-size:14px; color:#555; }
.ipro li:first-child dt { left:0; bottom:0; width:100%; height:62%; }
.ipro li:first-child dd.mflex { width:100%; height:30%; left:0; top:8%; }
.ipro li:nth-child(2) dt { right:0; top:20%; width:100%; height:80%; }
.ipro li:nth-child(2) dd.mflex { left:0; top:12%; width:65%; }
.ipro li:nth-child(3):after { position:absolute; left:0; top:0; height:0; width:0; border-top:94px solid #274195; border-right:94px solid transparent; content:''; z-index:1; }
.ipro li:nth-child(3):before { content:"热销"; position:absolute; top:0; left:0; width:94px; height:94px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);text-align:center; line-height:47px; color:#fff; font-size:22px; z-index:2; }
.left h2 { position:relative; height:74px; font-size:20px; font-weight:bold; }
.ipro li:nth-child(3) dt { left:0; bottom:0; width:100%; height:79%; }
.ipro li:nth-child(3) dd.mflex { right:0; top:6%; width:50%; }
.ipro li:nth-child(3) dd.mflex i { font-size:28px; }
.ipro li:nth-child(3) dd.mflex b { font-size:16px; }
.ipro li:nth-child(4) dt,.ipro li:nth-child(5) dt { right:0; top:0; width:50%; height:100%; }
.ipro li:nth-child(4) dd.mflex { top:0; left:0; width:50%; height:100%; }
.ipro li:nth-child(5) dd.mflex { top:14%; left:0; width:50%; }
.ipro li:nth-child(6) dt { left:0; top:0; width:50%; height:100%; }
.ipro li:nth-child(6) dd.mflex { top:0; right:0; width:50%; height:100%; }
.ipro li dd.flex { opacity:0; }
.ipro li dd.flex { left:0; top:0; height:100%; width:100%; z-index:1; background:rgba(0,0,0,0.6); }
.ipro li dd.flex a { display:block; height:90px; width:90px; border-radius:50%; z-index:2; background:rgba(32,64,155,0.8); color:#fff; text-align:center; }
.ipro li dd.flex i { line-height:90px; font-size:40px; }
.ipro li:nth-child(3) dd.flex a { height:120px; width:120px; }
.ipro li:nth-child(3) dd.flex i { line-height:120px; font-size:60px; }
.ipro li dl:hover dd.flex { opacity:1; }

#iso { padding:80px 0; position:relative; background:url(images/iso_bg.jpg) no-repeat center / cover; }
.iso { height:400px; }
.iso hgroup { float:left; height:100%; width:270px; -webkit-align-items:flex-start; align-items:flex-start; color:#fff; }
.iso h2 { font-size:26px; font-weight:bold; }
.iso h3 { font-size:30px; padding:0 0 40px; }
.iso p { line-height:26px; }
.iso hgroup a { font-size:16px; color:#fff; background:#f60; height:56px; width:100%; border-radius:5px; margin:60px 0 0;
    background:-moz-linear-gradient(top,  #ffc900 0%, #ff6a00 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc900), color-stop(100%,#ff6a00));
    background:-webkit-linear-gradient(top,  #ffc900 0%,#ff6a00 100%);
    background:-o-linear-gradient(top,  #ffc900 0%,#ff6a00 100%);
    background:-ms-linear-gradient(top,  #ffc900 0%,#ff6a00 100%);
    background:linear-gradient(to bottom,  #ffc900 0%,#ff6a00 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc900', endColorstr='#ff6a00',GradientType=0 );
}
.iso ul { float:right; height:100%; width:880px; margin:0 -10px; }
.iso li { float:left; width:33.3333334%; padding:10px; height:50%; box-sizing:border-box; }
.iso dl,.iso dt { position:relative; height:100%; width:100%; }
.iso dl a,.iso dt img { position:relative; height:100%; width:100%; display:block; }
.iso dd { position:absolute; left:0; right:0; top:0; bottom:0; background:url(images/iso_li.png) no-repeat center rgba(0,0,0,0.8); color:#fff; opacity:0; z-index:2; font-size:16px; padding:25px 68px; }
.iso dl:hover dd { opacity:1; border:5px solid rgba(255,255,255,0.6); }

/* 版权信息 */
footer { padding:25px 0; background:#000; color:#fff; }
footer i { padding:0 5px 0 0; }
footer a { color:#fff; }

/*通用属性*/
.cover { height:84px; }

.content { position:relative; padding:0 0 50px; min-height:600px; }
.left { position:absolute; width:210px; height:100%; left:0; top:0; }
.left:before { position:absolute; left:0; right:0; top:-86px; bottom:0; content:''; background:url(images/left_bg.png) repeat-y left top /100% auto; z-index:1; }
.left h2 { height:126px; position:relative; z-index:2; }
.left h2 a { width:100%; height:100%; }
.left h2 a img { width:80%; }
.left ul { position:relative; z-index:2; margin:95px 8px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
.left li { border-top:1px solid #ccc; border-bottom:1px solid #ccc; }
.left li a { display:block; line-height:42px; text-align:center; font-size:16px; color:#000; }
.left li a:hover,.left li a.current { background:#000; color:#fff; border-radius:5px; }


.right { float:right; width:940px; }
.current_location { line-height:56px; }
.catalog { height:36px; border:1px solid #274195; width:80%; margin:0 10% 20px; border-radius:5px; }
.catalog ul { width:100%; height:100%; }
.catalog li { text-align:center; box-sizing:border-box; border-left:1px solid #274195; }
.catalog li:first-child { border:0; }
.catalog li a {  }
.catalog li a:hover,.catalog li a.current { color:#274195; }

/*产品*/
.pro {  }
.pro ul { margin:0 -10px; }
.pro li { float:left; width:33.3333334%; padding:0 10px 20px; box-sizing:border-box; }
.pro dl,.pro dt { position:relative; }
.pro dt p.flex { height:224px; width:100%; background:url(images/pro_li.png) no-repeat bottom center; }
.pro dt p.flex img { max-width:100%; max-height:90%; }
.pro dt p.parent { line-height:36px; color:#666; }
.pro dt p.name { line-height:14px; color:#000; }
.pro dt p.more { line-height:36px; color:#4c8abb; padding:0 0 16px; }
.pro dt p.more i { display:inline-block; padding:0 0 0 4px; }
.pro dd { position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); opacity:0; }
.pro dd p { height:260px; line-height:inherit; color:#fff; }
.pro dd p i { font-size:60px; }
.pro dd p b { font-size:22px; }
.pro dd a { height:42px; width:250px; color:#fff; font-size:16px; border-radius:5px; background:#333; margin:0 auto;
    background:-moz-linear-gradient(top,  #3c3c3c 0%, #000 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#000));
    background:-webkit-linear-gradient(top,  #3c3c3c 0%,#000 100%);
    background:-o-linear-gradient(top,  #3c3c3c 0%,#000 100%);
    background:-ms-linear-gradient(top,  #3c3c3c 0%,#000 100%);
    background:linear-gradient(to bottom,  #3c3c3c 0%,#000 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#000',GradientType=0 );
}
.pro dl:hover dd { opacity:1; }

.prod { padding:20px 0 0; }
.prod_title { border-bottom:1px solid #ccc; margin:0 0 20px; }
.prod_title h2 { line-height:30px; font-size:26px; color:#274195; }
.prod_title h3 { line-height:24px; font-size:16px; padding:0 0 20px; }
.prod_title h4 { font-size:16px; color:#274195; line-height:26px; }

.prod_detail { height:600px; margin:0 0 20px; }
.prod_detail .float_left { height:100%; width:460px; border:8px solid #eee; box-sizing:border-box; }
.prod_detail .float_left img { max-width:90%; max-height:90%; }
.prod_detail .float_right { height:100%; width:460px; }
.prod_detail table { border-collapse:collapse; width:100%; height:100%; }
.prod_detail td { padding:0 5px; border:1px solid #ccc; text-align:center; vertical-align:middle; }

.prod_intro { padding:0 0 20px; position:relative; }
.prod_intro hgroup { position:relative; }
.prod_intro hgroup img { max-width:100%; max-height:100%; }
.prod_intro h3 { font-size:16px; line-height:16px; margin:0 0 10px; color:#274195;}
.prod_intro p { text-indent:2em; margin:0 0 10px; }
.prod_intro .video { position:relative; }
.prod_intro .video video { background:#000; max-width:100%; height:auto; }

/*解决方案*/
.case {  }
.case ul { margin:0 -10px; }
.case li { float:left; width:33.3333334%; padding:0 10px 20px; box-sizing:border-box; }
.case dl,.case dt { position:relative; }
.case dt img { height:200px; width:100%; }
.case dt a { position:absolute; top:5px; left:5px; right:5px; bottom:5px; background:url(images/iso_li.png) no-repeat center rgba(0,0,0,0.8); color:#fff; opacity:0; font-size:16px; }
.case dd { border-top:2px solid #274195; }
.case dd a { display:block; line-height:36px; text-align:center; height:36px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; background:#eee; }
.case dl:hover dt a { opacity:1; }
.case dl:hover dd a { background:#274195; color:#fff; }

.cased { padding:10px 0 0; }
.cased h1 { line-height:30px; font-size:20px; padding:10px; border-bottom:1px solid #ccc; margin:0 0 20px; }
.cased h2 { position:relative; height:36px; color:#fff; line-height:33px; width:70px; font-size:18px; padding:0 18px 0 0; text-align:center; background:#274195; margin:0 0 10px; }
.cased h2:before { position:absolute; right:0; top:0; content:''; z-index:1; height:0; width:0; border:18px solid #fff; border-color:transparent #fff transparent transparent; }

.cased_slideshow h3 { width:500px; height:500px; margin:0 auto; border:1px solid #ccc; cursor:pointer; }
.cased_slideshow h3 img { max-height:100%; max-width:100%; }
.cased_slideshow hgroup { padding:5px 0 15px; }
.cased_slideshow ul { margin:0 -5px; }
.cased_slideshow li { float:left; width:10%; padding:5px; box-sizing:border-box; }
.cased_slideshow li a { width:100%; height:85px; padding:2px; border:1px solid #ccc; box-sizing:border-box; -o-transition:all 0s; -moz-transition:all 0s; -webkit-transition:all 0s; -ms-transition:all 0s; transition:all 0s; }
.cased_slideshow li a.current,.cased_slideshow li a:hover { border:2px solid #f00; padding:1px; }
.cased_slideshow li img { max-height:100%; max-width:100%; }

.cased_content { padding:0 0 20px; }
.cased_content h3 { font-size:16px; line-height:16px; margin:0 0 10px; color:#274195;}
.cased_content p { text-indent:2em; margin:0 0 10px; }

.cased_video { position:relative; padding:0 0 20px; }
.cased_video video { background:#000; max-width:100%; height:auto; }

/*新闻*/
.news {  }
.news h2 { height:20px; padding:0 0 20px; border-bottom:1px solid #ccc; font-size:20px; }
.news h2 i { font-size:16px; color:#274195; padding:0 0 0 5px; }
.news hgroup { padding:0 0 20px; }
.news dl { position:relative; height:140px; padding:20px 0; border-bottom:1px solid #ccc; }
.news dt { float:left; height:100%; width:210px; }
.news dt a,.news dt img { height:100%; width:100%; }
.news dd { float:right; height:100%; width:710px; }
.news dd h3 { height:40px; line-height:40px; font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.news dd p { height:52px; line-height:26px; color:#666; overflow:hidden; margin:10px 0 24px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.news dd i { height:14px; color:#666; }

/*关于我们*/
.intro {  }
.ahout_title { padding:0 0 30px; }
.ahout_title h2 { font-size:22px; color:#274195; }
.ahout_title h3 { font-size:20px; font-weight:bold; }

.intro_content { padding:0 0 30px; }
.intro_content p { font-size:16px; line-height:26px; text-indent:2em; margin:0 0 10px; }
.intro_content ul { margin:0 -10px; }
.intro_content li { float:left; padding:10px; box-sizing:border-box; width:33.3333334%; }
.intro_content li img { width:300px; height:200px; }

.intro_culture { position:relative; }
.intro_culture ul { margin:0 -10px; }
.intro_culture li { width:25%; padding:0 10px; box-sizing:border-box; }
.intro_culture li dl { position:relative; }
.intro_culture li dt { color:#fff; width:220px; height:220px; position:relative; z-index:2; font-size:100px; }
.intro_culture li dt:before { position:absolute; left:-50%; top:0; content:'';height:0; width:0; z-index:-1; border:110px solid #274195; border-color:transparent #274195 transparent transparent; }
.intro_culture li dt:after { position:absolute; left:50%; top:0; content:'';height:0; width:0; z-index:-1; border:110px solid #274195; border-color:transparent transparent transparent #274195; }
.intro_culture li dd { font-size:18px; height:84px; }
.intro_culture p { text-align:center; font-size:16px; line-height:26px; }

.jion {  }
.jion_content { padding:0 0 10px; }
.jion_content p { font-size:16px; line-height:26px; text-indent:2em; margin:0 0 10px; }

.jion table.jion_list { border-collapse:collapse; width:100%; text-align:center; vertical-align:middle; margin:0 0 20px; }
.jion .jion_list tr,.jion .jion_list td,.jion .jion_list th { text-align:center; vertical-align:middle; }
.jion .jion_list tr:first-child { background:#000; border-radius:5px 5px 0 0; border:0; }
.jion .jion_list tr th { height:42px; color:#fff; font-size:16px; font-weight:normal; }
.jion .jion_list tr { border:1px solid #ccc; border-top:0; }
.jion .jion_list tr td { height:60px; }

.jion_title { padding:10px 0; border-bottom:1px solid #ccc; color:#f60; }
.jion_title h2	{ font-size:20px; }
.jion table.jion_detail { border-collapse:collapse; width:100%; vertical-align:middle; margin:20px 0; }
.jion .jion_detail tr td { padding:5px 10px; border:1px solid #ccc; }
.jion .jion_detail tr:last-child td { padding:10px; }
.jion .jion_detail p { text-indent:2em; }
.jion .jion_detail p:last-child {  }
.jion .jion_detail h3 { font-size:16px; color:#274195; padding:8px 0; }
.jion .jion_detail h3:first-child { padding:0 0 8px; }
.jion .jion_detail h4 { font-size:16px; padding:10px; text-align:center; color:#f60; }
.jion .jion_detail h4 a { color:#f60; }

.jion_more { height:42px; }
.jion_more a { height:100%; background:#f60; color:#fff; font-size:16px; padding:0 15px; }
.jion_more a b,.jion_more a i { padding:0 5px; }
.jion_more a i { font-size:24px; }

.contact_intro { position:relative; background:#ececec; border-radius:5px; height:86px; margin:0 0 20px; padding:0 0 0 130px; box-sizing:border-box; }
.contact_intro:before { position:absolute; left:0; top:0; width:130px; height:100%; line-height:86px; content:'\e607'; font-family:"iconfont"; text-align:center; font-size:70px; color:#f60; }
.contact_intro p { font-size:16px; line-height:26px; }

.map { height:500px; }
.map img { max-width:none; }
.iw_poi_title { color:#f60; font-size:15px; overflow:hidden; padding-right:13px; white-space:nowrap; }
.iw_poi_content { overflow:visible; padding-top:4px; white-space:-moz-pre-wrap; word-wrap:break-word; line-height:20px; color:#274195; font-size:13px; }

.contact hgroup { margin:20px 0 0; height:165px; }
.contact hgroup dl { width:300px; height:100%; border-radius:5px; background:#ececec; }
.contact hgroup dl:nth-child(2) { margin:0 20px; }
.contact hgroup dt { font-size:60px; color:#274195; }
.contact hgroup dd { height:24px; }
.contact hgroup dd.flex { color:#f60; }
.contact hgroup dd {  }
/*通用信息*/
.info {  }
.info_title { border-bottom:1px solid #ccc; }
.info_title h2 { font-size:20px; padding:0 0 5px; }
.info_title p,.info_title p a { color:#666; }
.info_title p i { padding:0 10px 0 0; }
.info_content { padding:20px 0; }
.info_content p { margin:0 0 5px; }
.info_content img { display:block; margin:0 auto; padding:0 0 10px; max-width:100%; }
.info_around { padding:5px 10px; border:1px solid #666; border-radius:5px; color:#666; }
.info_around a { color:#666; }
.info_around p { width:100%; height:22px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
/*分页*/
.page_turner {  }
.page_turner a { display:inline-block; margin:0 5px; line-height:36px; width:36px; color:#fff; background:#274195; border-radius:100%; text-align:center; }
.page_turner a.pre { width:auto; padding:0 15px; border-radius:18px; }
.page_turner a.nxt { width:auto; padding:0 15px; border-radius:18px; }
.page_turner a:link, .page_turner a:visited { text-decoration:none; }
.page_turner a:hover, .page_turner a.current { background:#fff; color:#274195; box-shadow:0 0 2px #333; }
#total { color:red; }