/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}
div{font-weight: normal;}
a {font-weight: normal;
    color: #666;
    text-decoration: none;
font-family: "Microsoft YaHei";
}

span{font-weight: normal;}
/*定义全局链接颜色lpm*/

a:hover {
    color: #0372dd;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.content{ margin:0 auto; width:1200px;}
.box{ margin:0 auto; width:96%;}
.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top45 {
    padding-top: 45px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}
.top120 {
    padding-top: 100px;
}

.top180 {
    padding-top: 140px;
}


.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


.bg {
    width: 100%;
    min-width: 1200px;
}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}



@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

 @-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


.t{text-align:center;}
.t p{font-size:40px; font-weight:100; color:#222;}
.t p b{color:#0372dd;}
.t span{font-size:18px; line-height:50px; display:block; padding-bottom: 10px;    font-weight: normal; background:url(https://memberpic.114my.com.cn/dkai20190431/uploadfile/image/20190729/20190729153459_1151760391.jpg)no-repeat center bottom; }


/*导航*/
.head_bg{height:6vw; max-height: 130px;width: 100%;min-width: 1200px;}
.logo{margin-top:1.5vw;}
.logo img{width:10vw; max-width:208px;}
.name{padding:2vw 0 0 1vw;}
.name span{font-size:1.2vw;color:#222; font-weight: 100;}
.name p{font-size:1.5vw; font-weight:bold; color:#222;}
.name b{ color:#0372dd;}

.nav{float:left; padding:0 0 0 5vw; width:60%; height:6vw; max-height: 130px;}
.nav>ul>li{ float: left; display: block;position: relative; width:12%; height:100%;}
.nav>ul>li>a{ display: block; color: #333; font-size: 0.9vw; text-align: center; position: relative; z-index: 3333; line-height: 6vw; height:100%;}
.nav>ul>li>a p{font-size:12px; color:#999;}
.nav ul li:after,.nav ul li:after{content: ''; display: block;width: 0; height: 4px; position: absolute; bottom:0px; background:#0372dd; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;z-index: 2222}
.nav ul li.navcurrent:after,.nav ul li:hover:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #222;}

.nav>ul>li:nth-child(4){width:14.4% !important;}

/*导航下拉*/
    
    .nav li .sedNav {width:150%;
        position: absolute;        
        background:rgba(0,0,0,0.7);
        left:-30%;
        top:100%;
        z-index: 99;
        display: none;
    }
    
    .nav li .sedNav a {
        display: block;
        line-height: 50px;
        color: #fff;
        font-size: 0.8vw;
        text-align: center;
    }
    
    .nav li .sedNav a:hover {
        color: #fff;
        background-color: #0372dd;
    }


.tel{margin-top: 1.6vw;}
.tel span{display: block; font-size:14px; color: #999;}
.tel img{display:block; float: left; }
.tel p{font-size: 1.2vw; font-weight: bold; color:#0372dd; display:block;margin-top:0.4vw;}







/*幻灯片*/
.banner_box,.banner_box .bd li{height:500px;}
.banner_box .banner-btn a.prev,.banner_box .banner-btn a.next{top:260px;background-image:url(https://memberpic.114my.com.cn/sudyvalve/uploadfile/image/20181218/20181218174753_800498988.png);}
.banner_box .hd ul li.on{background:#fff;}
.banner_box{min-width:1200px;position:relative;overflow:hidden;}
.banner_box .bd{ width:100% !important;}
.banner_box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_box .banner-btn a.prev:hover,.banner_box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_box .hd ul{ text-align: center}
.banner_box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px;border: 1px #fff solid; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}




.banner_n,.banner_n .bd li{height:350px;}
.banner_n .banner-btn a.prev,.banner_n .banner-btn a.next{top:110px;background-image:url(https://memberpic.114my.com.cn/sudyvalve/uploadfile/image/20181218/20181218174753_800498988.png);}
.banner_n .hd ul li.on{background:#edaf01;}
.banner_n{min-width:1200px;position:relative;overflow:hidden;}
.banner_n .bd{ width:100% !important;}
.banner_n .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner_n .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:49px;height:104px;position:absolute;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner_n .banner-btn a.prev{left:-54px;background-repeat:no-repeat;background-position:0 0;} 
.banner_n .banner-btn a.next{right:-54px;background-repeat:no-repeat;background-position:-49px 0;}
.banner_n:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n:hover .banner-btn a.next{ right:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner_n .banner-btn a.prev:hover,.banner_n:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}
.banner_n .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner_n .hd ul{ text-align: center}
.banner_n .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner_n .hd ul li.on{ width: 32px; }

/*搜索*/
	
.search_nbg{width: 100%; min-width:1200px; height:92px; margin:0 auto;position:absolute; top:450px;background: #eee;z-index: 999;}
.search_bg{width: 100%; min-width:1200px; height:92px; margin:0 auto;background: #fff;    border-bottom: 1px solid hsl(0, 0%, 88%);}
#search{ color: #999;width:1200px;height:92px;margin:0 auto;line-height:92px;}
.search_01 i{display: block;float: left;padding-top: 30px;margin-right: 14px;}
.search_01{ float:left; width:800px;}
.search_01 a{font-size: 14px;}
.search_01 a:hover{color: #e60012;}
.search_02 form{padding-left:0;}
.search_02{height:40px;width:288px;overflow:hidden;margin-top:26px;float:right;}
.search-i{ width:60px; overflow:hidden; height:40px;}
.search-bg{float:left;width:208px;height:38px;overflow:hidden;padding-left:10px;background: #fff;  border: 1px solid hsl(0, 0%, 88%);    border-top-left-radius: 5px;    border-bottom-left-radius: 5px;}

    
    


/*解决方案*/
.biaoti{text-align: center;font-size:40px;}
.biaoti span{color:#222;font-weight:100;}
.biaoti b{color:#0372dd;}
.biaoti p{font-size:16px;color:#666;    padding-top: 10px;}
    
.yous_c{width:1200px; height:900px; margin:0 auto; margin-top:38px;}

/*youshi*/
.adv{width:100%; height:900px; overflow:hidden;}
#adv_it{position: relative;
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
#adv_it dl{width:1200px; margin:0 auto; overflow:hidden;}
#adv_it dl dd{float:left; width:250px; text-align:center;  background:#fff;  height:80px;line-height:80px;overflow:hidden;  margin-right: 20px;    border: 1px #eee solid;font-size:18px;font-weight: bold; color:#333;cursor:pointer; }

.dis{display:none;}
.adv_dd{width:100%; overflow:hidden;}

@-webkit-keyframes test{
0%{transform:translate(0,0)}
50%{transform:translate(0,5px)}
100%{transform:translate(0,0)}
}
.adv_dd_tb{ width:82px; height:82px; background:#d8d6d1; border-radius:50%;float:left; margin-top:20px; margin-left:30px;}
.adv_dd_mtu{ width:60px; height:60px; border:1px solid #a1a1a1; padding-top:12px;}

.adv_c{ margin:0 auto;}
#adv_it .on{ width:230px;padding-left:20px; background:url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190808/20190808105833_1181459629.jpg) no-repeat center; text-align:left;}
#adv_it .on{ color:#fff;}
.mo{position: absolute; top:0; right:0; width:80px; height:80px; line-height:80px; text-align:center; color:#fff !important;  background:#0372dd; }

.youshi1{border: 3px hsl(0, 0%, 93%) solid;width: 1124px;height: 372px;padding:102px 0 0 70px;margin-bottom: 20px;}
.youshiw{width:380px;}
.youshir{  margin:0 auto; }
.youshixh{ width:74px; height:135px; background:#94140d;}
.youshinr{font-size:32px;color: #0372dd;float: left;line-height: 40px;font-weight: bold;}
.youshinr t{color:#333;}
.youshinr span { display:block; font-size:20px; color:#999; font-weight:bold;}
.xiant{width: 510px;height: 1px;background: #f8f5f5;margin: 5px 0 30px 0;}

.youshi_tel{ width:500px; height:45px; font-size:16px; padding-left:45px; background:url(https://memberpic.114my.com.cn/junxiao/uploadfile/image/20190731/20190731105131_779635172.png) no-repeat left;}
.youshijs{font-size: 16px;color: #222;line-height: 30px;margin-top: 20px;}  
.youshijs2 a{width:119px;height:41px;background:#0372dd;    text-align: center;line-height: 41px;color: hsl(0, 0%, 100%);font-size: 16px;    margin-top: 50px;}
.youshilx{ width:322px; height:134px; background:#f9fbff; border-radius:0 0 5px 5px; border-top:solid 5px #0b308f; padding:26px 16px 0 16px; margin-top:68px;}
.youshilxicon{ width:44px; height:45px;    margin-top: 18px;}
.youshidh{font-size:16px; color:#333333;line-height: 35px;}
.youshidh font{ font-size:32px; color:#0b308f;}
.youshi1 a{ display: block; width:120px; height:40px; text-align: center; font-size:14px;background:#0372dd; color:#fff; line-height:40px; }
.youshi1 a:hover{color: #fff;background: #f00505;}
.rightarrowpointer{display:none;}
.dgweb_list_item_desc{ width:850px !important;}
body{
	width: 100%;
	font-size: 14px;
	background: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family:"Microsoft Yahei";
	color: #111;
}
    

.youshi1_b table tr{    float: left;    border: 3px #dee9f7 solid;margin-right: 18px;position: relative;}
.youshi1_b table tr:last-child{    margin-right: 0px;}
.youshi1_b table tr td{padding-left: 0px !important;}
.youshi1_b table tr td br{display:none;}
.youshi1_b{margin-bottom: 10px;}
.ability{background: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190808/20190808145542_2071737814.jpg)no-repeat center;height:993px;}
.youshi1_b span{position: absolute;display: block; width:100%; height:40px; bottom:0; line-height:40px !important;background:rgba(0,0,0,0.3);transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.youshi1_b span a{display: block; width:100%; height:100%; font-size:15px;color:#fff;transition:all linear 0.3s; -moz-transition:all linear 0.3s; -ms-transition:all linear 0.3s; -webkit-transition:all linear 0.3s;background: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190812/20190812114853_902232978.png)no-repeat center 50px;}
.youshi1_b table tr td:hover span{height:180px; padding-top:100px;}
.youshi1_b table tr td:hover span a{font-size:18px;}

#advi_so0 .youshi1{background: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190812/20190812160817_1217607337.jpg)no-repeat center;}
#advi_so1 .youshi1{background: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190808/20190808112237_828466247.jpg)no-repeat center;}
#advi_so2 .youshi1{background: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190812/20190812142051_2121283249.jpg)no-repeat center;}
#advi_so3 .youshi1{background: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190812/20190812152213_1445542259.jpg)no-repeat center;}



#advi_so1 .youshi1_b>table>tbody tr:nth-child(1),#advi_so1 .youshi1_b>table>tbody tr:nth-child(2),#advi_so1 .youshi1_b>table>tbody tr:nth-child(3),#advi_so1 .youshi1_b>table>tbody tr:nth-child(4){display:none;}
#advi_so2 .youshi1_b>table>tbody tr:nth-child(1),#advi_so2 .youshi1_b>table>tbody tr:nth-child(2),#advi_so2 .youshi1_b>table>tbody tr:nth-child(3),#advi_so2 .youshi1_b>table>tbody tr:nth-child(4){display:none;}
#advi_so2 .youshi1_b>table>tbody tr:nth-child(5),#advi_so2 .youshi1_b>table>tbody tr:nth-child(6),#advi_so2 .youshi1_b>table>tbody tr:nth-child(7),#advi_so2 .youshi1_b>table>tbody tr:nth-child(8){display:none;}
#advi_so3 .youshi1_b>table>tbody tr:nth-child(1),#advi_so3 .youshi1_b>table>tbody tr:nth-child(2),#advi_so3 .youshi1_b>table>tbody tr:nth-child(3),#advi_so3 .youshi1_b>table>tbody tr:nth-child(4){display:none;}
#advi_so3 .youshi1_b>table>tbody tr:nth-child(5),#advi_so3 .youshi1_b>table>tbody tr:nth-child(6),#advi_so3 .youshi1_b>table>tbody tr:nth-child(7),#advi_so3 .youshi1_b>table>tbody tr:nth-child(8){display:none;}
#advi_so3 .youshi1_b>table>tbody tr:nth-child(9),#advi_so3 .youshi1_b>table>tbody tr:nth-child(10),#advi_so3 .youshi1_b>table>tbody tr:nth-child(11),#advi_so3 .youshi1_b>table>tbody tr:nth-child(12){display:none;}
    
/*生产实力*/
.ability_b,.ability_b .bdbd li{height:595px;}
.ability_b .banner-btnn a.prev,.ability_b .banner-btnn a.next{top:260px;background-image:url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190809/20190809210730_1597420410.png);}
.ability_b .hd ul li.on{background:#edaf01;}
.ability_b{min-width:1200px;position:relative;overflow:hidden;}
.ability_b .bdbd{ width:100% !important;}
.ability_b .bdbd li{width:100%;background-position: center;background-repeat: no-repeat;}
.ability_b .bdbd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btnn a{display:block;width:64px;height:64px;position:absolute;}
.banner-btnn a.prev{left:25px;background-repeat:no-repeat;background-position:0 0;} 
.banner-btnn a.next{right:25px;background-repeat:no-repeat;background-position:-60px 0;}

.ability_b .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.ability_b .hd ul{ text-align: center}
.ability_b .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.ability_b .hd ul li.on{ width: 32px; }
.bdbd li p{width:550px;height:83px;background:rgba(3,144,221,0.8);    font-size: 24px;color: hsl(0, 0%, 100%);text-align: center;line-height: 83px;float: right;margin-top: 512px;}



    /*简介*/
    .about_bg{height:790px;background: #fff;border-bottom:9px solid #f8f9fb;}
    .W1400{width:1257px;margin:0 auto;}
    .about_bg_fl{width:600px;height:585px;margin:120px 0 0 40px;}
    .about_bg_fl1 t{font-size: 40px;color:#333;font-weight:100;}
    .about_bg_fl1 b{color:#0372dd;}
    .about_bg_fl1 p{font-size: 16px;color:#666;    margin: 10px 0 35px 0;}
    .about_bg_fl2{width:565px; height:274px; font-size:14px; line-height:26px;}
    .about_bg_fl2 p{font-size:14px;color:#666;line-height: 28px; font-weight:100; margin-bottom:20px;}
    .about_bg_fl2 a{font-size:14px;color: #0372dd !important;}
   .about_bg_fr img{padding-top: 92px;}
    .about_bg_fl3{width:585px;height:173px;box-shadow:0px 0px 10px #eee; }
    .about_bg_fl3 a{width: 195px;height:173px;display: block;float:left;    text-align: center;line-height: 220px; font-size:18px;color:#333;background-repeat:no-repeat; background-position:center 54px;}
    .about_bg_fl3 a:hover{background-color:#0372dd; color:#fff;}
    
    .about_bg_fl3 a:nth-child(1){background-image: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190808/20190808171521_794244358.png); }
    .about_bg_fl3 a:nth-child(2){background-image: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190808/20190808171302_21983351.png);}
    .about_bg_fl3 a:nth-child(3){background-image: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190808/20190808171521_465886922.png);}
    .about_bg_fl3 a:nth-child(1):hover{background-image: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190812/20190812105333_1293424322.png); }
    .about_bg_fl3 a:nth-child(2):hover{background-image: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190812/20190812105319_2096996303.png);}
    .about_bg_fl3 a:nth-child(3):hover{background-image: url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190812/20190812105344_122351169.png);}



/*新闻*/
.new_bg{height: 600px; background: #fff;}
.new_l{ width: 577px;}
.new_r{width: 600px; height: 525px; background: #fff;    position: relative;}
.new_t{ height: 87px; line-height:67px;}
.new_t p,.tab p{font-size: 36px; font-weight: 100; float: left;color:#222;}
.new_t b{color:#0372dd;}
.new_t t{font-size: 18px;color:#666;    line-height: 18px; margin-top: -6px; display: block;}
.new_t a{display: block; float: right;width: 95px; height: 58px;line-height:58px; font-size: 14px; border: 1px #eee solid;   text-align: center; margin-top:20px;}
.new_t a:hover{border: 1px #0372dd solid; color:#fff; background:#0372dd;}

.news_div_item{    position: relative; margin-top:20px;}
.news_div_item:after{content:""; display:block; width:100%; height:100%;position: absolute; top:0; left:0; background:url(https://memberpic.114my.com.cn/pyj123/uploadfile/image/20190812/20190812103005_498451167.png)repeat-x bottom center;}
.news_div_item_pic img{width:576px; height:424px;}
.news_div_item_content{position: absolute; top:370px; z-index: 2;}
.news_div_item_content a{font-size:20px; color:#fff;    padding-left: 35px; }
.news_div_item_date{position: absolute; top:340px; font-size:15px;color:#fff; padding-left:35px;z-index: 2;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{float:left;}

.new_r .convert2{ width:600px; height:527px; margin:0 auto; }
.new_r .convert2 .tab{width:600px; height:87px; font-size: 36px;  color:#333; font-weight:100;}
.new_r .convert2 .content2{ overflow:hidden; width:600px; height:425px; position:relative; margin:20px auto;background: #fafafa;}
.new_r .convert2 .content2 ul{ position:absolute; left:0; height:450px;}
.new_r .convert2 .content2 li{ width:574px; height:auto; float:left;}

.news_row2 .divdgweb_new_div, .news_row2 .news_div {font-weight: normal;    padding: 10px 0 0 25px;}
.news_row2 .news_div_item, .news_row2 .divdgweb_new_div_item { position: relative; padding: 10px 0; height: 41px; overflow: hidden; transition: 0.3s all ease; border-bottom: 1px dashed #eee; }
.news_row2 .news_div_item:nth-last-child(1), .news_row2 .divdgweb_new_div_item:nth-last-child(1){border-bottom: 0 none !important;}
.news_row2 .divdgweb_new_div_item_date, .news_row2 .news_div_item_date { position: absolute; right: 0px; top: 22px; transition: 0.3s all ease; font-size:14px;}
.news_row2 .divdgweb_new_div_item_date > div, .news_row2 .news_div_item_date > div{ display: inline-block; color: #999; font-size: 14px; font-family: 'arial'; }
.news_row2 .news_div_item_title, .news_row2 .divdgweb_new_div_item_title{ position: relative; }

.news_row2 .news_div_item_year:after, .news_row2 .news_div_item_year::after, .news_row2 .divdgweb_new_div_item_year:after, .news_row2 .divdgweb_new_div_item_year::after{ content: '-'; }
.news_row2 .on .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_year:after,{ content: ''; }
.news_row2 .news_div_item_title:after, .news_row2 .divdgweb_new_div_item_title:after{ content: ''; width: 4px; height: 4px; position: absolute; left: 0px; top: 19px; }
.news_row2 .on .news_div_item_title:after, .news_row2 .on .divdgweb_new_div_item_title:after{ content: ''; display: none; }
.news_row2 .news_div_item_title .news_div_item_a, .news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a { font-size: 16px; color: #333;display: block; line-height: 40px; width: 425px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic, .news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body{ transition: 0.3s all ease; }
.news_row2 .news_div_item_pic{display: none;}
.news_row2 .news_div_item.on, .news_row2 .divdgweb_new_div_item.on { height: 150px; padding: 0px 0 10px 0; }
.news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body { line-height: 20px; color: #888; font-size: 13px; width: 547px; text-align: justify; position: absolute; top: 60px; transition:0.3s all ease-in-out; }

.news_row2 .on .news_div_item_body, .news_row2 .on .divdgweb_new_div_item_body{ top: 90px}

.news_row2 .on .divdgweb_new_div_item_date, .news_row2 .on .news_div_item_date { top:-5px; left:-25px;display: block;right: 0px}
.news_row2 .on .news_div_item_title .news_div_item_a, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a { position: absolute;padding-left:0; top:40px; width: 576px; color: #333; font-weight:bold; font-size:18px;}
.news_row2 .on .divdgweb_new_div_item_date > div, .news_row2 .on .news_div_item_date > div {  font-size: 16px; line-height: 30px; }
.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .news_row2 .on .news_div_item_date > .news_div_item_year{ font-size: 16px; display: block;position: absolute;top: 14px;left: 24px;color: #0372dd;}


.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_month, .news_row2 .on .news_div_item_date > .news_div_item_month{position: absolute;top: 14px;left:67px;color: #0372dd;}

.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_day, .news_row2 .on .news_div_item_date > .news_div_item_day{position: absolute;top: 14px;left:90px;color: #0372dd;}
    





/*友情链接*/
.link_bg{background: #0086e0;width: 100%;min-width: 1200px;height: 80px;line-height: 80px;color: #fff;}

.link_l{background: url(https://memberpic.114my.com.cn/hualonglan/uploadfile/image/20190627/20190627193856_27911564.png)no-repeat center left;color: #fff;font-size: 20px;padding-left: 42px;}

.link_sq a{color: #fff;font-size: 14px;}
.link_r a{color: #fff;font-size: 14px;}

.linkTagcs li{line-height: 40px !important;}

/*版权*/
.footer_bg{background: #181818;width: 100%;min-width: 1200px;height:467px;}
.footer_tel{width: 310px;}
.footer_w p{color: #999;font-size: 14px;}
.footer_w span{color: #fff;font-size: 30px;font-weight: bold;display: block;}
.footer_w t{font-size: 14px;color: #fff;display: block;margin-top: 30px;}
.footer_w1{font-size: 14px;color: #999;line-height: 24px;margin-top: 20px;}
.footer_w1 a{font-size: 14px;color: #999;}

.footer_wa{margin-top: 36px;}
.footer_wa a{display: block;float: left;width: 42px;height:42px;}


.footer_wa a:nth-child(1){background-color: #333;background-image:url(https://memberpic.114my.com.cn/hualonglan/uploadfile/image/20190627/20190627200400_217331772.png);}

.footer_a{width: 180px;border-left: 1px #333 dashed;text-align: center;height: 220px;}
.footer_t{font-size: 18px;color: #fff;}
.footer_aa{margin-top:25px;}
.footer_aa a{display: block;font-size: 14px;color: #999;line-height: 30px;}
.footer_aa a:hover{color: #fff;}

.footer_ma{background: #fff;width: 134px;height: 161px;margin-left:20px;}
.footer_ma img{display: block;margin: 0 auto;width: 108px;margin-top: 13px;}
.footer_ma p{text-align: center;font-size: 14px;color:#aaa;margin-top: 9px;}

.footer_ww{height: 277px;border-bottom: 1px #333 solid;}

.footer_di{background: url(https://memberpic.114my.com.cn/hualonglan/uploadfile/image/20190627/20190627202419_1430392298.png)no-repeat center left;color: #999;font-size: 14px;padding-left: 32px;height: 24px;line-height: 24px;}

.footer_fr a{font-size: 14px;color: #999;}
.footer_fr{font-size: 14px;color: #999;}


 /* 客服样式*/
#kefu{position:fixed;top:50%;margin-top:-200px;right:10px;z-index:40;text-align:center;width:230px; height:295px;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;
    border-radius:5px;background:#0b68c8;z-index: 999999;}
#kefu>h2{margin:15px 0;font-size:22px;color:#fff;line-height: 22px;}
#kefu>h2>span{font-size:12px}
#kefu>ul li{line-height:30px;width:80%;cursor:pointer;margin:10px auto;background:#fff;height:25px;
    font-size:14px;color:#000;border-radius:5px;vertical-align:middle}
#kefu>ul li img{vertical-align:middle;position:relative;top:-4px}
#kefu>ul li span{position:relative;margin-left:5px;top:-2px}
#kefu .qr_code{width:110px;height:108px;margin:10px auto;border-radius:15px;overflow:hidden}
#kefu .qr_code>img{width:100%;height:100%;-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px}
#kefu .small_tel {line-height: 22px;}
#kefu .small_tel .p1{padding-left:20px;font-size:14px;color:#fff;display:inline-block;margin:0 auto}
#kefu .small_tel .p2{font-size:14px;color:#fff;margin:5px 0;display:inline-block;width:180px}
#kefu .small_tel .p2 a{color:#fff;}
#kefu .small_tel .p3{font-size:14px;color:#fff;margin:16px 0;display:inline-block;width:150px}

#kefu .close{width:50px;height:50px;text-align:center;position:absolute;top:-6.5%;left:40%;cursor:pointer}
#kefu .close>img{max-width:100%}
#kefu .show{position: absolute;top: 0;bottom: 0;left: -35px;width: 35px;height: 90px;display: none;
background-color: #f3af00;color: #fff;margin:auto;padding: 20px 0;text-align: center;
line-height: 110%;border-bottom-left-radius: 5px;border-top-left-radius: 5px;}
#kefu .show div{width: 20px;margin:0 auto;font-size: 14px;}



.hd-a{display: block;width: 100%;height: 700px;}





/*在线客服*/
#icon_module{left:10px!important;}