/* CSS Document */

@charset "utf-8";

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

    margin: 0;

    padding: 0;

    border: 0;

    outline: 0;

    font-size: 100%;

    vertical-align: baseline;

    background: transparent;

}



body {

    font-family:'微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;

    line-height: 1;

    /*min-width:1180px;*/

}

ol, ul {

    list-style: none;

}

blockquote, q {

    quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

    content: '';

    content: none;

}



/* remember to define focus styles! */

:focus {

    outline: 0;

}

/*a:hover{text-decoration:underline;}*/

/* remember to highlight inserts somehow! */

ins {

    text-decoration: none;

}

del {

    text-decoration: line-through;

}

a{ text-decoration:none;

    font-size: 14px;

    color: #067cbf;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -ms-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

    border-collapse: collapse;

    border-spacing: 0;e;}

/* 通用样式 */

.middle{ width:1180px; margin:0 auto;}

.fl{ float:left;}

.fr{ float:right;}

.clear{clear: both;}



.min_img{

    position: relative;

    overflow: hidden;

    display: inline-block;

}



.min_img>img{

    position: absolute;

    overflow: hidden;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    margin: auto;

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    -ms-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

}



.min_img>img:hover{

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}



.max_over{

    display: inline-block;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

}





/*头部引导页开始*/



.hd_top{

    background:  url(../images/bg.jpg) 0 0 no-repeat;

    height: 34px;

    line-height: 34px;

    color: #fff;

    font-size: 12px;

    overflow: hidden;

}



.hd_top h3{

    font-weight: normal;

}



.header_ct a{

    color: #fff;

    padding: 0 24px;

    border-right: solid 1px #5a5a5a;

    display: inline-block;

    height: 34px;

    margin-right: 24px;



}



.header_ct a:nth-child(3){

    margin-right: 0;

    border-right: none;

}



.header_ct span{

    background:  url(../images/top04.png) left center no-repeat;

    line-height: 26px;

    padding-left:28px ;

    margin-left: 28px;

    display: block;

    font-size: 20px;

    color: #ffffff;

    margin-top: 4px;

}





/*头部导航开始*/



.header_nav_logo{

    padding: 10px 0 0;

}





.hd_logo{

    background:  url(../images/c.png) 0 0 no-repeat;

    width: 260px;

    height: 77px;

    display: inline-block;



}



.hd_nav>li>a{

    font-size: 15px;

    color: #000000;

    line-height: 101px;

    padding: 0 3px;

}



.hd_nav>li{

    margin-right: 52px;

    border-bottom: solid 2px #ffffff;

}



.hd_nav>li:hover .a_bg{

    color: #067cbf;

}



.hd_nav>li:hover{

    border-bottom: solid 2px #1583c1;

}



/*banner开始*/

.flexslider{

    position:relative;



    overflow:hidden;

    zoom:1;

}

.flex-viewport{

    max-height:2000px;

    -webkit-transition:all 1s ease;

    -moz-transition:all 1s ease;

    transition:all 1s ease;

}

.flexslider .slides{

    zoom:1;

}

.flex-direction-nav a{

    width:60px;

    height:90px;

    line-height:99em;

    overflow:hidden;

    margin:-60px 0 0;

    display:block;

    background:url(../images/ad_ctr.png) no-repeat;

    position:absolute;

    top:50%;

    z-index:10;

    cursor:pointer;

    opacity:0;

    filter:alpha(opacity=0);

    -webkit-transition:all .3s ease;

    

}

.flex-direction-nav .flex-next{

    background-position:0 -90px;

    right:0;

}

.flex-direction-nav .flex-prev{

    left:0;

}

.flexslider:hover .flex-next{

    opacity:0.8;

    filter:alpha(opacity=25);

}

.flexslider:hover .flex-prev{

    opacity:0.8;

    filter:alpha(opacity=25);

}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{

    opacity:1;

    filter:alpha(opacity=50);

}

.flex-control-nav{

    width:100%;

    position:absolute;

    bottom:10px;

    text-align:center;

}

.flex-control-nav li{

    margin:0 5px;

    display:inline-block;

    zoom:1;

    *display:inline;

}



.flex-control-paging li a{

    background:url(../images/dot.png) no-repeat 0 -16px;

    display:block;

    height:16px;

    overflow:hidden;

    text-indent:-99em;

    width:16px;

    cursor:pointer;

    -webkit-transition: all 0s;

    -moz-transition: all 0s;

    -ms-transition: all 0s;

    -o-transition: all 0s;

    transition: all 0s;

}

.flex-control-paging li a.flex-active{background-position:0 0;}





/*搜索栏目*/



