@font-face {
    font-family: 'monbaiti';
    src: url('../font/monbaiti.eot');
    src:
    url('../font/monbaiti.eot?#font-spider') format('embedded-opentype'),
    url('../font/monbaiti.woff') format('woff'),
    url('../font/monbaiti.ttf') format('truetype'),
    url('../font/monbaiti.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINCONDBOLD';
    src: url('../font/DINCONDBOLD.eot');
    src:
    url('../font/DINCONDBOLD.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINCONDBOLD.woff') format('woff'),
    url('../font/DINCONDBOLD.ttf') format('truetype'),
    url('../font/DINCONDBOLD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.TXTovehid1{display: block; word-wrap:break-word; overflow: hidden; text-overflow: ellipsis;line-height:26px;}

.scaleimg:hover .pic em,.scaleimg:hover .pic img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}


input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #29c4c2;}

.header .menuIcon{width: 20px;cursor: pointer;display: none;position: absolute;right: 4%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 2px;background: #fff;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.cont_1280{width: 1280px;margin: 0 auto;}

.header{position: fixed;left: 0;top:0;width: 100%;z-index: 1001;background:rgba(0,0,0,0.2);box-sizing:border-box;line-height: 108px;}
.logo1{ width: 28%; height:108px; float:left;}
.logo1-pic { background: url(../images/logo.png) center center no-repeat; background-size:100% auto;}
.header .search_btn{height: 108px;width: 18px;background: url(../images/search_btn.png) no-repeat right center;cursor: pointer;}
.header .nav .nLi{position: relative;}
.header .nav .nLi h3{padding: 0 23px;}
.header .nav .nLi h3 a{display: block;font-size: 16px;color: #FFFFFF;font-weight: bold;position: relative;}
.header .nav .nLi h3 a:before{content: "";width: 100%;height: 2px;background: #FFFFFF;position: absolute;left: 0;bottom: 0px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.header .nav .nLi.on h3 a:before,.header .nav .nLi:hover h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.header .nav .nLi .nav_sub{display: none;position: absolute;left: 50%;top:108px;width: 120px;margin-left: -60px;text-align: center;background: #fff;}
.header .nav .nLi .nav_sub ul li a{display: block;font-size: 14px;line-height: 30px;padding: 8px 0;}
.header .nav .nLi .nav_sub ul li a:hover{color: #27c4c2;}


.header:hover{background:rgba(0,0,0,0.2);box-shadow: 0 0 5px rgba(0,0,0,0.2);-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.header:hover .nLi h3 a{color: #ffffff;}
.header:hover .nLi h3 a:before{background: #27c4c2;}


.header.fixed{background: #fff;box-shadow: 0 0 5px rgba(0,0,0,0.2);-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.header.fixed .nLi h3 a{color: #444;}
.header.fixed .nLi h3 a:before{background: #29c4c2;}
.header.fixed .search_btn{background-image: url(../images/search_btn_black.png);}
.header.fixed .menuIcon span{background: #29c4c2;}
.header.fixed .logo1-pic{background-image: url(../images/logo2.png);}
/*
.swiper-container {width: 100%;height: 720px;margin-left: auto;margin-right: auto;}
*/
.banner .swiper-slide {background-size: cover;background-position: center;}


.gallery-top {height: 80%;width: 100%;}
.gallery-thumbs {height: 20%;box-sizing: border-box;padding: 10px 0;}
.gallery-thumbs .swiper-slide {height: 100%;opacity: 0.4;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.swiper-button-white{opacity:0.2}

.header.ny_header{position: relative;line-height: 90px;background: #ffffff;}
.header.ny_header .nav .nLi h3 a{color: #333333;position: relative;}
.header.ny_header .nav .nLi h3 a:before{content: "";width: 100%;height: 3px;background: #0558b8;position: absolute;left: 0;bottom: 16px;}
.header.ny_header .nav .nLi.on h3 a,.header.ny_header .nav .nLi:hover h3 a{color: #0558b8;}
.header.ny_header .search_btn{background-image: url(../images/search_btn_gray.png);height: 90px;}
.header.ny_header .menuIcon span{background: #333;}

.banner{width: 100%;overflow: hidden;position: relative;}
.banner .swiper-slide a{display: block;width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a em{display: block;width: 100%;height: 100vh;background-repeat: no-repeat;background-position: center;background-size: cover; 
-webkit-transform: scale(1.1);transform: scale(1.1);-webkit-transition: all 2s linear;transition: all 2s linear;}
.banner .swiper-slide a .cont_w1280{box-sizing:border-box;}
.banner .swiper-slide.swiper-slide-active a em{-webkit-transform: scale(1);transform: scale(1);}
.banner .swiper-slide .pcText{position: absolute;box-sizing:border-box;}
.banner .swiper-slide .pcText p{-webkit-transform:translateX(200px);transform:translateX(200px);opacity: 0;}
.banner .swiper-slide .pcText p.txt1{-webkit-transition: all 1s ease 0s;transition: all 1s ease 0s;}
.banner .swiper-slide .pcText p.txt2{-webkit-transition: all 1s ease 0.3s;transition: all 1s ease 0.3s;}
.banner .swiper-slide .pcText p.txt3{-webkit-transition: all 1s ease 0.7s;transition: all 1s ease 0.7s;}
.banner .swiper-slide.swiper-slide-active .pcText p{-webkit-transform:translateX(0);transform:translateX(0);opacity: 1;}
.banner .swiper-slide .wapText{display: none;position: absolute;left: 5%;z-index: 3;}
.banner .swiper-slide.slide1 .pcText{padding: 285px 0 0 0;left: 50%;top:0;z-index: 3;margin-left: -640px;}
.banner .swiper-slide.slide1 .wapText{width: 33.8%;top:40%;}
.banner .swiper-slide.slide1 .wapText img{width: 100%;}
.banner .swiper-pagination{width: 1280px;left: 50%;margin-left: -640px;bottom: 172px;text-align: left;height: 16px;line-height: 16px;font-size: 0;z-index: 3;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;box-sizing:border-box;margin: 0 6px 0 0;position: relative;background: none;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 4px;height: 4px;position: absolute;left: 50%;top: 50%;margin: -2px 0 0 -2px;background: #fff;border-radius: 50%;}
.banner .swiper-pagination .swiper-pagination-bullet:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;box-sizing:border-box;border:1px solid #fff;border-radius: 50%;opacity: 0;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity: 1;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 60px;height: 60px;position: absolute;top:50%;margin-top: -30px;background: url(../images/arrow1.png) no-repeat left center;opacity: 0;}
.banner .swiper-button-prev{left: 0;}
.banner .swiper-button-next{right: 0;background-position: right center;}
.banner:hover .swiper-button-prev{left: 5%;opacity: 1;}
.banner:hover .swiper-button-next{right: 5%;opacity: 1;}

.box1{background-color:#ffffff;width:1280px;left:50%;margin-left:-640px;height:60px;box-shadow: 5 5 30px #c4c4c4;z-index:1000;position:absolute;bottom:0;}
.section1 .about{background-color:#ffffff;text-align:center;box-shadow: 5 5 30px #c4c4c4;z-index: 999;}
.section1 .about-text{margin:0 auto;}
.line{width:52px;height:4px;background-color:#2ac9c6;margin:0 auto;margin-top:20px;margin-bottom:20px;}
.about p{font-size:32px;font-weight:bold;color:#1a1a1a;text-align:center;}
.about h1{font-size:16px;font-weight:normal;color:#4c4c4c;text-align:center;padding-bottom:50px;}

.product{position:relative;overflow:hidden;margin-top:30px;}
.product1{position:relative;background:url(../images/product1.jpg) no-repeat;width:48.828%;height:460px;float:left;}
.product1-text,.product2-text{left:30px;bottom:30px;position:absolute;}
.product p{font-size:32px;font-weight:bold;color:#ffffff;}
.product h1{font-size:16px;font-weight:normal;color:#ffffff;line-height:28px;}
.product2{position:relative;background:url(../images/product2.jpg) no-repeat;width:48.828%;height:460px;float:right;}
.product1 a .pic,.product2 a .pic{width: 100%;height: 460px;position: relative;overflow: hidden;}
.product1 a .pic em,.product2 a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.video{width: 100%;height:560px;margin-top:2.344%;background: #f2f2f2 url(../images/video.jpg) no-repeat center top;float:left;}
.video a{display: block;}
.video a .pic{width: 100%;height: 560px;position: relative;overflow: hidden;}
.video a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.video a .pic i{width: 80px;height: 80px;position: absolute;left: 50%;top:280px;z-index: 3;margin: -40px 0 0 -40px;background: url(../images/video_icon.png) no-repeat center;background-size: 100% 100%;}
.video-text{position: absolute;left: 0;text-align:center;width: 100%;height: 100%;top:380px;}
.video a:hover .pic i{ -webkit-transform: rotateZ(20deg);transform: rotateZ(20deg);}


.section3{padding-bottom: 70px;}
.title{text-align:center;margin-top:30px;margin-bottom:20px;}
.ch{font-size:32px;font-weight:bold;color:#1a1a1a;}
.section3 ul li{width: 23.5%;margin-left: 2%;}
.section3 ul li:first-child{margin-left: 0;}
.section3 ul li a{display: block;}
.section3 ul li a .pic{width: 100%;height: 0;padding-bottom: 60%;position: relative;overflow: hidden;}
.section3 ul li a .pic b,.section3 ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.section3 ul li a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.section3 ul li a .pic b{z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.section3 ul li a .text{padding: 30px 30px 2px 30px;background: #ffffff;}
.section3 ul li a .text span{display: block;line-height: 30px;font-size: 14px;color: #808080;font-family: "Arial";}
.section3 ul li a .text h5{height:52px; overflow: hidden;font-size: 18px;line-height: 26px;color: #333333;font-weight:normal;}
.section3 ul li a .text p{font-size: 14px;line-height: 24px;color: #808080;height: 72px;overflow: hidden;margin-bottom: 26px;}
.section3 ul li a .text .more_btn{color: #ecc6c6;border-color: #cccccc;}
.section3 ul li a:hover .pic b{opacity: 1;}
.section3 ul li a:hover .text{box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1);}


.footer{padding: 50px 0 58px;margin-top:20px;background-color:#eeeeee;position:relative;width:100%;}
.footer .cont_1280{z-index:9;position:relative;}
.footer .top{margin-bottom: 20px;position: relative;}
.bottom-logo img{ width:auto; height:auto; max-width:auto;max-height:54px;float:left;}
.small-text{float:right;line-height:54px;}
.small-text li{float:left;color:#fff;opacity:0.4;padding-left:20px;}
.small-text span{border-right:1px solid gray;padding-right:10px;padding-left:10px;}
.bottom-nav{position: relative;height:50px;width:100%;background:rgba(255,255,255,0.2);border-radius:25px;text-align:center;}
.bottom-nav ul{line-height:50px;width:100%;text-align:center;}
.bottom-nav li{display:inline;color:#fff;font-size:16px;padding:0 2.4% 0 2.4%;}
.bottom-contact{margin:40px 0 50px 0;overflow:hidden;}
.bottom-contact img{margin-left:20px; max-height:100px;}
.bottom-contact-text{float:left;}
.bottom-contact-text p{color:#fff;font-size:16px;line-height:30px;}
.bottom-contact-qrcode{float:right;}
.partical{position:absolute;bottom:0;left:0;z-index:7;width:100%;height:100%;}
.copyright{width:100%;bottom:0;background:rgba(0,0,0,0.4);position: absolute;overflow:hidden;text-align:center;clear:both;z-index:8}
.copyright p{display: inline-block;font-size:14px;color:#fff;opacity:0.4;line-height:18px;vertical-align: middle;padding:18px 0}

.float1{position: fixed;right: 0;top:50%;z-index: 1100;}
.float1 ul li{position: relative;}
.float1 ul li a{display: block;width: 56px;height: 56px;background: #fff;position: relative;border-top: 1px solid #eee;
padding-top: 8px;color: #999;cursor: pointer;text-align: center;color: #333;}
.float1 ul li:first-child a{border:none;}
.float1 ul li a .icon{width: 30px;height: 30px;position: relative;margin: 0 auto;}
.float1 ul li a .icon img{position: absolute;left: 50%;top:0;
-webkit-transform:translateX(-50%); -moz-transform: translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%);}
.float1 ul li a .icon img.o{opacity: 0;}
.float1 ul li a p{font-size: 12px;line-height: 20px;}
.float1 ul li .cont{position: relative;padding: 6px;background: #fff;border-radius: 4px;position: absolute;right: 100px;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
-webkit-box-shadow: 0  0 4px rgba(0,0,0,.2);box-shadow: 0  0 4px rgba(0,0,0,.2);opacity: 0;display: none;}
.float1 ul li .cont .pic{width: 100px;height: 100px;}
.float1 ul li .cont .pic img{width: 100%;height: 100%;position: relative;z-index: 3;}
.float1 ul li .cont:before{content: "";width:20px;height:20px;position: absolute;right: -9px;top:50%;margin-top: -10px;
background:#fff;border-color:rgba(0,0,0,.2) transparent transparent rgba(0,0,0,.2);-webkit-box-shadow:-2px -2px 4px -2px rgba(0,0,0,.2);box-shadow:-2px -2px 4px -2px rgba(0,0,0,.2);-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(135deg);transform:rotate(135deg)}
.float1 ul li .cont.on{opacity: 1;right: 70px;}
.float1 ul li .cont .tel{font-size: 18px;color: #444;line-height: 24px;font-family: "Arial";padding: 0 20px 0 0;}
.float1 ul li.li3 .cont{border-radius: 4px;}
.float1 ul li.li3 .cont:before{width:10px;height:10px;right:-4px;margin-top: -5px;}
.float1 ul li:hover a{background: #27c4c2;color: #fff;border-color: #27c4c2;}
.float1 ul li:hover a .icon .d{opacity: 0;}
.float1 ul li:hover a .icon .o{opacity: 1;}

.ny_banner{width: 100%;height: 400px;background-repeat: no-repeat;background-position: center;background-size: cover;box-sizing:border-box;padding-top: 169px;text-align: center;}
.ny_banner h3 {margin-top:30px;display: inline-block;*display: inline;*zoom: 1;line-height: 50px;position: relative;font-size: 32px;font-weight:bold;color: #ffffff;}
.ny_banner .path{font-size: 14px;color: #ffffff;line-height: 32px;}
.ny_banner .path span{margin: 0 8px;font-family: "SimSun";}
.ny_banner .path a:hover{text-decoration: underline;}

.bread{background: #fff;box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1)}
.ny_fr{width:100%;position: relative;min-height:60px;}
.ny_fr ul{text-align:center;width:100%;line-height:60px;}
.ny_fr ul li{padding-left: 50px;position: relative;display:inline;}
.bread ul li:first-child{padding-left: 0;}
.bread ul li:before{content: "";width: 5px;height: 14px;position: absolute;left: 24px;top:50%;margin-top: -7px;}
.bread ul li:first-child:before{display: none;}
.bread ul li a{display:inline-block;line-height: 60px;font-size: 16px;color: #333333;position: relative;}
.bread ul li a:before{content: "";width: 100%;height: 2px;background: #29c4c2;position: absolute;left: 0;bottom: -2px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.bread ul li.on a:before,.bread ul li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.bread ul li.on a,.bread ul li a:hover{color: #29c4c2;}

.gray_bg{background: #f2f5f7;}
.ny_wrap{padding: 0px 0 0PX;min-height: 400px;}
.p_ny_wrap{padding: 50px 0 50PX;min-height: 400px;}


.single_page{font-size: 16px;line-height: 32px;color: #4c4c4c;}
.single_page *{max-width: 100% !important;}
.single_page img{height: auto !important;}
.process_wrap{min-height:160px;}

.introduction_list h5{text-align:center;font-size:28px;color:#333333;margin-bottom:30px;font-weight:normal;}
.introduction_list p{font-size:16px;color:#4c4c4c;line-height:30px;}
.introduction_list ul{margin-bottom: 20px;}
.introduction_list ul li{width: 24.22%;} 
.introduction_list ul li a{display: block;}
.introduction_list ul .margin-li{margin-left:1.04%;}
.introduction_list ul li a .pic{width: 100%;height: 0;padding-bottom: 67.53%;position: relative;overflow: hidden;margin-bottom: 7px;}
.introduction_list ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.culture_wrap{width:100%;height:auto;margin-top:40px;position:relative;}
.culture_list{background:url(../images/demo/culture_bg.jpg) no-repeat;background-size:100% 100%;}
.culture_list h5{text-align:center;font-size:28px;color:#fff;margin-bottom:30px;font-weight:normal;}
.culture_box { padding: 40px 0 40px 0;}
.culture_box ul{margin-bottom: 20px;}
.culture_box ul li{width: 32.03%;} 
.culture_box ul li a{display: block;}
.culture_box ul li p{font-size:16px;color:#fff;text-align:center;font-weight:bold;margin-top:24px;}
.culture_box ul .margin-li{margin-left:1.955%;}
.culture_box ul li a .pic{width: 100%;height: 0;padding-bottom: 67.53%;position: relative;overflow: hidden;margin-bottom: 7px;}
.culture_box ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}


.ny_video_list{position:relative;overflow:hidden;margin-top:30px;}
.ny_video_list h5{text-align:center;font-size:28px;color:#333333;margin-bottom:30px;font-weight:normal;}
.ny_video{width: 100%;height:700px;background: #f2f2f2 url(../images/demo/ny_video_bg.jpg) no-repeat center top;float:left;}
.ny_video a{display: block;}
.ny_video a .pic{width: 100%;height: 700px;position: relative;overflow: hidden;}
.ny_video a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ny_video a .pic i{width: 80px;height: 80px;position: absolute;left: 50%;top:50%;z-index: 3;margin: -40px 0 0 -40px;background: url(../images/video_icon.png) no-repeat center;background-size: 100% 100%;}
.bf_button i{width: 80px;height: 80px;position: absolute;left: 50%;top:50%;z-index: 999;margin: -40px 0 0 -40px;background: url(../images/video_icon.png) no-repeat center;background-size: 100% 100%;}

.gallery-top a:hover .bf_button i{ -webkit-transform: rotateZ(20deg);transform: rotateZ(20deg);}



.microchio_about_wrap{position:relative;overflow:hidden;margin-top:50px;}
.microchio_about_wrap h5{font-size:24px;color:#1a1a1a;margin-bottom:30px;font-weight:normal;}
.microchio_about_wrap p{font-size:16px;color:#4c4c4c;line-height:30px;}

.microchio_about_wrap ul{margin-bottom: 20px;}
.microchio_about_wrap ul li{width: 48%;float:left;} 
.microchio_about_wrap ul .margin-li{margin-left:4%;}
.microchio_about_wrap ul li a{display: block;}
.microchio_about_wrap ul li a .pic{width: 100%;height: 0;padding-bottom: 67.53%;position: relative;overflow: hidden;margin-bottom: 7px;}
.microchio_about_wrap ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}


.recom_news{margin-bottom: 40px;}
.recom_news li{width: 48.4375%;}
.recom_news li a{display: block;height: 0;padding-bottom: 60%;position: relative;overflow: hidden;}
.recom_news li a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recom_news li a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: url(../images/shadow.png) no-repeat center;background-size: 100% 100%;}
.recom_news li a h5{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 3;box-sizing:border-box;padding: 0 16px;font-size: 18px;line-height: 48px;color: #ffffff;}

.news_list ul{padding-bottom: 20px;}
.news_list ul li{margin-bottom: 40px;background: #ffffff;}
.news_list ul li a{display: block;height: 270px;padding: 0px 50px 0px 446px;position: relative;overflow:hidden;}
.news_list ul li a .pic{width: 396px;height: 270px;position: absolute;left: 0;top:0;overflow: hidden;}
.news_list ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.news_list ul li a .pic em img{width: 100%;}
.news_list ul li a h5{padding-top:30px;font-size: 18px;line-height: 40px;color: #333333;font-weight: normal;}
.news_list ul li a span{font-family:Arial;display: block;font-size: 14px;line-height: 15px;color: #808080;margin-bottom: 15px;}
.news_list ul li a p{font-size: 14px;line-height: 24px;color: #4c4c4c;height: 48px;overflow: hidden;margin-bottom: 39px;}
.news_list ul li a:hover{box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1);}

.noimg_box{
	padding: 20px 1.5% 40px;
	background: #fff;
}
.noimg_list{
	margin-bottom: 40px;
}
.noimg_list li.news {
	font-size: 14px;
	padding-left: 15px;
	line-height: 40px;
	background: url('../images/news-icon.png') no-repeat 0 center;
	border-bottom: 1px dotted #CCCCCC;
}
.noimg_list li.news span.news_title {
	float: left;    
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.noimg_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
	color: #999999;
}

.dynamic_list ul{padding-bottom: 20px;}
.dynamic_list ul li{margin-bottom: 40px;background: #ffffff;}
.dynamic_list ul li a{display: block;height: 200px;padding: 0px 50px 0px 50px;position: relative;}
.dynamic_list ul li a .pic{width: 396px;height: 270px;position: absolute;left: 0;top:0;overflow: hidden;}
.dynamic_list ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.dynamic_list ul li a .pic em img{width: 100%;}
.dynamic_list ul li a h5{padding-top:30px;font-size: 18px;line-height: 40px;color: #333333;font-weight: normal;}
.dynamic_list ul li a span{font-family:Arial;display: block;font-size: 14px;line-height: 15px;color: #808080;margin-bottom: 15px;}
.dynamic_list ul li a p{font-size: 14px;line-height: 24px;color: #4c4c4c;height: 48px;overflow: hidden;margin-bottom: 39px;}
.dynamic_list ul li a:hover{box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1);}

.product_advantage_list ul li{width: 31.25%;background:#fff;margin-bottom: 3.125%;} 
.product_advantage_list ul .margin-li-02,.product_advantage_list ul .margin-li-05,.product_advantage_list ul .margin-li-08{margin-left:3.125%;margin-right:3.125%;} 
.product_advantage_list ul li a{display: block;padding: 0 0 40px 0}
.product_advantage_list ul li a .pic{width: 100%;height: 0;padding-bottom: 38%;position: relative;overflow: hidden;margin-bottom: 7px;}
.product_advantage_list ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.product_advantage_list ul li a h5{float:left;font-size: 18px;line-height: 34px;color: #1a1a1a;font-weight: normal;margin:10px 20px 0 12px;}
.product_advantage_list ul li a p{clear:both;font-size: 14px;line-height: 24px;color: #666666;height: 120px;overflow: hidden;margin:0 20px 0 20px;overflow:auto}
.product_advantage_list ul li a p::-webkit-scrollbar {
        display: none;
    }
.product_advantage_list ul li a:hover{box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1);}
.product_advantage_list .advantage_title{float:left;position:relative;width:29px;height:34px;margin:10px 0 10px 20px;}
.product_advantage_list .advantage_title img{width:29px;height:34px;}
.product_advantage_list .advantage_title .title_number{position:absolute;left:0;top:0;width:29px;height:34px;z-index:3;text-align:center;line-height:34px;font-size:14px;color:#fff;font-family: Arial}

.display_list ul li{width: 31.25%;background:#fff;margin-bottom: 3.125%;} 
.display_list ul .margin-li-02,.display_list ul .margin-li-05,.display_list ul .margin-li-08{margin-left:3.125%;margin-right:3.125%;} 
.display_list ul li a{display: block;}
.display_list ul li a .pic{width: 100%;height:0;padding-bottom:60%;position: relative;overflow: hidden;}
.display_list ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.display_list ul li a h5{text-align:center;font-size: 18px;line-height: 60px;color: #1a1a1a;font-weight: normal;margin:0 20px 0 12px;}
.display_list ul li a:hover{box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1);}

.display{cursor:pointer;}
.cd-imgbook { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-imgbook.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-imgbook-container { position: relative; height: 36px; padding: 40px 20px 40px 20px ; background: #fff; width: 60%; margin: 0 auto; top: 30%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-imgbook-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); height:auto;}

.hidden_imgbook .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_imgbook .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_imgbook .close_btn:after, .hidden_imgbook .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_imgbook .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_imgbook .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_imgbook .close_btn:hover:after, .hidden_imgbook .close_btn:hover:before { background: #29c4c2;}




.solution_list ul li{margin-bottom: 40px;background: #ffffff;}
.solution_list ul li .wrap1{display: block;height: 360px;padding: 0px 4% 0px 54%;position: relative;}
.solution_list ul li .wrap2{display: block;height: 360px;padding: 0px 54% 0px 4%;position: relative;}
.solution_list ul li a .left{width: 50%;height: 360px;position: absolute;left: 0;top:0;overflow: hidden;}
.solution_list ul li a .left em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.solution_list ul li a .left em img{width: 100%;}
.solution_list ul li a .right{width: 50%;height: 360px;position: absolute;right: 0;top:0;overflow: hidden;}
.solution_list ul li a .right em{position: absolute;right: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.solution_list ul li a .right em img{width: 100%;}
.solution_list ul li a h5{padding-top:8%;padding-bottom:4%;font-size: 24px;line-height: 40px;color: #333333;font-weight: normal;}

.solution_list ul li a:hover{box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1);}


.page{text-align: center;font-size: 0;}
.page-index,.page-last{ display:none}
.page a{display: inline-block;*display: inline;*zoom: 1;margin: 2px 5px;background-color:#fff;height: 34px;min-width: 34px;border:1px solid #cccccc;text-align: center;line-height: 34px;font-size: 14px;color: #333333;}
.page span.page-index a,.page span.page-pre a,.page span.page-last a,.page span.page-next a{width: 70px;}
.page a.num{font-family: "Arial";}
.page a.page-num-current,.page a:hover{border-color: #29c4c2;background: #29c4c2;color: #fff;}




.contact_wrap{position: relative;margin-bottom:50px;}
.contact-box{width:100%;background-color:#fff;margin-top:50px;overflow:hidden;}
.contact_wrap .text{float:left;margin-top:60px;margin-left:3%;width:37%;}
.qrcode{margin-top:30px;}
.contact_wrap .map_wrap{float:right;width: 58%;height: 560px;box-sizing:border-box;padding: 1% 1%;position: relative;}
.contact_wrap .text h5{text-align:left;margin-bottom: 20px;font-size: 24px;color: #1a1a1a;line-height: 44px;font-weight: normal;}
.contact_wrap .text p{font-size: 16px;line-height: 20px;color: #1a1a1a;margin-bottom: 12px;text-align:left;}
.contact_wrap .text h2{font-size:12px;line-height:30px;color:#4c4c4c;font-weight:normal;text-align:left;}


.job_wrap .bd{padding: 0 1.5% 40px;background: #ffffff;}
.job_wrap .bd .dl .dt{position:relative;padding:10px 30px 10px 30px;border-bottom: 1px solid #f0f0f0;font-size: 16px;color: #4c4c4c;cursor: pointer;overflow:hidden;}
.job_wrap .bd .dl .dd{display: none;}
.zhiwei{font-size:18px;color:#1a1a1a;line-height:54px;font-weight:normal;}
.job_wrap .item1{font-size:14px;color:#808080;font-weight:normal;float:left;}
.job_wrap .item2{font-size:14px;color:#808080;font-weight:normal;float:left;margin-left:32px;}
.job_wrap .item3{font-size:14px;color:#808080;font-weight:normal;float:right;}
.job_wrap .more{clear:both;color:#29c4c2;text-decoration:underline;font-size:14px;line-height:54px;}
.information_text{float:left;width:100%}
.information_text1,.information_text2,.information_text3{ width:33.3%;float:left;line-height:36px;color:#808080;}
.request-title{ margin-top:20px; font-size:16px;}
.information_text span{border:none;color:#333333;font-size:14px;}
.information_text p{font-size:14px;}
.job_wrap .bd .dl .dd .wrap{background:#f5f5f5;padding: 30px 0 56px 30px;border-bottom: 1px solid #e0e0e0;}
.job_wrap .bd .dl .dd .wrap .request-title{font-size: 16px;line-height: 40px;color: #333333;text-align:left;clear:both;}
.job_wrap .bd .dl .dd .wrap .text{font-size: 16px;line-height: 32px;color: #4c4c4c;margin-bottom: 42px;}
.job_wrap .bd .dl .dd .wrap .text *{max-width: 100% !important;}
.job_wrap .bd .dl .dd .wrap .text img{height: auto !important;}
.job_wrap .bd .dl .dd .wrap .button{display: block;width: 130px;height: 46px;background: #29c4c2;text-align: center;line-height: 46px;color: #ffffff;font-size: 16px;}
.job_wrap .bd .dl .dd .wrap .button:hover{background: #2fdbd9;}
.job_wrap .bd .dl:first-child .dd{display: block;}

.no_pad_top{padding-top: 0;}

@-webkit-keyframes amt_down {
    0%{opacity:0;-webkit-transform:translate(0,50px);}
    100%{opacity:1;-webkit-transform:translate(0,0);}
}
@keyframes amt_down {
    0%{opacity:0;transform:translate(0,50px);}
    100%{opacity:1;transform:translate(0,0);}
}

.staff_list ul{margin-bottom: 60px;background: #ffffff;border-top: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;}
.staff_list ul li{width: 50%;box-sizing:border-box;border-left: 1px solid #e6e6e6;border-bottom: 1px solid #e6e6e6;} 
.staff_list ul li a{display: block;padding: 19px 20px 40px 19px;}
.staff_list ul li a .pic{width: 100%;height: 0;padding-bottom: 67.53%;position: relative;overflow: hidden;margin-bottom: 7px;}
.staff_list ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.staff_list ul li a h5{font-size: 18px;line-height: 70px;color: #1a1a1a;font-weight: normal;}
.staff_list ul li a p{font-size: 14px;line-height: 18px;color: #666666;height: 48px;overflow: hidden;}
.staff_list ul li a:hover h5{color: #29c4c2;}


.download_list ul{width:100%;margin-bottom: 40px;}
.download_list ul li{width: 49.2%;margin-bottom:20px;background: #ffffff;box-sizing:border-box;} 
.download_list ul .margin-li{margin-left:1.6%;}
.download_list ul li a{display: block;padding: 19px 20px 40px 19px;}
.download_list ul li a h5{font-size: 18px;line-height: 30px;height:60px;color: #1a1a1a;font-weight: normal;}
.download_list ul li a p{font-size: 14px;line-height: 26px;color: #666666;height: 48px;overflow: hidden;}
.download_list ul li a h1{font-size:14px;color:#29c4c2;font-weight:normal;text-decoration:underline;}
.download_list ul li a:hover{box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1);}


.message-box{width:100%;background-color:#fff;margin:50px 0 50px 0;position:relative;overflow:hidden;background:url(../images/demo/message-bg.jpg) no-repeat;padding-top:40px;padding-bottom:40px;}
.message-text{float:left;width:30%;padding-left:5%;}
.message-text p{font-size:24px;color:#1a1a1a;text-align:left;font-weight:normal;}
.message-text h1{font-size:16px;color:#4c4c4c;margin-top:20px;text-align:left;font-weight:normal;}
.text-line{width:52px;height:4px;background:#29c4c2;margin-top:10%;margin-bottom:10%;float:left;}
.tele-icon{width:110px;height:113px;}
.tele-icon img{max-width:113px;}
.form{float:left;width:60%;margin-left:5%;}
.container p{font-size:16px;color:#4c4c4c;margin-bottom:20px;line-height:24px;}
fieldset {
      border: medium none !important;
	    margin: 0 0 10px;
	    min-width: 100%;
	    padding: 0;
	    width: 100%;
    }
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] 
    { font:400 14px/16px "Open Sans", Helvetica, Arial, sans-serif;color:#999999;}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:70%;
	border:1px solid #e0e0e0;
	background:#fff;
	margin:0 0 5px;
  padding:10px;
    }
#contact textarea {
  width:80%;
	height:174px;
	max-width:100%;
  resize:none;
    }
#contact button[type="submit"] {
	cursor:pointer;float:left;
  width:124px;;
  height:44px;
	border:none;
	background:#29c4c2;
	color:#FFF;
	margin:0 0 5px;
	font-size:15px;
    }
#contact button[type="submit"]:hover {
	background:#2fdbd9;
	-webkit-transition:background-color 0.3s ease-in-out;
	-moz-transition:background-color 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
    }
#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }
#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #29c4c2;
    }
    ::-webkit-input-placeholder {
    color:#999999;
    }
    :-moz-placeholder {
    color:#999999;
    }
    ::-moz-placeholder {
     color:#999999;
    }
    :-ms-input-placeholder {
    color:#999999;
}

.pop_wrap{position: fixed;left: 0;top:0;width: 100%;height: 100%;z-index: 99999;display: none;}
.pop_wrap .bg{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);}
.pop_wrap .content{height: 80%;position: absolute;z-index: 3;left: 50%;margin-left: -640px;top:10%;background: #ffffff;box-sizing:border-box;padding: 34px 0 68px;}
.pop_wrap .content .close{font-size: 28px;color: #000000;line-height: 25px;position: absolute;right: 30px;top:10px;cursor: pointer;}
.pop_wrap .content .close:hover{color: #0558b8;}
.pop_wrap .content .wrap{padding: 0 30px;height: 100%;overflow: auto;}
.pop_wrap .content .wrap::-webkit-scrollbar{width:3px;height:3px}
.pop_wrap .content .wrap::-webkit-scrollbar-button:vertical{display:none}
.pop_wrap .content .wrap::-webkit-scrollbar-corner,
.pop_wrap .content .wrap::-webkit-scrollbar-track{background-color:#ccc}
.pop_wrap .content .wrap::-webkit-scrollbar-thumb{border-radius:0;background-color:#014181; }
.pop_wrap .content .wrap::-webkit-scrollbar-thumb:vertical:hover{ }
.pop_wrap .content .wrap::-webkit-scrollbar-thumb:vertical:active{ }
.pop_wrap .content .wrap .title{margin-bottom: 32px;line-height: 42px;font-size: 24px;color: #000000;font-weight: normal;}
.pop_wrap .content .wrap .sub_title{font-size: 20px;color: #ffffff;line-height: 36px;font-weight: normal;padding: 0 20px;background: url(../images/title_bg.png) no-repeat left center;margin-bottom: 40px;}
.pop_wrap .content .wrap .item1{margin-bottom: 40px;}
.pop_wrap .content .wrap .item1 .text{width: 54%;}
.pop_wrap .content .wrap .item1 .pic{width:41.8%;}
.pop_wrap .content .wrap .item1 .pic img{width: 100%;}
.pop_wrap .content .wrap .item2 .desc{margin-bottom: 40px;background: #3b4047;position: relative;}
.pop_wrap .content .wrap .item2 .desc .pic{width: 54%;}
.pop_wrap .content .wrap .item2 .desc .pic img{width: 100%;}
.pop_wrap .content .wrap .item2 .desc .text{width: 48%;height: 312px;position: absolute;left: 6%;top: 50%;margin-top: -156px;background: #ffffff;box-sizing:border-box;padding: 30px 0 50px;}
.pop_wrap .content .wrap .item2 .desc .text .inner_wrap{padding: 0 40px;overflow: auto;height: 100%;}
.pop_wrap .content .wrap .item2 .desc .text .tit{font-size: 18px;color: #333333;line-height: 34px;margin-bottom: 14px;}
.pop_wrap .content .wrap .item2 .desc .text .line{display: block;width: 16px;height: 3px;background: #0558b8;margin-bottom: 20px;}
.pop_wrap .content .wrap .item2 .desc .text .line1{width: 30px;height: 1px;background: #f6901e;position: absolute;bottom: 17px;left: -15px;z-index: 3;
 -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); 
 -webkit-animation: scrolldown 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1); animation: scrolldown 2s infinite cubic-bezier(0.645, 0.045, 0.355, 1);}
.pop_wrap .content .wrap .item2 .t{font-size: 18px;}
@-webkit-keyframes scrolldown { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  55% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  70% { -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  85% { -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; } }
@keyframes scrolldown { 0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  55% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  70% { -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; }
  85% { -webkit-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0; } }



.passage .psg_title{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psg_title h5{font-size: 24px;color: #1a1a1a;line-height: 32px;font-weight: normal;margin-bottom: 10px;}
.passage .psg_title h5.subTit{font-size: 20px;}
.passage .psg_title .info{font-size: 12px;line-height: 22px;color: #808080;}
.passage .psg_title .info span{margin: 0 4px;}
.passage .psg_content{padding-bottom: 0px;border-bottom: 1px solid #d1d1d1;margin-bottom: 0px;min-height: 300px;}
.passage .psg_content *{max-width: 100% !important;}
.passage .psg_content img{height: auto !important;}
.passage .psg_btm{position: relative;}
.passage .psg_btm ul li{font-size: 16px;line-height: 34px;color: #333333;}
.passage .psg_btm ul li a{color: #333333;}
.passage .psg_btm ul li a:hover{color: #29c4c2;text-decoration: underline;}

.zpzx{  }
.zpzx .left{ width:20%; float:left}
.zpzx .right{ width:79%; float:right}


.zpzx .left .zptt{ font-size:20px; background:url(../images/sanjiao.png) no-repeat left center; text-indent:30px; margin:20px 0;}
.zpzx .left .zpimg{ font-size:16px; text-align:center;}
.zpzx .left .zpimg img{ max-width:80%;}
.zwsx{ background:#fff; margin:20px 0; padding:10px;}
.zwsx ul{ background:#fbfbfb; margin:15px; padding:15px;}
.zwsx li{ float:left; height:50px; line-height:50px; width:100%; font-size:16px;}
.zwsx li span{ float:left; width:100px; display:block}
.zwsx li a{font-size:15px; color:#333; padding:3px 8px; margin:5px;}

.zwsx li a.on{ background:#F90;color:#fff;border-radius:25px;}
.zwsx li a.yx{border:1px solid #F90;color:#F90;border-radius:25px;}
.zwsx li a.qk{ color:#999;}
.search_zp { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; line-height:32px; width:200px; margin-top:10px;  }
.search_zp .text { width: 100%; height: 20px; line-height:28px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;}
.search_zp .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}






.zwlist{ background:#fff; padding:20px; margin-bottom:20px;}
.zwtj{ font-size:18px; color:#F90;margin-bottom:20px;}

.join_zp{
	width:100%;
	color:#666;
	font-size:14px;
	
}
.join_zp .join_zp_t{
	background-color:#fbfbfb;
	height: 50px;
	line-height: 50px;
	border-top:1px solid #f8f8f8;
}

.join_zp .join_zp_t td,.join_zp .join_zp_c td{	padding:0px 15px;border-top:1px solid #ddd;overflow:hidden; width:20%; }

.join_zp .join_zp_t td:first-child,.join_zp .join_zp_c td:first-child{ width:25%;}
.join_zp .join_zp_t td:last-child,.join_zp .join_zp_c td:last-child{ width:15%;}


.join_zp .join_zp_c{
	cursor: pointer;
	height: 50px;
	
}
.join_zp .join_zp_c:hover{
	background-color:#fbfbfb;
}
.join_zp .join_zp_n{

	display: none;
}
.join_zp .join_zp_n .wrap{	

	background: #f5f5f5;
	padding: 30px 0 56px 30px;
	border-bottom: 1px solid #e0e0e0;
}

.join_zp_n .join_ms{
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
}
.join_zp_n .join_ms i{
	display: inline-block;
	width: 1px;
	height: 14px;
	background-color: #fc9151;
	margin-right: 10px;
}
.join_zp_n .join_cn{
	margin: 0 auto;
	background-color: #fff;
	padding-left: 35px;
	padding: 10px 35px;
}
.join_zp .join_active{
	display: table-row;
}








@media screen and (max-width: 1800px){
.header{line-height:90px;height:90px;}
.header .search_btn{height:90px;}
.logo1{height:90px;}
.header .nav .nLi h3{padding: 0 18px;}
.header .nav .nLi h3 a{font-size: 16px;}
.banner .swiper-slide.slide1 .text{width: 100%;padding: 285px 4% 0;left: 0;margin-left: 0;}
.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}
}

@media screen and (max-width: 1500px){
.cont_1280{padding: 0 5%;width: auto;}
.culture_list {padding: 50px 0 50px 0;}
.contactWrap{height: 600px;}
.contactWrap .text{margin-top: 0;padding-top: 40px;height: 440px;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.banner .swiper-slide.slide1 .pcText{width: 100%;box-sizing:border-box;padding: 205px 5% 0;left: 0;margin-left: 0;}
.banner .swiper-slide a em{height: 0;padding-bottom: 65.6%;}
.banner .swiper-pagination{width: 100%;box-sizing:border-box;left: 0;margin-left: 0;padding: 0 5%;bottom: 15%;}
.box1{width:100%;left:0;margin-left:0}

.header{line-height: 90px;}
.header .search_btn{height: 90px;}
.header .nav .nLi .nav_sub{top: 90px;}
}
@media screen and (max-width: 1300px){
.cont_1280{width: auto;padding: 0 5%;}
.culture_list {padding: 30px 0 30px 0;}
.header{line-height:70px;height:70px;}
.header .search_btn{height:70px;line-height:70px;}
.header .logo1{height: 70px;}
.header .nav .nLi h3{padding: 0 16px;}
.header .nav .nLi h3 a{font-size: 15px;}
.banner .swiper-slide.slide1 .pcText{width: 100%;box-sizing:border-box;padding: 205px 5% 0;left: 0;margin-left: 0;}
.banner .swiper-slide a em{height: 0;padding-bottom: 65.6%;}
.section1{background-size: cover;}
.banner .swiper-pagination{width: 100%;box-sizing:border-box;left: 0;margin-left: 0;padding: 0 5%;bottom: 15%;}
.section1 .container .swiper-slide .wrap dl dd{padding: 45px 20px 0;}
.section2 .about a .text{padding: 16px 30px 0;}
.section3 ul li{width: 32%;margin-left: 2%;}
.section3 ul li a .text{padding: 15px 15px 20px;}
.section3 ul li a .text h5{font-size: 16px;line-height: 24px;height:48px;}
.TXTovehid1{font-size: 16px;line-height: 24px;height:48px;}
.section3 ul li a .text p{font-size: 12px;line-height: 20px;height: 40px;overflow: hidden;}
.section3 ul li a .text span{line-height: 28px;}
.footer .btm .left .nav li{padding-left: 10px;}
.footer .btm .left .nav li:before{left: 5px;}
.footer .btm .left .nav li a{font-size: 12px;}

.pop_wrap .content{width: 90%;left: 5%;margin-left: 0;}
.pop_wrap .content .wrap .sub_title{margin-bottom: 20px;}
.pop_wrap .content .wrap.single_page{font-size: 14px;line-height: 28px;}
.pop_wrap .content .wrap .item2 .desc .text{height: 260px;margin-top: -130px;}

}

@media screen and (max-width: 1200px){
.contact_wrap .text{width:96%;margin-right:2%;margin-left: 2%;text-align:center;}
.contact_wrap .text h5,.contact_wrap .text p,.contact_wrap .text h2{text-align:center;}
.contact_wrap .map_wrap{width:100%}
.bread ul li a{font-size:14px;}
.solution_list ul li .wrap1{height: 340px;}
.solution_list ul li .wrap2{height: 340px;}
.solution_list ul li a .left{height: 340px;}
.solution_list ul li a .right{height: 340px;}
.solution_list ul li a h5{font-size: 24px;color: #333333;font-weight: normal;}
.solution_list ul li a p{font-size: 14px;line-height: 26px;height:200px;color: #4c4c4c;overflow: scroll;margin: 10px 0 10px 0;}
.solution_list ul li a:hover{box-shadow: 0px 2px 30px 0px rgb( 0, 0, 0, 0.1);}
}

@media screen and (max-width: 1080px){
.header .nav,.header .search_btn{display: none;}
.header .menuIcon{display: block;}
.banner .swiper-slide.swiper-slide-active .pcText{display: none;}
.banner .swiper-slide .wapText{display: block;}
.section1 .container .swiper-slide .wrap{padding-right: 0;}
.section1 .container .swiper-slide .wrap ul{position: relative;width: 100%;display: none;}
.section1 .container .btn_wrap{display: none;}
.section1 .container .swiper-pagination{display: block;bottom: 40px;}
.section2 ul li p{font-size: 12px;}
.section2 .about a .pic{display: none;}
.section2 .about a .text{width: 100%;}
.about p,.product p,.product p,.ch,.ny_banner h3{font-size:24px;}
.copyright p,.ny_banner .path{font-size:12px;}
.about h1{padding-bottom:30px;font-size:14px;}
.product h1{font-size:14px}
.box1{height:30px;}
.footer .bottom-nav li{display:inline;color:#fff;font-size:14px;padding:0 1.2% 0 1.2%;}
.footer .bottom-logo img{max-height:46px;}

.float1{display: none;}
.small-text{line-height:46px;}
.bottom-contact-text p{font-size:14px;}

.ny_banner {height: auto; padding: 15% 0;}

.bread ul li{padding-left: 30px;}
.bread ul li:before{left: 15px;}
.bread h3{font-size: 24px;background-position: right 30px;}

.microchio_about_wrap ul li{width: 100%;float:left;} 
.microchio_about_wrap ul .margin-li{margin-left:0;margin-top:30px;}
.microchio_about_wrap .text_wrap {margin-top: 0;}
.microchio_about_wrap h5{margin-bottom:20px;font-size:18px;}
.microchio_about_wrap p{font-size:14px;}

.product_advantage_list ul li{width: 47%;background:#fff;margin-bottom:3%} 
.product_advantage_list ul .margin-li-02,.product_advantage_list ul .margin-li-04,.product_advantage_list ul .margin-li-06{margin-left:3.125%;margin-right:0} 
.product_advantage_list ul .margin-li-05{margin:0;} 

.display_list ul li{width: 47%;background:#fff;margin-bottom:3%} 
.display_list ul .margin-li-02,.display_list ul .margin-li-04,.display_list ul .margin-li-06{margin-left:3.125%;margin-right:0} 
.display_list ul .margin-li-05{margin:0;} 

.hidden_imgbook .close_btn{width:18px;height:18px;}

.solution_list ul li .wrap1{height: 300px;}
.solution_list ul li .wrap2{height: 300px;}
.solution_list ul li a .left{height: 300px;}
.solution_list ul li a .right{height: 300px;}
.solution_list ul li a h5{font-size: 18px;font-weight:bold;}
.solution_list ul li a p{font-size: 14px;height:180px;}

.ny_wrap{padding: 30px 0 40px;}
.single_page{font-size: 14px;line-height: 28px;}

.job_wrap .bd .dl .dt{font-size: 14px;height: 40px;line-height: 40px;}
.job_wrap .bd .dl .dd .wrap{padding: 30px 0 56px 30px;}
.job_wrap .bd .dl .dd .wrap .text{margin-bottom: 20px;}

.staff_list ul li a{padding: 30px 20px;}
.staff_list ul li a h5{font-size: 18px;line-height: 38px;}
.introduction_list h5,.culture_list h5,.ny_video_list h5{font-size: 18px;margin-bottom:16px;}
.introduction_list p{font-size:14px;}
.culture_box ul li p{font-size:14px;margin-top:16px;}
.download_list ul li a{padding: 30px 20px;}


.message-text h1{font-size:14px;}

.pop_wrap .content .wrap .item1 .text,.pop_wrap .content .wrap .item1 .pic{width: 100%;}
.pop_wrap .content .wrap .item1 .text{margin-bottom: 20px;}
.pop_wrap .content .wrap .item2 .desc{background: none;}
.pop_wrap .content .wrap .item2 .desc .pic{width: 100%;float: none; }
.pop_wrap .content .wrap .item2 .desc .text{height: auto;width: 100%;position: relative;left: 0;top:0;margin-top: 0;padding: 15px 0 20px;}
.pop_wrap .content .wrap .item2 .desc .text .inner_wrap{padding: 0;}
.pop_wrap .content .wrap .item2 .desc .text .line1{display: none;}
}

@media screen and (max-width: 768px){
.header{background: #fff;line-height: 60px;height:60px;box-shadow: 0 0 5px rgba(0,0,0,0.2);-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);}
.logo1-pic { background: url(../images/logo2.png) center center no-repeat; background-size:100% auto;}
.header .logo1{height: 60px;width:36%;}
.header .menuIcon span{background: #27c4c2;}
.header.ny_header{position: fixed;line-height: 69px;}
.banner .swiper-pagination{height: 10px;line-height: 10px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;}
.banner .swiper-pagination .swiper-pagination-bullet:before{width: 2px;height: 2px;margin: -1px 0 0 -1px;}
.section1 .container .swiper-slide .wrap dl a{height: 240px;padding-left: 240px;}
.section1 .container .swiper-slide .wrap dl a dt{width: 240px;height: 240px;}
.section1 .container .swiper-slide .wrap dl dd{padding: 20px 20px 0;height: 240px;background-size: cover;}
.section1 .container .swiper-slide .wrap dl dd h5{margin-bottom: 10px;}
.section1 .container .swiper-slide .wrap dl dd p{height: 48px;font-size: 14px;}
.ititle{padding: 16px 0;}
.ititle .txt{padding-left: 10px;}
.ititle .txt:before{height: 36px;width: 2px;}
.ititle .txt .ch{font-size: 20px;line-height: 28px;}
.ititle .txt .en{font-size: 14px;}
.ititle .more{margin-top: 8px;}
.about p,.product p,.product p,.ch,.ny_banner h3{font-size:18px;}
.copyright p,.ny_banner .path{font-size:12px;}
.about h1{font-size:12px;}
.product h1{font-size:12px}
.ny_video{height:400px;}
.ny_video a .pic{height:400px;}

.more_btn{width: 72px;height: 26px;line-height: 26px;font-size: 10px;}
.footer .top .link{width: 100%;padding-right: 0;float: none;margin-bottom: 12px;}
.footer .top .select{float: none;margin: 0 auto;width: 100%;}

.ny_fr{display: none;}

.bread h3{width: 100%;text-align: center;background: none;padding-top: 20px;line-height: 48px;}
.ny_wrap{padding-top: 40px;}


.recom_news li a h5{font-size: 15px;line-height: 32px;}


.news_list ul li a h5{padding-top:10px;}
.news_list ul li{margin-bottom: 20px;}
.news_list ul li a{height: 150px;padding-left: 275px;}
.news_list ul li a .pic{width: 250px;height: 150px;}
.news_list ul li a p{font-size: 13px;height: 24px;margin-bottom: 28px;line-height:24px;}


.noimg_box {
	padding: 10px 1.5% 40px;
}
.noimg_list{padding: 0 5px}
.noimg_list li.news {line-height:44px;padding:4px 0px 4px 18px; display: flex;justify-content: space-between;}
.noimg_list li.news span.news_title {line-height:44px; } 
.noimg_list li.news span.news_meta {flex-shrink: 0;margin-left: 10px;} 

.dynamic_list ul li a{padding: 0px 20px 0px 20px}

.solution_list ul li .wrap1{height: 240px;}
.solution_list ul li .wrap2{height: 240px;}
.solution_list ul li a .left{height: 240px;}
.solution_list ul li a .right{height: 240px;}
.solution_list ul li a h5{font-size: 18px;}
.solution_list ul li a p{font-size: 12px;height:120px;line-height:24px;}

.page a.num{display: none;}
.page a.num.on{display: inline-block;}



.contact_wrap .map_wrap{height: 500px;}
.contact_wrap .text{position: relative;top:0;margin: 0 5%;width: 90%;left: 0;padding: 20px 0;height: auto;
-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.contact_wrap .text h5{font-size: 20px;margin-bottom: 0;}

.job_wrap{margin-top:30px;}
.job_wrap .item1,.job_wrap .item2,.job_wrap .item3,.job_wrap .item5{display: none;}
.job_wrap .bd .dl .dd .wrap{padding: 10px 20px 20px;}
.job_wrap .bd .dl .dt{padding:10px 10px 10px 10px;}
.job_wrap .bd .dl .dd .wrap .button{width: 120px;height: 38px;line-height: 38px;font-size: 14px;}
.information_text p,.information_text span{font-size:14px;}
.job_wrap .bd .dl .dd .wrap .title{font-size: 16px;line-height:24px;}
.job_wrap .bd .dl .dd .wrap .text{font-size: 12px;line-height: 24px;}


.staff_list ul{margin-bottom: 30px;}
.staff_list ul li{width: 50%;}


.download_list ul{margin-bottom: 30px;}
.download_list ul li{width: 100;}




.pop_wrap .content .wrap .item1,.pop_wrap .content .wrap .item2 .desc{margin-bottom: 20px;}
.pop_wrap .content .wrap .title{margin-bottom: 10px;}
.pop_wrap .content .wrap .title{font-size: 20px;}
.pop_wrap .content .wrap .sub_title{margin-bottom: 12px;padding: 0 10px;font-size: 16px;line-height: 30px;background-size: auto 100%;}

.passage{padding-top: 20px;}
.passage .psg_title h5{font-size: 18px;margin-bottom: 0;}
.passage .psg_title{padding-bottom: 12px;margin-bottom: 12px;}
.passage .psg_content{margin-bottom: 20px;min-height: 250px;padding-bottom: 30px;}
.passage .psg_btm ul li{font-size: 14px;line-height: 26px;}

}
@media screen and (max-width: 680px){
.product1,.product2{height:300px;}
.product1 a .pic, .product2 a .pic{height:300px;}
.video,.video a .pic{height:320px;}
.video a .pic i{top:200px;}
.video-text{top:240px;}
.video a .pic i{width:50px;height:50px;position: absolute;left: 50%;z-index: 3;}
.video a:hover .pic i{width:50px;height:50px;position: absolute;left: 50%;z-index: 3;}

.bf_button i{width:50px;height:50px;position: absolute;left: 50%;z-index: 3;margin: -20px 0 10px -20px;}
.ny_video,.ny_video a .pic{height:300px;}
.ny_video_list{margin-top:30}
.ny_video_list a .pic i{width: 50px;height: 50px;}
.ny_video a .pic i,.video a .pic i{margin: -20px 0 10px -20px;}

.gallery-top{width:100%;height:100%}
.gallery-thumbs{display:none;}

.bottom-contact-text{text-align:center;width:100%;}
.bottom-contact-qrcode{width:100%;text-align:center;margin-top:30px;}
.bottom-contact img{margin-left:0}
.bottom-contact-text p{font-size:14px;}

.product_advantage_list ul li{width: 100%;background:#fff;} 
.product_advantage_list ul .fl{margin:0 0 30px 0;} 
.product_advantage_list ul li a h5{font-size:16px;} 
.product_advantage_list ul li a p{font-size:12px;height:100px;} 

.display_list ul li{width: 100%;background:#fff;} 
.display_list ul .fl{margin:0 0 30px 0;} 
.display_list ul li a h5{font-size:16px;line-height:44px;} 


.introduction_list ul li{width: 48.44%;} 
.introduction_list ul .margin-clear{margin-left:0}
.culture_box ul .margin-clear{margin-left:0}
.zpzx {
	margin-top: -30px;
}
.zpzx .left {
	display:none
}
.zpzx .right {
	width: 100%;
}
.zwsx {
	margin:0px;
	padding:0px;
}
.zwsx ul {
	margin: 0px;
	padding: 5px;
}
.zwsx li {
	height: auto;
	line-height: 30px;
	width: 100%;
	font-size: 14px;
	margin-bottom:10px;
}
.zwsx li span {
	width: 75px;
	height: 60px;
}
.zwsx li a {
	font-size: 13px;
	padding: 3px 6px;
	margin: 3px;
}
.search_zp {
	width: 150px;
	margin-top: -20px;
}
.zwlist {
	padding: 10px;
	overflow: scroll;
}
.zwlist table{ width:100%;}

.join_zp .join_zp_t td:nth-child(2),.join_zp .join_zp_t td:nth-child(3),.join_zp .join_zp_t td:nth-child(4){ display:none}
.join_zp .join_zp_c td:nth-child(2),.join_zp .join_zp_c td:nth-child(3),.join_zp .join_zp_c td:nth-child(4){ display:none}
.join_zp .join_zp_t td:first-child, .join_zp .join_zp_c td:first-child {
	width: auto;
}
.join_zp .join_zp_t td:last-child, .join_zp .join_zp_c td:last-child {
	width: auto;
}
.join_zp .join_zp_n .wrap {
	padding: 5px;
}
.information_text1, .information_text2, .information_text3 {
	width: 100%;
}

}

@media screen and (max-width: 630px){
.product1-text, .product2-text{left:5%;bottom:5%;}
.product1,.product2{height:240px;}
.product1 a .pic, .product2 a .pic{height:240px;}
.video,.video a .pic{height:240px;}
.video a .pic i{top:120px;}
.video-text{top:160px;}
.ny_video,.ny_video a .pic{height:240px;}
.header{line-height:60px;height:60px;}
.header .search_btn{height:60px;line-height:60px;}
.header .logo1{height: 60px;width:40%;}

.news_list ul li a{height: auto;padding: 0px 0px 0px 0px}
.news_list ul li a .pic{position: relative;height: 0;padding-bottom: 60%;width: 100%;}
.news_list ul li a p{height: auto;margin: 18px;padding-bottom:20px}
.news_list ul li a span,.news_list ul li a h5{margin: 0 18px 0 18px;}

.solution_list ul li .wrap1,.solution_list ul li .wrap2{height: auto;padding: 0px 0px 0px 0px}
.solution_list ul li .wrap1 .pic,.solution_list ul li .wrap2 .pic{position: relative;height: 0;padding-bottom: 60%;width: 100%;}
.solution_list ul li a p{height: auto;margin: 0 18px 0 18px;padding-bottom:30px;}
.solution_list ul li a h5{margin: 18px 18px 0 18px;padding-top:0}

.footer .top{margin-bottom:0;width:100%;position:relative;overflow:hidden;text-align:center;}
.footer .top img{position:relative;left: 50%;transform: translate(-50%, 0);}
.footer .top .small-text{width:100%;}
.footer .top .small-text-box{float:left;left:50%;position:relative;}
.small-text li{float:left;right:50%;position:relative;} 
.message-text{display:none;width:0}
.form{width:100%;}

.bottom-nav{display:none;}
.bottom-contact{margin:0 0 50px 0}

}


@media screen and (max-width: 468px){
.about p,.product p,.product p,.ch,.ny_banner h3{font-size:18px;}
.copyright p,.ny_banner .path{font-size:12px;}
.about h1{padding-bottom:30px;font-size:14px;}
.banner .swiper-pagination{bottom:18%;}
.product h1{font-size:12px;line-height:20px;}
.header .logo1{width:56%;}

.ititle .more{display: none;}
.ititle .txt{padding-left: 8px;}
.ititle .txt:before{height: 32px;width: 2px;}
.ititle .txt .ch{font-size: 16px;line-height: 24px;}
.ititle .txt .en{font-size: 10px;}
.section2 ul li,.section2 ul li:nth-child(3),.section2 ul li:nth-child(4),.section2 ul li:nth-child(5){width: 50%;}
.section2 ul li p{line-height: 20px;height: 40px;}
.section2{padding: 0 0;background-size: cover;}
.section2 .about a .pic{display: block;width: 100%;height: 0;padding-bottom: 62.5%;}
.section2 .about a .text{padding: 0 15px 30px;height: auto;}
.section2 .about a .text p{height: 72px;margin-bottom: 40px;}
.section2 .about a .pic i{width: 50px;height: 50px;margin: -25px 0 0 -25px;}
.section3 ul li{width: 100%;margin-left: 0;margin-bottom: 20px;}
.footer{padding: 30px 0;}
.footer .top .select dt{height: 40px;line-height: 40px;font-size: 14px;}
.footer .top .select dd{top: 40px;background: rgba(255,255,255,0.8);}
.footer .top .select dd ul li a{color: #444;}
.footer .btm .left .text{font-size: 12px;line-height: 24px;}
.footer .btm .right .text{font-size: 12px;line-height: 20px;}
.bottom-contact{margin:0 0 80px 0}
.footer .top .link .container .swiper-slide a{height: 48px;line-height: 48px;}
.footer .top img{max-height:30px;}

.ny_banner h3 span{font-size: 24px;line-height: 40px;}
.ny_banner h3 span:before,.ny_banner h3 span:after{width: 60px;}
.ny_banner h3 span:before{left: -80px;}
.ny_banner h3 span:after{right: -80px;}
.ny_banner .path{font-size: 12px;line-height: 28px;}
.ny_banner .path span{margin: 0 3px;}

.ny_wrap{padding-top: 30px;}
.about .title{font-size: 17px;line-height: 28px;margin-bottom: 15px;}
.about .talent_concept{padding-top: 30px;}
.about .talent_concept .pic{height: 0;padding-bottom: 59%;}
.about .ul3{padding-top: 25px;}
.about .ul3 li{width: 100%;border-bottom: 1px solid #eaeaea;padding-bottom: 10px;}
.about .ul3 li:last-child{border: none;}
.about .ul3 li h5{line-height: 28px;font-size: 12px;}
.about .ul3 li h5 span{font-size: 24px;}
.about .ul3 li h5 b{font-size: 20px;}
.about .ul3 li p{font-size: 12px;line-height: 20px;}
.about .ul2{padding: 25px 0;}
.about .ul2 li{width: 49%;margin-right: 0;}
.about .ul2 li:nth-child(2n){float: right;}
.about .ul1{padding: 25px 0 15px;}
.about .ul1 li h5{font-size: 12px;}


.culture_box ul li{width: 100%;} 
.culture_wrap{width:100%;height:100%;position:relative;overflow:hidden;margin-top:40px;}
.culture_list{background:#0b4087 no-repeat;}
.culture_box ul .margin-li {margin-top: 30px;}

.news_list ul li a h5{font-size: 16px;height:40px;}
.news_list ul li a p{font-size: 12px;line-height: 20px;max-height:24px;}
.news_list ul li a p{margin: 10px 18px 18px 18px;}

.recom_news{margin-bottom: 20px;}
.recom_news li{width: 100%;margin-bottom: 12px;}
.recom_news li:last-child{margin-bottom: 0;}
.recom_news li a h5{line-height: 35px;}

.notice_list ul li a{height: 70px;padding-left: 82px;}
.notice_list ul li a  h5{font-size: 16px;margin-bottom: 5px;line-height: 24px;}
.notice_list ul li a  p{font-size: 12px;line-height: 20px;height: 40px;}
.notice_list ul li a .date{height: 70px;width: 70px;padding-top: 10px;}
.notice_list ul li a .date em{font-size: 28px;line-height: 34px;}

.leaderList ul li{padding: 12px;}
.leaderList ul li a{height: 178px;padding-left: 152px;}
.leaderList ul li a .pic{width: 140px;height: 178px;}
.leaderList ul li a h5{font-size: 18px;}
.leaderList ul li a span{font-size: 12px;line-height: 20px;margin-bottom: 10px;}
.leaderList ul li a p{font-size: 12px;line-height: 22px;height: 88px;}

.contact_wrap .text h5{font-size: 16px;}
.contact_wrap .text p.add{font-size: 12px;}


.staff_list ul li{width: 100%;}
.staff_list ul li a{padding: 20px 20px 15px;}
.staff_list ul li a h5{font-size: 16px;line-height: 30px;}
.staff_list ul li a p{font-size: 12px;line-height: 20px;height: 40px;}

.download_list ul li{width: 100%;}
.download_list ul li a{padding: 20px 20px 15px;}
.download_list ul li a h5{font-size: 16px;line-height: 24px;}
.download_list ul li a p{font-size: 12px;line-height: 20px;height: 40px;}
.download_list ul .margin-li{margin-left:0}

.pop_wrap .content .wrap.single_page{font-size: 13px;line-height: 28px;}
.pop_wrap .content{height: 96%;top:2%;padding: 30px 0;}
.pop_wrap .content .wrap.single_page{padding: 0 15px;}
.pop_wrap .content .close{right: 10px;top:5px;}

.passage{padding-top: 10px;}

}

@media screen and (min-width:768px){
    .wap{ display:none}
    
}
@media screen and (max-width: 767px){
  .pc{ display:none;}  
}


