*{padding: 0;margin: 0}
body {max-width: 1920px;background: #fff;color: #000;line-height: 25px;margin: 0 auto;}
button:focus{outline:0;}
h1,h2,h3,h4,h5,h6{font-weight:600;color:#575757}
a{text-decoration: none}
a:focus, a:hover {color: none;text-decoration: none;}
.clearfix::after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
h1{font-size:46px;font-weight:600;color:#EEE}
h2{font-size:20px}
h3{font-size:14px;color:#777;font-weight:400;}
h4{font-size:16px;font-style: normal}
.no-padding{padding: 0}
a{color:#fff;-webkit-transition:color 300ms,background-color 300ms;-moz-transition:color 300ms,background-color 300ms;-o-transition:color 300ms,background-color 300ms;transition:color 300ms,background-color 300ms}
a:focus,a:hover{color:#2b3887}
ol,ul{list-style:none}
ul{padding:0;margin:0}
.wall1600{width: 1500px;margin: 0 auto;}


@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}
    100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}
    100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
}
#header{ position:absolute; z-index:10000; left:0; top:0; width:100%;}
.headerbg{ min-height:60px; background-color:rgba(0,0,0,.5);}
.navbar-inverse{ background:none; border:none;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper { -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; padding-left: 0; transition: all 0.5s ease;}
#wrapper.toggled { padding-left: 220px;}
#wrapper.toggled #sidebar-wrapper { width: 220px;}
#wrapper.toggled #page-content-wrapper { margin-right: -220px; position: absolute;}
#sidebar-wrapper { -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; background: #1a1a1a; height: 100%; left: 220px; margin-left: -220px; overflow-x: hidden; overflow-y: auto; transition: all 0.5s ease; width: 0; z-index: 1000;}
#sidebar-wrapper::-webkit-scrollbar { display: none;}
#page-content-wrapper { padding-top: 70px; width: 100%;}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav { list-style: none; margin: 0; padding: 0; position: absolute; top: 0; width: 220px;}
.sidebar-nav li { display: inline-block; line-height: 20px; position: relative; width: 100%;}
.sidebar-nav li:before { background-color: #1c1c1c; content: ''; height: 100%; left: 0; position: absolute; top: 0; -webkit-transition: width 0.2s ease-in; transition: width 0.2s ease-in; width: 3px; z-index: -1;}
/*.sidebar-nav li:first-child a { background-color: #1a1a1a; color: #ffffff;}*/
.sidebar-nav li:nth-child(1):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(2):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(3):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(4):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(5):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(6):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(7):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(8):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(9):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(10):before { background-color: #2b3887;}
.sidebar-nav li:nth-child(11):before { background-color: #2b3887;}
.sidebar-nav li:hover:before { -webkit-transition: width 0.2s ease-in; transition: width 0.2s ease-in; width: 100%;}
.sidebar-nav li a { color: #fff; display: inline-block; padding: 10px 15px 10px 30px; line-height:30px; text-decoration: none;background:none;!important;}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background: none}
.sidebar-nav li.open:hover before { -webkit-transition: width 0.2s ease-in; transition: width 0.2s ease-in; width: 100%;}
.sidebar-nav .dropdown-menu { background-color: #222222; border-radius: 0; border: none; box-shadow: none; margin: 0; padding: 0; position: relative; width: 100%;}
.sidebar-nav .dropdown-menu li{ text-indent:5px;}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus { background-color: transparent; color: #fff; text-decoration: none;}
.sidebar-nav > .sidebar-brand { font-size: 20px; height: 65px; line-height: 44px;}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {background: transparent; border: none; display: block; height: 32px; margin-left: 15px; position: fixed; top: 20px; width: 14px; z-index: 999;right: 5%;}
.hamburger:hover { outline: none;}
.hamburger:focus { outline: none;}
.hamburger:active { outline: none;}
.hamburger.is-closed:before { -webkit-transform: translate3d(0, 0, 0); -webkit-transition: all 0.35s ease-in-out; color: #fff; content: ''; display: block; font-size: 14px; line-height: 32px; opacity: 0; text-align: center; width: 100px;}

.hamburger.is-closed .hamb-top { -webkit-transition: all 0.35s ease-in-out; background-color: #2b3887; top: 10px;}
.hamburger.is-closed .hamb-middle { background-color: #2b3887; margin-top: -1px; top: 50%;}
.hamburger.is-closed .hamb-bottom { -webkit-transition: all 0.35s ease-in-out; background-color: #2b3887; bottom: 10px;}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom { height: 2px; left: 0; position: absolute; width: 100%;}
.hamburger.is-open .hamb-top { -webkit-transform: rotate(45deg); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); background-color: #2b3887; margin-top: 0; top: 50%;}
.hamburger.is-open .hamb-middle { background-color: #fee800; display: none;}
.hamburger.is-open .hamb-bottom { -webkit-transform: rotate(-45deg); -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08); background-color: #2b3887; margin-top:0; top: 50%;}
.hamburger.is-open:before { -webkit-transform: translate3d(0, 0, 0); -webkit-transition: all 0.35s ease-in-out; color: #fff; content: ''; display: block; font-size: 14px; line-height: 32px; opacity: 0; text-align: center; width: 100px;}
.hamburger.is-open:hover before { -webkit-transform: translate3d(-100px, 0, 0); -webkit-transition: all 0.35s ease-in-out; display: block; opacity: 1;}
/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay { position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1;}
/* SOME DEMO STYLES - NOT REQUIRED */

.hamburger em.menuico{ padding-left:20px;color:#2b3887; font-size:16px; font-weight:600; text-transform:uppercase; position: absolute; top:4px; left:0;word-break:keep-all;white-space:nowrap;}
.language{ text-align:center; padding:15px 0; border-left:3px #544588 solid;}
.language a{ color:#fff; margin:0 10px;text-indent:-99999px; display:inline-block; width:45px; height:30px; /*border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;*/}
.language a.ch{background: url(../images/ch.png) no-repeat center center;background-size:100% 100%;}
.language a.en{background: url(../images/en.png) no-repeat center center;background-size:100% 100%;}
.language a.es{background: url(../images/es.png) no-repeat center center;background-size:100% 100%;}

.navbar-brand{ margin-left:90px; position:fixed; top:0; z-index:101;}
.headerlink{ color:#fff;position:fixed; top:0; z-index:101; right:15px; display:block;}
.headerlink ul{}
.headerlink ul li{ float:left;}
.headerlink ul li a{ color:#fff; padding:15px 15px; line-height:40px; display:block; font-size:16px;}
.headerlink ul li:first-child a{ text-transform:uppercase;}
.headerlink ul li a i{ margin-right:5px;}
.headerlink ul li a em{background:#fff;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;  color:#534498; line-height:40px; padding:0 25px; font-size:15px; text-transform:uppercase; font-style:italic; font-weight:600; display:block;}





@media (max-width:1200px){}
@media (max-width:992px){

}
@media (max-width:768px){

}

/*banner*/
#main-slide {overflow:hidden;}
#main-slide .carousel-control .fa-angle-left {left:5%;}
#main-slide .carousel-control .fa-angle-left,#main-slide .carousel-control .fa-angle-right {position:absolute;top:40%;z-index:5;display:inline-block;}
#main-slide .carousel-control i {background:rgba(0,0,0,0);color:#fff;line-height:50px;font-size:50px;padding:15px 20px;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;}
#main-slide .carousel-indicators {bottom:50%;margin-bottom:0;left: 40%;}
#main-slide .item.active .slider-content {z-index:0;opacity:1;-webkit-transition:opacity 100ms;-moz-transition:opacity 100ms;-o-transition:opacity 100ms;transition:opacity 100ms;}
#main-slide .carousel-control.right {opacity:.5;width:374px;height:118px;top:auto;bottom:100px;right:12%;filter:alpha(opacity=0);background:url("../images/banner_next.jpg" ) no-repeat left;background-repeat:no-repeat;text-shadow:none;}

#main-slide .slider-content h2 {font-size:45px;font-weight:500;text-transform:uppercase;color:#fff;font-weight:600;display:none;}
#main-slide .carousel-control.left:hover,#main-slide .carousel-control.right:hover {opacity:1;filter:alpha(opacity=100);}
#main-slide  .bannerfont{position: absolute;font-size: 32px;color: #fff;font-weight: bold;left: 0;top:50%;right: 0;bottom: 0;margin: 0 auto;text-align: center;}
#main-slide .carousel-indicators .active{width: 66px;height: 10px;margin: 0;background-color: #ffda8a;margin-bottom: 50px;}
#main-slide .carousel-indicators li{display: block;margin-bottom: 50px;width: 10px;height: 10px;}
/*淡隐淡出*/
#main-slide.carousel-fade .carousel-inner .item{ opacity:0; transition:1s all linear;-webkit-transition-property:opacity;-moz-transition-property:opacity ; -ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity ;}
#main-slide.carousel-fade .carousel-inner .active{ opacity: 1;}
#main-slide.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left: 0;opacity: 0;}
#main-slide.carousel-fade .carousel-inner .next.left,
#main-slide.carousel-fade .carousel-inner .prev.right {opacity: 1;}


/*分页*/
.pages{PADDING:7px;MARGIN:3px;TEXT-ALIGN:center}
.pages a{BORDER:#ccc 1px solid;MARGIN:2px;COLOR:#9c9c9c;TEXT-DECORATION:none;width:30px;line-height:30px;text-align:center;display:inline-block;border-radius:24px;-moz-border-radius:24px;-webkit-border-radius:24px;background-color:#fff;font-size:1em;font-family:Rosario,sans-serif}
.pages a:hover{BORDER:#ccc 1px solid;COLOR:#000}.pages A:active{BORDER:#ccc 1px solid;COLOR:#000}
.pages span.current{BORDER:#ccc 1px solid;FONT-WEIGHT:bold;MARGIN:2px;width:30px;line-height:30px;text-align:center;display:inline-block;border-radius:24px;-moz-border-radius:24px;-webkit-border-radius:24px;COLOR:#fff;BACKGROUND-COLOR:rgba(23,166,166,1);font-size:1em;font-family:Rosario,sans-serif}
.pages span.disabled{BORDER:#ccc 1px solid;MARGIN:2px;COLOR:#ddd}.pagecount{display: none}
.productpic{text-align:center}
/*尾部*/
footer{width: 100%;background: #2b3887;}
footer .footercopyright{ padding:45px 45px 0; text-align:center; background:none;color: #fff}
footer .footercopyright a{ color: #fff}
#float {}
#float .wrap { margin-bottom: 2px; position: relative; cursor: pointer; background:#2b3887     ;}
#float .fa {padding: 0;width: 40px;display: block;line-height: 40px;text-align: center;color: #FFF;font-size: 20px;}
#float .content {  min-height: 40px; position: absolute; right: 40px; top: 0; display: none; background:#2b3887     ;}
#float .content a { color: #FFF;text-decoration: none }
#float .qrcode .content { padding: 5px; width: 180px; }
#float .qrcode .content img{ max-width:100%;}
#float .phone .content { line-height: 40px; padding: 0 20px; font-size: 18px; color: #FFF;width: 180px; }
#float .kfqq .content { line-height: 40px; padding: 0 20px; font-size: 18px; color: #FFF;width: 180px;}
#float .email .content { line-height: 40px; padding: 0 20px; font-size: 18px; color: #FFF;}
#float .custom .content { padding: 20px; min-width: 160px; color: #FFF; }
/* 侧边悬浮导航 */
.right_nav{ right:0; bottom:100px; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_nav  .iconBox  a{color: #ececec}
.right_nav li{background:#2b3887;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{width: 30px;height:30px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background:#2b3887}
.right_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{width:200px;border: 1px solid #2b3887;background-color: #fff; padding: 10px 20px;border-top: 2px solid #2b3887;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #2b3887;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li:nth-child(3) .hideBox img{width:140px;height: 140px;margin-top: 10px;}
.right_nav .iconBox .fa{padding: 0;width: 40px;display: block;line-height: 40px;text-align: center;color: #FFF;font-size: 20px;}

/*内页*/
#inner-page {min-height: 800px;padding: 20px 0px 60px;background: #fbfbfb;}
.weizhibg{ margin-bottom:15px;}
.weizhibox{ overflow:hidden;border-bottom:1px #2b3887     dotted; padding:25px 0;}
.weizhi{line-height:30px;color: #fff;}
.weizhi i{ color:#2b3887    ; margin-right:5px;}
.weizhi a{line-height:30px;color: #000}
.weizhinane{ float:left;}
.weizhinane h3{ font-size:24px; color:#000; overflow:hidden; margin:0;}
.weizhinane h3 i{ float:left;display:block; line-height:30px;font-style:normal; font-weight:600;}
.weizhinane h3 em{ font-family: "Arial"; color:#2b3887    ;float:left;display:block;font-size:12px; line-height:20px; padding-top:10px; padding-left:8px;}
.leftsider .leftsidertitle {display: none;}
.leibie{ background:#fff; font-size:0;-webkit-text-size-adjust:none;margin-bottom: 20px;margin-top: 20px}
.leibie ul{ text-align:center;display: -webkit-flex;display: flex;justify-content:center;align-items:center;}
.leibie ul li{color:#2b3887; display:block; position:relative;margin-right: 10px;}
.leibie ul li a{transition: .5s all ease-in-out;border-radius: 14px; border-left:1px #dcdcdc solid;overflow:hidden; text-align:center; font-size:15px;display:block;color:#353535;padding: 5px 10px;}

.leibie ul li:hover a,.leibie ul li.active a{background-color:#2b3887    ;color:#fff;text-decoration: none;}
.leibie ul li .arrow-down{ position:absolute; bottom:-8px; left:50%; margin-left:-4px; display:none;}
.leibie ul li:hover .arrow-down,.leibie ul li.active .arrow-down{ display:block;}
.leibies{border:1px #d4d4d4 solid; border-bottom:none; margin-bottom:15px;}
.leibies h3{ background-color: #2b3887; padding: 0; margin: 0; color: #fff; line-height: 42px; padding:0 10px; }
.leibies h3 i{ float:right; line-height:40px; font-size:20px;}
.leibies ul{}
.leibies ul li{line-height:40px;color:#fff; display:block; border-bottom:1px #d4d4d4 solid;}
.leibies ul li i{ margin-right: 5px;}
.leibies ul li a{line-height:40px; height:40px; overflow:hidden; font-size:14px;color:#2b3887; display:block; padding-left:10px;}
.leibies ul li a:hover{color: #2b3887;text-decoration: none;}
.recent-work-wrap{position:relative;}
.recent-work-wrap .overlaytu{}
/*.recent-work-wrap img.img-responsive:not(.noscale){transition: all 2s ease 0s;}
.recent-work-wrap:hover img.img-responsive:not(.noscale){transform: scale(1.2);}*/
.recent-work-wrap .recent-work-inner{top:0;background:0 0;opacity:1;width:100%;border-radius:0;margin-bottom:0;text-align:center}
.recent-work-wrap .recent-work-inner h3{margin:10px 0;font-size:24px;color:#fff}
.recent-work-wrap .recent-work-inner h3 a{font-size:24px;color:#fff}
.recent-work-wrap .overlaytxt{position:absolute;top:0;left:0;width:100%; z-index:100000;height:100%;opacity:0;border-radius:0;background:#2b3887    ;color:#fff;vertical-align:middle;-webkit-transition:opacity 500ms;-moz-transition:opacity 500ms;-o-transition:opacity 500ms;transition:opacity 500ms;padding:15px}
.recent-work-wrap .overlaytxt .preview{bottom:0;display:inline-block;height:35px;line-height:35px;border-radius:0;background:0 0;text-align:center;color:#fff}
.recent-work-wrap:hover .overlaytxt{opacity:.8}
.recent-work-wrap .recent-work-inner{display: table;/*position:relative;*/background:0 0;opacity:1; width:100%; height:100%;border-radius:0;margin-bottom:0;text-align:center;}
.recent-work-wrap .recent-work-inner.active{border:1px #fff solid;}
.recent-work-wrap .recent-work-inner:after,.recent-work-wrap .recent-work-inner:before{content:'';display:block;position:absolute;box-sizing:border-box;border:1px solid transparent;width:0;height:0;}
.recent-work-wrap .recent-work-inner:after{top:0;left:0;-webkit-transition:border-color 0s ease-in .8s,width .2s ease-in .6s,height .2s ease-in .4s;transition:border-color 0s ease-in .8s,width .2s ease-in .6s,height .2s ease-in .4s}
.recent-work-wrap .recent-work-inner:before{bottom:0;right:0;-webkit-transition:border-color 0s ease-in .4s,width .2s ease-in .2s,height .2s ease-in;transition:border-color 0s ease-in .4s,width .2s ease-in .2s,height .2s ease-in}
.recent-work-wrap .recent-work-inner:hover:after,.recent-work-wrap .recent-work-inner:hover:before{width:100%;height:100%}
.recent-work-wrap .recent-work-inner:hover:after{border-top-color:#fff;border-right-color:#fff;-webkit-transition:width .2s ease-out,height .2s ease-out .2s;transition:width .2s ease-out,height .2s ease-out .2s}
.recent-work-wrap .recent-work-inner:hover:before{border-bottom-color:#fff;border-left-color:#fff;-webkit-transition:border-color 0s ease-out .4s,width .2s ease-out .4s,height .2s ease-out .6s;transition:border-color 0s ease-out .4s,width .2s ease-out .4s,height .2s ease-out .6s}
.recent-work-wrap .recent-work-inner-wz{display: table-cell;padding:12px; text-align: center;vertical-align: middle;/*position:relative;*/ z-index:10000;}
.recent-work-wrap .recent-work-inner-wz.active{ text-align:left; }
.recent-work-wrap .recent-work-inner-wz h3{margin:5px 0;font-size:14px;color:#fff; display:block;line-height: 27px;}
.recent-work-wrap .recent-work-inner-wz h3 a{font-size:24px;color:#fff}
.recent-work-wrap .recent-work-inner-wz h4{ padding:0; margin:0; font-weight:300;}
.recent-work-wrap .recent-work-inner-wz p{display:block;}
.recent-work-wrap .recent-work-inner-wz i{ background-color:rgba(0,0,0,.8); position:absolute;bottom:0;left:0;color:#fff; font-size:12px; text-align:center; font-style:normal; width:48px; line-height:30px; display:inline-block;}
.recent-work-wrap .recent-work-inner-wz i a{ color:#fff;}
.recent-work-wrap .recent-work-inner-wz i a:hover{color: #00a7f8;}
.recent-work-wrapwz{box-shadow: 5px 5px 10px rgb(51, 100, 121); text-align: center;font-size: 1em;line-height: 30px; background:#fff; color:#fff; margin-bottom:30px; padding: 5px;border-left: 1px solid #ecec;border-right: 1px solid #ecec;font-size: 18px;position: relative}
.recent-work-wrapwz a{text-decoration:underline;padding: 5px 0px;line-height: 30px;color:#5a5a5a; display:block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration:none}
.recent-work-wrapwz:hover,.recent-work-wrapwz:hover a,.recent-work-wrapwz a:hover{background-color:#fff;color:#5a5a5a; }

.overlaytu{margin-bottom: 20px;}
.cmsimg{ position:relative; overflow:hidden; text-align:center;}
.cmsimg .cmsimg-box{overflow:hidden; text-align:center;width:100%;height:0px; padding-bottom:100%;position:relative; overflow:hidden;}
.cmsimg.prop1 .cmsimg-box{ padding-bottom:100%;}
.cmsimg.prop2 .cmsimg-box{ padding-bottom:200%;}
.cmsimg.prop3 .cmsimg-box{ padding-bottom:133.333%;}
.cmsimg.prop4 .cmsimg-box{ padding-bottom:75%;}
.cmsimg.prop5 .cmsimg-box{ padding-bottom:50%;}
.cmsimg.prop6 .cmsimg-box{ padding-bottom:60%;}
.cmsimg .cmsimg-box img{height:100%;position:absolute; display:block;}
.cmsimg .cmsimg-box figure{display: flex;justify-content: center;}
.pages {padding: 7px;margin: 3px;text-align: center;}
/*新闻*/
.nrbt{border-bottom:1px #ededed dashed;color:#333;font-weight:700;text-align:center;line-height:50px; font-size: 2em;}
.nrothers{text-align:center;line-height:40px;color:#efefef;font-size:10px;border-bottom:1px #ededed dashed}
.nrothers a{color:#ededed;font-size:10px}
.fontZoom,.single{min-height: 147px;}
.fontZoom img,.single img{max-width:100%}
.fontZoomtitle{background-color:#eee;margin-bottom:20px}
.fontZoomtitle h3{line-height:36px;padding-left:10px;color:#000}

.ProductZoom{padding:15px 0; border-bottom:1px #e4e5e5 solid; margin-bottom: 15px;background: #fff;overflow: hidden}
.ProductZoom img{max-width:100%}
.ProductZoomtitle{ margin-bottom:15px; font-size:15px; height:40px; color:#97816d; background-color:#f6f6f6; border:1px #e5e5e5 solid; position:relative;}
.ProductZoomtitle h3{ position:absolute; left:-1px; top:-1px; line-height:38px; background-color:#fff; border-top:2px #ffbb42 solid; border-right:1px #e5e5e5 solid; margin:0; padding:0 15px; color:#ffbb42; font-size:14px;}
.ohterproduct{padding:15px 0;border-bottom:1px #e4e5e5 solid;}
.ohterproduct h3{ margin:0; margin:0; line-height:36px; font-size:15px; color:#97816d;}
.productdetail{ margin-bottom:15px;}
.ProductZoom .Productcontainer h3{font-size: 24px;color: #000000;padding-left: 36px}
.ProductZoom .Productcontainer p{font-size: 14px;line-height: 36px;padding: 30px 36px 50px;}
.ProductZoom .Productcontainer .page{background: #2a6937; font-size:14px;padding: 10px}
.ProductZoom .Productcontainer .page a{color: #fff}

.productwz{}
.productwz h3{ color:#2b3887; font-size:20px;}
.productwz p.wz{ margin-bottom:10px;}
.productwzlist{ line-height:32px;}
.productwzlist dl{ overflow:hidden; margin:0; padding:0; margin-bottom:5px;line-height:32px;}
.productwzlist dl dt{ float:left; width:80px;line-height:32px;}
.productwzlist dl dd{line-height:32px; width:calc(100% - 90px); float:right;}
.enquiry{ margin-top:20px;}
.enquiry a{ display:inline-block; line-height:35px; padding:0 20px; background-color:#ae0f0f; color:#fff; font-size:14px;border-radius:4px;}

.ProductZoom{padding:15px 0; border-bottom:1px #e4e5e5 solid; margin-bottom: 15px;}
.ProductZoom img{max-width:100%}
.ProductZoomtitle{ margin-bottom:15px; font-size:15px; height:40px; color:#97816d; background-color:#f6f6f6; border:1px #e5e5e5 solid; position:relative;}
.ProductZoomtitle h3{ position:absolute; left:-1px; top:-1px; line-height:38px; background-color:#fff; border-top:2px #ffbb42 solid; border-right:1px #e5e5e5 solid; margin:0; padding:0 15px; color:#ffbb42; font-size:14px;}
.ohterproduct{padding:15px 0;border-bottom:1px #e4e5e5 solid;}
.ohterproduct h3{ margin:0; margin:0; line-height:36px; font-size:15px; color:#97816d;}
.productdetail{ margin-bottom:15px;}

.productjias{ padding-bottom:20px;}
.news-time{ text-align:center;}
.news-time h3{ font-size:40px; border-bottom:1px #2b3887      solid; color:#2b3887    ; line-height:150%;}
.news-time h4{ font-weight:300;}
.news-work-wrap{ padding-bottom:20px; overflow:hidden;}
.news-work-wrap .news-work-inner{top:0;background:0 0;opacity:1;width:100%;border-radius:0;margin-bottom:0;color: #000}
.news-work-wrap .news-work-inner h3{margin:0; padding:0;}
.news-work-wrap .news-work-inner h3 a{font-size:18px;color:#000;text-decoration: none;font-weight: bolder}
.news-work-wrap .news-work-inner h3 a:hover{ color:#2b3887 ;}
.news-work-wrap .news-work-inner h4{ font-size:12px; font-weight:100; display:none;}
.news-work-wrap .news-work-inner .more{ text-align:right;}
.news-work-wrap .news-work-inner .more a { background:none;color: #000;text-decoration: none}
.news-work-wrap .overlaytu{}
.news-work-wrap .overlaytu img.img-responsive{ width: 100%;}
/*标题颜色样式*/
.news-work-wrap .news-work-inner h3 a.tb{font-weight:bold;}
.news-work-wrap .news-work-inner h3 a.c1{color: #000000;!important;}
.news-work-wrap .news-work-inner h3 a.c2{color: #FFFFFF;!important;}
.news-work-wrap .news-work-inner h3 a.c3{color: #FFFF00;!important;}
.news-work-wrap .news-work-inner h3 a.c4{color: #00FF00;!important;}
.news-work-wrap .news-work-inner h3 a.c5{color: #00FFFF;!important;}
.news-work-wrap .news-work-inner h3 a.c6{color: #FF00FF;!important;}
.news-work-wrap .news-work-inner h3 a.c7{color: #FF0000;!important;}
.news-work-wrap .news-work-inner h3 a.c8{color: #0000FF;!important;}
.news-work-wrap .news-work-inner h3 ac9{color: #008080;!important;}


.othernews{ margin-top:30px;}
.othernews .newslist{ overflow:hidden; border-bottom:1px #d9d4d0 dashed; margin-bottom:10px; padding-bottom:10px;}
.othernews .newslist span.newstime{ background-color:#2b3887    ; color:#fff; text-align:center; line-height:30px; overflow:hidden; float:left; padding:5px; margin-right:10px;}
.othernews .newslist span.newstime i{ font-style:normal; line-height:35px; display:block; font-size:18px;}
.othernews .newslist span.newslistwz{}
.othernews .newslist span.newslistwz a{ font-size:14px; font-weight:600; color:#2b3887    ;}
.othernews .newslist span.newslistwz a.preview{ color:#000;}
.othernews .newslist span.newslistwz p{line-height:25px;}
.othernews .newslist span.newslistwz h4{ font-size:12px; font-weight:400; line-height:25px; margin:0; padding:0; display:none;}
.othernewstitle{ margin-bottom:15px; font-size:15px; height:40px; color:#97816d; background-color:#f6f6f6; border:1px #e5e5e5 solid; position:relative;}
.othernewstitle h3{ position:absolute; left:-1px; top:-1px; line-height:38px; background-color:#fff; border-top:2px #ffbb42 solid; border-right:1px #e5e5e5 solid; margin:0; padding:0 15px; color:#ffbb42; font-size:14px;}
.contactnr {padding: 50px 15px;}
/*.contactbox{-moz-box-shadow:5px 5px 10px #c0c0c0, -5px -5px 10px #c0c0c0; -webkit-box-shadow:5px 5px 10px #c0c0c0, -5px -5px 10px #c0c0c0; box-shadow:5px 5px 10px #c0c0c0, -5px -5px 10px #c0c0c0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}*/
.contactbox{-moz-box-shadow:5px 5px 10px #c0c0c0; -webkit-box-shadow:5px 5px 10px #c0c0c0; box-shadow:5px 5px 10px #c0c0c0;}
.contactnr{ padding:50px 15px;}
.contactnr .contactpic{ padding:75px 0; border-right:1px #eee solid;}
.contactnr .contactlist{ padding-left:50px;}
.contactnr .contactlist ul{}
.contactnr .contactlist ul li{ line-height:30px; padding:5px 0; font-size:16px;list-style: none    }
.contactnr .contactlist ul li i{ margin-right:5px; vertical-align:middle;}
#map_canvas {width: 100%;height: 500px;font-size: 12px;border-left: 1px solid #ecec;border-right: 1px solid #ecec;}
#map_canvas label {max-width: none;}

.sidebarnr{padding:15px;background-color:#22252e;}
.leftcontact{padding: 15px;background-color:#22252e;text-align: left;}
.leftcontact .leftcontactnr{}
.leftcontact .leftcontactnr img{max-width:100%;}
.menuTree ul{display:none;}
.menuTree li{line-height:30px;color:#fff; display:block;}
.menuTree li a{line-height:55px; height:55px; overflow:hidden;display:block;color: #fff;text-align:center;border-bottom:1px solid #B1B3B4;}
.menuTree li a:hover{color: #a1acce;text-decoration: none;}
.weizhi {line-height: 30px;position: relative;color: #000;font-family: 微软雅黑;padding-bottom: 10px;}
.product-list{overflow: hidden;}
.product-list .imgs{}
.product-list .imgs img{}
.product-list .imgs p{height:0px;width:0px;background-color:#2b3887;position:absolute;z-index:10;}
.product-list .imgs .img_top,.product-list .imgs .img_bottom{height:2px;width:0px;}
.product-list .imgs .img_top{top:0px;left:0px;}
.product-list .imgs .img_bottom{bottom:0px;right:0px;}
.product-list .imgs .img_left,.product-list .imgs .img_right{width:2px;}
.product-list .imgs .img_right{height:0px;}
.product-list .imgs .img_left{top:0px;left:0px;}
.product-list .imgs .img_right{bottom:0px;right:0px;}
.product-list .imgs .cover,.product-list .imgs .text{position:absolute;left:0px;top:0px;width:100%;height:100%;}
.product-list .imgs .cover{filter:alpha(opacity=0);opacity:0; background-color:#000;z-index:4;}
.product-list .imgs .text{text-align:center;color:#FFF;z-index:3;background:none;z-index:4;filter:alpha(opacity=0);opacity:0;}
.product-list .imgs .cover span{position:relative;top:35%;text-align:center;width:100px;height:30px;border:1px solid #999;color:#FFF;line-height:30px;margin: 0px auto;display: block;}
.product-list  .con{color:#FFF;z-index:3;background:#22252e;padding:0px 15px 10px;height:42px;width: 100%;}
.product-list  .con{clear:both;filter:alpha(opacity=100);opacity:1;}
.product-list  .con .text_title{width:100%;display:block;text-align:center;padding:10px 0px;float:left;overflow: hidden;height: 32px;white-space: nowrap;text-overflow:ellipsis;}
.product-list  .con .text_detail{display:block;clear:both; text-align:center;}


/*在线留言*/
#contactForm {margin-bottom: 20px;}
#contactForm  .form-group {margin-bottom: 15px;}
#contactForm  .form-group .form-control {padding: 7px 12px;height: 50px;background: #fff;width: 100%;box-shadow: none;}
#contactForm  .form-group textarea.form-control {margin-top: 20px;height: 200px;}
#contactForm  .form-send {text-align: center;}
#contactForm  .form-send .btn-primary {margin-left: 30px;margin-top: 30px;width: auto;border-radius:18px;font-size: 16px;border: none;padding: 10px 30px 10px;background: #2b3887;}
/*联系我们*/
.messageconact{padding: 40px 25px 50px;background: #fff;border-left: 1px solid #ececec;border-right: 1px solid #ececec;}
.messageconact h3{font-size: 25.2px;color: #000000;padding-bottom: 10px;position: relative;}
.messageconact h3:after{content: "";height: 27px;position: absolute;display: block;border-right: 5px solid  #2a6937;left: -10px;top: 0;}
.messageconact  .contactlist ul li{line-height: 37px;padding: 5px 0;font-size: 16px;list-style: none;}
.messageconact  .contactlist ul li img{padding-right: 20px;}
.messageconact  .contactlist .pic{margin-top: 20px;}


/*====================================fangke2019125* 首页部分*/
#product  .indextitle h3{margin-top: 75px;margin-bottom: 60px}
#product .product{position: relative;padding-bottom: 70px;}
#product .bgLeft{position: absolute;width: 32%;background: #fff;height: 100%;left: 0px;z-index: -99;}
#product .bgRight{position: absolute;width: 68%;background: #eeeeee;height: 100%;right: 0px;z-index: -99;}
#product ul li {float: right;width: 14%;height: 76px;}
#product ul li .picture{height: 51px;line-height: 51px;}
#product ul li p{font-size:14px;color: #2b3887;margin-top: 5px;}
#product  .row{margin-top: 74px;}
#product  .pic{padding: 25px;border: 1px solid #646b94;background: #fff;}
#product  .more {display: inline-block;width: 374px;background: #ec3d36;height: 66px;margin-top: 60px;opacity: .7}
#product  .more .moreL {width: 70%;float: left;text-align:center;border-right: 1px solid #c01a16;height: 100%;line-height: 66px;font-size: 16px;color: #fff;text-transform: uppercase}
#product  .more .moreR {width: 30%;float: left;text-align: center;height: 100%;line-height: 66px;font-size: 16px;color: #fff;text-transform: uppercase}
#product  .more:hover{opacity: 1}



#inbanner1 {background: #ffa438;padding: 100px 0px 110px;}
#inbanner1 .item{padding:0px  80px;}
#inbanner1  .owl-theme .owl-controls .owl-buttons div{text-indent: 0px;background: none;position: absolute;margin: 0px;padding: 0px;width: 187px;height: 35px;}
#inbanner1  .owl-theme .owl-controls .owl-buttons div.owl-next{right: 100px;color: #2b3887;font-size: 18px;}
#inbanner1  .owl-theme .owl-controls .owl-buttons div.owl-prev{left: 106px;color: #2b3887;font-size: 18px;}
#inbanner1  .owl-theme .owl-controls .owl-buttons{bottom: -30px;top: auto}
#inbanner1  .owl-theme .owl-controls .owl-buttons div:after {content: "";display: block;content: "";display: block;height: 2px;left: -24px;width: 14px;position: absolute;-webkit-transform: rotate(-45deg);-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);background-color: #2b3887;margin-top: 0;top: 26%;}
#inbanner1  .owl-theme .owl-controls .owl-buttons div:before{content: "";display: block;height: 3px;left: -20px;width: 63px;position: absolute;-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);background-color: #2b3887;margin-top: 0;top: 38%;}
#inbanner1 .owl-theme .owl-controls .owl-buttons div.owl-next:before{right: -20px;left: auto}
#inbanner1 .owl-theme .owl-controls .owl-buttons div.owl-next:after{right: -22px;left:auto;-webkit-transform:rotate(45deg)}
#inbanner1 .owl-theme .owl-controls .owl-pagination{bottom: -56px;}
#inbanner1 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{background: #ff463a}
#inbanner1 .owl-theme .owl-controls .owl-page span{background: #2b3887}




#inabout{background: #343e73;padding: 75px 0px 120px;}
#inabout  #about-demo{margin-top: 20px;}
#inabout  #about-demo .item{margin-right: 20px;}
#inabout .indextitle{position: relative}
#inabout .indextitle h3{font-size: 88px;text-align: center;color: #4b5380;font-weight: bolder;}
#inabout .indextitle h4{font-size: 36px;color: #fff;text-align: center;margin-top: -40px;}
#inabout .inAboutMid p {color: #fff;line-height: 52px;font-size: 16px;text-indent: 2em;}


#innews{padding: 40px 0px 144px;background: url("../images/newsbg.png") no-repeat center bottom;}
#innews .indextitle h3{text-align: center;margin-bottom: 50px}
#innews .indextitle h3 img{margin: 0 auto;}
#innews .item{margin-right: 20px;}
#innews .wenzi{height: 130px;background: #fff;padding: 40px 20px 20px 20px}
#innews .wenzi .title{font-size: 16px;color: #666666;}
#innews .wenzi .desc{font-size: 14px;color: #666;overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}




footer{background:#fff;padding:70px 0px 0px;}
footer .footL{float: left;width: 33%}
footer .footM{float: left;width: 33%}
footer .footR{float: right;width: 23%}

footer .footL h4{margin:88px 0px}
footer .footL h5{font-size:14px;color: #2b3887}
footer .footM p{margin-top: 75px;font-size: 14px;color: #2b3887;line-height: 33px;}
footer .footR input[name="fields[email]"] {padding: 20px;display: block;outline:none;font-size: 18px;color: #ecece;margin-top: 20px;width: 293px;}
footer .footR  .btn1{margin-top: 27px;border: 0;width: 293px;height: 82px;background: url(../images/bt1.jpg) no-repeat center;background-size: 100%;opacity: .7}
footer .footR  .btn1:hover{opacity: 1}
footer .foothead{padding: 40px 0px;background: #eeeeee;font-size: 14px;color:#2b3887;margin-top: 80px;}
footer .foothead a{color:#2b3887;}
footer  .footheadR span{margin-right: 20px;display: inline-block;}
/*==================================================*/
/*iPad 768px*/
@media screen and (min-width:766px) and (max-width:1200px) {
    .hamburger{right: 11%;}
    #main-slide .carousel-control.right{width: 186px;height: 47px;bottom: 21px;background-size: cover;right: 15%}
}
@media screen and (min-width:320px) and (max-width:766px) {
    .no-padding-xs{padding: 0px;}
    .hamburger{right: 11%;top: 18px;}
    #main-slide .carousel-control.right{width: 60px;height: 16px;bottom: 21px;background-size: cover;right: 15%}
    #main-slide .carousel-indicators li{margin-bottom: 5px;width: 5px;height: 5px;}
    #main-slide .carousel-indicators .active{margin-bottom: 5px;width: 20px;height: 5px}
    #product ul li{width: 20%;text-align: center;}
    #product .pic{padding: 5px;}
    #product .pic  img{width: 100%}
    #product .more{width: 100%}
    #inabout{padding: 0px;}
    #inabout .indextitle h3 {font-size: 52px;}
    #inabout .inAboutMid p{line-height: 35px;}
    #inabout #about-demo .item{margin-right: 0px;}
    #inbanner1 img{width: 100%}
    #inbanner1 .item{padding: 0px 10px}
    #inbanner1 .owl-theme .owl-controls .owl-buttons div.owl-prev{left: 30px;font-size: 14px;}
    #inbanner1 .owl-theme .owl-controls .owl-buttons div.owl-next{right: 25px;font-size: 14px;}
    #inbanner1 .owl-theme .owl-controls .owl-pagination{bottom: -35px}
    #innews .item{margin: 0px;}

    .footerquicklink {display:block;background-color:#222;text-align:center;line-height:40px;height:40px;position:fixed;bottom:0;left:0;width:100%;z-index:100000000;overflow:hidden;}
    .footerquicklink a {display:block;text-align:center;color:#fff;line-height:40px;font-size:14px;width:25%;float:left;}
    .footerquicklink a i {font-size:24px;padding-right:10px;display:inline-block;vertical-align:middle;}

    /*内页*/
    .leibie {
        display: none;
        margin-bottom: 50px;
        -webkit-transition: height 0.2s ease-in;
        transition: height 0.2s ease-in;
    }
    .leftsider {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .leftsider .leftsidertitle {
        background-color:#2b3887;
        display: block;
        padding: 0 15px;
        overflow: hidden;
    }
    .leftsider .leftsidertitle h3 {
        float: left;
        color: #fff;
        font-size: 18px;
        line-height: 45px;
        margin: 0;
        padding: 0;
    }
    .leftsider .leftsidertitle i {
        color: #fff;
        display: block;
        float: right;
        font-size: 20px;
        line-height: 45px;
    }
    .leibie ul {
        text-align: center;
        display: block;
    }
    .leibie ul li {
        width: 100%;
    }
    .pro_leftsider .leibie ul li {
        width: 100%;
    }
    .contactnr .contactpic {
        padding: 0 0;
        border-right: none;
    }
    .contactnr .contactlist {
        padding-left: 0;
    }
    .form-send .btn-primary {
        padding: 15px 39px;
    }
    .infoimg .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: 0;
    }
    .infoimg .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 0;
    }
    .nrbt{
        font-size: 1.5em;
    }
    .news-work-wrap .news-work-inner{margin-top: 30px}
    .messageconact {padding: 20px}
    .ProductZoom .Productcontainer p {padding: 30px 14px 50px;}
    .sidebarnr{background: #81adc2;border-radius: 16px;margin-bottom: 20px;}
    .menuTree li{float: left;width: 25%}
    .menuTree li a{line-height: 40px;height: 40px;margin: 1px;background: #358ae2;opacity: .9;border-radius: 10px;}
    .hamburger em.menuico{font-size: 11px}
    .hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom{
        height: 1px;
        width: 95%;
    }
}

@media screen and (max-width:768px) and (min-width:320px) {
    .weizhi,
    #float,
    .right_nav
    {
        display:none;
    }
}

@media screen and (max-width:1200px) and (min-width:780px) {

}
