/*初始化样式*/
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:100%;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:1280px;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;}


/*头部样式*/
.tophead{height: 28px;line-height: 28px;border-bottom: 1px solid #cdcdcd;color: #959595;font-size: 14px;}
.tophead a{color: #959595}
#header{width:1280px;margin:0 auto;height:145px;}
.logo{float:left;line-height: 145px;}

.twz{margin-left:23px;padding-left:13px;background:url(//static.xypt.net.cn/6e98476a/21/07/0451e7eefff757c3c6097fe499d385c97e218d29.png) no-repeat left center;color:#22237d;font-size:18px;line-height:27px;height:82px;margin-top:29px;padding-top:15px;}

.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{font-size:29px;color: #1e1f57;text-align: left;background: url(//static.xypt.net.cn/6e98476a/21/07/132a2610ea296115d97fe64087aa95f7c12c2640.png) no-repeat left top;padding-left: 54px;line-height:13px;padding-top: 36px;padding-bottom: 12px;font-weight:bold;}
.topLink .k2 p:nth-child(1){font-weight:normal;color:#404040;font-size:16px;line-height:25px;}












/*搜索和热门搜索*/
.search{
    height: 44px;
    width: 1280px;
    margin: 0 auto;
}
#formsearch{width: 273px;float: right;background: url(//static.xypt.net.cn/6e98476a/21/07/4d97f6f0ec9141ccf2e07552ee9073b3cf2a01df.jpg) no-repeat center;height: 29px;margin-top:7px;}
.hotSearch{width:400px;float:left;height: 44px;line-height: 44px;font-weight:normal;color: #403f3f;font-size: 14px;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}

.hotSearch a{margin-right:6px;color: #403f3f;}
#formsearch input{background: none;border: none;}
#formsearch input#keyword{height: 29px;line-height: 29px;padding-left:4px;color: #686868;float: left;width: 232px;border:none;outline:none;}
#formsearch input#s_btn{width: 36px;height: 29px;line-height: 29px;text-align:center;color:#fff;cursor:pointer;float: right;border:none;outline:none;}
#formsearch input::-webkit-input-placeholder{color:#686868;}
#formsearch textarea::-webkit-input-placeholder{color:#686868;}







/* 导航样式 */
#menu{background:#22237d;height:58px;}
.x-menu {}

.x-menu > li {
  float: left;
  position: relative;
 text-align:center;width:160px;
}
.x-menu > li+li{background:url(//static.xypt.net.cn/6e98476a/21/07/afc65aa55b6dbdf30b3e3d2a57c3822ae612bf67.png) no-repeat left center;}
.x-menu > li > a {
  display: block;
  font-size: 17px;
  color: #fff;
  line-height:58px;
}

.x-menu > li:hover > a {
  background: #ff5000;
  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: 58px;
  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;
}





.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}



.box1{background:#f7f6f6;padding-top:50px;padding-bottom:54px;}
.bt{text-align:center;background:url(//static.xypt.net.cn/6e98476a/21/07/2afe444add21a4ba14d442c5ccd0f97bff269eca.png) no-repeat center center;color:#0f0f0f;font-size:41px;}

.prolist{text-align:center;margin-top:80px;}
.prolist li{text-align:center;display:inline-block;height:101px;width:279px;color:#7f7f7f;margin:0 37px;cursor:pointer;background:#22238d;}
.prolist li a{color:#fff;}
.prolist li h2{font-size:36px;margin:17px 0 9px;}
.prolist li h3{font-size:18px;text-transform:uppercase;}
.prolist li.cur{color:#fff;background:#ff5000;}


.proimg{display:none;margin-top:52px;}
.proimg.clicked{display:block;}
.proimg li{float:left;position:relative;margin-right:10px;margin-bottom:28px;}
.proimg li:nth-child(4n){margin-right:0;}
.proimg li .img{border:1px solid #c5c5c5;display:block;}
.proimg li .img img{width:310px;height:217px;}
.proimg li h3{text-align:center;font-weight:normal;color:#fff;font-size:19px;background:#22237d;height:40px;line-height:40px;overflow:hidden;}

a.pm{display:block;margin:0 auto;color:#ffffff;font-size:16px;text-indent:42px;background:url(//static.xypt.net.cn/6e98476a/21/07/fb345025f93a122714a09c5121890320b2eb63bb.png) no-repeat;width:308px;line-height:46px;margin-top:24px;}



.box2{background:url(//static.xypt.net.cn/6e98476a/21/07/26db8a1117bd2b5a4b44a9d37fdbc01e6676896e.png) no-repeat;height:473px;}
.ht{margin-right:68px;}
.gsm{color:#fff;background:url(//static.xypt.net.cn/6e98476a/21/07/53b287c73598b7cd1f4ff0057684f6749f2a19f5.png) no-repeat left bottom;font-size:32px;padding-bottom:10px;padding-top:112px;}
.ht h3{color:#fff;font-size:20px;line-height:34px;margin:28px 0 52px;}
.ht h4{}





.caseinfo{
    background: url(//static.xypt.net.cn/6e98476a/21/07/d3083f38cd79acc220adeef6a81726dc4fad2f5d.jpg) no-repeat;
    padding-top:82px;
    height: 893px;
}
.bt2{text-align:center;background:url(//static.xypt.net.cn/6e98476a/21/07/599c2e6e468ae3708efe5e83c3ec206af9386979.png) no-repeat center center;color:#0f0f0f;font-size:41px;}



.caseleft{
    margin-top:76px;
}
.caseleft a{
    display: block;
    width: 453px;
    height: 541px;
    overflow: hidden;
}
.caseleft a img{
    width: 453px;
    height: 541px;
}
.caseleft a h3{
    background: rgba(255,255,255,0.8);
    color: #232323;
    font-size: 17px;
    position: relative;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    transition:all 0.6s;
}
.caseleft a:hover h3{
    margin-top:-36px;
    transition:all 0.6s;
}
.caseinfo ul{
    margin-top:74px;
    width: 808px
}
.caseinfo ul li{
    float: left;
    margin-right: 18px;
    margin-bottom: 21px;
}
.caseinfo ul li:nth-child(2n){
    margin-right:0
}
.caseinfo ul li a{
    display: block;
    width: 395px;
    height: 260px;
    overflow:hidden;
}
.caseinfo ul li a img{
    width: 395px;
    height: 260px;
}
.caseinfo ul li a h3{
    background: rgba(255,255,255,0.8);
    color: #232323;
    font-size: 17px;
    position: relative;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    transition:all 0.6s;
}
.caseinfo ul li:hover a h3{
    margin-top:-36px;
    transition:all 0.6s;
}



.aboutus{
    background: url(//static.xypt.net.cn/6e98476a/21/07/6864e54a49fa434aa3a6e9634bf0dc08887b7dab.jpg) no-repeat;
    height: 870px;
}
.ableft{
    margin-top: 90px;
    background: #ffffff;
    border: 1px solid #ecebeb;
    padding: 30px;width:644px;height:427px;
}
.ableft img{
    width: 575px;
}
.abright{
    width: 610px;
    margin-top: 90px;
}
.abright h3{
    color: #ffffff;
    font-size: 24px;
    position: relative;
    padding-top: 17px;font-weight:bold;
}
.abright h3:after{
    content:'';
    position:absolute;
    width:98px;
    height:2px;
    background:#f26c00;
    left:0;
    top:0;
}
.abright h3 span{
    color: #bdbbbb;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;margin-top:5px;display:block;
}
.abright h4{color:#f26c00;font-weight:bold;font-size:18px;line-height:35px;margin-top:10px;}

.abright .abcont{
    color: #ffffff;
    font-size: 15px;
    line-height: 37px;
    height: 290px;
    overflow: hidden;
    text-align:justify;
}
.abright a{
    color: #ffffff;
    font-size: 15px;
    display: block;
    text-align: center;
    float: right;
    background: #f26c00;
    width: 140px;
    height: 40px;
    line-height: 40px;
}
.abinn{
    margin-top:-22px;
}
.abinn .parHd{}
.abinn .parHd li{
    color: #000000;
    font-size: 19px;
    background: #ffffff;
    width: 135px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    float: left;
    margin-right: 40px;
}
.abinn .parHd li.on{
    background: #f26c00;color:#fff;
}
.abinn .parBd{
    margin-top: 27px;
}
.slideBox{
    overflow: hidden;
}
.slideBox li{
    float: left;
    margin: 0 10px;
}
.slideBox li a{
    display: block;
}
.slideBox li a img{
    width: 317px;
    height: 213px;
}




.newsinfo{}
.newsleft{
    width: 842px;
    height: 510px;
    border: 1px solid #cecccc;
    margin-top: 77px;
}
.newsleft .newstt{}
.newsleft .newstt li{
    width: 420px;
    float: left;
    background: url(//static.xypt.net.cn/6e98476a/21/07/d06ea0abb7b794a7d6f2d42c36a300bcd7c940ff.png) no-repeat 16px #22236f;
    color: #ffffff;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    padding-left: 42px;
    position: relative;
}
.newsleft .newstt li.cur{
    background-color:#f26c00;
}
.newsleft .newstt li a{
    position: absolute;
    display: block;
    right: 18px;
    color: #ffffff;
    font-size: 15px;
    top: 0;
}
.newsleft .newscont{
    width: 814px;
    margin: 0 auto;
    position: relative;
}
.newsinn{
    display: none;
}
.newsleft .newscont:after{
    content:'';
    position:absolute;
    width:1px;
    height:162px;
    left: 48%;
    bottom:0;
    background:#c8c8c8;
}
.newsimg.fl a{
    display: block;
    margin-top: 38px;
}
.newsimg.fl a img{
    width: 299px;
    height: 173px;
}
.newsimg.fr{
    width: 494px;
    margin-top: 32px;
}
.newsimg.fr a{
    color: #222222;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 12px;
}
.newsimg.fr a:hover{
    color: #f26c00
}
.newsimg.fr .nsum{
    color: #615c5c;
    font-size: 14px;
    margin-top: 16px;
}
.newsleft .newscont ul{
    border-top: 1px solid #b6b6b6;
    margin-top: 24px;
    padding-top: 12px;
    position: relative;
}
.newsleft .newscont ul li{
    width: 390px;
    float: left;
}
.newsleft .newscont ul li:nth-child(2n){
    float:right
}
.newsleft .newscont ul li a{
    color: #222222;
    font-size: 15px;
    display: block;
    background: url(//static.xypt.net.cn/6e98476a/21/07/1bc291ed7b5aaa065851bc330364e995aa9515a5.png) no-repeat left;
    padding-left: 12px;
    line-height: 36px;
}
.newsleft .newscont ul li:hover a{
    color: #f26c00
}

.newsright{
    width: 400px;
    height: 508px;
    border: 1px solid #cecccc;
    margin-top: 77px;
}
.newsright .newstt{
    width:398px;
    background: url(//static.xypt.net.cn/6e98476a/21/07/36aa0c4de5f963fb3d48bd6f918f1cf62f06aadd.png) no-repeat 28px #f26c00;
    color: #ffffff;
    font-size: 18px;
    height: 58px;
    line-height: 58px;
    padding-left: 64px;
    position: relative;
}
.newsright .newstt a{
    position: absolute;
    display: block;
    right: 18px;
    color: #ffffff;
    font-size: 15px;
    top: 0;
}
.newsright ul{}
.newsright ul li{
    width: 373px;
    margin: 0 auto;
    border-bottom: 1px solid #cecece;
    padding-bottom: 16px;
    margin-top: 16px;height:100px;
}
.newsright ul li a{
    color: #f26c00;
    font-size: 15px;
    display: block;
    padding-left: 24px;
    background: url(//static.xypt.net.cn/6e98476a/21/07/98c68604cf3f5eebf839fc514be53ead1f8a6bf8.png) no-repeat left;
    margin-bottom:5px;
}
.newsright ul li span{
    color: #615c5c;
    font-size: 14px;
    padding-left: 24px;
    display: block;
    background: url(//static.xypt.net.cn/6e98476a/21/07/1440b14b0185410e7da932920dadc4a1123cae1c.png) no-repeat left 5px;
}


.newsright .tempWrap{height:426px!important;}








/*友情链接*/
.f_link{margin-top:30px;line-height:30px;}
.f_link a{color:#222222;padding-right:6px;font-size:14px;}
.f_right{margin-left:10px;}





/*页面底部*/
.foot{position:relative;margin-top:13px;background: url(//static.xypt.net.cn/6e98476a/21/07/86f14a300d553d0400fb3ce53b00a2c2bf97c045.png) no-repeat center;height:372px;}
.foot a:hover{color:#f26c00;text-decoration:none;}
.nav_foot{line-height: 78px;color: #ffffff;font-size: 17px;}
.nav_foot a{color: #ffffff;padding: 0 54px;}
.nav_foot a:nth-child(1){padding-left:0}
.nav_foot a:last-child{padding-right:0}
.copyright{line-height: 28px;color: #ffffff;font-size: 14px;width: 378px;margin-top: 48px;}
.copyright a{color: #ffffff;}
.botcode{
    border: 1px solid #54568d;
    width: 186px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 36px;
    padding-top: 12px;
    font-weight: 100;
    margin-top: 54px;
    padding-bottom:3px;
}
.botcont{
    margin-top: 79px;
    margin-left: 78px;
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
}
.botcont img{
    margin-right:0px;
}








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

