.container-fluid{
    max-width:1230px;
}

.no-margin{margin: 0;}
.carousel-indicators{margin-bottom:0;}
a:hover{ text-decoration:none;}


header{
    line-height: 34px;
    background: #f8f8f8;
    border-bottom: 1px solid #e2e2e2;
    font-size: 12px;
    color: #888;
    font-family: "瀹嬩綋";
}
header p{
    margin: 0;
}
.show{
    display: block;
}
header .container-fluid div a{
    float: left;
    padding: 0 15px 0 38px;
    color: #888;
    position: relative;
}
header .container-fluid div a:hover{
    background: #fefefe;
}
header .container-fluid div a:after{
    content: "";
    right: 0;
    top: 11px;
    height: 12px;
    width: 1px;
    background: #888;
    position: absolute;

}
header .container-fluid div a:nth-child(1):before{
    content: url("../img/house.png");
    position: absolute;
    left: 17px;
    top: 2px;
}
header .container-fluid div a:nth-child(2):before{
    content: url("../img/phone1.png");
    position: absolute;
    left: 17px;
    top: 2px;
}
header .container-fluid div a:nth-child(3):before{
    content: url("../img/star.png");
    position: absolute;
    left: 17px;
    top: 2px;
}
header .container-fluid div a:last-child:after{
    display: none;
}

header .container-fluid div a:last-child{
    padding-right: 0;
}
/*澶撮儴*/
.header{
    height:96px;
    transition: all 0.3s;
    background: #edf5fc;
}
.header .logo{
    line-height:96px;
    transition: all 0.3s;
}
.header .links{
    padding: 23px 100px 0 100px;
    position: relative;
}
.header .links div{
    display: none;
    position: absolute;
    left:50%;
    top: 100%;
    z-index: 9999;
}
.header .links div img{
    max-width: 100%;
}
.header .links a{
    float: left;
    padding: 0 13px;
    position: relative;
}

.header .links a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    width: 1px;
    height: 12px;
    background: #d9e2e8;
}.header .links a:last-child:after{
    display: none;
 }
.header .links a img{
    transition: all 0.3s;
}
.header .links a img:hover{
    transform: rotate(360deg);
}




.header .CALL{
    padding:25px 0 0 76px;
    background: url(../img/phone.png) no-repeat;
    height: 80px;
}
.header .CALL div{
    text-align: right;
    font-size: 16px;
    color: #333;


}
.header .CALL h4{
    font-family: "Arial";
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    color: #2a6ebf;
}




#down{position: absolute;right:15px; top:21px; font-size:30px; color:#2a6ebf;transition: all 0.3s;cursor: pointer;}

#Phone_nav{ background:#000;display:none;position: absolute;left: 0;z-index: 9999;width: 100%;}
#Phone_nav a{display:block; color:#fff;line-height:36px; height:36px; text-align:center; border-top:1px solid #fff; width:100%;}

/*瀵艰埅*/
.daohang{
    height: 48px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c60aa+51,175aa0+51 */
    background: rgb(28,96,170); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(28,96,170,1) 51%, rgba(23,90,160,1) 51%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(28,96,170,1) 51%,rgba(23,90,160,1) 51%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(28,96,170,1) 51%,rgba(23,90,160,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c60aa', endColorstr='#175aa0',GradientType=0 ); /* IE6-9 */

}


#nav{
    position: relative;
}
#nav:before{
    position: absolute;
    content: url("../img/nav_line_03.jpg");
    left: 0;
    top: 17px;
}
#nav>li{
    width: 14%;
    position: relative;
}
#nav>li:after{
    content: url("../img/nav_line_03.jpg");
    position: absolute;
    right: 0;
    top: 17px;
}

