﻿@charset "utf-8";
/* CSS Document */
/*CSS重置*/
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin:0px;}
input,button,ul,ol{margin:0px;padding:0px;}
body,input,button,form{font-size:14px; line-height: 28px; font-family: "microsoft yahei", "Arial"; color:#333333;}
h1,h2,h3,h4,h5,h6,font {font-size:14px; font-weight: normal; }
ul,ol,li{list-style:none;}
img{border:0px; }
em,i{ font-style:normal; }
button,input,select,textarea{font-size: 100%; border: 0 none;}
table {border-collapse: collapse;border-spacing:0;}
.ease, .ease *{ -webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms; }
.noease, .noease * { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; }
:-moz-placeholder{  color: #999;  }
::-moz-placeholder{ color: #999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color: #999;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color: #999;}
/*清除浮动*/
.clearfix:after {visibility:hidden;display:block;font-size: 0;content: " ";clear:both;height:0;}
.clearfix{*zoom:1;}
/*网站公用样式表*/
a{ color:#333333; text-decoration:none;}
a:hover{ color:#0062d0; text-decoration:none; }
a:visited{text-decoration:none;}
.w1000{width:1000px; margin:0px auto;}
.blue{ color:#0062d0;}
.red{ color: #e62129; }
.fl{ float:left;}
.fr{ float:right;}
.clear { clear: both; }
.por{ position: relative;}
.poa{ position: absolute;}
.hidden{ display:none;}
.icon{ background:url(../images/icon.png) no-repeat; display:inline-block; vertical-align:middle;}
/*header_main*/
#header_main{ width: 100%; height: 95px; position: fixed; z-index: 999; background-color: #fff; box-shadow: 0 2px 2px rgba(0,0,0,.2); }
#header_main .logo{ width: 202px; height: 95px; display: block; }
#header_main .logo,#header_main .logo img{ margin-right: 10px; }
#header_main .header{ width:1396px; margin: 0px auto; }
#header_main .nav{ width: 1000px; margin-left: 10px; }
#header_main .nav li{ width: 111px; text-align: center; float: left; height: 95px; line-height: 95px; background: url(../images/nav-li-split.jpg) no-repeat left center; }
#header_main .nav li:first-child{ background: none; }
#header_main .nav li s{ transition: all .3s; }
#header_main .nav li a{ width: 100%; display: block; }
#header_main .nav li a:hover{ background: #2553b3; color: #fff; }
#header_main .nav li:hover,#header_main .nav li.hover{ height: 109px; background: #2553b3; border-top: 3px solid #f14a00; line-height: 40px; color: #fff; }
#header_main .nav li:hover a,#header_main .nav li.hover a{ color: #fff; }
#header_main .nav li s{ width: 46px; height: 0; display: block; margin: 0px auto 0;background: url(../images/nav-ico.png) no-repeat left top; }
#header_main .nav .nav2 s{ background-position: -76px 0; }
#header_main .nav .nav3 s{ background-position: -156px 0; }
#header_main .nav .nav4 s{ background-position: -234px 0; }
#header_main .nav .nav5 s{ background-position: -312px 0; }
#header_main .nav .nav6 s{ background-position: -391px 0; }
#header_main .nav .nav7 s{ background-position: -470px 0; }
#header_main .nav .nav8 s{ background-position: -550px 0; }
#header_main .nav .nav9 s{ background-position: -626px 0; }
#header_main .nav li:hover s,#header_main .nav li.hover s{ height: 46px; margin-top: 15px; }
/*share*/
#header_main .top-share{ padding-top: 26px; }
#header_main .top-share a{ width: 40px; height: 40px; border-radius: 100%; padding: 0; margin: 0 0 0 10px !important; background:url(../images/icon.png) no-repeat !important; }
#header_main .top-share a.bds_sqq{ background-position: -56px 0 !important; }
#header_main .top-share a.bds_tsina{ background-position: -106px 0 !important; }
#header_main .top-share a.bds_weixin{ background-position: -156px 0 !important; }
@media only screen and (max-width:1370px) {
    #header_main .top-share{ display: none; }
    #header_main .header{ width: 1224px; }
}
/* banner */
#banner_main{ width: 100%; height: 500px; padding-top: 95px; overflow: hidden;}
#banner_main .banner,#banner_main .banner .list, #banner_main .banner .list li, #banner_main .banner .list img { height:500px;}
#banner_main .banner { position:relative; width:100%; }
#banner_main .banner *{ transition: none;}
#banner_main .banner .list {  width:100%; position:relative; overflow:hidden; }
#banner_main .banner .list li { width:100%; overflow:hidden; left: 0; top: 0; position:absolute; }
#banner_main .banner .list li a { display:block; overflow:hidden; width:100%; }
#banner_main .banner .list img { display:block; width:1920px; background:#f1f1f1; position:absolute; left:50%; margin-left:-960px; }
#banner_main .banner .tip { width:100%; height: 12px; position:absolute; left:0; bottom:40px; z-index:5; text-align:center;}
#banner_main .banner .tip span{ width:12px; height:12px; margin:0 5px; display: inline-block; *display: inline; zoom: 1; border-radius: 100%; vertical-align: middle; line-height:0; font-size:0; cursor: pointer; background: #2553b3; transition: all .3s; }
#banner_main .banner .tip span.cur { background: #fff; }
/*search*/
#search_main { width:100%; height:68px; line-height: 68px; background:#fafafa; border-bottom: 1px solid #f4f4f4; }
#search_main .search{ } 
#search_main .search_form{ width:300px; height:32px; height:32px; margin-right: 20px; margin-top: 18px; background: #dcdcdc; border-radius: 3px; }
#search_main .search_form input{ border:0 none; display:block; } 
#search_main .search .stxt{ width:260px; height:32px; padding-left: 6px; background: none; }
#search_main .search .sbtn{ width:30px; height:28px; margin:2px 2px 0 0; cursor: pointer; background-position:-310px -28px; background-color: #2553b3;  border-radius: 3px; }
#search_main .search .skey{ color: #e1e1e1; }
#search_main .search .skey a{ margin: 0 10px;}
#search_main .search .skey span{  color: #2c2c2c; }
/*tel*/
.tel{ width: 196px; *width: 210px; line-height: 22px; margin-top: 8px; color: #2553b3; }
.tel s{ width: 16px; height: 16px; background-position:-216px -34px; margin-right:2px;  }
.tel span{ color: #c4c4c4; }
.tel strong{ font-size: 27px; line-height: 27px; display: block; font-family: "arial"; font-weight: normal; }
/*main css*/
.indexTit{ width: 100%; text-align: center; color: #2553b3; line-height: 40px; margin-bottom: 50px; }
.indexTit h3{ color: #0062d0; text-transform: uppercase; font-weight: bold; font-family: arial; font-size: 36px; }
.indexTit h3 span{ color: #009403; }
.indexTit h2{ font-size: 24px; font-weight: bold; margin-bottom: 10px; }
.indexTit .line{ width: 50px; height: 4px; display: block; background: #2553b3; margin: 0 auto; }
/*floor_1_main*/
#floor_1_main{ padding: 50px 0 55px; }
#floor_1_main .icase{ width: 100%; position: relative;  }
#floor_1_main .icaseCon .hd{ display: none; }
#floor_1_main .icase .prev,#floor_1_main .icase .next{  position: absolute; width: 40px; height: 40px; display: block; top: 50%; margin-top: -20px; background-position: 0 -127px; cursor: pointer; }
#floor_1_main .icase .prev{ left: -70px; }
#floor_1_main .icase .next{ right: -70px; background-position: -50px -127px; }
#floor_1_main .icaseCon{ overflow: hidden; position: relative; }
#floor_1_main .icaseCon .list{ width: 500%; position: relative; }
#floor_1_main .icaseCon .item,#floor_1_main .icaseCon .item *{ transition: all .4s; }
#floor_1_main .icaseCon .item{ width: 250px; height: 400px; float: left; position: relative; background:#fff; overflow: hidden; }
#floor_1_main .icaseCon .item a{ display: block; width: 100%; }
#floor_1_main .icaseCon .item img{ width: 250px; height: 400px; display: block; }
#floor_1_main .icaseCon .item .txtcon{ width: 220px; padding: 0 10px 10px 20px; position: absolute; left: 0; top: 0; background: #ffffff; opacity: 0; filter: alpha(opacity=0); top: -200px; }
#floor_1_main .icaseCon .item .txtcon h3{ font-weight: bold; font-size: 18px; color: #333333; line-height: 40px; }
#floor_1_main .icaseCon .item .txtcon s{ width: 45px; height: 2px; margin-bottom: 5px; display: block; background: #e0e0e0; }
#floor_1_main .icaseCon .item .txtcon .txt{ font-weight: bold; color: #333; }
#floor_1_main .icaseCon .item .txtcon .more{ width: 92px; height: 24px; line-height: 24px; text-align: center; border-radius: 2px; background: #f14a00; display: block; color: #fff; margin:12px 0 0; border: 0; }
#floor_1_main .icaseCon .item:hover .txtcon{  opacity: 1; filter: alpha(opacity=100); top: 0; }
#floor_1_main .more{ width: 498px; height: 46px; line-height: 46px; text-align: center; border: 1px solid #c6c6c6; border-radius: 2px; color: #4e4e4e; transition: all .3s; display: block; margin: 50px auto 0; }
#floor_1_main .more:hover{ color: #2553b3; border-color: #2553b3; }
/*floor_2_main*/
#floor_2_main{ width: 100%; height: 388px; padding-top: 114px; background: url(../images/iaboutbg.jpg) no-repeat center top; }
#floor_2_main .list{ width: 283px; }
#floor_2_main .list li{ width: 135px; height: 135px; background: #2553b3; text-align: center; color: #fff; font-size: 16px; float: left; margin-right: 3px; margin-bottom: 3px; transition: all .3s; }
#floor_2_main .list li a{ width: 135px; height: 135px; color: #fff; display: block; }
#floor_2_main .list li s{ width: 58px; height: 54px; margin: 25px auto 5px; background-position: 6px -59px; display: block; }
#floor_2_main .list li.a2 s{ background-position: -78px -59px; }
#floor_2_main .list li.a3 s{ background-position: -159px -59px; }
#floor_2_main .list li.a4 s{ background-position: -244px -59px; }
#floor_2_main .list li:hover{ background: #009403; }
#floor_2_main .img,#floor_2_main .img img{ width: 379px; height: 274px; display: block; }
#floor_2_main .txtcon{ width: 322px; }
#floor_2_main .txtcon .title{ font-size: 30px; color: #fff; line-height: 38px; margin-top: -5px; }
#floor_2_main .txtcon .title p { font-size: 36px; font-family:"arial"; font-weight: bold; }
#floor_2_main .txtcon .title span { color: #00a8ff; }
#floor_2_main .txtcon .txt{ line-height: 24px; height: 120px; overflow: hidden; margin-bottom: 20px; color: #fff; margin-top: 25px; }
#floor_2_main .txtcon .more{ color: #00a8ff; transition: all .3s; font-weight: bold; font-family:"arial"; }
#floor_2_main .txtcon .more:hover{ color:#fff; }
/*floor_3_main*/
#floor_3_main{ position: relative; padding: 60px 0 30px; }
#floor_3_main .indexTit{ margin-bottom: 25px; }
#floor_3_main .prev,#floor_3_main .next{  position: absolute; width: 40px; height: 40px; display: block; top: 62%; margin-top: -20px; background-position: 0 -127px; cursor: pointer; }
#floor_3_main .prev{ left: -50px; }
#floor_3_main .next{ right: -55px; background-position: -50px -127px; }

#floor_3_main .title{ font-size: 36px; color: #333; padding-top: 68px; text-align: center; height: 64px; line-height: 36px; background: url(../images/inewstitbg.png) no-repeat center bottom; }
#floor_3_main .tabTit{ width: 100%; text-align: center; padding-top: 20px; }
#floor_3_main .tabTit li{ width: 114px; height: 34px; line-height: 34px; display: inline-block; *display: inline; zoom: 1; margin: 0 12px; font-size: 18px; text-align: center; transition: all .3s; cursor: pointer; background-position: -115px -125px; transition: none; }
#floor_3_main .tabTit li.on{ background: #2553b3; color:#fff; }

#floor_3_main .inews{ padding: 45px 0 10px; width: 1000px; overflow: hidden; position: relative; }
#floor_3_main .inews .list{ width: 300%; padding: 10px 0 !important; }
#floor_3_main .inews .item{ width:300px; height: 370px; padding: 20px 10px 10px; margin:0 12px 0 4px; float: left; }
#floor_3_main .inews .item,#floor_3_main .inews .item *{ transition: all .3s; }
#floor_3_main .inews .item a{ width: 100%; display: block; }
#floor_3_main .inews .item .time{ width: 100%; font-family: arial; font-size: 24px; font-weight: bold; color: #b7b7b7; }
#floor_3_main .inews .item .time span{ font-size: 40px; line-height: 45px; display: block; color: #333333; }
#floor_3_main .inews .item .img{ margin: 10px 0 8px; }
#floor_3_main .inews .item .img{ width: 300px; height: 120px; display: block; }
#floor_3_main .inews .item h3{ font-weight: bold; font-size: 18px; line-height: 35px; color: #333333; }
#floor_3_main .inews .item .txt{ line-height: 24px; height: 72px; overflow: hidden; color: #333; }
#floor_3_main .inews .item .more{ width: 98px; height: 29px; line-height: 29px; text-align: center; color: #333333; font-weight: bold; font-family: arial; display: block; border: 1px solid #d3d3d3; margin-top: 10px; }
#floor_3_main .inews .item:hover{ box-shadow: 0px 0px 4px rgba(0,0,0,.3); }
#floor_3_main .inews .item:hover .time span,#floor_3_main .inews .item:hover h3{ color: #f14a00; }
#floor_3_main .inews .item:hover .more{ background: #f14a00; border-color: #f14a00; color: #fff; }
/*floor_4_main*/
#floor_4_main{ width: 100%; height: 700px; position: relative; z-index: 10; background: url(../images/partbg.jpg) no-repeat center top; }
#floor_4_main .floor_4_1{ width: 270px; height: 700px; position: relative; background: url(../images/blue90.png) repeat 0 0; }
#floor_4_main .floor_4_1 .prev,#floor_4_main .floor_4_1 .next{ width: 135px; height: 65px; cursor: pointer; text-align: center; border-bottom: 1px solid #f1f1f1; background: #00a8ff; float: left; }
#floor_4_main .floor_4_1 .prev{ background: #2553b3; }
#floor_4_main .floor_4_1 .prev span,#floor_4_main .floor_4_1 .next span{ width: 20px; height: 13px; margin: 26px auto; background-position: -250px -35px;  }
#floor_4_main .floor_4_1 .next span{ background-position: -282px -35px; }
#floor_4_main .floor_4_1 li{ width: 270px; height: 65px; display: block; *vertical-align: middle; background: #000; }
#floor_4_main .floor_4_1 li{ width: 100%; display: block; }
#floor_4_main .floor_4_1 li img{ width: 270px; transition: all .3s; height: 64px; display: block; border-bottom: 1px solid #f1f1f1; }
#floor_4_main .floor_4_1 li img:hover{ opacity: .9; }
#floor_4_main .floor_4_1 .title{ color: #fff; }
#floor_4_main .floor_4_1 .title span{ font-size: 36px; font-weight: bold; display: block; margin-top: 20px; line-height: 38px; padding-left: 20px; font-family: "arial"; }
#floor_4_main .floor_4_1 .title h4{ font-size: 18px; margin-top: 16px; padding-left: 20px; }
#floor_4_main .floor_4_1 .imglist{ height: 454px; overflow: hidden; }
#floor_4_main .floor_4_2{ width:630px; color: #fff; font-family: arial; font-size: 48px; line-height: 48px; }
#floor_4_main .floor_4_2 .title2{ padding-top: 60px; margin-bottom: 16px; text-shadow: 0 2px 2px rgba(0,0,0,.6);}
#floor_4_main .floor_4_2 .title2 span{ font-size:36px; display: block; }
#floor_4_main .floor_4_2 .title2 h3{ font-size: 24px; font-family: "微软雅黑"; }
#floor_4_main .floor_4_2 .vedioArea{ width: 630px; height: 365px; position: relative; overflow: hidden; z-index: 10; }
/*floor_5_main*/
#floor_5_main{ padding: 40px 0 100px; }
#floor_5_main .indexTit{ margin-bottom: 30px; }
#floor_5_main .imsg{ width: 100%; }
#floor_5_main .imsg .item{ width: 323px; height: 38px; margin-left: 12px; position: relative; float: left; line-height: 38px; border: 1px solid #d1d1d1; }
#floor_5_main .imsg .item label{ position: absolute; left: 0; top: 0; width: 50px; text-align: right; height: 38px; display: block; }
#floor_5_main .imsg em{ position: absolute; right: 6px; top: 2px; color: red; }
#floor_5_main .imsg .item .txt{ width: 100%; height: 38px; text-indent: 55px; line-height: 38px; border: 0px; background: none; outline: none; color: #666; }
#floor_5_main .imsg .item.xm,#floor_5_main .imsg .item.liuyan{ margin-left: 0; }
#floor_5_main .imsg .item.liuyan{ width: 997px; margin: 10px 0 20px; height: 148px; line-height: 38px; }
#floor_5_main .imsg .item.liuyan textarea{  width: 997px; line-height: 35px; color: #666; overflow: hidden; text-indent: 55px; height: 142px; font-family: "微软雅黑"; resize: none; border: 0; background: none; }
#floor_5_main .imsg .btn{ width: 100%; float: left; }
#floor_5_main .imsg .btn input{ width: 325px; height: 45px; cursor: pointer; font-size: 16px; line-height: 45px; text-align: center; color:#fff; display: block; background: #2553b3; }
#floor_5_main .imsg .btn .submit{ background: #f14a00; }
/*footer_main*/
.footer_nav{ width: 100%; height: 50px; line-height: 50px; text-align: center; color: #fff; background: #2553b3; }
.footer_nav li{ width: 111px; float: left; }
.footer_nav a{ display: block; color: #fff; transition: all .3s; }
.footer_nav a:hover{ color: #f14a00; }
/*copyright*/
#footer_main{ width: 100%; background: #1f489c;}
#footer_main .f-txt{ width: 460px; padding: 40px 0 35px; line-height: 36px; color: #fff; }
#footer_main .f-txt p{ float: left; }
#footer_main .f-txt p s{ width: 18px; height: 18px; margin-right: 3px; background-position: -216px 0; }
#footer_main .f-txt .a1{ width: 100%; }
#footer_main .f-txt .a2,#footer_main .f-txt .a4{ width: 45%; }
#footer_main .f-txt .a3,#footer_main .f-txt .a5{ width: 55%; }
#footer_main .f-txt .a2 s{ background-position: -248px 0; }
#footer_main .f-txt .a3 s{ background-position: -280px 0; }
#footer_main .f-txt .a4 s{ background-position: -312px 0; }
#footer_main .f-txt .a5 s{ background-position: -344px 0; }
#footer_main .erImg{ padding-top: 40px; }
#footer_main .erImg h4{ width: 13px; line-height: 13px; margin-right: 5px; color: #fff; float: left;  }
#footer_main .erImg img{ width: 90px; height: 90px; border: 3px solid #fff; }
#copyright_main{ width: 100%; height: 40px; line-height: 40px; background: #1f489c; color: #90aff0; border-top: 1px solid #2553b3; }
#copyright_main span{ margin-top: 8px; }
#copyright_main a{ color: #90aff0; }
#copyright_main a:hover{ color: #fff; }
/* rightFix */
/********.toolbar1*********/
.toolbar1 { width: 50px; position: fixed; right: 1%; top: 200px; z-index: 999; }
.toolbar1 dd { width: 50px; height: 50px; background: #0062d0; position: relative; border-radius: 100%; margin-bottom: 3px; }
.toolbar1 dd i { width: 50px; height: 50px; display: block; position: absolute; left: 0; top: 0; cursor: pointer; text-align: center; }
.toolbar1 dd i span { width: 35px; height: 35px; display: block; margin: 7px 0 0 7px;  *margin: 7px 0 0 0;
background: url("../images/rightFixIcon.png") no-repeat 0 0; }
.toolbar1 .slide-tel { display: block; width: 0; height: 50px; line-height: 50px; font-size: 24px; font-weight: bold; font-family: arial; color: #FFF; position: absolute; padding: 0 0 0 50px; top: 0; right: 0; overflow: hidden; }
.toolbar1 .pop { position: absolute; right: 90px; top: -65px; background: #47bc00; display: none; }
.toolbar1 .pop-code { width: 120px; padding: 20px 20px 0; }
.toolbar1 .pop-code img { width: 120px; height: 120px; display: block; }
.toolbar1 .pop-code h3 { height: 50px; line-height: 50px; text-align: center; color: #f2e8e1; font-size: 16px; font-weight: 400; white-space: nowrap; }
.toolbar1 .qq span { background-position: 0 -47px; }
.toolbar1 .qq a { width: 50px; height: 50px; cursor: pointer; display: block; }
.toolbar1 .qq:hover { background: #47bc00; border-radius: 100%; }
.toolbar1 .stel span { background-position: 0 0; }
.toolbar1 .stel:hover { background: #47bc00; }
.toolbar1 .code span { background-position: 0 -95px; }
.toolbar1 .code:hover { background: #47bc00; border-radius: 100%; }
.toolbar1 .phonec span { background-position: 0 -142px; }
.toolbar1 .top span { background-position: 0 -189px; }
.toolbar1 .close:hover { background: #47bc00; border-radius: 100%; }
.toolbar1 .top:hover { background: #47bc00; border-radius: 100%; }
/**************
 * hover css3
 * ******************/
/* Bubble Bottom */
.hvr-bubble-bottom{display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative;}
.hvr-bubble-bottom:before{pointer-events: none; position: absolute; z-index: -1; content: ''; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; left: calc(50% - 15px); bottom: 0; border-width: 15px 15px 0 15px; border-color: #216ec4 transparent transparent transparent; transition: all .3s;}
.hvr-bubble-bottom.hover:before,.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before{-webkit-transform: translateY(15px); transform: translateY(15px);  border-width: 15px 15px 0 15px; border-color: #509df3 transparent transparent transparent; }
/* Bubble Top */
.hvr-bubble-top{display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; position: relative;}
.hvr-bubble-top:before{pointer-events: none; position: absolute; z-index: -1; content: ''; border-style: solid; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; left: calc(50% - 16px); top: 0; border-width: 0 16px 16px 16px; border-color: transparent transparent #005bac transparent;}
.hvr-bubble-top:hover:before,.hvr-bubble-top.hover:before,.hvr-bubble-top:focus:before, .hvr-bubble-top:active:before{-webkit-transform: translateY(-16px); transform: translateY(-16px);}


.Npart1 { height: 85px; width: 100%; line-height: 85px; }
.Npart1 .w .fl { font-size: 14px; }
.Npart1 .w .fl b { float: left; background: url(../images/hot.jpg) no-repeat 0px 24px; padding-left: 40px; color: #ff7e00; padding-right: 10px; }
.Npart1 .w .fl .keya { float: left; }
.Npart1 .w .fl .keya a { float: left; display: block; color: #555; padding: 0px 10px; }
.Npart1 .w .fl .keya a:hover { text-decoration: underline; color: #005bac; }
/*search*/
.Npart1 .w .ss { width: 312px; padding-top: 23px; }
.Npart1 .w .search { height: 30px; width: 320px; }
.Npart1 .w .search_form { width: 247px; height: 36px; float: left; padding: 0px 10px; overflow: hidden; line-height: 36px; border-left: 3px solid #e7e7e7; border-top: 3px solid #e7e7e7; border-bottom: 3px solid #e7e7e7; }
.Npart1 .w .search_form input { border: 0; background: transparent; color: #bebdbd; width: 247px; height: 36px; line-height: 36px; }
.Npart1 .w .search_btn { float: left; width: 42px; height: 42px; display: inline; background: #ff7e00; }
.Npart1 .w .search_btn .pushbutton { background: url(../images/input.png) no-repeat center; border: 0px; width: 42px; height: 42px; cursor: pointer; padding: 0px; margin: 0px; float: left; }
.Npart1 .w .search_btn .pushbutton:hover { background-color: #e97e00; }
i, em { font-style: normal; }
.divline { height: 10px; overflow: hidden; clear: both; }
.v50 { height: 50px; }
.ow { min-width: 1200px; }
.w { width: 1000px; margin: 0 auto; }
.fr { float: right; }
.fl { float: left; }
.ecf0f3 { background: #ecf0f3; }
/*.f2f2f2 { background: #f1f1f1; }*/
.nybanner { height: 200px; display: block; padding-top: 95px;}
.submian { padding-bottom: 30px; }
.submian .sobtitle { height: 20px; line-height: 20px; padding: 25px 0px; font-size: 14px; }
.submian .sobtitle a { font-size: 14px; color:#333 }
.submian .sobtitle a:hover{ color: #2553b3; }
.submian .sobtitle a.now { color: #005bac; font-size: 14px; font-weight: bold; }
.submian .sobtitle a.now:hover { text-decoration: underline; }
.submian .subleft { width: 245px; }
.submian .subleft .title { background: #2553b3 ; height: 67px; color: #fff; font-size: 20px; font-weight: bold; border-radius: 5px 5px 0px 0px; padding-right:29px;}
    .submian .subleft .title h2 {
        line-height:67px; text-align:center; font-size:20px;font-weight:bold;
    }

.submian .subleft .title i { font-size: 20px; font-weight: bold; color: #fff; padding-left:13px; padding-top:2px; }
.submian .subleft .bort9 { border-top: 9px solid #005bac; border-radius: 5px 5px 0px 0px; }
.submian .subleft .bor9 { border-bottom: 9px solid #2553b3; }
.submian .subleft .lefta { width: 245px; margin-bottom: 10px; }
.submian .subleft .lefta .comt { background: #fff; }
.submian .subleft .lefta .comt ul li { line-height: 54px; }
.submian .subleft .lefta .comt ul li a { height: 54px; line-height: 54px; display: block; padding-left: 45px; font-size: 14px; border-bottom: 1px solid #f2f2f2; }
.submian .subleft .lefta .comt ul li .box { padding: 10px 0px; display: none; }
.submian .subleft .lefta .comt ul li .box a { height: 30px; line-height: 30px; display: block; color: #888; border: 0px; }
.submian .subleft .lefta .comt ul li .box a:hover { color: #005bac; background: none; }
.submian .subleft .lefta .comt ul li a:hover, .submian .subleft .lefta .comt ul li a.hover { background: url(../images/leftula.jpg) no-repeat left; font-weight: bold; color:#f1881e }
.submian .subleft .lefta .comt ul li.hover a { background: url(../images/leftula.jpg) no-repeat left; font-weight: bold; }
.submian .subleft .lefta .comt ul li.hover .box a { background: none; font-weight: normal; }
.submian .subleft .lefta .comt ul li.hover .box a.hover { color: #005bac; font-weight: bold; }
.submian .subleft .adv { margin-bottom: 10px; background: #000; }
.submian .subleft .adv a img { display: block; width: 100%; }
.submian .subleft .adv a:hover img { opacity: 0.9; filter: alpha(opacity=90); -moz-opacity: 0.9; -khtml-opacity: 0.9; }
.submian .subleft .leftnews { margin-bottom: 10px; }
.submian .subleft .leftnews .title { height: 42px; padding-left: 52px;
padding-top: 18px;}
.submian .subleft .leftnews .leftnewscomt { background: #fff; padding: 10px; }
.submian .subleft .leftnews .leftnewscomt ul li { height: 30px; line-height: 30px; border-bottom: 1px solid #f2f2f2; overflow: hidden; }
.submian .subleft .leftnews .leftnewscomt ul li a { font-size: 14px; display: block; padding-left: 10px; }
.submian .subleft .leftnews .leftcont { background: #fff; padding: 10px; }
.submian .subleft .leftnews .leftcont h2 { font-size: 16px; font-weight: bold; color: #f14a00; padding-bottom: 10px; border-bottom: 1px solid #f2f2f2; }
.submian .subleft .leftnews .leftcont span { line-height: 24px; font-size:12px; padding-top: 10px; display: block; border-bottom: 1px solid #f2f2f2; }
.submian .subleft .leftnews .leftcont p { font-size: 18px; color: #333; padding-top: 10px; line-height:normal}
.submian .subleft .leftnews .leftcont p i { font-size: 34px; color: #f14a00; display: block; font-family: impact; }
.submian .subright { width: 740px; padding-bottom: 20px;}

.submian .subright .newslist .textlist li { padding: 10px 0px; border-bottom: 1px dotted #c2c2c2;width: 100%;}
.submian .subright .newslist .textlist li a { display: block; cursor:pointer; }
.submian .subright .newslist ul li a img { width: 0; height: 110px; display: block; }
.submian .subright .newslist ul li a .txt { width: 690px; float: left; padding-left: 20px; }
.submian .subright .newslist .textlist li a p { height: 40px; line-height: 40px; }
.submian .subright .newslist .textlist li a b { color: #005bac; font-size: 14px; float: left; }
.submian .subright .newslist .textlist li a i { color: #666; float: right; }
.submian .subright .newslist .textlist li a span { line-height: 22px;max-height: 66px; overflow: hidden; display: block; color: #666; }
.submian .subright .newslist ul li a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; }
.submian .subright .newslist ul li a:hover p b { text-decoration: underline; }
.submian .subright .newslist ul li a:hover span { color: #777; }
.submian .subright .caselist ul li { padding: 20px 0px; border-bottom: 1px dotted #c2c2c2; height: 176px; }
.submian .subright .caselist ul li a { display: block; }
.submian .subright .caselist ul li a img { width: 220px; height: 162px; display: block; border: 7px solid #e2e2e2; }
.submian .subright .caselist ul li a .txt { width: 470px; float: left; padding-left: 20px; }
.submian .subright .caselist ul li a .txt p { height: 40px; line-height: 40px; color: #005bac; font-size: 14px; font-weight: bold; }
.submian .subright .caselist ul li a .txt i { color: #666; padding-bottom: 10px; display: block; }
.submian .subright .caselist ul li a .txt span { line-height: 22px; height: 88px; overflow: hidden; display: block; color: #666; }
.submian .subright .caselist ul li a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; border-color: #005bac; }
.submian .subright .caselist ul li a:hover p { text-decoration: underline; }
.submian .subright .caselist ul li a:hover span { color: #777; }


.submian .subright .anlitopH4, .submian .subright .divanli { background: #fff; }
.submian .subright .anlitopH4 { height: 38px; line-height: 38px; border: 1px solid #e4e4e4; }
.submian .subright .anlitopH4 span { border-left: 5px solid #f14a00; height: 38px; line-height: 38px;padding-left: 22px; display: block; float: left; color: #f14a00; font-weight: bold; font-size: 14px; }
.submian .subright .anlitopH4 span .org { color: #ff7e00; }
.submian .subright .anlitopH4 span .org { display:inline
    }
.submian .subright .anlitopH4 a { float: right; padding-right: 20px; }
.submian .subright .anlitopH4 .tel { float: right; padding-right: 10px; font-size: 14px; color: #005bac; }
.submian .subright .divanli { border: 1px solid #e4e4e4; border-top: none; margin-bottom: 10px; padding: 15px; }
.submian .subright .divanli ul { width: 105%; height: 185px; }
.submian .subright .divanli ul li { float: left; margin-left: 10px; }
.submian .subright .divanli ul li:first-child { margin-left: 0; }
.submian .subright .divanli ul li a img { width: 194px; height: 143px; display: block; border: solid 1px #e4e4e4; }
.submian .subright .divanli ul li a span { height: 45px; line-height: 45px; text-align: center; display: block; width: 170px; }
.submian .subright .divanli ul li a:hover img { border-color: #005bac; }
.submian .subright .divanli ul li a:hover span { color: #005bac; font-weight: bold; }
.submian .subright .divanli_mess { border: 1px solid #e4e4e4; border-top: none; margin-bottom: 10px; padding: 15px; background: #fff; }
.submian .subright .divanli_mess p { line-height:24px;
    }
.submian .subright .divanli_mess ul { width: 400px; margin: 20px auto 10px; }
.submian .subright .divanli_mess ul li { padding-bottom: 15px; height: 31px; }
.submian .subright .divanli_mess ul li label { float: left; width: 80px; padding-right: 10px; text-align: right; font-size: 14px; line-height: 31px; height: 31px; }
.submian .subright .divanli_mess ul li label font { color: #ff7e00; }
.submian .subright .divanli_mess ul li input { width: 245px; height: 29px; line-height: 29px; padding: 0px 10px; border: 1px solid #999; border-radius: 3px; font-size: 14px; float: left; }
.submian .subright .divanli_mess ul li.beizhu { height: 72px; }
.submian .subright .divanli_mess ul li.beizhu textarea { height: 60px; width: 245px; line-height: 29px; padding: 5px 10px; border: 1px solid #999; border-radius: 3px; font-size: 14px; float: left; outline: none; }
.submian .subright .divanli_mess ul li.yanzhenm input { width: 100px; }
.submian .subright .divanli_mess ul .bot { text-align: center; }
.submian .subright .divanli_mess ul .bot input { width: 141px; background: #ff7e00; cursor: pointer; border: 0px; color: #fff; height: 43px; line-height: 43px; }
.submian .subright .divanli_mess ul .bot input:hover { opacity: 0.8; }
.submian .subright .produtlist .list { overflow: hidden; }
.submian .subright .produtlist .list .itag { width: 102%; }
.submian .subright .produtlist .list .itag li {  float: left; margin-right:15px; height:229px;}
.submian .subright .produtlist .list .itag li a { display: block; height:229px }
.submian .subright .produtlist .list .itag li a img { width: 220px; height:162px; display: block; border:8px solid #e2e2e2; }
.submian .subright .produtlist .list .itag li a span {line-height: 26px; height:53px; display: block; text-align: center; font-size: 14px; }
.submian .subright .produtlist .list .itag li a:hover img { border-color: #f1881e; }
.submian .subright .produtlist .list .itag li a:hover span { color: #f1881e; }
.submian .subright .conBox .ArticleTitle h1 { font-size: 24px; text-align: center; padding: 20px 0px; border-bottom: 1px dotted #fff; font-weight: bold; }
.field_down {
    text-align:right
    }
.field_down a {
     background:url(../images/field_dowm.png) no-repeat center left; line-height:15px; padding-left:20px
    }
.submian .subright .conBox .ArticleMessage { line-height: 30px; height: 30px; margin-bottom: 10px; border-top: 1px dotted #ccc; }
.submian .subright .conBox .ArticleMessage span.sp { color: #999; float: left; margin-right: 10px; }
.submian .subright .conBox .ArticleMessage .jiathis_style { float: left; margin-top: 5px; }
.submian .subright .conBox .ArticleTencont { padding: 5px 0px 20px 0px; line-height: 28px; overflow: hidden; color: #666; }
.submian .subright .conBox .ArticleTencont p, span {
     line-height:1.5em
    }
.submian .subright .conBox .ArticleTencont img { max-width: 100%; }
.submian .subright .aboutlist { padding: 15px; line-height: 28px; color: #666; }
.submian .subright .aboutlist p, span { line-height:1.5em}
.submian .subright .aboutlist img { max-width: 100%; }
.submian .subright .showproduct { background: #fff; border: 1px solid #ccc; min-height: 500px; margin-bottom: 20px; padding: 15px; }
.submian .subright .showproduct .printview { padding-bottom: 25px; }
.submian .subright .showproduct .printview #preview { text-align: center; width: 352px; }
.submian .subright .showproduct .printview #preview .jqzoom { width: 350px; height: 262px; position: relative; border: 1px solid #ccc; }
.submian .subright .showproduct .printview #preview #spec-n5 { width: 350px; height: 66px; padding-top: 6px; overflow: hidden; }
.submian .subright .showproduct .printview #preview #spec-n5 #spec-left, .submian .subright .showproduct .printview #preview #spec-n5 #spec-right { font-family: arial; font-size: 20px; width: 30px; height: 66px; line-height: 66px; float: left; cursor: pointer; font-weight: bold; display: block; text-align: center; color: #a0a0a0; }
.submian .subright .showproduct .printview #preview #spec-n5 #spec-left:hover, .submian .subright .showproduct .printview #preview #spec-n5 #spec-right:hover { color: #005bac; }
.submian .subright .showproduct .printview #preview #spec-list { width: 290px; float: left; overflow: hidden; display: inline; position: relative; }
.submian .subright .showproduct .printview #preview #spec-list ul li { float: left; margin-right: 0px; display: inline; width: 101px; height: 66px; }
.submian .subright .showproduct .printview #preview #spec-list ul li img { border: 1px solid #ccc; width: 85px; height: 64px; float: left; }
.submian .subright .showproduct .printview .zoomdiv { left: 859px; height: 400px; width: 400px; }
.submian .subright .showproduct .there_divanli ul { width: 109%; height: 250px; overflow: hidden; }
.submian .subright .showproduct .there_divanli ul li { float: left; margin-right: 60px; }
.submian .subright .showproduct .there_divanli ul li a img { width: 185px; height: 250px; display: block; }
.submian .subright .showproduct .there_divanli ul li a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; }
/*jqzoom*/
.submian .subright .showproduct .printview .zoomdiv { z-index: 100; position: absolute; top: 1px; left: 0px; width: 400px; height: 400px; background: url(../images/loading.gif) #fff no-repeat center center; border: 1px solid #e4e4e4; display: none; text-align: center; overflow: hidden; }
.submian .subright .showproduct .printview .bigimg { width: 600px; height: 450px; }
.submian .subright .showproduct .printview .jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0px; left: 0px; width: 50px; height: 50px; border: 1px solid #aaa; background: #FEDE4F 50% top no-repeat; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); cursor: move; }
.submian .subright .showproduct .printview .prodbaseinfo_a { width: 325px; margin-left: 16px; z-index: 1; }
.submian .subright .showproduct .printview .prodbaseinfo_a .h2_prodtitle { font-size: 16px; color: #555; font-weight: bold; line-height: 30px; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo { padding: 6px 0; overflow: hidden; zoom: 1; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo li { display: block; color: #666; line-height: 24px; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo li i { font-weight: bold; }
.submian .subright .showproduct .printview .prodbaseinfo_a .dingo { height: 33px; overflow: hidden; width: 100%; }
.submian .subright .showproduct .printview .prodbaseinfo_a .dingo a.dg { float: left; background: #ff7e00; width: 108px; height: 33px; line-height: 33px; text-align: center; font-size: 14px; display: block; color: #fff; border-radius: 5px; }
.submian .subright .showproduct .printview .prodbaseinfo_a .dingo a.dg:hover { font-weight: bold; background: #eb7400; }
.submian .subright .showproduct .printview .prodbaseinfo_a .dingo .jiathis_style { float: left; margin-top: 8px; margin-left: 20px; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos { padding: 10px 15px; overflow: hidden; zoom: 1; background: #f3f3f3; font-size: 12px; font-weight: bold; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li span.hottel { color: #ff7e00; font-size: 22px; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight { padding-top: 10px; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight .input { border: 1px solid #ccc; width: 151px; height: 31px; line-height: 31px; padding: 0px 10px; float: left; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight a { float: left; background: #ff7e00; width: 108px; height: 33px; line-height: 33px; text-align: center; font-size: 14px; display: block; color: #fff; border-radius: 5px; border: 0px; margin-left: 10px; cursor: pointer; }
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight a:hover { font-weight: bold; background: #eb7400; }
.submian .subright .showproduct .two_anlitopH4 { background: url(../images/anlitopH4.jpg) repeat-x; height: 36px; line-height: 36px; border-right: 1px solid #ccc; }
.submian .subright .showproduct .two_anlitopH4 span { background: url(../images/anlitopH4_span.jpg) no-repeat; width: 90px; float: left; padding-left: 20px; color: #fff; font-size: 14px; }
.submian .subright .showproduct .two_anlitopH4 .tel { float: right; color: #005bac; font-size: 14px; padding-right: 10px; }
.submian .subright .showproduct .two_divanli { border: 1px solid #ccc; border-top: none; padding: 15px 15px 0px; }
.submian .subright .showproduct .two_divanli ul { width: 103%; }
.submian .subright .showproduct .two_divanli ul li { float: left; margin-right: 21px; }
.submian .subright .showproduct .two_divanli ul li a img { width: 150px; height: 112px; display: block; border: solid 1px #e4e4e4; }
.submian .subright .showproduct .two_divanli ul li a span { height: 45px; line-height: 22px; text-align: center; display: block; width: 152px; }
.submian .subright .showproduct .two_divanli ul li a:hover img { border-color: #005bac; }
.submian .subright .showproduct .two_divanli ul li a:hover span { color: #005bac; font-weight: bold; }
.submian .subright .showproduct .there_divanli { border: 1px solid #ccc; border-top: none; margin-bottom: 20px; padding: 15px; }
.submian .subright .showproduct .there_divanli ul { width: 109%; height: 140px; overflow: hidden; }
.submian .subright .showproduct .there_divanli ul li { float: left; margin-right: 60px; }
.submian .subright .showproduct .there_divanli ul li a img { width: 185px; height: 140px; display: block; }
.submian .subright .showproduct .there_divanli ul li a:hover img { opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; }
.submian .subright .showproduct .showcontact { background: url(../images/show_contact_pic.jpg) no-repeat right bottom; line-height: 30px; font-size: 14px; min-height: 235px; }
.submian .subright .showproduct .showcontact b { font-size: 14px; }
.submian .subright .showproduct .slidepro { margin-top: 20px; }
.submian .subright .showproduct .slidepro .hd { border-left: 1px solid #ccc; height: 35px; width: 100%; overflow: hidden; margin-bottom: -2px; }
.submian .subright .showproduct .slidepro .hd ul li { float: left; height: 32px; border-right: 1px solid #ddd; width: 130px; border-top: 2px solid #ddd; text-align: center; line-height: 32px; font-size: 14px; background: #f3f3f3; cursor: pointer; font-weight: bold; }
.submian .subright .showproduct .slidepro .hd ul li.on { color: #005bac; border-top: 2px solid #005bac; background: #fff; border-bottom: 0px; }
.submian .subright .showproduct .slidepro .bd { border: 1px solid #ccc; }
.submian .subright .showproduct .slidepro .bd .comt { padding: 15px; }
.submian .subright .showproduct .slidepro .bd .comt img, .submian .subright .showproduct .slidepro .bd .comt1 img { max-width: 100%; }
.submian .subright .showproduct .slidepro .bd .comt1 p.h4 { font-size: 14px; padding: 15px 0px; }
.submian .subright .showproduct .slidepro .bd .comt1 .txt { line-height: 24px; padding: 10px 0px; }
.submian .subright .showproduct .slidepro .bd .comt1 .txt .show1 { padding: 20px 0px; }
.submian .subright .showproduct .slidepro .bd .comt1 .txt .show1 ul li { width: 97%; font-size: 14px; line-height: 32px; background: url(../images/show1li.jpg) no-repeat left; padding-left: 3%; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one { padding: 30px 20px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one p.a1 { color: #005bac; font-size: 16px; font-weight: bold; padding-bottom: 10px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 { display: block; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu { width: 330px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu .box { padding-bottom: 10px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu .box dl { padding-top: 5px; background: url(../images/show1li.jpg) no-repeat 0px 17px; padding-left: 20px; font-size: 14px; line-height: 26px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .tu_wenzi { width: 245px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .tu_wenzi img { max-width: 300px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd { padding-bottom: 10px; margin-top: 10px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd a { width: 130px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #fff; font-weight: bold; background: #ff7e00; display: block; border-radius: 5px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd a:hover { background: #ed7601; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .tubiao .img { padding-top: 15px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .tubiao img { max-width: 100%; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 { padding: 30px 40px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 { padding-bottom: 20px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu { width: 100%; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu p.a1 { color: #005bac; font-size: 16px; font-weight: bold; padding-bottom: 10px; border-bottom: 1px dashed #555; width: 100%; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .box { padding-bottom: 10px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .box dl { padding-top: 5px; background: url(../images/show1li.jpg) no-repeat 0px 17px; padding-left: 20px; font-size: 14px; line-height: 26px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd { padding-bottom: 10px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd a { width: 130px; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #fff; font-weight: bold; background: #ff7e00; display: block; border-radius: 5px; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd a:hover { background: #ed7601; }
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu img { max-width: 100%; text-align: center; margin: 0 auto; }
.submian .subright .showproduct .slidepro .bd .comt2 .two_divanli { border: 0px; }
.submian .subright .showproduct .slidepro .bd .down { background: url(../img/down.jpg) no-repeat; width: 100%; height: 296px; }
.submian .subright .showproduct .slidepro .bd .down span { float: right; padding-top: 210px; }
.submian .subright .showproduct .slidepro .bd .down span a { height: 37px; line-height: 37px; text-align: center; width: 151px; display: block; float: left; background: #fff; border-radius: 5px; font-size: 20px; font-weight: bold; color: #ff7e00; margin-right: 10px; }
.submian .subright .showproduct .slidepro .bd .down span .downa2 { color: #0179cf; }
.submian .subright .showproduct .slidepro .bd .down span a:hover { background: #f5f5f5; }
.submian .subright .showproduct .showpic_adv { background: url(../images/show_pic_adv.jpg) no-repeat left; height: 158px; display: block; border: 1px solid #ccc; margin: 20px 0px; }
.submian .subright .showproduct .showpic_adv .fr { text-align: right; padding-right: 15px; }
.submian .subright .showproduct .showpic_adv .fr p.a1 { font-size: 30px; padding-top: 10px; padding-bottom: 5px; }
.submian .subright .showproduct .showpic_adv .fr p.a1 b { color: #ff7e00; font-size: 30px; }
.submian .subright .showproduct .showpic_adv .fr p.a2 { font-size: 16px; }
.submian .subright .showproduct .showpic_adv .fr p.a3 { font-size: 26px; color: #005bac; font-family: impact; }
.submian .subright .showproduct .showpic_adv .fr p.a4 { padding-top: 8px; }
.submian .subright .showproduct .showpic_adv .fr p.a4 a { float: right; background: #ff7e00; width: 108px; height: 33px; line-height: 33px; text-align: center; font-size: 14px; display: block; color: #fff; border-radius: 5px; margin-left: 20px; }
.submian .subright .showproduct .showpic_adv .fr p.a4 a:hover { font-weight: bold; background: #eb7400; }
.submian .subright .showproduct .showpic_adv .fr p.a4 .t1 { background: #005bac; }
.submian .subright .showproduct .showpic_adv .fr p.a4 .t1:hover { background: #014a8c; }
.pager { padding: 5px 10px; border: 1px solid #ccc; margin: 20px 0px; }
.pager p { height: 30px; line-height: 30px; }
.pager ul { margin-top: -30px; overflow: hidden; float: right; }
.pager ul li { float: left; padding: 0 !important; height: auto !important; border: none !important; }
.pager ul a { margin-left: 5px; padding: 0 10px; height: 28px; line-height: 28px; border: 1px solid #ccc; text-decoration: none; float: left; }
.pager ul a.current { background-color: #f14a00; border-color: #f14a00; color: #fff; }
.pager ul a.current:hover { background-color: #f14a00; border-color: #f14a00; color: #fff; }
.pager ul a:hover { background-color: inherit; color: inherit; border-color: #f14a00; *background-color: transparent; *color: #666; }
.reLink { height: 38px; border: 1px solid #ccc; margin: 10px auto 10px; padding: 0px 10px; }
.reLink .prevLink, .reLink .nextLink { height: 38px; line-height: 38px; }
.reLink .prevLink a, .reLink .nextLink a { height: 38px; line-height: 38px; }
.reLink .prevLink { float: left; }
.reLink .nextLink { float: right; }
/*# sourceMappingURL=page.css.map */
/*2016.2.24*/
.submian .subleft .leftnews .leftprocomt { background: #fff; padding: 10px; }
.submian .subleft .leftnews .leftprocomt ul li { height: 190px; overflow: hidden; text-align: center; margin-bottom: 10px; }
.submian .subleft .leftnews .leftprocomt ul li img { width: 220px; height: 160px; vertical-align: middle; margin-bottom: 8px; }
.submian .subleft .leftnews .leftprocomt ul li a { font-size: 14px; color: #666; }
.submian .subright .divremmnews { border: 1px solid #e4e4e4; border-top: none; margin-bottom: 10px; padding: 15px; background-color: #fff; }
.submian .subright .divremmnews ul { width: 100%; overflow: hidden; }
.submian .subright .divremmnews ul li { float: left; width: 47%; height: 35px; line-height: 35px; padding-left: 3%; }
.submian .subright .divremmnews ul li a { height: 35px; line-height: 35px; float: left; overflow: hidden; }
.submian .subright .divremmnews ul li span { color: #666; float: right; height: 35px; line-height: 35px; white-space:nowrap }
.submian .subright .divremmnews ul li a:hover { color: #005cbc; }
.Thenpro { }
.Thenpro ul { overflow: hidden; padding: 10px; background: #fff; }
.Thenpro ul li { }
.Thenpro ul li .Thenpro_title { display: block; height: 30px; line-height: 30px; width: 100%; overflow: hidden; color: #014a8c; font-size: 14px; }
.Thenpro ul li div { height: 65px; margin: 5px 0; overflow: hidden; display: none; }
.Thenpro ul li div img { width: 85px; height: 65px; float: left; }
.Thenpro ul li div span { width: 180px; float: right; }
.Thenpro ul li a { }
.Thenpro ul li a:hover, .Thennews ul li a:hover { color: #014a8c; }
.Thennews { margin-top: 15px; background-color: #fff; padding-bottom: 5px; }
.Thennews ul { overflow: hidden; background: url(../images/nnewsbg3.jpg) no-repeat 20px 7px #fff; margin: 10px 0; }
.Thennews ul li { display: block; line-height: 24px; text-indent: 50px; }
.Thennews ul li a { line-height: 24px; color: #333; float: left; width: 87%; }
.Thennews ul li span { float: left; width: 12%; text-indent: 0; color: #FF0000; }
.Thenpro .title, .Thennews .title { height: 42px !important;padding-left: 52px;
padding-top: 18px; }

.questionlist .infoList li a { display: block; padding-bottom: 10px; border-bottom: 1px dotted #8f8f8f; margin-bottom: 15px; }
.questionlist .infoList li a i { width: 18px; height: 18px; display: inline-block; float: left; color: #fff; background: #0073d6; text-align: center; margin-right: 10px; }
.questionlist .infoList li a p { height: 18px; color: #0073d6; line-height: 18px; padding-bottom: 15px; }
.questionlist .infoList li a span { display: block; height: 80px; overflow: hidden; line-height: 20px; }
.questionlist .infoList li a span i { background: #171717; }
.questionlist .infoList li a:hover p { font-weight: bold; text-decoration: underline; }
.questionlist .infoList li a:hover span { color: #666; }

.honorlist ul.list { float: left; width: 100%; padding-left: 0px; }
.honorlist ul.list li.item { float: left; width: 220px; margin-bottom: 15px; margin-left: 20px; }
.honorlist ul.list li.item a:hover img { opacity: 0.8; border: 1px solid #f14a00; }
.honorlist ul.list li.item a:hover span { color: #f14a00 ; font-weight: bold; }
.honorlist ul.list li.item span { width: 100%; height: 45px; color: #555; text-align: center; display: block; line-height: 45px; }
.honorlist ul.list li.item img { width: 100%; height:165px; display: block; border: 1px solid #cfcfcf; }
.parterlist {
    width:100%; overflow:hidden
}
.parterlist .parterul { width:120%}
.parterlist .parterul li { float: left;margin-bottom:35px; margin-right:96px;width:182px;}
.parterlist .parterul li a {display: block; }
.parterlist .parterul li a img { display: block; margin: 0 auto; width:182px; height:75px; }
.parterlist .parterul li a:hover { background: #f1881e; opacity: 0.8; filter: alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; }

.map_ul { list-style: outside none none; display: block; width: 100%; padding-top: 10px; }
.map_ul li { display: block; width: 100%; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #DCDBDB; margin-left: 10px; float: left; }
.map_ul li a { font-size: 14px; float: left; width: 100%; height: 23px; line-height: 23px; font-weight: bold; }
.map_ul .list-inline { display: block; margin-left: 14%; width: 80%; min-height: 30px; }
.map_ul .list-inline li { height: 32px; line-height: 32px; border-bottom: 0; text-align: center; border: 1px solid #ccc; width: auto; padding: 0px; }
.map_ul .list-inline li a { font-weight: normal; display: block; line-height: 32px; height: 32px; display: inline-block; width: auto; padding: 0px 10px; width: auto; }
.map_ul .list-inline li a:hover { background: #2553b3 ; color: #fff; }
