@CHARSET "UTF-8";
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,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#666;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;}

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,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}

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


@font-face {
    font-family: 'constan2';
    src:url('../fonts/Microsoft JhengHei UI/msjhl_0.ttc') format('truetype');
}
.ssddds{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

            .demo-message-wrap input::-webkit-input-placeholder,
            .demo-message-wrap textarea::-webkit-input-placeholder {
                /* WebKit browsers */
                  color: #fff;
            }

            .demo-message-wrap input:-moz-placeholder,
            textarea:-moz-placeholder {
                /* Mozilla Firefox 4 to 18 */
                  color: #fff;
            }

            .demo-message-wrap input::-moz-placeholder,
            textarea::-moz-placeholder {
                /* Mozilla Firefox 19+ */
                   color: #fff;
            }

            .demo-message-wrap input:-ms-input-placeholder,
            textarea:-ms-input-placeholder {
                /* Internet Explorer 10+ */
                  color: #fff;
            }

            .demo-message-wrap input[type='text']::-webkit-input-placeholder{
                color: #fff;
            }



.aby_hh li:hover .aby_hh_img img{
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}
/*头部样式*/
.head{
    width: 100%;
    height: 80px;
    box-shadow: 0px 4px 5px 0px rgba(6, 0, 1, 0.15);
    position:fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
}
.w1200{
   
    width: 1200px;
    margin: 0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}


.head .logo{
    float: left;
    margin-left: 40px;
    line-height: 80px;
}
.head .tnav{
    float: right;
    margin-right: 80px;
}

.gl {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 20%;
  z-index: 99999;
  -webkit-animation: myfirst 1.5s infinite; animation: myfirst 1.5s infinite;
}


@-webkit-keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
@keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
.section{position: relative;width: 100%;}
.a2{max-width: 1260px;margin:0 auto;padding:0 30px;}

.section0{background:#fff;}


#formsearch{width:420px;float:left;margin-left:60px;margin-top:40px;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}
.hotSearch a{margin-right:6px;}
#formsearch input{background:#fff;border:1px solid #c8c8c8;float:left;width:260px;outline: none;}
#formsearch input#keyword{height:35px;line-height:35px;padding-left:4px;color:#666;}
#formsearch input#s_btn{width:44px;height:35px;line-height:35px;text-align:center;background:url(../images/so.png) no-repeat center;color:#fff;border:none;cursor:pointer;}

#menu{
      width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    background: #03479c;
}
.ct1{color:#03479c;font-size:42px;text-align:center;}
.ct1 span{display:block;text-transform:uppercase;font-size:18px;font-weight:normal;color:#888888;font-family:"Arial";line-height: 30px;}


.container {
    width: 1200px;
    margin: 0 auto;
}

/*高品质追求*/
.box2{width:1200px;margin:0 auto;margin-top:20px;}
.tabz{position:relative;display:flex;justify-content:center;align-items:center;margin-top:50px;}
.tabz li{float:left;width:140px;height:32px;display:block;line-height:32px;background:#eaeaea;text-align:center;color:#666666;font-size:14px;cursor: pointer;margin-left:10px;}
.tabz li.cur{color:#fff;text-decoration:none;font-size:14px;background:#03479c;}
.tabz  li:hover, .tabz li.cur {
    background: #03479c;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.tabz li:hover a, .tabz li.cur a {
    color: #fff;
}

.ttz{display: none;margin-top:30px;}
.list1z{padding:8px 10px;}
.list1z li{position:relative;vertical-align: middle;float:left;margin-right:26px;margin-bottom:26px}
.list1z li a.img{display:block}
.list1z li a.img img{width:376px;height:270px;}


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

.dac{background:#03479c;border-bottom-left-radius:5px;border-bottom-right-radius:5px;line-height:45px;height:45px;}
.list1z li h3{color:#fff;font-size:16px;float:left;font-weight:normal;margin-left:5%;}
.list1z li h3 a{color:#fff;font-size:16px;line-height:45px;}
.list1z li:hover .dac{background:#b99562;}


.mx{float:right;color:#fff;font-size:16px;margin-right:5%;}
.mx a{color:#fff;font-size:16px;}

/*滚动*/
.pin{width:1200px;margin:0 auto;}

.chan{text-align:center;padding-top:30px;position:relative;margin-bottom:40px;}
.l_btn,.r_btn{position:absolute;cursor:pointer;top:55%;}
.l_btn{left:-50px;}
.r_btn{right:-50px;}

.twt{float: left;}
.twt li a.img{display:block;}
.twt li a.img img{display:block;width: 273px;height:150px;}
.twt li{float: left;overflow: hidden; margin-left: 20px;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}

.huise{width:1920px;position:relative;left:50%;margin-left:-960px;background:#f5f5f5;padding-bottom:50px;padding-top:70px;}

#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}


.anls{width:1200px;margin:0 auto;padding-top:40px;border-top:1px solid #e5e5e5}
.product_list3{}
.product_list3 li{float:left;margin-right:38px;margin-bottom:38px;_display:inline;position:relative;width:376px;height:248px;}
.product_list3 li a.img{}
.product_list3 li a.img img{width:376px;height:248px;}
.product_list3 li h3{text-align:center;position:absolute;bottom:0px;width:100%;background:url(../images/h3.png) no-repeat center top;height:40px;color:#fff;}
.product_list3 li h3 a{font-weight:normal;line-height:40px;font-size:16px;color:#fff;}
.product_list3 li a.img{display:block;}
.product_list3 li a.img:hover{border-color:#b99562;}


.section1{
    position: relative;
    width: 100%;
    width: 1920px;
    background: url(//cdn.myxypt.com/2d2d88a8/22/06/c423fbccced8963255155d7add3d11435bf79ff3.jpg)no-repeat center;
}
.section1 .a1{

}
.section1 .a1 .at{
    width: 360px;
    float: left;
    padding-top: 10px;
}
.section1 .a1 .at h3{
    padding-top: 17px;
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/78a65986a6a7ebbc9225d70a61036e8d3c63d5ca.png)no-repeat top left;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 1;

}
.section1 .a1 .at h4{
    margin-top: 17px;

}
.section1 .a1 .ab2{
    float: right;
    width: 792px;

}
.section1 .a1 .ab2 h3{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 42px;
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/9c35c6311697bb850a16b82b706b684eb08d7409.png)no-repeat right 74px;

}

.section1 .a1 .ab2 h4{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    line-height: 30px;
    margin-top: 40px;
}
.section1 .a1 .ab2 .sm{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 6px;
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/65a15078544cb30f1277ac4bac35c7f1e1c5b71b.png)no-repeat bottom left;
    display: block;
    margin-top: 57px;
}

.section1  .absj{
    margin-top: 130px;
    width: 200px;
}

.section1 .absj ul li{
    display: block;
    margin-bottom: 27px;

} 
.section1 .absj ul li:nth-child(1){
    margin-bottom: 37px;
}

.section1 .absj ul li h3{
    width: 116px;
    height: 30px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    line-height: 30px;
}
.section1 .absj ul li p{
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1;
    margin-top: 9px;
}

.section2{
    position: relative;
    width: 100%;
  
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/3ae1600f4850334e13721e40887e309762d9e2d0.jpg)no-repeat  center;
    background-size: 100%;
}

.prot h3{
    padding-top: 17px;
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/5a4603d970dbbd61c103f474048eaba86125cf24.jpg)no-repeat left top ;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1;

}
.prot h4{
    margin-top: 18px;
}

.pro1{
    margin-top: 105px;
    margin-bottom: 145px;
}
.pro1 .cpfl{
    width: 205px;
    float: left;

}
.pro1 .cpfl ul li{
    margin-bottom: 47px;
    height: 25px;
    line-height: 25px;
   
    font-size: 14px;
    color: #fff;
    text-align: right;
    width: 160px;
    margin-left: 45px;
}
.pro1 .cpfl ul li a{
     padding-right: 49px;
    padding-left: 17px;
    border-radius: 12px;
    color: #fff;
    display: block;
}
.pro1 .cpfl ul li.cur a{
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/7ef898c8ae5ebfb2aa74976a7ece988e817417e4.png)no-repeat 85% center #fff;
    color: #c70000;
    
    
}
.pro1 .pro2{
    float: right;

}
.pro1 .pro2 .tt{
    display: none;
}

.pro1 .pro2 .tt ul li{
    float: left;
    width: 292px;
    height: 347px;
    background: #fff;
    border:1px solid #c3c3c3;
    margin-right: 53px;
    
    padding: 12px 13px 24px 13px;
}
.pro1 .pro2 .tt ul li:nth-child(3){
    margin-right: 0px;
}
.pro1 .pro2 .tt ul li .img{
    display: block;
}
.pro1 .pro2 .tt ul li .img img{
    width: 263px;
    height: 226px;
}
.pro1 .pro2 .tt ul li h3{
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
}
.pro1 .pro2 .tt ul li h3 a{
    color: #000000;
}
.pro1 .pro2 .tt ul li .ckgd{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #a4a4a4;
    display: block;
    width: 263px;
    margin: 0 auto;
    text-align: center;
    margin-top: 21px;
}
.pro1 .pro2 .tt ul li:hover .ckgd{
    background: #cc1919;
    text-align: center;
    color: #fff;
}

.section3{
    position: relative;
    width: 100%;
  
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/3ceec5a6e6d0de7f8101759dc9bfe339d997a4a8.jpg)no-repeat  center;
    background-size: 100%;
}

.newt1 h3{
    padding-top: 17px;
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/0128a4fdbec551eb56c16225e7cef260e9fc8f2f.png)no-repeat top left;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}
.newt1 h4{
    margin-top: 17px;

}
.newsfl{
    float: right;
    margin-top: 115px;

}
.newsfl ul li{
    float: left;
    margin-right: 30px;

}
.newsfl ul li a{
    font-size: 14px;
    line-height: 1;
    color: #000000;

}

.news2{
    margin-top: 112px;
    margin-bottom: 170px;
}
.news2 ul li{
    float: left;
    margin-left: 46px;
    width: 351px;
    height: 348px;
    background: #fff;
    padding: 30px 9px 8px 9px;

}
.news2 ul li .time span{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 1;
    float: left;
    line-height: 24px;
}
.news2 ul li .time p{
    float: right;
    margin-right: 10px;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 3px;
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/0b61474780deeb000f1378c1fe9286afcf7d801d.jpg)no-repeat bottom right;
    width: 50px;
    text-align: right;
}
.news2 ul li:hover .time p{
    
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/ebc1bd84e5b69bd110989958b6d49e95fc349814.jpg)no-repeat bottom right;
}

.news2 ul li h3{
    margin-top: 46px;
    font-size: 16px;
    color: #000000;
    line-height: 1;
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/5653f74c0cbf2379ed79508ecd7538a457e020c6.png)no-repeat right center;
    font-weight: normal;

}
.news2 ul li:hover h3{
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/169faffcb9c350d961619df9b4a1817efc66d697.png)no-repeat right center;
} 

.news2 ul li h3 a{
    color: #000000;
}
.news2 ul li img{
    margin-top: 30px;
    width: 333px;
    height: 196px;

}

.section4{
    position: relative;
    width: 100%;
  
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/f4d2e0f8bc15f648d37c19e26beefb9ae4a7d1b9.jpg)no-repeat  center;
    background-size: 100%;
}

.ftlxt h3{
    padding-top: 17px;
     background: url(//cdn.myxypt.com/2d2d88a8/21/10/7f2e7b10edd3828bd77c000b0cc5ab067dc45b72.png)no-repeat top left;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
}
.ftlxt h4{
    margin-top: 17px;
}

.section4 .ftlx2{
    margin-top: 55px;
    width: 798px;
    margin-left: 402px;
    margin-bottom: 180px;
}
.section4 .ftlx2 h3{
    font-size: 24px;
    color: #000000;
    line-height: 42px;
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/9c35c6311697bb850a16b82b706b684eb08d7409.png)no-repeat  right 74px;
}


.section4 .ftlx2 .ftlx3{
    margin-top: 45px;

}
.section4 .ftlx2 .ftlx3 .ftlx31{
    width: 460px;
    float: left;
    padding-top: 21px;
}
.section4 .ftlx2 .ftlx3 .ftlx31 p{
    padding-left: 46px;
    margin-bottom: 13px;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 33px;
}
.section4 .ftlx2 .ftlx3 .ftlx31 p:nth-child(1){
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/02736a38ac46d4e30be6128da3cb7ae048b3f117.png)no-repeat left center;
}
.section4 .ftlx2 .ftlx3 .ftlx31 p:nth-child(2){
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/39a9b32d1763d19b6caef2be7c84838b7e98f1bc.png)no-repeat left center;
}
.section4 .ftlx2 .ftlx3 .ftlx31 p:nth-child(3){
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/73d3622ce1f29a8344e11f110f36d51361a07681.png)no-repeat left center;
}
.section4 .ftlx2 .ftlx3 .ftlx31 p:nth-child(4){
    background: url(//cdn.myxypt.com/2d2d88a8/21/10/247abf6126c929c6c8c86a1cc6270b10f22e8b30.png)no-repeat left center;
}
.section4 .ftlx2 .ftlx3 .ftewm{
    margin-right: 62px;
    float: right;
    width: 203px;
    height: 237px;
} 