#nav>li>a:hover{
    color: #444;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfbfbf+0,ffffff+37,ffffff+56,bfbfbf+100 */
    background: rgb(191,191,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,1) 56%, rgba(191,191,191,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,1) 56%,rgba(191,191,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,1) 56%,rgba(191,191,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */

}
#nav>li> div{
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    width: 100%;
    z-index: 9999;
}
#nav>li> div a{
    font-size: 12px;
    margin: 1px 0;
    color: #fff;
    text-align: center;
    display: block;
    text-align: center;
    width:100%;
    line-height: 48px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c60aa+51,175aa0+51 */
    background: rgb(28,96,170); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(28,96,170,1) 51%, rgba(23,90,160,1) 51%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(28,96,170,1) 51%,rgba(23,90,160,1) 51%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(28,96,170,1) 51%,rgba(23,90,160,1) 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c60aa', endColorstr='#175aa0',GradientType=0 ); /* IE6-9 */

}
#nav>li> div a:hover{
    color: #444;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfbfbf+0,ffffff+37,ffffff+56,bfbfbf+100 */
    background: rgb(191,191,191); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,1) 56%, rgba(191,191,191,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,1) 56%,rgba(191,191,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(255,255,255,1) 37%,rgba(255,255,255,1) 56%,rgba(191,191,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */

}
 #nav>li>a{
     color: #fff;
     line-height: 48px;
     display: block;
     height: 100%;
     width: 100%;
     text-align: center;
     font-size: 12px;
 }

#nav>li:hover div{
    display: block;
}




#nav{margin: 0;}
.banner img{width:100%;}

.banner{
    position: relative
}

.title{
    color: #000;
    padding: 48px 0 30px 0;

}
.title h4{
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    color: #999;
    font-family: "Aparajita";
    text-transform: uppercase;
}

.title p{
    margin:0 0 6px 0;
    font-size:24px;
    font-weight: bold;
    color: #333;
    background: url("../img/title_line.png") no-repeat center center;
    position: relative;
}


.title h5{
    font-size: 12px;
    margin: 0;
    color: #a6a6a6;
    line-height:32px;
    position: relative;
}
.title h5:before{
    content: "";
    left: 50%;
    margin-left: -7px;
    height: 3px;
    background: #bbbbbb;
    position: absolute;
    top: -3px;
    width: 14px;

}


.link a{
    display: inline-block;
    width: 140px;
    line-height: 36px;
    background: #bbbbbb;
    color: #fff;
    margin: 0 6px;
}
.link a.hover{
    background: #2a6ebf;
}
.link{
    margin-bottom: 33px;
}


.tr .row{
    margin: 0 -3px;
    padding: 10px 0;
}
.tr .col-md-3,.floor1 .col-xs-6{
    padding: 0 3px;
}
.tr .box>a{
    display: block;
    height: 180px;
    position: relative;
    overflow: hidden;
}
.tr .box>a:hover{

}
.tr .box>a span{
   position: absolute;
    left: -100%;

    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    text-align: center;
    line-height: 100%;
    transition: all 0.3s;
}
.tr .box p{
    margin: 0;
    line-height: 65px;
    background: #fff;
    padding: 0 20px;
    box-shadow: 0 0 3px #ddd;
}
.tr .box p a{
    float: right;
    font-size: 12px;
    color: #777;
}
.tr .box p a:hover{
    color: #2a6ebf;
}
.tr .box{
    transition: all 0.15s;
    position: relative;
}
.tr .box:hover{
    top: -10px;
    box-shadow: 3px 3px 5px #ddd;
}
.tr .box:hover span{
    left: 0;
}

.more a{
    display: inline-block;
    width: 174px;
    border: 1px solid #d1d1d1;
    border-radius: 25px;
    padding: 2px;
    margin-top: 33px;
}
.more a span{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    background: #d1d1d1;
    color: #fff;
    border-radius: 25px;
}







