@charset "utf-8";
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}
*{
    box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box; 
}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}
.pro_list .swiper-no-swiping{
    width:1440px;
    overflow: hidden;
    margin: 0 auto;
    margin-left: -120px;
}
.abt .tit span{
    color:#fff;
    margin-top: 10px;
}
.tit{text-align: center;font-weight: normal;}
.choose span{display: inline-block;font-size: 40px;color: #fff;line-height: 45px;background: url(../images/choosebg.png);background-size: cover;width: 464px;height: 67px;line-height: 60px;background-repeat: no-repeat;background-position: center;position: absolute;z-index: 6;margin-left: -232px;}
.choose  b{
    border-bottom: 1px solid #9a9a9a;
    width: 1440px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -720px;
    z-index: 1;
    top: 34px;
}
.tit i{display:block;font-size: 22px;color: #000;line-height: 30px;padding-top: 24px;}

/*banner*/
.banner{height: 970px;overflow: hidden;}
.banner .bd li{height: 970px;background: url(../images/banner.jpg) no-repeat center 0;}
.banner .bd li a{display: block;height: 970px;}


/*yz*/
.yz{height: 144px;position: relative;}
.yz_con{position: absolute;width: 1200px;/* height: 320px; */background: #fff;left: 50%;bottom: 90px;padding-top: 10px;margin-left: -600px;box-shadow:-4px 12px 35px 0px rgba(3,3,3,0.08);z-index: 100;border-radius: 10px;}
.yz_con h2{font-size: 45px;color: #000;line-height: 45px;font-weight: normal;text-align: center;padding: 60px 0;}
.yz_con h2 em{color: #ffd200;}
.yz_con ul{
    text-align:center;
}
.yz_con li{/* float: left; */display: inline-block;width: 20%;height: 70px;text-align: center;vertical-align: bottom;position: relative;transition: all 0.5s;}
.yz_con li:after{position: absolute;width: 1px;height: 86px;content: "";background: #e5e5e5;right: -1px;top: 2px;}
.yz_con li p{font-size: 18px;color: #444;line-height: 16px;}
.yz_con li span{display: block;height: 60px;font-size: 20px;color: #000;line-height: 60px;font-weight: bold;}
.yz_con li b{font-family: Arial;}
.yz_con li em{display: inline-block;width: 32px;height: 32px;line-height: 32px;text-align: center;font-size: 18px;color: #000;font-weight: normal;background: #f1c500;border-radius: 100%;vertical-align: top;margin-top: 14px;margin-left: 5px;}
.yz_con li:nth-child(2){width: 190px;/* padding-left: 60px; */}
.yz_con li:nth-child(3){width: 220px;/* padding-left: 75px; */}
.yz_con li:nth-child(4){width: 200px;/* padding-left: 75px; */}
.yz_con li:nth-child(5){/* float: right; *//* width: 182px; */overflow: hidden;}
.yz_con li:hover{transform: translateY(-10px);}

/*pro*/
.pro{
    padding-bottom: 90px;
    width: 1440px!important;
}
.pro h2{margin-bottom: 20px;}
.pro_l{float: left;width: 322px;}
.pro_t{height: 136px;background: url(../images/pro_t.jpg) no-repeat;padding-left: 78px;}
.pro_t span{display: block;font-size: 26px;color: #fff;line-height: 26px;padding: 32px 0 15px;}
.pro_t i{display: block;font-size: 14px;color: #fff;line-height: 20px;opacity: 0.6;text-transform: uppercase;}
.pro_ctg{background: #e9e9e9;padding: 60px 20px 0;}
.pro_ctg li{position: relative;margin-bottom: 30px;}
.pro_ctg li:after{position: absolute;width: 242px;height: 1px;background: #a3a3a3;content: "";left: 0;bottom: -1px;}
.pro_ctg li:last-child{margin-bottom: 0;overflow: hidden;}
.pro_ctg li h3{height: 28px;line-height: 28px;color: #363636;font-size: 20px;}
.pro_ctg li h3 a{display: block;color: #363636;padding-left: 40px;}
.pro_ctg li:nth-child(1) h3{background: url(../images/pro_ic1.png) no-repeat left center;}
.pro_ctg li:nth-child(2) h3{background: url(../images/pro_ic2.png) no-repeat left center;}
.pro_ctg li:nth-child(3) h3{background: url(../images/pro_ic3.png) no-repeat left center;}
.pro_ctg li:nth-child(4) h3{background: url(../images/pro_ic4.png) no-repeat left center;}
.pro_ctg li p{padding: 14px 0 24px;}
.pro_ctg li p a{float: left;font-size: 18px;color: #333;line-height: 36px;width: 50%;}
.pro_ctg li p a:nth-child(2n){float: right;width: 120px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.pro_ctg li p a:hover{color: #f1c500;}
.pro_ctg li.last p a:nth-child(2n){width: 135px;}
.pro_l .tel{height: 120px;background: #eed14f;padding-top: 40px;text-align: center;}
.pro_l .tel i{display: block;font-size: 20px;color: #837227;line-height: 20px;position: relative;}
.pro_l .tel i:before{position: absolute;width: 36px;height: 1px;background: #776827;content: "";left: 28px;top: 10px;}
.pro_l .tel i:after{position: absolute;width: 36px;height: 1px;background: #776827;content: "";right: 28px;top: 10px;}
.pro_l .tel b{display: block;font-size: 37px;color: #000000;line-height: 40px;font-family: Arial;padding-top: 16px;}
.pro_r{width: 100%;}
.pro_r .pro_n  ul{
    text-align: center;
    font-size: 0;/* 所有浏览器 */
    *
    word-spacing:-1px;/* 使用word-spacing 修复 IE6、7 中始终存在的 1px 空隙，减少单词间的空白（即字间隔） */
    margin-bottom: 20px;
}
.pro_n li{width: 211px;height: 66px;line-height: 66px;border: 1px solid #c5c5c5;display: inline-block;font-size: 12px;letter-spacing: normal;/* 设置字母、字间距为0 */word-spacing: normal; /* 设置单词、字段间距为0 */margin-left: -1px;}
.pro_n li a{display: block;font-size: 18px;color: #282828;height: 66px;padding-left: 10px;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;/* 设置字母、字间距为0 */ /* 设置单词、字段间距为0 */}
.pro_n li i{display: inline-block;width: 28px;height: 28px;vertical-align: top;margin: 19px 18px 0 0;}
.pro_n li .i1{background: url(../images/pro_ic5.png) no-repeat;}
.pro_n li .i2{background: url(../images/pro_ic6.png) no-repeat;}
.pro_n li .i3{background: url(../images/pro_ic7.png) no-repeat;}
.pro_n li .i4{background: url(../images/pro_ic8.png) no-repeat;}
.pro_n li .i5{background: url(../images/pro_ic9.png) no-repeat;}
.pro_n li .i6{background: url(../images/pro_ic10.png) no-repeat;}
.pro_n li:hover{background: #f1c500;border-color: #f1c500;}
.pro_n li:hover i{background-position: 0 -28px;}
.pro_list{
    text-align: center;
    margin-top: -10px;
}
.pro_list dl{width: 406px;margin-top: 22px;border: 1px solid #f5f5f5;margin-right: 20px;display: inline-block;}
.pro_list dl:nth-child(3n){margin-right: 0;}
.pro_list dt{height: 228px;overflow: hidden;}
.pro_list dt img{width: 100%;/* height: 206px; */transition: all 0.5s;}
.pro_list dt:hover img{transform: scale(1.05);}
.pro_list dd{/* height: 123px; */padding: 0 22px;}
.pro_list dd h4{font-size: 24px;line-height: 56px;font-weight: normal;}
.pro_list dd h4 a{display: block;color: #000;background: url(../images/pro_jt1.png) no-repeat right center;font-size: 18px;}
.pro_list dd p{font-size: 17px;color: #666;line-height: 26px;}
.pro_list dd p i{display: inline-block;padding-left: 26px;vertical-align: top;margin-right: 25px;height: 30px;}
.pro_list dd p i:nth-child(1){background: url(../images/caiz1.png) no-repeat left 3px;}
.pro_list dd p i:nth-child(2){background: url(../images/caiz2.png) no-repeat left 3px;}
.pro_list dd p i:nth-child(3){background: url(../images/caiz3.png) no-repeat left 3px;}
.pro_list dl:hover{border-color: #e9bf01;}
.pro_list dl:hover dd{background: #e9bf01;}
.pro_list dl:hover dd h4 a{background: url(../images/pro_jt2.png) no-repeat right center;}
.pro_list dl:hover dd p{color: #282828;}

/*case*/
.case{padding: 40px 0;background: #efefef;}
.case h3{height: 64px;margin: 50px 0 28px;text-align: center;}
.case h3 a{display: inline-block;width: 242px;height: 60px;line-height: 60px;font-size: 24px;color: #191a1c;border: 2px solid #f1c500;margin: 0 15px;vertical-align: top;background: #fff;}
.case h3 a:hover{background: #f1c500;box-shadow:0px 8px 12px 0px rgba(0, 0, 0, 0.32);}
.case_con{position: relative;height: 786px;}
.case_ct{position: absolute;width: 1440px;height: 190px;background: #fff;left: 50%;margin-left: -720px;bottom: 0;z-index: 10;}
.case_ct:after{position: absolute;width: 1px;height: 130px;content: "";background: #949494;left: 50%;top: 60px;}
.case_bd{width: 100% !important;}
.case_bd dl{width: 100% !important;height: 716px;position: relative;}
.case_bd dt img{position: absolute;width: 1920px;height: 716px;left: 50%;margin-left: -960px;top: 0;}
.case_bd dd{position: absolute;width: 516px;padding: 0 60px 0 100px;left: 47%;height: 190px;bottom: -70px;z-index: 20;}
.case_bd dd h4{font-size: 26px;color: #333;height: 50px;line-height: 50px;margin: 30px 0 15px;}
.case_bd dd .t1{background: url(../images/case_01.png) no-repeat;}
.case_bd dd .t2{background: url(../images/case_02.png) no-repeat;}
.case_bd dd .t3{background: url(../images/case_03.png) no-repeat;}
.case_bd dd p{float: left;font-size: 18px;color: #7c7c7c;line-height: 30px;width: 290px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.case_bd dd p:nth-child(2n){float: right;width: 220px;}
.case_list{float: left;/*width: 490px;*/padding: 0 30px;margin-left: 6px;margin-top: 50px;position: relative;}
.case_list li{float: left;width: 121px;height: 114px;margin-right: 10px;border: 1px solid transparent;overflow: hidden;text-align: center;}
.case_list li img{display: block;height: 100%;margin: 0 auto;max-width: 1200px;}
.case_list li.on{border-color: #e9bf01;}
.case_list li:last-child{margin-right: 0;}
.case_list .prev{position: absolute;width: 18px;height: 23px;background: url(../images/case_lt.png) no-repeat;left: 0;top: 52px;}
.case_list .next{position: absolute;width: 18px;height: 23px;background: url(../images/case_rt.png) no-repeat;right: 0;top: 52px;}
.case_list .prev:hover{background: url(../images/case_lt2.png) no-repeat;}
.case_list .next:hover{background: url(../images/case_rt2.png) no-repeat;}
.case_list .tempWrap{width: 100% !important;}
.case .tit{
    /* margin-bottom: 80px; */
}
/*gy*/
.gy{padding: 30px 0 30px;width: 1440px!important;}
.gy_list dl{float: left;width: 348px;/* height: 370px; */position: relative;margin-right: 15px;}
.gy_list dl:last-child{margin-right: 0;}
.gy_list dt{/* height: 302px; */}
.gy_list dd{width: 252px;height: 134px;text-align: center;border: 1px solid #f1c500;position: relative;background: #fff;margin: 0 auto;}
.gy_list dd b{display: block;font-size: 18px;color: #282828;line-height: 18px;padding: 24px 0 14px;}
.gy_list dd i{display: block;font-size: 14px;color: #282828;text-transform: uppercase;line-height: 20px;}
.gy_list dd:after{position: absolute;width: 50px;height: 1px;content: "";background: #191a1c;left: 50%;margin-left: -25px;bottom: 30px;}
.gy_list dl:hover dd{background: #f1c500;border-color: #f1c500;}

/*ys*/
.ys{padding-top: 64px;background: url(../images/ys_bg.jpg) no-repeat center 0;}
.ys h2{text-align: center;font-weight: normal;color: #fff;}
.ys h2 b{display: block;font-size: 48px;line-height: 48px;height: 98px;}
.ys h2 em{display: inline-block;font-size: 94px;line-height: 72px;vertical-align: bottom;color: #f1c500;}
.ys h2 b img{vertical-align: bottom;}
.ys h2 i{display: block;font-size: 30px;line-height: 30px;padding-top: 14px;}
.ys ul{height: 66px;text-align: center;margin: 44px 0 50px;}
.ys li{display: inline-block;height: 64px;line-height: 64px;width: 190px;background: #fff;border: 1px solid #f1c500;font-size: 24px;color: #000;font-weight: bold;margin: 0 5px;}
.ys li img{vertical-align: top;margin: 20px 14px 0 0;height: 24px;}
.ys li.on{background: #f1c500;border-color: #e7e8e7;}
.ys_con{position: relative;}
.ys_bd dl{height: 572px;position: relative;}
.ys_bd dt{float: right;width: 1066px;height: 572px;margin-right: -360px;}
.ys_bd dt img{width: 1066px;height: 572px;}
.ys_bd dd{float: left;width: 494px;height: 492px;}
.ys_bd dd h3{height: 38px;margin: 72px 0 24px;}
.ys_bd dd h3 span{display: inline-block;font-size: 38px;line-height: 38px;color: #fff;position: relative;}
.ys_bd dd h3 span:after{position: absolute;width: 78px;height: 2px;background: #f1c500;content: "";right: -88px;top: 18px;}
.ys_bd dd p{font-size: 18px;color: #fff;line-height: 26px;}
.ys_bd dd .p1{font-size: 20px;color: #fff;line-height: 30px;margin-top: 42px;}
.ys_bd dd p em,.ys_bd dd p b{color: #f1c500;}
.ys_con .prev{position: absolute;left: 0;bottom: 80px;width: 64px;height: 63px;}
.ys_con .next{position: absolute;left: 65px;bottom: 80px;width: 64px;height: 63px;}
.hn_li li:hover span{
    background:#f1c500;
}
/*hn*/
.hn{padding: 45px 0 95px;}
.hn h2{height: 30px;line-height: 30px;font-size: 22px;color: #2b2927;padding-left: 15px;border-left: 6px solid #f1c500;margin-bottom: 42px;}
.hn_li li{float: left;width: 194px;
    /* margin-right: 57.5px; */
    margin-right: 10px;

}
.hn_li li img{display: block;width: 100%;}
.hn_li li span{display: block;height: 46px;line-height: 46px;text-align: center;font-size: 18px;color: #282828;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;background: #efefef;}
.hn_li .tempWrap{width: 100% !important;}


/*ser*/
.ser{padding-top: 40px;background: url(../images/ser_bg.jpg) no-repeat center 0;}
.ser h2{height: 124px;position: relative;}
.ser_pic{height: 480px;}
.ser_pic img{display: block;margin-left: -120px;}
.ser_con{width: 1440px;margin-left: -120px;background: #fff;height: auto;}
.ser_list{width: 1200px;margin: 0 auto;padding-top: 40px;}
.ser_list ul{
    margin-top:10px;
    overflow:hidden;
    padding-bottom: 35px;
    border-bottom: 1px solid #eaeaea;
}
.ser_list li{float: left;width: 25%;/* height: 136px; */text-align: center;}
.ser_list li .icon{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #c5a40c;
    position: relative;
    margin: 0 auto;
}
.ser_list li span{
    width: 100px;
    height: 100px;
    display:block;
    background: #a5a5a5cc;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
}
.ser_list li span em{
    display:block;
    width:100px;
    height:100px;
    background: url(../images/proicon1.png);
    background-size: 100%;
}
.ser_list li:nth-child(2) span em{
     width:100px;
     height:100px;
     background: url(../images/proicon2.png);
     background-size: 58%;
     background-position: center;
     background-repeat: no-repeat;
}
.ser_list li:nth-child(3) span em{
     width:100px;
     height:100px;
     background: url(../images/proicon3.png);
     background-size: 58%;
     background-position: center;
     background-repeat: no-repeat;
}
.ser_list li:nth-child(4) span em{
     width:100px;
     height:100px;
     background: url(../images/proicon4.png);
     background-size: 58%;
     background-position: center;
     background-repeat: no-repeat;
}
.ser_list li h3{font-size: 26px;color: #000;line-height: 26px;height: 50px;position: relative;padding-top: 24px;margin-bottom: 16px;}
.ser_list li h3:after{position: absolute;width: 50px;height: 2px;background: #000;content: "";left: 50%;margin-left: -25px;bottom: 0;}
.ser_list li p{font-size: 18px;color: #282828;line-height: 24px;}
/* .ser_list li.cur{/* background: #f1c500; */} */
.ser_list li.cur h3:after{background: #fff;}
.cess{width: 1200px;margin: 62px auto 0;padding-bottom: 44px;background: url(../images/cess_bg.png) no-repeat bottom;}
.cess h2{height: 30px;line-height: 30px;font-size: 22px;color: #2b2927;padding-left: 15px;border-left: 6px solid #f1c500;margin-bottom: 40px;}
.cess li{float: left;width: 112px;margin-right: 69px;}
.cess li:last-child{margin-right: 0;}
.cess li i{display: block;height: 111px;position: relative;border: 3px solid #efefef;overflow: hidden;}
.cess li i:after{position: absolute;width: 88px;height: 92px;content: "";border: 1px solid #f1c500;left: 5px;top: 6px;}
.cess li i img{width: 106px;height: 111px;transition: all 0.5s;}
.cess li i:hover img{transform: scale(1.05);}
.cess li p{font-size: 18px;color: #333;line-height: 44px;text-align: center;font-weight: bold;}

/*news*/
.news{padding: 40px 0;background: #efefef;}
.news h2{margin-bottom: 29px;}
.news h3{height: 58px;border-bottom: 1px solid #a7a7a7;margin-bottom: 20px;font-weight: normal;}
.news h3 span a{float: left;width: 116px;padding-left: 56px;height: 58px;line-height: 58px;font-size: 22px;color: #191a1c;margin-right: 34px;}
.news h3 span a:nth-child(1){background: url(../images/new_ic1.png) no-repeat 15px center;}
.news h3 span a:nth-child(2){background: url(../images/new_ic2.png) no-repeat 15px center;}
.news h3 .more{float: right;font-size: 20px;color: #191a1c;line-height: 58px;text-transform: uppercase;}
.news h3 span a.on{background-color: #f1c500;}
.new_con dl{float: left;width: 534px;height: 392px;position: relative;overflow: hidden;}
.new_con dt img{width: 534px;/* height: 534px; */transition: all 0.5s;text-align: center;}
.new_con dt:hover img{transform: scale(1.05);}
.new_con dd{position: absolute;width: 100%;left: 0;bottom: 0;height: 135px;padding: 22px 30px 0;box-sizing: border-box;background: rgba(0,0,0,0.4);}
.new_con dd h4{font-size: 18px;color: #f1c500;line-height: 26px;background: url(../images/new_jt.png) no-repeat right center;margin-bottom: 10px;}
.new_con dd h4 a{color: #f1c500;}
.new_con dd p{font-size: 14px;color: #fff;line-height: 24px;}
.new_con ul{float: right;width: 640px;}
.new_con li{padding: 10px;border-bottom: 1px solid #b8b8b8;width: 100%;padding-right: 35px;margin-right: -35px;overflow: hidden;}
.new_con li i{float: left;width: 70px;padding-right: 30px;text-align: center;font-size: 14px;color: #2e2e2e;line-height: 24px;font-family: Arial;}
.new_con li i em{display: block;font-size: 60px;line-height: 60px;color: #272727;}
.new_con li p{float: left;width: 500px;}
.new_con li p a{display: block;font-size: 18px;color: #272727;font-weight: bold;line-height: 28px;margin-bottom: 7px;}
.new_con li p span{display: block;font-size: 14px;color: #666;line-height: 26px;}
.new_con li p a:hover{color: #f1c500;}

/*abt*/
.abt .content{
    width:1440px
}
.abt{/* height: 857px; */background: url(../images/abt_bg.jpg) no-repeat center 0;padding-top: 40px;}
.abt .tit{
}
.abt_con{/* height: 455px; */position: relative;/* margin-top: 194px; */overflow: hidden;padding-top: 61px;}
.abt_img{
    float: left;
    width: 48%;
    overflow: hidden;
    height: 476px;
}
.abt_img img{
    width: 100%;
    display: block;
}
.abt_con h2{height: 112px;padding: 0 21px;font-weight: normal;background: url(../images/abt_con.jpg) no-repeat #efefef;}
.abt_con h2 b{display: block;font-size: 35px;color: #f1c500;line-height: 48px;padding: 12px 0 15px;}
.abt_con h2 i{display: block;font-size: 27px;color: #fff;line-height: 0.5;}
.abt_desc{font-size: 14px;color: #000;line-height: 32px;width: 52%;float: left;background: #efefef;padding-bottom: 26px;min-height: 150px;height: 449px;}
.abt_desc .abt_aboutus{
    
padding: 20px;
    
text-indent: 2rem;
    
font-size: 14px;
    
min-height: 227px;
}
.abt_con ul{padding: 0 38px;overflow: hidden;}
.abt_con li{height: 72px;width: 201px;margin-right: 29px;float: left;}
.abt_con li:last-child{margin-right: 0;}
.abt_con li img{float: left;height: 42px;margin-right: 30px;}
.abt_con li span{display: block;font-size: 22px;color: #202428;line-height: 24px;}
.abt_con li i{display: block;font-size: 14px;color: #333;line-height: 24px;}
.abt_con .more{position: absolute;width: 94px;height: 30px;line-height: 30px;text-align: center;font-size: 18px;color: #fff;border: 1px solid #fff;right: 42px;top: 64px;}
.abt_con li:hover span,.abt_con li:hover i{color: #f1c500;}
.abt_con .more:hover{border-color: #f1c500;color: #f1c500;}


.links{height: 70px;line-height: 32px;font-size: 14px;color: #333;background: url(../images/foot_bg.jpg) no-repeat bottom center;}
.links a{color: #333;margin: 0 40px;}

/* footer */


/* footer */

.foot_b {
    background: #222;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}

.foot_b a {
    color: #FFF;
    font-size: 14px;
}

.foot_b b {
    padding-left: 30px;
}

.footWrap {
    background: #202020;
    height: 303px;
    overflow: hidden;
    /* margin-top: 40px; */
}

.footer {
    position: relative;
    padding-top: 60px;
}

.f_left {
    width: 418px;
    overflow: hidden;
    padding-top: 10px;
}

.f_wz {
    overflow: hidden;
    font: 14px/34px "Microsoft Yahei";
    color: #fff;
}

.f_wz a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.f_wz em {
    display: inline-block;
    padding: 0 10px;
}

.f_wz img {
    vertical-align: middle;
    margin-left: 12px;
}

.f_nav {
    width: 322px;
    padding-left: 50px;
    overflow: hidden;
}

.f_nav span {
    width: 292px;
    height: 152px;
    overflow: hidden;
    display: block;
    margin-left: 28px;
}

.f_nav span img {
    width: 253px;
    height: 145px;
}

.f_nav span a {
    padding: 0px;
    display: inline-block;
}

.f_nav h3 {
    font: 16px/35px "microsoft Yahei";
    width: 238px;
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #666666;
    color: #fff;
    margin-bottom: 10px;
}

.f_nav h3 a {}

.f_nav h3 i {
    font: 14px/31px Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-left: 15px;
    text-transform: uppercase;
    color: #fff;
}

.f_nav p {
    width: 322px;
    color: #fff;
    display: block;
}

.f_nav p a {
    height: 29px;
    width: 160px;
    overflow: hidden;
    display: inline-block;
    float: left;
    color: #fff;
    font: 14px/29px "microsoft Yahei";
    text-align: left;
}

.f_code {
    position: absolute;
    top: 60px;
    right: 0px;
    overflow: hidden;
    width: 284px;
}

.f_code span {
    width: 175px;
    height: 180px;
    overflow: hidden;
    display: block;
    float: left;
}

.f_code span em {
    width: 140px;
    height: 135px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.f_code span img {
    width: 120px;
    height: 120px;
    background-color: #fff;
    padding: 6px 7px 7px 6px;
}

.f_code span i {
    height: 43px;
    width: 175px;
    overflow: hidden;
    display: block;
    text-align: center;
    font: 12px/43px "宋体";
    color: #eff7ef;
}





/* 产品列表页 */
.blk-sm{
    
width: 1140px;
}
.blk-main{width:1440px;margin: 0 auto;margin-bottom: 40px;}
.blk-xs {
    width: 240px;
    margin-left: 40px;
}
.cbgg-01 {
    background: #f1c500;
    text-align: center;
    color: #fff;
}

.cbgg-01-img img {
    width: 100%;
    display: block;
}

.cbgg-01 p {
    padding-top: 15px;
}

.cbgg-01 p img {
    vertical-align: middle;
    margin-right: 5px;
}

.cbgg-01 span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}


    .cplb-3n-ts-03-tit {
        height: 50px;
        font-size: 24px;
        font-weight: normal;
        line-height: 50px;
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px;
    }
    
    .cplb-3n-ts-03-tit span {
        display: inline-block;
        height: 50px;
        border-bottom: 1px solid #3e3e3e;
    }
    
    .cplb-3n-ts-03-list dl {
        width: 32.1%;
        border: 1px solid #dedede;
        margin-bottom: 15px;
        background: #fff;
        float: left;
        margin-right: 1.2%;
    }
    
    .cplb-3n-ts-03-list dl:nth-child(3n) {
        margin-right: 0;
    }
    
    .cplb-3n-ts-03-list dt img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    .cplb-3n-ts-03-list dd {
        padding: 6px 20px 5px 20px;
    }
    
    .cplb-3n-ts-03-list dd h4 {
        height: 45px;
        font-weight: normal;
        font-size: 18px;
        color: #154c64;
        line-height: 45px;
        overflow: hidden;
    }
    
    .cplb-3n-ts-03-list h4 a {
        display: block;
        height: 45px;
        color: #727272;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
    }
    
    .cplb-3n-ts-03-list dl:hover h4 a {
        color:  #f1c500;
    }
    
    .cplb-3n-ts-03-list-desc {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #666;
        margin-bottom: 12px;
        overflow: hidden;
    }
    
    .cplb-3n-ts-03-list-deta {
        width: 100px;
        height: 40px;
        display: inline-block;
        border: 1px solid #aaa;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }
    
    .cplb-3n-ts-03-list dl:hover {
        border-color:  #f1c500;
    }
    
    .cplb-3n-ts-03-list dl:hover a {
        color:  #f1c500;
    }


    .fdh-01-tit {
        background: #f1c500;
        height: 80px;
    }
    
    .fdh-01-tit h3 {
        height: 75px;
        font-size: 24px;
        font-weight: normal;
        line-height: 75px;
        color: #fff;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    
    .fdh-01-tit h3 span {
        font-size: 14px;
        text-transform: uppercase;
    }
    
    .fdh-01-nav-one h3 {
        height: 50px;
        line-height: 50px;
        background: url(../images/p14-icon2.png) no-repeat right center #ececeb;
        margin-bottom: 2px;
        overflow: hidden;
    }
    .fdh-01-nav-one ul{

background: #e0e0e0;

}
    .fdh-01-nav-one ul li {
        
border-bottom: 1px solid #fff;
    }
    .fdh-01-nav-one ul li a{
        
display: block;
        
padding-left: 30px;
    }
     .fdh-01-nav-one ul li a h6{
        
line-height: 2.8;
        
font-size: 14px;
    }
    .fdh-01-nav-one h3 a {
        display: block;
        height: 50px;
        font-size: 18px;
        font-weight: normal;
        margin-right: 40px;
        margin-left: 38px;
        color: #666;
    }
    
    .fdh-01-nav-one h3.sidenavcur,
    .fdh-01-nav-one h3:hover {
        background: url(images/p14-icon2.png) no-repeat right center  #f1c500;
    }
    
    .fdh-01-nav-one h3.sidenavcur a,
    .fdh-01-nav-one h3:hover a{
        color: #fff;
    }
    .fdh-01-nav dl {
        padding: 2px 0 4px;
    }
    
    .fdh-01-nav dt {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        padding-left: 54px;
        padding-right: 40px;
        margin-bottom: 1px;
        background: #ececec;
        position: relative;
        overflow: hidden;
    }
    
    .fdh-01-nav dt:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b8b8b8;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: 32px;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .fdh-01-nav dt.sidenavcur:after,
    .fdh-01-nav dt:hover:after {
        border-color:  #f1c500;
    }
    
    .fdh-01-nav dt.sidenavcur a,
    .fdh-01-nav dt:hover a {
        color:  #f1c500;
    }
    
    .fdh-01-nav dd {
        border: 1px solid #ececec;
        border-bottom: 0;
    }
    
    .fdh-01-nav p {
        height: 50px;
        font-size: 14px;
        line-height: 50px;
        padding-left: 72px;
        padding-right: 40px;
        border-bottom: 1px solid #ececec;
        background: #fff;
        position: relative;
        overflow: hidden;
    }
    
    .fdh-01-nav p.sidenavcur a,
    .fdh-01-nav p:hover a {
        color:  #f1c500;
    }
    
    .fdh-01-nav p.sidenavcur:after,
    .fdh-01-nav p:hover:after {
        background: #3e3e3e;
    }
    
    .fdh-01-nav a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .p12-curmbs-1 {
        font-size: 14px;
        border-bottom: 1px dashed #dcdcdc;
    }
    .p12-curblock{
        display: none;
    }
    .p12-curmbs-1 b {
        border-left: 10px solid #000000;
        font-weight: normal;
        padding-left: 8px;
    } 
    .p12-curmbs-1 i {
        font-style: normal;
    }
    
    .p12-curmbs-1 span {
        font-family: 'å®‹ä½“';
        padding: 0 5px;
        height: 46px;
        line-height: 46px;
    }

.blk.plc{
    margin-bottom: 20px;
}
.fdh-01-nav dt:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* 产品详情 */
.p15-showcase {
    position: relative;
    padding: 12px 18px 16px 20px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eee;
}

.p15-showcase-right-con {
    line-height: 24px;
    font-size: 14px;
    max-height: 168px;
    margin-bottom: 86px;
    overflow: hidden;
}

.p15-showcase-left {
    position: relative;
    width: 44.7%;
    float: left;
    line-height: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-right: 3.3%;
}

.p15-showcase-left-jt {
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}

.p15-showcase-left-prev {
    left: 10px;
}

.p15-showcase-left-next {
    right: 10px;
}

.p15-showcase-left-size {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 28px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
}

.p15-showcase-left-size em {
    font-style: normal;
}

.p15-showcase-left-pic {
    width: 100%;
    text-align: center;
}

.p15-showcase-left-pic li {
    float: left;
}

.p15-showcase-left-pic img {
    width: 100%;
    display: block;
}

.p15-showcase-right {
    width: 51.6%;
    float: left;
}

.p15-showcase-right-tit {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #454545;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pc-cx-tel-1 {
    width: 50%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    position: absolute;
    bottom: 16px;
    right: 2%;
}

.pc-cx-tel-1-t1 {
    width: 114px;
    height: 44px;
    background: #f1c500;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}

.pc-cx-tel-1-t1 a {
    display: block;
    color: #fff;
}

.pc-cx-tel-1-t2 {
    height: 56px;
    padding-left: 70px;
    background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}

.pc-cx-tel-1-t2 p {
    line-height: 24px;
}
.p14-prodcontent-1-tit {
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 35px;
    margin-top: 35px;
}

.p14-prodcontent-1-tit span {
    display: inline-block;
    height: 40px;
    color: #464646;
    border-bottom: 1px solid #221815;
    padding-left: 34px;
    background: url(../images/p14-icon11.png) no-repeat 2px center;
    padding-right: 20px;
}

.p14-prodcontent-1-tit em {
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: normal;
    color: #c2c2c1;
}

.p14-product-2-tit {
    height: 46px;
    line-height: 46px;
    /* border-bottom: 2px solid #dfdfdf; */
    margin-bottom: 30px;
    padding-top: 26px;
}

.p14-product-2-tit b {
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    color: #464646;
    padding-left: 52px;
    border-bottom: 2px solid #221815;
    background: url(../images/p14-icon11.png) no-repeat 22px center;
}

.p14-product-2-tit span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
}

.p14-product-2-list dl {
    float: left;
    width: 23.8%;
    border: 1px solid #dfdfdf;
    margin-right: 1%;
    box-sizing: border-box;
}

.p14-product-2-list dl.p14-product-clear {
    margin-right: 0;
}

.p14-product-2-list dl img {
    display: block;
    width: 100%;
}

.p14-product-2-list dd {
    padding: 10px 28px 10px 10px;
    margin-right: 2px;
    position: relative;
}

.p14-product-2-list h3 {
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-product-2-list h3 a {
    color: #191919;
}

.p14-product-2-desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-product-2-list dl:hover {
    border-color: #f1c500;
}

.p14-product-2-list dl:hover h3 a {
    color: #f1c500;
}
.p14-product-2{
    margin-bottom: 30px;
}


/* 产品详情end */


/* 新闻列表 */

.p14-infolist-1-list dl {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
}

.p14-infolist-1-list dt {
    width: 29.5%;
    float: left;
    margin-right: 5.8%;
}

.p14-infolist-1-list dt img {
    width: 100%;
    display: block;
}

.p14-infolist-1-list dd h4 {
    height: 40px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 40px;
    margin-bottom: 5px;
    overflow: hidden;
}

.p14-infolist-1-list h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-infolist-1-list dl:hover {
    border: 1px solid #f1c500;
}

.p14-infolist-1-list dl:hover h4 a {
    color: #f1c500;
}

.p14-infolist-1-list-desc {
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}

.p14-infolist-1-list-deta {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}

.p14-infolist-1-list-deta a {
    color: #fff;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
    background: #f1c500;
    border-color: #f1c500;
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
    color: #fff;
}


/* 新闻列表end */


/* 新闻详情 */

.p14-infocontent-1 {
    background: #fff;
    padding: 0 40px;
}
.p14-pagination-1{
    margin: 0 22px;
    margin-bottom:40px

    }
.p14-infocontent-1-tit {
    height: 38px;
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
}

.p14-infocontent-1-sour {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
}

.p14-infocontent-1-sour a {
    color: #aaa;
}

.p14-infocontent-1-sour span {
    margin: 0 9px;
}

.p14-infocontent-1-text {
    padding: 16px 18px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    margin-bottom: 22px;
}

.p14-infocontent-1-text-t1 {
    width: 78px;
    float: left;
    color: #342f2e;
    margin-right: -78px;
}

.p14-infocontent-1-text-t2 {
    padding-left: 80px;
}
.p14-info-3 {
    /*background: #f5f5f5;*/
    padding: 8px 20px;
    margin: 0 22px;
}

.p14-info-3-tit {
    height: 55px;
    font-size: 24px;
    font-weight: normal;
    line-height: 55px;
    color: #4b4a4a;
}

.p14-info-3-list li h4{
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    color:#4b4a4a;
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-info-3-list li h4 a{ color:#4b4a4a;}
.p14-info-3-list li h4 span {
    float: right;
}


.p14-pagination-1 dl {
    margin-bottom: 24px;
    padding-right: 40px;
}

.p14-pagination-1 dd {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p14-pagination-1 dd b {
    float: right;
    font-weight: normal;
}

.p14-pagination-1 dd span {
    width: 60px;
    height: 32px;
    background: #a2a2a2;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.p14-pagination-1 dt {
    height: 1px;
    border-bottom: 1px dashed #b5b5b5;
    margin-left: 60px;
    padding-top: 2px;
    margin-bottom: 2px;
}

.p14-pagination-1 dd em {
    float: right;
    font-style: normal;
    padding-left: 20px;
    font-weight: normal;
}

.p14-pagination-1 dl a {
    color: #4b4a4a;
}

.p14-pagination-1-href {
    float: right;
    font-size: 18px;
    line-height: 32px;
}

.p14-pagination-1-href span {
    display: inline-block;
    padding: 0 6px;
    margin-left: 4px;
    background: #000000;
}

.p14-pagination-1-href a {
    display: block;
    color: #fff;
}

.p14-pagination-1-key {
    min-height: 40px;
    border-top: 1px solid #000000;
    font-size: 14px;
    line-height: 40px;
    color:#575556;
}

.p14-pagination-1-key a {
    color: #575556;
}

.p14-pagination-1-key span {
    display: inline-block;
    margin: 0 4px;
}

/* 新闻详情 :end */


/* 相册列表页 */
.tl-fdh-02 {
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.tl-fdh-02 li {
    width: 14.28%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #eee;
    margin-right: -1px;
    background: #efefed;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tl-fdh-02 li a {
    display: block;
    height: 55px;
    color: #595757;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
    background: url(../images/p16-icon6.png) no-repeat bottom center #f1c500;
    border-color: #f1c500;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
    color: #fff;
}


.k12-gl-gslb-3nf1-1-01-left dl {
    width: 24%;
    float: left;
    background: #f0f0f0;
    margin: 0 1.3% 13px 0
}

.k12-gl-gslb-3nf1-1-01-left dl:nth-child(4n) {
    margin-right: 0;
}

.k12-gl-gslb-3nf1-1-01-left dt {
    border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;
    height: 250px;
}

.k12-gl-gslb-3nf1-1-01-left dt img {
    display: block;
    width: 100%;
}

.k12-gl-gslb-3nf1-1-01-left dd h4{
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}

.k12-gl-gslb-3nf1-1-01-left dd h4 a {
    color: #4b4a4a;
}
.k12-gl-gslb-3nf1-1-01-left dl{

}
.k12-gl-gslb-3nf1-1-01-left dl a{
    display: block;
    line-height: 3.8;
    text-align: center;
}
.p12-aboutinfo-1-nr{
    padding-bottom: 40px;
}


/* 联系我们 */
.kfay {
    width: 1440px!important;
    padding-top: 15px;
    overflow: hidden;
}

.kfay dt {
    width: 229px;
    float: left;
    /* padding: 10px; */
    margin-right: 30px;
}

.kfay dt img {
    display: block;
    width: 100%;
    /* height: 188px; */
}

.kfay dd {
    width: 1017px;
    float: left;
}

.kfay dd h4 {
    height: 45px;
    padding-top: 20px;
    font: 26px "Microsoft YaHei";
    color: #f1c500;
    background: url(../images/eec2130017d048f781dd4e2354bd5f2d_10.jpg?ver=3) no-repeat left bottom
}

.kfay dd h4 i {
    padding-left: 15px;
    text-transform: uppercase;
    font: 18px "Arial";
    color: #f1c500;
}

.kfay dd p {
    font: 16px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
}

/* 关于我们 */
.tit {
    font-size: 36px;
    text-align: center;
    margin: 35px 0;
}

.wmen {
    font-weight: bold;
    color: #f1c500
}

.chi {
    margin-bottom: 5px;
    color: #333;
}

.eng {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
    line-height: 35px;
}





/* 留言板 */
.p4-order-form-1 {
    overflow: hidden;
    margin-bottom: 40px;
}

.p4-order-form-1 .p4-titlel-1 {
    width:145px;height: 46px;font-size:18px; line-height: 46px;text-align: center;color:#fff;background: #000000;
    
}

.p4-order-form-1-con {
    border:1px solid #bbb;
    background:url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
    padding:40px 15%;
}

.p4-order-form-1-con li p {
    padding-left: 130px;
    color: #999;font-size: 12px;
}

.p4-order-form-1-con li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.p4-order-form-1-con li span {
    font-weight: bold;
    color: #666;
}
.p4-order-form-1-con li b{color:#f00;}
.p4-order-form-1-con li .row-hd {
    color: #666;
}
.timenum{padding-left:95px;}
.p4-order-form-1-con li p {
    clear: both;
}

.p4-order-form-1-con label {
    display: inline-block;
    width: 120px;
    color: #666;
    vertical-align: top;
    text-align: right;height: 33px;line-height: 33px;overflow: hidden;
}
.p4-order-form-1-con .inputs,
.p4-order-form-1-con li select {
    width: 73%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
    /*float: left;*/
}
.p4-order-form-1-con .radioandcheck{vertical-align:middle;}

.p4-order-form-1-con .err {
    border: 1px solid #c00;
}

.p4-order-form-1-con .p4-order-form-1-t1 {
    width: 100%;
}

.p4-order-form-1-t1 textarea {
    width: 73%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.p4-order-form-1-con .p4-order-form-1-t2 {
    width: 100%;
}

.p4-order-form-1-t2 input {
    width: 150px;
    vertical-align: top;
}

.p4-order-form-1-t2 span {
    width: 153px;
    height: 25px;
}

.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}

.p4-order-form-1-con .p4-order-form-1-t3 input {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
}
.p4-order-form-1-con .p4-order-form-1-t3 .js-ajax-submit {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    background: #f1c500;
}

.p4-order-form-1-con .p4-order-form-1-b1 {
    background: #f1c500;
}

.p4-order-form-1-con .p4-order-form-1-b2 {
    background: #767676;
}

.p4-order-form-1-con .p4-order-form-1-t4 {
    overflow: auto;
    height: auto;
    min-height: 35px;
    width: 100%
}

.p4-order-form-1-con .p4-order-form-1-t4 input {
    vertical-align: middle;
    width: 14px;
    margin: 0 10px;
}

/*gongchang*/
.g_pz{background:url(../images/pzbg.jpg) no-repeat center top;height: 862px;padding-top: 100px;overflow:hidden;}
.g_pz h2{height: 138px;font-size: 40px;color: #fff;font-weight: bold;text-align: center;}
.g_pz h2 i{display: inline-block;font-weight: normal;padding: 0 25px;font-style: normal;}
.g_pz h2 em{display: block;font-size: 20px;color: #fff;font-weight: normal;letter-spacing: 8px;padding-top: 12px;}
.g_pz dl{float: left;width: 386px;margin-right: 21px;}
.g_pz .lastli{margin-right: 0;}
.g_pz dt{width: 386px;height: 438px;overflow: hidden;}
.g_pz dt img{width: 386px;height: 438px;display: block;}
.g_pz dd{background:url(../images/pzdd.jpg) no-repeat;width: 386px;height: 160px;padding-top: 30px; position: relative;z-index: 1;}
.g_pz h3{height: 40px;line-height: 40px;text-align: center;font-size: 22px;font-weight: bold;color: #6e3e0f;margin-bottom: 10px;}
.g_pz p{padding: 0 35px;font-size: 14px;line-height: 24px;color: #6e3e0f;}

.g_pz dl:hover h3,.g_pz dl:hover p{color: #fff;}

.g_pz dd:before{content: "";position: absolute;z-index:-1;width: 386px;height: 0;bottom: 0;left: 0;-webkit-transition:height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);-webkit-transition:height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.g_pz dl:hover dd:before{background:url(../images/pzddh.jpg) no-repeat;height: 160px;}
/*gongchang*/