body{font-size: 12px;color: #666;background: #fff;height: 100%;position: relative;}
input[type="text"]{-webkit-appearance: none;}
textarea{-webkit-appearance: none;}
h1, h2, h3, h4, h5, h6, figure{font-weight: 400;}
::-webkit-selection{color: #fff;background: #ff3300;}
::-moz-selection{color: #fff;background: #ff3300;}
::selection{color: #fff;background: #ff3300;}
.text-lowercase{text-transform: lowercase;}
.text-uppercase, .initialism{text-transform: uppercase;}
.text-capitalize{text-transform: capitalize;}
a{color:#666;text-decoration:none}
a:focus,a:hover{color:#ff3300;transition:none}
p{margin:0}
dl,dd,ul,li{margin:0; padding:0; list-style:none}
/* 去掉tab点击时的虚线 */
.tab .tab-nav li a,.tab .tab-nav .active a:focus{outline: none;}
.table td {border-top:1px solid #ddd;padding:8px;font-size:14px;vertical-align:top}
.overflow-x{overflow-x:auto}
.container-layout {max-width:1080px;}
.container {max-width:1100px;}
.bg-black{background:#282828}
.bg-gray{background:#ECECEC}
.bg-yellow{background:#ff3300}
.bg-case{background:url(../images/case_bg.jpg) no-repeat}
.bg-bout{background:#ff3300 url(../images/about_bg.jpg) repeat bottom}

.text-impact{font-family:Impact;}
.text-yellow{color:#ff3300}
.text-white{color:#f2f2f2}
.text-black{color:#3E3E3E}
a.text-black:link,a.text-black:visited{color:#3E3E3E}
a.text-gray:link,a.text-gray:visited{color:#666}
a.text-green:link,a.text-green:visited{color:#ff3300}

.padding-large-top{padding-top:40px}
.padding-large-bottom {padding-bottom:50px}

.border-green{border:1px solid #ff3300}
.border{border:1px solid #ECECEC}
.border-top{border-top:1px solid #ECECEC}
.border-bottom{border-bottom:1px solid #ECECEC}
.border-radius-top{border-radius:4px 4px 0 0;}
.border-radius-bottom{border-radius:0 0 4px 4px;}

.blank{height:10px; line-height:10px; clear:both; font-size:0;}
.blank-small{height:30px; line-height:30px; clear:both; font-size:0;}
.blank-middle{height:50px; line-height:50px; clear:both; font-size:0;}
.blank-big{height:80px; line-height:80px; clear:both; font-size:0;}
.blank-large{height:100px; line-height:100px; clear:both; font-size:0;}

.more .button {width:160px;height:44px;line-height:30px;color:#FFF}
.more:hover .button{}

/* 标题 */
.heading hr{margin:10px auto 20px auto;width:40px;height:3px;}
.heading h4{font-size:28px;font-weight:600}

.line-big{margin-left:-10px;margin-right:-10px}
.line-big .x1,.line-big .x2,.line-big .x3,.line-big .x4,.line-big .x5,.line-big .x6,.line-big .x7,.line-big .x8,.line-big .x9,.line-big .x10,.line-big .x11,.line-big .x12,.line-big .xl1,.line-big .xl2,.line-big .xl3,.line-big .xl4,.line-big .xl5,.line-big .xl6,.line-big .xl7,.line-big .xl8,.line-big .xl9,.line-big .xl10,.line-big .xl11,.line-big .xl12,.line-big .xs1,.line-big .xs2,.line-big .xs3,.line-big .xs4,.line-big .xs5,.line-big .xs6,.line-big .xs7,.line-big .xs8,.line-big .xs9,.line-big .xs10,.line-big .xs11,.line-big .xs12,.line-big .xm1,.line-big .xm2,.line-big .xm3,.line-big .xm4,.line-big .xm5,.line-big .xm6,.line-big .xm7,.line-big .xm8,.line-big .xm9,.line-big .xm10,.line-big .xm11,.line-big .xm12,.line-big .xb1,.line-big .xb2,.line-big .xb3,.line-big .xb4,.line-big .xb5,.line-big .xb6,.line-big .xb7,.line-big .xb8,.line-big .xb9,.line-big .xb10,.line-big .xb11,.line-big .xb12{position:relative;min-height:1px;padding-right:10px;padding-left:10px}

.line-large{margin-left:-15px;margin-right:-15px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}

/* 图片高度不一解决办法 */
.zoomimgs{display:block; width:100%;height:0; overflow:hidden; background-position: center center; background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/}
.piczoomimgs{padding-bottom:60%;}
.piczoomnews{padding-bottom:68%;}

/*顶部PC导航 begin*/
.header-box.fixed.fixed-top{background: #303030;width: 100%;z-index: 119999; border-bottom: 1px solid #dedede;}
#pc-header{position:relative;z-index: 119998;}
#infoboxid .fixed{border-bottom: 1px solid #dedede;}
#pc-header img{max-width:100%}
#pc-header .head-top{line-height:40px; border-bottom:1px solid #ECECEC}
#pc-header .head-top .welcome{}
#pc-header .head-top .top-link a{margin:0 10px;font-size:14px;color:#999}
#pc-header .head-top .top-link a:hover{color:#4CB034}
#pc-header .header-box .logo{padding:20px 0 20px 10px;}
#pc-header .header-box .logo h1 a {display:block;text-indent:-9999px;font-size:0; overflow:hidden;height:100px;background: url(../images/logo.png) no-repeat;}

/* #pc-header .header-box .logo{padding:20px 10px} */
/* #pc-header .header-box .logo img{max-width:100%} */

#pc-header .header-box .logo-line{background:url(../images/logo_bg.png) 0 20px no-repeat;}
#pc-header .header-box .logo-line h2{padding-top:18px;font-size:20px;font-weight:700;}
#pc-header .header-box .logo-line p{}
/* letter-spacing:1px; */
#pc-header .header-box .media{margin-top:15px}
#pc-header .header-box .media-img .tel-ico{width:42px; height:42px;text-align:center;margin-top:8px;}
#pc-header .header-box .media-img .tel-ico span{font-size:24px; line-height:42px;}
#pc-header .header-box .brode img{width:60px;margin-top:15px}

#pc-header .nav_bg{background:#0758B3;}
#pc-header .nav_bg .container{}
#pc-header .nav{letter-spacing: -4px;}
#pc-header .nav li{border-color:#064C9A;letter-spacing: normal;}
#pc-header .nav li a{color:#fff; font-size:16px; line-height:50px; position:relative; padding:0 35px; display:block;}
#pc-header .nav li.actives a,#pc-header .nav li a:hover,#pc-header .nav li:hover a.first-level{color:#fff; background:#ff3300;font-weight:normal}
#pc-header .nav li.active a{font-weight:normal}
#pc-header .nav li a .downward{border:none}
#pc-header .nav li ul{padding:0;z-index: 1999;background:#fff; margin:0;border:none; margin:0;border-radius:0;top:50px;}
#pc-header .nav li ul li{margin:0;padding:0;height:auto;display:block;line-height:30px;}
#pc-header .nav li ul li a{display:block;width:100%;font-size:14px; font-weight: 100;color:#666;background:#fff;margin:0;line-height:40px;transition:none;border-bottom:1px solid #f2f2f2}
#pc-header .nav li ul li:last-child a{border-bottom:none}
#pc-header .nav li ul li a:hover{color:#fff; background:#ff3300; transition:none}
#pc-header .nav li ul li ul{top:0}
/*顶部PC导航 end*/

/*手机版顶部导航 begin*/
#mobile-mask{position: relative;z-index: 2;background:#FFF;overflow-x: hidden;overflow-y: hidden;}
#mobile-offcanvas, .mobile-nav-toggle, #mobile-mask{}
#mobile-offcanvas, .mobile-nav-toggle, #mobile-mask{position: relative;}
#mobile-mask{z-index: 2;}
#mobile-offcanvas{display: none;height: 100%;right: 0;overflow-y: auto;position: fixed;z-index: 1;top: 0;width: 275px;background:#1F1F1F ;}
#mobile-offcanvas ul{padding: 0;margin: 0;}
#mobile-offcanvas ul li{list-style: none;position:static;width:100%;margin:0;padding:0;}
#mobile-offcanvas ul li:hover,#mobile-offcanvas ul li.current{background: #1F1F1F}
#mobile-offcanvas ul li a{font-size:18px;color: #F2F2F2;text-decoration: none !important;display:block;position:relative;line-height:46px;margin:0;padding:0px 0 0 20px;}
#mobile-offcanvas ul li a:hover,#mobile-offcanvas ul li.current a{color: #F2F2F2;}
#mobile-offcanvas ul li a::after{background:#484848;position:absolute;content:'';left:0px;bottom:0;right:0;height:1px;}
#mobile-offcanvas ul li ul{margin:0;padding:0;z-index: 1999;position:relative ;width:100%;border:0;box-shadow:0}
#mobile-offcanvas ul li ul li{margin:0;padding:0;display:block;border:none;line-height:40px;}
#mobile-offcanvas ul li ul li a,#mobile-offcanvas ul li.current ul li a{background:#484848;color:#F2F2F2;display:block;padding:0px 20px 0px 20px;margin:0;text-align: left;width:100%;font-size:16px;line-height:40px;}
#mobile-offcanvas ul li ul li a:hover{background:#ff3300;color:#F2F2F2;}
#mobile-offcanvas ul li ul li a::before,#mobile-offcanvas ul li ul li a::after{background:none;height:0;padding:0}
#mobile-offcanvas ul li ul li ul{top:0}
.offcanvas-visible #mobile-mask{-moz-transform: translateX(-275px);-webkit-transform: translateX(-275px);-ms-transform: translateX(-275px);-o-transform: translateX(-275px);transform: translateX(-275px);}
.mobile-nav-toggle{cursor: pointer;text-decoration: none;}
.mobile-nav-toggle.active i::before, .mobile-nav-toggle.active i::after{background: #1F1F1F;}
.mobile-nav-toggle:hover, .mobile-nav-toggle:focus, .mobile-nav-toggle:active{outline: none;border-bottom: none !important;}
.mobile-nav-toggle i{position: relative;display: -moz-inline-stack;display: inline-block;zoom: 1;*display: inline;width: 30px;height:3px;color: #f2f2f2;font: bold 16px/.4 Helvetica;text-transform: uppercase;text-indent: -55px;background: #1F1F1F;transition: all .2s ease-out;}
.mobile-nav-toggle i::before, .mobile-nav-toggle i::after{content: '';width: 30px;height:3px;background: #1F1F1F;position: absolute;left: 0;-webkit-transition: 0.2s;-o-transition: 0.2s;transition: 0.2s;}
.mobile-nav-toggle i::before{top: -9px;}
.mobile-nav-toggle i::after{bottom: -9px;}
.mobile-nav-toggle:hover i::before{top: -9px;}
.mobile-nav-toggle:hover i::after{bottom: -9px;}
.mobile-nav-toggle.active i{background: transparent;}
.mobile-nav-toggle.active i::before{top: 0;-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);-o-transform: rotateZ(45deg);transform: rotateZ(45deg);}
.mobile-nav-toggle.active i::after{bottom: 0;-webkit-transform: rotateZ(-45deg);-moz-transform: rotateZ(-45deg);-ms-transform: rotateZ(-45deg);-o-transform: rotateZ(-45deg);transform: rotateZ(-45deg);}
.mobile-nav-toggle{position:absolute;top: 50%;right:10px;z-index: 9999999;display: block;margin: -12px auto 0;display: none;cursor: pointer;}
/*手机版顶部导航 end*/

/* 地区下拉 */
.dropbtn {background-color: #FFF;border: none;cursor: pointer;color:#999}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 165px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:9;
	left:-12px;
	padding:8px 0
}
.dropdown-content li {line-height:30px;padding:0 0 0 20px;display:block;transition:all 1s cubic-bezier(.175,.885,.32,1) 0s}
.dropdown-content li a:hover{color:#ff3300}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {color: #ff3300;}
/* 地区下拉 */

/* 首页服务项目  begin*/
#hometree .item {padding:10px 0 30px 0;border:1px solid #EAEAEA; transition: all 0.5s;}
#hometree .item:hover{box-shadow:0 10px 50px rgba(0,0,0,0.15);}
#hometree .item .media-img{ position:relative; width:100px; height:100px; margin:0 auto;}
#hometree .item .media-img img{transition: all 0.5s;max-width:100%; position:absolute; left:0;right:0; bottom:0;top:0;width:100px; height:100px;}
#hometree .item .media-img img.himg{opacity:0;}
#hometree .item:hover .media-img img.himg{opacity:1;}
#hometree .item:hover .media-img img.dimg{opacity:0;}
#hometree .item h3 a{font-size:20px;color:#303030;margin:15px 0 0 0;display:block }
#hometree .item:hover h3 a{color:#EE242D}
#hometree .item .desc{ color:#999; font-size:14px;padding:15px 15px 30px 15px}
/* #hometree .item:hover h3 a{color:#ff3300} */
#hometree .item:hover a .desc{ color:#ff0000}
#hometree .item .button {background:#EE242D;width:120px;height:40px;line-height:26px;color:#FFF}
#hometree .item:hover .button{background:#F36167;color:#FFF}
/* 首页服务项目 end*

/* 全局-表单 */
.form-border{border:3px solid #ff3300}
.form-big .border{border:1px solid #ccc}
.input-big,.form-big .input{padding:10px;font-size:13px;line-height:20px;height:40px;color:#666}
.form-big .textarea{padding:10px;font-size:13px;line-height:20px;width:100%;color:#666}
.form-tips .input-help ul{border:solid 1px #ddd;background:#fff;padding:10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px}
.form-tips .input-help ul li{color:#ff3300}
/* 全局-表单end */

/* 语言 begin */
.bg-solution{background:url(../images/parallax.jpg) no-repeat center top; background-size:cover;}
.solution_home {display:block;width:100%;overflow:hidden;text-align:center;}
.solution_home span{display:block;width:90px;height:105px;margin:0 auto;padding:15px 10px 0 10px}
.solution_home .icon{color:#FFF;font-size:16px;background:url(../images/language-bg.png) no-repeat; background-size:cover;transition: all 0.5s;}
.solution_home:hover .icon{background-position:0 -105px;color:#FFF}

.col-5-1{float:left;width: 20%;margin:0;height:auto; padding:0}
.col-5-1:last-child{margin-right:0}

/* 解决方案 begin */
.solution {display:block;width:100%;height:330px;padding-top:30px;overflow:hidden;text-align:center; background-color:#fff;transition: all 0.5s;}
.solution .list-group li {padding:5px 0;display:block;transition:all 1s cubic-bezier(.175,.885,.32,1) 0s}
.solution i{display:block;width:64px;height:64px;margin:0 auto 20px auto;transition: all 0.5s;}
.solution hr{width:30px;height:2px;background:#ff3300;margin:10px auto 20px auto}
.solution p{font-size:14px;padding:0 20px;color:#666}
.solution span{color:#424242}
.solution .text-big{font-size:18px}
.solution:hover{background:#ff3300;color:#FFF;}
.solution:hover hr{background:#FFF;transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;}
.solution:hover p{color:#FFF}
.solution:hover span a{color:#FFF}
.solution:hover li a{color:#FFF}

.solution .icon-1{background:url(../images/streng-ico.png) no-repeat; background-size:auto}
.solution:hover .icon-1{background-position:0 -64px;}

.solution .icon-2{background:url(../images/streng-ico.png) no-repeat 0 -128px; background-size:auto}
.solution:hover .icon-2{background-position:0 -192px;}

.solution .icon-3{background:url(../images/streng-ico.png) no-repeat 0 -256px; background-size:auto}
.solution:hover .icon-3{background-position:0 -320px;}

.solution .icon-4{background:url(../images/streng-ico.png) no-repeat 0 -384px; background-size:auto}
.solution:hover .icon-4{background-position:0 -448px;}

.solution .icon-5{background:url(../images/streng-ico.png) no-repeat 0 -512px; background-size:auto}
.solution:hover .icon-5{background-position:0 -576px;}

.solution .icon-6{background:url(../images/streng-ico.png) no-repeat 0 -640px; background-size:auto}
.solution:hover .icon-6{background-position:0 -704px;}

.solution .icon-7{background:url(../images/streng-ico.png) no-repeat 0 -768px; background-size:auto}
.solution:hover .icon-7{background-position:0 -832px;}

.solution .icon-8{background:url(../images/streng-ico.png) no-repeat 0 -896px; background-size:auto}
.solution:hover .icon-8{background-position:0 -960px;}

.solution .icon-9{background:url(../images/streng-ico.png) no-repeat 0 -1024px; background-size:auto}
.solution:hover .icon-9{background-position:0 -1088px;}

.solution .icon-10{background:url(../images/streng-ico.png) no-repeat 0 -1152px; background-size:auto}
.solution:hover .icon-10{background-position:0 -1216px;}

.solution .icon-11{background:url(../images/streng-ico.png) no-repeat 0 -1280px; background-size:auto}
.solution:hover .icon-11{background-position:0 -1344px;}

.solution .icon-12{background:url(../images/streng-ico.png) no-repeat 0 -1408px; background-size:auto}
.solution:hover .icon-12{background-position:0 -1472px;}

/* 解决方案 end */

.about-inside{background:url(../images/img_05.jpg) no-repeat;}
.bg-about{position:relative;z-index:9;}
/* height:450px;background:#FFF;box-shadow:0 8px 30px rgba(0,0,0,.175);  */
.about-info{margin-top:-50px;border-top-right-radius:2em;box-shadow:0 8px 30px rgba(0,0,0,.175);padding:30px 30px 30px 30px}
.about-info p{font-size:14px;line-height:28px;color:#666}
.about-info h2{font-size:28px;font-weight:400;}
.about-info hr{width:30px;height:3px;margin:20px 0 20px 0}

/* 首页新闻 */
.home-news .date{border-right:1px solid #ddd;}
.home-news .media{padding:10px 15px 10px 20px}
.home-news .media-body p{line-height:24px;color:#999}
.home-news .date-home{width:60px;padding-right:10px;margin-right:20px}
.home-news .date-list{height:150px;width:100px;padding:0 20px;margin-right:30px}
.home-news .media:hover{box-shadow:0 10px 15px rgba(0,0,0,0.15);transition: all 0.5s;background:#ff3300}
.home-news .media:hover .date{border-right:1px solid #fff;color:#FFF} 
.home-news .media:hover .date p{color:#fff;transition: all 0.5s;}

.home-news .media .date .f-month{font-size:14px;color:#FFF}
.home-news .media .date .f-day{font-size:36px;color:#333;font-family: "Oswald";}
.home-news .media .date .f-day-list{font-size:48px;color:#999;font-family: "Oswald";}
.home-news .media .date .f-year{font-size:14px;color:#999;font-family: "Oswald";}
.home-news .media .date hr{width:20px;height:3px;margin-top:20px}
.home-news .media .media-body .text-big{font-size:16px}
.home-news .media .media-body .text-large{font-size:20px}
.home-news .media .media-body h3{margin-bottom:10px}
.home-news .media .media-body h3 a{color:#222}
.home-news .media .media-body h3 a:hover,.home-news .media:hover .media-body h3 a,.home-news .media:hover .media-body p{color:#FFF}
.home-news .media a {color:#999}
.home-news .media:hover a{color:#FFF;transition: all 0.5s;}

/* 产品 */
.photo .mask{position:relative;overflow:hidden;display:block;z-index:1}
.photo .mask img{position:relative;max-width:100%}
.photo .mask .overlay{position:absolute;right:0;left:0;bottom:0;top:0;z-index:9;vertical-align:middle;visibility:hidden;opacity:0;-webkit-transition:.5s;transition:.5s}

.photo .mask .overlay .bnt{background:#FFF;position:relative;z-index:12;text-align:center;display:block;-webkit-transition:.3s;transition:.3s;margin:40% auto 0 auto;width:48px;height:48px;line-height:42px;font-size:32px;text-align:center;color:#333;filter::alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9}
.photo .mask .overlay .bnt:hover{background:#FFF;color:#333}
/* .photo .mask .overlay:before{content:'';position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;background:url(../images/bg.png)} */
.photo h3 a{position:relative;color:#000;display:block;font-size:16px;font-weight:400;padding:30px 0 20px 0}
.photo h3 a:before{position:absolute; content:""; background:#000; height:2px; width:30px; left:0;right:0; text-align:center; margin:0 auto;top:15px;}

.photo p{color:#999;line-height:24px;padding:0 15px 20px 15px}
.photo:hover{box-shadow:0 5px 25px rgba(0,0,0,.125);background:#FFF}
.photo:hover h3 a{color:#000}
.photo:hover p{color:#616161}
.photo:hover .overlay{visibility:visible;opacity:1}
.photo:hover .overlay:before{content:'';position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;background:#000;filter::alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.7}
/* 产品 */


.list-zoomimg .margin-big-bottom{margin-bottom:30px;}
.list-zoomimg .media{position: relative;top: 0;background:#FFF;-webkit-transition:.3s;transition:.3s;}
.list-zoomimg .media:hover{-webkit-transition:.3s;transition:.3s;box-shadow:0px 5px 10px 0px rgba(0,0,0,.08);top: -5px;}

.list-zoomimg .media-body{text-align:center;padding:10px 20px 20px 20px}
.list-zoomimg .media-body h2 a{line-height:24px;font-weight:normal;font-size:16px;color:#333}
.list-zoomimg .media-body p{color:#90949c;line-height:24px}
.list-zoomimg .button{margin-top:20px;height:38px;width:100px;line-height:22px;background:#F9F9F9;color:#667289;border:1px solid #eee}
.list-zoomimg .media:hover .button{background:#2684FE;color:#FFF;border:1px solid #2684FE}
.list-zoomimg .media:hover a{color:#2684FE;-webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.list-zoomimg .media:hover .media-body p{color:#667289}

/*首页活动资讯*/
#home-news{}
#home-news .item-block .item .content{padding:40px; position:relative}
#home-news .item-block:nth-child(1) .item .content{ background:#f2f2f2;}
#home-news .item-block:nth-child(2) .item .content{ background:#f2f2f2}
#home-news .item-block:nth-child(3) .item .content{ background:#f2f2f2}
#home-news .item-block .item .media-img{ position:relative}
#home-news .item-block .item .media-img:after{content: '';position: absolute;width:12px; margin-left:-5px;left: 50%;display: inline-block;}
#home-news .item-block:nth-child(1) .item .media-img:after{top:0px; border-right: 12px solid transparent;border-top: 12px solid #f2f2f2;border-left: 12px solid transparent;border-bottom: none; }
#home-news .item-block:nth-child(2) .item .media-img:after{bottom:0px; border-right: 12px solid transparent;border-bottom: 8px solid #f2f2f2;border-left: 12px solid transparent; }
#home-news .item-block:nth-child(3) .item .media-img:after{top:0px; border-right: 12px solid transparent;border-top: 12px solid #f2f2f2;border-left: 12px solid transparent; }
#home-news .item-block .item h3{font-size:18px;padding-bottom:15px;line-height:24px}
#home-news .item-block .item h3 a{color:#323B42;}
#home-news .item-block .item:hover h3 a{color:#ff3300}
#home-news .item-block .item .desc{ color:#999; line-height:24px;font-size:14px}
#home-news .item-block .item .time{ position:absolute; bottom:40px; left:40px; }
#home-news .item-block .item .more{ position:absolute; bottom:40px; left:0; right:0; width:120px; height:40px; text-align:center; margin:0 auto}
#home-news .item-block .item .more a{ display:inline-block; margin:0 auto; width:120px; height:40px; line-height:40px; background:#fff;border-radius:25px; color:#323B42; font-size:14px; text-align:center}
#home-news .item-block .item .more a:hover{ color:#323B42;background:#F0D324;}

/* 资质滚动 beigin */
#quality .show-list{ position:relative; margin:0 -10px;}
#quality .show-list .item{margin:10px;background:#FFF}
#quality .show-list .item:hover{margin:10px;background:#72B11B;}
#quality .show-list .item .portfolio-img{overflow:hidden;width:100%;position:relative;}
#quality .show-list .item .portfolio-img .mask{position: absolute;width:100%;height:100%;background:#000;top:0;right:0;filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;}
#quality .show-list .item .portfolio-img:hover .mask{filter:alpha(Opacity=0);-moz-opacity:0;opacity: 0;}
#quality .show-list .item .portfolio-img img { width:100%; display: block;}
#quality .show-list .item .title{  line-height:50px;text-align:center}
#quality .show-list .item .title a{ color:#666;font-size:16px;}
#quality .show-list .item:hover .title a{color: #FFF; }

#quality .show-list .owl-controls .owl-buttons div{position:absolute;top:34%; margin-top:0px; width:32px; height:32px; line-height:32px; font-size:0px; padding:0; margin:0; background:none; opacity:1; text-align:left; }
#quality .show-list .owl-controls .owl-buttons div:before{display:inline-block;font-family:"FontAwesome";font-weight:normal;font-style:normal;vertical-align:baseline;line-height:60px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; font-size:60px; color:#303030}
#quality .show-list .owl-controls .owl-buttons div:hover:before{ color:#ff3300}
#quality .show-list .owl-controls div.owl-prev{left:5px; text-indent:4px; margin-right:15px; }
#quality .show-list .owl-controls div.owl-prev:before{content:"\f104"; }
#quality .show-list .owl-controls div.owl-next{right:10px;text-indent:5px; }
#quality .show-list .owl-controls div.owl-next:before{content:"\f105"}
#quality .show-list .owl-controls .owl-pagination .owl-page span{ background:#FFF;margin:10px 2px 0}
#quality .show-list .owl-controls .owl-pagination .owl-page.active span{ background:#FFF;}
/* 资质滚动 end*/

/* 服务优势  begin*/
#why-us .idea-service{padding:0;background:url(../images/res7.jpg) no-repeat bottom;height:650px}
/* #why-us .xm3 li {border-right:1px dashed #999;margin-bottom:20px;padding:0 30px} */
/* #why-us .xm3:last-child li{border-right:0 dashed #ff0000;} */
#why-us li .media-img{ position:relative;margin:0 auto;}
#why-us li img{transition:transform 1s ease 0s;transform: scale(1);overflow:hidden}
#why-us li:hover img{transition: transform 1s ease 0s;transform: scale(1.2);}
#why-us li h3{font-size:24px; line-height:24px;font-weight:normal; color:#323B42; margin:20px 0 20px; white-space:nowrap; overflow:hidden}
#why-us li .desc{ color:#969696; font-size:16px; line-height:160%;overflow:hidden;padding:0 20px}
#why-us li:hover a h3{color:#969696}
#why-us li:hover a .desc{ color:#999}
/* 服务优势 end*/

/*首页客户案例*/
#home-logo{ padding:0px 0 50px;}
#home-logo .show-list{border-right:1px solid #DFDFDF;border-top:1px solid #E8E8E8;border-collapse: collapse; }
#home-logo .show-list .item{ overflow:hidden;border-left:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8;border-right:1px solid #fff;border-top:1px solid #fff; padding:0; margin:0;}
#home-logo .show-list .item:hover{border:1px solid #f55d45;}
#home-logo .show-list .item img{ width:100%;}

/* 服务优势  begin*/
#service-list{padding:30px 0;background:#DF121B url(../images/service-bg.jpg) no-repeat bottom; background-size:cover;}
#service-list .item .media-img{ position:relative; width:42px; height:42px; margin:10px auto;}
/* #service-list .item .media-img img{ width:48px; height:48px;} */
#service-list .item h3{font-size:14px; line-height:20px;white-space:nowrap; overflow:hidden}
#service-list .item:hover a h3{color:#E14337}
#service-list .item:hover a .desc{ color:#999}
/* 服务优势 end*/

/* 全局-分页*/
.pagination li{margin:0 3px;font-size:14px;background:#FFF;}
.pagination li a{color:#999}
.pagination .disabled{padding:5px 12px;background:#fff;color:#999}
.pagination .current{padding:5px 12px;background:#0758B3;color:#fff;border:1px solid #0758B3;}
.pagination .active,.pagination a:hover{background:#0758B3;color:#fff;}
.pagination .active a{color:#fff}

/* 全局-路径*/
.bread{border-bottom:1px solid #ECECEC;height:59px;font-size:14px;line-height:59px;color:#666;margin:0;padding:0;}
.bread a{color:#BDBDBD;font-size:14px}
.bread a:hover{color:#ff3300}
.bread li{display:inline-BDBDBD;}
.bread li:after{content:"\002f";padding:0 10px;color:#CCC}
.bread li:last-child:after{content:""}
.bread h2{display: block;font-size:18px;font-weight: normal;line-height: 59px;position:relative;padding-left:15px;margin-left:15px;float:left}
.bread h2:before{position:absolute;left:0;height:18px;top:22px;width:3px;background:#ff3300;content:""}

/* 全局-图片高度不一解决办法 abc*/
.zoomimgs{display:block; width:100%;height:0; overflow:hidden; background-position: center center; background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; background-size:cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/}
.piczoomimgs{padding-bottom:100%;}

/* 全局-百度分享*/
#share-button{line-height:32px;height:32px;}
#share-button a{display: inline-block;width:32px;height:32px;margin:0 3px;background:url(../images/share-icon.png) no-repeat;cursor:pointer;text-indent:-100em;overflow:hidden;opacity:0.8;}
#share-button a.bds_sqq{transition:all .2s;background-position:0 0;}
#share-button a.bds_sqq:hover{background-position:0 0;opacity:1;}
#share-button a.bds_qzone{transition:all .2s;background-position:0 -32px;}
#share-button a.bds_qzone:hover{background-position:0 -32px;opacity:1}
#share-button a.bds_weixin{transition:all .2s;background-position:0 -64px;}
#share-button a.bds_weixin:hover{background-position:0 -64px;opacity:1;}
#share-button a.bds_tsina{transition:all .2s;background-position:0 -96px;}
#share-button a.bds_tsina:hover{background-position:0 -96px;opacity:1}

/* 全局-内页广告图 begin*/
.slide-inside{height:300px;background-repeat:no-repeat;background-position: center center;background-size:cover;position:relative;z-index:1;}
.slide-inside h3{line-height:280px;font-size:0px;text-indent:-2000px;color:#fff;}
.margin-inside-l{position:relative;z-index:2;margin-top:0px}
.margin-inside-r{margin-top:0px}

/*首页-轮换图片 begin*/
.slides-li{width: 100%;float: left;margin-right:-100%; position: relative; display: block; z-index: 1}
.slides-text{text-indent: -2000px;font-size: 0}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus{outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav{margin: 0;padding: 0;list-style: none;}
.flexslider{margin: 0;padding: 0;position:relative;z-index:1}
.flexslider .slides > li{-webkit-backface-visibility: hidden; height:550px;}
.flexslider .slides li .overlay{position: absolute;top:35%;left: 0;right: 0;bottom: 0; }
.flexslider .slides li a{ display:block; height:100%; }
.flexslider .slides img{width: 100%;display: block;}

.flex-pauseplay span{text-transform: capitalize;}
.slides:after{content: "\0020";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
html[xmlns] .slides{display: block;}
* html .slides{height: 1%;}
.no-js .slides > li:first-child{display: block;}
.flex-control-nav{position:absolute;bottom:20px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:10px;height:10px;margin:0 3px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;cursor:pointer; width:10px;height:10px;border-radius:10px;float:left;text-indent:-2000px;background:none;border:1px solid #f1f7e9}
.flex-control-nav .flex-active{background:#fff;border:1px solid transparent;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%; display:none}
.flex-direction-nav li a{display:block;width:50px;height:96px;overflow:hidden;cursor:pointer;position:absolute;margin-top:-48px;text-indent:-999em}
.flex-direction-nav li a.flex-prev{left:3%;background:url(../images/left.png) 0 0 no-repeat;}
.flex-direction-nav li a.flex-next{right:3%;background:url(../images/right.png) 0 0 no-repeat;}
.flex-direction-nav li a.flex-next:hover{background:url(../images/right.png) 0 -96px no-repeat;}
.flex-direction-nav li a.flex-prev:hover{background:url(../images/left.png) 0 -96px no-repeat;}
/*首页轮换图片 end*/

.data {margin:0 auto;position:relative;z-index:9;background:#FFF;padding:15px 0 20px 0;border-bottom:1px solid #ececec}
.data .num{ padding:0px;font-size:46px; color:#666;font-family:Impact;}
.data .media:hover .num{ color:#303030;}
.data .media-body{ font-size:16px;color:#999;}

/* 首页-优势 左右交Xbegin */
.image-text dl{background:url(../images/image-text-bottom-bg.png) no-repeat center bottom;background-size:contain;padding-bottom:30px;margin-bottom:20px}
.image-text dl dt{display:block;width:50%;overflow:hidden;}
.image-text dl dt .rank{background:url(../images/rank-bg.png) no-repeat;width:94px;height:86px;line-height:86px;font-size:36px;}
.image-text dl dt .media-body strong{font-size:24px;}
.image-text dl dt .media-body .padding-big-left{padding-left:10px}
.image-text dl dt .media-body .text-big{font-weight:normal;font-size:18px}
.image-text dl dt .media-body li{background:url(../images/li-bg.png) no-repeat 0px 10px;padding-left:15px;line-height:30px;font-size:16px;font-weight:normal;}
.image-text dl dd{display:block;width:50%;overflow:hidden;}
.image-text dl:nth-child(2n+0) dt{float:right}
.image-text dl:nth-child(2n+1) dt{float:left}
.image-text dl:nth-child(2n+0) dd{float:left}
.image-text dl:nth-child(2n+1) dd{float:right}
.image-text dl:nth-child(2n+1) dd img{float:right}
.image-text dl:last-child{background:none;padding-bottom:0px;margin-bottom:0px}
/*.image-text dl:nth-child(2n+0){border: 1px solid #0000ff}
.image-text dl:nth-child(2n+1){border: 1px solid #ff0000}*/
/* 首页-优势 end */

/* 首页-流程 begin */
.liucheng{text-align:center;font-size:0}
.liucheng li{display:inline-block;}
.liucheng li .circle{line-height:118px;width:118px;border:2px solid #ff3300}
.liucheng li span{display:inline-block;width:30px;margin:0 10px;height:118px;background: url(../images/liucheng_01.png) no-repeat center 50%;}
.liucheng li:last-child span{padding:0;width:0px;background:none}
/* 首页-流程 end */


/* 公司相册*/
.gallery {padding:0;}
.gallery li{position: relative; overflow: hidden; display: block; z-index: 110;}
.gallery li .overlay{position: absolute;width:100%;  right: 0; left: 0; bottom: 0; top: 0; z-index: 10; vertical-align: middle; visibility: hidden; opacity: 0; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.gallery li .title{position: absolute; right: 0; left: 0; bottom: 0; top: 0; z-index: 11; background:url(../images/title-mask-bg.png) repeat-x bottom;}
.gallery li .title p{position: absolute; bottom:15px; left:20px; z-index: 12; display: block;color:#fff;}
.gallery li .title .text-big{font-size:16px}
.gallery li:hover p{color:#FFF;-webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
.gallery li:hover .overlay{visibility: visible; opacity: 1;}
.gallery li:hover .overlay:before{content: ''; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background:#000;filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}
.gallery .margin-large-bottom{margin-bottom:10px}
/* 公司相册 end*/


/* 首页-关于我们begin */
.about-tree{}
.about-tree a{color:#f2f2f2;display:inline-block;margin:0 10px}
.about-tree a:hover{color:#FFF;}
.about{margin-top:-120px;position:relative;z-index:9;}
.about .padding-big{padding:30px;}
.about .shaddow-bottom{background: url(../images/about_shaddow.png) no-repeat bottom center;background-size:contain;height:50px;}
/* 首页-关于我们 end */

/* 首页-新闻begin */
.news .line{margin-left:-15px;margin-right:-15px;}
.news .ktitle{}

/*首页产品推荐*/
#commend-product{position:relative;}
#commend-product .container{ padding:0 !important;}
#commend-product .show-list{ position:relative; margin:0 -10px;}
#commend-product .show-list .item{margin:0 20px; }

#commend-product .show-list .item .portfolio-img{padding:0 20px;}
#commend-product .show-list .item .portfolio-img img { width:100%; display: block;}
#commend-product .show-list .item h2{line-height:42px; font-size:14px;display: block;background:#fff; font-weight:normal; white-space:nowrap; text-align:center;padding:0 10px}
#commend-product .show-list .item h2 a{color:#333;position:relative;}
#commend-product .show-list .item h2 a:before{position:absolute; content:""; background:#000; height:2px; width:30px; left:0;right:0; text-align:center; margin:0 auto;top:-20px;}

#commend-product .show-list .item:hover{box-shadow:0 10px 35px rgba(0,0,0,.125)}
#commend-product .show-list .item:hover h2 a{color: #000;}

#commend-product .show-list .owl-controls .owl-buttons div{position:absolute;top:42%; margin-top:0px; width:24px; height:48px; line-height:32px; font-size:0px; padding:0; margin:0; background:none; opacity:1; text-align:left;display:none }
#commend-product .show-list .owl-controls div.owl-prev{left:15px; text-indent:4px; margin-right:15px;background:url(../images/btn.png) 0 0 no-repeat}
#commend-product .show-list .owl-controls div.owl-next{right:15px;text-indent:5px;background:url(../images/btn.png) -24px 0 no-repeat}
#commend-product .show-list .owl-controls .owl-pagination .owl-page span{background:#FFF;border:1px solid #999; margin:10px 5px 0}
#commend-product .show-list .owl-controls .owl-pagination .owl-page.active span{background:#333;border:0px solid #999;}


/*首页-常见问题 begin*/
.faq-list{}
.faq-list dl{border-bottom:1px dashed #ccc; padding:15px 0;font-weight:normal}
.faq-list dl:first-child{padding:0px 0 15px;}
.faq-list dl:last-child{border-bottom:none;padding:15px 0 0 0}
.faq-list dl dt{line-height:24px;}
.faq-list dl dt span{width:24px;height:24px;line-height:24px;display:block;}
.faq-list dl dd{padding:0 0 0 30px;line-height:24px;position: relative;}
.faq-list dl dd span{position:absolute;top:0; left:0;width:24px;height:24px;line-height:24px;display:block;}
/*首页-常见问题 END*/

/* 首页-产品推荐 abc*/
.product-commend{padding:0px;}
.product-commend .thumb{width:100%;overflow:hidden;vertical-align:middle;}
.product-commend strong{font-size: 20px;line-height:24px;font-weight:normal}
.product-commend .margin-top{padding-top:20px}
/* 首页-产品推荐 end*/

/* 首页产品推荐-标签 */
.tab-1 .tab-head{border-radius:0;font-size: 0; -webkit-text-size-adjust:none;border-radius:4px 4px 0 0}
.tab-1 .tab .tab-nav li{display:inline-block;width:50%;}
.tab-1 .tab .tab-nav li a{color:#FFF;padding:14px 0;display:block;border:solid 0 #ddd;font-size:18px;text-align:center}
.tab-1 .tab .tab-nav .active{border-radius:0;background:url(../images/tab-active-bg.png) repeat-x;border-radius:4px 4px 0 0}
.tab-1 .tab .tab-nav .active a{cursor:default;color:#303030;border-radius:4px 4px 0 0}
.tab-1 .tab .tab-body{border-radius:0 0 4px 4px;}
.tab-1 .tab .padding-large{padding:30px 30px 20px 30px}
/* 首页产品推荐-标签 */

/* 左边-产品分类abc begin*/
.nav-inside{}
.nav-inside .menu h3{display:none}
.nav-inside .category{border:0px solid #DDD}
.nav-inside .category h2{height:60px;line-height:60px;padding:0 0 0 25px;font-size:20px;font-weight:bold;}
.nav-inside .category h2 i{display:inline-block; color:#FFF; margin-right:20px; width:18px; height:18px;border:1px solid #fff;border-radius:50%; margin-top:20px; line-height:14px; text-align:center; font-size:13px;}
.nav-inside .category .cat-tree{border:0px solid #1247AA;border-top:0;padding:0}
.nav-inside .category .cat-tree ul li{border-bottom:1px solid #EEE}
.nav-inside .category .cat-tree ul li:last-child{border-bottom:none}
.nav-inside .category .cat-tree ul li a{padding:12px 0 12px 15px;display:block;font-size:16px; color:#666;}
.nav-inside .category .cat-tree ul li a:hover{background:#0758B3;color:#fff}
.nav-inside .category .cat-tree ul li:last-child a:hover{border-radius:0 0 4px 4px;}
.nav-inside .category .cat-tree ul li a span{font-size:16px;color:#ccc}
.nav-inside .category .cat-tree ul li a:hover span{color:#FFF}
.nav-inside .category .cat-tree ul li ul{padding:5px 0 5px 12px;}
.nav-inside .category .cat-tree ul li ul li{border-bottom:none;}
.nav-inside .category .cat-tree ul li ul li a{padding:5px;display:block;overflow:hidden;background:#FFF;color:#666;font-size:14px}
.nav-inside .category .cat-tree ul li ul li a:hover{color:#4CB034;background:#FFF;}
.nav-inside .category .cat-tree ul li ul li .text-color{color:#4CB034}
/* 左边-产品分类 end*/

/* 左边-内页竖向导航 begin*/
.left-inside{height: 100%;width:100%;}
.left-inside .left-menu h3{display:none}
.left-inside .cat-title{height:100px; line-height:100px;font-size:24px;font-weight:bold;color:#fff; background: #ff3300 url(../images/cat-bg.png) no-repeat center 50%;}
.left-inside ul.nav{padding:0; margin:0;text-align:center;border:1px solid #ECECEC;border-top:0}
.left-inside li{display:block;}
.left-inside li a{color: #666;display: block;font-size: 16px;line-height:50px;padding:0;margin:0;border-bottom:1px solid #f2f2f2}
.left-inside li:last-child a{border-bottom:0 solid #f2f2f2}
.left-inside li a:hover{color: #ff3300;}
.left-inside li a.active{color: #ff3300;}
/* 左边-内页竖向导航 end */

/* 左边-标题 */
.title{padding:10px 0 10px 25px; font-size:18px; color:#fff;}
.title i{display:inline-block;width:22px; height:22px;line-height:18px;border-radius:50%; margin-top:2px;}

/* 左边-联系我们 */
.left-kefu .padding{padding:10px 10px 20px}
.left-contact .media {padding:0;margin:0 0 5px 0}
.left-contact .media span {width:16px;text-align:center;}
.left-contact .media .padding-small-top{margin-top:-2px}

/* 右边-产品列表*/
.product-list{}
.product-list .media{margin:10px 0}
.product-list .media:hover{}
.product-list .media:hover a{color:#ff3300}
.product-list .media-body strong{line-height:50px;height:50px;font-weight:normal;font-size:14px;padding:0 10px}

/* 右边-产品详细页 */
.product-detail{padding:30px;}
.product-detail img{max-width:100%;overflow:hidden;vertical-align:middle;}
.product-detail .content-img{overflow:hidden; width:96%}
.product-detail .content-img img{width:100%;overflow:hidden;vertical-align:middle;}
.product-detail h1{border-bottom: 1px solid #ddd;font-size: 24px;line-height:28px;}
.product-detail .description{line-height:28px;margin-bottom:20px;}
.product-detail .description p{line-height:28px;}
.product-detail .description .media-img-bg{background:url(../images/pro-des.png) no-repeat center top;height:58px;margin:30px 0 30px;}
.product-detail .detail-title{border-bottom:1px solid #ff3300;position:relative;height:42px;}
.product-detail .detail-title h2{background: #fff;color: #ff3300;cursor: pointer;display: inline-block;font-size:16px;height: 41px;line-height:41px;text-align: center;width: 135px;border-left:1px solid #ff3300;border-right:1px solid #ff3300;border-top:1px solid #ff3300;border-bottom:1px solid #fff;position:absolute;left:0;top:1px;}
.product-detail table{width:100%;max-width:100%;border-collapse:collapse;border-spacing:0}
.product-detail table td{font-size:14px;padding:5px;}

.product-detail .tab-head{
	border-radius:0;
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.product-detail .tab .tab-nav li {
	display:inline-block;
	width:20%;
	margin-right:2px;
}
.product-detail .tab .tab-nav li:last-child{margin-right:0px}
.product-detail .tab .tab-nav li a {
	color:#363636;
	padding:14px 0;
	display:block;
	line-height:20px;
	border:0;
	border-radius:4px 4px 0 0;
	font-size:16px;
	text-align:center;
	background:#D2D2D2 url(../images/tab-li.png) repeat-x;	

	/*font-family:Oswald;*/

}
.product-detail .tab .tab-nav .active {
	border-radius:4px 4px 0 0;
	
}
.product-detail .tab .tab-nav .active a {
	cursor:default;
	color:#FFF;
	background:#0758B3 url(../images/tab-li-active.png) repeat-x;
	border-bottom:2px solid #0758B3;
}
.product-detail .tab .tab-body {
	border-top:solid 2px #0758B3;
	margin-top:-2px;
	padding-top:15px
}
.product-detail .tab p{line-height:28px}

/* 相关产品 */

.relate{padding:30px}

/* 右边-产品详细页 end*/

/* 右边-新闻列表 */
.news-list{padding:20px 30px}
.news-list strong a{font-size:18px;color:#ff3300;line-height:20px}

.list-group,.list-link{border:0;}
.list-group li{padding:5px 0;color:#666;display:block;border-bottom:solid 0px #F2F2F2;transition:all 1s cubic-bezier(.175,.885,.32,1) 0s}
.list-link a{padding:10px 0;color:#666;display:block;border-bottom:solid 0px #F2F2F2;transition:all 1s cubic-bezier(.175,.885,.32,1) 0s}
.list-link a:hover{background-color:#FFF;color:#ff3300;transition:all .3s cubic-bezier(.175,.885,.32,1) 0s}
.list-link a:hover i{color:#ff3300}
.list-link a:hover span{color:#666}
.list-link a:last-child{border-bottom:none}
.list-group li .text-little{font-size:5px}

/* 详细内容 */
.article {}
.article .padding-large{padding:40px;}
.article h1{font-size:28px;color:#303030;font-weight:700}
.article h2{font-size:22px;color:#303030;font-weight:700;line-height:24px;margin-bottom:20px;margin-top:30px;border-left:5px solid #ff3300;text-indent:10px}
.article h3{font-size:18px;color:#303030;font-weight:700;line-height:20px;margin-bottom:20px;margin-top:30px;}
.article h4{color:#666;font-size:14px;margin-bottom:10px}
.article li{background:url(../images/li.png) no-repeat 0px 9px;padding-left:15px;margin-bottom:10px;line-height:24px;font-size:16px}
.article table{width:100%;max-width:100%;border-collapse:collapse;border-spacing:0;margin-bottom:20px}
.article table td p{font-size:14px;padding:5px;line-height:24px}
.article p{font-size:16px;line-height:30px}
.article img{width:100%;margin:10px 0 35px 0}

/* 右边-案例列表 begin*/
.case-list{padding:30px}
.case-list li{border-bottom:1px solid #ECECEC;}
.case-list li .media img{width: 210px;transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transform:scale(1);transition: transform 1s ease 0s;}
.case-list li .media img:hover{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);transition: transform 1s ease 0s;}
.case-list li .media-body strong{margin-bottom:10px;}
.case-list li .media-body strong a{font-weight: 400;}
.case-list li .media-body strong a:hover{color: #ff3300;}
/* 右边-案例列表 begin*/

/* 右边-分站列表 begin*/

.contact-parent{}
.contact-current{}

.contact-list{}
.contact-list li{padding:20px}
.contact-list li .media img{width:165px;}
.contact-list li .media-body p{line-height:24px}
.contact-list li .media-body strong{margin-bottom:10px;}
.contact-list li .media-body strong a{font-weight: 700;}
.contact-list li .media-body strong a:hover{color: #ff3300;}
/* 右边-分站列表 begin*/

/* 底部-页脚 begin*/
footer a{color:#F2F2F2;font-size:14px;}
footer a:hover{color:#F36561;}
footer .listname{border-bottom:1px solid #383838;padding-bottom:15px}
footer .listname a{color:#f2f2f2;display:inline-block;}
footer .listname a:hover{color:#FFF;}
footer .listname span{padding:0 20px;width:1px;background: url(../images/sitemap_line.png) no-repeat center 50%}
footer .listname span:last-child{padding:0;width:0px;background:none}
footer .bg-weixin{background:#1F1F1F}
footer .copyright p{line-height:28px}
footer .padding-large-top{padding-top:40px }
footer .padding-large{padding:40px 0 0 40px}
footer .social{font-size:0}
footer .social li{display:inline-block;margin-right:5px;}
footer .social li a{display:inline-block;width:36px;height:36px;line-height:32px;color:#FFF; background:#ff3300;border-radius:50%;text-align:center;font-size:18px;margin-right:3px;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);}
footer .social li a:before{background:0 0}
footer .social li a:hover{color:#FFF; background:#F18402}
/* 底部-页脚 end*/

/*悬浮客服 begin*/
.kefu-style-1{position:fixed;width:64px;right:0;top:50%;margin-top:-200px;z-index:100;background:#fff;border-top:1px solid #E8E8E8;}
.kefu-style-1 ul li{width:64px;height:64px;font-size:14px;color:#666;border-bottom:1px solid #E8E8E8;border-left:1px solid #E8E8E8;line-height:28px;float:left;position:relative;text-align:center;transition:all .3s;cursor:pointer}
.kefu-style-1 ul li:hover{background:#FF9900;color:#fff}
.kefu-style-1 ul li:hover a{color:#fff}
.kefu-style-1 ul li i{margin:10px 0 0 0;height:24px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 24px;transition:all .3s}
.kefu-style-1 ul li i.bgs1{background-image:url(../images/right_pic5.png)}
.kefu-style-1 ul li i.bgs2{background-image:url(../images/right_pic7.png)}
.kefu-style-1 ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.kefu-style-1 ul li i.bgs4{background-image:url(../images/right_pic1.png)}
.kefu-style-1 ul li i.bgs5{background-image:url(../images/right_pic3.png)}
.kefu-style-1 ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
.kefu-style-1 ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png)}
.kefu-style-1 ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png)}
.kefu-style-1 ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.kefu-style-1 ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.kefu-style-1 ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)}
.kefu-style-1 ul li .sidebox{position:absolute;width:64px;height:64px;top:0;right:0;transition:all .3s;overflow:hidden}
.kefu-style-1 ul li.sidetop{background:#FF9900;color:#fff;border:0}
.kefu-style-1 ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.kefu-style-1 ul li.sidewx .wxBox.son{left:-200px;width:200px;padding-top:200px;border:1px solid #E8E8E8;display:none;text-align:center;position:absolute;top:0;background-repeat:no-repeat;background-position:center center;}
.kefu-style-1 ul li.sidetel .telBox.son{left:-200px;width:200px;display:none;color:#fff;text-align:left;position:absolute;top:0px;background:#FF9900}
.kefu-style-1 ul li.sidetel .telBox dd{padding-left:65px;line-height:24px;font-size:16px;height:64px;overflow:hidden;display:block;}
.kefu-style-1 ul li.sidetel .telBox dd span{display:block;line-height:24px;height:24px;overflow:hidden;margin-top:10px;font-size:16px}
.kefu-style-1 ul li.sidetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 20px center no-repeat;background-color:#FF7200}
.kefu-style-1 ul li.sidetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 20px center no-repeat}
.kefu-style-1 ul li.sidetel .telBox dd.bg1{background:url(../images/qq.png) 20px center no-repeat;background-color:#FF7200}
.kefu-style-1 ul li.sidetel .telBox dd.bg2{background:url(../images/qq.png) 20px center no-repeat;background-color:#ff9900}
.kefu-style-1 ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}to{opacity:1}}
/*悬浮客服 end*/

/* 友情链接*/
#fh5co-friend-link{position:relative;background: url(../images/link.png) no-repeat left top;z-index:1001;width:180px;height:32px;}
#fh5co-friend-link a.golink{display:block;text-indent:-999em;width:180px;height:32px;bottom:0px;left:0;}
#fh5co-friend-link ul{border:1px solid #3a3a3a;background:#303030;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom:0;bottom:30px;display: none;left: 0;overflow: hidden;padding:10px 0px 5px 0;position: absolute;min-width: 180px;}
#fh5co-friend-link ul li a{color: #666;display: block;text-align: left;padding:0 0 0 15px;font-size:12px;}
#fh5co-friend-link ul li a:hover{color: #999;text-decoration: none;}
/* 友情链接 end*/

/* 404错误页面 */
.error{background: url(../images/404.png) no-repeat center 50%;width:100%;height:424px}

/* 网站地图 begin*/

.sitemap-top{height:200px;line-height:100px}
.sitemap-top h3{font-size:36px}
.sitemap{margin-top:-100px;}

/* 网站地图 end*/

/* 底部友情链接 */
.friend{}
.friend span{font-weight:bold}
.friend a{color:#666;display:inline-block;margin-right:10px}
.friend a:hover{color:#ff3300;}
.friend a:last-child{margin-right:0}

/* 底部-置顶 begin*/
.cd-top{display: inline-block; height: 48px; width: 48px; position: fixed; bottom:75px; right: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-indent: 100%; white-space: nowrap; background: #ff3300 url(../images/cd-top-arrow.svg) no-repeat center 50%; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border-radius:3px;}
.cd-top.cd-is-visible{visibility: visible; opacity: 1;}
.cd-top.cd-fade-out{/* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */ opacity: .5;}
.cd-top:hover{background: #FF5B34 url(../images/cd-top-arrow.svg) no-repeat center 50%; opacity: 1;}
/* 底部-置顶 end*/

/*手机底部导航*/
#toolbar{display:none;}

@media (min-width:1000px) and (max-width:1199px){
	
}
@media screen and (max-width:1000px){
	#pc-header .nav li{line-height:14px;}
	#pc-header .nav li a{color:#fff; font-size:12px; padding:0 1px !important}
	#pc-header .header-box .tel .media{width: 158px;}
	#fh5co-middle-nav .product_search input.inputkey{width:150px;}
	#fh5co-content-show .product-detail .content-img{margin-bottom:30px;}
}
@media screen and (max-width:760px){
	
	#mobile-offcanvas,#mobile-offcanvas .nav{display: block;border:none}
	.mobile-nav-toggle{display: block;}
	#pc-header .header-box .logo{padding:10px 0;}
	#pc-header .header-box .logo h1 a {height:40px;width:252px;background: url(../images/logo.png);background-repeat:no-repeat;background-size:252px 40px;}

	.padding-large-top{padding-top:30px}
	.padding-large-bottom {padding-bottom:30px}
	.heading h4{font-size:24px;font-weight:600}
	
	.line-big{margin-left:-5px;margin-right:-5px}
	.line-big .x1,.line-big .x2,.line-big .x3,.line-big .x4,.line-big .x5,.line-big .x6,.line-big .x7,.line-big .x8,.line-big .x9,.line-big .x10,.line-big .x11,.line-big .x12,.line-big .xl1,.line-big .xl2,.line-big .xl3,.line-big .xl4,.line-big .xl5,.line-big .xl6,.line-big .xl7,.line-big .xl8,.line-big .xl9,.line-big .xl10,.line-big .xl11,.line-big .xl12,.line-big .xs1,.line-big .xs2,.line-big .xs3,.line-big .xs4,.line-big .xs5,.line-big .xs6,.line-big .xs7,.line-big .xs8,.line-big .xs9,.line-big .xs10,.line-big .xs11,.line-big .xs12,.line-big .xm1,.line-big .xm2,.line-big .xm3,.line-big .xm4,.line-big .xm5,.line-big .xm6,.line-big .xm7,.line-big .xm8,.line-big .xm9,.line-big .xm10,.line-big .xm11,.line-big .xm12,.line-big .xb1,.line-big .xb2,.line-big .xb3,.line-big .xb4,.line-big .xb5,.line-big .xb6,.line-big .xb7,.line-big .xb8,.line-big .xb9,.line-big .xb10,.line-big .xb11,.line-big .xb12{position:relative;min-height:1px;padding-right:5px;padding-left:5px}
	.line-large{margin-left:-5px;margin-right:-5px}
	.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12{position:relative;min-height:1px;padding-right:5px;padding-left:5px}
	.solution_home .icon{font-size:14px;}
	.data {padding:0 0 10px 0;}
	.data .num{font-size:28px;margin-top:10px}
	.data .media-body{ font-size:14px;}

	.col-5-1{width: 50%;}
	
	#why-us li .media-img{margin:10px auto;}
	#why-us li h3{font-size:20px; line-height:22px;margin:10px 0 0px;}
	#why-us li .desc{ font-size:14px;padding:10px}	
		
	.about-info{margin-top:-20px;border-top-right-radius:0.57em;padding:20px 10px}
	.about-info h2{font-size:24px;}
	.about-info hr{margin:10px 0}

	.gallery .margin-large-bottom{margin-bottom:10px}
	
	/* 首页-新闻begin */
	.news .line{margin-left:-15px;margin-right:-15px;padding-left:10px;padding-right:10px}	
	/* 内页广告图 */
	.slide-inside{height:180px;}
	.slide-inside h3{line-height:140px;font-size:28px;text-indent:10px;}
	#service-list .item .media-img{width:42px;height:42px; margin:20px auto 0 auto;}
	#home-news .item-block .item .content{padding:20px 10px;}
	
	.flexslider .slides > li{height:250px;}
	
.list-zoomimg .margin-big-bottom{margin-bottom:10px;}
.list-zoomimg .media-body{padding:10px}
.list-zoomimg .media-body h2 a{max-height:48px}

	
	/* 产品分类 */
	.margin-inside-l{margin-top:0}
	.margin-inside-r{margin-top:0}
	.margin-inside-l .padding-right{padding:0}
	.nav-inside{height:48px;border-bottom:0 solid #E2E2E2;padding:0;margin:0 auto;width: 100%; position:relative;z-index:200000}
	.nav-inside .container{padding:0;margin:0}
	.nav-inside .category{padding:0; clear:both;border:0px solid #DDD}
	.nav-inside .category .cat-tree{padding:5px 0 0;background:#3E3E3E;border:0px solid #ff3300;}
	.nav-inside .category .cat-tree ul li{border-bottom:1px solid #434343; padding:8px 0 8px 15px;}
	.nav-inside .category .cat-tree ul li ul li .text-color{color:#FFF}
	.nav-inside .category .cat-tree ul li ul li a{color:#F2F2F2;font-size:16px}
	.nav-inside .category .cat-tree ul li ul li{padding:3px 0 3px 20px;border-bottom:none}
	.nav-inside .category h2{display:none;}
	.nav-inside .menu{background:#3E3E3E;border-radius:4px 4px 0 0;}
	.nav-inside .menu h3{display:block; float:right; width:50%; background:#ff3300; height:48px; line-height:48px; text-align:center; color:#f2f2f2; font-size:18px;border-radius:0 4px 0 0;}
	.nav-inside .menu button{background:#3E3E3E; z-index:9999999;float:left; width:50%; height:48px; line-height:48px; padding:0; margin:0;border:none;border-radius:0; color:#f2f2f2; font-size:20px; text-align:left; text-indent:12px;border-radius:4px 0 0 0;}
	.nav-inside .menu span{font-size:18px;padding-left:10px;} 
	/* 产品分类 end */ 
	
	#hometree .item {padding:10px 10px 30px 10px}
	#hometree .item .button {width:120px;height:40px;line-height:24px;}

	/* 左边-内页竖向导航 */
	.left-inside{height:48px;border-bottom:0 solid #E2E2E2;padding:0;margin:10px auto 0 auto;width: 100%;position:relative;z-index:200000}
	.left-inside .container{padding:0;margin:0}
	.left-inside .cat-title{display:none;}
	.left-inside ul.nav{clear:both;border:0px solid #ECECEC;}
	.left-inside li{float:none !important; width:100%;}
	.left-inside li a{color: #ECECEC; display:block; width:100%;border-bottom:1px solid #43403d;background-color: #3E3E3E;font-size: 16px;line-height:48px;padding:0;}
	.left-inside li a:hover{color: #f2f2f2;}
	.left-inside li a.active{color: #f2f2f2;border-left:0px solid #339933;border-bottom:1px solid #43403d}
	.left-inside .left-menu{background:#3E3E3E; border-radius:4px 4px 0 0;}
	.left-inside .left-menu h3{display:block; float:right; width:50%; background:#ff3300; height:48px; line-height:48px; text-align:center; color:#F2F2F2; font-size:18px;border-radius:0 4px 0 0;}
	.left-inside .left-menu button{z-index:9999999;float:left; width:50%; height:48px; line-height:48px; padding:0; margin:0;border:none;border-radius:0; background:#3E3E3E; color:#F2F2F2; font-size:20px; text-align:left; text-indent:12px;border-radius:4px 0 0 0;}
	.left-inside .left-menu span{font-size:18px;padding-left:10px;}
	/* 左边-内页竖向导航 end*/
	
	/* 首页优势 begin */
	.image-text dl{padding-bottom:30px;margin-bottom:20px}
	.image-text dl dt,.image-text dl dd{display:block; width:100%; overflow:hidden;}
	.image-text dl dt .media-body strong{font-size:20px;}
	.image-text dl dt .media-body .padding-big-left{padding-left:0}
	.image-text dl dt .media-body li{line-height:28px;font-size:14px;}
	.image-text dl dt .media-body .text-big{font-weight:normal;font-size:16px}
	.image-text dl:nth-child(2n+1) dd img{float:none}
	/* 首页优势 end */
	
	.product-detail,.relate{padding:10px;}
	.contact-list{padding:10px}
	.case-list li .media img,.contact-list li .media img{width: 120px;}
	.case-list .padding-big-left,.contact-list .padding-big-left{padding-left:0px}
	
	.news-list{padding:10px}
	.news-list .padding-left{padding:10px 0 0 0}
	.list-link .text-big{font-size:13px}
	
	.article,.case-list{padding:10px 10px;}
	.article .padding-large{padding:10px 0px;}
	.article h1{font-size:24px;}
	.article h2{font-size:20px;line-height:22px;margin-bottom:10px;margin-top:10px;border-left:4px solid #ff3300;text-indent:10px}
	.article h3{font-size:16px;line-height:18px;margin-bottom:10px;margin-top:20px;}
	.flex-control-nav{bottom:10px;}
	.flex-control-nav li{width:10px;height:10px;margin:0 5px;}
	.flex-control-nav a{width:10px;height:10px;}

	.product-list .padding-big{padding:5px 10px}
	.product-list .media{margin:5px 0}
	.product-detail h1{font-size:18px;line-height:20px;}
	.product-detail .tab-head{border-radius:0;font-size: 0;-webkit-text-size-adjust:none;width:100%}
	.product-detail .tab .tab-nav li {display:inline-block;width:32.6%;margin:0 2px 0 0px;}
	.product-detail .tab .tab-nav li:last-child{margin:0}

	/* 关健词 */
	#fh5co-middle-nav .padding-big-top{padding-top:10px}
	#fh5co-middle-nav .keword-content{background-position:left top; margin-bottom:10px}
	#fh5co-middle-nav .keword-content a{line-height:24px;}
	#fh5co-middle-nav .product_search{margin-bottom:16px;}
	#fh5co-middle-nav .product_search .float-right{float:none !important}
	#fh5co-middle-nav .product_search input.inputkey{width:90%;}
	#fh5co-middle-nav .product_search button{width:10%;}
	
	.tab-1 .tab .tab-body{padding:10px}
	.tab-1 .tab .padding-large{padding:10px}
	
	.blank-middle,.blank-small{height:10px; line-height:10px; clear:both; font-size:0;}
	.blank-big{height:30px; line-height:30px; clear:both; font-size:0;}
	.blank-large{height:50px; line-height:50px; clear:both; font-size:0;}
	
	/* 底部信息 */
	footer .padding-large{padding:10px 0 20px 0}
	footer .copyright p{text-align:center}
	
	/* 底部置顶 begin*/
	.cd-top{right: 10px;bottom:80px;height:30px; width: 30px;}
	
	/*手机底部快捷导航*/
	.blank50{height:50px; line-height:1px; clear:both;}
	#toolbar{color:#F2F2F2;width:100%;height:50px;position:fixed;bottom:0;left:0;z-index:9999;background:#0758B3; display:block;}
	#toolbar a{width:100%;color:#F2F2F2;display:block;padding:5px 0 0 0;line-height:20px;font-size:14px;}
	#toolbar a span{font-size:18px; display:block;color:#ebebeb;}
}

@media screen and (max-width:480px){
	#fh5co-middle-nav .product_search input.inputkey{width:85%;}
	#fh5co-middle-nav .product_search button{width:15%;}
	#pc-header .icon-navicon{margin-top:5px;}
	#fh5co-product-list .show-product .tab .tab-nav li a,.inner-nav li a{padding:0 15px;}
	.nav-inside .left-menu h3{ font-size:16px;}
}
