*{}
ul , li{padding:0px; margin:0px; list-style:none;}
body {color: #333;	cursor: default;padding:0px; margin:0px; background: #fff; font-size:14px;
      overflow-x:hidden;}
.page_body{}
.nowrap{display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#sitetoph1{display:none;}
.clear {clear: both;padding: 0px;margin: 0px;height: 0px;}
a {	text-decoration: none;	cursor: pointer;	color: #333; font-size:14px;
	transition: all 0.4s;
}
a:hover {color: #006fe3;}
#loader{position: fixed; z-index: 50000000; width: 100%; height: 100%; background-color: #004d7a; text-align:center;}
.myCanvas {
  margin-top:160px; position:relative;
}
#myCanvas1{ z-index:1000; left:113px;
            animation-name:mylogo1;	animation-duration:1s; animation-timing-function:ease; animation-delay:0s;	
            }
#myCanvas2{left:-103px; top:60px;
           animation-name:mylogo2;	animation-duration:1s; animation-timing-function:ease; animation-delay:0s;}
#myCanvas3{top:65px; left:-132px;
           animation-name:mylogo3;	animation-duration:1s; animation-timing-function:ease; animation-delay:0s;}

.loadername{ width:100%; font-size:36px; font-style:italic; letter-spacing:2px; font-weight:bold; color:#fff; 
             text-align:center; position:absolute; top:325px; z-index:50000000; 
              animation-name:loadname;	animation-duration:1s; animation-timing-function:ease; animation-delay:0s;
              font-family:"ºÚÌå";}

.loadertitle{ width:100%; font-size:26px; font-weight:bold; color:#fff; text-align:center;
              position:absolute; top:376px; z-index:50000000; 
              animation-name:loadtitle;	animation-duration:2s; animation-timing-function:ease; animation-delay:0s;
              letter-spacing:1px; font-family:"ºÚÌå";}
@keyframes mylogo1
{
	from   {left:-200px; opacity:0; transform: rotateY(0deg); }	
	to {left:113px; opacity:1; transform: rotateY(360deg);}
}
@keyframes mylogo2
{
	from   {left:300px; opacity:0;transform: rotateY(0deg);}	
	to {left:-103px; opacity:1;transform: rotateY(360deg);}
}
@keyframes mylogo3
{
	from   {left:-132px; top:200px; opacity:0;transform: rotateY(0deg);}	
	to {left:-132px; top:65px; opacity:1;transform: rotateY(360deg);}
}

@keyframes loadname
{
	from   {top:390px; opacity:0; transform: rotateX(0deg);}	
	to {top:330px; opacity:1;transform: rotateX(360deg);}
}@keyframes loadtitle
{
	from   {top:490px; opacity:0; transform: rotateX(0deg);}	
	to {top:376px; opacity:1;transform: rotateX(360deg);}
}

.loaddot{ color:#fff; font-size:56px; text-align:center; width:100%; margin-top:110px;}
.loaddot span{opacity:0.05;}
#loaddot1{animation-name:dot1;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:1s;}
#loaddot2{animation-name:dot2;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:1.5s;}
#loaddot3{animation-name:dot3;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:2s;}
#loaddot4{animation-name:dot4;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:2.5s;}
#loaddot5{animation-name:dot5;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:3s;}
#loaddot6{animation-name:dot6;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:3.5s;}
#loaddot7{animation-name:dot7;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:4s;}
#loaddot8{animation-name:dot8;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:4.5s;}
#loaddot9{animation-name:dot9;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:5s;}
#loaddot10{animation-name:dot10;	animation-duration:0.5s; animation-timing-function:ease; animation-delay:5.5s;}
@keyframes dot1{from{opacity:0;} to {opacity:1;}}
@keyframes dot2{from{opacity:0;} to {opacity:1;}}
@keyframes dot3{from{opacity:0;} to {opacity:1;}}
@keyframes dot4{from{opacity:0;} to {opacity:1;}}
@keyframes dot5{from{opacity:0;} to {opacity:1;}}
@keyframes dot6{from{opacity:0;} to {opacity:1;}}
@keyframes dot7{from{opacity:0;} to {opacity:1;}}
@keyframes dot8{from{opacity:0;} to {opacity:1;}}
@keyframes dot9{from{opacity:0;} to {opacity:1;}}
@keyframes dot10{from{opacity:0;} to {opacity:1;}}

/*Header*/
#top_box{top:0px; width:100%; background:#f0f0f0;            
             position: fixed; _position: absolute; z-index:2000; width:100%; height:30px; line-height:30px;
             font-size:14px; font-weight:bold; color:#f39801; letter-spacing:1px;}

/*Navigation*/
#navigation{ padding-bottom:0px; padding-top:0px; top:30px; width:100%; background:#292929;            
             position: fixed; _position: absolute; z-index:2002; width:100%; height:60px;}
#navigation .navbar-default{ background:none; border:none; border-radius:0px !important; padding:0 auto; 
                             height:60px !important;}
#navigation .navbar-default .navbar-nav{height:60px;}
#navigation .navbar-default .navbar-nav li{padding:0px !important; }
#navigation .navbar-default .navbar-nav li:hover{}
#navigation .navbar-default .navbar-nav li a{font-size:16px; color:#fff; padding-left:38px; padding-right:0px;
                                            padding-top:20px;}