/*鍏充簬鎴戜滑*/
.About  .title h4,.About  .title p{
    color: #fff;
}
.About{
    background:url("../img/about_bg.jpg") 50% 50%;
    background-size:cover;
    padding-bottom: 50px;
}
.About .title p{
    color: #ef9b04;
    background: url("../img/title_line2.png") no-repeat center center;
}
.About .title h4{
    color: #acacad;
}
.About .title h5{
    color: #acacad;
}
.About .img_box{
    border: 5px solid #656361;
    height: 345px;
    width: 70%;
    overflow: hidden;
    float: left;
}
.About .img_box a{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.About .img_box a:hover{
    transform: scale(1.1);
}
.About .box{
    position: relative;
}
.About .box .text-box{
    padding: 20px 30px 30px 30px ;
    position: absolute;
    right: 0;
    top: 22px;
    width: 50%;
    background: rgba(42,110,191,.85);
    color: #fff;
}
.About .box .text-box div{
    line-height: 30px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 17px;
}
.About .box .text-box a{
    display: inline-block;
    width: 90px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.About .box{
    padding-bottom: 40px;
    border-bottom: 2px solid #605e5c;
    margin-bottom: 35px;
}
.About .box_list{
    padding: 0 15%;

}
.About .box_list .img img{
    max-width: 100%;
}
.About .box_list .img{
    background: rgba(255,255,255,.25);
    border-radius: 50%;
    margin-bottom: 10px;
}
.About .box_list .text{
    color: #fff;
}
.About .box_list h4{
    margin: 0;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}
.About .box_list p{
    margin: 0;
    line-height: 16px;
    font-family: "Aparajita";
    text-transform: uppercase;
    height: 16px;
    overflow: hidden;
}
/*鍏充簬鎴戜滑*/
.About .box_list:hover .img{
    background: #ef9b04;
}
.About .box_list:hover .text{
    color: #ef9b04;
}


/*妗堜緥灞曠ず*/

.zhanshi{
    padding-bottom: 40px;
    background: url("../img/bg01.jpg") 50% 50%;
    background-size:cover;
}

.zhanshi .box>a {
    display: block;
    height: 285px;
}

.btn_left,.btn_right{
    position: absolute;
    width: 43px;
    height: 84px;

}
.btn_left{
    left: -60px;
    top: 50%;
    margin-top:-42px;
    background: url("../img/btn_left.png") no-repeat;
}
.btn_right{
    right: -60px;
    top: 50%;
    margin-top:-42px;
    background: url("../img/btn_right.png") no-repeat;
}

/*妗堜緥灞曠ず*/
.zhanshi2{
    background: url("../img/bg01.jpg") 50% 50%;
    background-size:cover;
    padding-bottom: 50px;
}
.zhanshi2 .box{
    background: #fff;
    padding: 10px 10px 20px 10px;
}

.zhanshi2 .col-md-3,.zhanshi2 .col-xs-6{
    padding: 0 10px;
}

.zhanshi2 .row{
    margin: 0 -10px;
}
.zhanshi2 .box .img_box>a{
    display: block;
    height: 215px;
    position: relative;
    overflow: hidden;
}
.zhanshi2 .box .img_box>a span{

    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,.4);
    transition: all 0.3s;
}
.zhanshi2 .text_box p{
    margin: 0;
    line-height: 44px;
    color: #444;
}
.zhanshi2  .text_box{
    background: #fff;
    border-top: 1px solid #f0f0f0;
    padding-bottom: 20px;
}
.zhanshi2  .text_box h4{
    margin: 0;
}
.zhanshi2  .text_box h4 a{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    color: #444;
}
.zhanshi2 .big_box:hover .box{
    background: #2a6ebf;
}
.zhanshi2 .big_box:hover .text_box{
    background: #2a6ebf;
    color: #fff;
}
.zhanshi2 .big_box:hover .text_box p{
    color: #fff;
}
.zhanshi2 .big_box:hover .text_box h4 a{
    color: #2a6ebf;
    background: #fff;
}
.zhanshi2 .big_box:hover .img_box>a span{
    left: 0;
}
.zhanshi2 .big_box{
    box-shadow: 0px 5px 5px #ddd;
}
.zhanshi2 .big_box{
    margin-bottom: 20px;
}
.zhanshi2 .title p{
    color: #2a6ebf;
}


.News{
    background: #f6f6f6;
    padding-bottom: 50px;
}
.News .title p{
    color: #2a6ebf;
}
.News .row{
    margin: 0 -7px;
}
.News .col-md-4{
    padding: 7px;
}
.News .box{
    background: #eee;
    padding: 22px 40px 30px 40px ;
    position: relative;
}
.News .box .data{
    position: absolute;
    left: 40px;
    top: -20px;
    background: #efa010;
    color: #fff;
    padding: 20px 10px 20px 10px;
}
.News .box .data b{
    display: block;
    font-size: 20px;
    font-family: "Arial";
    line-height: 22px;
    text-align: center;
}
.News .box .data span{
    display: block;
    line-height: 14px;
    font-family: "Arial";
    font-size: 12px;
    text-align: right;
}
.News .box:hover{
    background: #2a6ebf;
    color: #fff;
}
.News .box:hover h4+div{
    color: #fff;
}
.News .box:hover h5 a{
    color: #fff;
}
.News .box h4{
    margin: 0;
    line-height: 44px;
    font-size: 15px;
    height: 44px;
    overflow: hidden;
}
.News .box h5{
    margin: 0;
    line-height: 58px;
    text-align: right;
}
.News .box h5 a{
    color: #333;
}
.News .box h4+div{
    line-height: 24px;
    height: 72px;
    font-family: "瀹嬩綋";
    font-size: 12px;
    color: #888;
    overflow: hidden;
}


/*椤佃剼寮€濮媐ooter1*/

.footer1{
    background: url("../img/footer_bg.jpg") 50% 50%;
    background-size:cover;
    color: #fff;
}
.footer1 a{
    color: #fff;
}
.footer1 .title h4{
    color: #a7a7a8;
}
.footer1 .title p{
    color: #ef9b04;
    background: url("../img/title_line2.png") no-repeat center center;
}

.footer1 .footer_left{

    padding-right: 30px;
}
.footer1 .footer_left h4{
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding-left: 58px;

}
.footer1 .footer_left h4:before{
    content: url("../img/dizhi.jpg");
    position: absolute;
    left: 0;
    top: 0;
}
.footer1 .footer_left h4+p{
    position: relative;
}
.footer1 .footer_left p{
    margin-bottom: 11px;
    padding-left: 58px;
    line-height: 30px;
}
.footer1 .footer_left h4+p:before{
    content: url("../img/phone03.png");
    left: 0;
    top: 0;
    position: absolute;

}
.footer1 input{
    width: 100%;
    border: none;
    height: 32px;
    margin-bottom: 16px;
    padding-left: 10px;
    color: #fff;
    background: rgba(255,255,255,.35);
}
.footer1 textarea{
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,.35);
    color: #fff;
    margin-bottom: 16px;
    padding-left: 10px;
}
.footer1 button{
    width: 100%;
    height: 42px;
    background: rgba(42,110,191,.75);
    color: #fff;
    border: none;


}
.footer2{
   margin-top: 50px;
    border-top: 1px solid #706d6d;
}
.footer2 div{
    line-height: 24px;
    padding: 15px;
}

