/*栏目页BG*/
.myys_nybg{background: url(../images/nybg.jpg) no-repeat center;background-attachment: fixed;box-sizing: border-box;}

.myys_more{position: relative;padding: 15px 0;color: #fff;background: #005bbf;width: 110px;display: block;box-sizing: border-box;text-align: center;}
.myys_more:after{content: ''; width: 70px; height: 16px;position: absolute;right: 15px;top: 20px;z-index: 2}
.myys_more:before{content: '';position: absolute;left: 0;top: 0; width: 3%; background: #e76f19;transition: all 0.5s; height: 100%;z-index: 1}
.myys_more:hover:before{content: '';position: absolute;left: 0;top: 0; width: 100%; background: #e76f19;}
.myys_more span{z-index: 2;position: relative;}


/*合作伙伴*/
.myys_pic_partners{background: #fff;box-sizing: border-box;}
.myys_pic_partners ul{display: flex; justify-content: space-between;flex-wrap: wrap;}
.myys_pic_partners ul li{ width: ; }
.myys_pic_partners ul li img{width: 250px;border: 1px solid #efefef;box-sizing: border-box;}
.myys_pic_partners ul li h4{line-height: 240%; font-size: 16px; text-align: center;font-weight: 100;}

/*案例*/
.myys_pic_cases{background: #fff;box-sizing: border-box;margin-top: 20px}
.myys_pic_cases ul{display: flex; justify-content:flex-start;flex-wrap: wrap;}
.myys_pic_cases ul li{margin:0 20px}
.myys_pic_cases ul li img{width: 260px;border: 1px solid #efefef;box-sizing: border-box;}
.myys_pic_cases ul li h4{line-height: 240%; font-size: 16px; text-align: center;font-weight: 100}


/*文章(专用）左右排版*/
.myys_news_list {background: #fff;box-sizing: border-box;margin-top: 20px}
.myys_news_list .left {width: 240px; float: left}
.myys_news_list .left .top{color: #fff;line-height: 80px;text-indent: 20px;font-size: 22px; font-weight: bold;background: #005bbf;background-repeat: no-repeat;background-position: 10px 15px ;padding-left: 50px}
.myys_news_list .left .top2{color: #fff;line-height: 80px;text-indent: 20px;font-size: 22px; font-weight: bold;background: #fdd000;background-repeat: no-repeat;background-position: 10px 15px ;padding-left: 50px;margin-top: 20px}

.myys_news_list .left .sideMenu{  border:1px solid #efefef; box-sizing: border-box;padding: 10px }
.myys_news_list .left .sideMenu h3{ height:50px; line-height:50px; padding-left:10px;  border:1px solid #efefef;cursor:pointer;font:normal 16px/50px "Microsoft YaHei";margin-bottom: 10px;position: relative;}
.myys_news_list .left .sideMenu h3 a{color: #333;display: block;}
.myys_news_list .left .sideMenu h3:hover{background: #e76f19;color: #fff}
.myys_news_list .left .sideMenu h3:hover a{color: #fff}
.myys_news_list .left .sideMenu .on{background: #e76f19;color: #fff}
.myys_news_list .left .sideMenu .on a{color: #fff}
.myys_news_list .left .sideMenu ul{ padding:0 10px; color:#999; display:block; /* 默认都隐藏 */width: 100%;box-sizing: border-box;margin-bottom: 10px}
.myys_news_list .left .sideMenu ul li a{border-bottom: 1px solid #efefef; line-height: 40px;;display: block;font-size: 14px}
.myys_news_list .left .sideMenu ul li a:hover{color: #e76f19}

.myys_news_list .right {width: 920px; float: right}
.myys_news_list .right dl {border: 1px solid #dedede;margin-bottom: 15px;padding: 22px;background: #fff;overflow: hidden;}
.myys_news_list .right dt {width: 280px;float: left;margin-right: 2%;}
.myys_news_list .right dt img {width: 100%;display: block; height: 180px }
.myys_news_list .right dd h4 {height: 40px;font-weight: normal;font-size: 18px;color: #333;line-height: 40px;margin-bottom: 5px;overflow: hidden;}
.myys_news_list .right h4 a {display: block;height: 40px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
.myys_news_list .right dl:hover {border: 1px solid #ccc;}
.myys_news_list .right dl:hover h4 a {color: #005bbf;}
.myys_news_list .right dl .right-desc {max-height: 72px;font-size: 14px;line-height: 24px;color: #797979;margin-bottom: 28px;overflow: hidden;}
.myys_news_list .right dl .right-deta {width: 90px;height: 30px;line-height: 30px;text-align: center;display: block;float: right;background: #b6b6b6;color: #fff;}
.myys_news_list .right dl .right-deta a {color: #fff;}
.myys_news_list .right dl:hover .right-desc {max-height: 72px;font-size: 14px;line-height: 24px;color: #797979;margin-bottom: 28px;overflow: hidden;}
.myys_news_list .right dl:hover .right-deta {width: 90px;height: 30px;line-height: 30px;text-align: center;display: block;float: right;background: #005bbf;color: #fff;}
.myys_news_list .right dl:hover .right-deta a {color: #fff;}

/*文章详情页通用*/
.myys_news_list .right .conx {padding: 0 0 0;line-height: 200%}
.myys_news_list .right .conx h1 {padding-top: 16px;color: #333;font-size: 22px;line-height: 40px;text-align: center;font: 22px/63px "Microsoft Yahei";font-weight: bold;
}
.myys_news_list .right .conx .info_con_tit .n_tit {text-align: left;color: #999;border-bottom: 1px dashed #999;height: 44px;line-height: 44px;font-size: 14px}
.myys_news_list .right .conx .info_con_tit .n_tit a {color: #BCBBBB;}
.myys_news_list .right .conx .info_con_tit .n_tit span .cur {color: #000;}
.myys_news_list .right .conx .info_con_tit {font-family: "Microsoft Yahei";line-height: 24px;margin-bottom: 15px;}
.myys_news_list .right .conx .info_con_tit span {margin-right: 20px;}



/*单页*/
/*用于公司简介综合*/
.myys_page_index {background: #fff;padding: 20px 0;box-sizing: border-box;}
.myys_page_index_01 {}
.myys_page_index_01 .fl{width: 620px;}
.myys_page_index_01 .fr{width: 630px;}
.myys_page_index_01 .fl p{font-size: 14px;color: #666; line-height: 240%;text-indent: 30px}

.myys_page_index .myys_tit_l{border-bottom: 1px solid #efefef;padding-bottom: 10px}
.myys_page_index .myys_tit_l strong{color: #333}
.myys_page_index ul{display: flex; justify-content: space-between;flex-wrap: wrap;padding: 20px 0}
.myys_page_index ul li{ width: ; }
.myys_page_index ul li img{width: 360px;border: 1px solid #efefef;box-sizing: border-box;}
.myys_page_index ul li h4{line-height: 240%; font-size: 16px; text-align: center;font-weight: 100;}

.myys_page_index .ul2{display: flex; justify-content: space-between;flex-wrap: wrap;padding: 20px 0}
.myys_page_index .ul2 li{ width: ; }
.myys_page_index .ul2 li img{width: 190px;border: 1px solid #efefef;box-sizing: border-box;}
.myys_page_index .ul2 li h4{line-height: 240%; font-size: 16px; text-align: center;font-weight: 100;display: none}

.myys_page_index .ul3{display: flex; justify-content: space-between;flex-wrap: wrap;padding: 20px 0}
.myys_page_index .ul3 li{ width: ; }
.myys_page_index .ul3 li img{width: 230px;border: 1px solid #efefef;box-sizing: border-box;}
.myys_page_index .ul3 li h4{line-height: 240%; font-size: 16px; text-align: center;font-weight: 100;display: none}

.myys_page p {font-size: 16px;line-height: 30px;padding: 10px;box-sizing: border-box;text-indent: 30px}
.myys_page p strong{color: #c81113}
.myys_page p a{color: #c81113}
.myys_page .p2{font-size: 18px;font-weight: bold;border-bottom: 1px dashed #efefef}
.myys_page .p3{font-size: 18px;font-weight: bold;border-bottom: 1px dashed #efefef}
.myys_page .p5{font-size: 20px;color: #fff;text-align: center;}
.myys_page .p5 strong{color: #fff}


/*用于公司简介等页面*/
.myys_page {margin: 0 auto ;padding: 30px 0;}
.myys_page p {font-size: 16px;line-height: 30px;padding: 10px;box-sizing: border-box;text-indent: 30px}
.myys_page p strong{color: #c81113}
.myys_page p a{color: #c81113}
.myys_page .p2{font-size: 18px;font-weight: bold;border-bottom: 1px dashed #efefef}
.myys_page .p3{font-size: 18px;font-weight: bold;border-bottom: 1px dashed #efefef}
.myys_page .p5{font-size: 20px;color: #fff;text-align: center;}
.myys_page .p5 strong{color: #fff}

/*联系我们专用页面*/
.myys_page_lxwm {background: #fff;box-sizing: border-box;margin-bottom: 20px}
.myys_page_lxwm p{ padding: 20px; box-sizing: border-box;line-height: 200%;font-size: 16px;text-indent: 30px;border: 1px solid #efefef }
.myys_page_lxwm dl {}
.myys_page_lxwm dl dt {font-size: 22px;line-height: 50px;font-weight: bold;color: #e76f19}
.myys_page_lxwm dl dd {line-height: 40px;font-size: 16px;font-weight: bold;margin: 20px 0 10px 0;width: 50%;}
.myys_page_lxwm dl dd:nth-child(odd) {float: right}
.myys_page_lxwm dl dd:nth-child(even) {float: left}
.myys_page_lxwm dl dd img {float: left;margin-right: 10px}

/*产品(专用）上下排版*/
.myys_product_list_1 {background: #fff;box-sizing: border-box;margin-top: 20px}
.myys_product_list_1 .tit{font-size: 20px;display: block;color: #fff;font-weight: bold;line-height: 240%;background: #333;padding-left: 20px; box-sizing: border-box;text-align: center;}
.myys_product_list_1  ul{display: flex;justify-content:space-around; flex-wrap: wrap;}
.myys_product_list_1  li{width:558px; position: relative;border: 1px solid #efefef;box-sizing: border-box;margin-bottom: 20px}
.myys_product_list_1  li img{width: 100%}
.myys_product_list_1  li h2{font-size:16px;font-weight: bold;line-height: 240%;text-align: center}



/*产品(专用）左右排版*/
.myys_product_list {background: #fff;box-sizing: border-box;margin-top: 20px}
.myys_product_list .left {width: 240px; float: left}
.myys_product_list .left .top{color: #fff;line-height: 80px;text-indent: 20px;font-size: 22px; font-weight: bold;background: #005bbf;background-repeat: no-repeat;background-position: 10px 15px ;padding-left: 50px}
.myys_product_list .left .sideMenu{  border:1px solid #efefef; box-sizing: border-box;padding: 10px }
.myys_product_list .left .sideMenu h3{ height:50px; line-height:50px; padding-left:10px;  border:1px solid #efefef;cursor:pointer;font:normal 16px/50px "Microsoft YaHei";margin-bottom: 10px;position: relative;}
.myys_product_list .left .sideMenu h3 a{color: #333;display: block;}
.myys_product_list .left .sideMenu h3:hover{background: #e76f19;color: #fff}
.myys_product_list .left .sideMenu h3:hover a{color: #fff}
.myys_product_list .left .sideMenu .on{background: #e76f19;color: #fff}
.myys_product_list .left .sideMenu .on a{color: #fff}
.myys_product_list .left .sideMenu ul{ padding:0 10px; color:#999; display:block; /* 默认都隐藏 */width: 100%;box-sizing: border-box;margin-bottom: 10px}
.myys_product_list .left .sideMenu ul li a{border-bottom: 1px solid #efefef; line-height: 40px;;display: block;font-size: 14px}
.myys_product_list .left .sideMenu ul li a:hover{color: #e76f19}
.myys_product_list .right {width: 920px; float: right}
.myys_product_list .right .tit{font-size: 20px;display: block;color: #333;font-weight: bold;line-height: 240%; box-sizing: border-box;text-align:left;border-bottom: 1px solid #efefef;margin-bottom: 20px}
.myys_product_list .right p{line-height: 240%;font-size: 14px; color: #666;margin-bottom: 20px;box-sizing: border-box;padding: 10px}
.myys_product_list .right ul{display: flex;justify-content:space-between; flex-wrap: wrap;}

.myys_product_list .right li{width: 290px; position: relative;border: 1px solid #efefef;box-sizing: border-box;margin-bottom: 20px}
.myys_product_list .right li img{width: 100%}
.myys_product_list .right li h2{font-size:16px;font-weight: bold;line-height: 240%;text-align: center}


/*产品详情(专用）左右排版*/
.myys_product_list .right_x {width: 920px; float: right}
.myys_product_list .right_x .page01{box-sizing: border-box;}
.myys_product_list .right_x .page01 .left{box-sizing: border-box;width: 400px; }
.myys_product_list .right_x .page01 .left img{ width: 100%;border: 1px solid #efefef;box-sizing: border-box; }
.myys_product_list .right_x .page01 .right{box-sizing: border-box; width: 500px;}
.myys_product_list .right_x .page01 .right h1{color: #333;font-size: 20px;border-bottom: 1px solid #efefef;line-height: 240%}
.myys_product_list .right_x .page01 .right p{font-size: 14px; line-height: 240%;color: #666;padding: 10px; box-sizing: border-box;}
.myys_product_list .right_x .page01 .pho{border-top: 2px solid #efefef;position: relative;padding: 20px 0;font-weight: bold;background: url(../images/pho.png) no-repeat left;padding-left: 65px}
.myys_product_list .right_x .page01 .pho strong{display: block;font-size: 26px;color: #e76f19}
.myys_product_list .right_x .page01 .pho a{position: absolute;right: 0;top: 20px;}

.myys_product_list .right_x .page02{margin-top: 30px}
.myys_product_list .right_x .page02 .hd{  border-bottom:1px solid #ddd;  position:relative; }
.myys_product_list .right_x .page02 .hd ul{ float:left;margin-top: 1px}
.myys_product_list .right_x .page02 .hd ul li{ float:left; padding:10px 30px; cursor:pointer;  }
.myys_product_list .right_x .page02 .hd ul li.on{ background:#e76f19; color: #fff;font-weight: bold;}

.myys_product_list .right_x .page02 .bd ul{ padding:15px 0;  zoom:1;  }

.myys_product_list .right_x .page02 .cs table {margin: 0 auto;color: #262626;width: 100%;}

.myys_product_list .right_x .page02 .cs table td {border: 1px solid #e5e5e5;line-height: 2rem;padding: 0.4rem;text-align: center;font-size: 0.875rem}

.myys_product_list .right_x .page02 .cs table tr:first-child {text-align: center;background: #005ca1;color: #fff;font-weight: bold;}

.myys_product_list .right_x .page02 .cs table tr:hover {background: #f5f5f5;color: #333;cursor: pointer;}

.myys_product_list .right_x .page02 .cs table .bold {font-weight: bold;background: #f5f5f5}

.myys_product_list .right_x .page02 .cs table a {font-weight: bold;font-size: 16px;color: #0064a0}

.myys_product_list .right_x .page02 .js{}
.myys_product_list .right_x .page02 .js p{line-height: 240%;}

.myys_product_list .right_x .page02 .xg{display: flex; justify-content: space-between;flex-wrap: wrap; width: 100%}
.myys_product_list .right_x .page02 .xg li{  }
.myys_product_list .right_x .page02 .xg li img{width: 220px;border: 1px solid #efefef;box-sizing: border-box;}
.myys_product_list .right_x .page02 .xg li h4{line-height: 240%; font-size: 18px; text-align: center;}


.myys_product_list_xg_p  .myys_tit_l{border-bottom: 1px solid #efefef;padding-bottom: 10px}
.myys_product_list_xg_p  .myys_tit_l strong{color: #333}

.myys_product_list_xg_p ul{display: flex;justify-content:space-between; flex-wrap: wrap;margin-top: 20px}
.myys_product_list_xg_p li{width: 281px; height: 281px;margin-bottom: 30px;position: relative;}
.myys_product_list_xg_p li .t{position: absolute;left: 0;width: 281px; height: 281px;background:rgba(221,35,39,0.9);box-sizing: border-box;padding: 20px;text-align: center;color: #fff;top: 281px; display: none; transition:all 2s;
-moz-transition:all 2s; /* Firefox 4 */
-webkit-transition:all 2s; /* Safari and Chrome */
-o-transition:all 2s; /* Opera */}
.myys_product_list_xg_p li .t h2{font-size: 24px;font-weight: bold;line-height: 240%}
.myys_product_list_xg_p li .t p{font-size: 15px;line-height: 180%;margin-bottom: 30px}
.myys_product_list_xg_p li .t .more{border: 1px solid #fff;padding: 5px 20px;display: inline-block;}
.myys_product_list_xg_p li img{width: 100%;border: 1px solid #EFEFEF;box-sizing: border-box;}
.myys_product_list_xg_p li:hover .t{display: block; top: 0}

.myys_product_list_xg_n  .myys_tit_l{border-bottom: 1px solid #efefef;padding-bottom: 10px}
.myys_product_list_xg_n  .myys_tit_l strong{color: #333}
.myys_product_list_xg_n {}
.myys_product_list_xg_n  dl{width:1200px;padding: 30px 0}
.myys_product_list_xg_n  dt{width:600px; float: left}
.myys_product_list_xg_n  dt img{width:200px; }
.myys_product_list_xg_n  dt p{ height:35px; border-bottom:1px solid #d7d7d7; font:18px "Microsoft Yahei"; line-height:35px; overflow:hidden; color:#333; cursor:pointer;float: right; width: 380px}
.myys_product_list_xg_n  dt p span{ display:inline-block; float:left; width:53px; height:26px; background:#df0522; margin:19px 20px 0 20px; line-height:26px; overflow:hidden; text-align:center; color:#fff;}
.myys_product_list_xg_n  dt em{ display:block; font:13px "Microsoft Yahei"; color:#333; line-height:20px;  overflow:hidden; padding:15px 20px 0 10px;float: right; width: 380px;box-sizing: border-box;}

.myys_product_list_xg_n  dt .left{ width: 200px;float: left }
.myys_product_list_xg_n  dt .right{ width: 380px;float: right }

.myys_product_list_xg_n  dd{ padding-left:20px;  float: right; width: 550px}
.myys_product_list_xg_n  dd p{ font:14px "Microsoft Yahei"; color:#333; height:32px; line-height:32px; overflow:hidden;}
.myys_product_list_xg_n  dd span{ display:inline-block; float:left; width:16px; height:16px; font:12px "宋体"; text-align:center; line-height:16px; color:#fff; background:url(../images/juj_dot1.gif) no-repeat; margin:8px 10px 0 0;}
.myys_product_list_xg_n  dd p a{ color:#333;}

.myys_product_list_xg_n  dd em{ float:right; font-family:"宋体"; color:#979797;}
.myys_product_list_xg_n  dd .p01 span{background:url(../images/juj_dot2.gif) no-repeat;}