/*åˆå§‹åŒ–æ ·å¼*/
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;}

p{margin: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:1200px;margin:0 auto;}


.com-img{  overflow:hidden;}
.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:143px;overflow:hidden;}

.logo{float:left;line-height:143px;}
.k2{margin-top: 5px;font-size:14px;color:#333333;line-height:35px;background: url(../images/t.png) no-repeat left center;padding-left:54px;}
.k2 p:nth-child(2){color:#2459a9;font-size:27px;}




.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;}




/*ä¸»ä½“æ ·å¼*/

.ssddds{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyin-case-sort li:hover, .xyin-case-sort li.on {
    background: #3c486d;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.xyin-case-sort li:hover a, .xyin-case-sort li.on a {
    color: #fff;
}

.aby_hh li:hover .aby_hh_img img{
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(60%) contrast(93%);
}



/*é¡µé¢åº•éƒ¨*/
.foot{background:#333;}
.f_nav{width:826px;margin-top:40px;}
.f_nav dl{float:left;width:136px;height:186px;overflow:hidden;}
.f_nav dt{margin-bottom:8px;font-size:19px;color:#333;font-weight:normal;}

.f_nav dd a{font-size:12px;color:#333;line-height:20px;}
.copyright{text-align:center;line-height:24px;}

/*å†…é¡µå·¦ä¾§æ ·å¼*/

.page-product-inquiry a{color: #fff;}
.topi{
    position: absolute;
    width: 100%;
    left: 50%;
    margin-left: -50%;
    z-index: 999;
    top:0px;
    border-bottom: rgba(255,255,255,0.5) 1px solid;
    background: rgba(0, 0, 0, .3);
}
.scroll{
    position: fixed;
    background: #fff;
}
.changgh{
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 2%;
    font-family: "Microsoft Yahei";
}
.nnav{
    width: 60%;
}
.dlogo{
    width: 20%;
}
.dlogo img{
    max-width: 100%;
    height: auto;
}
.hangh{
    width: 18%;
    margin-top: 1%;
}
.hangh_a{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #d5161a;
}
.hangh_b{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #989898;
}

.x-menu > li:after {
    content: ' ';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    transform: translate(-50%);
}

.x-menu > li:hover:after {
    height: 2px;
    animation: ad_width .5s linear forwards;
    background: #d5161a;
}
@keyframes ad_width {
    from {
    width: 0
    }
    to {
    width: 100%
    }
}
.hangh_b{
    color: #fff;
}
.hangh_a{
    color: #fff;
}
.hfudng{
    display: none;
}
.doskfh img{
    max-width: 100%;
    height: auto;
}
.scroll .hfudng{
    display: block;
}
.scroll .doskfh{
    display: none;
}
.scroll .x-menu > li > a{
    color: #000;
}
.scroll .hangh_b{
    color: #d5161a;
}
.scroll .hangh_a{
    color: #989898;
}
.scroll .x-menu > li > a:hover {
    color: #333;
}

/**/
.nei{
    background: #f0f1f5;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}

@media (max-width: 990px) {

.nei{
    display: none;
}
  
}

.youshi{
    text-align: center;
}
.youshi_a{
    font-size: 1.8rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #333333;
}
.youshi_b{
    width: 40px;
	height: 3px;
	background-color: #d5161a;
    margin: 1% auto 0;
    margin-bottom: 0.5%;
}
.youshi_c{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #595959;
}
.youngd{
    margin-top: 2%;
    background: #fff;
     box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .4);
     box-sizing: border-box;
     padding: 3% 4%;
}
.qiyung li{
    width: 32%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.qiyung_img img{
    width: 100%;
    height: auto;
}
.qiyungnei{
    position: absolute;
    bottom: -14%;
    left: 0px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    box-sizing: border-box;
    padding: 3% 8%;
    color: #fff;
    padding-bottom: 6%;
    transition: all 0.3s ease;
}
.qiyungnei_a{
    font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.qiyungnei_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #999999;
}
.qiyungnei_m{
    width: 100px;
	height: 38px;
	border: solid 1px #d5161a;
    margin: 5% auto 0;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.qiyungnei_m a{
    color: #d5161a;
}
.qiyung li:hover .qiyungnei{
    bottom: 0%;
    transition: all 0.3s ease;
    background: #fff;
}
.qiyung li:hover .qiyungnei_a{
    color: #d5161a;
}
.qiyung li:hover .qiyungnei_b{
    color: #d5161a;
}

.qiyung li .com-img{  overflow:hidden;}
.qiyung li .com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.qiyung li:hover .com-img 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);}

.nei1{
    box-sizing: border-box;
    overflow: hidden;
}
.legyt{
    background: #025597;
    width: 19%;
    box-sizing: border-box;
    padding:3%;
    color: #fff;
    position: relative;
}
.fenff{
    width: 81%;
    background: #252628;
    box-sizing: border-box;
    padding: 2%;
}
.legyt_a{
    font-size: 1.5rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 3px;
	color: #ffffff;
}
.legyt_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;
    box-sizing: border-box;
    padding: 3% 0;
}
.legyt_c{
    width: 52px;
	height: 6px;
	background-color: #ffffff;
    margin: 2% 0;
}
.legytfe{
    padding: 3% 0;
}
.legytfe li{
    border-bottom: #9abbd5 1px dashed;
    line-height: 49px;
    font-size: 15px;
    text-indent: 8%;
    cursor: pointer;
}
.legytfe li a{
    color: #fff;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
.legytfe li:hover{
    background: url(//cdn.myxypt.com/4c372971/23/01/ca9c25cb8b3490a8b0dcfb42413fa92cb1084584.png) no-repeat;
    background-size: 100% 100%;
}
.legytfe li:hover a{
    color: #d5161a;
}
.legyt_m{
    width: 60%;
    border: #4381b2 1px solid;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 54px;
    position: absolute;
    bottom: 10%;
    left: 16%;
}
.legyt_m a{
    color: #fff;
}
.dhufnjh li{
    border: #727374 1px solid;
    background: #3b3c3e;
    width: 23.5%;
    margin-bottom: 2%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.dhufnjh_img img{
    width: 100%;
    height: auto;
}
.dhufnjh_a{
    text-align: center;
    font-size: 17px;
    line-height: 70px;
}
.dhufnjh_a a{
    color: #fff;
}
.dhufnjh_m{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 66px;
    background: url(//cdn.myxypt.com/4c372971/23/01/7b0bc5551d73f1ca47062dd9f938f7debdc24b2b.png) 70% center no-repeat;
}
.dhufnjh_m a{
    color: #868686;
}
.dhufnjh li:hover{
     box-shadow: 0px 0px 20px -5px rgba(255, 255, 255, .4);
}
.dhufnjh_kkj{
    position: absolute;
    background: url(//cdn.myxypt.com/4c372971/23/01/5ffc97d8f6e9b84ff458f3ed0cc0f1505402ed18.png) 26% 26% no-repeat;
    width: 71px;
    height: 69px;
    top:0px;
    left:0px;
    z-index: 9999;
    display: block;
}
.dhufnjh_a::after{
    content: '';
    position: absolute;
    left: -170px;
    top: -70px;
    width: 140px;
    height: 140px;
    background-color: #d5161a;
    transform: rotate(45deg);
    transition: all .5s ease;
}
.dhufnjh li:hover .dhufnjh_a::after{
    left: -100px;
}

.legytfe li:hover, .legytfe li.on {
    background: url(//cdn.myxypt.com/4c372971/23/01/ca9c25cb8b3490a8b0dcfb42413fa92cb1084584.png) no-repeat;
    position: relative;
    color: #d5161a;
    cursor: pointer;
    background-size: 100% 100%;
}

.legytfe li:hover a, .legytfe li.on a {
    color: #d5161a;
}


.dhufnjh li .com-img{  overflow:hidden;}
.dhufnjh li .com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.dhufnjh li:hover .com-img 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);}

.dhufnjh li::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 4px;
    background-color: #d5161a;
    transition: all .5s ease;
    z-index: 999;
}
.dhufnjh li:hover::after {
    width: 100%;
}
/**/
.nei2{
    overflow: hidden;
    background: url(//cdn.myxypt.com/4c372971/23/03/a87bda514688cc53eeaaca46b3c04f19326c2fed.jpg) center center no-repeat fixed;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 6% 0 5% 0;
}
.abtg_a{
    font-size: 2rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
}
.abtg_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #ffffff;
}
.abtg_c{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
    box-sizing: border-box;
    padding: 1% 0;
    width: 65%;
}
.abtg_m{
    width: 155px;
	line-height: 43px;
	background-color: #d5161a;
    text-align: center;
    font-size: 16px;
    margin-top: 1%;
}
.abtg_m a{
    color: #fff;
}
.shidng li{
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    padding: 2.5% 0;
    border-right: #dedede 1px solid;
}
.shidng{
    margin-top: 3.5%;
    background: #eeeff2;
}
.shidng_a{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #595959;
}
.shidng_a span{
    font-size: 2.4rem;
    color: #d5161a;
}
.shidng_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #595959;
}
.shidng li:nth-child(3){
    background-color: #d5161a;
}
.shidng li:nth-child(4){
    background-color: #d5161a;
}
.shidng li:nth-child(3) .shidng_a{
    color: #fff;
}
.shidng li:nth-child(3) .shidng_a span{
    color: #fff;
}
.shidng li:nth-child(3) .shidng_b{
    color: #fff;
}
.shidng li:nth-child(4) .shidng_a{
    color: #fff;
}
.shidng li:nth-child(4) .shidng_a span{
    color: #fff;
}
.shidng li:nth-child(4) .shidng_b{
    color: #fff;
}
.shidng li:nth-child(4){
    border: none;
}
/***/
.nei3{
    padding: 3% 0;
    overflow: hidden;
}
.anmid{
    margin-top: 3%;
}
.anmid li{
    width: 32.5%;
    margin-bottom: 1.2%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.anmidnei{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    text-align: center;
    padding: 20% 0;
    color: #fff;
    z-index: 99;
}
.anmid_img img{
    width: 100%;
    height: auto;
}
.anmid li .com-img{  overflow:hidden;}
.anmid li .com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.anmid li:hover .com-img 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);}
.anmidnei_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 0px;
	color: #ffffff;
}
.anmidnei_b a{
    color: #fff;
}
.anmidneineih{
    position: absolute;
    bottom: -100%;
    height: 100%;
    background: rgba(213,22,26,0.85);
    transition: all 0.6s ease;
    width: 100%;
    z-index: 9;
    left: 0px;
}
.anmid li:hover .anmidnei{
    background: none;
}
.anmid li:hover .anmidneineih{
    bottom:0px;
    transition: all 0.6s ease;
}
/**/
.nei4{
    background: url(//cdn.myxypt.com/4c372971/23/01/58fa288d0b7437bf8f355512ef320a882daa63cc.jpg) center center no-repeat fixed;
    background-size: 100% 100%;
    padding: 5% 0;
    overflow: hidden;
}
.zhenghshule{
    width: 30.674%;
}
.zhenghshurt{
    width: 67.32600000000001%;
}
.zhenghshule_a{
    font-size: 2rem;
	font-weight: 400;
	font-stretch: normal;
	line-height: 52px;
	letter-spacing: 4px;
	color: #ffffff;
}
.zhenghshule_b{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 2px;
	color: #ffffff;
    margin-top: 4%;
}


.zhenghshurt li img{
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s linear 0s;
    width: auto;
    height: auto;
    max-height: 87%;
    max-width: 90%;
    margin-left: 0px;
    transform: scale(1);
}
.zhenghshurt li{
    font-size: 16px;
    transition: 0.3s ease 0s;
    margin-bottom: 2.5%;
    width: 23%;
    margin-left: 2%;
    background: #ffffff;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.zhenghshurt li a{

    font-size: 0px;
    overflow: hidden;
    text-align: center;
    background: #f6f6f6;
    width: 100%;
    margin: 0 auto;
    height: 8.6vw;
    display: block;
}
.zhenghshurt li span{
    color: #666;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3% 10px;
    box-sizing: border-box;
    border: none;
}
.zhenghshurt li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
}
.zhenghshurt li:hover img {
    transform: scale(1.1);
}


/***/
.nei5{
    padding: 3% 0;
    overflow: hidden;
}
.xwhng{
    margin-top:2%;
}
.xwhng li{
    width: 32.5%;
    margin-bottom: 1.5%;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 2%;
    position: relative;
    cursor: pointer;
}
.xwhng li::after{
    position: absolute;
    top:0px;
    left:0px;
    content: '';
    height: 100%;
    width: 0%;
    transition: all 0.3s ease;
    background: #d5161a;
}
.xwhng li:hover:after{
    width: 100%;
    transition: all 0.3s ease;
}
.xwhngle{
    width: 20%;
    text-align: right;
    position: relative;
    z-index: 99;
}
.xwhngrt{
    width: 75%;
    position: relative;
    z-index: 99;
}
.xwhngle_a{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
}
.xwhngle_b{
    font-size: 28px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
}
.xwhngle_c{
    background: url(//cdn.myxypt.com/4c372971/23/01/d7c0e008912260a0d466e49764f79c2913387fed.png) no-repeat;
    background-size: 100% 100%;
    height: 56px;
    width: 56px;
    margin: 22% auto 0;
}
.xwhngrt_a{
    font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #595959;
}
.xwhngrt_a a{
    color: #595959;
}
.xwhngrt_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
    box-sizing: border-box;
    padding: 3% 0;
}
.xwhngrt_m{
    background: url(//cdn.myxypt.com/4c372971/23/01/40b42cc47cc6715ed4ff537bfdaa158122ce3c4b.png) no-repeat;
    width: 36px;
    height: 4px;
    margin-top: 4%;
}

.xwhng li:hover .xwhngle_a{
    color: #fff;
}
.xwhng li:hover .xwhngle_b{
    color: #fff;
}
.xwhng li:hover .xwhngrt_a a{
    color: #fff;
}
.xwhng li:hover .xwhngrt_b{
    color: #fff;
}
.xwhng li:hover .xwhngle_c{
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(260%) contrast(153%);
}

.xwhng li:hover .xwhngrt_m{
    background: url(//cdn.myxypt.com/4c372971/23/01/ed1208d163a143c10089aee35baa02082edf1141.png) no-repeat;
}

.fgghle{
    width: 30%;
}
.fgghle_a{
    background: url(//cdn.myxypt.com/4c372971/23/01/a0aa0ade2ed2b119c3cdfe9e9b4a86678f60ba8f.jpg) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 1.8rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 1px;
	color: #fefefe;
}
.jdisnjh{
    border-bottom: #37393f 1px solid;
    margin: 2% 0;
}
.flex1{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.fgghle_b{
    margin-top: 5%;
}
.fgghle_b_a{
    width: 40%;
}
.fgghle_b_b{
    width: 162px;
	line-height: 45px;
	background-color: #d5161a;
	border-radius: 21px;
    text-align: center;
    font-size: 16px;
    height: 45px;
}
.fgghle_b_b a{
    color: #fff;
}
.fgghle_b_a_a{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #999999;
}
.fgghle_b_a_b{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
    margin-top: 2%;
}

.tshare .xy-share .social-share a{
   color: #fff!important;
    border-color: #fff!important;margin:0!important;margin-right:15px!important;
}
.tshare .xy-share .social-share a:hover{
   color: #fff!important;
    border-color: #fff!important;
    background:none!important;
}

.gfuhgh{
    margin-top: 4%;
}

.gfuhgh .tshare .xy-share .icon-weibo{
    background: #df2728!important;
   border: none;
}
.gfuhgh .tshare .xy-share .icon-wechat{
    background: #50c629!important;
   border: none;
}
.gfuhgh .tshare .xy-share .icon-qq{
    background: #2cadee!important;
   border: none;
}
.gfuhgh .tshare .xy-share .icon-qzone{
    background: #2cadee!important;
   border: none;
}
.gfuhgh .tshare .xy-share .icon-douban{
    background: #2cadee;
   border: none;
}
.gfuhgh .tshare .xy-share:hover .icon-weibo{
    background: #df2728!important;
   border: none;
}

.gfuhgh .tshare .xy-share:hover .icon-wechat{
    background: #50c629!important;
   border: none;
}

.gfuhgh .tshare .xy-share:hover .icon-qzone{
    background: #2cadee!important;
   border: none;
}

.gfuhgh .tshare .xy-share:hover .icon-douban{
    background: #2cadee!important;
   border: none;
}

.fgghzh{
    width: 15%;
}
.fgghling{
    width: 25%;
}
.fgghling_a{
    font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #aaaaaa;
}
.fgghling_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #aaaaaa;
}
.fgghrt{
    width: 10%;
}
.fgghrt img{
    max-width: 100%;
    height: auto;
}
.baung{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #777777;
}
.baung a{
    color: #777777;
}
.jdisnjhff{
    border-bottom: #37393f 1px solid;
    margin-top: 2%;
}
.jdsjh {
    margin-top: 1%;
}
.zhdig{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 1px;
	color: #777777;
}
.zhdig a{
    color: #777777;
}




@media(max-width: 1600px){
    .youshi_a{
        font-size: 1.6rem;
    }
    .hangh_b{
        font-size: 22px;
    }
    .abtg_a{
        font-size: 1.8rem;
    }
    .fgghle_a{
        font-size: 1.6rem;
    }
}

@media(max-width: 1500px){
    .qiyungnei_a{
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    .youshi_a {
        font-size: 1.4rem;
    }
    .legyt_a{
        font-size: 1.3rem;
    }
    .legyt_m{
        font-size: 16px;
    }
    .abtg_a {
        font-size: 1.6rem;
    }
    .abtg_c{
        font-size: 14px;
    }
    .shidng_a span{
        font-size: 2.2rem;
    }
    .zhenghshule_a{
        font-size: 1.8rem;
    }
    .zhenghshule_b{
        font-size: 15px;
        line-height: 30px;
    }
    .xwhngle_b{
        font-size: 26px;
    }
    .xwhngrt_a{
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .fgghle_a{
        font-size: 1.4rem;
    }
}

@media(max-width: 1366px){
    .dhufnjh_a{
        font-size: 16px;
        line-height: 60px;
    }
    .dhufnjh_m{
       background: url(//cdn.myxypt.com/4c372971/23/01/7b0bc5551d73f1ca47062dd9f938f7debdc24b2b.png) 80% center no-repeat; 
    }
    .xwhngle_b {
        font-size: 24px;
    }
}
@media(max-width: 1200px){
    .qiyungnei_b{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .dhufnjh_a {
        font-size: 15px;
        line-height: 50px;
    }
    .dhufnjh_m{
        line-height: 50px;
    }
    .legyt_m {
        font-size: 14px;
    }
    .shidng_a span {
        font-size: 2rem;
    }
    .xwhngle_b {
        font-size: 20px;
    }
}
@media(max-width: 1024px){
    .x-menu > li > a{
        font-size: 14px;
    }
    .youshi_c{
        font-size: 14px;
    }
    .qiyungnei_a {
        font-size: 18px;
    }
    .qiyungnei{
        bottom: -17%;
    }
    .legyt{
        padding: 3% 1%;
    }
    .legyt_m{
        display: none;
    }
    .abtg_c{
        width: 100%;
    }
    .zhenghshule_b {
        font-size: 13px;
        line-height: 26px;
    }
    .xwhngle_b {
        font-size: 18px;
    }
    .xwhngrt_b{
        font-size: 12px;
        line-height: 24px;
    }
    .fgghling_a{
        font-size: 18px;
    }
    .fgghle {
        width: 37%;
    }
}

@media(max-width: 992px){
    .x-banner , .page-banner{
        margin-top: 60px;
    }
    .youshi_a {
        font-size: 25px;
    }
    .qiyungnei_a {
        font-size: 16px;
        line-height: 30px;
    }
    .qiyungnei {
        bottom: -21%;
    }
    .legyt_a{
        display: none;
    }
    .legyt_b{
        display: none;
    }
    .legyt_c{
        display: none;
    }
    .legyt{
        width: 100%;
        padding: 2%;
    }
    .legytfe li{
        float: left;
        width: 20%;
    }
    .fenff{
        width: 100%;
    }
    .abtg_a {
        font-size: 25px;
    }
    .abtg_b{
        font-size: 14px;
        line-height: 30px;
    }
    .shidng_a span {
        font-size:1.5rem;
    }
    .shidng_a{
        line-height: 35px;
    }
    .zhenghshule_a {
        font-size: 1.6rem;
    }
    .xwhngle_b {
        font-size: 14px;
    }
    .xwhng li{
        width: 49%;
    }
    .fgghrt{
        display: none;
    }
    .fgghle{
        display: none;
    }
    .fgghling {
        width: 48%;
    }
}

@media(max-width: 500px){
    .youshi_a {
        font-size: 20px;
        line-height: 40px;
    }
    .qiyung li{
        width: 100%;
        margin-bottom: 2%;
    }
    .qiyungnei {
        bottom: -14%;
    }
    .legytfe li {
        float: left;
        width: 50%;
    }
    .dhufnjh li{
        width: 49%;
    }
    abtg_a {
        font-size: 20px;
        line-height: 35px;
    }
    .abtg_c {
        font-size: 12px;
        line-height: 26px;
    }
    .shidng li{
        width: 50%;
    }
    .anmid li{
        width: 49%;
    }
    .anmidnei{
        padding: 3% 0;
    }
    .zhenghshule{
        width: 100%;
    }
    .zhenghshurt{
        width: 100%;
    }
     .zhenghshurt{
         margin-top: 2%;
     }
    .zhenghshurt li{
        width: 48%;
        margin-bottom: 2%;
    }
    .xwhng li{
        width: 100%;
    }
    .fgghzh{
        display: none;
    }
    .fgghling{
        width: 100%;
    }
    .x-layout{
        padding-bottom: 14%;
    }
}