*{
    margin: 0;
    padding: 0;
}
body,html{
    font-family: "微软雅黑";
    overflow-x: hidden;
}
a{
    text-decoration:none;
    color: #333
}
.inner_c{
    width: 1440px;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #ffffff;
}
.header .header_t{
    width: 100%;
    height: 34px;
    background:#445b70;
}
.header .inner_c{
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.header .inner_c .inner_t{
    position: relative;
}
.header .inner_c .inner_t .telephone{
    position: absolute;
    left:118px;
    top: -30px;
    z-index:99;
    color:#dedede;
    font-size: 14px;
}
.header .inner_c .inner_t .search{
    position: absolute;
    right: 133px;
    top:-30px;
    width: 152px;
    height: 22px;
    border: 1px solid #000;
    border-radius: 10px;
    background:#cbcfd3;
}
.header .inner_c .inner_t .search span{
    text-align: center;
    font-size:12px;
}
.header .inner_c .inner_t .search input{
    width: 120px;
    height: 20px;
    bottom: 0px;
    position: absolute;
    right: 0px;
    border-radius:0 10px 10px 0;
    display: none;
}
.header .inner_c .inner_t .search img{
    margin-left: 10px;
}
.header .inner_c .logo{
    position: absolute;
    left: 120px;
    top: 30px;
    width: 387px;
    height: 53px;
    background-image: url(../images/logo.png);
}
.header .inner_c .logo a{
    width: 387px;
    height: 53px;
    display:block;
    text-indent:-999em;
    overflow:hidden;
}
.header .inner_c .nav{
    width: 821px;
    height: 96px;
    float: left;
    margin-left: 619px;
}
.header .inner_c .nav ul li{
    position: relative;
    float: left;
    width: 94px;
    height: 92px;
    margin-top: 4px;
}
.header .inner_c .nav ul li:hover b{
    position: absolute;
    width: 26px;
    height: 25px;
    top: 20px;
    left:35px;
    background-image: url(../images/home.png);
}
.header .inner_c .nav ul li:hover{
   background:#445b70;
   width: 94px;
   height: 92px;
}
.header .inner_c .nav ul li a{
    color:#445b70;
}
.header .inner_c .nav ul li:hover a{
   color:#fff;
}
.header .inner_c .nav ul li p{
    margin-top: 50px;
    text-align: center;
    font-size:15px;
    font-weight: bold;
    line-height: 17px;
    z-index:99;
    color:#445b70;
}
.header .inner_c .nav ul li p a{
    display:block;
}
.header .inner_c .nav ul li p span{
    font-size:10px;
    font-weight:normal;
}
.banner{
    position: relative;
    width: 100%;
    height: 443px;
    overflow: hidden;
    background:#2c3035;
}
 .banner .pic li{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
    display: none;
}
.banner .pic li.cur{
    display:block;
}
.banner .inner_c{
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.banner .inner_c .sub{
    width: 100px;
    overflow: hidden;
}
.banner .inner_c .sub li{
    float: left;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    margin: 0 10px;
    border-radius: 50%;
}
/*.banner .inner_c .sub li img{
    position: absolute;
    top: -2px;
    display:none;
    left:-2px;
}
.banner .inner_c .sub li.secnd img{
    position: absolute;
    left:-2px;
}
.banner .inner_c .sub li.last img{
    position: absolute;
    left: 211px;
    top: -5px;
}
.banner .inner_c .sub li.on img{
    display:block;
}
.banner .inner_c .sub li.first{
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    margin-right: 88px;
    margin-top: -5px;
    background:#252b4e;
}
.banner .inner_c .sub li.secnd{
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    margin-left:103px;
    margin-top: -5px;
    background:#252b4e;
}
.banner .inner_c .sub li.last{
    margin-right: 0;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    margin-left: 211px;
    margin-top: -5px;
    background:#252b4e;
}*/
.content{
    width: 100%;
    height: 388px;
}
.content .inner_c{
    width: 1440px;
    margin: 0 auto;
    position: relative;
}
.content .inner_c .title_w{
    text-align: center;
    margin: 29px auto;
    line-height: 32px;
    color:#4d4d4d;
}
.content .inner_c .title_w p:first-child{
    font-size:28px;
    font-family: "Arial";
    font-weight: bold;
}
.content .inner_c .title_w p:nth-child(2){
    font-size:22px;
    font-family: "微软雅黑";
    font-weight: bold;
}
.content .inner_c .box{
    width: 1250px;
    height: 266px;
    overflow: hidden;
    margin: 0 auto;

    margin-right: 200px;//中间轮播修改
}
.content .inner_c .pic{
    float: left;
    background:#fff;
    margin-top: 25px;
    margin-left: 230px;
    text-align: center;
    position: relative;
    font-weight: bold;
    color:#6c6c6c;
    width: 30000px;
}
.content .inner_c .pic li{
    float: left;
    margin-right: 56px;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 1px;
}
.content .inner_c .pic li:hover{
    box-shadow: 0 0 5px #999;
}
.content .inner_c .pic li img{
    width: 154px;
    height: 154px;
}
.content .inner_c .pic li.last{
    // margin-right: 0px;
}
.content .inner_c .pic li p:nth-child(2){
    font-family: "微软雅黑";
    margin-top: 12px;
    font-size:16px;
    color:#6c6c6c;
    font-weight:bold;
}
.content .inner_c .pic li p:nth-child(3){
    font-size:13px;
    font-family: Arial;
    color:#cccccc;
}
.content .inner_c .leftBtn{
    width: 14px;
    height: 26px;
    position: absolute;
    margin-top: -125px;
    left:160px;
   background:url(../images/left.png);
}
.content .inner_c .rightBtn{
    width: 14px;
    height: 26px;
    position: absolute;
    margin-top: -125px;
    right:160px;
    background:url(../images/right.png);
}
.content .inner_c ol{
    width: 885px;
    height: 3px;
    position: absolute;
    top: 350px;
    left: 285px;
}
.content .inner_c ol li{
    float: left;
    width: 40px;
    height: 3px;
    background:#4173aa;
    margin-right: 171px;
}
.content .inner_c ol li.last{
    margin-right: 0;
}
.content .inner_c ol li.cur{
    background-color:#d8a01a;
}
.introduce{
    width: 100%;
    height: 504px;
    background:#ebeff8;
    box-shadow:0 4px 7px #A2A0A3 inset;
}
.introduce .inner_c{
     width: 1100px;
     margin: 0 auto;
    padding-bottom: 30px;
}
.introduce .inner_c .in_left{
    float: left;
    width: 500px;
}
.introduce .inner_c .in_left p{
     padding-left:37px;
    font-weight: bold;
    width: 165px;
    height: 35px;
    margin-top: 67px;
    font-size: 18px;
    position: relative;
}
.introduce .inner_c .in_left p b{
    background-image: url(../images/p.png);
    position: absolute;
    width: 35px;
    height: 35px;
    top: -7px;
    left:0;
}
.introduce .inner_c .in_left p span{
    width: 40px;
    height: 4px;
    background:#d8a01a;
    position: absolute;
    top: 50px;
    left: 0;
}
.introduce .inner_c .in_left .box{
    width: 515px;
    height: 221px;
    margin-top: 60px;
    position: relative;
}
.introduce .inner_c .in_left .box p{
    width: 503px;
    padding-left: 0;
    font-size:12px;
    font-weight: normal;
    line-height: 24px;
    font-family: "微软雅黑";
    color:#696969;
}
.introduce .inner_c .in_left .box .move{
    display:block;
    width: 160px;
    height: 37px;
    background:#2c3035;
    position: absolute;
    bottom: 15px;
    left: 0;
    color:#fff;
    text-align: center;
    line-height: 37px;
}
.introduce .inner_c .in_left .box .move:hover{
    color:#2c3035;
    background:#ebeff8;
}
.introduce .inner_c .in_right{
    float: right;
    width: 550px;
    height: 505px;
    position: relative;
}
.introduce .inner_c .in_right p{
    padding-left:37px;
    font-weight: bold;
    width: 254px;
    height: 35px;
    margin-top: 67px;
    font-size: 18px;
    position: relative;
    margin-left: 28px;
}
.introduce .inner_c .in_right p b{
    background-image: url(../images/c.png);
    position: absolute;
    width: 35px;
    height: 35px;
    top: -7px;
    left:0;
}
.introduce .inner_c .in_right p span{
    width: 40px;
    height: 4px;
    background:#d8a01a;
    position: absolute;
    top: 54px;
    left: 0;
}
.introduce .inner_c .in_right .pic{
    width: 514px;
    height: 312px;
    position: absolute;
    left: 35px;
    bottom: 40px;
    background:url(../images/diannao.png) no-repeat;
}
.introduce .inner_c .in_right .pic .imageflow{
    margin-top: 45px;
    margin-left: 10px;
}
.footer{
    width: 100%;
    height: 329px;
    background:url(../images/beijingtiao.png) repeat-x;
    position: relative;
}
.footer .inner_c{
     width: 1100px;
     margin: 0 auto;
}
.footer .inner_c .f_left{
    width: 700px;
    padding-top: 72px;
    float: left;
}
.footer .inner_c .f_left ul{
    float: left;
    margin-right: 40px;
}
.footer .inner_c .f_left ul.last1{
    margin-right: 0;
}
.footer .inner_c .f_left ul li h4{
    margin-bottom: 15px;
    width: 145px;
    height: 35px;
    border-bottom: 1px solid #212427;
}
.footer .inner_c .f_left ul li h4 a{
    color:#f2f2f2;
    display:block;
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
}
.footer .inner_c .f_left ul li p{
    font-size:12px;
    line-height: 24px;
}
.footer .inner_c .f_left ul li p a{
     color:#939393;
}
.footer .inner_c .f_right{
    width: 230px;
    float: right;
    padding-top: 72px;
}
.footer .inner_c .f_right .guanzhu{
    font-size:14px;
    width: 281px;
    height: 34px;
    border-bottom: 1px solid #212427;
}
.footer .inner_c .f_right .guanzhu a{
    color:#fefefe;
    display:block;
    font-size: 14px;
}
.footer .inner_c .f_right .erweima1{

}
/*.footer .inner_c .f_right .erweima2{
    position: absolute;
    right: 0;
    bottom: 0;
}*/
.footer .inner_c .f_right ul{
    margin: 15px 0;
}
.footer .inner_c .f_right ul li{
    float: left;
    width: 24px;
    height: 25px;
    margin-right: 12px;
}
/*.footer .inner_c .f_right ul li.secnd{
    position: absolute;
    width: 24px;
    height: 25px;
    top: 41px;
    left:36px;
}
.footer .inner_c .f_right ul li.last{
    position: absolute;
    width: 24px;
    height: 25px;
    top: 41px;
    left:72px;
}*/
.footer .inner_c .foot .copy{
    width: 675px;
    color:#888889;
    font-size:12px;
    float: left;
}
.footer .inner_c .foot .copy b{
    background:url(../images/copy1.png);
    width: 61px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}
.footer .inner_c .foot .law{
    width: 320px;
   float: right;
    font-size: 12px;
     color:#888889;
    text-align: right;
}


/***********************导航2**************************/
.inside-menu {
    height: 70px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
    display: inline;
}
.inside-menu a.home {
    width: 20px;
    height: 70px;
    background: url("http://www.hzgeg.com/static/web/css/../img/bg_sign06.png") no-repeat center;
}
.inside-menu a {
    display: inline-block;
    font-size: 14px;
    line-height: 70px;
    color: #a3a3a3;
}
.inside-menu span {
    display: inline-block;
    width: 28px;
    height: 70px;
    background: url("http://www.hzgeg.com/static/web/css/../img/bg_sign07.png") no-repeat center;
}
.inside-menu a {
    display: inline-block;
    font-size: 14px;
    line-height: 70px;
    color: #a3a3a3;
}
.inside-menu em {
    display: inline-block;
    font-size: 14px;
    line-height: 70px;
    color: #a3a3a3;
}
.fr {
    float: right;
    display: inline;
}
.inside-menu .menu a {
    position: relative;
    display: inline-block;
    margin: 0 16px;
    font-size: 14px;
    line-height: 70px;
    color: #a3a3a3;
}
.inside-menu .menu a:hover:after, .inside-menu .menu a.cur:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #006ee2;
}
.about-wrap .group, .duty-wrap .group {
    padding: 4.8% 0 6.5%;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 2;
    color: #777;
    text-align: center;
}
.inside-title, .about-wrap .title, .duty-wrap .title, .projects-wrap .tips .title, .bases-wrap .title {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #777;
    text-transform: uppercase;
}
.inside-title p, .about-wrap .title p, .duty-wrap .title p, .projects-wrap .tips .title p, .bases-wrap .title p {
    margin-bottom: -5px;
}
.inside-title span, .about-wrap .title span, .duty-wrap .title span, .projects-wrap .tips .title span, .bases-wrap .title span {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    font-size: 22px;
    line-height: 36px;
    color: #035cac;
}
.left_fwxm .hover{background: url("libgon.png") no-repeat}
.left_fwxm .hover>a{
    color: #FFFFFF;
}
.left_fwxm .hover>a.add{
    background: url("addon.png") left 7px no-repeat;
}
.left_fwxm .active{background: url("libgon.png") no-repeat}
.left_fwxm .active>a{
    color: #FFFFFF;
}
.left_fwxm .active>a.add{
    background: url("addon.png") left 7px no-repeat;
}
.left_fwxm .act{background: url("libgon.png") no-repeat}
.left_fwxm .act>a{
    color: #FFFFFF;
}
.left_fwxm .act>a.add{
    background: url("addon.png") left 7px no-repeat;
}
.other{width: 1100px;margin:15px auto; overflow:hidden;}
.o_left{width: 300px;float: left;}
.o_contact_nav{margin-top: 10px;height: 40px;line-height: 40px;background: #975453; margin-bottom: 15px}
.o_contact_nav p{text-align: center;color: #fff;font-size: 16px;font-family: 'Microsoft Yahei';font-weight: bold;}
.left_fwxm{ /*border:1px #dadada solid;*/}
.left_fwxm ul li{ /*line-height:40px; border-bottom:1px #dadada dotted;*/ padding: 3px 0;min-height:40px;box-sizing: border-box;width: 100%;background: url("libg.png") no-repeat;margin-top:5px}

.left_fwxm ul li a{
    padding-left: 15px;
    margin-left: 15px;

    display: block;

}
.left_fwxm ul li .eng{
    display: block;
    font-size: 12px;
    margin-top: -2px;
}
.one li>a{
    font-weight: 600;
    color: #000;
}
.two li>a{
    font-size: 12px;
   margin-left: 30px!important;
    color: #333;
    font-weight: 400;
}
.three li>a{
    margin-left: 30px!important;
    font-size: 12px;
    color: #666;
    font-weight: 400
}
.left_fwxm .add{
     background: url("add.png") no-repeat left 7px;
 }


.o_contact{border: 1px solid #e1e1e1;padding: 10px;}
.o_contact ul li{line-height: 33px;border-bottom: 1px #dadada dotted;font-size: 12px;font-family: 'Microsoft Yahei';}
.o_right{width: 760px;float: right;border: 1px #dddddd solid;margin-top:10px;}
.o_right_con{padding: 0px 10px 10px 10px;}

.about_nav{height: 40px;border-bottom: 1px #dddddd solid;line-height: 40px;}
.about_nav p{float: left;margin-left: 5px;color: #975453;font-family:'Microsoft Yahei';font-size: 16px;font-weight: bold;}
.about_nav span{float: right;margin-right: 10px;}
.about_con{line-height: 24px;margin-top: 10px;}

.car{margin-top:15px;}
.car ul li{float:left;width:222px;margin: 10px;overflow:hidden;}
.car ul li a.car_img{width:220px;height:183px;overflow:hidden;display:block;border:1px #dadada solid;text-align: center;line-height: 183px}
.car ul li a.car_img img{transition: 1s ease;/*min-width: 100%;*/max-height: 100%;max-width: 100%;vertical-align: middle;
   /* min-height: 100%;width: 100%;*/
   }
.car ul li p{text-align:center;line-height:28px;font-size: 14px;font-family:'Microsoft Yahei';}
/*
.car ul li a.car_img:hover img{transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);display:block;overflow:hidden;}

*/




/********about****/

/*公用*/
.banner-inner {position: relative;overflow: hidden;}
.banner-inner img{
    display: block;
    width: 100%;
}

/*******************************
    -------[=关于我们]-------
********************************/
.p-box-about{
    overflow: hidden;
}
.p-box-about .row1{
    padding: 50px 0;
}
.p-box-about .row1 .cont{
    padding-top: 40px;
    overflow: hidden;
}
.p-box-about .row1 .img{
    float: left;
    margin-right: 50px;
    width: 40%;
}
.p-box-about .row1 .img img{
    display: block;
    width: 100%;
}
.p-box-about .row1 .txt{
    padding-top: 12px;
    overflow: hidden;
    color: #848484;
    line-height: 1.8;
}
.p-box-about .row1 .txt p{
    text-indent: 2em;
    text-align: justify;
}
.p-ban{
    height: 200px;
    height: 300px;
    background: url(../images/imgp-about2.jpg) center;
    background-size: cover;

}
.p-ban .txt{
    padding-top: 52px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.p-ban .txt h6{
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 7px;
    font-weight: normal;
    font-size: 24px;
}
.p-ban .txt h6:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}
.p-box-about .row3{overflow: hidden;}
.p-box-about .row3 .g-tit1{
    margin: 55px 0;
}
.pul-list1{
    overflow: hidden;
}
.pul-list1 li{
    float: left;
    width: 50%;
    min-height: 200px;
    overflow: hidden;
}
.pul-list1 .ico{
    float: left;
    margin: 0 20px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.pul-list1 .ico1{background-image: url(../images/icop-aboutli1.png);}
.pul-list1 .ico2{background-image: url(../images/icop-aboutli2.png);}
.pul-list1 .ico3{background-image: url(../images/icop-aboutli3.png);}
.pul-list1 .ico4{background-image: url(../images/icop-aboutli4.png);}
.pul-list1 .txt{
    overflow: hidden;
    padding-right: 45px;
    font-size: 13px;
    color: #727272;
}
.pul-list1 .txt h6{
    padding-bottom: 2px;
    font-size: 16px;
    color: #4f4f4b;
}
.p-box-about .row4{
    padding: 70px 0;
    background: url(../images/imgp-about21.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.p-box-about .row4 .g-tit1{
    margin-bottom: 90px;
    color: #fff;
}
.p-box-about .row4 .g-tit1 h2{background-image: url(../images/icop-imgbg.png);}
.timeScro{
    position: relative;
    padding: 0 40px;
}
.timeScro:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f6f6f6;
}
.timeScro .item{
    padding-left: 50px;
    -o-transition: 0s;
    -ms-transition: 0s;
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
}
.timeScro .item .col{
    display: block;
    position: relative;
    width: 75%;
    padding: 20px;
    font-size: 13px;
    background-color: #fff;
    color: #6f6f6f;
}
.timeScro .item .col b{
    display: block;
    margin-bottom: 7px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #c1c1c1;
    font-weight: normal;
    color: #4678d3;
}
.timeScro .item .col:after{
    content: '';
    position: absolute;
    left: 0;
    width: 9px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center center;
}
.timeScro .item .col1{
    margin-bottom: 40px;
}
.timeScro .item .col1:after{
    bottom: -24px;
    background-image: url(../images/imgp-dots1.png);
}
.timeScro .item .col2{
    margin-top: 20px;
    margin-left: 60px;
}
.timeScro .item .col2:after{
    top: -24px;
    background-image: url(../images/imgp-dots2.png);
}
.timeScro .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center center;
}
.timeScro .prev{
    left: 0;
    background-image: url(../images/imgp-arrright.png);
}
.timeScro .next{
    right: 0;
    background-image: url(../images/imgp-arrleft.png);
}
.p-box-contcase{
    overflow: hidden;
    padding: 50px 0 45px;
    background-color: #f6f6f6;
}
.p-box-contcase h3{
    padding-bottom: 25px;
    font-weight: normal;
    font-size: 18px;
    color: #4a4a4a;
}
.p-box-contcase h3 span{
    padding-left: 10px;
    font-size: 16px;
}
.p-box-contcase ul{

}
.p-box-contcase ul li{

}
.p-box-contcase ul li *{display: block;}
.p-box-contcase ul a{
    margin-left: 18px;
    font-size: 12px;
    color: #171717;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(6,0,1,.2);
    overflow: hidden;
}
.p-box-contcase ul .img{
    /*  position: relative;
      overflow: hidden;
      padding-top: 64.36%;
      border-bottom: 1px solid #f2f2f2;*/
}
.p-box-contcase ul .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.p-box-contcase ul .txt{
    padding: 13px 10px 8px;
}
.p-box-contcase ul .txt .info{
    padding-top: 2px;
    color: #9c9c9c;
}
.p-box-contcase ul .txt *{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-box-contcase ul a:hover{color: #fff;}
.p-box-contcase ul a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.p-box-contcase ul a:hover .txt{background-color: #345e9e;}
.p-box-contcase ul a:hover .info{color: #fff;}
.p-box-contcase .more{
    padding-top: 20px;
    text-align: center;
}
.p-box-contcase .more a{
    display: inline-block;
    width: 200px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 30px;
    background-color: #345e9e;
    color: #fff;
}
.p-box-contcase .more a:hover{
    opacity: .8;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.m-customers1{background-color: #fff;}

@media only screen and (max-width: 959px) {

}

/*Common For Max 480*/
@media only screen and (max-width: 768px) {
    /*******************************
        -------[=关于我们]-------
    ********************************/
    .p-box-about .row1{padding: 30px 0;}
    .p-box-about .row1 .cont{padding-top: 20px;}
    .p-box-about .row3 .g-tit1{margin: 20px 0;}
    .pul-list1 .ico{width: 40px;height: 40px;margin: 0 10px 0 0;}
    .pul-list1 .txt{padding-right: 10px;}
    .pul-list1 li{min-height: 160px;}

}

@media only screen and (max-width: 600px) {

    /*******************************
        -------[=关于我们]-------
    ********************************/
    .p-box-about .row1 .img{float: none;width: 100%;margin-right: 0;}
    .pul-list1 li{float: none;width: 100%;min-height: auto;padding-bottom: 15px;}
}





.certibox p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background: #ddd;
    color: #333;
    text-align: center;
}
.certibox img{
    width: 100%;
}

.ckmore{
    text-align: center;
    padding: 30px 0;
}
.ckmore a{
    color: #fff;
    font-size: 14px;
    padding: 6px 50px;
    border-radius: 30px;
    background: #e4493e;
}

.ckmore a:hover{
    background: #c8352a;
}

.g-tit1{text-align: center;color: #4f4f4b;}
.g-tit1 h2{
    font-family: "Arial";font-size: 48px;
    line-height: 1em;font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 26px;margin-bottom: 10px;
    background: url(../images/ico-04.png) bottom center no-repeat;
}
.g-tit1 span{font-size: 28px;line-height: 1em;}
.sl-list1{height: 65px;line-height: 64px;border-top: 1px solid #fff;background-color: #efefef;overflow: hidden;}
.sl-list1 ul{float: right;}
.sl-list1 ul li{float: right;padding: 0 11px;font-size: 16px;color: #3c3c3c;}
.sl-list1 ul li a{color: #3c3c3c;}
.sl-list1 ul li a:hover{color: #4a6ca9;}

.horn img{
    max-width: 100%;
}

/******三级目录******/



/**联系我们***/

.linkus{
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
}
.linkus .mapwrap{
    width: 53%;
    height: 400px;
    float: left;
}

.linkus .cominfo{
    width: 46%;
    margin-top: 30px;
    float: right;
}
.linkus .cominfo h5{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 30px;
    text-align: center;
}
.linkus .cominfo p{
    font-size: 14px;
    color: #555555;
    line-height: 1.8;
    text-align: center;
}

.zp-location{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #d5d5d5;
    line-height: 60px;
    text-align: center;
    margin-top: 20px;
}
.zp-location span{
    font-size: 18px;
    color: #975453;
    border-bottom: 2px solid #975453;
    line-height: 59px;
    padding: 0 10px;
    display: inline-block;
}
.zhaopin{
    margin-top: 30px;
}
.zhaopin li{
    padding-bottom: 15px;
    padding-bottom: 15px;
    width: 33.3%;
}
.zhaopin li div{
    padding-top: 80px;
    background: url("zhaopinicon.png") top center no-repeat;
    border: 1px solid #d4d4d4;
    height: 150px;
    cursor: pointer;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.zhaopin li div:hover{
    box-shadow: 0 0 5px #ddd;
}
.zhaopin li h3{
    font-size: 16px;
    text-align: center;
    color: #707070;
    font-weight: 600;
    line-height: 1.8;
    margin-top: 0;
}
.zhaopin li p{
    font-size: 12px;
    text-align: left;
    color: #939191;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px 0;
    text-indent: 28px;
}

.erweima1 img{
    width: 100px;
}


.input_item {margin-top:10px; min-height:40px; margin:0 auto; width:420px; margin-top:10px;}
.input_item span{
    margin-left: 5px;
}
.input_item input{height:40px; line-height:40px; float:left; border-radius:5px; border:1px solid #ccc; width:400px; padding-left:10px;}
.input_item textarea{height:100px; border-radius:5px; border:1px solid #ccc;width:410px; padding:10px; box-sizing:border-box;}
.button{width:200px; height:40px; background:#ff710a; color:#fff; font-size:14px; text-align:center; line-height:40px; border:none; margin:0 auto;}
.item_button{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}