/*footer3寮€濮�*/
.footer3{height: 50px;position: fixed;bottom: 0;width: 100%;background: #2a6ebf;text-align: center; z-index:9999;border-top: 3px solid #fff;}
.footer3 a{color: #fff;width: 100%;height:50px;display: block;padding-top: 5px;}

.footer3 h5{margin-top: 0;}
.footer3 span{font-size: 18px;}
.footer3 .col-xs-3{padding: 0;}
/*footer3缁撴潫*/

/*鍐呴〉*/
.content{
    background: #f6f6f6;
    padding: 65px 0 50px 0;
    color: #888;
}
.content .content_box .content_left{
    width: 20.8%;
    float: left;
    padding-right: 30px;
}
.content .content_box .content_left h4{
    margin: 0;
    line-height: 35px;
    background:url("../img/fw.png") no-repeat 14px 11px #2a6ebf;
    color: #fff;
    padding-left: 40px;
    font-size: 16px;
}
.content .content_box .content_left h4 span{
    font-family: "Aparajita";
    font-size: 18px;
}
.content .content_box .content_left h4+ul li>a{
    display: block;
    width: 100%;
    line-height: 35px;
    background: url("../img/right1.png") no-repeat 20px center #e9e9e9;
    padding-left:43px;
    color: #888888;
    margin-bottom: 2px;
}
.content .content_box .content_left h4+ul li>a.hover{
    background: url("../img/right1_1.png") no-repeat 20px center #e9e9e9;
    color: #2a6ebf;
}
.content .content_box .content_left h4+ul li>div{
    display: none;
}
.content .content_box .content_left h4+ul{
    margin-bottom: 25px;
}
.content .content_box .content_left h4+ul li>div a{
    display: block;
    width: 100%;
    line-height: 35px;
    background: #f3f3f3;
    color: #888;
   padding-left:43px;
    margin-bottom: 2px;
}
.content .content_box .content_left .address{
    padding: 5px 10px 15px 10px;
    background: #f0f0f0;
    line-height: 24px;
    font-size: 12px;
    color: #888;
}
.content .content_box .content_right{
    width: 79.2%;
    float: left;
}
.content .content_box .content_right .content_title{
    height: 35px;
    padding-bottom: 18px;
    background: url("../img/line.png") repeat-x bottom;
}
.content .content_box .content_right .content_title{
    margin: 0 0 15px 0;
    font-size: 16px;
}
.content .content_box .content_right .content_title p{
     margin: 0;
    font-size: 14px;
 }
.content .content_box .content_right .content_title p a{
    color: #888;
}
.content .content_box .content_right .content_title p span{
    color: #ef9b04;
}
#Phone_nav2{
    display: block;
}
#Phone_nav2 li>a{
    display: block;
    width: 100%;
    line-height: 35px;
    background: #f0f0f0;
    color: #333;
    text-align: center;
    margin-bottom: 2px;
    font-size: 18px;
}
#Phone_nav2 li div{
    display: none;
}
#Phone_nav2 li div a{
    display: block;
    width: 100%;
    line-height: 35px;
    text-align: center;
    background: #f0f0f0;
    color: #888;
    margin-bottom: 2px;
}