.hot_search{

    height: 39px;

    background: #f4f4f4;

    line-height: 39px;

}



.hot_search{

    font-size: 13px;

    color: #2a2a2a;

}



.hot_search a{

    font-size: 12px;

    color: #5a5a5a;

    margin-right: 10px;

}



.hot_search a:hover{

    color: #1583c1;

}



.ip_search input[type="text"]{

    width: 258px;

    height: 23px;

    background: #fffdff;

    border: solid 1px #a8acbc;

    border-right: none;

    line-height: 25px;

    color: #5a5a5a;

    font-size: 14px;

    padding: 0 11px;

}



.ip_search input[type="submit"]{

    background:  url(../images/ad_home.jpg) 0 0 no-repeat;

    width: 25px;

    height: 25px;

    border: none;

}



.ip_search{

    margin-top: 7px;

}



/*联系方式*/



.main_ct{

    height: 94px;

    background: #f2f3f2;

    margin: 48px 0 24px;

}



.main_ct>ul>li{

    /*width: 259px;*/

    height: 50px;

    border-right: solid 1px #c0c0c0;

    margin-left: 32px;

}



.main_ct>ul>li:nth-child(4){

    border: none;
    
    font-size: 28px;

    color: #252525;
  
    font-weight: bold;
    
    margin-top: 30px ;

}



.ctct{

    font-size: 17px;

    color: #1f1f1f;

    font-weight: bold;

    background:  url(../images/tree.png) 0 0 no-repeat;

    height: 44px;

    padding-left: 67px;

    padding-top: 6px;

}



.ctct>p{

    font-size: 16px;

    color: #1f1f1f;

    font-weight: normal;

    text-transform: uppercase;

    -webkit-transform: scale(0.8,1);

    -moz-transform: scale(0.8,1);

    -ms-transform: scale(0.8,1);

    -o-transform: scale(0.8,1);

    transform: scale(0.8,1);

    margin-left: -22px;

    margin-top: 5px;

}



.main_ct>ul>li{

    margin-top: 22px;

}



.main_ct>ul>li:nth-child(2){

    font-size: 28px;

    color: #252525;

    font-weight: bold;

    background:  url(../images/phhh.png) 0 11px no-repeat;

    padding:10px 0 0 32px;

    width: 200px;

    height: 40px;

}



.main_ct>ul>li:nth-child(3){

    font-size: 28px;

    color: #252525;
  
    font-weight: bold;
  
    /*font-style: italic;

    background:  url(../images/erji.png) 0 10px no-repeat;

    padding:15px 0 0 40px;*/
	
	padding:10px 30px 0 0px;

    width: 324px;

    height: 35px;



}
/*
.main_ct>ul>li:nth-child(3){

    font-size: 22px;

    color: #252525;

    font-style: italic;

    background:  url(../images/erji.png) 0 10px no-repeat;

    padding:15px 0 0 40px;

    width: 219px;

    height: 35px;



}*/


.main_ct>ul>li:nth-child(4)>a{

    width: 152px;

    height: 40px;

    margin-top: 5px;
    

}



.main_ct>ul>li:nth-child(4)>a>img{

    max-width: 152px;

    max-height: 40px;

}





/*产品中心*/

.product_left{

    width: 225px;

}



.product_left>h3{

    height: 52px;

    background: #067cbf;

    line-height: 52px;

    text-align: center;

    color: #ffffff;

}



.product_ul{

    padding: 15px 12px;

    border: solid 1px #d2d2d2;

    border-top: none;

}



.product_ul>li>a{

    font-size: 16px;

    color: #4c4c4c;

    font-weight: bold;

    background:  url(../images/right.png) 15px center no-repeat;

    display: inline-block;

    text-indent: 2em;

    margin: 10px 0;

}





.z_nav>li{

    border: solid 1px #e5e5e5;

    margin-top:3px;

}



.z_nav>li>a{

    display: inline-block;

    font-size: 13px;

    color: #5a5a5a;

    line-height: 30px;

    text-indent: 2.4em;

}





.product_ul a:hover{

    color: #067cbf;

}



.pt_fr_ul>li{

    width: 225px;

    margin-right: 13px;

    margin-bottom: 10px;

}



.pt_fr_ul>li:nth-child(4n){

    margin-right: 0;

}



.pt_img{

    width: 225px;

    height: 222px;

    border: solid 1px #e5e5e5;





}



.pt_img>img{

    max-width: 225px;

    max-height: 222px;

}



.product_right{

    width: 940px;

}



.pt_hd{

    min-height: 30px;

    margin-top: 5px;

    font-size: 13px;



}