#navigation .navbar-default .navbar-nav li a:hover{color: #f0f0f0 !important;}
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-toggle{font-size:16px; }
#navigation .navbar-default .navbar-nav li.dropdown:hover .dropdown-menu{ display:block !important;}
#navigation .navbar-default .navbar-nav li a:hover{font-size:16px; color:#fff; }
#navigation .navbar-default .navbar-nav li.dropdown a{font-size:16px; color:#fff;}
#navigation .navbar-default .navbar-nav li.open{padding-right:0px;}
#navigation .navbar-default .navbar-nav li.open a{ background:#222; color:#fff;}
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-menu{background:#0860a8; 
                                                                   padding-bottom:10px;}
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-menu li{ background:none; padding-top:2px; padding-bottom:8px;
                                                                    }
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-menu li:hover{ background:#0860a8; }
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-menu li:hover a{color:#fff !important;}
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-menu .caret{color:#f8b551;}
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-menu li:hover a{ background:none;}
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-menu li a{color:#fff; margin-top:5px; padding-top:5px; background:none;
                                                                       }
#navigation .navbar-default .navbar-nav li.dropdown .dropdown-menu li a:hover{ background:none;}
#navigation .navbar-header .navbar-toggle{ background:#f0f0f0; color:#fff; border:none; position:relative; top:4px;
                                           z-index:30000000000000;}
#navigation .navbar-header .navbar-brand{ background:#292929; display:block; height:85px; padding:0px; padding-left:15px;
                                          padding-right:15px;
                                         position: fixed; _position: absolute; z-index:2000; top:17px;
                                         transform:skewX(-15deg); padding-top:10px; box-shadow:5px 2px 4px 0 #000;
                                         border-radius:10px 0px 10px 0px;}
#navigation .navbar-header .navbar-brand img{transform:skewX(15deg); width:170px; }

.page_navclass{ background:#292929 !important;
                padding-bottom:0px !important; padding-top:0px !important; }
.page_navclass .stitle{font-size:14px; position:relative; top:7px; margin-left:10px;}
.page_navclass .stitle p{ line-height:22px; padding-left:0px; margin-left:0px; color:#fea503;}
.page_navclass .stitle span{font-size:12px; color:#fea503;}
.page_navclass .navbar-default .navbar-nav{ margin-top:0px !important;}
.page_navclass .navbar-default .navbar-nav li a{color:#fff !important;}

#search_container{position:relative; top:17px; padding-left:10px;}
#scbtn{border-radius:50px; background:#ecab13; border:none;}

#slider{border:none;}
#slider , #slider div{height:804px;  padding:0px; margin:0px;}
#slider .col-md-12{padding-right:0px !important; margin-right:0px; }
#slider .col-md-12 .carousel{padding-right:0px !important;}
#slider .col-md-12 .carousel .carousel-cell{width:100%; background-position:center center; margin-right:0px; 
                                            padding-top:110px; text-align:center;}
#slider .col-md-12 .carousel .carousel-cell .hero-bg{max-width:1100px; margin:0 auto; }

.stext1{ font-size:68px; color:#fff; margin-top:140px; letter-spacing:4px; font-weight:lighter;}
.stext2{ font-size:24px; color:#fff; font-weight:lighter; margin-top:40px; text-transform:uppercase;}
.stext3{ font-size:30px; color:#fff; font-weight:bold; font-weight:lighter; margin-top:20px; text-transform:uppercase;}
.stext4{ font-size:20px; color:#fff; font-weight:lighter; margin-top:55px;}

#slider .slider_t{ background:rgba(0,80,92,0.5); color:#fff; font-size:50px; width:70%; margin:0 auto; padding:40px; font-style:italic;
           letter-spacing:12px; height:330px; margin-top:90px; text-align:left;}
#slider .slider_t span{ font-weight:bold; font-size:72px; }
#slider .slider_t1{}
#slider .slider_t2{}
#slider .slider_t3{background:rgba(255,150,0,0.5); letter-spacing:10px;}
#slider .slider_b_t{ font-size:14px; font-style:normal; letter-spacing:8px; width:95%; margin:0 auto; text-align:center;
                     margin-top:20px; border-top:1px dotted #fff; padding-top:20px;}

.slider{width: 100% !important; height:804px; margin:0 auto; overflow: hidden; position:relative; background:#093e96}
.slider .slider-main li{ width:100% !important; text-align:center;}
.slider .slider-main li img{width:1920px !important;height:804px !important;position: absolute;left:50%;margin-left:-1000px;}
.slider .text1{ color:#0e91ce; font-size:70px; margin:0 auto; font-weight:bold; position:relative; top:260px;
                /*text-shadow:#fff 3px 0 0,#fff 0 3px 0,#fff -1px 0 0,#fff 0 -1px 0;*/ letter-spacing:10px;
}
.slider .text2{color:#0e91ce; font-size:40px; margin:0 auto; font-weight:bold; position:relative; top:280px;
                }
.slider .text1-1{ text-shadow:#fff 3px 0 0,#fff 0 3px 0,#fff -1px 0 0,#fff 0 -1px 0;}
.slider .text2-2{text-shadow:#fff 3px 0 0,#fff 0 3px 0,#fff -1px 0 0,#fff 0 -1px 0;}


.fh_section{padding-top:20px; padding-bottom:20px; border-top:1px solid #ccc;}

.block_title{ margin-bottom:30px; margin-top:40px; }
.block_title .block_title_bg{text-align:center;}
.block_title h2{margin:0px; padding:0px; display:inline-block; 
          padding-top:0px; padding-bottom:0px; 
           margin-bottom:20px; }
.block_title h2.nobg{ background:none;}
.block_title h2 a{color:#666; font-size:36px; font-weight:bold; 
                  }
.block_title h2 a:hover{}
.block_title a.morelink{font-size:18px; color:#006fe3; float:right; padding:0px; margin-top:10px;
                        background:#fff; display:block; width:30px; line-height:20px; text-align:center; height:30px;
                        border:1px solid #ccc; padding:3px; border-radius:30px; font-weight:lighter;
                        }
.block_title h2 span{color:#f39801; font-size:36px; font-weight:bold; }
.block_title p{ font-size:14px; letter-spacing:2px; color:#666;}

#absrow{ }
#service{padding-bottom:20px; background:#f9f9f9;}
.swiper-slide{box-shadow:0 0 8px 1px #ccc; border:1px solid #ccc; background:#fcfcfc; padding-bottom:40px;
              }
.swiper-slide:hover{ border:1px solid #004d7a; box-shadow:0 0 8px 1px #c7c8c9; background:#f9f9f9; }
.swiper-slide:hover .xm_intro h2 a{color:#333;}
.swiper-slide:hover .xm_intro p{color:#333;}

.swiper-slide .xm_img img{}
.swiper-slide:hover .xm_img img{transform:rotateY(360deg);transition: all 1.8s;}

.swiper-slide {display: block;position: relative;margin: 0 auto 30px;overflow: hidden;}
.inter-inner { width: 94%; height: 94%; position: absolute; left: 3%; top: 3%; display:block; }
.inter-inner .line1, .inter-inner .line2 { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; 
                                           filter: alpha(opacity=0); pointer-events: none;                                           
                                           transition: opacity 0.6s, transform 0.6s; transition-delay:0s;                                         
                                           border-radius:5px;}
.inter-inner .line1 { border-top: 1px solid #f39801; border-bottom: 1px solid #f39801; transform: scale(0,1); }
.inter-inner .line2 { border-right: 1px solid #f39801; border-left: 1px solid #f39801; transform: scale(1,0); }
.swiper-slide:hover .line1,
.swiper-slide:hover .line2 { opacity: 1; filter: alpha(opacity=100); transform: scale(1); }

.shebeiitems:hover:hover .line1,
.shebeiitems:hover:hover .line2 { opacity: 1; filter: alpha(opacity=100); transform: scale(1); border-width:1px; 
                           transition-delay:0s; background:rgba(0,0,0,0.05);}
.shebeiitems:hover .inter-inner { width: 86%; height: 92%; position: absolute; left: 7%; top: 2%; display:block; }

.case_items:hover .line1,
.case_items:hover .line2 { opacity: 1; filter: alpha(opacity=100); transform: scale(1); border-width:1px; 
                           transition-delay:0.8s; background:rgba(0,0,0,0.05);}
.case_items .inter-inner { width: 88%; height: 67.5%; position: absolute; left: 6%; top: 3%; display:block; }

.case_items .case_img img{}
.case_items:hover .case_img img{/*transform:rotateY(360deg);transition: all 1.8s;*/}

.xm_img{display:block; text-align:center;}
.xm_img .ywimgs{}
.xm_img i{font-size:85px; display:block; padding:10px; width:120px; height:120px;
                        text-align:center; line-height:100px; border-radius:120px; border:none;
                        margin:0 auto; }
.xm_intro h2{ text-align:center; padding-left:0px;}
.xm_intro h2 a{padding-left:0px; margin-left:0px; font-size:16px; position:relative; left:-10px;}
.prodtitlelink{ font-size:16px; font-weight:bold;}
.swiper-slide h2{text-indent:22px; margin-top:15px; margin-bottom:15px;}
.swiper-slide h2 a{font-size:16px; font-weight:bold; color:#333;}
.serv_ul{min-height:50px; position:relative; top:0px; font-size:12px; color:#666; line-height:22px; margin-left:20px;
         margin-right:15px; padding-left:20px; padding-right:20px;}
.swiper-slide .btn{border-radius:3px; background:#333; border-color:#f0f0f0; color:#fff;  border:none;
                   height:40px; line-height:24px; margin-top:0px;}
.swiper-slide .btn:hover{background:#333; color:#fff;}

.swiper-slide .index-top-rec-pro{ display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
                                  margin-top:10px; text-align:center;}

.abstext{color:#333; font-size:16px; line-height:33px; margin-top:0px;}
#abstext1{ margin-top:0px;}
.xm_intro .xm_detail{border:none; background:#29a7e1 !important; color:#fff; width:140px; margin-top:0px;
                     border-radius:40px; font-size:14px;}
.abs_bottom_box{ margin-top:40px;}
.abs_bottom_icon_box{color:#fff; margin-top:30px; padding:15px; padding-top:17px; border-radius:10px;
                     text-align:center;}
.absborder{border-right:1px dotted #ccc; }
.abs_bottom_icon_box a img{padding:5px; border-radius:15px 0px 15px 0px; background:#f0f0f0;}
.abs_bottom_icon_box:hover a img{transform:rotateY(360deg);transition: all 1.8s;}
.abs_bottom_icon_box div{}
.abs_bottom_icon_box div b{ font-size:16px; font-weight:bold;}
.abs_bottom_icon_box div p{ position:relative; top:10px;}
.abs_bottom_icon_box .btn{ margin-top:30px;}




#case{ background:#f3f3f3; background-attachment:fixed; padding-bottom:15px;}
.case_items{margin:0px; background:none; margin-bottom:25px; transition: all .5s ease 0s;
            border:1px solid #f0f0f0; padding:15px; background:#fcfcfc;}
.case_items:hover .case_img img{box-shadow:0 0 6px 0px #ccc;
                  }
.case_items .case_title{ display:block; padding:15px; padding-bottom:8px; text-align:center; padding-top:20px;
                         padding-bottom:20px;
                         white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:16px;}
.case_items .case_img img{ }
.case_items p{margin:0px; padding:15px; padding-top:0px;}
.case_items p a.more{float:right; color:#999;}

.index_fanweiimg{ border:1px solid #333; padding:5px; background:#fff;}

.art_items{ margin-top:20px; border-top:1px dotted #ccc; padding:25px; padding-bottom:0px; background:#fcfcfc;}
.art_img{float:left;width:20%;}
.art_img img{}
.art_dtbox{float:left; width:76%; margin-left:4%;}
.art_dtbox2{width:100%;}
.art_title{font-size:15px; font-weight:bold; display:block; margin-bottom:10px;}
.art_dtbox p{line-height:20px;}
.art_dtbox p a{color:#666; }

.indexnews_cat_box{ display:none;}
.indexnewscatcurrent{border-color:#008693; background-color:#008693; color:#fff;}
.indexnews_cat{border-radius:25px; padding-top:6px; padding-bottom:6px; font-size:16px;}
.indexnews_cat:hover{border-color:#008693; background-color:#008693; color:#fff;}
#yetabbtns{ margin-bottom:40px;}

.fh_topbanner{height:160px; overflow:hidden; border-bottom:1px dotted #ccc;}
.topbanner_siteconstruction{ background:#fcfcfc url(../Images/fbg.png);}
.fh_topbanner h1{color:#333; position:relative; top:24px; letter-spacing:2px; font-size:36px; font-weight:bold;}
.fh_topbanner p{color:#328232; position:relative; top:29px; font-size:16px; letter-spacing:5px;}

#service1{background:#f1f1f1 url(../Images/cbg1.jpg) center top no-repeat; padding-top:15px; background-attachment:fixed;}
#service1 .block_title{ margin-bottom:15px;}
.sc_items{ background:#fff url(../Images/fbg.png); padding:20px; box-shadow:0 0 8px 1px #e4e5e6; padding-bottom:30px; margin-bottom:30px;}
.sc_items .xm_img{display:block; text-align:center; padding-top:20px; }
.sc_items .xm_img i{font-size:85px; display:block; padding:10px; width:120px; height:120px;
                        text-align:center; line-height:100px; border-radius:120px; border:1px solid #ccc;
                        margin:0 auto; color:#999; }

.sc_items h2{ text-align:center; font-size:20px;}
.sc_items h2 a{font-size:20px;}
.sc_items p{color:#999; margin:20px; line-height:24px;}
.sc_items .xm_detail{border:1px solid #333; background:#fff; color:#333;}
.sc_items .xm_ctonline{margin-top:10px; background:#0860a8; border:none; padding-top:10px; padding-bottom:10px;
                       border-radius:2px;}
.price_block{margin-bottom:15px;}
.topbanner_price{ background:#fcfcfc url(../Images/fbg.png);}



/*Pagination*/
.page_box{padding-top:20px; padding-bottom:20px; text-align:center; clear:both; margin-top:20px; line-height:40px;
           width:100%;}
.page_box a{-webkit-border-radius: 5px; -moz-border-radius: 5px;  border-radius: 5px;
	border: 3px solid #f0f0f0; background:#ccc; padding:13px 17px; margin-left:4px; color:#333; }
.page_box a:hover , .page_box a.current{color:#fff; background:#006fe3;}
.more-fhlinks{display:none;}
.pagination>li>#gotopagebtn 
{
    
    }
.pagination>li>#gotopid 
{
    width:50px;
    }
.next_prev_box{border-top:1px dotted #ccc; border-bottom:3px solid #f0f0f0; line-height:24px; padding-top:14px; 
               padding-left:10px; padding-bottom:14px; font-size:15px; background:#f9f9f9; margin-left:10px; margin-top:20px;}
.next_prev_box a{color:#006fe3; font-weight:bold; font-size:15px;}

.left_cat{}
.left_cat li{border:1px solid #d4d4d4; margin-top:5px; background:#fcfcfc; padding:20px 20px;}
.left_cat li:hover{background:#222;}
.left_cat li:hover a{color:#fff;}
.left_cat li a{ display:block;}
.left_cat li.leftcattitle{ border:1px solid #d4d4d4; background:#222; padding-top:22px; padding-bottom:22px;}
.left_cat li.leftcattitle a{ display:block; font-size:18px; font-weight:bold; text-align:center; color:#fff;}

#banner1{ background:#ecab13; padding-top:40px; padding-bottom:40px;}
#banner1 p{ font-weight:800; font-size:28px; color:#fff;}

#footer{ background:#f3f3f3; padding-top:50px; color:#333; font-size:13px;}
#footer a{color:#333; }
#footer h2{font-size:18px; margin-bottom:20px; padding-bottom:15px; display:inline-block; color:#333;}
#footer h2 i{color:#333;}
.fcontact , .fprocat , .foth{ display:block; padding-left:28px;}
.fcontact li , .fprocat li , .foth li{ line-height:35px;}
.fcontact li i{margin-right:5px; display:block; width:10px; float:left; margin-top:14px; text-align:center;}
.footer li i{display:block; float:left; width:25px; margin-top:14px;}

.copyright{ background:#191a1d; margin-top:50px; padding-top:15px; padding-bottom:5px; color:#f0f0f0;}

.fcol{border-right:1px dotted #ccc;}

.breadcrumb_box{ background:#f9f9f9; border-bottom:1px solid #ccc; height:40px; overflow:hidden; text-align:left;
                  padding-top:1px; 
                  display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
                  }
.breadcrumb{ background:none; border:none; color:#666;}
.breadcrumb a{color:#666;}
.bbkcontent{ margin-top:50px; padding:30px 20px; color:#fff;}
.bbkcontent h2{color:#fff; font-size:16px; font-weight:bold;}
.bbkcontent p{font-size:12px; line-height:22px;}
.bbkcontent1{background:#1e98c1 url(../Images/bbkbg1.jpg) center center no-repeat;}
.bbkcontent2{background:#1e98c1 url(../Images/bbkbg2.jpg) center center no-repeat;}
.bbkcontent3{background:#1e98c1 url(../Images/bbkbg3.jpg) center center no-repeat;}

.pagebox{padding-top:20px;}
.pagebox li{float:left; margin-left:10px;}
.art_content_box{}
.art_content_box .info{}
.intro{border:1px solid #f0f0f0; background:#f9f9f9; padding:20px; line-height:20px; margin-top:18px;
                        margin-bottom:18px; color:#666;}
.art_content_box .art_title{ font-size:18px; font-weight:bold;}
.prevnext{color:#666;}
.prevnext a{color:#666;}

h1.pro_title{font-size:18px; font-weight:bold;}
h3.pro_detail{ background:#f0f0f0; font-size:14px; font-weight:bold;}  

#online_ask{background:#fff url(../Images/askbg1.jpg) center top no-repeat; padding-top:15px; padding-bottom:30px;
            background-attachment:fixed;}
#online_ask .block_title{ margin-bottom:15px;}
#usavebtn{font-size:14px; line-height:14px;}

.page_outer{border-top:1px solid #ccc; padding-top:20px; margin-top:30px; padding-bottom:20px;}
.art_list{border-top:1px dotted #ccc; padding-bottom:10px;}
.art_list_alt{ background:#f9f9f9;}
.art_list h2{ margin-top:15px; padding-top:0px;}
.art_list h2 a{font-size:20px; color:#333;}
.art_list p.art_desc{line-height:22px; color:#666; letter-spacing:1px; font-size:12px;}
.art_list p.art_status{ text-align:left; color:#666;}
#content_cat{padding-bottom:20px; padding-top:20px; margin-top:0px; margin-bottom:0px;}
.topbanner_artlistpage{ background:#fcfcfc url(../Images/fbg.png);}

#content_text_box{}
.content_content h1.title{font-size:26px; margin-top:60px; font-weight:bold; color:#333;}
.content_content .art_status{margin-top:20px; margin-bottom:40px;}
.text_container{font-size:15px; line-height:30px; margin:20px; color:#666;}
.content_img{display:block; margin:20px auto;}
.col_border{border-right:1px dotted #ccc;}

.content_page{border-top:1px solid #ccc; padding-top:20px; margin-top:20px; font-size:16px; padding-bottom:20px;
              color:#666;}
.content_page a{color:#666;}

.col_right{}
.right_title{ background:#0682c2; border-bottom:3px solid #0682c2; padding-bottom:10px; padding-top:10px; font-size:16px;
               font-weight:bold; color:#fff; padding-left:10px; letter-spacing:1px;}
.right_title i{margin-right:8px; font-weight:lighter; color:#fff;}
.right_ul_art{margin:20px;}
.right_ul_art li{padding-top:8px; padding-bottom:8px; border-bottom:1px dotted #ccc;}
.right_ul_art li{}

.right_anli{margin:10px; text-align:center;}
.right_anli img{box-shadow:0 0 8px 1px #e4e5e6; border-radius:0px 5px 0px 5px;}
.right_anli_title{display:block; margin-top:10px;}

.fh_sec_cts{background:#fcfcfc; padding-top:70px; padding-bottom:70px;
           }
#mapbox{overflow:hidden; width:100%; height:350px; border:10px solid #fff; 
      border-radius:5px;  background:#fcfcfc; float:left; position:relative; top:-20px; 
  box-shadow:0 0 8px 1px #e4e5e6;}
#map_contact_us{ width:100%; height:350px;}
.fctsli{ margin-top:20px;}
.fctsli li{font-size:16px; height:40px;}
.fctsli li i{display:block; float:left; height:25px; width:25px; border-radius:25px; line-height:25px; text-align:center;
              margin-top:0px; margin-right:8px; color:#398932; border:1px solid #398932;}
.case_cat_links{ display:block; margin-top:4px; margin-bottom:4px;}
.case_cat_links_current{ font-weight:bold; color:#e60012;}
.case_cat_outer{height:60px; overflow:hidden;}
.case_cat_more_box{border-top:1px solid #333; margin-top:16px;}
.casr_more_btn{float:right; position:relative; top:5px;}
.btn_casegoto{margin-top:30px;}
.fwq_gotobox{margin-top:40px;}
.fwq_gotobox h2{ font-size:20px; font-weight:bold; margin-top:12px;}
.fwq_gotobox h2 i{color:#e60012;}
.fwq_gotobox p{ line-height:30px; margin-bottom:30px; color:#666;}

.footer_nav{position: fixed; bottom: 0px; _position: absolute; z-index:2000; width:100%; height:50px; background:#222;
            color:#fff; line-height:50px; box-shadow:0 -1px 5px 1px #333;}
.footer_nav a{color:#fff; font-size:13px; font-weight:bold;}
.footer_nav a i{color:#4d9a34; font-size:12px;}
.footer_nav .col-xs-4{padding-right:0px; margin-right:0px;}
.footerwxtitle{padding-top:10px;}

#bottombanner1{min-height:720px; background:#004d7a; overflow:hidden; text-align:center; color:#fff !important;}
#bottombanner1 .block_title{color:#fff;}
#bottombanner1 .block_title h2 a{ border-bottom:1px solid #fff; color:#fff;}
#bottombanner1 .block_title span{color:#fff;}
.bottomp1{ font-size:68px; color:#fff; margin:20px auto 20px auto; letter-spacing:16px; font-weight:bold;}
.bottomp2{ font-size:36px; color:#fff; letter-spacing:8px;}

.huobanbanner_icon{ }
.huobanbanner_icon i{display:block; width:145px; height:145px; line-height:145px; text-align:center; font-size:60px;
                     border:1px solid #fff; border-radius:145px; margin:0 auto; margin-top:20px;}
.huobanbanner_icon h2{ font-size:24px; margin-top:25px; margin-bottom:15px;}
.huobanbanner_icon p{font-size:14px; color:#78a1b9; margin-left:15px; margin-right:15px; }

#huobanpagesec{padding-bottom:60px;}
#huobanpagesec .bottomp1{ font-size:65px; color:#004d7a; margin:60px auto 20px auto; letter-spacing:8px; font-weight:bold;}
#huobanpagesec .bottomp2{ font-size:26px; color:#333; letter-spacing:2px;}
#huobanpagesec .huobanbanner_icon i{display:block; width:145px; height:145px; line-height:145px; text-align:center;
                                     font-size:60px;
                     border:1px solid #004d7a; border-radius:145px; margin:0 auto; margin-top:20px; color:#004d7a;}
#huobanpagesec .huobanbanner_icon h2{ font-size:24px; margin-top:25px; margin-bottom:15px;}
#huobanpagesec .huobanbanner_icon p{font-size:12px; color:#666; line-height:24px;}

.float0831 {
	POSITION: fixed; TOP: 180px; RIGHT: -130px; _position: absolute; z-index:2000;
}
.float0831 H3 {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px;
	font-size:12px;
}

.float0831 UL {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.float0831 LI {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}

.float0831 A {
	COLOR: #00a0e9
}
.float0831 A:hover {
	COLOR: #ff8100; TEXT-DECORATION: none
}
.float0831 .floatL {
	POSITION: relative; WIDTH: 28px; FLOAT: left
}
.float0831 .floatL A {
	TEXT-INDENT: -9999px; DISPLAY: block; FONT-SIZE: 0px
}
.float0831 .floatR {
	BACKGROUND: url(../Images/float_bg.png)
}
.float0831 .tp {
	BACKGROUND: url(../Images/float_bg.png)
}
.float0831 .cn {
	BACKGROUND: url(../Images/float_bg.png)
}
.float0831 .floatR {
	PADDING-BOTTOM: 15px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden
}
.float0831 .tp {
	BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px
}
.float0831 .cn {
	BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px
}
.float0831 .cn H3 {
	TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px
}
.float0831 .cn UL {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px
}
.float0831 .cn UL LI {
	BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 36px; WORD-WRAP: break-word; HEIGHT: 36px; OVERFLOW: hidden; WORD-BREAK: normal
}
.float0831 .titZx {
	BACKGROUND: url(../Images/float_s.gif) no-repeat
}
.float0831 .titDh {
	BACKGROUND: url(../Images/float_s.gif) no-repeat
}
.float0831 .titDc {
	BACKGROUND: url(../Images/float_s.gif) no-repeat
}
.float0831 .icoZx {
	BACKGROUND: url(../Images/float_s.gif) no-repeat
}
.float0831 .icoTc {
	BACKGROUND: url(../Images/float_s.gif) no-repeat; font-size:14px;
}
.float0831 .icoFf {
	BACKGROUND: url(../Images/float_s.gif) no-repeat
}
.float0831 .icoTl {
	BACKGROUND: url(../Images/float_s.gif) no-repeat; 
}
.float0831 .btnOpen {
	BACKGROUND: url(../Images/float_s.gif) no-repeat
}
.float0831 .btnOpen_n {
	BACKGROUND: url(../Images/float_s.gif) no-repeat
}
.float0831 .btnCtn {
	BACKGROUND: url(../Images/float_s.gif) no-repeat
}
.float0831 .titZx {
	BACKGROUND-POSITION: 5px -10px
}
.float0831 .titDh {
	BACKGROUND-POSITION: 5px -66px
}
.float0831 .titDc {
	BACKGROUND-POSITION: 5px -124px
}
.float0831 .icoZx {
	BACKGROUND-POSITION: 2px -154px
}
.float0831 .icoTc {
	BACKGROUND-POSITION: 0px -323px
}
.float0831 .icoFf {
	BACKGROUND-POSITION: 2px -213px
}
.float0831 .icoTl {
	PADDING-LEFT: 4px; DISPLAY: block; BACKGROUND-POSITION: 0px -266px; FLOAT: left;
	font-size:14px; background:none;
}
.float0831 .btnOpen {
	BACKGROUND-POSITION: -30px -396px
}
.float0831 .btnOpen_n {
	BACKGROUND-POSITION: 0px -530px
}
.float0831 .btnCtn {
	BACKGROUND-POSITION: 0px -396px
}
.float0831 .icoZx {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoTc {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .icoFf {
	PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left
}
.float0831 .btnOpen {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen_n {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnCtn {
	POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px
}
.float0831 .btnOpen {
	TOP: 48px; LEFT: 1px
}
.float0831 .btnOpen_n {
	TOP: 48px; LEFT: 1px
}
.float0831 .btnCtn {
	TOP: 48px; LEFT: 2px
}
.float0831 UL LI H3.titDc A {
	WIDTH: 80px; DISPLAY: block; HEIGHT: 36px
}
.float0831 UL LI.top {
	BORDER-BOTTOM: #ace5f9 1px solid
}
.float0831 UL LI.bot {
	BORDER-BOTTOM-STYLE: none
}
.float0831 UL.webZx {
	PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(../Images/webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px
}
.float0831 UL LI.webZx-in {
	BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px
}

.right_tool_bar{position:fixed; _position: absolute; z-index:2000; top:200px;
                 right:9px;}
.right_tool_bar li{height:45px; margin-top:10px;}
.right_tools{float:right; display:block; height:45px; width:45px; overflow:hidden; line-height:45px; text-align:center;
             background:#fff; border-radius:45px; font-size:24px; box-shadow:0px 3px 6px 0px #666;}
.right_tel{background:#004d7a; color:#fff; display:block; width:200px; height:45px; text-align:center; line-height:45px;
           border-radius:45px; font-size:18px; float:right; margin-right:5px;}
.right_erweima{float:right; margin-right:5px; display:block; height:45px;}
.right_qq{background:#004d7a; color:#fff;float:right; margin-right:5px;display:block; width:200px; height:45px; text-align:center; line-height:45px;
           border-radius:45px; font-size:18px; }
.right_ts{ display:none;}


/*To Top*/
p#back-to-top{
    position:fixed;
    display:none;
    bottom:10px;
    right:20px; width:40px; height:40px; background:#004d7a;  border-radius:40px; text-align:center; line-height:42px;
    box-shadow:1px 1px 5px 0px #ccc;
}
p#back-to-top i{
    font-size:20px; font-weight:bold; color:#fff;
}
p#back-to-top i:hover{
    color:#f0b413;
}

.cat_news_box{padding-bottom:50px;}
.art_bottom_title{font-size:14px; display:block; height:30px; line-height:30px;
                  white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;}
.art_bottom_title i{font-size:9px; color:#3e8d32;}

#service2{padding-bottom:60px; min-height:450px; background:#006fe3 url(../Images/banner2.jpg) center center no-repeat;}

#taocan{  padding-bottom:0px; background:#fcfcfc;}
#yewu{padding-bottom:0px; background:#fff;}
.tc_items{border:1px solid #ccc; background:#fff; border-radius:5px; padding:40px 20px; min-height:540px; line-height:26px;
          transition:All 0.4s ease-in-out; margin:20px;}
.tc_items:hover{transform:scale(1.1);}
#tc_qy{transform:scale(1.1); margin:0px; margin-top:18px;}

.tc_title{font-size:22px; font-weight:bold; color:#333; text-align:center; margin-bottom:20px;}
.tc_price{ margin:0 auto; width:180px; height:180px; line-height:120px; text-align:center; border:1px solid #ccc;
           border-radius:180px; font-size:32px; color:#ff7200; font-weight:bold; border:30px solid #f0f0f0;}
.tc_price span{float:right; font-size:12px;color:#2086ee; border:1px solid #2086ee; background:#e8f8fe; padding:3px 6px;
               border-radius:4px; line-height:14px; margin-top:-120px;}
.tc_contact{ margin-top:15px;}
.tc_items ul{}
.tc_items ul li{border-bottom:1px dotted #ccc; padding-top:4px; padding-bottom:4px; line-height:24px; font-size:12px;}
.tc_items ul li span{ font-weight:bold;}
.tc_items ul li span.send{ color:#e60012;}
.tc_items ul li span.tese{ color:#006fe3;}

.right_contentbox{padding:15px; font-size:16px; line-height:24px; padding-top:40px;}

.product_img img{border:1px solid #333;}
.product_box .case_title{ font-size:16px;}
.product_box:hover .case_title{ background:none; color:#004d7a;}

/* @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... } */

.swiper-button-next{margin-right:-40px;}
.swiper-button-prev{margin-left:-40px;}

.bottom_more_link_row{padding-top:30px; padding-bottom:40px;}
.bottom_more_link{ display:block; margin:20px auto; width:180px; padding:13px 20px; font-size:14px; color:#333;
                   border:1px solid #333; border-radius:40px; border:none; background:#f39801;}
.bottom_more_link:hover{ background:#008693; color:#fff;}

#shebei{ background:url(../Images/sbbg.jpg) center bottom no-repeat; padding-bottom:20px;}
.shebeiitems{ background:#fff; box-shadow:2px 2px 6px 0px #eee; transition: all 0.4s;}
.shebeiitems:hover{ background:#fff; box-shadow:2px 2px 6px 0px #ccc;}
.shebeiitems .case_title{ margin:40px 25px 15px 25px; display:block; font-size:16px; font-weight:normal;
                          padding-bottom:20px; }
.shebeiitems .case_title p{ font-size:12px; color:#666; line-height:20px; margin-top:20px;}
.shebeiitems .case_title div{ height:35px; padding-top:15px; }
.shebeiitems .case_title div i{ float:right; color:#909090; font-size:18px;}

.shebeiitems{transition: all 0.8s;}
.shebeiitems:hover{ background:#004d7a;}
.shebeiitems:hover a.case_title{color:#fff;}
.shebeiitems:hover a.case_title p{color:#fff;}
.shebeiitems:hover a.case_title i{color:#fff;}

.top_bnner{background:url(../Images/fbg.png); height:360px; width:100%;}
.top_bnner h2{ font-size:24px; color:#fff; display:block; text-align:center; width:100%; margin-top:270px;
               font-weight:lighter; letter-spacing:4px;}
#absbanner{background:#f9f9f9; background-position:center bottom;}
#absbanner .swiper-slide{height:350px; background-position:center bottom; background-size:cover;}
#casebanner{background:url(../Images/casebg.jpg); background-position:center bottom;}
#servicebanner{background:url(../Images/servicebg.jpg); background-position:center bottom;}
#jobsbanner{background:url(../Images/jobsbg.jpg); background-position:center bottom;}
#shebeibanner{background:url(../Images/shebeibg.jpg); background-position:center bottom;}
#huobanbanner{background:url(../Images/huobanbg.jpg); background-position:center bottom;}
#ctsbanner{background:url(../Images/ctsbg.jpg); background-position:center bottom;}
#contentbanner{background:url(../Images/contentbanner.jpg); background-position:center bottom;}

.huobancontainer{padding-top:130px;}

#news{ background:#fff; padding-bottom:20px;}
#videos{ padding-bottom:20px; background:#f9f9f9;}
.newsbox{height:285px; overflow:hidden; box-shadow:15px 15px 0px 0px #cfcfcf; background:#333;}
.newsbox .carousel-cell{height:285px; width:100%; margin:0px; 
                                          background-position:center top;
                                          background-repeat:no-repeat;}
.newsbox a{background-color:rgba(0,0,0,0.8); height:35px; line-height:35px; padding-left:10px; 
           margin-left:-15px;
           margin-top:250px; color:#fff; display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
           }
.newsbox .flickity-page-dots{ height:25px; top:380px; text-align:right;}
.newsbox .flickity-page-dots .dot{margin-right:5px; margin-left:0px;}

.top_news{}
.top_news li{height:39px; display:block; padding-left:15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.top_news li a{color:#333; font-size:16px;}
.top_news li i{color:#fd8522;}

.news_col{}
.news_col h2{ margin-top:10px;}
.news_col h2 a{ font-size:15px; font-weight:bold;}

#zizhi{}
.parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }


@media screen and (max-width: 320px)
{
    
    }
@media screen and (max-width: 480px)
{   body{padding-bottom:50px; padding-top:30px;}       
    #top_header{padding-top:20px; padding-bottom:20px; background:url(../Images/topbg.jpg) center center no-repeat;}     
    .flickity-prev-next-button{position:absolute;top:50%;width:24px;height:24px;border:none;border-radius:50%;
                           background:#fff;background:hsla(0,0%,100%,.5);cursor:pointer;
                           -webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
    .flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}
    .flickity-page-dots .dot{ display:none;}
   .bbtextme{ margin-top:-20px;}
   #navigation{padding-top:5px; top:0px;}
   #navigation .navbar-default .navbar-toggle{ position:relative; top:4px;}
   #navigation .navbar-default .navbar-collapse{ position:absolute; top:-7px; right:0px; min-height:1000px; width:300px;
                                                  background:#333; padding-left:0px; z-index:10000000;
                                                  box-shadow:-2px 2px 8px 0px #333; }
   #navigation .navbar-default .navbar-collapse .navbar-nav{padding-left:0px; position:relative; left:-115px;
                                                            margin-top:100px;}
   #navigation .navbar-default .navbar-collapse .navbar-nav li{margin-left:0px;}
   #navigation .navbar-default .navbar-collapse .navbar-nav li a{ color:#fff !important; display:block;}
   #navigation .navbar-header .navbar-brand{ background:#292929; display:block; height:50px; padding:0px; padding-left:15px;
                                          padding-right:15px;
                                         position: fixed; _position: absolute; z-index:2000; top:5px; left:0px;
                                         transform:skewX(0deg); padding-top:0px; box-shadow:none;
                                         border-radius:10px 0px 10px 0px;}
#navigation .navbar-header .navbar-brand img{transform:skewX(0deg); height:50px; width:auto; }
   .page_navclass .navbar-default .navbar-brand img{ position:relative; top:0px !important;}
   .page_navclass .navbar-default .navbar-toggle{ position:relative; top:9px !important;}
   
   .page_navclass .navbar-default .navbar-collapse .navbar-nav{padding-left:0px; position:relative; left:-100px;
                                                            margin-top:105px !important;}
   
   
   
/*Pagination*/
.page_box{padding-top:20px; padding-bottom:20px; text-align:center; clear:both; margin-top:20px; line-height:40px;
           width:100%;}
.page_box a{-webkit-border-radius: 5px; -moz-border-radius: 5px;  border-radius: 5px;
	border: 3px solid #f0f0f0; background:#ccc; padding:4px 7px; margin-left:4px; color:#333; }
.page_box a:hover , .page_box a.current{color:#fff; background:#006fe3;}


.next_prev_box{border-top:1px dotted #ccc; border-bottom:3px solid #f0f0f0; line-height:24px; padding-top:14px; 
               padding-left:10px; padding-bottom:14px; font-size:15px; background:#f9f9f9; margin-left:10px; margin-top:20px;}
.next_prev_box a{color:#006fe3; font-weight:bold; font-size:15px;}
#service1{height:auto; overflow-x:hidden; background:#f9f9f9;}
.stothouter{min-height:360px;}
.stitle{font-size:14px; position:relative; top:15px; letter-spacing:0px; }
.stitle p{line-height:20px;}
.stitle p span{font-size:12px; }
.logo{position:relative; top:11px;}
.fh_topbanner{height:160px; overflow:hidden;}
.topbanner_siteconstruction{ background:#fcfcfc url(../Images/fbg.png);}
.fh_topbanner h1{color:#fff; position:relative; top:26px; letter-spacing:1px; font-size:18px; text-shadow:2px 2px 2px #666;}
.fh_topbanner p{color:#fff; position:relative; top:29px; font-size:14px; letter-spacing:2px; text-shadow:2px 2px 2px #666;}

.content_content h1.title{font-size:18px; line-height:24px; margin-top:60px; font-weight:bold; color:#333;}
.art_list h2{ margin-bottom:15px; margin-top:10px; padding-top:0px;line-height:14px;}
.art_list h2 a{font-size:16px;  font-weight:bold; color:#333;}
.art_list p.art_status{ text-align:left; color:#666;}

#slider{border:none;}
#slider , #slider div{height:200px;  padding:0px; margin:0px;}
#slider .col-md-12{padding-right:0px !important; margin-right:0px; }
#slider .col-md-12 .carousel{padding-right:0px !important;}
#slider .col-md-12 .carousel .carousel-cell{width:100%; background-position:center top; margin-right:0px; 
                                            }
#slider .col-md-12 .carousel .carousel-cell .hero-bg{max-width:1100px; margin:0 auto; }
#slider .col-md-12 .carousel .carousel-cell{ background-size:170%;}
.stext1{ font-size:24px; color:#fff; margin-top:-15px; letter-spacing:2px; font-weight:bold;}
.stext2{ display:none;}
.stext3{ display:none;}
.stext4{ font-size:14px; color:#fff; font-weight:lighter; margin-top:0px;}

.block_title{ margin-bottom:0px; margin-top:40px; }
.block_title .block_title_bg{text-align:center;}
.block_title h2{margin:0px; padding:0px; display:inline-block; 
          padding-top:0px; padding-bottom:0px; 
           margin-bottom:20px; }
.block_title h2.nobg{ background:none;}
.block_title h2 a{color:#666; font-size:24px; font-weight:bold; 
                  }
.block_title h2 a:hover{}
.block_title a.morelink{font-size:18px; color:#006fe3; float:right; padding:0px; margin-top:10px;
                        background:#fff; display:block; width:30px; line-height:20px; text-align:center; height:30px;
                        border:1px solid #ccc; padding:3px; border-radius:30px; font-weight:lighter;
                        }
.block_title h2 span{color:#f39801; font-size:14px; font-weight:bold; }
.block_title p{ font-size:12px; letter-spacing:0px; color:#666; margin-bottom:20px; display:none;}


.swiper-slide{padding:20px; padding-top:10px; box-shadow:0 0 8px 1px #ccc; border-radius:4px; 
              min-height:240px; background:#fff; }
.swiper-slide h2{text-indent:0px; margin-top:15px;}
.swiper-slide h2 a{font-size:20px; font-weight:bold; color:#333;}
.swiper-slide{ text-align:center;}
.abstext{ font-size:14px; text-align:left; line-height:24px; margin-bottom:0px; padding-bottom:0px;}
#taocan{  padding-bottom:90px;}
.case_items{border-radius:0px;}
.case_items .case_img img{border-radius:0px;}
.casr_more_btn{ position:relative; top:5px; clear:both; display:block; text-align:center; height:45px; line-height:45px;
                 width:100%;}
.case_cat_links{ display:block; margin-top:8px; margin-bottom:8px;}
.case_items{margin:0px; margin-bottom:15px; padding:0px;}
.case_cat_outer{height:70px; overflow:hidden;}
.jzitems h2{margin-top:0px;}
.jzitems h2 a{font-size:14px; font-weight:bold;}
.sc_items{padding:0px;}
.fcontact , .fprocat , .foth{ position:relative; top:-25px;}

p#back-to-top{
    position:fixed;
    display:none;
    bottom:60px;
    right:20px;
}
#service2{padding-bottom:0px; }
.pagination>li>a, .pagination>li>span, .pagination>li>input {
	position: relative;
	float: left;
	padding: 6px 8px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.float0831 {
	POSITION: fixed; TOP: 80px; RIGHT: -130px; _position: absolute; z-index:2000;
}


#tc_qy{transform:scale(1); margin:0px;}

#abus{ margin-top:0px; margin-bottom:20px;}
#cptjcol{ margin-top:20px; margin-bottom:20px;}
#taocan{ background:#f9f9f9; padding-bottom:0px;}
#service{background:#fcfcfc; padding-bottom:0px;}

.xm_intro h2{}
.xm_intro h2 a{ font-size:14px;display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.serv_ul{min-height:60px; position:relative; top:0px; font-size:12px; color:#333; line-height:18px;}

.product_box .prolisttitle{display:block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:14px;}
.abs_bottom_icon_box{height:auto;color:#fff; margin-top:0px; margin-bottom:0px; padding:15px; 
                     padding-top:17px; border-radius:10px;
                   }
.abs_bottom_box{padding-bottom:0px;}
#yetabbtns{ margin-bottom:0px;}
#yetabbtns div{margin-bottom:00px;}
.indexnews_cat{ font-size:14px;}

.shebeiitems .case_title{ margin:15px; display:block; font-size:16px; font-weight:normal;
                          padding-bottom:20px; }
.shebeiitems .case_title p{ font-size:12px; color:#666; line-height:20px; margin-top:20px;}

#bottombanner1{min-height:500px; background:#004d7a; overflow:hidden; text-align:center; color:#fff !important;}
#bottombanner1 .block_title{color:#fff;}
#bottombanner1 .block_title h2 a{ border-bottom:1px solid #fff; color:#fff;}
#bottombanner1 .block_title span{color:#fff;}
.bottomp1{ font-size:24px; color:#fff; margin:20px auto 20px auto; letter-spacing:0px; font-weight:bold;}
.bottomp2{ font-size:14px; color:#fff; letter-spacing:0px;}

.huobanbanner_icon{ }
.huobanbanner_icon i{display:block; width:145px; height:145px; line-height:145px; text-align:center; font-size:60px;
                     border:1px solid #fff; border-radius:145px; margin:0 auto; margin-top:20px;}
.huobanbanner_icon h2{ font-size:16px; margin-top:15px; margin-bottom:15px;}
.huobanbanner_icon p{font-size:12px; color:#78a1b9; margin-left:0px; margin-right:0px; }

#huobanpagesec{padding-bottom:60px;}
#huobanpagesec .bottomp1{ font-size:24px; color:#004d7a; margin:40px auto 20px auto; letter-spacing:0px; font-weight:bold;}
#huobanpagesec .bottomp2{ font-size:14px; color:#333; letter-spacing:0px;}
#huobanpagesec .huobanbanner_icon i{display:block; width:145px; height:145px; line-height:145px; text-align:center;
                                     font-size:60px;
                     border:1px solid #004d7a; border-radius:145px; margin:0 auto; margin-top:20px; color:#004d7a;}
#huobanpagesec .huobanbanner_icon h2{ font-size:16px; margin-top:15px; margin-bottom:10px;}
#huobanpagesec .huobanbanner_icon p{font-size:12px; color:#666; line-height:18px;}


.top_bnner{background:url(../Images/fbg.png); height:180px; width:100%; overflow:hidden;}
.top_bnner h2{ font-size:14px; color:#fff; display:block; text-align:center; width:100%; margin-top:80px;
               font-weight:lighter; letter-spacing:4px;}
#absbanner{background:url(../Images/2.jpg); background-position:center bottom;}
#casebanner{background:url(../Images/casebg.jpg); background-position:center bottom;}
#servicebanner{background:url(../Images/servicebg.jpg); background-position:center bottom;}
#jobsbanner{background:url(../Images/jobsbg.jpg); background-position:center bottom;}
#shebeibanner{background:url(../Images/shebeibg.jpg); background-position:center bottom;}
#huobanbanner{background:url(../Images/huobanbg.jpg); background-position:center bottom;}
#ctsbanner{background:url(../Images/ctsbg.jpg); background-position:center bottom;}
#contentbanner{background:url(../Images/contentbanner.jpg); background-position:center bottom;}

.product_box .prolisttitle{ margin:0px; display:block; font-size:14px; font-weight:normal;
                          padding-bottom:5px; padding-top:5px; }
#loader{ display:none;}

.swiper-button-next{ display:none;}
.swiper-button-prev{ display:none;}

.slider{width: 100% !important; height:230px; margin:0 auto; overflow: hidden; position:relative; background:#093e96}
.slider .slider-main li{ width:100% !important; }
.slider .slider-main li img{width:650px !important;height:230px !important;position: absolute;left:50%;margin-left:-315px;}

.top_news{ margin-top:30px;}
#slider .text1{ color:#fff; font-size:20px; font-weight:bold; margin-top:0px; letter-spacing:0px;}
#slider .text2{color:#fff; font-size:16px; font-weight:bold; margin-top:20px; }

.abs_bottom_icon_box .btn{ margin-top:10px;}
.abs_bottom_box{ margin-top:10px;}

.news_col{ margin-bottom:30px;}
#news .bottom_more_link_row{ padding-top:0px; padding-bottom:0px;}
#absbanner .swiper-slide{height:180px; background-position:center bottom; background-size:400%;}

    }
@media screen and (max-width: 640px)
{
  
    }
@media screen and (max-width: 768px)
{
   
    }
@media screen and (max-width: 992px)
{
    
    }
@media screen and (max-width: 1024px)
{
    
    }