/*鍐呴〉*/


/*鍏徃绠€浠�*/
.content .content_box .content_right .jianjie{
    line-height: 30px;
}
/*鍏徃绠€浠�*/

/*浜у搧灞曠ず*/
.content .content_box .content_right .chanpin2 .row{
    margin: 0 -6px;
}
.content .content_box .content_right .chanpin2 .col-md-4,.content .content_box .content_right .chanpin2 .col-md-4{
    padding: 0 6px;
}
/*浜у搧灞曠ず*/

/*鏂伴椈涓績*/
.content .content_box .content_right .xinwen ul li a{
    color: #888;

}
.content .content_box .content_right .xinwen ul li a:hover{
    color: #2a6ebf;
}
.content .content_box .content_right .xinwen ul li{
    position: relative;
    padding-right: 100px;
    line-height: 30px;
    border-bottom: 1px dotted #d7d7d7;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.content .content_box .content_right .xinwen ul li span{
    position: absolute;
    right: 0;
    top: 0;
}
/*鏂伴椈涓績*/
.content .content_box .content_right .xqy p{
    line-height: 30px;
}


@media screen and (max-width: 1180px){
   .btn_left,.btn_right{display: none;}

}
@media screen and (max-width: 1040px){
    /*鍐呴〉*/
    .content .content_box .content_right{
        width: 100%;
    }
    .content .content_box .content_left{
        display: none;
    }
    .content .content_box .content_right .content_title{
        padding: 0;
        text-align: center;
        line-height: 35px;
        background: #2a6ebf;
        color: #fff;
        cursor: pointer;

    }
    .content .content_box .content_right .content_title{

    }
    .content .content_box .content_right .content_title p{
        display: none;
    }

    /*鍐呴〉*/

}

