/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*滚动*/
#demo{overflow:hidden;width:93%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}


.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}


/*头部样式*/
.top1{background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;}





.top2{height:131px;overflow:hidden;}

.logo{float:left;line-height:131px;}
.k2{margin-top:38px;font-size:16px;color:#000000;line-height:27px;background: url(//cdn.myxypt.com/8340eaf8/21/06/6c47b77d21ca1cda43a2855f99bd99c5dbd44c85.png) no-repeat left top;padding-left:60px;}
.k2 p:nth-child(2){color:#203787;font-size:30px;font-family:"Impact";}






/*热门搜索*/
.sou{margin: 15px 0;}


#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}


/*搜索和热门搜索*/
#formsearch input{height:22px;background:#fff;border:1px solid #c8c8c8;line-height:22px;}
#formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;}
#formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#009b4c;color:#fff;border:none;cursor:pointer;font-size: 12px;}



/*搜索和热门搜索*/
.hotSearch{float:left;font-weight:normal;}
.hotSearch a{padding:0 6px 0 8px;}
.hotSearch a:nth-child(1){padding-left:0;}
.hotSearch a+a{background: url(../images/aa.png) no-repeat left bottom;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;color:#0d0d0d;font-size:14px;}
.hotSearch a{margin-right:6px;color:#0d0d0d;}

#formsearch{float:right;background: url(../images/ss.png) no-repeat;width:471px;height:46px;}
#formsearch input{}
#formsearch input#keyword{height:46px;line-height:46px;padding-left:15px;float:left;color:#5c5c5c;font-size:14px;background:none;border:none;outline:none;}
#formsearch input#s_btn{width:30px;height:46px;line-height:46px;text-align:center;background:none;border:none;outline:none;color:#fff;border:none;cursor:pointer;font-size: 12px;float:right;}
#formsearch input::-webkit-input-placeholder{color:#ffffff;}
#formsearch textarea::-webkit-input-placeholder{color:#ffffff;}






/* 导航样式 */
#menu{background:url(//cdn.myxypt.com/8340eaf8/21/07/e1d44b85cb827858b5bc5b17854ed5af0fcdbad8.png) repeat-x;height:66px;}

.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:133px;
}

.x-menu > li > a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height:61px;
}

.x-menu > li > a:hover {
  background: #ecc743;
  color: #fff;
}

.x-menu > li.active > a {

}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99999;
  width: 100%;
  left: 0%;
  top: 66px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;

  font-size: 14px;
  color: #333;
  line-height:40px;
 height:40px;overflow:hidden;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}





.box1{margin-top:120px;}
.bt{text-align:center;letter-spacing:2px;}
.bt h3{color:#eb3d00;font-size:40px;background: url(//cdn.myxypt.com/8340eaf8/21/06/25aa5d69393a1f8adb2365103b848262728943a9.png) no-repeat center 8px;height:76px;}
.bt h4{color:#000000;font-size:16px;margin-top:10px;letter-spacing:7px;}
.box1 .cont{margin-top:65px;} 
.prodz{width:270px;}
.ptt{color:#fff;height:112px;background:url(//cdn.myxypt.com/8340eaf8/21/07/85eacda4dd002826ce688f577c2086056b85ae17.png) no-repeat;padding-left:28px;text-transform:uppercase;font-size:24px;font-weight:300;padding-top:13px;}
.ptt h2{font-size:24px;}
.sort1{border-left:6px solid #eb3d00;border-right:6px solid #eb3d00;height:431px;overflow:hidden;}
.sort1 li{width:250px;line-height:40px;margin:0 auto;margin-top:9px;background:#eeeeee;}
.sort1 li a{padding-left:40px;color:#333333;font-size:16px;}
.sort1 li:hover{background:#eb3d00;}
.sort1 li:hover a{color:#fff;}
.pbg{height:241px;background:url(//cdn.myxypt.com/8340eaf8/21/07/cd1b2e90103ea282d3ff83b9bca13ea9b1373e9e.png) no-repeat;text-align:center;color:#fff;}
.pbg h2{font-size:30px;line-height:36px;padding-top:45px;}
.pbg .ptel{font-size:16px;margin-top:30px;line-height:27px;}
.pbg .ptel span{font-size:30px;font-family:"Impact";display:block;}










.product_list1{float:right;width:900px;}
.product_list1 li{float:left;margin-right:15px;margin-bottom:14px;background:#f5f5f5;width:290px;height:386px;overflow:hidden;padding-top:10px;}
.product_list1 li:nth-child(3n){margin-right:0;}
.product_list1 li img{width:271px;height:271px;margin:0 auto;display:block;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#000000;font-size:14px;height:51px;line-height:51px;overflow:hidden;}
.product_list1 li .lianjei{text-align:center;}
.product_list1 li .lianjei a{display:inline-block;background:#eb3d00;color:#ffffff;font-size:14px;width:85px;line-height:34px;margin:0 15px;}
.product_list1 li:hover{background:#eb3d00;}
.product_list1 li:hover h3{color:#fff;}
.product_list1 li:hover .lianjei a{background:none;border:1px solid #fff;}
.product_list1 li:hover .lianjei a.mo{background:#fff;color:#eb3d00;}



.box2{margin-top:116px;}
.b4_tit{background: url(//cdn.myxypt.com/8340eaf8/21/07/23da93982ea7c722849fde60d973a86c3ba8a47c.png) no-repeat;height:270px;text-align:center;}
.bt2{text-align:center;padding-top:78px;}
.bt2 h2{color:#ffffff;font-size:80px;/*background: url(//cdn.myxypt.com/8340eaf8/21/06/30308c3d527f30d87600545a6bc7f6bf85705b05.png) no-repeat center center;*/height:56px;}
.bt2 h4{color: #fff;
    font-size: 35px;
    margin-top: 46px;
}

.b4_index{background: url(//cdn.myxypt.com/8340eaf8/21/06/39e7eb11f259e29b615c10e26c7daac244e12418.png) no-repeat;height:1307px;padding-top:65px;}


.b4_index li{
    width: 100%;
    overflow: hidden;
}
.b4_index li:first-of-type{
    margin-bottom:65px;
}
.b4_index li:nth-of-type(2){
    margin-bottom: 44px;
}
.b4_index li:nth-of-type(3){
    margin-bottom: 34px;
}
.b4_index li .b4con1{
    overflow: hidden;
}


.b4_index li:first-of-type .b4con1{
    width: 100%;
    height: 103px;
    margin-bottom: 38px;
}
.b4_index li:nth-of-type(3) .b4con1{
    float: left;
    width:545px;margin-top:54px;
}
.b4_index li:nth-of-type(even) .b4con1{
    float: right;
    width: 600px;margin-top:62px;
}



.b4_index li .b4con1 .b4cen1{
    width: 100%;
    overflow: hidden;
    margin-bottom: 33px;
}
.b4_index li:first-of-type .b4con1 .b4cen1{
    width: 420px;
    background:url(//cdn.myxypt.com/8340eaf8/21/06/c1e77fa1a5de19c619f4de6973b26697ff365163.png) no-repeat right center;
    float: left;
    margin-bottom: 0;
}
.b4_index li .b4con1 .b4cen1 .b4num{
    width: 75px;
    height: 101px;
    background-color: #eb3d00;
    text-align: center;
    line-height: 101px;
    font-family: AlternateGothicEF-NoThree;
    font-size: 45px;
    letter-spacing: -2px;
    color: #ffffff;
}
.b4_index li .b4con1 .b4cen1 .hxystt{
    overflow: hidden;
    padding: 9px 0 0 0;
}
.b4_index li:first-of-type .b4con1 .b4cen1 .hxystt{width:320px;}
.b4_index li:nth-of-type(3) .b4con1 .b4cen1 .hxystt{width: 452px;}
.b4_index li:nth-of-type(even) .b4con1 .b4cen1 .hxystt{width: 500px;}
.b4_index li .b4con1 .b4cen1 .hxystt h3{
    font-size: 27px;
    line-height: 27px;
    color: #eb3d00;font-weight:bold;
}
.b4_index li .b4con1 .b4cen1 .hxystt h3:first-of-type{
    margin-bottom: 18px;
}
.b4_index li .b4cen2{
    width: 100%;
    overflow: hidden;
}
.b4_index li:first-of-type .b4cen2{
    float: right;
    width: 730px;
 
}
.b4_index li .b4cen2 p{
    width: 100%;
    font-size:18px;
    line-height: 24px;
    color: #4c4c4c;
    background: url(//cdn.myxypt.com/8340eaf8/21/06/32463ee7f399988b13296165c23474655511ffb8.png) no-repeat left 6px;
    padding-left: 22px;
    margin-bottom: 14px;
}

.b4_index li:first-of-type .b4img1{
    width: 100%;
    overflow: hidden;
}
.b4_index li:nth-of-type(even) .b4img1{
    width: 570px;
    overflow: hidden;
    text-align: left;
    float: left;
}
.b4_index li:nth-of-type(3) .b4img1{
    width:580px;
    float: right;
    overflow: hidden;
}
.b4_index li .b4img1 img{max-width: 100%;max-height: 100%;}



.box7{background:url(//cdn.myxypt.com/8340eaf8/21/07/bae8039faec378856b67a208558363db84e202a8.jpg) no-repeat;height:1277px;}
.b7_tit{height:337px;
    margin:0 auto;
    overflow: hidden;
}

.b7z{width:800px;color:#fff;font-size:36px;margin-top:183px;}
.b7z span{color:#ecc743;font-weight:bold;}
.b7z p{color:#fff;font-size:14px;opacity:.49;text-transform:uppercase;margin-top:6px;}



.b7con1{
    width: 390px;
    overflow: hidden;
    padding-top:185px;
}
.b7con1 .b7tel{text-align:right;
    width: 100%;
    overflow: hidden;
}
.b7con1 .b7tel p{
    font-size: 18px;
    line-height: 27px;
    color: #ecc743
}
.b7con1 .b7tel strong{font-size:36px;font-weight:"Arial";}

.b7con1 .b7mes{
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}

.b7con1 .b7mes .b7mes2{
    width: 132px;
    height: 36px;
    background-color: #ecc743;
    border-radius: 18px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ffffff;
}

.b7_index{background:url(//cdn.myxypt.com/8340eaf8/21/06/fab2c2345786beaaaf1d59e7ba232e16ab417f7b.png) no-repeat;height:363px;}
.b7_fl{color:#fff;width:184px;padding-top:105px;padding-left:10px;}
.b7_fl h4{font-size:34px;font-family:"Arial";}
.b7_fl h4 span{font-weight:bold;}
.b7_fl h2{font-size:27px;line-height:35px;}
.b7_fl h2{font-size:27px;line-height:35px;}
.b7_index .b7_fl .b7more{
    width: 129px;
    height: 36px;
    margin-top:62px;
    display: block;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    font-size: 14px;
    color: #eb3d00;
}

.b7_fr{width:1016px;}
.b7_fr li{width:254px;float:left;text-align:center;height:181px;overflow:hidden;padding-top:45px;}
.b7_fr li .tu{height:48px;line-height:48px;overflow:hidden;}
.b7_fr li .img{opacity:1;}
.b7_fr li .img2{opacity:0;transition: .5s;}
.b7_fr li h3{color:#4c4c4c;font-size:18px;margin-top:18px;background: url(//cdn.myxypt.com/8340eaf8/21/06/be6515edcee93c210131089780530029fe305923.png) no-repeat center top;padding-top:12px;}
.b7_fr li:hover .img{display:none;}
.b7_fr li:hover .img2{opacity:1;-moz-transform:rotate(360deg); 
-webkit-transform:rotate(360deg);
transform:rotate(360deg);
-webkit-transition:all 1.2s ease;-moz-transition:all 1.2s ease;transition:all 1.2s ease;}

.b7_index2{margin-top:73px;}
.about{width:550px;}
.abtt{background: url(//static.xypt.net.cn/8340eaf8/21/07/7d524c84028f3643a64e6e16b9ecdbecfd461b84.png) no-repeat left top;padding-top:38px;color:#eb3d00;font-size:30px;letter-spacing:3px;}
.abtt P{color:#e6e6e6;font-size:16px;text-transform:unset;font-weight:"Arial";margin-top:7px;letter-spacing:0;}
.ab{color:#858585;font-size:14px;line-height:28px;text-indent:25px;margin-top:20px;text-align:justify;}
.am{display:block;text-align:center;border-radius:25px;background:url(//static.xypt.net.cn/8340eaf8/21/07/ae59aa368f7fd17ceda520cf6c344dcf7955e658.png) no-repeat;width:133px;line-height:43px;margin-top:40px;position:relative;overflow:hidden;}
.am a{color:#fff;font-size:14px;position:relative;z-index:999999;width:100%;}
.am:after{content:"";position:absolute;background:url(//cdn.myxypt.com/8340eaf8/21/06/632abec5f8d8599c0e10baddd367bbbc5d8d4bcb.png);left:-133px;top:0;width:133px;height:43px;z-index:99;transition: .8s;}
.am:hover:after{left:0;}

.video{width:644px;height:416px;margin-top:18px;}



.box3{background:url(//cdn.myxypt.com/8340eaf8/21/06/477b9c57f7c19b3e110694bcafea2e9653270078.png) no-repeat;height:445px;padding-top:40px;}
.htt{color:#eb3d00;font-size:30px;letter-spacing:3px;position:relative;}
.htt span{color:#bebfc0;font-size:16px;letter-spacing:0px;position:absolute;right:0;top:0;font-family:"Arial";opacity:.47;}
.box3 .wh2{width:1724px;position:relative;left:50%;margin-left:-862px;margin-top:38px;}
.lb,.rb{position:absolute;top:38%;cursor:pointer;}
.lb{left:0;}
.rb{right:0;}
.product_list11{}
.product_list11 li{float:left;height:333px;border-right:1px solid #e5e5e5;padding:43px  28px 0 37px;}
.product_list11 li .img img{width:319px;height:240px;}


.box5{background:#fafafa;padding-bottom:22px;padding-top:80px;}
.bt3 h3{color:#eb3d00;font-size:40px;background: url(//cdn.myxypt.com/8340eaf8/21/06/b86fae494fe3b3aeaf457be9d427aa4a22e5d2bd.png) no-repeat center 8px;height:76px;}
.box5 .cont{margin-top:63px;}
.xw1{width:510px;float:left;}
.xlist1 li{margin-bottom:5px;}
.xlist1 li .img{border:3px solid #eb3d00;display:block;width:213px;}
.xlist1 li .img img{width:207px;height:172px;}
.xlist1 li .det{width:280px;}
.xlist1 li h2{color:#333333;font-size:18px;margin:5px 0 15px;}
.xlist1 li:hover h2{color:#eb3d00;}
.xlist1 li span{color:#666666;font-size:13px;display:block;line-height:25px;}

#ydemo{overflow:hidden;margin: 0 auto;position:relative;height:538px;}
#yindemo{height:100%;}
#ydemo1 {}
#ydemo2 {}

.xw2{width:662px;background:#fff;height:538px;overflow:hidden;}
.xwtp{width:662px;height:208px;}
.xlist2{margin-left:25px;margin-right:13px;}
.xlist2 li{margin-top:40px;position:relative;}
.xlist2 li h2{color:#333333;font-size:18px;}
.xlist2 li:hover h2{color:#eb3d00;}
.xlist2 li h3{color:#666666;font-size:14px;line-height:26px;margin-top:15px;}
.xlist2 li span{color:#eb3d00;}
.xlist2 li h4{color:#5a5a5a;font-size:13px;color:#5a5a5a;opacity:.39;position:absolute;right:0;top:5px;}







/*友情链接*/
.f_link{margin-top:80px;color:#000000;font-size:14px;font-family:"宋体";}
.f_link a{color:#000000;padding:0 6px;}



/*页面底部*/
.foot{background:url(//cdn.myxypt.com/8340eaf8/21/07/a089fc8870cd3b6b84ef477c920c54d8705b8c77.png) no-repeat;height:457px;}
.nfoot{height:375px;overflow:hidden;border-bottom:1px solid #dfdfdf;padding-top:93px;}
.foot1{width:412px;}
.gsm{font-size:23px;border-bottom:1px solid #dfdfdf;padding-bottom:12px;color:#fff;width:322px;}
.ftt{color:#ffffff;font-size:18px;margin-top:22px;}
.fnav{margin-top:16px;}
.fnav li{float:left;width:125px;line-height:35px;}
.fnav li a{font-size:15px;opacity:.7;color:#fff;font-weight:300}
.fnav li a:hover{opacity:1;color:#fff;}
.topLink{color:rgba(255,255,255,.7);margin-top:38px;}
.topLink a{color:rgba(255,255,255,.7);}


.foot2{width:313px;margin-left:60px;margin-top:-11px;}
.ftt2{font-size:24px;border-bottom:1px solid #dfdfdf;padding-bottom:12px;color:#fff;font-weight:200;}
.lxtt{color:#ffffff;font-size:18px;margin-top:26px;}
.fdh{color:#ffffff;font-size:41px;margin-top:12px;font-family:"Arial";}



.foot3{width:354px;text-align:center;}
.code{color:#fff;font-size:14px;line-height:20px;width: 356px;}
.code p:nth-child(2){margin-top:10px;}
a.zx{display:block;line-height:50px;color:#fff;background:url(//cdn.myxypt.com/8340eaf8/21/06/f3fe3af933ccd973867fe718872df543bbc02daf.png) no-repeat;font-size:16px;letter-spacing:2px;font-weight:300;padding-left:39px;margin-top:22px;}
.copyright{line-height:26px;font-size:14px;color:rgba(255,255,255,.3);padding-top:15px;}
.copyright a{color:rgba(255,255,255,.3);}









/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}
.page-product-inquiry a{color: #fff;}





/* å†…é¡µ */
#container1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.lefts {
    width: 1200px;
    position: relative;
    height: 60px;
}

.lefts .box {
    position: absolute;
    left: 0;
    top: -30px;
}

.enet {
    position: absolute;
    right: 0px;
    top: 40px;
    color: #666;
    font-size: 12px;
}

.enet a {
    color: #666;
}

.sort li {
    position: relative;
    z-index: 999;
    float: left;
    width: 171px;
}

.sort li a {
    background: #eb3d00;
    color: #fff;
    display: block;
    line-height: 60px;

    font-size: 14px;
    text-align: center;
    margin-right: 1px;
}

.sort li a:hover {
    color: #fff;
    text-decoration: none;
    background: #ecc743;
}

.rights {
    width: 100%;
    padding-bottom: 10px;
}

.rights .content {
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}

.right {
    margin-bottom: 20px;
}

.case_list {
}

.case_list li {
    float: left;
    margin-left: 0px;
    margin-right: 40px;
    padding-bottom: 15px;
    _display: inline;
}

.case_list li a.img {
    padding: 1px;
    border: 1px solid #e0e1dc;
}

.case_list li a.img img { /*width:266px;height:161px;*/
    width: 369px;
    height: 369px;
}

.case_list li h3 {
    text-align: center;
    padding-top: 5px;
    font-size: 24px;
}

.case_list li h3 a {
    font-weight: normal;
    color: #666;
    font-size: 12px;
}

.case_list li a.img {
    display: block;
}

.case_list li a.img:hover {
    border-color: #eb3d00;
}

.case_list li:nth-child(3n) {
    margin-right: 0px;
}

.news_list8 {
    border-top: 1px solid #e5e5e5;
}

.news_list8 li {
    line-height: 30px;
    position: relative;
    padding: 32px 20px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list8 li a {
    line-height: 30px;
    color: #454545;
    font-size: 16px;
}

.news_list8 li a:hover {
    text-decoration: none;
    color: #e77817;
}

.news_list8 li span {
    color: #797979;
    z-index: 0;
    line-height: 22px;
    display: block;
    font-size: 12px;
}

.news_list8 li h3 {
    font-size: 14px;
}

.news_list8 .zxxw_b {
    float: left;
    width: 501px;
    margin-left: 24px;
}

.news_list8 li:hover {
    background: #eb3d00;
}

.news_list8 li:hover a {
    color: #fff !important;
}

.news_list8 li:hover span {
    color: #fff;
}

.product_listt {
}

.product_listt li {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
    _display: inline;
    position: relative;
}

.product_listt li a.img {
    border: 3px solid #e1e1e1;
}

.product_listt li a.img img {
    width: 244px;
    height: 176px;
}

.product_listt li h3 {
    text-align: center;
    padding-top: 10px;
}

.product_listt li h3 a {
    font-weight: normal;
    color: #595959;
    font-size: 14px;
}

.product_listt li a.img {
    display: block;
}

.product_listt li a.img:hover {
    border-color: #eb3d00;
}

.roll_product {
    float: left;
}

.product_listt li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in;
    transform: scale(0);
}

.product_listt li .bg a {
    display: block;
    width: 78px;
    height: 26px;
    float: left;
    margin-right: 5px;
    margin-top: 146px;
    margin-left: 0px;
}

.product_listt li .bg a:first-child {
    margin-left: 68px;
}

.product_listt li:hover .bg {
    transform: scale(1);
}

#kehu1 {
    overflow: hidden;
    height: 1080px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}

#jian1 {
    height: 100%;
}

#zheng1 {
}

#xtop1 {
}

/*æ–°é—»é¡µ*/
.right-left {
    width: 863px;
    float: left;
    background: #fff;
    padding: 30px 30px 30px 0;
}

.news_listtt .zxxw_b {
    float: left;
    width: 430px;
    margin-left: 24px;
}

.news_listtt .zxxw_b a {
    line-height: 30px;
    display: block;
    color: #2b2b2b;
    font-size: 18px;
}

.news_listtt .zxxw_b span {
    display: block;
    line-height: 24px;
    color: #797979;
    font-size: 14px;
    margin-top: 10px;
}

.news_listtt .zxxw_b span.date {
    color: #888888;
    font-size: 14px;
    margin-top: 0;
}

.right-right {
    width: 318px;
    float: right;
    border: 1px solid #f3f3f3;
    background: #fff;
}

.right-right .title {
    background: url(//cdn.myxypt.com/26d25eca/20/11/a94abaec209430d2c4d13315040c426a1818f48a.jpg) 10px 50% no-repeat;
    line-height: 54px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    font-size: 18px;
    color: #fff;
    padding-left: 30px;
}

.right-right .title a {
    position: absolute;
    top: 0;
    right: 15px;
    color: #333;
    font-size: 12px;
}









