/* CSS Document */
body { font-family:"Microsoft Yahei", sans-serif; font-size: 14px; line-height:30px; color: #000000;}
h1, h2, h3, h4, h5 { font-family:"Microsoft Yahei", 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; color: #000; }
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:#004098;
}
::-moz-selection {
background: #004098;
color: #fff;
text-shadow: none;
}
::selection {
background: #004098;
color: #fff;
text-shadow: none;
}
b, strong, h1, h2, h3, h4, h5, h6 { font-weight: 100; }
i, em { font-style: normal; }
img { border: none; }
html { font-family:"Microsoft Yahei"; font-size: 14px; }
body { font-family:"Microsoft Yahei";  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; }

/**/





#headerx { height:165px; width:100%; background:#fff;}
#headerx .mcont{width:100%; height:auto;  margin:0px auto; max-width:1200px;}

.pclogo { width:29.8333333%; height:110px; display:flex; align-items:center; float:left;}
.pclogo img{max-width:100%; height:auto;}
.htel { width:18.333333%; height:110px; display:flex; align-items:center; float:right;}
.htel img{max-width:100%; height:auto;}

.navx {width:100%; height:55px; background:#004098;}
.navx ul {}
.navx li { float:left; z-index:13; text-align:center; position:relative; width:14.285%;}
.navx li h2 a { color:#fff; font-size:16px; height:55px; line-height:55px; display:block; text-align:center;}
.navx li h2 a:hover { color:#fe9f07;}
.navx li h2 a.focus { color:#fe9f07;}


.search{position:relative;width:62px;height: 60px;cursor:pointer;margin-top:20px;z-index:9999;}
.search .search-btn{width: 62px;height: 60px;background: url(bg_sign02.png) no-repeat -78px center;}
.search .search-btn.open{background-position: -8px center;}
.search .search-box{position: absolute;	right: 63px;top: 0;	width: 0;height: 60px;background: #ededed ;	overflow: hidden;z-index:9999;}
.search .search-box input{background: none;	border:none;}
.search .search-box input.txt{width:280px;height:60px;padding:21px; line-height:60px;font-size: 16px;color: #666;}
.search .search-box input.sub{width:52px;height: 60px;	cursor: pointer;background: url(search_bg01.jpg) no-repeat center;}

.m_hide {display: none;}

/*pc不显示手机显示*/
.pc_hide {display: block;}
.m_header {width: 100%; position: fixed; left: 0;  top:38px;  z-index:1000;}
.m_header .logo {
    width: 65%;
    float: left; padding-left:10px;
}
.m_header .logo a,
.m_header .logo img {
    display: block
}
.mlang{height:60px; padding:0px 10px; line-height:60px; text-align:center; font-size:18px; color:#4e4e4e; float:right; font-family: "Microsoft Yahei", Tahoma, sans-serif;}
.mlang a{color:#fff;}
.mlang a:hover{color:#fff;}
.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: 3px;
    width: 28px;
    background: #004098;
    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: 40px;
    display: none;
    position: fixed;
    width: 100%;
    background: #525252
}

.m_header .drop_menu li {
    width: 100%;
    padding: 0;
    height: auto;
    border-top: 1px solid #666;
}

.m_header .drop_menu li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    color: #fff
}

.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;
}

@media (max-width: 1200px) {
.m_hide {
display: block
}
.pc_hide {
display: none
}
/*导航*/
.m_header {
width: 100%;
background: #fff;
position: fixed;
left: 0;
top:0px;
z-index: 1000;
}
.banner{margin-top:60px;}
}



#ban-in { background-size:cover; background-position: 50% 50%; background-repeat: no-repeat; padding:160px 0px;  color: #fff; position: relative;}
.wp{max-width: 1200px; width: 100%; margin: 0px auto; position:relative;}
.nt1{height:36px; line-height:36px; font-size:26px; color:#fff; font-weight:bold; text-transform:uppercase; padding-left:30px;}
.nt2{height:36px; line-height:36px; font-size:26px; color:#fff; font-weight:bold; text-transform:uppercase; padding-left:30px;}
#mban-in{height:auto; overflow:hidden; margin-top:60px;}

@media screen and (max-width: 640px){
#ban-in{padding:100px 0; margin-top:60px;}
.nt1{height:30px; line-height:30px; font-size:20px; color:#fff; font-weight:bold; text-transform:uppercase;}
.nt2{height:30px; line-height:30px; font-size:20px; color:#fff; font-weight:bold; text-transform:uppercase;}

}





.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;}

.banner { width:100%; 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 }
.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:370px; height:auto;  float:left;}
.prori{width:58%; 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 #004098; }
.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 { line-height:32px; border:none; margin-top:6px; width:112px; height:32px; float:left; margin-right:20px;}
.inquiry a { background:url("xunjia.gif") center center no-repeat; display:block; display:block; color:#FFF; font-size:14px; padding-left:35px; font-family:"微软雅黑"; }
.inquiry a:hover { background-image:url("xunjia_hover.gif"); display:block; color:#FFF; }
.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:25px; line-height:25px; 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:32px; width:87px; font-size:14px; text-align:center; color:#FFF; border:0px; cursor:pointer; }
.book_form #mf_btn { background:#555555; margin:0 15px 0 100px; }
/*表单*/
.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:25px; line-height:25px; 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:32px; 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:30px; 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:#004098; border:#004098 1px solid;}
.page_fy A:active {COLOR: #666; border:#999 1px solid; }
.page_fy .focus {FONT-WEIGHT: bold;  MARGIN: 2px;  COLOR: #fff; BACKGROUND-COLOR: #004098; border:#004098 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;}
.cpkuanx { width:100%; height:auto; overflow:hidden;  margin-right: auto; margin-left: auto; max-width:1200px;}


.product { height:auto; overflow:hidden; padding:42px 0px; background:#fff; }
.proBox{ width:100%; height:auto; overflow:hidden;}
.proBox .hd{ width:21%; height:auto; overflow:hidden; float:left;}
.proBox .hd .title{height:60px; line-height:60px; text-align:center; font-size:22px; color:#fff; background:#003073;}
.proBox .hd .title span{font-size:14px; color:#fff; text-transform:uppercase;}
.proBox .hd ul{}
.proBox .hd ul li{width:100%; height:40px; line-height:40px; text-align:center; color:#fff; font-size:14px; display:inline-block; background:#133c75; border-bottom:#fff 1px dashed;  cursor:pointer;  }
.proBox .hd ul li.on{background:#f3f3f3; color:#004098;}
.proBox .bd ul{zoom:1; width:77.666666%; float:right;}
.indexprotitle{height:60px; line-height:60px; padding-left:20px; font-size:16px; color:#fff; background:#f3f3f3 url(protbg.jpg) no-repeat left top; margin-bottom:10px;}
.indexrow{margin-left:-15px; margin-right:-15px;}
.proBox .bd li { width:33.3333%; height:auto; padding:0px 15px; float:left; }
.proBox .bd li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.proBox .bd li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.proBox .bd li a:hover .pic  .img { transform: scale(1.1); }
.proBox .bd li a .info { width:100%; height:54px; overflow:hidden; line-height:54px; text-align:center; font-size:16px; color:#000;}


.aboutlist {height:auto; overflow:hidden; padding:0px 0px 42px 0px; background:#fff;}
.iabout { height:auto;  width:38%; float:left;}
.iabout .title{height:50px; line-height:50px; padding-left:15px; font-size:16px; color:#fff; font-weight:bold; background:url(tbg_1.jpg) no-repeat center top; margin-bottom:10px;}
.iabout .title span{font-size:14px; color:#fff; font-weight:normal;}
.iabout .cont{width:100%; height:auto; overflow:hidden; background:#fff; padding:14px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.iabout .cont .thumb{width:100%; height:auto; overflow:hidden;}
.iabout .cont .txt{line-height:35px; font-size:14px; color:#000;}
.iabout .cont .txt a{color:#004098;}
.newsxlist { width:60.5%; height:auto; float:right;}
.newsxlist .title{height:50px; line-height:50px; padding-left:15px; font-size:16px; color:#fff; font-weight:bold; background:url(tbg_2.jpg) no-repeat center top; margin-bottom:10px;}
.newsxlist .title span{font-size:14px; color:#fff; font-weight:normal;}
.newsxlist .cont{width:100%; height:auto; overflow:hidden; background:#fff; padding:14px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.newsxlist .cont ul{}
.newsxlist .cont ul li{ height:34px; overflow:hidden; line-height:34px;}
.newsxlist .cont ul li a{  color:#000; font-size:14px; padding-left:15px; background:url(d_1.jpg) no-repeat left center;}
.newsxlist .cont ul li a span{ float:right;} 
.newsxlist .cont ul li a:hover{color:#003998; background:url(d_2.jpg) no-repeat left center;}




.cplist{height:auto; overflow:hidden; background:#fff; padding:0px 0px 80px 0px;}
.cplist .title{height:50px; line-height:50px; padding-left:15px; font-size:16px; color:#fff; font-weight:bold; background:url(tbg_3.jpg) no-repeat left top; margin-bottom:20px;}
.cplist .title span{font-size:14px; color:#fff; font-weight:normal;}
.cplist ul li{width:33.333333%; height:auto; overflow:hidden; float:left; padding:0px 15px;}
.cplist ul li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.cplist ul li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.cplist ul li a:hover .pic  .img { transform: scale(1.1); }
.cplist ul li a .info { width:100%; height:54px; overflow:hidden; line-height:54px; text-align:center; font-size:16px; color:#000;}


.cpzx {color:#181815; text-align:center; }
.cpzx a .tt {font-size:14px; text-align:center; height:50px; overflow:hidden; line-height:50px; color:#000;}
.cpzx a:hover .tt{color:#004098;}

.cpzx a .ttt {font-size:14px; height:40px; overflow:hidden; line-height:40px;  text-align:left;  color:#000;}
.cpzx a .tttx {font-size:14px; height:auto; overflow:hidden; line-height:24px;  text-align:left;  color:#000;}


.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:#004098; 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:-31.5px 0 0 -31.5px; 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=60); opacity: 0.6; }
.cpzx a .i2 { left: 90%; margin:-31.5px 0 0 -31.5px; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 50%; transition: all 400ms ease 0s; z-index:12; }
.cpzx a:hover .i1 { left:50%; filter:alpha(opacity=100); opacity: 1; }
.cpzx a:hover .i2 { left:50%; filter:alpha(opacity=100); opacity: 1; }


.fcontlist{height:auto; overflow:hidden; padding:40px 0px; background:#262626;}
.fcontlist ul li{width:33.333%; height:130px; border-right:#8a8a8a 1px solid; text-align:center; padding:30px 80px; float:left;}
.fcontlist ul li .icon{ width:50px; height:50px; float:left; margin-right:10px;}
.fcontlist ul li .txt{text-align:left; line-height:25px; font-size:14px; color:#fff; width:170px; float:left;}
.fcontlist ul li.last{border-right:none;}




@media (min-width: 0px) and (max-width:1200px) {
.product { height:auto; overflow:hidden; padding:40px 0px; background:#fff; }
.proBox{ width:100%; height:auto; overflow:hidden;}
.proBox .hd{ width:100%; height:auto; overflow:hidden; float:left; margin-bottom:20px;}
.proBox .hd .title{height:60px; line-height:60px; text-align:center; font-size:22px; color:#fff; background:#003073;}
.proBox .hd .title span{font-size:14px; color:#fff; text-transform:uppercase;}
.proBox .hd ul{}
.proBox .hd ul li{width:33.3333%; height:40px; line-height:40px; text-align:center; color:#fff; font-size:14px; display:inline-block; background:#133c75; border-bottom:#fff 1px dashed;  cursor:pointer; float:left;}
.proBox .hd ul li.on{background:#f3f3f3; color:#004098;}
.proBox .bd ul{zoom:1; width:100%; float:right;}
.indexprotitle{height:60px; line-height:60px; padding-left:20px; font-size:16px; color:#fff; background:#f3f3f3 url(protbg.jpg) no-repeat left top;}
.indexrow{margin-left:-5px; margin-right:-5px;}
.proBox .bd li { width:50%; height:auto; padding:0px 5px; float:left; }
.proBox .bd li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.proBox .bd li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.proBox .bd li a:hover .pic  .img { transform: scale(1.1); }
.proBox .bd li a .info { width:100%; height:54px; overflow:hidden; line-height:54px; text-align:center; font-size:14px; color:#000;}


.aboutlist {height:auto; overflow:hidden; padding:0px 0px 40px 0px; background:#fff;}
.iabout { height:auto;  width:100%; float:left;}
.iabout .title{height:50px; line-height:50px; padding-left:15px; font-size:16px; color:#fff; font-weight:bold; background:url(tbg_1.jpg) no-repeat left top; margin-bottom:10px;}
.iabout .title span{font-size:14px; color:#fff; font-weight:normal;}
.iabout .cont{width:100%; height:auto; overflow:hidden; background:#fff; padding:14px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.iabout .cont .thumb{width:100%; height:auto; overflow:hidden;}
.iabout .cont .txt{line-height:35px; font-size:14px; color:#000;}
.iabout .cont .txt a{color:#004098;}
.newsxlist { width:100%; height:auto; float:right;}
.newsxlist .title{height:50px; line-height:50px; padding-left:15px; font-size:16px; color:#fff; font-weight:bold; background:url(tbg_2.jpg) no-repeat left top; margin-bottom:10px;}
.newsxlist .title span{font-size:14px; color:#fff; font-weight:normal;}
.newsxlist .cont{width:100%; height:auto; overflow:hidden; background:#fff; padding:14px; -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1); box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.newsxlist .cont ul{}
.newsxlist .cont ul li{ height:34px; overflow:hidden; line-height:34px;}
.newsxlist .cont ul li a{  color:#000; font-size:14px; padding-left:15px; background:url(d_1.jpg) no-repeat left center;}
.newsxlist .cont ul li a span{ float:right;} 
.newsxlist .cont ul li a:hover{color:#003998; background:url(d_2.jpg) no-repeat left center;}


.cplist{height:auto; overflow:hidden; background:#fff; padding:0px 0px 40px 0px;}
.cplist .title{height:50px; line-height:50px; padding-left:15px; font-size:16px; color:#fff; font-weight:bold; background:url(tbg_3.jpg) no-repeat left top; margin-bottom:20px;}
.cplist .title span{font-size:14px; color:#fff; font-weight:normal;}
.cplist ul li{width:100%; height:auto; overflow:hidden; float:left; padding:0px 15px; margin-bottom:20px;}
.cplist ul li a .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.cplist ul li a .pic .img { width:100%; height:100%; transition: all 1s ease 0s; }
.cplist ul li a:hover .pic  .img { transform: scale(1.1); }
.cplist ul li a .info { width:100%; height:54px; overflow:hidden; line-height:54px; text-align:center; font-size:16px; color:#000;}



.iiinewslist { height:auto; overflow:hidden; padding:40px 0px; background:#fff;}
.iiinewslist .title{ float:left; width:100%; height:auto; overflow:hidden; margin-bottom:0px;}
.iiinewslist .title .tt{ height:30px; line-height:30px; font-size:20px; color:#242424;}
.iiinewslist .title .ttx{ height:30px; line-height:30px; font-size:14px; color:#242424; text-transform:uppercase;}

.newssubmenu{ text-align:right; height:auto; overflow:hidden; float:left; margin-bottom:20px;}
.newssubmenu  a{height:42px; line-height:42px; color:#1e1e1e; transition:color 0.3s ease 0s; font-size:14px; display:inline-block; padding:0 10px; margin-right:20px;}
.newssubmenu  a:hover{color:#fff; background:#004098;}
.newssubmenu  a.focus{color:#fff; background:#004098;}

.iiinewslist li { height:auto; width:100%; margin-bottom:25px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1); box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.iiinewslist li a{display:block; width:100%; height:auto; overflow:hidden; background:#f5f5f5; padding:20px;}
.iiinewslist li a:hover{background:#004098;}
.iiinewslist li a .txt { width:100%; height:auto; overflow:hidden; color:#090909;}
.iiinewslist li a .txt .tit {height:30px; line-height:30px; display:block; overflow:hidden; font-size:14px;}
.iiinewslist li a .txt .time{line-height:30px; font-size:14px;}
.iiinewslist li a .txt .stxt {line-height:24px; font-size:12px; }
.iiinewslist li a:hover .txt{color:#fff;}

.nfwzclist{height:auto; overflow:hidden; padding:0px 0px;}
.nfwzclist ul li{width:100%; height:auto; overflow:hidden; float:left; padding-bottom:20px; margin-bottom:20px; border-bottom:#ccc 1px dotted;}
.nfwzclist ul li .txt{width:100%; height:auto; overflow:hidden; padding-left:0px; min-height:196px; padding-right:0px; margin-top:20px;}
.nfwzclist ul li .txt.bg1{background:none; background-size:cover;}
.nfwzclist ul li .txt.bg2{background:none; background-size:cover;}
.nfwzclist ul li .txt.bg3{background:none; background-size:cover;}
.nfwzclist ul li .txt .tt{height:40px; line-height:40px; font-size:20px; color:#004098;}
.nfwzclist ul li .txt .tt span{font-size:14px; color:#949494; text-transform:uppercase;}
.nfwzclist ul li .txt .sptxt{line-height:30px; font-size:14px; color:#000;}
.nfwzclist ul li .thumb{width:100%; height:auto; overflow:hidden;}


.fcontlist{height:auto; overflow:hidden; padding:40px 0px; background:#262626;}
.fcontlist ul li{width:100%; height:80px; border-right:none; text-align:center; padding:30px 20px; float:left;}
.fcontlist ul li .icon{ width:50px; height:50px; float:left; margin-right:10px;}
.fcontlist ul li .txt{text-align:left; line-height:25px; font-size:14px; color:#fff; width:170px; float:left;}
.fcontlist ul li.last{border-right:none;}



}

.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:#004098;}









.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; background:#1d1d1d; padding:35px 0px 0px 0px; }
.ftitle{height:50px; line-height:50px; font-size:18px; color:#fff; font-weight:bold;}
.ftitle span{color:#fff; text-transform:uppercase;}
.fcont{width:260px; height:auto; overflow:hidden; float:left; margin-left:30px;}
.fcont p{line-height:24px; font-size:14px; color:#d4d4d4;}
.fmid{ width:780px; height:auto; overflow:hidden; float:left; padding-right:60px; min-height:175px;}
.flogo{width:780px; height:auto; overflow:hidden; float:left; line-height:30px; font-size:26px; color:#fff; font-weight:bold;}
.flogo span{line-height:20px; font-size:12px; color:#fff; font-weight:normal; text-transform:uppercase; display:block;}
.fnav { float:left; width:780px; height:30px; line-height:30px; text-align:left;color:#fff; }
.fnav a {color:#fff; font-size:14px; padding:0px 5px; }
.fnav a:hover {color:#fff; }
.copyRightx { line-height:24px; padding:10px 0; color:#fff; font-size:14px; text-align:left; }
.copyRightx a { color:#fff; }
.ma{width:125px; height:auto; overflow:hidden; text-align:center; line-height:30px; font-size:14px; color:#fff; float:right; margin-left:20px;margin-bottom:20px;}


.copyRight { width:100%; height:auto; overflow:hidden; background:#1d1d1d; padding:15px; text-align:center; line-height:24px; color:#fff; font-size:14px;}
.copyRight 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:#004098; 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:#004098 1px solid; background:#004098;}










.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:1200px) {


 
.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{display:none;}
.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:#004098; 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;}
.cpkuan { width:100%; padding:0px 15px;}
.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:1200px; margin-right: auto; margin-left: auto;}
#innerbody { height:auto; overflow:hidden; padding:50px 0px 50px 0px;}

.localist{width:100%; height:46px; background:url(lsub.png) repeat; position:absolute; left:0px; bottom:0px; z-index:100;}
.location_titlex { height:46px; line-height:46px; font-size:12px; color:#000; font-family:"宋体";}
.location_titlex a { color:#000;}
.location_titlex a:hover {color:#000;}

.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:30px; height:auto; overflow:hidden; min-height:600px; font-size:14px; color:#010101;}
.innermain .tt{line-height:36px; height:auto; overflow:hidden; color:#79573c; font-size:18px; font-weight:bold;}
.innermain img{ height: auto; max-width: 100%;}
.pinner{ line-height:30px; height:auto; overflow:hidden; min-height:600px; font-size:14px; color:#010101;}

.innermainx { line-height:30px; height:auto; overflow:hidden; min-height:600px; font-size:14px; color:#010101;}

.nt3{line-height:30px; font-size:18px; color:#474747; font-weight:bold; margin-bottom:20px; margin-top:20px;}
.mb40{margin-bottom:70px;}
.mt100{height:auto; overflow:hidden; margin-top:30px;}




.submenu{ text-align:center; height:auto; overflow:hidden; padding-bottom:30px;}
.submenu  a{height:50px; line-height:50px; color:#404040; transition:color 0.3s ease 0s; font-size:16px; display:inline-block; padding:0 40px;  margin:0px 5px; background:#d8d8d8;}
.submenu  a:hover{color:#fff; background:#004098;}
.submenu  a.focus{color:#fff; background:#004098;}




.submenux{ width:100%; float:left; background:#133c75;}
.submenux .title{height:60px; line-height:60px; text-align:center; font-size:22px; color:#fff; background:#003073;}
.submenux .title span{font-size:14px; color:#fff; text-transform:uppercase;}
.submenux ul li{ height:auto; }
.submenux ul .ListTitle{ display:block; color:#fff; height:40px; line-height:40px; text-align:center; color:#fff; font-size:14px; border-bottom:#fff 1px dashed;}
.submenux ul .ListTitle:hover{ background:#f3f3f3; color:#004098;}
.submenux ul .focus{background:#f3f3f3; color:#004098;}
.submenux ul li ol{ height:auto; overflow:hidden; display:none; text-align:center;}
.submenux ul li ol li a{line-height:36px; color:#fff; font-size:14px; }
.submenux ul li ol li a:hover{color:#fff;}

.pcntitle{height:60px; line-height:60px; padding-left:15px; font-size:16px; color:#133c75; background:#f3f3f3; margin-bottom:20px;}

.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:"Microsoft Yahei",Tahoma,sans-serif;}
.optionx{display:none; left:0px; position:absolute; top:49px; z-index:1000; 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:"Microsoft Yahei",Tahoma,sans-serif; padding-left:20px; float:left; width:98%;}
.optionx a:hover{color:#004098;}
/**/

.newslist{padding-bottom:20px; height:auto; overflow:hidden;}
.newslist a{display:block; height:auto; overflow:hidden;}
.newslist a .txt{padding:0px 20px; color:#090909;}
.newslist a .txt .tt{ height:40px; line-height:40px; overflow:hidden; font-size:16px; color:#004098;}
.newslist a .txt .tt span{float:right;}
.newslist a .txt .sptxt{line-height:24px; font-size:14px;}
.newslist a .txt .more{width:104px; height:32px; line-height:32px; text-align:center; font-size:14px; color:#fff; background:#003998; float:left; margin-top:10px;}

.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:#004098; background:#ebebeb;}
.psmeun  a.focus{color:#004098; background:#ebebeb;}


.nsubmenu{ text-align:center; height:auto; overflow:hidden; width:100%; border-bottom:#c0c0c0 1px solid;}
.nsubmenu  a{height:116px; line-height:30px; color:#4b4b4b; transition:color 0.3s ease 0s; font-size:16px; display:inline-block; width:33.33%; background:#fff; text-align:center;}
.nsubmenu  a .i1{width:45px; height:37px; background:url(i1_1.png) no-repeat; margin:34px auto 0px auto;}
.nsubmenu  a:hover .i1,.nsubmenu  a.focus .i1{background:url(ix_1.png) no-repeat;}
.nsubmenu  a .i2{width:45px; height:37px; background:url(i1_2.png) no-repeat; margin:34px auto 0px auto;}
.nsubmenu  a:hover .i2,.nsubmenu  a.focus .i2{background:url(ix_2.png) no-repeat;}
.nsubmenu  a .i3{width:45px; height:37px; background:url(i1_1.png) no-repeat; margin:34px auto 0px auto;}
.nsubmenu  a:hover .i3,.nsubmenu  a.focus .i3{background:url(ix_1.png) no-repeat;}

.nsubmenu  a:hover{  color:#fff; background:#004098;}
.nsubmenu  a.focus{ color:#fff; background:#004098;}

.nntitle{height:50px; line-height:50px; text-align:center; font-size:35px; color:#242424; font-weight:bold; text-transform:uppercase; margin-bottom:20px;}

.contont{line-height:28px; font-size:16px; color:#242424; margin-bottom:40px;}
.contont span{line-height:40px; font-size:18px; color:#242424; font-weight:bold;}
.cma{height:auto; overflow:hidden; text-align:center; line-height:30px; font-size:14px; color:#242424; float:left; margin-right:10px;}


.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 40px 20px;}
.nezx .t1{height:40px; line-height:40px; display:block; font-size:16px; color:#000;}
.nezx .t2{line-height:24px; font-size:14px; color:#939393;}
.nezx .time{line-height:30px; 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;}



.ntitleto{height:40px; line-height:40px; text-align:center; font-size:26px; color:#004098; font-weight:bold; text-transform:uppercase; font-family:"Times New Roman";}
.ntitlett{height:30px; line-height:30px; text-align:center; font-size:26px; color:#004098; font-weight:bold; margin-bottom:30px;}

.newszx {color:#181815; background:#eeeeee; margin-bottom:20px;}
.newszx a .tt {font-size:16px; height:40px; line-height:40px; color:#2b2b2b; padding:0px 20px; margin-top:10px;}
.newszx a .tt span{float:right; font-size:14px;}
.newszx a .time{line-height:24px; font-size:14px; color:#868686; padding:0px 20px 0px 20px;}
.newszx a .deite{line-height:24px; font-size:14px; color:#868686; padding:0px 20px 30px 20px;}

.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:#004098; color: #fff;}
.infoPaging a:hover { background-color: #004098; color: #fff;}


 @media (max-width: 768px) {
#innerbody { height:auto; overflow:hidden; padding:20px 0px 20px 0px; }	 
.nsubmenu{ display:none;}
.procat{ display:block;}
.inner{ width:100%; padding:0px 15px;}
.prori{width:100%;}
.book_form textarea { width:200px;}
.newslist a .txt{padding:10px 0px; color:#484848;}

.contont{line-height:28px; font-size:16px; color:#242424; margin-bottom:20px;}
.cma{width:120px; height:auto; overflow:hidden; text-align:center; line-height:30px; font-size:14px; color:#242424; float:left; margin-right:10px; margin-bottom:20px;}

.mt100{height:auto; overflow:hidden; margin-top:60px;}

.ntitleto{height:30px; line-height:30px; text-align:center; font-size:20px; color:#004098; font-weight:bold; text-transform:uppercase; font-family:"Times New Roman"; }
.ntitlett{height:30px; line-height:30px; text-align:center; font-size:18px; color:#004098; font-weight:bold; margin-bottom:20px;}


.innermain { line-height:30px; height:auto; overflow:hidden; min-height:600px; font-size:14px; color:#010101;}
.innermain .tt{line-height:36px; height:auto; overflow:hidden; color:#79573c; font-size:18px; font-weight:bold;}
.innermain img{ height: auto; max-width: 100%;}
.pinner{ line-height:30px; height:auto; overflow:hidden; min-height:600px; font-size:14px; color:#010101;}

.innermainx { line-height:30px; height:auto; overflow:hidden; min-height:600px; font-size:14px; color:#010101;}

}
.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 #004098; 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:#004098; 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;}	
}
/**************************/
/* 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:#fdd947;}
.slick-dots li.slick-active{ background:#fdd947;}
.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: 43px; height: 43px; display: block; position: absolute; top: 50%; margin-top: -21px; z-index: 100; background-position: center center; background-repeat: no-repeat;}
.proInfo-demo .slick-prev{ background-image: url(../images/img_l1.png); left: 0px; transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px); opacity: 0;}
.proInfo-demo .slick-next{ background-image: url(../images/img_r1.png); right: 0px; 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(../images/img_l2.png);}
.proInfo-demo .slick-next:hover{ background-image: url(../images/img_r2.png);}


.bproInfo-demo{ width:100%; float: left; display: block;}
.bproInfo-demo .item{ overflow: hidden;}
.bproInfo-demo .item img{ width: 100%; display: block;}
.bproInfo-demo .slick-arrow{ width:60px; height: 60px; display: block; position: absolute; top: 50%; margin-top: -30px; z-index: 100; background-position: center center; background-repeat: no-repeat;}
.bproInfo-demo .slick-prev{ background-image: url(l.png); background-position:center center; left:10%; transform:translateX(30px);-webkit-transform:translateX(30px);-ms-transform:translateX(30px); opacity: 0;}
.bproInfo-demo .slick-next{ background-image: url(r.png); background-position:center center; right:10%; transform:translateX(-30px);-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px); opacity: 0;}
.bproInfo-demo:hover .slick-arrow{ transform:translateX(0px);-webkit-transform:translateX(0px);-ms-transform:translateX(0px); opacity: 1; }
.bproInfo-demo .slick-prev:hover{ background-image: url(l.png); background-position:center center;}
.bproInfo-demo .slick-next:hover{ background-image: url(r.png); background-position:center center;}

.bproInfo-demo .slick-dots { position: absolute; bottom:10px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.bproInfo-demo .slick-dots li { position: relative; display: inline-block; height:12px; width:12px; background:#fff; margin: 0px 5px; padding: 0px; cursor: pointer; text-indent:-9999px; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.bproInfo-demo .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;}
.bproInfo-demo .slick-dots li button:focus { outline: none; background:#004098;}
.bproInfo-demo .slick-dots li.slick-active{ background:#004098;}
.bproInfo-demo .slick-dots li.slick-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}

@media screen and (max-width:860px){
.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:#fdd947;}
.slick-dots li.slick-active{ background:#fdd947;}

.bproInfo-demo .slick-arrow{ width:30px; height: 30px; display: block; position: absolute; top: 50%; margin-top: -15px; z-index: 100; background-position: center center; background-repeat: no-repeat;}


.bproInfo-demo .slick-dots { position: absolute; bottom:-10px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.bproInfo-demo .slick-dots li { position: relative; display: inline-block; height: 2px; width:20px; background:#fff; margin: 0px 5px; padding: 0px; cursor: pointer; text-indent:-9999px; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px;}
.bproInfo-demo .slick-dots li button { border: 0; background: transparent; display: block;  height: 2px; width:20px; background:#fff; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; -moz-border-radius:0px; -khtml-border-radius:0px; -webkit-border-radius:0px; border-radius:0px; text-indent:-9999px;}
.bproInfo-demo .slick-dots li button:focus { outline: none; background:#004098;}
.bproInfo-demo .slick-dots li.slick-active{ background:#004098;}
.bproInfo-demo .slick-dots li.slick-active a { transform:rotateY(180deg); -webkit-transform:rotateY(180deg); -moz-transform:rotateY(180deg);}
}
.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 #004098; 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:#004098; 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;}
.lotxt{line-height:30px; font-size:16px; color:#686868; margin-bottom:20px;}
.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:#f3f3f3; border:#737373 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:#f3f3f3; border:#737373 1px solid; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2 .btn1x{width:120px; height:37px; line-height:35px; background:#004098; border:none; text-align:center; color:#fff; font-size:16px; cursor:pointer; float:left; margin-top:0px;}
.memberBox2 .btn1x:hover{ background:#004098;}
.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:auto; float:right; padding:20px; 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:860px){
.logle{width:100%; height:auto; overflow:hidden; float:left; margin-top:0px;}
.lotxt{line-height:30px; font-size:16px; color:#686868; margin-bottom:20px;}
.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:#f3f3f3; border:#737373 1px solid; padding-left:10px; color:#000; margin-bottom:15px;}
.memberBox2 .btn1x{width:120px; height:37px; line-height:37px; background:#004098; border:none; text-align:center; color:#fff; font-size:16px; cursor:pointer; float:left; margin-top:0px;}
.memberBox2 .btn1x:hover{ background:#004098;}
.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;}
｝
}