@media screen and (max-width: 1020px){
    footer .footer_right:after{
        display: none;
    }
}


@media screen and (max-width: 991px){
    .container{width:100%;}
    body{padding-bottom: 50px;}
    .header .links{
        display: none;
    }
    .content{
        padding: 20px 0;
    }
    
    /*澶撮儴*/
.header{height:90px; border-bottom:none;}
.header .logo{line-height:90px;}
#down{top: 25px;font-size: 40px;}
    .News .box{
        margin-bottom: 20px;
    }
    #Phone_nav{top: 90px;}

    .Xm .box{
        margin-bottom: 20px;
    }
    .zhanshi2 .big_box{
        margin-bottom: 20px;
    }






    /*鍏充簬鎴戜滑*/

    .About .img_box{
        width: 100%;

    }

    .About .box{
        position: relative;
    }
    .About .box .text-box{
        position: static;
        top: 22px;
        width: 100%;
        margin-bottom: 20px;

    }
    .About .box .text-box div{
        height: auto;
    }


    .About .box_list{
        padding: 0 5%;
        margin-bottom: 20px;

    }





/*鍐呴〉*/
    .content .content_box .content_right{
        width: 100%;
    }
    .content .content_box .content_left{
       display: none;
    }
/*鍐呴〉*/




















    footer .wx{
        width: 100%;
    }
    footer .wx img{
        margin: 0 auto;
    }
    footer .wx p{
        line-height: 30px;
    }

    footer .footer_right{
        margin-left:0;
        padding-left: 0;
        border-left:none;
        width: 100%;
    }

    footer .footer_right p{
        text-align: center;
    }














    
}
@media screen and (max-width: 767px){

    
    /*澶撮儴*/
.header{height:80px;}
.header .logo{line-height:80px;}
.header .logo img{}
#down{ top:23px;font-size: 32px; }

    #Phone_nav{top:80px;}

}


@media screen and (max-width: 600px){

    .header{height:80px;}
    .header .logo{line-height:80px;}



    .footer1 .footer_left{

        padding-right: 0px;
    }





}





























@media screen and (max-width: 500px){

        /*澶撮儴*/
.header{height:50px;}
.header .logo{line-height:50px;}
.header .logo img{width:260px;}
#down{ top:14px; font-size:24px;}
    #Phone_nav{top:50px;}





    .zhanshi .box {
        margin-bottom: 16px;

    }
    .link a{
        margin: 0 2px 3px 0px;
    }











}


@media screen and (max-width: 436px){

    /*澶撮儴*/
    .header{height:50px;}
    .header .logo{line-height:50px;}
    .header .logo img{width:250px;}
    #down{ top:14px; font-size:24px;}
    #Phone_nav{top:50px;}

    .gsjianjie_box .gsjianjie_right .text_box h4 span{
       display: none;
    }



.links a{
    margin: 0;
    margin-bottom: 10px;
    padding: 0 36px;
}






}



@media screen and (max-width: 415px){

    /*甯歌闂*/
    .header .logo img{width: 230px;}
    .floor3 .box_list .text_box p{
        height: 48px;
    }
    .floor3 .box_list .text_box h4{
        font-size: 16px;
        line-height: 35px;
    }

    /*甯歌闂*/





















}


@media screen and (max-width: 376px){



    .header .logo img{}






















    
}




@media screen and (max-width: 361px){




}



@media screen and (max-width: 340px){








    
}

