﻿/* 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; }
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:173px; width:100%; background:#fff url(headbg.jpg) no-repeat center top;}
#headerx .mcont{width:1200px; height:auto; overflow:hidden; margin:0px auto;}
.logo h1 { }
.logo h1 a {width:405px; height:117px; float:left; display:block;}

.hright{width:300px; height:117px; overflow:hidden; float:right;}
.hright .tel{height:32px; line-height:32px; font-size:14px; color:#0373da; text-align:right; float:right; margin-top:28px;}
/*search*/
.searchbox{ width:209px; height:30px; background:url(searchx.jpg) no-repeat; float:right;}
.searchbox .text {height:30px; line-height:30px; width:178px; float:left;color:#333; background:none; border:none; outline:medium; padding-left:10px;}
.searchbox .submit{ border:none; width:31px; height:30px; float:right; outline:medium;background:none; cursor:pointer; }

.navx {height:56px; width:100%; background:url(navbg.jpg) repeat-x;}
.navx ul {height:56px; width:1015px; margin:0px auto; background:url(navline.png) no-repeat left top;}
.navx li { float:left; z-index:13; text-align:center; position:relative; background:url(navline.png) no-repeat right top;}
.navx li h2 a { color:#010101; font-size:16px; height:56px; line-height:56px; display:block; text-align:center; padding:0px 40px;}
.navx li h2 a:hover {color:#fff; background:url(navhover.png) repeat-x;}
.navx li h2 a.focus {color:#fff; background:url(navhover.png) repeat-x;}


.lang{width:100px; height:34px; text-align:center; line-height:34px; font-size:14px; color:#3f3f3f; border:#e3e3e3 1px solid; float:right; margin-top:38px; margin-right:40px; margin-left:20px;}
.lang a{color:#3f3f3f;}	



/**/

.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;}
.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: #0373da;
    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: left;
    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:190px 0; text-align: center; color: #fff; position: relative;}
@media screen and (max-width: 640px){
#ban-in{padding:100px 0; margin-top:60px;}
}





.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%; padding-right: 15px; margin-right: auto; margin-left: auto; padding-left: 15px;}
.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(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:320px; height:auto;  float:left;}
.prori{width:62%; 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 #0373da; }
.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:35px; line-height:35px; padding:2px; border:1px solid #eeeeee; color:#000; vertical-align:middle;}
.book_form textarea { padding:2px; border:1px solid #eeeeee; color:#000; margin-bottom:10px; width:500px; }
.book_form .mf_s { height:35px; width:87px; font-size:14px; text-align:center; color:#FFF; border:0px; cursor:pointer; }
.book_form #mf_btn { background:#555555; margin:0 15px 0 80px; }
/*表单*/
.order_body { margin:8px auto; padding:8px; width:630px; overflow:hidden; line-height:200%; font-size:14px; }
.order_form { }
.order_form tr, .order_form td { padding:5px 0; }
.order_form p { height:32px; line-height:32px; text-align:center; font-weight:bold }
.order_form input { height:35px; line-height:35px; padding:2px; border:1px solid #eeeeee; color:#000; }
.order_form textarea { height:100px; width:70%; padding:2px; border:1px solid #eeeeee; color:#000; }
.order_form .w1 { text-align:right }
.order_form #w30 { width:30%; padding-right:20px; }
.order_form #w70 { width:70% }
.order_form #refresh_code { font-style:normal; text-decoration:underline; cursor:pointer }
.order_form .pt_go, .order_form .pt_reset { width:100px; height:35px; text-align:center; color:#FFF; margin:0 5px; background:#555555; }
.order_formx { }
.order_formx tr, .order_form td { padding:5px 0; }
.order_formx p { height:32px; line-height:32px; text-align:center; font-weight:bold }
.order_formx input { height:20px; line-height:20px; width:30px; padding-left:1px; vertical-align:middle; }
.order_formx textarea { height:100px; width:100%; border:1px solid #E3E3E3; padding-left:1px; }
.order_formx .w1 { text-align:left; border-bottom:#ddd 1px dotted; line-height:35px; padding:0px 10px; }
/*.order_formx #w30{width:30%}*/
.order_formx #w70 { width:70% }
.order_formx #refresh_code { font-style:normal; text-decoration:underline; cursor:pointer }
.order_formx .pt_go, .order_form .pt_resetx { width:80px; height:35px; margin:0 5px; }
/*-------------------------------------------------------在线留言-----------------------------------------------------------------*/
.message_content { padding:519px 0 0 0; }
.message_bg { background:#FFF; position:relative; top:-4px; }
.message_c { width:1200px; margin:0 auto; }
#message_left { float:left; width:800px; padding:0 0 30px 0; position:relative; }
#mf_title { padding:45px 0; }
#mf_title h2 { font-weight:normal; font-size:18px; }
#mf_title h2 span { font-size:18px; font-weight:bold; }
#mf_title h3 { font-weight:normal; font-size:18px; color:#b7b7b7; }
#mf_form h2 { width:550px; float:left; height:32px; line-height:32px; padding:10px; }
#mf_form h2 span { font-size:13px; font-weight:normal; color:#626262; float:left; }
/*#mf_form h2 input{ height:22px; line-height:22px; padding:5px; border:0px; float:right; width:230px; background:#e8e8e8 url(../images/mfinput_bg.png) right bottom no-repeat; color:#000; }
#mf_form h2 input:hover{ background:#ab8448 url(../images/mfinput_hover.png) right bottom no-repeat;color:#FFF;}*/
#mf_form h2 input { height:22px; line-height:22px; padding:5px; border:0px; float:right; width:450px; background-color:#e8e8e8; color:#000; color:#666666; font-size:12px; }
#mf_form h2 input:hover { background-color:#ab8448; color:#FFF; }
#m_need { background-image:url(../images/mfinput_bg.png); background-position:right bottom; background-repeat:no-repeat; color:#666666; }
#div_select:hover input { background-image:url(../images/mfinput_hover.png); background-position:right bottom; background-repeat:no-repeat; background-color:#ab8448; color:#FFF; }
#div_select { width:350px; float:left; height:32px; line-height:32px; padding:10px; position:relative; }
#div_select { width:350px; float:left; height:32px; line-height:32px; padding:10px; }
#div_select span { font-size:13px; font-weight:normal; color:#626262; float:left; }
#div_select input { height:22px; line-height:22px; padding:5px; border:0px; float:right; width:230px; background-color:#e8e8e8; color:#000; }
#div_select:hover input { }
#select_option { position:absolute; width:240px; padding:20px 0 height:60px;
background-color:#ab8448; left:120px; top:42px; display:none; }
.option_div { height:35px; line-height:35px; font-size:15px; color:#FFF; cursor:pointer; padding:0 0 0 20px; }
.option_div:hover { background:#D2AA6D; }
#mf_form h3 { width:610px; padding:10px; }
#mf_form h3 span { font-size:13px; font-weight:normal; color:#626262; float:left; }
.mf_content { float:right; width:500px; height:100px; background:#e8e8e8 url(../images/mfinput_bg.png) right bottom no-repeat; color:#000; border:0px; padding:10px; color:#666666; }
.mf_content:hover { background:#ab8448 url(../images/mfinput_hover.png) right bottom no-repeat; color:#FFF; }
.mf_s { height:32px; width:87px; font-size:14px; text-align:center; color:#FFF; border:0px; cursor:pointer; }
#mf_sub { padding:30px 0; }
#mf_btn { background:#555555; margin:0 15px 0 120px; }
#mf_reset { background:#919191; }
.message_icon { width:48px; margin:0 auto; padding:0 0 50px 0; }
#message_right { float:right; width:306px; }

.list_job { width:100% }
.list_job dt { padding:5px 8px; border-bottom:1px dotted #CCC; }
.list_job dt a { font-weight:bold }
.list_job dt a em.job { font-style:normal; font-weight:normal; color:#DF0E13 }
.list_job dt a:hover { color:#076cc5 }
.list_job dd { padding:5px 8px; height:auto; overflow:hidden; }
.list_job dd p { width:50%; float:left; text-align:left; padding:5px 0; }
.list_job dd div { clear:both; text-align:right; padding:5px 0; font-weight:bold }
.list_jobco { padding:5px 8px; border-top:1px dotted #CCC; border-bottom:1px dotted #CCC; }

p.title { padding:10px 0; margin-top:15px; text-align:center; font-weight:bold; font-size:24px; color:#777 }
p.info { padding:0; text-align:center }
p.info span { padding:0 8px; }
.arc_info { margin:8px 0; border:1px solid #ddd; background:#F9F9F9; padding:8px; line-height:150%; }
.arc_body { margin:8px 0; padding:8px 0; width:100%; overflow:hidden; line-height:200%; }
.arc_body a { text-decoration:underline; color:#00386a }
.arc_body a:hover { color:#FF9900 }
.q_body { margin-bottom:4px; margin-top:12px; }
.q_body ul { border-bottom:1px solid #E14333; height:29px; margin:0px; padding:0px; }
.q_body ul li { height:25px; margin-top:4px; display:block; cursor:pointer; padding-left:16px; background:url('li2.gif') no-repeat left top; float:left; margin-right:5px; display:inline }
.q_body ul li span { display:block; float:left; padding-right:16px; background:url('span2.gif') no-repeat right top; line-height:25px; }
.q_body ul li.focus { margin-top:0; height:29px; background:url('li1.gif') no-repeat left top }
.q_body ul li.focus span { background:url('span1.gif') no-repeat right top; line-height:29px; color:#FFFFFF }

.neinews { height:auto; overflow:hidden; }
.neinews .newstxt { line-height:22px; margin-top:5px; padding-bottom:10px; height:auto; overflow:hidden; border-bottom:1px dotted #f2f2f2; position:relative; }
.neinews .newstxt img { margin-top:8px; float:left; margin-right:15px; }
.neinews .newstxt p { line-height:30px; height:auto; overflow:hidden; }
.neinews .newstxt p a { color:#A40000; text-decoration:none; }
.neinews .newstxt p a:hover { color:#EA7526; text-decoration:underline; }
.neinews .newstxt h3 { font-weight:bold; height:auto; line-height:45px; font-size:16px; }

/*search*/
.search_title { margin-top:10px; border:0px solid #ccc; background:#F2F2F2; border-right:0; border-left:0; height:auto; line-height:30px; padding-left:5px; }
.search_title a { padding-left:15px; font-weight:bold }
.search_content { margin-top:5px; border-bottom:1px dotted #ccc }
.search_content h2 { height:25px; line-height:25px; font-size:14px; }
.search_content h2 a { font-size:14px; }
.search_content p { padding:5px 0; line-height:23px; }
.search_page { width:99%; border-top:none; text-align:left; margin-top:8px; }
.search_page ul { list-style:none }
.search_page li { display:block; float:left; margin-left:5px; height:25px; line-height:25px; }
.search_page li a { display:block; height:25px; line-height:25px; float:left; }
.search_page li.focus a { font-weight:bold; color:#990000 }

/*分页样式*/
.page_fy {font-size:12px; padding:8px; margin:3px; text-align:center; margin-top:10px;}
.page_fy A {padding:5px 8px; MARGIN: 2px; COLOR: #333;  TEXT-DECORATION: none; border:#ddd 1px solid; border-radius:3px;}
.page_fy A:hover {COLOR: #fff;; background:#0373da; border:#0373da 1px solid;}
.page_fy A:active {COLOR: #666; border:#999 1px solid; }
.page_fy .focus {FONT-WEIGHT: bold;  MARGIN: 2px;  COLOR: #fff; BACKGROUND-COLOR: #0373da; border:#0373da 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:1200px;  margin-right: auto; margin-left: auto; }
.cpkuanx { width:1200px; height:auto; overflow:hidden;  margin-right: auto; margin-left: auto;}

.psubmenu { height:auto; overflow: hidden; background:#0373da; width:224px; float:left; padding:20px 0px;}
.psubmenu .titlex{height:50px; line-height:50px; font-size:32px; color:#fff; font-weight:bold; padding-left:30px; margin-bottom:10px;}
.psubmenu ul{height:auto; overflow:hidden; margin:0px; padding:0px;}
.psubmenu li {height:auto; overflow:hidden;}
.psubmenu li a {color:#fff; height:34px; line-height:34px; font-size:14px; display:block; padding-left:30px;}
.psubmenu li a:hover {color:#fff; background:#f7c000; }
.psubmenu li a.focus {color:#fff; background:#f7c000}


.product { height:auto; overflow:hidden; padding:55px 0px; background:#fff;}
.product .title{height:40px; line-height:40px; text-align:center; font-size:30px; color:#0373da; font-weight:bold; margin-bottom:40px;}
.product .picList{width:960px; height:auto; overflow:hidden; float:right;}
.product .picList li { width:25%; height:auto; padding:0px 5px; float:left; margin-bottom:20px;}
.product .picList li .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.product .picList li .pic a .img { width:100%; height:100%; transition: all 1s ease 0s; }
.product .picList li .pic a:hover .img { transform: scale(1.1); }
.product li .bg { background:#141414; height:100%; left:0; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 0; transition: all 400ms ease 0s; width:100%; z-index:11; }
.product li:hover .bg { filter:alpha(opacity=53); opacity: 0.53; }
.product .picList li .info {width:100%; height:46px; line-height:46px; text-align:center; font-size:14px; color:#fff; position:absolute; left:0px; top:50%; z-index:20; margin-top:-23px; transition: all 400ms ease 0s; filter:alpha(opacity=0); opacity: 0;}
.product .picList li:hover .info{filter:alpha(opacity=100); opacity: 1;}



.productxx { height:auto; overflow:hidden; padding:60px 0px; background:#fff;}
.productxx li { width:25%; height:auto; padding:0px 15px; float:left;}
.productxx li img { width:100%; height:100%; transition: all 1s ease 0s; }



.aboutlist{height:auto; overflow:hidden; padding:60px 0px 60px 0px; background:#1d3c56 url(aboutbg.jpg) no-repeat center top;}
.aboutlist .title{height:40px; line-height:40px; text-align:center; font-size:30px; color:#fff; font-weight:bold; margin-bottom:10px;}
.iabout{ height:auto; overflow:hidden; width:1200px; margin:0px auto 0px auto;}
.iabout p{line-height:30px; font-size:14px; color:#fff; padding-bottom:20px;}
.cfsblist{width:1100px; height:auto; overflow:hidden; margin:0px auto 0px auto;}






.iinews{height:auto; overflow:hidden; padding:60px 0px; background:#fff;}

.newsbox{ width:612px; height:428px;  overflow:hidden; position:relative; float:left; background:url(newsboxbg.jpg) no-repeat;}
.newsbox li{ width:576px; height:auto; float:left; margin-left:36px; margin-top:40px;}
.newsbox li a .thumb{width:576px; height:auto; position:relative;}
.newsbox li a .thumb img{width:100%; height:292px;}
.newsbox li a .info{width:100%; height:auto; overflow:hidden;}
.newsbox li a .info .tt{height:40px; line-height:40px; font-size:14px; color:#000; padding-top:10px;}
.newsbox li a .info .tim{height:20px; line-height:20px; font-size:14px; color:#8c8c8c;}

.irnews{width:540px; height:auto; overflow:hidden; float:right;}
.irnews ul li{width:540px; height:auto; overflow:hidden; float:left; margin-bottom:15px;}
.irnews ul li a{ display:block; width:100%; height:auto; overflow:hidden; background:#fff; padding:20px 15px;}
.irnews ul li a:hover{background:#0373da;}
.irnews ul li a .time{width:90px; height:auto; float:left; line-height:30px; font-size:30px; color:#575757; margin-top:10px;}
.irnews ul li a .time span{line-height:30px; font-size:14px; color:#575757;}
.irnews ul li a:hover .time{color:#fff;}
.irnews ul li a:hover .time span{color:#fff;}
.irnews ul li a .txt{width:382px; height:auto; overflow:hidden; float:right;}
.irnews ul li a .txt .tt{height:40px; line-height:40px; font-size:16px; color:#0a0a0a;}
.irnews ul li a .txt .sptxt{line-height:24px; font-size:12px; color:#4d4d4d;}
.irnews ul li a:hover .txt .tt{color:#fff;}
.irnews ul li a:hover .txt .sptxt{color:#fff;}
@media (min-width: 0px) and (max-width:1200px) {
.product { height:auto; overflow:hidden; padding:30px 0px; background:#fff;}
.product .title{height:40px; line-height:40px; text-align:center; font-size:30px; color:#0373da; font-weight:bold; margin-bottom:20px;}
.product .picList{width:100%; height:auto; overflow:hidden; float:right;}
.product .picList li { width:50%; height:auto; padding:0px 5px; float:left; margin-bottom:20px;}
.product .picList li .pic { width:100%; height:100%; overflow:hidden; position:relative; transition: all 400ms ease 0s;}
.product .picList li .pic a .img { width:100%; height:100%; transition: all 1s ease 0s; }
.product .picList li .pic a:hover .img { transform: scale(1.1); }
.product li .bg { background:#141414; height:100%; left:0; filter:alpha(opacity=0); opacity: 0; position: absolute; top: 0; transition: all 400ms ease 0s; width:100%; z-index:11; }
.product li:hover .bg { filter:alpha(opacity=53); opacity: 0.53; }
.product .picList li .info {width:100%; height:46px; line-height:46px; text-align:center; font-size:14px; color:#fff; position:absolute; left:0px; top:50%; z-index:20; margin-top:-23px; transition: all 400ms ease 0s; filter:alpha(opacity=0); opacity: 0;}
.product .picList li:hover .info{filter:alpha(opacity=100); opacity: 1;}


.aboutlist{height:auto; overflow:hidden; padding:30px 0px 30px 0px; background:#1d3c56 url(aboutbg.jpg) no-repeat center top;}
.aboutlist .title{height:40px; line-height:40px; text-align:center; font-size:30px; color:#fff; font-weight:bold; margin-bottom:10px;}
.iabout{ height:auto; overflow:hidden; width:100%; margin:0px auto 0px auto;}
.iabout p{line-height:30px; font-size:14px; color:#fff; padding-bottom:20px;}
.cfsblist{width:100%; height:auto; overflow:hidden; margin:0px auto 0px auto;}





.iinews{height:auto; overflow:hidden; padding:30px 0px; background:#fff;}

.newsbox{ width:100%; height:auto;  overflow:hidden; position:relative; float:left; background:none;}
.newsbox li{ width:100%; height:auto; float:left; margin-left:0px; margin-top:0px;}
.newsbox li a .thumb{width:100%; height:auto; position:relative;}
.newsbox li a .thumb img{width:100%; height:100%;}
.newsbox li a .info{width:100%; height:auto; overflow:hidden;}
.newsbox li a .info .tt{height:40px; line-height:40px; font-size:14px; color:#000; padding-top:10px;}
.newsbox li a .info .tim{height:20px; line-height:20px; font-size:14px; color:#8c8c8c;}

.irnews{width:100%; height:auto; overflow:hidden; float:right;}
.irnews ul li{width:100%; height:auto; overflow:hidden; float:left; margin-bottom:15px;}
.irnews ul li a{ display:block; width:100%; height:auto; overflow:hidden; background:#fff; padding:20px 15px;}
.irnews ul li a:hover{background:#0373da;}
.irnews ul li a .time{width:30%; height:auto; float:left; line-height:20px; font-size:18px; color:#575757; margin-top:10px;}
.irnews ul li a .time span{line-height:20px; font-size:12px; color:#575757;}
.irnews ul li a:hover .time{color:#fff;}
.irnews ul li a:hover .time span{color:#fff;}
.irnews ul li a .txt{width:65%; height:auto; overflow:hidden; float:right;}
.irnews ul li a .txt .tt{height:40px; line-height:40px; overflow:hidden; font-size:16px; color:#0a0a0a;}
.irnews ul li a .txt .sptxt{line-height:24px; font-size:12px; color:#4d4d4d;}
.irnews ul li a:hover .txt .tt{color:#fff;}
.irnews ul li a:hover .txt .sptxt{color:#fff;}


}

.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:#0373da;}



.cplist{height:auto; overflow:hidden; background:#f0f0f0; padding:50px 0px;}
.cplist .t1{height:30px; line-height:30px; text-align:center; font-size:24px; color:#505050; font-weight:bold; text-transform:uppercase;}
.cplist .t2{height:20px; line-height:20px; text-align:center; font-size:14px; color:#757575; margin-bottom:30px;}

.cpzx {color:#181815; text-align:center; margin-bottom:20px;}
.cpzx h2 { font-size:14px; text-align:center; height:45px; line-height:45px; font-size:14px; color:#000;  }
.cpzx .tt {font-size:16px; text-align:center; height:58px; line-height:58px; }





.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:1200px; height:auto; overflow:hidden; margin:0 auto; }
#footop { height:auto; background:#303030; padding:35px 0px 35px 0px; }
.fleft{width:460px; height:auto; overflow:hidden; float:right;}
.fleft .fcont{width:230px; height:auto; overflow:hidden; float:right;}
.fleft .fcont .title{height:36px; line-height:36px; font-size:16px; color:#fff;}
.fleft .fcont p{line-height:24px; font-size:14px; color:#fff;}

.copyRightx { width:100%; height:auto; overflow:hidden; line-height:24px; font-size:14px; color:#fff;}
.copyRightx a{color:#fff;}

.foot_nav { float:left;}
.foot_nav dl { float:left; height:auto; padding-right:60px; }
.foot_nav a { color:#fff; }
.foot_nav a:hover { color:#fff; }
.foot_nav dl dt { height:40px; line-height:40px; font-size:16px; }
.foot_nav dl dt a { color:#fff;}
.foot_nav dl dd a { line-height:24px; color:#fff; }



.ma{width:351px; height:auto; overflow:hidden; text-align:center; line-height:40px; font-size:16px; color:#fff; float:right; margin:10px 0px;}


.copyRight { width:100%; height:auto; overflow:hidden; background:#0373da; 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:#0373da; 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:#0373da 1px solid; background:#0373da;}










.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:#0373da; 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;}
#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;}
#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;}

}	


/**/
.nt1{height:40px; line-height:40px; text-align:center; font-size:24px; color:#0373da; font-weight:bold;}
.nt2{line-height:24px; text-align:center; font-size:18px; color:#c9c9c9; font-weight:bold; text-transform:uppercase; margin-bottom:30px;}

.loacwz{height:50px; width:100%; margin:0px auto 30px auto; max-width:1200px;}
.loacwz span{line-height:50px; font-size:16px; color:#a7a7a7; padding-left:20px; background:url(wz.png) no-repeat left center; float:right;}
.loacwz span a{color:#a7a7a7;}
.loacwz span a:hover{color:#a7a7a7;}  

.inner{width:1200px; margin-right: auto; margin-left: auto;}
.innerx{width:1200px; margin-right: auto; margin-left: auto;}
#innerbody { height:auto; overflow:hidden; padding:0px 0px 30px 0px;}


.zzjg{width:100%; height:auto; overflow:hidden; padding:60px 0px; background:#eaeaea; text-align:center;}
.zzjg .title{height:40px; line-height:40px; font-size:24px; color:#1d1d1d; font-weight:bold; text-align:center; margin-bottom:30px;}

.innermain { line-height:30px; height:auto; overflow:hidden; min-height:300px; font-size:14px; color:#010101; width:100%;}
.innermain .tt{line-height:36px; height:auto; overflow:hidden; color:#79573c; font-size:18px; font-weight:bold;}
.innermain img{ height: auto; max-width: 100%;}

.pinnermain { line-height:30px; height:auto; overflow:hidden;}
.pinnermain img{ height: auto; max-width:100%;}

.nt3{line-height:30px; font-size:18px; color:#474747; font-weight:bold; margin-bottom:20px; margin-top:20px;}
.mb40{margin-bottom:70px;}


.ntitle{height:46px; line-height:46px; text-align:center; font-size:30px; color:#0373da; font-weight:bold; text-transform:uppercase;}
.ntitlex{height:40px; line-height:40px; text-align:center; font-size:28px; color:#000; font-weight:bold; background:url(tl_1.png) no-repeat center bottom; margin-bottom:30px;}

.submenu{ text-align:center; height:auto; overflow:hidden; padding-bottom:30px;}
.submenu  a{height:38px; line-height:38px; color:#7f7f7f; transition:color 0.3s ease 0s; font-size:16px; display:inline-block; padding:0 30px;  margin:0 5px; background:#f5f5f5;}
.submenu  a:hover{  color:#fff; background:#0373da;}
.submenu  a.focus{ color:#fff; background:#0373da;}

.submenux { height:auto; overflow: hidden; background:#0373da; width:100%; float:left; padding:20px 0px;}
.submenux .titlex{height:50px; line-height:50px; font-size:32px; color:#fff; font-weight:bold; padding-left:30px; margin-bottom:10px;}
.submenux ul{height:auto; overflow:hidden; margin:0px; padding:0px;}
.submenux li {height:auto; overflow:hidden;}
.submenux li a {color:#fff; height:34px; line-height:34px; font-size:14px; display:block; padding-left:30px;}
.submenux li a:hover {color:#fff; background:#f7c000; }
.submenux li a.focus {color:#fff; background:#f7c000}



.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:#0373da;}
/**/

.newslist{padding-bottom:20px; height:auto; overflow:hidden;}
.newslist a{display:block; height:auto; overflow:hidden; background:#f9f9f9;}
.newslist a:hover{background:#0373da;}
.newslist a .txt{padding:20px; color:#484848;}
.newslist a:hover .txt{ color:#fff; }
.newslist a .txt .tt{ font-size:16px;  margin-top:10px; margin-bottom:10px; color:#323232; font-weight:normal;}
.newslist a:hover .tt{ color:#fff; }
.newslist a .txt .tt span{float:right;}
.newslist a .txt .sptxt{line-height:24px; font-size:14px;}

.nezx{color:#939393; margin-bottom:15px; height:auto; overflow:hidden;}
.nezx a .pic{height:auto; overflow:hidden; position:relative;}
.nezx a .pic .img {transition: all 1s ease 0s; }
.nezx a:hover .pic .img { transform: scale(1.1); }
.nezx .txt{height:auto; overflow:hidden; background:#ededed; padding:10px 20px 20px 20px;}
.nezx .t1{height:40px; line-height:40px; display:block; font-size:16px; color:#000;}
.nezx .time{height:24px; line-height:24px; font-size:14px; color:#939393;}

.nezx .t2{line-height:24px; font-size:14px; color:#939393;}
.nezx a .more{width:105px; height:30px; border:#dadada 1px solid; display:block; float:right; line-height:30px; font-size:14px; color:#0cacff; text-align:center;}
.nezx a:hover .more{color:#fff; border:#0cacff 1px solid; background:#0cacff;}


.psmeun{width:1200px; height:192px; overflow:hidden; background:url(promenubg.jpg) no-repeat center top; margin:0px auto 0px auto; position:relative; margin-top:-140px; z-index:1000; text-align:center; padding-top:115px;}
.psmeun  a{height:40px; line-height:40px; color:#0d0d0d; transition:color 0.3s ease 0s; font-size:16px; display:inline-block; padding:0px 30px;  margin:0px 5px; background:#fff;}
.psmeun  a:hover{color:#0373da; background:#ebebeb;}
.psmeun  a.focus{color:#0373da; background:#ebebeb;}

.nproshow{position:relative; width:100%; height:auto; overflow:hidden;  margin:0px auto 0px auto; padding-bottom:30px;}
.nproshow .bd{ width:100%; }
.nproshow ul li{ width:100%; float:left;}
.nproshow ul li .se_img{ width:100%; height:100%; overflow:hidden;}
.nproshow ul li .se_img img{transition-duration: 500ms; width:100%; height:100%; }
.nproshow .hd ul{overflow:hidden; height:auto; width:150px; margin:10px auto 0px auto;}
.nproshow .hd ul li{ float:left; WIDTH:14px; CURSOR: pointer; HEIGHT:14px; border:#afafaf 2px solid;  margin-left:8px; text-indent:-9999px; -moz-border-radius:50%; -khtml-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.nproshow .hd ul li.on{background:#afafaf;}
 @media (max-width: 1200px) {
.ntitle{height:30px; line-height:30px; text-align:center; font-size:18px; color:#0373da; font-weight:bold;}
.ntitlex{height:24px; line-height:24px; text-align:center; font-size:16px; color:#000; font-weight:bold; background:url(tl_1.png) no-repeat center center; margin-bottom:20px;}
	 
#innerbody { height:auto; overflow:hidden; padding:20px 0px 20px 0px; }	 
.nsubmenu{ display:none;}
.procat{ display:block;}
.inner{ width:100%; padding:0px 15px;}
.innerx{ width:100%; padding:0px 15px;}
.prori{width:100%;}
.book_form textarea { width:200px;}
.newslist a .txt{padding:10px 0px; color:#484848;}

 }