.pt_hd>a{

    color: #333333;

    line-height: 1.3em;

}



.pt_hd>a:hover{

    color: #067cbf;

}



.pt_hd>a>p{

    max-width: 195px;

    overflow: hidden;
	
	line-height:24px;
	
	min-height: 48px;

    /*-ms-text-overflow: ellipsis;

    text-overflow: ellipsis;
	
    -webkit-line-clamp:2;

    white-space: nowrap;*/

}



.pt_hd>a:nth-child(2){

    background:  url(../images/pt.png) 0 0 no-repeat;

    width: 17px;

    height: 17px;

    margin-top: 10px;

}



/*案例开始*/

.demo_hd{

    height: 35px;

    line-height: 35px;

    border-bottom: solid 1px #e5e5e5;

    cursor: pointer;

    margin-top: 48px;

}



.demo_hd>h3{

    font-size: 20px;

    color: #000000;

    font-weight: normal;

    border-bottom: solid 2px #067cbf;

}



.demo_hd>a{

    background:  url(../images/pt.png) 0 0 no-repeat;

    width: 17px;

    height: 17px;

    display: inline-block;

    margin-top: 10px;

}





.marquee {

    height:138px;

    overflow:hidden;

    margin-top:20px;

}

.marquee li{

    display:inline;

    float:left;

    margin-right:9px;

}

.marquee li a{

    width:189px;

    height:138px;

    display:block;

    float:left;

    text-align:center;

}



.marquee li img {

    max-width: 189px;

    max-height: 138px;

}



/*选择开始*/

.chosse{

    background:  url(../images/02.jpg) 0 0 no-repeat;

    height: 96px;

    color: #ffffff;

    margin: 33px 0 11px;

}



.choose_left{

    font-size: 20px;

    width: 417px;

    padding: 21px 7px;

}



.choose_left>p:nth-child(2){

    font-size: 14px;

    font-weight: bold;

}



.choose_left>p:nth-child(2)>span{

    font-size: 34px;

    font-style: italic;

}



.choose_right{

    width: 634px;

    padding: 28px 7px;

    line-height: 1.5em;

    font-size: 13px;

}



/*一屋不扫*/

.youshi>li{

    width: 511px;

    height: 108px;

    background: #f9f9f9;

    padding:18px 37px;

    cursor: pointer;

    -webkit-transition: all 1s;

    -moz-transition: all 1s;

    -ms-transition: all 1s;

    -o-transition: all 1s;

    transition: all 1s;

    margin-right: 10px;

    margin-bottom: 10px;

}



.youshi>li:nth-child(2n){

    margin-right: 0;

}



.youshi>li:hover{

    background: #067cbf;

}



.youshi>li:hover .ys_p{

    color: #ffffff;

}



.youshi>li:hover .ys_icn{

    background-position:0 -110px;

}



.youshi>li:hover .ys_th{

    background:  url(../images/snj_h.png) 0 0 no-repeat;

    color: #ffffff;

}



.ys_icn{

    width: 110px;

    height: 110px;

    background:  url(../images/yo01.png) 0 0 no-repeat;

}



.ys_icn2{

     background:  url(../images/yo02.png) 0 0 no-repeat;

}



.ys_icn3{

    background:  url(../images/yo03.png) 0 0 no-repeat;

}



.ys_icn4{

    background:  url(../images/yo04.png) 0 0 no-repeat;

}





.ys_text{

    width: 370px;

    height: 80px;

    margin-top: 13px;

    margin-left: 20px;

}



.ys_text>h3{

    font-size: 22px;

    color: #0e0e0e;

    font-weight: normal;

    background:  url(../images/snj.png) left center no-repeat;

    padding-left: 20px;

    margin-bottom: 15px;



}



.ys_text>h3>span{

    font-size: 15px;

    text-transform: uppercase;



}



.ys_text>p{

    font-size: 13px;

    color: #646464;

    line-height: 1.6em;

}



.news{

    margin-bottom: 25px;

}



.news_de{

    width: 381px;

}



.news_ul{

    margin-top: 13px;

}



.news_ul>li{

    height: 35px;

    line-height: 35px;

    border-bottom: dashed 1px #e7e7e7;

}



