@charset "UTF-8";
body{overflow-x: hidden;overflow-y: auto;}
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin: 0px;}
input,button,ul,ol{margin: 0px; padding: 0px;}
body,input,button,form{font-size: 14px;line-height: 28px;font-family: "microsoft yahei","宋体", "Arial";color: #333;}
h1,h2,h3,h4,h5,h6{font-size: 14px; font-weight: normal;}
ul,ol,li{list-style: none;}
input{background: none; border: 0 none;}
img,iframe{border: 0px;}
img { vertical-align: middle; border: 0; }
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;}
table{border-collapse: collapse; border-spacing: 0;}
.red{color: #ba292e;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1200px; margin: 0 auto;}
.w1400 { width: 1400px; margin: 0 auto; }
@media screen and (max-width:1499px) {
.w1400 { width: 94%; }
}
.top_main .w1200,.header_main .w1200,.nav_main .w1200,.link .w1200,.footer .w1200,.fnav .w1200,.index .w1200{width: 1600px;}
@media (max-width: 1600px){
 .top_main .w1200,.header_main .w1200,.nav_main .w1200,.link .w1200,.footer .w1200,.fnav .w1200,.index .w1200{width: 1200px;}
}
a{color: #434343;text-decoration: none;}
a:hover{color: var(--colour1); text-decoration: none;}
a:visited{text-decoration: none;}
.ease,
.ease *{-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,
.noease *{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: '';position: absolute;left: -100%;top: 0;width:100%;height:100%;background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
/*网站顶部*/
.top_main{width: 100%;height: 40px;color: #666;line-height: 40px;border-bottom: 1px solid #d8d8d8;background: url(../images/top_bg.png) center repeat-x;}
.top_main li{position: relative;display: inline-block;text-align: center;}
.top_main .split{display: inline-block;width: 1px;height: 15px;background: #666;vertical-align: middle;margin-right: 7px;margin-top: -2px;}
.top_main li a{color: #666;cursor: pointer;}
.top_main li a:hover{color: var(--colour1);}
/*网站头部*/
.header_main{width: 100%;height: 175px;z-index: 100;background: #fff url(../images/head_bg.png) center bottom no-repeat;}
.header_main .logo{display: block;margin-top: 32px;}
.header_main .logo img{width: 100%;height: 100%;display: block;}
.header_main .tel{float: right;width: 290px;padding-top: 50px;margin-right: 30px;}
.header_main .tel img{float: left; margin-right: 30px;}
.header_main .tel p{font-size: 18px; margin-bottom: 3px; margin-top: 8px;}
.header_main .tel span{font-size: 24px; font-weight: bold; color: var(--colour1);}
.header_main .tel:hover img{animation: zy 2.5s .15s linear infinite; -moz-animation: zy 2.5s .15s linear infinite; -webkit-animation: zy 2.5s .15s linear infinite; -o-animation: zy 2.5s .15s linear infinite;}
.header_main .ewm{float: right;padding-top: 36px;}
.header_main .ewm img{width: 85px;height: 85px;display: block;}
.header_main .ewm p{color: var(--colour1);font-size: 12px;line-height: 16px;margin-top: 3px;}
/*网站导航*/
.nav_main{width:100%;height: 60px;background: var(--colour1);position: relative;z-index: 3;}
.nav_main .nav li{float:left;width: 177px;line-height: 60px;display: block;position: relative;z-index: 10;font-size: 16px;text-align: center;transition: all .5s;}
.nav_main .nav li a{display: block;color:#fff;font-size:16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nav_main .nav li:hover, .nav_main .nav li.hover{background: var(--colour2);}
.nav_main .nav dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav dl dd{line-height: 44px;height: 44px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid var(--colour3);}
.nav_main .nav dl dd:first-child{border: none;}
.nav_main .nav dl dd a{color: #fff;font-size: 14px;padding: 0;background: var(--colour1);text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, #2b2b2b, #2b2b2b);background-image: linear-gradient(to right, #2b2b2b, #2b2b2b);-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav dl dd a:hover {background-size: 100% 100%;padding-left: 10px;color: rgba(255, 255, 255, 0.9999);}
@media (max-width: 1600px){.nav_main .nav li{width: 133px;}}
/*网站大图*/
.banner{width:100%;max-width: 1920px;position:relative;overflow:hidden;z-index:0;}
.banner li{width:100%;position:absolute;z-index:1;overflow:hidden;display: none;}
.banner .swiper-slide img{width: 100%;display:block;}
#banner .tip{width:1000px;height: 20px;line-height:0;font-size:0;text-align:center;position:absolute;left:50%;margin-left:-500px;bottom: 35px;z-index:3;}
#banner .tip span{width: 18px;height: 18px;margin: 0 10px;display:inline-block;cursor: pointer;background: #fff;border: 1px solid var(--colour1);border-radius: 50%;opacity: 1;outline: none;transition: all .5s;}
#banner .tip span.swiper-pagination-bullet-active{background: var(--colour1);}
#banner #btn_prev,#banner #btn_next{width: 29px;height: 63px;position:absolute;top: 50%;margin-top: -32px;background: url(../images/arrows.png) center no-repeat;z-index:5;opacity: 0;}
#banner #btn_prev{background-position: 0;left: 6%;}
#banner #btn_next{background-position: -29px;right: 6%;}
#banner:hover #btn_prev,#banner:hover #btn_next{opacity: 1;}
/*搜索栏*/
.search_main{height: 60px;width:100%;overflow:hidden;border-bottom: 1px solid #eee;}
.search_main .skey{float:left;line-height: 60px;}
.search_main .skey p{font-size: 14px;font-weight: bold;color: #333;line-height: 60px;}
.search_main .skey p a{display:inline-block;font-weight: normal;color: #333;border-right: 1px solid #e8e8e8;line-height: 15px;padding:0 12px;}
.search_main .skey p a:last-of-type{border-right:none;}
.search_main .skey p a:hover{color:var(--colour1);}
.search_main .search_form{float:right;width: 338px;height: 34px;border: 1px solid #ccc;position:relative;margin-top: 12px;border-radius: 3px;position:relative;}
.search_main .search_form input{background-color: none;border: none;outline: none;}
.search_main .search_form .stxt{width: 300px;height: 34px;line-height: 34px;display: block;text-indent: 10px;color:#999;}
.search_main .search_form .sbtn{width: 40px;height: 36px;display: block;cursor: pointer;position:absolute;top: -1px;right: -1px;font-size: 0;background: var(--colour1) url(../images/search.png) center no-repeat;border-radius: 3px;}
/*友情链接*/
.link{margin-top: 40px;margin-bottom: 40px;/* height: 62px; */}
.link p{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.link p span{color:var(--colour1);font-family: "Times New Roman",Times,serif;}
.link ul li{float: left;line-height: 19px;margin-right: 30px;}
.link ul li a{color:#666;}
.link ul li a:hover{color:var(--colour1);}
/*网站底部*/
.footer{background: #363636 url(../images/foot_bg.jpg) no-repeat center top;height:348px;border-top: 6px solid #ccc;overflow:hidden;}
.footer .bottom{position: relative;height: 290px;}
.footer .flogo{width: 220px;height: 245px;}
.footer .flogo img{position: relative;width: 100%;height: 100%;display: block;z-index: 2; /*background:#0067d0;*/ padding:11%;}
.footer h2{position: relative;margin-bottom: 16px;background: url(../images/f_hb.gif) no-repeat left bottom;height: 60px;line-height: 60px;font-size: 16px;font-weight: normal;color: #e3e3e3;}
.footer h2:after{content: '';position: absolute;left: 0;bottom: 0;width: 19px;height: 2px;background: var(--colour1);}
.footer .contact{color:#fff;padding-top: 20px;width: 480px;margin-left: 300px;font-size: 14px;line-height: 30px;}
.footer .contact a{color:#fff;}
.footer .contact a:hover{color:var(--colour1);}
.footer .code{padding-top: 30px;}
.footer .code p{float: left;margin-right: 24px;}
.footer .code p img{width: 102px;height: 102px;display: block;border: 4px solid #1e1e1e;}
.footer .code p span{display: block;color: #fff;text-align: center;}
.footer .code p:last-child{margin-right: 0;}
.footer .fnav{color:#fff;font-size:14px;text-align: center;line-height: 60px;height: 60px;background: var(--colour1);box-shadow: 0 0 5px rgb(0 0 0 / 50%);}
.footer .fnav a{position: relative;color:#fff;font-size: 16px;width: 150px;display:inline-block;}
.footer .fnav a:before,.footer .fnav a:after{content: " ";position: absolute;top: 50%;margin-top: -7px;left: 0;width: 1px;height: 14px;background: rgba(255,255,255,.2);z-index: 1;}
.footer .fnav a:after{left: auto;right: 0;background: rgba(0,0,0,.2);}
.footer .fnav a:first-child:before,.footer .fnav a:last-child:after{display: none;}
@media (max-width: 1600px){
.footer .contact{float: left;margin-left: 100px;}
.footer .fnav a{width: 120px;font-size: 14px;}}
/*******index css*******/
/*.index *{transition: all .5s;}*/
/*首页标题*/
.index .in_title{padding-top: 70px;padding-bottom: 50px;text-align: center;}
.index .in_title p{font-size: 26px; font-weight: bold; margin-bottom: 2px;}
.index .in_title em{font-size: 12px; text-transform: uppercase; font-style: normal; color: #999;}
.index .in_title i{background: var(--colour1); width: 30px; height: 1px; display: block; margin: auto; margin-top: 14px;}
/*服务优势*/
.index .service{padding: 60px 0;}
.index .service ul li{float: left;}
.index .service ul li .box{width: 280px;padding-bottom: 47px;background: #f4f3f3;margin-right: 50px;text-align: center;cursor: pointer;transition: all .5s;}
.index .service ul li:last-child .box{margin-right: 0;}
.index .service ul li img{margin-top: 40px;width: 132px;height: 132px;}
.index .service ul li:hover img{transform: rotateY(180deg);-ms-transform: rotateY(180deg); /* IE 9 */-moz-transform: rotateY(180deg); /* Firefox */-webkit-transform: rotateY(180deg); /* Safari å’Œ Chrome */-o-transform: rotateY(180deg); /* Opera */transition: all .5s;}
.index .service ul li p{font-size: 20px;margin-top: 42px;margin-bottom: 22px;font-weight: bold;padding: 0 10px;}
.index .service ul li i{width: 60px;height: 1px;background: #595757;display: block;margin: auto;margin-bottom: 36px;transition: all .5s;}
.index .service ul li span{display: block;font-size: 16px;line-height: 26px;padding: 0 10px;height: 52px;overflow: hidden;}
.index .service ul li .box:hover{background: var(--colour1);box-shadow: 0px 0px 20px #aaa;color: #fff;}
.index .service ul li:hover i{background: #fff;}
@media (max-width: 1600px){
.index .service{padding: 40px 0;}
.index .service ul li .box{width: 224px;padding-bottom: 30px;margin-right: 20px;}
.index .service ul li img{margin-top: 30px;width: 120px;height: 120px;}
.index .service ul li p{font-size: 20px;margin-top: 20px;margin-bottom: 15px;}
.index .service ul li i{margin-bottom: 20px;}
.index .service ul li span{font-size: 13px;line-height: 22px;height: 44px;}}
/*产品展示*/
.index .product{padding-bottom: 50px;background: #f2f2f2;}
.index .product .in_title{padding-bottom: 40px;}
.index .product .tab{padding-bottom: 40px;text-align: center;}
.index .product .tab a{position: relative;display: inline-block;font-size: 16px;line-height: 38px;text-align: center;padding: 0 18px;margin: 0 10px;border: 1px solid #e3e3e3;background: #fff;transition: all .5s;}
.index .product .tab a:hover{color: #fff;border-color: var(--colour1);background: var(--colour1);}
.index .product ul li{float: left;width: 388px;margin-right: 15px;margin-bottom: 15px;background: #fff;text-align: center;transition: all .5s;}
.index .product ul li:nth-child(4n){margin-right: 0;}
.index .product ul li .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.index .product ul li .img .bg{position: absolute;left: 0;top: 0;width: 100%;z-index: 2;height: 100%;background-size: cover;}
.index .product ul li .img .bg .txt{position: absolute;right: 12px;bottom: 0;width: 250px;height: 48px;padding-top: 5px;padding-left: 13px;text-align: left;color: #5d4710;line-height: 18px;box-sizing: border-box;}
.index .product ul li .img .bg .txt p{}
.index .product ul li .img .bg .txt span{display: block;font-weight: bold;}
.index .product ul li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.index .product ul li .tit p{color: #333;font-size: 20px;line-height: 64px;border-bottom: 1px solid #eee;padding: 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .5s;}
.index .product ul li .tit span{display: block;line-height: 50px;transition: all .5s;}
.index .product ul li:hover .img img{transform: scale(1.1);}
.index .product ul li:hover{box-shadow: 0px 0px 20px #aaa;}
.index .product .more{margin-top: 35px;}
.index .product .more a{display: block;margin: auto;width: 250px;background: #fff;border: 1px solid #ccc;text-align: center;line-height: 48px;}
.index .product .more a:hover{color: #fff;background: var(--colour1);border-color: var(--colour1);}
@media (max-width: 1600px){
.index .product .tab a{font-size: 14px;line-height: 33px;padding: 0 15px;margin: 0 8px;}
.index .product ul li{width: 288px;}
.index .product ul li .img .bg .txt{right: 8px;width: 188px;height: 36px;padding-left: 10px;font-size: 12px;line-height: 12px;}
.index .product ul li .tit p{font-size: 16px;line-height: 50px;}
.index .product ul li .tit span{line-height: 40px;}}
/*企业优势*/
.index .power{padding-bottom: 90px;}
.index .power ul{}
.index .power ul li{float: left;width: 400px;height: 600px;position: relative;background: #f2f2f2;}
.index .power ul li .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.index .power ul li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.index .power ul li .img i{position: absolute;top: 318px;left: 50%;margin-left: -16px;width: 0;height: 0;border: 16px solid transparent;border-top: 0;border-bottom-color: #f2f2f2;}
.index .power ul li .txt{padding: 0 50px;padding-top: 50px;}
.index .power ul li .txt p{color: var(--colour1);font-size: 24px;line-height: 34px;transition: all .5s;}
.index .power ul li .txt span{font-size: 18px;line-height: 34px;display: block;margin-top: 32px;text-align: justify;transition: all .5s;}
.index .power ul li:nth-child(2n) .img{position: absolute;bottom: 0;}
.index .power ul li:nth-child(2n) .img i{top: 0;border-top: 16px solid #f2f2f2;border-bottom: 0;}
.index .power ul li:hover .img img{transform: scale(1.1);}
@media (max-width: 1600px){
.index .power ul li{width: 300px;height: 449px;}
.index .power ul li .txt{padding: 0 40px;padding-top: 40px;}
.index .power ul li .txt p{font-size: 20px;line-height: 30px;}
.index .power ul li .txt span{font-size: 14px;line-height: 24px;margin-top: 20px;}}
/*关于我们*/
.index .about{position: relative;max-width: 1920px;margin: 0 auto;background: url(../images/about_bg.jpg) center no-repeat;background-size: cover;height: 660px;}
.index .about .about_con{width: 700px;padding-right: 74px;}
.index .about .about_con .title{padding-top: 120px;padding-bottom: 45px;}
.index .about .about_con .title h3{color: var(--colour1);font-size: 28px;font-weight: bold;margin-bottom: 15px;}
.index .about .about_con .title p{display: block;font-style: normal;font-size: 16px;margin-bottom: 15px;}

.index .about .about_con .title span{font-style: normal;text-transform: uppercase;display: block;color: #888;}
.index .about .about_con .txt{font-size: 16px;line-height: 30px;text-align: justify;height: 210px;overflow: hidden;}
.index .about .about_con ul{padding-top: 60px;}
.index .about .about_con ul li{float: left;margin-right: 1px;}
.index .about .about_con ul li a{display: block;width: 160px;font-size: 14px;line-height: 45px;text-align: center;background: #fff;}
.index .about .about_con ul li:hover{background: var(--colour1);}
.index .about .about_con ul li:hover a{color: #fff;}
.index .about .about_con ul li.on a,.index .about .about_con ul li:hover a{color: #fff;background: var(--colour1);}
@media (max-width: 1600px){
.index .about{height: 475px;}
.index .about .about_con{width: 550px;padding-right: 30px;}
.index .about .about_con .title{padding-top: 50px;padding-bottom: 20px;}
.index .about .about_con .title h3,.index .about .about_con .title p{margin-bottom: 10px;}
.index .about .about_con .txt{font-size: 13px;line-height: 28px;height: 168px;}
.index .about .about_con ul{padding-top: 30px;}}
/*合作客户*/
.index .kehu{height: 550px;}
.index .kehu ul{}
.index .kehu ul li{float: left;width: 310px;margin-right: 12px;margin-bottom: 12px;background: #fff;cursor: pointer;}
.index .kehu ul li img{display: block;width: 100%;height: 125px;border: 1px solid #d9d9d9;transition: all .5s;}
.index .kehu ul li:hover img{border-color: var(--colour1);}
.index .kehu ul li:nth-child(5n){margin-right: 0;}
@media (max-width: 1600px){
.index .kehu{height: 480px;}
.index .kehu ul li{width: 230px;}
.index .kehu ul li img{height: 93px;}}
/*定制流程*/
.index .flow{padding-bottom: 70px;background: #f2f2f2;}
.index .flow .box{position: relative;}
.index .flow .box::after{content:" ";position: absolute;left: 50%;margin-left: -695px;top: 40%;margin-top: -9px;width: 1390px;z-index: 1;height: 16px;background: #ebebeb;border: 1px solid #ddd;}
.index .flow ul{text-align: center;}
.index .flow li{float: left;position: relative;text-align: center;margin: 0 100px;cursor: pointer;z-index: 2;transition: all .5s;}
.index .flow li .img{position: relative;width: 198px;height: 198px;border-radius: 50%;border: 1px solid #ddd;background: #ebebeb;transition: all .5s;}
.index .flow li .img img{position: absolute;left: 0;right: 0;margin: auto;top: 0;bottom: 0;}
.index .flow li h3{font-size: 22px;line-height: 30px;padding-top: 18px;}
.index .flow li:hover .img{background: var(--colour1);border-color: var(--colour1);}
.index  .flow li:hover h3{color: var(--colour1);}
@media (max-width: 1600px){
.index .flow .box::after{width: 1090px;margin-left: -545px;}
.index .flow li{margin: 0 50px;}}
/*企业相册*/
.index .album{padding-bottom: 50px;}
.index .album ul{}
.index .album ul li{float: left;width: 388px;margin-right: 15px;margin-bottom: 15px;cursor: pointer;}
.index .album ul li .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.index .album ul li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.index .album ul li:nth-child(4n){margin-right: 0;}
.index .album ul li .img h3{position: absolute;bottom: 0;width: 100%;color: #fff;font-size: 20px;line-height: 50px;background: rgba(0,0,0,.5);padding: 0 10px;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index .album ul li:hover .img img{transform: scale(1.1);}
@media (max-width: 1600px){
.index .album ul li{width: 288px;}
.index .album ul li .img h3{font-size: 16px;line-height: 40px;}}
/*新闻资讯*/
.index .news{background: #f2f2f2;padding-bottom: 70px;}
.index .news .in_title{padding-bottom: 30px;}
.index .news .hd{padding-bottom: 40px;text-align: center;}
.index .news .hd li{position: relative;display: inline-block;width: 148px;font-size: 16px;line-height: 50px;text-align: center;border-radius: 50px;margin: 0 10px;border: 1px solid #e3e3e3;background: #fff;transition: all .5s;}
.index .news .hd li a{display: block;}
.index .news .hd li.on{border-color: var(--colour1);background: var(--colour1);}
.index .news .hd li.on a{color: #fff;}
.index .news .bd{}
.index .news .bd ul{display: none;}
.index .news .bd li{float: left;width: 380px;padding: 20px;margin-right: 26px;background: #fff;box-sizing: border-box;transition: all .5s;}
.index .news .bd li:nth-child(4n){margin-right: 0;}
.index .news .bd li h3{position: absolute;bottom: 0;width: 100%;color: #fff;font-size: 16px;line-height: 40px;background: rgba(0,0,0,.5);padding: 0 10px;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index .news .bd li .img{width: 100%;padding-top: 75%;position: relative;overflow: hidden;}
.index .news .bd li .img img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;min-height: 100%;display: block;transition: all .5s;}
.index .news .bd li i{color: #999;font-style: normal;display: block;padding-top: 15px;padding-bottom: 5px;}
.index .news .bd li p{display: block;color: #666;line-height: 24px;height: 48px;text-align: justify;overflow: hidden;}
.index .news .bd li span{display: block;color: var(--colour1);padding-top: 15px;}
.index .news .bd li:hover{box-shadow: 0px 0px 20px #bbb;}
.index .news .bd li:hover .img img{transform: scale(1.1);}
@media (max-width: 1600px){
.index .news .bd li{width: 288px;padding: 15px;margin-right: 15px;}
.index .news .bd li h3{font-size: 14px;line-height: 35px;}
.index .news .bd li i{padding-top: 7px;padding-bottom: 3px;}
.index .news .bd li p{line-height: 22px;height: 46px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.index .news .bd li span{padding-top: 5px;}}





/*内页banner*/
.NyBanner { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.NyBanner2:before { right: -50px; }
.NyBanner img.nyBa_Img { display: block; width: 100% }
.NyBanner .NyBa_Con { width: 1400px; height: auto; margin: -50px 0 0 0; padding: 0; position: absolute; top: 50%; left: 14%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyBa_Con span { display: block; width: 100%; height: auto; line-height: 30px; color: rgba(255,255,255,0.25); font-size: 24px; margin: 0 auto; padding: 0; }
.NyBa_Con i { display: block; width: 40px; height: 3px; margin: 30px 0 17px; padding: 0; background-color: #fff; }
.NyBa_Con p { width: 100%; height: auto; line-height: 40px; color: #fff; font-size: 36px; font-weight: bold; margin: 0 auto; padding: 0; }
/*NyCrumb 开始*/
.NyCrumb { width: 100%; height: auto; margin: 0; padding: 0; position: absolute; bottom: 0; right: 0; z-index:1; background: url(../images/nycrumb_bg.png) no-repeat center bottom; opacity:0.98; }
.NyCrumb1{background: url(../images/nycrumb_bg1.png) no-repeat center bottom;}
.NyCrumb .NyCrumb_Main { width: 1300px; height: 78px; margin: 0 auto; padding: 0 40px 0 30px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-bottom: 1px solid #e6e6e6; }
.NyCrumb_Main ul { width: 50%; float: left; }
.NyCrumb_Main ul li { float: left; width: auto; padding: 0 35px; line-height: 78px; }
.NyCrumb_Main ul li a, .NyCrumb_Main ul li a.on { display: block; font-size: 18px; color: #333; text-align: center; position: relative; }
.NyCrumb_Main ul li a:after, .NyCrumb_Main ul li a.on:after { content: ""; display: block; width: 0; height: 2px; background: #0067d0; position: absolute; left: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyCrumb_Main ul li a:hover:after, .NyCrumb_Main ul li a.on:after { width: 100%; }
.NyCrumb_Main p { max-width: 22%; overflow: hidden; line-height: 78px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; float: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyCrumb_Main p.pro2 { max-width: 50%; }
.NyCrumb_Main p img.Crumb { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin: -2px 6px 0 0; }
.NyCrumb_Main p img.CrumbJt { display: inline-block; width: 12px; height: 12px; vertical-align: middle; margin: -2px 8px 0; }
.NyCrumb_Main p a { color: #555; }
.NyCrumb_Main p span { color: #999; }
@media (max-width:1880px) {
.NyBanner .NyBa_Con { left: 10%; }
}
@media (max-width:1680px) {
.NyBanner .NyBa_Con { left: 8%; }

.NyBa_Con i { margin: 25px 0 15px; }
.NyBanner img.nyBa_Img { width: 100%; }
.NyCrumb { background-size: 100% 100%; }
.NyCrumb .NyCrumb_Main { height: 75px; width: 90%; padding: 0 35px 0 25px; }
.NyCrumb_Main ul li { line-height: 75px; }
.NyCrumb_Main ul li a, .NyCrumb_Main ul li a.on { font-size: 17px; }
.NyCrumb_Main p { max-width: 23%; line-height: 75px; }
.NyCrumb_Main p.pro2{ max-width:50%;}
}
@media (max-width:1560px) {
.NyBanner .NyBa_Con { left: 5%; }
}
@media (max-width:1440px) {
.NyBa_Con i { width: 38px; height: 2px; margin: 20px 0 13px; }
.NyBanner img.nyBa_Img { width: 100%; }
.NyCrumb .NyCrumb_Main { height: 70px; padding: 0 35px 0 25px; width: 90%; }
.NyCrumb_Main ul li { line-height: 70px; padding: 0 25px; }
.NyCrumb_Main ul li a, .NyCrumb_Main ul li a.on { font-size: 16px; }
.NyCrumb_Main p { font-size: 15px; max-width: 25%; line-height: 70px; }
.NyCrumb_Main p.pro2{ max-width:50%;}
}
@media (max-width:1280px) {
.NyCrumb .NyCrumb_Main { height: 65px; padding: 0 25px 0 20px; width: 90%; }
.NyCrumb_Main ul li { line-height: 65px; padding: 0 25px; }
.NyCrumb_Main ul li a, .NyCrumb_Main ul li a.on { font-size: 16px; }
.NyCrumb_Main p { line-height: 65px; }
}
@media (max-width:1200px) {
.NyBanner:before { display: none; }
.NyBanner img.nyBa_Img { width: 100%; }
.NyBanner .NyBa_Con { left: 3%; }
.NyBa_Con span { line-height: 26px; font-size: 18px; }
.NyBa_Con p { line-height: 36px; font-size: 28px; }
.NyBa_Con i { width: 36px; height: 2px; margin: 15px 0 10px; }
.NyCrumb { background-size: auto; }
.NyCrumb .NyCrumb_Main { height: 60px; padding: 0 20px; width: 100%; }
.NyCrumb_Main ul li { line-height: 60px; padding: 0 20px; }
.NyCrumb_Main ul li a, .NyCrumb_Main ul li a.on { font-size: 15px; }
.NyCrumb_Main p { line-height: 60px; }
}
@media (max-width:1080px) {
.NyBanner:before { display: none; }
.NyBanner img.nyBa_Img { width: 100%; }
.NyBanner .NyBa_Con { left: 3%; }
.NyBa_Con span { line-height: 26px; font-size: 16px; }
.NyBa_Con p { line-height: 36px; font-size: 28px; }
.NyCrumb_Main p { font-size: 15px; }
}
@media (max-width:1024px) {

}
 @media (max-width:920px) {
.NyBa_Con i { width: 32px; height: 1px; margin: 10px 0 8px; }
.NyBanner:before { display: none; }
.NyBanner img.nyBa_Img { width: 100%; }
.NyBanner .NyBa_Con { left: 3%; }
.NyBa_Con span { line-height: 26px; font-size: 16px; }
.NyBa_Con p { line-height: 36px; font-size: 24px; }
.NyCrumb .NyCrumb_Main { height: 55px; padding: 0 20px; width: 100%; }
.NyCrumb_Main ul li { line-height: 55px; padding: 0 20px; }
.NyCrumb_Main ul li a, .NyCrumb_Main ul li a.on { font-size: 15px; }
.NyCrumb_Main p { font-size: 15px; max-width: 30%; line-height: 55px; }
.NyCrumb_Main p.pro2{ max-width:50%;}
.NyBanner .NyBa_Con{ display:none}
.NyCrumb{ position:inherit !important}

}
 @media (max-width:767px) {
.NyBanner:before { display: none; }
.NyBanner img.nyBa_Img { width: 100%; }
.NyBanner .NyBa_Con { left: 3%; }
.NyBa_Con span { height: 16px; line-height: 16px; font-size: 14px; }
.NyBa_Con p { height: 30px; line-height: 30px; font-size: 22px; }
.NyCrumb .NyCrumb_Main { height: 45px; width: 100%; padding: 0 15px; }
.NyCrumb_Main p { font-size: 14px; line-height: 45px; max-width: 100%; float: none; }
.NyCrumb_Main p.pro2{ max-width:100%;}
.NyCrumb_Main ul { display: none; }
}
@media (max-width:500px) {
.NyBanner img.nyBa_Img { width: 100%; }
}
/*内页banner*/

/*内页公司简介*/
.NyAboutus { width: 100%; height: auto; min-height: 320px; padding: 0; margin-top: -60px; }
.NyTitle { width: 100%; height: auto; margin: 0 auto 40px; padding: 0; text-align: center; }
.NyTitle span { display: block; width: 100%; height: 56px; overflow: hidden; line-height: 56px; color: rgba(0,0,0,0.06); font-family: "Impact"; font-size: 60px; margin: 0 auto; padding: 0; }
.NyTitle p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 36px; font-weight: bold; margin: -20px auto 10px; padding: 0; }
.NyTitle i { display: block; width: 60px; height: 4px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #0067d0; }
.lyNy_AboutUs { width: 100%; min-height: 480px; overflow: hidden; margin: 0 auto; padding: 100px 0 0; background: #f9f9f9; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.lyNy_AboutUs .lyNyAb_main { overflow: hidden; margin: 0 auto; padding: 0; }
.lyNyAb_main .lyNyAb_Con { width: 100%; background: url(../images/nyab_bg.jpg) no-repeat top center; background-size: cover; overflow:hidden; }
.lyNyAb_Con .lyNyAb_Img { width: 45%; height: 600px; position: relative; overflow: hidden; float: left; }
.lyNyAb_Con .lyNyAb_Img img { display: block; max-height: 100%; max-width: 100%; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; }
.lyNyAb_Con .lyNyAb_Text { width: 55%; float: right; padding:75px 50px; box-sizing:border-box; }
.lyNyAb_Con .lyNyAb_Text .lyNyAb_tit { font-size: 30px; font-weight: bold; color: #fff; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con { width: 100%; height: auto; max-height: 240px; overflow-y: scroll; line-height: 30px!important; color: rgba(255,255,255,0.8)!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 20px auto 0; padding: 0 30px 0 0; min-height:100px; }
.NyAboutusProfile_Con p, .NyAboutusProfile_Con span, .NyAboutusProfile_Con em { width: 100%; height: auto; line-height: 30px!important; color: rgba(255,255,255,0.8)!important; font-size: 16px!important; word-break: break-all; text-align: justify; margin: 0 auto 10px; padding: 0; }
.NyAboutusProfile_Con p a{ color: rgba(255,255,255,0.8)!important; }
.lyNyAb_Con .lyNyAb_Data { margin: 60px 0 0; overflow: hidden; }
.lyNyAb_Con .lyNyAb_Data ul li { width: 32%; float: left; margin: 0 2% 0 0; }
.lyNyAb_Con .lyNyAb_Data ul li:last-child { margin-right: 0; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img { width: 60px; height: 60px; float: left; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text { width: calc(100% - 80px); float: right; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b { display: block; font-size: 36px; color: #fff; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b span { display: inline-block; font-size: 16px; margin: 0 0 0 10px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text p { font-size: 16px; color: rgba(255,255,255,0.5); margin-top: -5px; }
/* 设置滚动条的样式 */
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con::-webkit-scrollbar {width:2px;}
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con::-webkit-scrollbar-track {background-color:#05bec1;border-radius:0px;}
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con::-webkit-scrollbar-thumb {background-color:#fff;}
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con::-webkit-scrollbar-thumb:window-inactive {background-color:#fff;}
/*荣誉资质*/
.NyAboutus .NyAboutus_Honor { width: 100%; height: auto; margin: 0 auto; padding: 65px 0 0; background-color: #f9f9f9; }
.NyAboutus_Honor .NyAboutusHonor_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAboutusHonor_Main .NyAboutusHonor_List { width: 100%; height: auto; margin: 0 auto; padding: 0 80px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAboutusHonor_List .swiper-container03 { width: 100%; height: auto; min-height: 300px; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide { height: auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { width: 100%; height: 326px; overflow: hidden; margin: 0 auto 10px; padding: 20px; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img img { display: block; max-width: 88%; max-height: 88%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; position: relative; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Name { color: #0067d0; }
.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { width: 54px!important; height: 54px!important; margin: -27px 0 0!important; border-radius: 50%; position: absolute; top: 50%!important; bottom: 0!important; opacity: 1; cursor: pointer; }
.NyAboutusHonor_List .swiper-button-prev3 { background: #fff url(../images/jt8.png) center center no-repeat; left: 0; }
.NyAboutusHonor_List .swiper-button-next3 { background: #fff url(../images/jt9.png) center center no-repeat; right: 0; }
.NyAboutusHonor_List .swiper-button-prev3:hover { background: #0067d0 url(../images/jt10.png) center center no-repeat; }
.NyAboutusHonor_List .swiper-button-next3:hover { background: #0067d0 url(../images/jt11.png) center center no-repeat; }
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { width: 100%; height: auto; margin: 40px auto 0; padding: 0; }
.NyAboutusHonor_Bottom i { display: block; width: 100%; height: 30px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #fff; }
.NyAboutusHonor_Bottom p { width: 100%; height: 80px; margin: 0 auto; padding: 0; background: linear-gradient(to bottom, #dedede, #f9f9f9); -webkit-background: linear-gradient(to bottom, #dedede, #f9f9f9); -moz-background: linear-gradient(to bottom, #dedede, #f9f9f9); -ms-background: linear-gradient(to bottom, #dedede, #f9f9f9); -o-background: linear-gradient(to bottom, #dedede, #f9f9f9); transform: skewX(20deg); -webkit-transform: skewX(20deg); -moz-transform: skewX(20deg); -ms-transform: skewX(20deg); -o-transform: skewX(20deg); transform-origin: 0 0; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; -o-transform-origin: 0 0; }
/*企业文化*/
/*企业文化*/
.ab_AboutQywh { width: 100%; overflow: hidden; margin: 0 auto; padding: 85px 0; }
.lyAboutQywh_list { width: 100%; height: auto; margin: 0 auto; padding: 40px 0 0; background: url(../images/aboutqywh_bg.png) center center no-repeat; overflow:hidden; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyAboutQywh_list ul li i { display: block; float: left; width: 48px; height: 48px; background: #0067d0; border-radius: 50px; color: #fff; text-align: center; line-height: 48px; font-size: 24px; }
.lyAboutQywh_list ul li { width: 50%; overflow: hidden; margin: 0 0 80px; padding: 0; float: left;  box-sizing: border-box; }
.lyAboutQywh_list ul li .lyAboutQywh_r { width: calc(100% - 70px); float: right; margin-top: 5px; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { width: 100%; height: 45px; overflow: hidden; line-height: 30px; color: #333; font-size: 28px; font-weight: bold; margin: 0 auto 15px; padding: 0; position: relative; }
.lyAboutQywh_list ul li .lyAboutQywh_tit:after { display: block; content: ""; width: 216px; height: 1px; background: #e6e6e6; position: absolute; bottom: 0; left: 0; }
.lyAboutQywh_list ul li p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; text-align: justify; margin: 0 auto; padding: 0 0 0 20px; background: url(../images/qywh_ico.png) left center no-repeat; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyAboutQywh_list ul li:nth-child(1) { padding-left: 12%; }
.lyAboutQywh_list ul li:nth-child(3) { padding-left: 5%; }
.lyAboutQywh_list ul li:nth-child(5) { padding-left: 12%; margin: 0; }
.lyAboutQywh_list ul li:nth-child(2) { padding-left: 18%; }
.lyAboutQywh_list ul li:nth-child(4) { padding-left: 25%; }
.lyAboutQywh_list ul li:nth-child(6) { padding-left: 18%; margin: 0; }
 @media (max-width:1680px) {
.NyAboutus { margin-top: -50px; }
.lyNyAb_Con .lyNyAb_Img { height: 580px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b { font-size: 34px; }
}
@media (max-width:1600px) {
.lyNy_AboutUs { padding: 90px 0 0; }
.NyAboutus .NyAboutus_Honor { padding: 70px 0 0; }
.ab_AboutQywh { padding: 70px 0; }
.lyNyAb_main .lyNyAb_Con {  }
.lyNyAb_Con .lyNyAb_Text { padding:65px 0; }
}
@media (max-width:1560px) {
.NyTitle span { height: 52px; line-height: 52px; font-size: 56px; }
.NyTitle p { font-size: 34px; }
.NyAboutus_Honor .NyAboutusHonor_Main { width: 100%; padding: 0 60px; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { font-size: 16px; }
.NyAboutusHonor_Bottom i { height: 20px; }
.NyAboutusHonor_Bottom p { height: 60px; }
.lyAboutQywh_list ul li i { font-size: 26px; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size: 26px; }
.lyNyAb_Con .lyNyAb_Img { height: 460px; }
.lyNyAb_Con .lyNyAb_Text .lyNyAb_tit { font-size: 28px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b { font-size: 32px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b span { font-size: 15px; margin: 0 0 0 8px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text p { font-size: 15px; margin-top: -3px; }
.lyNyAb_Con .lyNyAb_Data { margin: 50px 0 0; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img { width: 55px; height: 55px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img img { width: 55px; height: 55px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text { width: calc(100% - 70px); }
}
@media (max-width:1440px) {
.NyAboutus { margin-top: -45px; }
.lyNy_AboutUs { padding: 60px 0 0; }
.NyTitle span { height: 50px; line-height: 50px; font-size: 52px; }
.NyTitle p { font-size: 32px; }
.NyAboutus .NyAboutus_Honor { padding: 60px 0 0; }
.NyAboutus_Honor .NyAboutusHonor_Main { padding: 0 40px; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con, .NyAboutusProfile_Con p, .NyAboutusProfile_Con span, .NyAboutusProfile_Con em { font-size: 15px !important; line-height: 28px !important; }
.ab_AboutQywh { padding: 60px 0; }
.lyNyAb_main .lyNyAb_Con { margin: 80px 0 0; }
.lyNyAb_Con .lyNyAb_Text { padding: 60px 25px 60px 45px; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con { margin: 15px auto 0; max-height: 170px; }
}
@media (max-width:1366px) {
.NyTitle { margin: 0 auto 30px; }
.NyTitle span { height: 44px; line-height: 44px; font-size: 48px; }
.NyTitle p { height: 36px; line-height: 36px; font-size: 28px; }
.NyTitle i { height: 3px; }
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin: 30px auto 0; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size: 26px; }
.lyAboutQywh_list ul li p { font-size: 15px; }
.lyAboutQywh_list ul li i { font-size: 24px; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size: 24px; }
.lyNyAb_Con .lyNyAb_Img { height: 430px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b { font-size: 30px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text p { font-size: 14px; margin-top: -2px; }
}
@media (max-width:1280px) {
.NyAboutus { margin-top: -35px; }
.lyNy_AboutUs .lyNyAb_main { width: 94%; }
.lyAboutQywh_list ul li:nth-child(1) { padding-left: 8%; }
.lyAboutQywh_list ul li:nth-child(3) { padding-left: 0; }
.lyAboutQywh_list ul li:nth-child(5) { padding-left: 8%; }
.lyNyAb_main .lyNyAb_Con { margin: 75px 0 0; }
.lyNyAb_Con .lyNyAb_Img { height: 400px; }
.lyNyAb_Con .lyNyAb_Text { padding: 50px 10px 50px 40px }
.lyNyAb_Con .lyNyAb_Text .lyNyAb_tit { font-size: 26px; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con { margin: 10px auto 0; max-height: 190px; }
.lyNyAb_Con .lyNyAb_Data { margin: 40px 0 0; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img { width: 50px; height: 50px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img img { width: 50px; height: 50px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text { width: calc(100% - 60px); }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b { font-size: 28px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b span { font-size: 14px; margin: 0 0 0 5px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text p { font-size: 13px; margin-top: 0; }
}
@media (max-width:1200px) {
.NyTitle { margin: 0 auto 20px; }
.NyTitle span { height: 44px; line-height: 44px; font-size: 40px; }
.NyTitle p { height: 32px; line-height: 32px; font-size: 24px; }
.NyTitle i { width: 56px; height: 3px; }
.NyAboutus .NyAboutus_Honor { padding: 50px 0 0; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height: 260px; }
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin: 20px auto 0; }
.ab_AboutQywh { padding: 50px 0; }
.lyAboutQywh_list { background-size: 55%; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size: 22px; }
.lyAboutQywh_list ul li i { width: 44px; height: 44px; line-height: 44px; font-size: 22px; }
.lyAboutQywh_list ul li p { font-size: 14px; }
.lyNy_AboutUs { padding: 50px 0 0; }
.lyNyAb_Con .lyNyAb_Img { height: 380px; }
.lyNyAb_main .lyNyAb_Con { margin: 70px 0 0; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con { max-height: 180px; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con, .NyAboutusProfile_Con p, .NyAboutusProfile_Con span, .NyAboutusProfile_Con em { font-size: 14px !important; line-height: 26px !important; }
}
@media (max-width:1080px) {
.NyAboutusHonor_Bottom i { height: 10px; }
.NyAboutusHonor_Bottom p { height: 40px; }
.lyAboutQywh_list { background-size: 50%; }
.lyAboutQywh_list ul li i { width: 40px; height: 40px; line-height: 40px; font-size: 18px; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size: 20px; height: 43px; margin: 0 auto 10px; }
.lyAboutQywh_list ul li .lyAboutQywh_r { width: calc(100% - 60px); }
.lyAboutQywh_list ul li:nth-child(1) { padding-left: 5%; }
.lyAboutQywh_list ul li:nth-child(5) { padding-left: 5%; }
.lyAboutQywh_list ul li:nth-child(2) { padding-left: 13%; }
.lyAboutQywh_list ul li:nth-child(4) { padding-left: 20%; }
.lyAboutQywh_list ul li:nth-child(6) { padding-left: 13%; }
.lyNyAb_Con .lyNyAb_Img { height: 350px; }
.lyNyAb_Con .lyNyAb_Text { padding: 40px 10px 40px 30px }
.lyNyAb_Con .lyNyAb_Text .lyNyAb_tit { font-size: 24px; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con { margin: 10px auto 0; }
.lyNyAb_Con .lyNyAb_Data { margin: 30px 0 0; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img { width: 45px; height: 45px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img img { width: 45px; height: 45px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text { width: calc(100% - 55px); }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b { font-size: 24px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b span { font-size: 14px; margin: 0 0 0 5px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text p { font-size: 13px; margin-top: 0; }
}
@media (max-width:1024px) {
.NyAboutus { margin-top: 0; }
.lyNy_AboutUs { padding: 40px 0 0; }
.NyAboutus .NyAboutus_Honor { padding: 40px 0 0; }
.ab_AboutQywh { padding: 40px 0; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size: 22px; }
.lyAboutQywh_list ul li .lyAboutQywh_r { width: calc(100% - 50px); }
.lyAboutQywh_list ul li p { font-size: 14px; }
.lyNyAb_Con .lyNyAb_Img { width: 100%; height: 340px; }
.lyNyAb_Con .lyNyAb_Text { margin-top: -40px; padding: 30px 0 40px; width: 100%; }
.lyNyAb_Con .lyNyAb_Text .NyAboutusProfile_Con { margin: 10px auto 0; max-height: inherit; overflow: inherit; padding: 0; }
}
@media (max-width:920px) {
.NyAboutus { margin-top:0; }
}
@media (max-width:880px) {
.lyNy_AboutUs { padding: 30px 0 0; }
.lyNyAb_main .lyNyAb_con { width: 100%; float: inherit; padding: 0; border: 0; }
.NyAboutus .NyAboutus_Honor { padding: 30px 0 0; }
.NyAboutus_Honor .NyAboutusHonor_Main { padding: 0 30px; }
.NyAboutusHonor_Main .NyAboutusHonor_List { padding: 0 0; }
.NyAboutusHonor_List .swiper-container03 { min-height: 200px; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height: 200px; }
.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { display: none; }
.ab_AboutQywh { padding: 30px 0; }
.lyAboutQywh_list { width: 100%; background: none; padding: 20px 0 0; }
.lyAboutQywh_list ul li { margin: 0 auto 30px; padding: 0!important; }
.lyAboutQywh_list ul li i { width: 36px; height: 36px; line-height: 36px; font-size: 16px; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size: 18px; height: 42px; margin: 0 auto 10px; }
.lyNyAb_Con .lyNyAb_Text .lyNyAb_tit { font-size: 22px; }
}
@media (max-width:767px) {
.NyAboutus { margin-top: 0; }
.NyTitle span { height: 32px; line-height: 32px; font-size: 34px; }
.NyTitle p { height: 30px; line-height: 30px; font-size: 22px; margin: -15px auto 10px; }
.NyTitle i { width: 48px; height: 2px; }
.NyAboutus_Honor .NyAboutusHonor_Main { padding: 0 12px; }
.NyAboutusHonor_Main .NyAboutusHonor_List { padding: 0; }
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { padding: 12px; }
.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { display: none; }
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { margin: 10px auto 0; }
.NyAboutusHonor_Bottom p { height: 30px; }
.ab_AboutQywh { display: none; }
.lyAboutQywh_list { padding: 20px 0 0; }
.lyAboutQywh_list ul li { width: 100%!important; margin: 0 auto 20px; }
.lyAboutQywh_list ul li i { width: 33px; height: 33px; line-height: 33px; font-size: 16px; }
.lyAboutQywh_list ul li .lyAboutQywh_tit { font-size: 22px; height: 40px; margin: 0 auto 10px; }
.lyAboutQywh_list ul li:nth-of-type(6) { margin: 0 auto; }
.lyNyAb_main .lyNyAb_Con { margin: 65px 0 0; }
.lyNyAb_Con .lyNyAb_Img { height: 330px; }
.lyNyAb_Con .lyNyAb_Text .lyNyAb_tit { font-size: 20px; }
}
@media (max-width:500px) {
.lyNyAb_Con .lyNyAb_Img { height: 300px; }
.lyNyAb_Con .lyNyAb_Text { padding: 30px 0; }
.lyNyAb_Con .lyNyAb_Data ul li { width: 48%; margin-bottom: 10px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img { width: 40px; height: 40px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_Img img { width: 40px; height: 40px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text { width: calc(100% - 50px); }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text b { font-size: 22px; }
.lyNyAb_Con .lyNyAb_Data ul li .lyNyAbData_text p { font-size: 13px; }
}
@media (max-width:425px) {
.lyNyAb_Con .lyNyAb_Img { height: 280px; }
}
@media (max-width:375px) {
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height: 180px; }
.lyNyAb_Con .lyNyAb_Img { height: 260px; }
.lyNyAb_Con .lyNyAb_Text { padding: 30px 0 20px; }
}
@media (max-width:320px) {
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { height: 160px; }
.lyNyAb_Con .lyNyAb_Img { height: 220px; }
.lyNyAb_Con .lyNyAb_Data { display: none; }
.lyNyAb_Con .lyNyAb_Text { padding: 20px 0; }
}
/*内页公司简介*/




/*属性组合搜索*/
.select_case{width:100%; margin-bottom:25px; background:#fff;  padding:20px 30px; box-sizing:border-box; }
.select_case h1{ padding:30px 0; text-align:center; font-size:16px; font-weight:500}
.select_case h1 strong{ font-size:22px; padding:0 6px; letter-spacing:2px;}
.select_case table{border-collapse:collapse;}
.select_case table td{line-height:32px;border-bottom:1px dotted #ddd; font-size:16px; padding:10px; box-sizing: border-box;}
.select_case table td.td_left{ text-align:center; color:#000; font-weight:bold;}
.select_case table a{ float:left; display: inline-block; width: auto; height: 32px; padding:0 25px; font: 15px/32px "Microsoft yahei"; text-align: center; color:#4c4c4c; background: #f9f9f9; border-radius: 2px; margin: 5px; -webkit-transition: all 100ms ease 0s; -moz-transition: all 100ms ease 0s; -ms-transition: all 100ms ease 0s; -o-transition: all 100ms ease 0s; transition: all 100ms ease 0s; }
.select_case table a:hover,.select_case table a.on { color: #fff; background: #1e87f0; }
.quanbu{margin-left:23px;margin-right:3px;padding:0 14px;display:inline-block;white-space:nowrap;}


.p102-pros-1 {  }
.p102-pros-1-title { height: 66px; line-height: 66px; font-size: 26px; color: #333333; border-bottom: 1px solid #e0e0e0; position: relative; margin-bottom: 30px; }
.p102-pros-1-title:after { content: ''; position: absolute; width: 30px; height: 3px; background: #337fe5; left: 0; bottom: -2px; z-index: 1; }
.p102-pros-1-list dl { float: left; width: 32%; margin: 0 2% 50px 0; }
.p102-pros-1-list dl:nth-child(3n) { margin-right: 0; }
.p102-pros-1-list dt { position: relative; overflow:hidden}
.p102-pros-1-list dt img,  .p102-pros-1-list dt a { width: 100%; display: block; }
.p102-pros-1-list1 dt img{ height:245px; }
.p102-pros-1-list2 dt img{ height:400px}
.p102-pros-1-list dt em { position: absolute; width: 100%; left: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 0; display: none; }
.p102-pros-1-list dt i { position: absolute; width: 50px; height: 50px; background: #337fe5; border-radius: 100%; left: 50%; margin-left: -25px; top: 50%; margin-top: -25px; z-index: 1; }
.p102-pros-1-list dt i:after { content: ""; width: 9px; height: 9px; border: 1px solid #fff; border-style: solid solid none none; position: absolute; top: 50%; left: 18px; margin-top: -5px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); z-index: 1; }
.p102-pros-1-list dd { padding: 15px; background:#fff; }
.p102-pros-1-list dd h4 { height: 40px; line-height: 40px; font-size: 18px; text-align: left; font-weight: normal; margin-bottom: 3px; }
.p102-pros-1-list dd h4 a { width: 100%; display: inline-block; height: 40px; color: #1a1a1a; position: relative; padding-left: 20px; overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.p102-pros-1-list dd h4 a:before { content: ''; position: absolute; width: 5px; height: 18px; background: #337fe5; left: 0; top: 50%; margin-top: -9px; z-index: 1; }
.p102-pros-1-list .p102-pros-1-desc { line-height: 24px; font-size: 14px; color: #666666; text-align: justify; }
.p102-pros-1-list dl:hover dt em { display: block; }
.p102-pagination-blk { padding-bottom: 40px; }





.menu_pro{line-height: 52px;position:relative;z-index:1;text-align: center;padding-top: 50px;}
.menu_pro li{height: 40px;line-height: 40px;margin: 5px;display: inline-block;}
.menu_pro li a{display: block;border: 1px solid #dcdcdc;text-align: center;-moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px;overflow: hidden;height: 40px;line-height: 40px;padding: 0 15px;}
.menu_pro li:hover a,.menu_pro li.hover a{border: 1px solid #0067d0;color: #fff;background: #0067d0;}
/* 效果CSS开始 */
.xinxq{padding-bottom:60px;}
.showImg{padding-top:40px;}
.mod18{width:530px;position:relative;margin:0 auto;}
.mod18 .btn1{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev1{left:10px;background:url(../images/prevBtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:250px;width:32px;height:48px; display:none;}
.mod18 #prev,.mod18 #next{top:440px;width:10px;height:16px;background:url(../images/prevBtn.png) no-repeat;}
.mod18 .prev1{left:10px;background:url(../images/prevBtn.png) no-repeat;}
.mod18 #next.btn1.next{right:10px;background:url(../images/nextBtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}
.mod18 .cf a{display:block;width:530px;height:392px;position:absolute;color:#fff;}
.mod18 .cf a img{width:530px;height:392px; background-size:100%;}
.mod18 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.mod18 .picBox{width:530px; height:398px;position:relative;overflow:hidden;}
.mod18 .picBox ul{height:398px;position:absolute; left:0;}
.mod18 .picBox li{width:530px;height:398px;}
.mod18 .listBox{width:430px;height:71px;margin:0 auto;position:relative; margin-top:15px;overflow:hidden;}
.mod18 .listBox ul{height:71px;position:absolute; padding-left:12px;}
.mod18 .listBox li{width:106px;height: 71px;cursor:pointer;position:relative;}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:92px;height: 68px;}
.mod18 .listBox img{border: 3px solid #ffffff;width: 89px;height: 65px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.mod18 .listBox .on img{border-color: #0067d0;}
.showProduct{padding-bottom: 30px;}
.showProduct .imgtxtcon{width: 630px;float: left;margin-left: 40px;}
.showProduct .imgtxtcon .tit{font-size: 24px;font-weight: bold;color: #0067d0;line-height: 30px;margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px dotted #dedede;}
.showProduct .imgtxtcon .tit2{color: #999;font-size: 14px;margin-bottom: 30px;line-height:30px;padding-top:20px;text-align: justify;height: 178px;border-bottom: 1px dotted #dedede;overflow: hidden;}
.showProduct .imgtxtcon .tel{font-size: 20px;}
.showProduct .imgtxtcon .tel strong{color: #0067d0;font-size: 32px;font-weight: bold;line-height: 40px;}
.showProduct .showp_txt{padding: 40px 0 40px 0; position: relative;}
.showProduct .showp_txt .tit{border-bottom: 1px solid #eee;position: relative;padding-bottom: 12px;margin-bottom: 15px;}
.showProduct .showp_txt .tit h3{font-size: 20px;color: #333; font-weight:bold; }
.showProduct .showp_txt .tit s{width: 80px;height: 5px;display: block;position: absolute;left: 0;bottom: -2px;background: #0067d0;}
.showProduct .showp_txt .txtcon{color: #666;line-height: 30px;}
.showProduct .showp_txt .txtcon img{ max-width:100%; height:auto !important; }
.showProduct .showp_txt .txtcon p,.showProduct .showp_txt .txtcon p span{ color:#555; font: 16px/30px "Microsoft Yahei" !important; }
.showProduct .showp_txt .txtcon h3{width: 100%; padding-left: 10px !important; margin-bottom:10px; font-size:18px; line-height:45px  !important; font-weight: bold; border-left:8px solid #1e87f0; background:#f0f7ff; color: #1a1a1a !important; text-transform: uppercase; position: relative; box-sizing: border-box; }

.showProduct .imgtxtcon .btn1, .showProduct .imgtxtcon .btn2{float: left; margin-right: 20px; font-size: 16px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms; width: 135px; height: 38px; line-height: 38px; margin-top: 30px; text-align: center; color: #fff; position:relative;}
.showProduct .imgtxtcon .btn1 img{display:block; position:absolute; left:0; top:38px; width:135px; height:0;transition: all ease 600ms;}
.showProduct .imgtxtcon .btn1:hover img{height:135px;}
.showProduct .imgtxtcon .btn1{background: #0067d0; }
.showProduct .imgtxtcon .btn1:hover, .showProduct .imgtxtcon .btn2:hover{background: #444;}
.showProduct .imgtxtcon .btn2{text-align: center; margin-right: 0; margin-left: 0; background: #999999;}
.ArticleTitle h1.bt{font-size: 18px; line-height: 25px; padding: 15px 0; text-align: center; font-weight: bold; color: #333; border-bottom: 1px dashed #e1e1e1; margin-bottom: 5px;}
.case_you .mark{height: 30px; line-height: 30px; text-align: center; font-size: 12px; color: #999;}
.case_you .mark span:first-child{margin-left: 0;}
.case_you .mark span{margin-left: 14px;}
.case_you .mark span{margin-left: 14px;}
.ny_product .product_lb .case_you ul.tieul li.li{width:201px; text-align:center; float:left; margin-right:20px; margin-bottom:20px;}
.ny_product .product_lb .case_you ul.tieul li.li img{width:100%;}
.rongyu{width:866px; overflow:hidden;}
.ny_product .product_lb .case_you ul.tieul li.li p{padding-top:6px;}
.ny_product .product_lb .case_you ul.tieul{width:105%;}
.location_top{width:1200px; height:60px; margin:0 auto;}
.contact_main_3{text-align: center; clear: left; padding-bottom: 90px; padding-top:20px;}
.contact_main_3 .title h3{font-size: 30px;color: #737373; height:75px; font-weight: normal;}
.contact_main_3 .title h3 span{display: block; font-size: 14px; color: #737373; font-family: "Arial"; text-transform: uppercase;}
.contact_main_3 .item .txt{width: 367px; height: 56px; font-size: 14px; line-height: 56px; text-indent: 8px; border: none;background-color: #f1f1f1; color: #737373; padding-left: 6px; *text-indent: 0px;}
.contact_main_3 .item .area{width: 1188px; height: 148px; *margin-left: -8px; background: #f1f1f1; font-size: 14px; text-indent: 8px; line-height: 18px; resize: none; *resize: none; -webkit-appearance: none; color: #737373; border: none; line-height: 40px; padding-left: 6px;}
.contact_main_3 .submit{display: block; clear: left;}
.contact_main_3 .submit .btn1{width: 278px; height: 52px; margin-top: 50px; font-size: 16px; line-height: 52px; color: #016dbd; cursor: pointer; border: #d3d7e3 solid 1px; background-color: #fff; display: inline-block;}
.contact_main_3 .submit .btn:hover{background-color:#F0F0F0;}
.contact_main_3 .item{float: left; position: relative; width:373px; padding-top: 20px;}
.contact_main_3 .item .n-top{position:absolute; left:0; top:20px;}
.contact_main_3 .item.item4,.contact_main_3 .item.item3{margin-left:38px; *margin-left:0px;}
.aboutPage{padding-top:50px;}
.contact_main_3 .item.item3,.contact_main_3 .item.item5{*margin-right:38px;}
.news_xin{padding-bottom:60px;}
.part_2 .news_ul{width:1200px; margin:0 auto; padding-bottom: 40px; padding-top: 12px;}
.part_2 .news_ul li{padding: 37px 0; border-bottom: 1px solid #eaeaea; position:relative;}
.part_2 .news_ul li .box1{width: 253px;height: 190px;overflow: hidden;}
.part_2 .news_ul li .box1 img{width: 253px;height: 190px;transition: ease-in-out .9s;}
.part_2 .news_ul li .box2{padding-left: 42px;width: 759px;padding-top: 30px;}
.part_2 .news_ul li .box2 h1{font-size: 20px;color: #333;height: 26px;line-height: 26px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.part_2 .news_ul li .box2 p{color: #666;line-height: 24px;padding-top:10px;height: 75px;}
.part_2 .news_ul li .box2 span{font-size: 12px; color: #999;}
.part_2 .news_ul li .right{padding-right: 15px;padding-top: 55px;text-align: center;}
.part_2 .news_ul li .right h3{font-size: 36px; color: #999; font-weight: 100;}
.part_2 .news_ul li .right p{font-size: 24px; color: #bbb; padding-top:10px;}
.part_2 .news_ul li a{display: block; cursor: pointer; width: 100%; height: 100%;}
.part_2 .news_ul li a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.part_2 .news_ul li a:hover h1{color: #0067d0;}
.part_2 .news_ul li b{display:block; width:100px; height:30px; border:#ccc solid 1px; text-align:center; line-height:30px; font-weight:normal; position:absolute; right: 12px;top: 161px;}
.htmleaf-container{float:left; width:530px;}
/*relateNews*/
.relateNews{width: 100%; overflow: hidden;}
/*n-tit*/
.n-tit h3{line-height: 35px; font-size: 24px;}
.n-tit s{width: 4px; height: 22px; margin-right: 15px; background: #0067d0; display: inline-block; vertical-align: middle;}
.n-tit .more{font-size: 16px;width:120px;height:30px;text-align:center;line-height:30px;margin-top:10px;border:1px solid #ddd;transition:all ease 600ms;}
.n-tit .more:hover{width:150px;transition:all ease 600ms; color:#0067d0;}

.icon{background: url(../images/icon.png) no-repeat; display: inline-block; vertical-align: middle;}
.girdlist{overflow: hidden;width: 100%;padding-top: 50px;padding-bottom: 30px;}
.girdlist .list{width: 100%;}
.girdlist .item{width: 382px; float:left; display: inline-block; margin-bottom: 30px; margin-right:20px; position: relative; background: #fff;}
.girdlist .item a{display: block;}
.girdlist .item .img{width: 380px; height: 278px; overflow: hidden; border:#eeeeee solid 1px; position: relative; text-align:center;}
.girdlist .item .img img{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;width: 100%;height: 100%; min-height:282px; display:inline-block; }
.girdlist .item .item_mask{width: 100%; height: 100%; background: rgba(0, 0, 0, 0); position: absolute; left: 0; top: 0; opacity: 0; filter: Alpha(opacity=0); *zoom: 1; -webkit-transform: rotateX(180deg) scale(0.5, 0.5); transform: rotateX(180deg) scale(0.2, 0.2); transition: all ease-out .5s;}
.girdlist .item .item_mask .item_link_icon{display: block; width: 60px; height: 60px; text-align: center; background-position: -440px -313px; line-height: 38px; position: absolute; left: 50%; top: 50%;*top: 40%; margin-left: -30px; margin-top: -0px; opacity: 0; filter: Alpha(opacity=0); *zoom: 1;}
.girdlist .item .txt{background: #fff; height: 56px; line-height: 56px; position: relative; font-size: 16px; color:#333; border-bottom:#eeeeee solid 1px;}
.girdlist .item .txt p{ width:95%; font-size: 16px; color:#333; float:left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: .5s ease; }
.girdlist .item .txt i{float:right; width:15px; height:15px; background-position:-487px -246px; margin-top:20px;transition: .5s ease;}
.girdlist .item:hover p{color:#0067d0;transition: .5s ease;}
.girdlist .item:hover .txt i{background-position:-487px -228px;transition: .5s ease;}
/*.girdlist .item:hover{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);}*/
.girdlist .item:hover img{transform: scale(1.1, 1.1);}
.girdlist .item:hover .item_mask{opacity: 1; filter: Alpha(opacity=100); -webkit-transform: rotateX(0deg) scale(1, 1); transform: rotateX(0deg) scale(1, 1); transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s; background: rgba(0, 0, 0, 0.3);}
.girdlist .item:hover .item_mask .item_link_icon{transform: translateY(-21px); opacity: 1; filter: Alpha(opacity=100);}
.Project{overflow: hidden; width: 100%; padding-top: 50px; padding-bottom: 50px; text-align: center;}
.Project .list{width: 108%;}
.Project .item{width: 450px; display: inline-block; margin-bottom: 30px; margin-right: 8px; position: relative; margin-left: 16px; background: #fff; height: 370px; overflow: hidden;}
.Project .item a,
.Project .item img{width: 100%; height: 100%; display: block; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.Project .item .bg{position: absolute; height: 150px; width: 100%; background: url(../images/black_jb.png) repeat-x left top; z-index: 1; left: 0; bottom: 0;}
.Project .item .txt{position: absolute; z-index: 2; width: 92%; left: 0; bottom: 26px; padding: 0 4%; color: #fff;}
.Project .item .txt p{border-left: 2px solid #fff; height: 34px; font-size: 12px; line-height: 16px; padding-left: 10px; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.Project .item .txt p span{font-size: 16px; display: block; padding-bottom: 5px;}
.Project .item .txt em{width: 16px; height: 16px; display: block; background-position: -454px 0; margin-top: 5px;}
.Project .item:hover img{transform: scale(1.06, 1.06);}
.girdlist.huxin .item{width:282px;margin-right: 23px;}
.girdlist.huxin .item:nth-child(4n){margin-right: 0;}
.girdlist.huxin .item .img{width: 100%; height: 100%;}
.girdlist.huxin .item .item_mask .item_link_icon{margin-top: -12px;}
@media (max-width: 1680px){.Project .item{width: 405px; height: 333px; margin-left: 5px; margin-right: 5px;}}
@media (max-width: 1560px){.Project .list{width: 115%;}}
@media (max-width: 1460px){.Project .item{width: 348px; margin-left: 5px; margin-right: 5px; height: 286px;} .Project .item .img{height: 286px;}}
@media (max-width: 1370px){.Project .item{width: 328px; height: 270px;} .Project .item .img{height: 270px;}}
@media (max-width: 1200px){.Project .item{width: 328px; height: 270px;} .Project .item .img{height: 270px;}}

.submian .subright .anlitopH4 {
	background: #fff;
	height: 45px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}
.submian .subright .anlitopH4 span {
	border-left: 5px solid #0067d0;
	height: 45px;
	line-height: 45px;
	padding-left: 15px;
	display: block;
	float: left;
	color: #0067d0;
	font-weight: bold;
 font-size: 16px;
}
.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}
.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}
.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
}
.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}
.submian .subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}
.submian .subright .divremmnews ul li a:hover {
	color: #0067d0;
}



.p102-info-related {
        padding: 30px 0 0;
    }
    
    .p102-info-1-title {
        height: 48px;
        line-height: 48px;
        font-weight: normal;
        font-size: 28px;
        color: #337fe5;
        padding-bottom: 10px;
        position: relative;
    }
    
    .p102-info-1-title:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 2px;
        background: #337fe5;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }
    
    .p102-info-related-list { overflow: hidden; padding: 29px 20px; background: #fff; position: relative; }
    
    /*.p102-info-related-list:after {
        content: '';
        position: absolute;
        width: 1px;
        background: #dedede;
        left: 50%;
        top: 29px;
        bottom: 29px;
        z-index: 1;
    }*/
    
    .p102-info-related-list dl { float: left; width: 100%;  padding:20px; box-sizing: border-box; position: relative; }
    .p102-info-related-list dl:first-child{ border-bottom:1px solid #dedede}
    .p102-info-related-list dt { width: 150px; }
    .p102-info-related-list dt a,.p102-info-related-list dt img { width: 100%; display: block; }
    .p102-info-related-list dd { position: absolute; padding-top: 22px; left: 180px; right: 29px; top: 0; bottom: 0; z-index: 1;  }
    .p102-info-related-list dd h4 { height: 34px; line-height: 34px; font-weight: normal; margin-bottom: 6px; }
    
    .p102-info-related-list dd h4 a {
        display: inline-block;
        width: 100%;
        height: 34px;
        font-size: 20px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-related-list dd p {
        font-size: 14px;
        line-height: 26px;
        color: #666666;
        text-align: justify;
    }
    
    .p102-info-related-list dd p a {
        color: #333333;
    }
    
    .p102-info-related-list dl:hover dd h4 a { color: #337fe5; }
    .p102-info-latest { padding: 30px 0 50px; }
    .p102-info-latest ul { padding: 30px; position: relative; background: #fff; overflow: hidden; }
    .p102-info-latest li { float: left; width: 100%; }
    .p102-info-latest li h4 {
        height: 36px;
        padding-left: 25px;
        position: relative;
        line-height: 36px;
        font-weight: normal;
    }
    
    .p102-info-latest li h4:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        border: 2px solid #337fe5;
        left: 0;
        top: 50%;
        margin-top: -4px;
    }
    
    .p102-info-latest li h4 a {
        display: inline-block;
        max-width: 80%;
        height: 36px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .p102-info-latest li h4:hover a { color: #337fe5; }
    .p102-info-latest li h4:hover:before { border-color: #337fe5; }
    .p102-info-latest li h4:hover:after { background: #337fe5; }
    .p102-info-latest li h4 em {
        float: right;
        width: 90px;
        height: 36px; font-size:15px;
        font-family: Arial;
        color: #808080;
        text-align: right;
        font-style: normal;
    }
    
    .p102-info-latest li.last {
        margin-left: 60px;
    }
    













.leftprocomt {	padding: 10px; background: #fff; margin-bottom:20px;}
.leftprocomt li {	float: left;	text-align: center;	width: 135px; 	margin-right: 10px; margin-top: 10px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.leftprocomt li img {
	width: 100%;
	height: 100px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li p {
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.leftprocomt li:hover img {
	-webkkit-filter: brightness(105%);
	filter: brightness(105%);
}
.leftprocomt li:hover p {
	color: #0067d0;
}




.partner ul li.list{ float:left; width:32%; margin:0 2% 20px 0;}
.partner ul li.list:nth-child(3n){margin-right: 0;}
.partner ul li.list a{display: block;width: 100%;}
.partner ul li.list a .pic{ width: 100%; padding-bottom: 50%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.partner ul li.list a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.partner ul li.list a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.partner ul .slick-prev{width: 39px;height: 39px;background: url(img/img137.png) no-repeat center center; background-size: cover;left: auto;right: 77px; top: -100px;border: 1px solid #A6A6A6;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.partner ul li.list a{ position:relative; overflow:hidden;}
.partner ul li.list a:after{position:absolute; left:0; top:150%; z-index:3; content:''; float:left; width:100%; height:100%; z-index:3; background:#0067d0; opacity:0.8;-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;  }
.partner ul li.list .text{ position:absolute; left:0; top:150%; z-index:4; float:left; width:100%; transform:translateY(-50%); -ms-transform:translateY(-50%); text-align:center; color:#fff; font-size:16px; line-height:30px;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;  }
.partner ul li.list a:hover:after{ top:0;}
.partner ul li.list a:hover .text{ top:50%;}




.page_box {	width: 100%;		max-width: 1400px; 	padding:5% 0;	margin: 0 auto;	min-height: 480px;}
.page_tit_box h1 {	display: inline-block;	width: auto !important;	background-image: linear-gradient(to right, #12b2e9 0, #0154a1 100%);	-webkit-background-clip: text;	color: transparent;	font-weight: 700;	font-size: 48px;	line-height: 1;}

.page_tit_box h3 {	font-size: 20px;	color: #666;	line-height: 1;	text-transform: uppercase;	font-style: italic;	padding-bottom: 30px;}

.page_tit_box .tit_line {	height: 1px;	width: 100%;	margin-bottom: 30px;	position: relative;	border-top: 0;	background: rgba(15, 35, 65, .1);	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#190f2341, endColorstr=#190f2341);}

.page_tit_box .tit_line::after {	height: 3px;	background-image: linear-gradient(to right, #f4c80f 0, #ff8800 100%);	content: " ";	width: 20%;	display: block;	position: relative;
	top: -3px;	box-sizing: inherit;}
.page_originator_box {}
.page_originator_box li {	float: left;}
.page_originator_box li.left {	width: 32%;	position: relative;}
.page_originator_box li.left .line_box {	position: absolute;	top: 20px;	left: 20px;	width: calc(100% - 40px);	height: calc(100% - 40px);	border: 1px solid rgba(255, 255, 255, .6);
	z-index: 1;}
.page_originator_box li.left img {	width: 100%;}
.page_originator_box li.right { float: right;	width: 63%;	height: auto; position: relative;	background: url(../images/originator_bg02.png) no-repeat;
	background-size:auto 100%;}
	.page_originator_box li.right img{ max-width:100%;}
.page_originator_box li.right .tit_bg {	display: none;	position: absolute;	top: 0;	left: 0;	font-size: 48px;	font-weight: bold;	color: #0154a1;	text-transform: uppercase;	line-height: 1;	transform: rotate(90deg);	-ms-transform: rotate(90deg);	-moz-transform: rotate(90deg);	-webkit-transform: rotate(90deg);	-o-transform: rotate(90deg);}

.page_originator_box li.right p {	font-size: 16px;	color: #666;	line-height: 1.8;	margin-bottom: 15px;	text-indent: 2em;}
.page_originator_box li.right h4{	font-size: 18px;	line-height: 2; font-weight:bold; }



.ArticleTencont img{ max-width:100%; height:auto !important;}
.ArticleTencont p,.ArticleTencont p span{ color:#555; font: 16px/35px "Microsoft Yahei" !important; }
.ArticleTencont h3{width: 100%; padding-left: 10px !important; margin-bottom:10px; font-size:18px; line-height:45px  !important; font-weight: bold; border-left:8px solid #1e87f0; background:#f0f7ff; color: #1a1a1a !important; text-transform: uppercase; position: relative; box-sizing: border-box; }











/*******内页样式********/
.nybanner{width: 100%;position: relative;height: 350px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
.submian{padding: 30px 0;background: #f4f4f4;}
/*当前位置*/
.position{position: relative;margin-top: -50px;height: 50px;line-height: 50px; color:#fff; }
.position .w1200{color: #fff;text-indent: 42px;background: url(../images/position.png) no-repeat center left 18px;background-color: rgba(0, 0, 0, .35);}
.position a{color: #fff;}
.position a:hover{color: var(--colour1);}
/*内页左侧*/
.subleft{width: 300px;}
.subleft .title{color: #fff;font-size: 26px;line-height: 70px;text-indent: 22px;height: 70px;border: 1px solid var(--colour1);background: url(../images/prolt.png) no-repeat center right 16px;background-color: var(--colour1);}
.subleft .title span{font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin-left: 3px;}
/*栏目分页*/
.subleft .lefta{margin-bottom: 20px;}
.subleft .lefta .comt{background: #ffff;padding: 20px;padding-bottom: 1px;}
.subleft .lefta .comt ul li a{display: block;color: #333;font-size: 16px;line-height: 50px;padding-left: 20px;padding-right: 45px;margin-bottom: 20px;overflow: hidden;background: #eaeaea url(../images/prolgo.png) no-repeat center right 15px;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.subleft .lefta .comt ul li:hover a,.subleft .lefta .comt ul li.hover a{color: #fff;background-color: var(--colour1);}
.subleft .lefta .comt ul li .boxlist{display: none;position: relative;margin-top: -20px;margin-bottom: 20px;background: #eaeaea;}
.subleft .lefta .comt ul li .boxlist li a{color: #333;font-size: 14px;font-weight: normal;margin: 0;padding: 0 20px;line-height: 40px;background: none;border-top: 1px dashed #ddd;}
.subleft .lefta .comt ul li .boxlist li:first-child a{border: 0;}
.subleft .lefta .comt ul li .boxlist li a:hover,.subleft .lefta .comt ul li .boxlist li a.hover{color: var(--colour1);}
.subleft .lefta .comt ul li.hover .boxlist{display: block;}
/*联系我们*/
.subleft .leftcont{background: #fff;}
.subleft .leftcont .tel{height: 91px;text-indent: 85px;background-position: 32px 28px;background-repeat: no-repeat;border-bottom: 1px solid #eaeaea;}
.subleft .leftcont .tel p{color: #2d2d2d; font-size: 14px; line-height: 14px; padding-top: 28px;}
.subleft .leftcont .tel h3{color: var(--colour1); font-size: 24px; line-height: 24px; margin-top: 7px;}
.subleft .leftcont .con{color: #2d2d2d;line-height: 30px;padding: 20px 25px;}
/*内页右侧*/
.subright{width: 875px;}
/*默认单页*/
.Aboutpage{color: #666;font-size: 14px;line-height: 28px;text-align: justify;padding: 20px;background: #fff;min-height: 550px;}
.Aboutpage img{max-width: 100%;}
.Aboutpage .t{padding: 0 0 25px;color: var(--colour1);font-size: 18px;}
.Aboutpage .t2{padding: 25px 0;color: var(--colour1);font-size: 24px;}
/*文章列表*/
.Newslist{}
.Newslist .list{margin-bottom: 20px;background: #fff;}
.Newslist .list li{border: 1px solid #dfdfdf;border-top: none;padding: 20px 30px;transition: all .5s;}
.Newslist .list li:first-child{border-top: 1px solid #dfdfdf;}
.Newslist .list li .img{position:relative;width: 180px;height: 135px;display:block;overflow: hidden;cursor: pointer;}
.Newslist .list li .img img{width: 100%;height: 100%;transition: all 0.3s ease-out 0s;}
.Newslist .list li .txt{position: relative;width: 615px;}
.Newslist .list li .txt h3{color: #333;font-size: 20px;font-weight: bold;line-height: 30px;padding-right: 60px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;}
.Newslist .list li .txt .hits{position: absolute;top: 0;right: 0;padding-left: 25px;background: url(../images/hits.png) no-repeat center left;color: #7a7a7a;font-size: 14px;line-height: 30px;}
.Newslist .list li .txt p{color: #7a7a7a;line-height: 25px;text-align: justify;margin-top: 15px;margin-bottom: 20px;height: 50px;overflow: hidden;}
.Newslist .list li .txt .itags{font-size: 14px;color: #787878;line-height: 20px;padding-left: 25px;background: url(../images/tags.png) no-repeat center left 1px;}
.Newslist .list li .txt .itags a{color: #787878;}
.Newslist .list li .txt .itags a:hover{color: var(--colour1);}
.Newslist .list li .txt .more{width: 35px;height: 35px;position: absolute;bottom: 0;right: 0;background: url(../images/more1.png) no-repeat center top;cursor: pointer;border-radius: 50%;transition: all .5s;}
.Newslist .list li:hover{box-shadow: 0 0 20px #dfdfdf;}
.Newslist .list li:hover .txt h3{color:var(--colour1);}
.Newslist .list li:hover .txt .more{background-image: url(../images/more2.png);background-color: var(--colour1);}
/*产品列表*/
.Prolist .list{float: left;width: 100%;padding-left: 0px;}
.Prolist .list li{float: left;width: 285px;margin-bottom: 10px;margin-right: 10px;padding-bottom: 20px;background: #fff;transition: all .5s;}
.Prolist .list li:nth-child(3n){margin-right: 0;}
.Prolist .list li .img{width: 100%;height: 214px;}
.Prolist .list li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.Prolist .list li .txt{padding: 20px;padding-bottom: 0;}
.Prolist .list li .txt h3{color: #2c2c2c;font-size: 16px;line-height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Prolist .list li .txt p{color: #6b6b6b;font-size: 14px;line-height: 22px;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top: 15px;}
.Prolist .list li .more{padding: 20px;padding-bottom: 0;}
.Prolist .list li .more a{width: 121px;height: 42px;line-height: 42px;text-indent: 25px;background: url(../images/prolib.png) no-repeat center right 20px;border-radius: 0 50px 50px 0;border: 1px solid #ddd;}
.Prolist .list li .more a:hover{color: #fff;background: var(--colour1) url(../images/prolibon.png) no-repeat center right 20px;border-color: var(--colour1);}
.Prolist .list li .more a:nth-child(1){border-right: none;border-radius: 50px 0 0 50px;}
.Prolist .list li:hover{box-shadow: 0px 0px 20px #aaa;}
.Prolist .list li:hover .img img{transform: scale(1.1);}
/*图片列表*/
.Piclist .list{float: left;width: 100%;padding-left: 0px;}
.Piclist .list li{float: left;width: 285px;margin-bottom: 10px;margin-right: 10px;transition: all .5s;}
.Piclist .list li:nth-child(3n){margin-right: 0;}
.Piclist .list li .img{position: relative;width: 100%;height: 214px;overflow: hidden;}
.Piclist .list li .img img{display: block;width: 100%;height: 100%;transition: all .5s;}
.Piclist .list li h3{color: #555;font-size: 16px;text-align: center;display: block;line-height: 50px;background: #fff;padding: 0 10px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.Piclist .list li:hover{box-shadow: 0px 0px 20px #aaa;}
.Piclist .list li:hover .img img{transform: scale(1.1);}
.Piclist .list li:hover h3{color: #fff;background: var(--colour1);}
/*留言表单*/
.formData{padding-bottom: 20px;}
.formData .item{float: left;color: #999;font-weight: normal;width: 380px;height: 45px;line-height: 45px;border: 1px solid #e4e4e4;margin-right: 75px;margin-bottom: 25px;position: relative;box-sizing: border-box;}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 43px;line-height: 43px;font-size: 18px;color: #666;}
.formData .item input{outline: none;line-height: 38px;height: 38px;font-size: 18px;}
.formData .item .txt{width: 100%;height: 43px;line-height: 43px;display: block;background: none;padding-left: 70px;border: 0 none;color: #666;box-sizing: border-box;}
.formData .item .red{position: absolute;right: 15px;top: 0;color: #ff0000;z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute;left: 0;top: 0px;}
.formData .liuyan{width: 100%;height: 260px;border: 1px solid #e4e4e4;float: left;}
.formData .liuyan label{text-align: right;display: block;top: 7px;}
.formData .liuyan textarea{width: 100%;height: 234px;line-height: 35px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #666;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;box-sizing: border-box;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 42px;border: 2px solid var(--colour1);margin-right: 2px;text-align: center;background: var(--colour1);color: #FFF;cursor: pointer;font-size: 18px;display: block;outline: none;transition: all .5s;}
.formData .sub:hover{background: none;color: var(--colour1);}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 0;top: 0;border: 0;display: block;}
/*内容详情页*/
.conBox{padding: 20px;background: #fff;}
.conBox .ArticleTitle h1{font-size: 24px;text-align: center;padding: 20px 0px;font-weight: bold;}
.conBox .ArticleMessage{line-height: 30px;height: 30px;margin-bottom: 10px;text-align: center;border-top: 1px dashed #ccc;border-bottom: 1px dashed #ccc;}
.conBox .ArticleMessage span:first-child{margin-left:0;}
.conBox .ArticleMessage span{color: #999;margin-left: 14px;font-size: 12px;}
.conBox .ArticleMessage .jiathis_style{float: left; margin-top: 5px;}
.conBox .ArticleTencont{padding: 5px 0px 20px 0px;color: #666;font-size:14px;line-height: 28px;text-align: justify;overflow: hidden;}
.conBox .ArticleTencont img{max-width: 100%;}
.conBox #pic{width: max-content;margin: 20px auto;padding: 1px;box-shadow: 0 0 20px 0 rgba(0,0,0,.3);}
.conBox #pic img{max-width: 800px;}
/*相关新闻*/
.HotNews{padding-top: 15px;}
.HotNews .title{font-size: 22px;line-height: 50px;height: 50px;position: relative;}
.HotNews .title span{color: var(--colour1);}
.HotNews .title .more{float: right;font-size: 14px;}
.HotNews .title:after{content:" ";position: absolute;left: 0;bottom: 0;width: 24px;height: 1px;background-color: var(--colour1);}
.HotNews .box{padding: 40px;background: #fff;transition: all .5s;}
.HotNews .box .hot{width: 580px;}
.HotNews .box .hot .img{float: left;width: 206px;height: 155px;overflow: hidden;}
.HotNews .box .hot .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.HotNews .box .hot .txt{float: right;position: relative;width: 350px;height: 155px;transition: all .5s;}
.HotNews .box .hot .txt h3{font-size: 16px;line-height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.HotNews .box .hot .txt p{color: #666;font-size: 14px;line-height: 23px;overflow: hidden;margin-top: 9px;height: 75px;}
.HotNews .box .hot .txt span{color: #8e8e8e; font-size: 14px; margin-top: 5px;}
.HotNews .box .hot .txt .more{width: 35px;height: 35px;position: absolute;bottom: 0;right: 0;background: url(../images/more1.png) no-repeat center top;cursor: pointer;border-radius: 50%;transition: all .5s;}
.HotNews .box .list{width: 470px;height: 155px;padding-left: 34px;border-left: 1px dashed #ddd;overflow: hidden;}
.HotNews .box .list li{position: relative;font-size: 14px;line-height: 33px;border-bottom: 1px dashed #ddd;}
.HotNews .box .list li:nth-child(1){margin-top: -8px;}
.HotNews .box .list h3{padding-right: 90px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.HotNews .box .list span{position: absolute;top: 0;right: 0;color: #999;}
.HotNews .box:hover{box-shadow: 0 10px 20px 0 #ccc;}
.HotNews .box .hot:hover .img img{transform: scale(1.1);}
.HotNews .box .hot:hover .txt .more{background-image: url(../images/more2.png);background-color: var(--colour1);}
/*内容分页*/
.reLink{height: 38px; font-size:15px; border: 1px solid #ddd; margin: 10px auto 10px;padding:10px;}
.reLink .prevLink, .reLink .nextLink{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a, .reLink .nextLink a{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a:hover, .reLink .nextLink a:hover{color: var(--colour1);}
.reLink .prevLink{float: left;}
.reLink .nextLink{float: right;}
/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: var(--colour1);margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: var(--colour1);opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent var(--colour1);border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: var(--colour1);opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent var(--colour1);border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
/*↓组图样式↓*/
.HS10, .HS15{overflow:hidden;clear:both;}
.HS10{height:10px;}
.HS15{height:15px;}
.Hidden{display:none;}
.Clearer{display:block;clear:both;font-size:1px;line-height:1px;margin:0;padding:0;}
.FlLeft{float:left;}
.FlRight{float:right;}
/*幻灯片区域背景*/
.MainBg{width: 100%;margin:0 auto;}
/*大图展示区域*/
.OriginalPicBorder{padding: 0;}
#OriginalPic{width: 100%;overflow:hidden;position:relative;font-size:12px;}
#OriginalPic img{display:block;min-width: 100px;max-width: 100%;margin:0 auto;}
/*鼠标手势*/
.CursorL{position:absolute;z-index:999;width:50%;height: 100%;color:#FFF;left: 0;cursor:url(../images/CurL.cur), auto;}
.CursorR{position:absolute;z-index:999;width:50%;height: 100%;color:#FFF;right:0;cursor:url(../images/CurR.cur), auto;}
/*小图预览和滑动*/
.SliderPicBorder{width: 100%;overflow:hidden;}
.ThumbPicBorder {width: 100%;margin:0 auto;background: #eeeeee;overflow: hidden;position: relative;border-radius: 5px;}
.ThumbPicBorder #btnPrev,.ThumbPicBorder #btnNext{width: 40px;height: 100px;cursor:pointer;position: absolute;left: 15px;top: 15px;}
.ThumbPicBorder #btnNext{left: auto;right: 15px;}
.ThumbPicBorder .pic{width: 700px;overflow: hidden;position: relative;margin: 15px auto;}
#ThumbPic img{border: 3px solid #ddd;cursor:pointer;background-color: #ddd;margin: 0 5px;width: 124px;height: 94px;display:block;transition: all .5s;}
#ThumbPic img.active{border: 3px solid var(--colour1);}
/*CSS3动画*/
@keyframes zy{
10%{transform: rotate(15deg);}
20%{transform: rotate(-10deg);}
30%{transform: rotate(5deg);}
40%{transform: rotate(-5deg);}
50%,100%{transform: rotate(0deg);}}
#ie{position: fixed;top: 0;width: 100%;height: 100%;z-index: 9999;background: #00aeff;}
#ie p{position: absolute;top: 50%;margin-top: -60px;left: 50%;margin-left: -540px;width: 1080px;color: #fff;font-size: 20px;line-height: 2;text-align: center;}