.news_ul>li>a{

    font-size: 15px;

    color: #4b4b4b;

    display: inline-block;

    max-width: 252px;

    overflow: hidden;

    -ms-text-overflow: ellipsis;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.news_ul>li>a:hover{

    color: #067cbf;

}



.news_ul>li>p{

    font-size: 15px;

    color: #4b4b4b;

    cursor: pointer;

}



.news_de{

    margin-right: 18px;

}



.news_de2{

    margin-right: 0;

}



.demo_hd2{

    border-bottom: none;

}



.fd_ul{

    margin-top: 5px;

}



.fd_ul>li>a{

    font-size: 14px;

    color: #5a5a5a;

}



.fd_ul>li>a:hover{

    color: #067cbf;

}



.fd_ul>li{

    margin-right: 16px;

    margin-top: 20px;



}





/*底部开始*/

.footer{

    background:  url(../images/bg-foot.jpg) 0 0 repeat;

    height: 139px;

    border-top: solid 8px #ffcc33;

    margin-top: 35px;

    text-align: center;

    padding:23px 0 10px ;

}





.footer_nav{

    display: inline-block;

    margin-bottom: 10px;

}



.footer_nav>li>a{

    font-size: 13px;

    color: #e1e1e1;

    padding: 0 12px;

}



.footer_nav>li>a:hover{

    color: #ffffff;

}



.footer p{

    font-size: 13px;

    color: #c8c8c8;

    margin-bottom: 15px;

}





.ft_img{

    background:  url(../images/bing.png) 0 0 no-repeat;

    width: 24px;

    height: 22px;

    margin: 0 auto;

}



.this_add{

    font-size: 13px;

    color: #4e4e4e;

    margin-bottom: 20px;

}



.this_add a{

    color: #4e4e4e;

}



.this_add a:hover{

    color: #067cbf;

}



.this_add a:last-of-type{

    color: #067cbf;

}



/*-------------------------------------产品中心-------------------------------------*/

.demo_hd2{

    margin-top: 14px;

    border-bottom: solid 1px #d6d6d6;

}



.demo_hd2>h3{

    width:125px ;

    font-size: 18px;

}



.pt_ml{

    width: 448px;

    height: 448px;

    border: solid 1px #e7e7e7;

}



.pt_ml>img{

    max-width: 448px;

    max-height: 448px;

}



.pt_mr{

    width: 425px;

}



.pt_ms{

    font-size: 19px;

    color: #ffffff;

    border-bottom: solid 1px #cbcbcb;

}



.pt_ms>p{

    width: 97px;

    height: 27px;

    background: #067cbf;

    text-align: center;

    line-height: 27px;

    cursor: pointer;

}



.pt_mr>h1{

    font-size: 24px;

    color: #353535;

    margin-top: 58px;

}



.pt_gg{

    font-size: 15px;

    color: #b2b2b2;

    border-bottom: dashed 1px #c8c8c8;

    background:  url(../images/gry.png) left 3px no-repeat;

    padding-left: 15px;

    height: 25px;

    margin-top: 20px;

}



.cp_xq{

    font-size: 13px;

    color: #675e5f;

    line-height: 1.5em;

    margin-top: 25px;

}



.cp_xq>p{

    margin-bottom:10px ;

}



.cp_xq>p>span{

    margin-left: 20px;

    display: inline-block;

}



.pt_mr>p{

    font-size: 12px;

    color: #675e5f;

    margin-top: 20px;

    line-height: 1.5em;



}



.pt_main{

    margin-top: 25px;

}



.pt_tp{

    margin-top: 44px;

}



.product_show{

    font-size: 15px;

    color: #5a5a5a;

    padding-top: 25px;

}



.product_show p{

    margin: 15px 0;

}



.product_show img{

    display: block;

    margin: 0 auto;

    max-width: 100%;

}



.product_ul2>li{

    border-bottom: solid 1px #e6e6e6;

}



.product_show>h1{

    font-size: 28px;

    color: #323232;

    text-align: center;

    font-weight: normal;

}



.shj{

    font-size: 12px;

    color: #a1a1a1;

    text-align: center;

    margin: 35px 0;

}



.news_new>li{

    line-height: 50px;

    border-bottom: 1px dashed #e7e7e7;

}





.news_new>li>a{

    font-size: 15px;

    color: #4b4b4b;

    max-width: 703px;

}



.news_new>li>a:hover{

    color: #067cbf;

}



.news_new>li>p{

    font-size: 13px;

    color: #9d9d9d;

}



	//返回顶部
	$(document).ready(function(){
	//首先将#back-to-top隐藏
	$("#back-to-top").hide();
	//当滚动条的位置处于距顶部100像素以下时，跳转链接出现，否则消失
	$(function () {
		$(window).scroll(function(){
			if ($(window).scrollTop()>100){
				$("#back-to-top").fadeIn(500);
			}
			else{
				$("#back-to-top").fadeOut(500);
			}
		});
		//当点击跳转链接后，回到页面顶部位置
		$("#back-to-top").click(function(){
			$('body,html').animate({scrollTop:0},500);
			return false;
		});
	});
});


























