/*头尾*/
.header{width: 100%;position: fixed;z-index: 9;top: 0;left: 0;background-color: rgba(255,255,255,.3);transition: all .3s linear; }
.header:hover,
.header.white{background-color: #fff;box-shadow: 0 1px 3px #eee;}
.header .wrapper{height:75px;display: flex; align-items: center;justify-content: space-between;}
.header .logo{height: 100%;padding: 10px 0;display: flex;align-items: center;}
.header .logo img{max-height: 100%;}

.header .nav> li{float:left;margin-right:45px;line-height: 54px;position: relative;}
.header .nav> li:last-child{margin-right: 0;}
.header .nav> li> a{color:#222; font-size: 1.5em; display:block;transition:all .3s;}
.header .nav> li> i{width: 56px;height: 56px;background: url(../images/icon06_1.png) no-repeat center/20px; position:absolute; top:0; right:0; transition:all .3s linear;display: none;}
.header .nav> li> a:hover{font-weight: bold;}

.header .nav> li.on> a{color: var(--primary-color);}
.header .nav> li.on> a:before{width: 50%;}
.header .nav> li.on> a:after{width: 50%;}
.header .nav> li.on> a{color: var(--primary-color);}

.header .nav> li ul{position: absolute;top:120%;left:50%;width:auto;max-height: 0;transform: translateX(-50%) scaleY(0);transform-origin: top; min-width:100%; border-radius: 2px;background: #eee;overflow: hidden;;transition: all .3s ease-in-out;}
.header .nav> li ul li{line-height:44px;opacity: .9; padding:0 25px;}
.header .nav> li ul li:last-child{border-bottom: 0;}
.header .nav> li ul li a{display: block;white-space:nowrap;font-size: 1.5em;transition: all .3s linear;}
.header .nav> li ul li:hover{opacity: 1;}

.header .lang{width:26px;height: 26px;border-radius: 50%;line-height: 36px;margin: 0 0 0 30px;display: block;background-color: #ddd;background-repeat: no-repeat;background-position: center;background-size: contain;}
.header .lang:hover{opacity: .8;}
.header .lang.en{background-image: url(../images/en.png);}
.header .lang.cn{background-image: url(../images/cn.png);}
.header .lang p{display: block; margin-top: 18px; margin-left:5px;}

.menu_btn{display: none;}
.menu_btn{width: 40px;height: 40px;padding: 10px;background: var(--primary-color);cursor: pointer;display: none;position: relative;}
.menu_btn span{display: inline-block;width: calc(100% - 20px);height: 2px;background-color: #fff;position: absolute;transition:all .3s linear;}
.menu_btn span:first-child{top: 12px;}
.menu_btn span:nth-child(2){top: 19px;}
.menu_btn span:last-child{top: 26px;}
.menu_btn.toggle span:first-child{top: 19px;transform: rotate(45deg);}
.menu_btn.toggle span:nth-child(2){opacity: 0;}
.menu_btn.toggle span:last-child{top: 19px;transform: rotate(-45deg);}

.footer{background: url(../images/bg_index_contact.jpg) no-repeat center/cover;padding: 40px 4%;}
.footer .section{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer .info p{font-size: 1.7em;color: #fff;line-height:1.8; max-width: 600px;}
.footer .ewm p{margin: 10px 0 8px;font-weight: bold;font-size: 1.8em;}
.footer .ewm img{height: 120px;margin-right: 20px;display: inline-block;}
.footer .section{display: flex;align-items: flex-end;}
.footer .section ul{display: flex;}
.footer .section ul li{margin-left: 20px;}
.footer .section ul li:first-child{margin-left: 0;}
.footer .section ul li a{display: flex;justify-content: center;align-items: center;background-color: rgba(255,255,255,.2);padding: 40px 50px;border: 1px solid rgba(255,255,255,.8);border-radius: 4px;transition: all .3s ease-out;}
.footer .section ul li a img{height: 30px;margin-right: 15px;}
.footer .section ul li a p{font-size: 1.6em;color: #fff;text-wrap: nowrap;}
.footer .section ul li a:hover{background-color: var(--primary-color);border-radius: 10px;}
.footer .btm{margin-top: 30px;font-size: 1.5em;color: rgba(255,255,255,.8);text-align: center;}

.footer-fix{box-shadow:0 0 10px rgba(0,0,0,0.2);position:fixed;bottom:0;left:0;width:100%;background-color:#0062B1;  z-index:10;display:none}
.footer-fix li{float:left;width:25%}
.footer-fix li a{display:block;text-align:center;padding:7px 0;font-size:12px;line-height:1;color: #fff;}
.footer-fix li i{display:block;height:20px;background:no-repeat center;background-size:contain;margin-bottom:4px}
.footer-fix li i.i1{background-image:url(../images/footer_01.png)}
.footer-fix li i.i2{background-image:url(../images/footer_02.png)}
.footer-fix li i.i3{background-image:url(../images/footer_03.png)}
.footer-fix li i.i4{background-image:url(../images/footer_04.png)}

/*高光特效*/
.white,.whites{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;}

/*首页*/
.indexContainer{width: 100%;height: 100vh;overflow: hidden;letter-spacing: 1px;}
.indexContainer >.swiper-wrapper{transition-duration: 800ms!important;}
.indexContainer>.swiper-wrapper>.swiper-slide{width: 100%;height: 100%;overflow: hidden;}
.indexContainer>.swiper-wrapper>.swiper-slide:last-child{height: auto;}
.indexContainer>.swiper-wrapper>.swiper-slide>.wrapper{height: 100%;}
.indexContainer [data-aos]{pointer-events: auto;}
.indexContainer> .swiper-pagination{right:20px !important;}
.indexContainer> .swiper-pagination .swiper-pagination-bullet{width: 15px;height: 15px;margin: 20px 0 !important;background-color: #fff;opacity: 1;box-shadow: 0 1px 2px #999;position: relative;transition: all .3s ease-out;}
.indexContainer> .swiper-pagination .swiper-pagination-bullet::after{content: '';width: 1px;height: 20px;background-color: rgba(255,255,255,.3);display: block;position: absolute;top: 100%;left: 7px;}
.indexContainer> .swiper-pagination .swiper-pagination-bullet:last-child:after{display: none;}
.indexContainer> .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--primary-color);}
.indexContainer> .swiper-pagination .swiper-pagination-bullet:hover{transform: scale(1.2);}

.index_title{width: 70%;}
.index_title.center{text-align: center;}
.index_title p{font-size: 1.6em;color: #666;margin-top: 8px;line-height: 1.8;}
.more_mouse{width: 78px;height: 78px;background: var(--primary-color);border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 3vh 0 0;animation: mouse 2s linear infinite;}
.more_mouse img{width: 20px;}

.index_banner{width:100%;height:100%;}
.index_banner .swiper-slide{width:100%;height:100%;overflow: hidden;}
.index_banner .swiper-slide .txt{position: absolute;bottom: 25%;left: 4%;color: #fff;width: 50%;}
.index_banner .swiper-slide .txt h3{margin: 10px 0 16px;}
.index_banner .swiper-slide .txt p{font-size: 1.4em;}
.index_banner .swiper-slide img{width:100%;height:100%;object-fit: cover;}/*transform: scale(1.1);*/
.index_banner .swiper-slide.swiper-slide-active img{} /*transform: scale(1);transition: 4s linear;*/
.index_banner .swiper-pagination{width: 50%;height: 2px;background-color: rgba(255,255,255,.2);top: auto;bottom: 20%;left: 4%;}
.index_banner .swiper-pagination::after{content: '';width: 11px;height: 11px;border-radius: 100%;background-color: var(--primary-color);display: block;position: absolute;top: -5px;left: 100%;}
.index_banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #fff;}
.index_banner .mouse{position: absolute;bottom: 10%;right: 10%;z-index: 3;width: 100px;height: 100px;display: flex;align-items: center;justify-content: center;background-color: rgba(255,255,255,.3);border-radius: 50%;}
.index_banner .mouse .circle{box-shadow: 0 0 12px var(--primary-color);position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 50%;}
.index_banner .mouse .circle:nth-child(1){width: 100px;height: 100px;animation: mouse 1.2s linear infinite;animation-delay: 0.4s;}
.index_banner .mouse .circle:nth-child(2){width: 115px;height: 115px;animation: mouse 1.5s linear infinite;animation-delay: 0.7s;}
.index_banner .mouse .circle:nth-child(3){width: 126px;height: 126px;animation: mouse 1.7s linear infinite;animation-delay: 0.9s;}

.index_about::before{content: '';position: absolute;bottom: 0;left: 0;z-index: -1;width: 100%;height: 100%;background: url(../images/bg_index_about.jpg) no-repeat center/cover;opacity: 0;transition: transform 5s ease 0s, opacity 2s ease 0s;}
.swiper-slide-active.index_about::before{transform: scale(1.1) translate(-2%, -2%);height: 104%;width: 104%;opacity: 1;}
.index_about{display: flex;flex-wrap: wrap;}
.index_about .index_title{width: 100%; margin-top: 100px;}
.index_about .index_title .about_title{font-size: 2em;color: #000;margin: 30px 0 20px;}
.index_about .txt,
.index_about .right{width: 55%;display: flex;flex-direction: column;justify-content: center;}
.index_about .txt{padding: 0 8%;}
.index_about .right .top{height: 30%;display: flex;justify-content: center;}
.index_about .playVideo{width: 60px;height: 60px;cursor: pointer;}
.index_about .playVideo img{transition: transform 0.5s ease-out;}
.index_about .playVideo img:hover{transform: rotate(360deg);}
.index_about .right ul{width: calc(100% + 50px);margin-left: -50px;background-color: var(--primary-color);padding: 4vh;border-top-left-radius: 100px;border-bottom-left-radius: 100px;display: flex;justify-content: center;}
.index_about .right ul li{color: #fff;line-height: 1;padding: 0 2vw;position: relative;}
.index_about .right ul li::after{content: '';height: 40%;width: 1px;background-color: #fff;display: block;position: absolute;right: 0;top: 30%;}
.index_about .right ul li:last-child{padding-right: 0;}
.index_about .right ul li:last-child::after{display: none;}
.index_about .right ul li b{font-size: 4em;}
.index_about .right ul li p{font-size: 1.4em;padding: 2px 0;}

.popup{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;display: none;}
.popup .section{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .8);}
.popup .section .videoBox{position: relative;max-width: 92%;max-height: 92%;}
.popup .section .videoBox video{max-width: 100%;}
.popup .close{position: absolute;top: -30px;right: 0;width: 30px;height: 30px;background: url(../images/close.png) no-repeat right/15px;border-top-right-radius: 4px;cursor: pointer;transition:all .3s linear;}

.index_products{position: relative;}
.index_products::before{content: '';position: absolute;bottom: 0;left: 0;z-index: -1;width: 100%;height: 100%;background: url(../images/bg_index_products.jpg) no-repeat center/cover;opacity: 0;transition: transform 5s ease 0s, opacity 2s ease 0s;}
.swiper-slide-active.index_products::before{transform: scale(1.1) translate(-2%, -2%);height: 104%;width: 104%;opacity: 1;}
.index_products .wrapper{display: flex;flex-wrap: wrap;position: relative;}
.index_products .index_title{width: 30%;display: flex;flex-direction: column;justify-content: center;}
.index_products .index_title h3,
.index_products .index_title p{color: #fff;}
.swiper_index_products{width: 60%;}
.swiper_index_products .swiper-slide{display: flex;flex-direction: column;justify-content: flex-end;align-items: center;padding: 54px 0;transition: all .3s ease-out;}
.swiper_index_products .swiper-slide .top{flex: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;opacity: 0;transform: translateY(20px);transition: inherit;}
.swiper_index_products .swiper-slide .top h3{margin-bottom: 5vh;}
.swiper_index_products .swiper-slide .top i{width: 40px;height: 40px;background: url(../images/icon19.png) no-repeat center/contain;}
.swiper_index_products .swiper-slide .img{width: 200px;height: 200px;border-radius: 100%;border: 10px solid #fff;display: flex;justify-content: center;align-items: center;transition: inherit;text-align: center;}
.swiper_index_products .swiper-slide h3{color: #fff;transition: inherit;}
.swiper_index_products .swiper-slide:hover{background-color: rgba(0,117,183,0.6);}
.swiper_index_products .swiper-slide:hover .top{opacity: 1;transform: translateY(0);}
.swiper_index_products .swiper-slide:hover .img{box-shadow: inset 0 0 20px #fff;border-width: 0px;}
.swiper_index_products .swiper-slide:hover .img h3{opacity: 0;transform: translateY(-20px);}
.index_products .swiper-pagination-progressbar{top: auto;bottom: 25px;left: 4%;width: calc(92% - 60px)}
.index_products .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #fff;}
.index_products .swiper-button-next, 
.index_products .swiper-button-prev{bottom: 5px;top: auto;left: auto;}
.index_products .swiper-button-next::after, 
.index_products .swiper-button-prev::after{color: #fff;font-size: 20px;}
.index_products .swiper-button-prev{right: calc(4% + 30px);}
.index_products .swiper-button-next{right: 4%;}

.index_field .wrapper{padding: 60px 4% 50px;display: flex;flex-direction: column;justify-content: flex-end;position: relative;}
.index_field .index_title{flex: 1;display: flex;flex-direction: column;justify-content: center;}
.index_field .index_title h3,
.index_field .index_title p{color: #fff;}
.index_field .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;}
.index_field .bg li{position: absolute;top: 0;left: 0;width: 100%;height: 100%;width: 100%;height: 100%;opacity: 0;transition: all 1s ease;}
.index_field .bg img{width: 100%;height: 100%;object-fit: cover;transition: all 5s ease;;}
.index_field .list{display: flex;align-items: center;justify-content: flex-end;}
.index_field .list li{margin: 0 20px;}
.index_field .list li .inner{height: 212px;display: flex;flex-direction: column;justify-content: center;border-radius: 78px;border: 2px solid transparent;cursor: pointer;color: #fff;transition: all .3s ease;}
.index_field .list li .img{width: 100px;height: 100px;border-radius: 50%;background: #fff;display: flex;justify-content: center;align-items: center;transition: all .3s ease;}
.index_field .list li .img img{width: 50px;}
.index_field .list li p{font-size: 1.4em;margin-top: 10px;text-align: center;max-width: 100px;}
.index_field .bg li.on{opacity: 1;z-index: 1;}
.index_field .bg li.on img{transform: scale(1.1);}
.index_field .list li.on .inner,
.index_field .list li:hover .inner{background: #fff;padding: 30px 0 46px;border-color: var(--primary-color);color: #333;}
.index_field .list li.on .img,
.index_field .list li:hover .img{background-color: var(--primary-color);transform: scale(0.8);}
.index_field .list li.on .img img,
.index_field .list li:hover .img img{filter: brightness(1000);}

.index_field .tmbg{width:100%; height: 100%; z-index:0; position: absolute;top: 0;left: 0; background-color: var(--primary-color);opacity:0.5;}

.index_workshop{position: relative;}
.index_workshop::before{content: '';position: absolute;bottom: 0;left: 0;z-index: -1;width: 100%;height: 100%;background: url(../images/bg_index_workshop.jpg) no-repeat center/cover;opacity: 0;transition: transform 5s ease 0s, opacity 2s ease 0s;}
.swiper-slide-active.index_workshop::before{transform: scale(1.1) translate(-2%, -2%);height: 104%;width: 104%;opacity: 1;}
.index_workshop .wrapper{padding: 60px 4% 50px;display: flex;flex-direction: column;justify-content: center;}
.index_workshop .swiper{padding-top: 44px;width: 100%;}
.index_workshop .swiper .swiper-slide{height: 30vh;overflow: hidden;}
.index_workshop .swiper .swiper-slide img{width: 100%;height: 100%;object-fit: cover;transition: all .3s ease-out;}
.index_workshop .swiper .swiper-slide:hover img{transform: scale(1.05);}
.index_workshop .swiper-button-next, 
.index_workshop .swiper-button-prev{top: 0;left: auto;right: 0;background-color: var(--primary-color);margin-top: 0;width: 44px;}
.index_workshop .swiper-button-next::after, 
.index_workshop .swiper-button-prev::after{color: #fff;font-size: 20px;}
.index_workshop .swiper-button-prev{right: 44px;}
.index_workshop .swiper-button-next{right: 0;}
.index_workshop .more_mouse{margin-left: auto;margin-right: auto;}

.index_news::after{content: '';position: absolute;bottom: 0;left: 0;z-index: -1;width: 100%;height: 50%;background: url(../images/bg_index_news.jpg) no-repeat center/cover;}
.index_news .wrapper{padding: 60px 4% 50px;display: flex;flex-direction: column;justify-content: center;}
.index_news .index_title{width: 100%;}
.index_news .section{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
.index_news .section .left{width: 92px;position: relative;}
.index_news .section .nav li{margin-bottom: 15px;}
.index_news .section .nav li a{background: #f5f5f5;line-height: 40px;font-size: 1.5em;display: block;text-align: center;transition: all .3s ease-out;}
.index_news .section .nav li a:hover{background-color: var(--primary-color);color: #fff;}
.index_news .swiper-button-next, 
.index_news .swiper-button-prev{bottom: 0;top: auto;background-color: #f5f5f5;margin-top: 0;width: 48%;}
.index_news .swiper-button-next::after, 
.index_news .swiper-button-prev::after{color: var(--primary-color);font-size: 20px;}
.index_news .swiper-button-next:hover, 
.index_news .swiper-button-prev:hover{background-color: var(--primary-color);}
.index_news .swiper-button-next:hover::after, 
.index_news .swiper-button-prev:hover::after{color: #fff;}
.index_news .swiper-button-prev{left: 0;}
.index_news .swiper-button-next{right: 0;}
.swiper_index_news{width: calc(100% - 132px);}
.swiper_index_news .swiper-slide .img{overflow: hidden;}
.swiper_index_news .swiper-slide .img img{width: 100%;height: 100%;object-fit: cover;transition: all .3s ease-out;}
.swiper_index_news .swiper-slide .txt{background-color: #fff;padding: 10px 15px;}
.swiper_index_news .swiper-slide .txt .title{font-size: 1.6em;}
.swiper_index_news .swiper-slide .txt .desc{font-size: 1.4em;color: #666;margin: 5px 0;}
.swiper_index_news .swiper-slide .txt .date{font-size: 1.3em;color: #999;}
.swiper_index_news .swiper-slide:hover .img img{transform: scale(1.05);}
.index_news .more_mouse{margin-left: auto;margin-right: auto;}

.index_contact::after{content: '';position: absolute;bottom: 0;left: 0;z-index: -1;width: 100%;height: 100%;background: url(../images/bg_index_contact.jpg) no-repeat center/cover;}
.index_contact{padding-top: 80px; display: flex;flex-direction: column;justify-content: center;}
.footer .index_title{width: 100%;}
.footer .index_title p,
.footer .index_title h3{color: #fff;}
.index_contact .footer{background: none;padding: 40px 4%;}


/*公用*/
.pageBanner{width: 100%;height: 40vh;background-repeat: no-repeat;background-position: center;background-size: cover;}

.page_nav{width: 100%;height: 80px;line-height: 80px;background-color: #f5f5f5;border-bottom: 1px solid rgba(200,200,200,0.2);}
.swiperPageNav .swiper-slide{width: auto;font-size: 16px;color: #222;font-weight: bold;position: relative;}
.swiperPageNav .swiper-slide.on{color: #0062B1;}
.swiperPageNav .swiper-slide span{position: relative;padding: 0 30px;}
.swiperPageNav .swiper-slide span:after{content: "";position: absolute;right: 0px;width: 1px;height: 15px;display: block;background: #ccc;top: 50%;margin-top: -7px;}
.swiperPageNav .swiper-slide:last-child span:after{display: none;}
.swiperPageNav .swiper-slide:before,
.swiperPageNav .swiper-slide:after{content: '';position: absolute;bottom: 0;width: 0;height: 2px;background-color: #0062B1;transition: all .3s linear;}
.swiperPageNav .swiper-slide:before{left: 50%;}
.swiperPageNav .swiper-slide:after{right: 50%;;}
.swiperPageNav .swiper-slide:hover{color: #0062B1;}
.swiperPageNav .swiper-slide:hover:before,
.swiperPageNav .swiper-slide:hover:after{width: 25%;}
.pagePosition{font-size: 14px;color: #555;background: url(../images/icon07.png) no-repeat left center/20px;padding-left: 22px;}

.page_title h2{font-size: 36px;color: #333;text-align: center;font-weight: normal;}
.page_title h2:after{content: '';display: block;width: 1em;height: 2px;background-color: #0062B1;margin: 10px auto;}
.page_title p{color: #595959;text-align: center; font-size: 15px;}

.pagination ul{width: 100%;padding: 50px 0;display: flex;justify-content: center;text-align: center;}
.pagination li{display: inline-block; padding: 0 10px; height: 36px;line-height: 34px;background: #fff;color: #999;margin: 0 6px;border: 1px solid #e5e5e5;transition: all .3s linear;} 
.pagination li.prev,
.pagination li.next{background: url(../images/icon12.png) no-repeat center/20px;cursor: pointer;}
.pagination li.prev{transform:rotate(180deg);}
.pagination li.next{}
.pagination li a{display: block;}
.pagination li:hover,.pagination li.active,
.pagination li.on{background-color: #0062B1;color: #fff !important;}
.pagination li.on a:hover,.pagination li.active a:hover{ color: #fff;}

.pagination li:hover a,.pagination li.active a,
.pagination li.on a{color: #fff !important;}

.aboutList{margin-top: 60px;}
.aboutList li{display: inline-block;padding: 0 100px;border-left: 1px solid #999;color: #0062B1; font-size: 16px;}
.aboutList li:first-child{border-left: 0;}
.aboutList li b{font-size: 50px;transition: all 0.3s linear;}

/*关于我们*/
.page_about .desc{width: 58%;}
.page_about .desc h2{font-size: 30px;color: #333;font-weight: normal;position: relative;}
.page_about .desc h2:after{content: '';display: block;width: 1em;height: 2px;background-color: #0062B1;margin: 10px 0 14px;}
.page_about .desc h3{font-size: 20px;color: #333;margin-bottom: 30px;}
.page_about .desc p{font-size: 16px;color: #666;letter-spacing: 1px;line-height: 1.8;text-indent: 2em;}
.page_about .pic{width: 40%;}
.page_about img{width: 100%;}
.page_about .aboutList{background: #f5f5f5;display: flex;justify-content: center;text-align: center;}
.page_about .btm h2{font-size: 30px;color: #333;font-weight: normal;text-align: center;margin-bottom: 30px;}

.page_culture .txt{margin-top: 60px;}
.page_culture .txt b{font-size: 24px;color: #0062B1;font-weight: normal;display: block;margin-top: 30px;}
.page_culture .txt p{font-size: 16px;color: #595959;line-height: 2;}
.page_culture .txt strong{font-size: 24px !important;color: #0062B1;font-weight: normal;display: block;margin-top: 30px;}
.page_culture .pic img{float: right;width: 40%;}

/*发展历程*/
.page_history_section{padding: 80px;position: relative;}
.page_history_section:after{content: "";position: absolute;width: 100%;height: 4px;left: 0px;top: 0px;bottom: 0px;margin: auto;background: #eee;}
.swiperHistory{height: 600px;padding: 8px;}
.swiperHistory .swiper-slide{padding: 30px 20px;position: absolute;left: 0;width: 100%;height: 50%;position: relative;}
.swiperHistory .swiper-slide:nth-of-type(even){top: 0;}
.swiperHistory .swiper-slide:nth-of-type(odd){top: 50%;}
.swiperHistory .swiper-slide:before,
.swiperHistory .swiper-slide:after{content: '';display: block;position: absolute;left: 0;background-color: #0062B1;}
.swiperHistory .swiper-slide:before{width: 16px;height: 16px;border-radius: 8px;margin-left: -8px;}
.swiperHistory .swiper-slide:after{width: 1px;height: 100%;}
.swiperHistory .swiper-slide:nth-of-type(even):before{bottom: 0;margin-bottom: -8px;}
.swiperHistory .swiper-slide:nth-of-type(odd):before{top: 0;margin-top: -8px;}
.swiperHistory .swiper-slide:nth-of-type(even):after{bottom: 0;}
.swiperHistory .swiper-slide:nth-of-type(odd):after{top: 0;}
.swiperHistory .swiper-slide b{font-size: 30px;color: #0062B1;}
.swiperHistory .swiper-slide p{font-size: 14px;color: #595959;margin-top: 10px;max-height: calc(100% - 50px);overflow-y: auto;}
.page_history_section .swiper-button-next, 
.page_history_section .swiper-button-prev{width: 50px;height: 50px;background-color: #f5f5f5;background-size: 14px;border-radius: 25px;margin-top: -25px;}

/*联系我们*/
.page_contact .fl{width: 40%;}
.page_contact .fl h2{font-size: 36px;color: #333;font-weight: normal;}
.page_contact .fl .desc{font-size: 14px;color: #595959;margin-top: 10px;}
.page_contact .fl ul{margin-top: 30px;}
.page_contact .fl ul li{background-repeat: no-repeat;background-size: 24px;background-position: left 11px;font-size: 16px;color: #333;padding: 10px 0 10px 28px;}
.page_contact .fl ul li:first-child{background-image: url(../images/icon08.png);}
.page_contact .fl ul li:nth-child(2){background-image: url(../images/icon09.png);}
.page_contact .fl ul li:nth-child(3){background-image: url(../images/icon10.png);}
.page_contact .fl ul li:last-child{background-image: url(../images/icon07.png);}
.page_contact .fr{width: 58%;}

/*新闻*/
.page_news .list li{border-bottom: 1px solid #eaeaea;}
.page_news .list li a{display: block;padding: 30px 0;}
.page_news .list li .date{width: 100px;font-size: 20px;color: #999;transition: all .3s linear;}
.page_news .list li .date i{width: 30px;height: 24px;background: url(../images/icon11.png) no-repeat center/15px;display: block;margin-top: 14px;transition: all .3s linear;}
.page_news .list li .desc{width: calc(100% - 500px);padding: 0 30px 0 60px;position: relative;transition: all .3s linear;}
.page_news .list li .desc h2{font-size:18px;color: #333;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 10px;transition: all .3s linear;}
.page_news .list li .desc p{font-size:14px;color: #999;line-height: 1.5;height: 80px;overflow: hidden;}
.page_news .list li .desc:before{content: '';display: block;position: absolute;top: 14px;left: 20px;width: 30px;height: 1px;background-color: #999;transition: all .3s linear;}
.page_news .list li .pic{width:240px;height:150px;overflow: hidden;}
.page_news .list li .pic span{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;transition: all .3s linear;}
.page_news .list li:hover .date{color: #333;}
.page_news .list li:hover .date i{background-color: #0062B1;}
.page_news .list li:hover .desc{padding-left: 80px;}
.page_news .list li:hover .desc:before{width: 50px;}
.page_news .list li:hover .desc h2{color: #0062B1;}
.page_news .list li:hover .pic span{transform: scale(1.1);}

.page_newsDetail .cont{width: 70%;color: #595959;}
.page_newsDetail .cont .title{text-align: center;}
.page_newsDetail .cont .title h2{font-size: 28px;color: #333;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #d9d9d9;}
.page_newsDetail .cont .title .date{font-size: 14px;}
.page_newsDetail .cont .desc{background-color: #f2f2f2;padding: 10px 15px;font-size: 14px;text-align: left;margin: 20px 0 30px;}
.page_newsDetail .cont .title .txt{font-size: 16px;line-height: 1.8;letter-spacing: 1px;}
.page_newsDetail .cont .txt{padding-bottom: 30px; font-size: 1.5em;}
.page_newsDetail .cont .txt p{ line-height: 35px !important;}
.page_newsDetail .cont .title .txt img{max-width: 100%;}
.page_newsDetail .cont .tags{font-size: 14px;margin: 50px 0 30px;}
.page_newsDetail .cont .tags ul li{float: left;font-size: 14px;padding: 4px 10px;border: 1px solid #dfdfdf;border-radius: 2px;margin: 0 4px 4px;}
.page_newsDetail .cont .tags ul li:first-child{border: 0;padding: 4px 0;}
.page_newsDetail .cont .pageTurn{border-bottom: 1px solid #d9d9d9;padding-bottom: 20px;}
.page_newsDetail .cont .pageTurn li{font-size: 14px;max-width: 40%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_newsDetail .cont .pageTurn li a:hover{color: #0062B1;}
.pageSlide{width: 26%;}
.pageSlide .item{border: 10px solid #f0f0f0;padding: 20px;}
.pageSlide .item h2{font-size: 24px;color: #000;}
.pageSlide .item ul li{font-size: 15px;color: #555;padding: 20px 0;border-bottom: 1px solid #d9d9d9;}
.pageSlide .item ul li:last-child{border-bottom: 0;}
.pageSlide .item ul li .date{font-size: 14px;color: #727272;margin-top: 6px;}
.pageSlide .item ul li:hover{color: #0062B1;}

/*招聘*/
.page_employ .page_title p{text-align: center;margin: 20px 0 40px;}
.page_employ ul.list_title{background-color: #0062B1;padding: 14px 20px;}
.page_employ ul.list_title li{width: 20%;float: left;font-weight: bold;font-size: 16px;color: #fff;text-align: center;}
.page_employ ul.list_title li:first-child{text-align: left;}
.page_employ ul.list> li{border: 1px solid #eee;border-top: 0;}
.page_employ ul.list> li .title{padding: 24px 20px;font-size: 14px;color: #333;font-weight: normal;cursor: pointer;position: relative;}
.page_employ ul.list> li .title li{width: 20%;float: left;text-align: center;}
.page_employ ul.list> li .title li:first-child{text-align: left;}
.page_employ ul.list> li .title:after{content: '-';position: absolute;right: 20px;top: 16px;color: #707070;font-size: 20px;}
.page_employ ul.list> li .title.turn:after{content: '+';}
.page_employ ul.list> li .cont{padding: 20px;font-size: 14px;color: #595959;line-height: 1.8;font-weight: 100;display: none;background: #eee;}
.page_employ ul.list> li .cont ul{width: 100%;padding: 10px 0 20px;margin-bottom: 20px;border-bottom: 1px solid #fff;}
.page_employ ul.list> li .cont ul li{width: 20%;float: left;text-align: center;}
.page_employ ul.list> li .cont ul li:first-child{text-align: left;}
.page_employ ul.list> li .cont .text{width: 100%;}

/*列表1*/
.page_list{background-color: #f5f5f5;padding: 60px 0;}
.page_list .leftSlide{width: 20%;}
.page_list .page_left_nav .title{padding: 16px 10px;font-size: 32px;color: #fff;text-align: center;background-color: #0062B1;}
.page_list .page_left_nav .title span{ display: block; margin-top: 10px; font-size: 13px; color: #B1A5A5;}
.page_list .page_left_nav ul{background-color: #fff;padding: 24px;}
.page_list .page_left_nav ul li{background: url(../images/icon12.gif) no-repeat left 5px;font-size: 15px;padding-left: 20px;margin-bottom: 20px;}
.page_list .page_left_nav ul li:last-child{margin-bottom: 0;}
.page_list .page_left_nav ul li:hover{color: #0062B1;}
.page_list .page_left_nav ul li.on {color: #0062B1; font-weight:bold;}

.page_list .page_left_nav ul li .lanmu-box{margin-top: 10px;}
.page_list .page_left_nav ul li .lanmu-box p a{color: #555; line-height: 35px;font-weight:100;}
.page_list .page_left_nav ul li .lanmu-box p a i{font-size: 12px;}
.page_list .page_left_nav ul li .lanmu-box p.on a{color: #0062B1;font-weight:bold;}

.page_list .pageSlide{width: 100%;margin-top: 30px;}
.page_list .pageSlide .item{background: #fff;border-color: #fff;}
.page_list .cont{width: 78%;background: #fff;color: #595959;padding: 40px 30px;}
.page_list .cont .wrap{border-top: 1px solid #eee;margin-top: 30px;padding-top: 30px;}
.page_list .cont .wrap .desc{font-size: 14px;margin: 30px 0;line-height: 1.8;}
.page_list .cont .wrap .desc p{text-indent: 2em;}
.page_list .list li{width: 33.333%;float: left;padding: 15px 10px;}
.page_list .list li a{display: block;border: 1px solid #ddd;}
.page_list .list li .item{padding-top:100%;position: relative;overflow: hidden;}
.page_list .list li .item:after{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #0062B1;opacity: 0;transition: all .3s linear;}
.page_list .list li .title{position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;opacity: 0;transition: all .3s linear;}
.page_list .list li .title h2{font-size: 20px;color: #fff;font-weight: normal;}
.page_list .list li .title h2:before,
.page_list .list li .title h2:after{content: '';display: block;width: 4em;height: 1px;background-color: #fff;margin: 10px auto;transition: all .3s linear;}
.page_list .list li .pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;transition: all .3s linear;}
.page_list .list li .btm_title{padding: 20px;text-align: center;font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_list .list li:hover .pic{transform: scale(1.1);}
.page_list .list li:hover .title{opacity: 1;}
.page_list .list li:hover .title h2:before,
.page_list .list li:hover .title h2:after{width: 1em;}
.page_list .list li:hover .item:after{opacity: .5;}
.page_list .list li:hover .btm_title{color: #0062B1;}

.page_detailPosition{background-color: #f5f5f5;padding: 30px 0;margin-bottom: 60px;}
.page_detail .top_section{background-color: #f5f5f5;padding: 30px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.page_detail .left_section{width: 48%;}
.page_detail .gallery-top{}
.page_detail .gallery-top .swiper-slide{background-repeat: no-repeat;background-size:70%;background-position: center;} /*background-size: cover;*/
.page_detail .gallery-top .swiper-slide::after{content: '';display: block;padding-top: 65%;}
.page_detail .gallery-thumbs{margin-top: 20px;}
.page_detail .gallery-thumbs .swiper-slide{background-position: center;background-size: cover;background-repeat: no-repeat;opacity: .2;}
.page_detail .gallery-thumbs .swiper-slide::after{content: '';display: block;padding-top: 70%;}
.page_detail .gallery-thumbs .swiper-slide-thumb-active{opacity: 1;}
.page_detail .right_section{width: 48%;}
.page_detail .right_section h2{font-size: 22px;color: #0062B1;font-weight: normal;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 2px solid #ddd;}
.page_detail .right_section p{font-size: 14px;color: #595959;line-height: 1.8;}
.page_detail .right_section .category{font-size: 15px;color: #333;margin: 15px 0 22px;}
.page_detail .right_section .category a:hover{color: #0062B1;}
.page_detail .right_section ul li{display: inline-block;margin-right: 10px;}
.page_detail .right_section ul li a{display: flex;align-items: center;padding: 10px 20px;background: #0062B1;color: #fff;font-size: 14px;}
.page_detail .right_section ul li a i{display: block;width: 20px;height: 20px;background: url(../images/icon13.png) no-repeat 0 /14px;}
.page_detail .right_section ul li:last-child a{background: #555;}
.page_detail .right_section ul li:last-child a i{background-image: url(../images/icon14.png);}
.page_detail .cont .head{border-top: 2px solid #0062B1;padding: 24px 0;font-size: 24px;color: #0062B1;}
.page_detail .cont .txt{padding: 30px 0;font-size: 15px;color: #595959;line-height: 1.8;letter-spacing: 1px;border-top: 1px solid #eee;} /*border-bottom: 1px solid #eee;*/
.page_detail form{display: flex;flex-wrap: wrap;justify-content: space-between;font-size: 15px; }
.page_detail form textarea{width: 100%;height: 200px;border: 1px solid #d2d2d2;padding: 10px;}
.page_detail form input{width: 45%;height: 50px;border: 1px solid #d2d2d2;padding: 0 10px;margin-top: 20px;}
.page_detail form input.submit {margin: 40px auto 0;background: #0062B1;color: #fff;font-size: 16px;cursor: pointer;}

/*列表2*/
.page_listA .list li{width: 33.333%;float: left;padding: 15px;}
.page_listA .list li a{display: block;padding: 15px;background: #f5f5f5;}
.page_listA .list li .pic{width: 100%;padding-top: 60%;position: relative;overflow: hidden;}
.page_listA .list li .pic span{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;background-position: center;background-size: cover;background-repeat: no-repeat;transition: all .3s linear;}
.page_listA .list li h2{padding: 15px 15px 2px;font-size: 16px;color: #595959;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page_listA .list li:hover .pic span{transform: scale(1.1);}
.page_listA .list li:hover h2{color: #0062B1;}

.pagecontent p{ line-height: 40px; font-size: 1.5em;}
.pagecontent img{width:90% !important; margin-left:5% !important;}


/*响应式*/
@media screen and (min-width: 1330px){
	/*.header .nav> li.on> a{color: var(--primary-color);}*/
	.header .nav> li> a:before,
	.header .nav> li> a:after{content: '';position: absolute;bottom: 0;width: 0;height: 2px;background-color: var(--primary-color);transition: all .3s linear;}
	.header .nav> li> a:before{left: 50%;}
	.header .nav> li> a:after{right: 50%;;}
	.header .nav> li> a:hover{color: var(--primary-color);}
	.header .nav> li> a:hover:before,
	.header .nav> li> a:hover:after{width: 50%;}
	.header .nav> li:hover ul{max-height: 100vh;transform: translateX(-50%) scaleY(1);}
	.header .nav> li:hover> a i{transform: rotate(180deg);}
}

@media screen and (max-width: 1366px){
	.header .nav> li{margin-right:36px;}
	.index_contact .footer{padding: 20px 4%;}
	.index_contact .footer .ewm img{height: 60px;}
}

@media screen and (max-width: 1330px){
	.header{background-color: #fff;z-index: 999;}
    .menu_btn{display: block;}
    .header .nav{display: block;position: fixed;top:75px;left: 0;z-index: 999;width: 100%;height: 0;padding: 0 4%;overflow: hidden;background-color: #fff;transition:all .4s ease-out;}
    .header .nav.toggle{height: calc(100vh - 72px);overflow-y: auto;}
	.header .nav{width: 100%;}
	.header .nav> li{width: 100%;line-height: 56px;margin-right: 0;float: none;border-bottom: 1px solid rgba(0,0,0,.1);transition:all .3s linear;}
	.header .nav> li> a{width: calc(100% - 56px);}
	.header .nav> li> a:after{display: none;}
	.header .nav> li ul{position: static;width: 100%;overflow: hidden;background: none;padding: 0;max-height: 0;box-shadow: none;transform: scaleY(0);transition: all .3s ease-out;}
	.header .nav> li> i{display: block;}
	.header .nav> li.toggle ul{transform: scaleY(1);opacity: 1;max-height: 100vh;margin-bottom: 10px;}
	.header .nav> li.toggle> i{transform: rotate(180deg);}
	.header .nav> li ul li{background: none;color: #666;padding: 0 20px;text-align: left;}
	.header .nav> li ul li a{font-size: 15px;}
	.header .lang{width:26px;height:26px;margin-right: 10px;}
	.header .lang p{margin-top:18px;}
	
	.indexContainer{height: auto;}
	.indexContainer .ani{visibility: initial !important;}
	.indexContainer> .swiper-wrapper{display: block;}
	.indexContainer>.swiper-wrapper>.swiper-slide {height: auto;}
	.index_title{width: 100% !important;}
	.index_title h2{font-size: 3em;}
	
	.index_banner{margin-top: 54px;height: calc(100vh - 54px);}
	.index_banner .mouse{display: none;}
	.index_banner .swiper-slide .txt,
	.index_banner .swiper-pagination{width: 92%;}
	.index_banner .swiper-slide .txt{text-align: center;}
	


	.index_about{padding: 50px 0 0;}
	.index_about::before{opacity: 1;}
	.index_about .index_title p{background-color: rgba(255,255,255,.6);padding: 15px;border-radius: 8px;}
	.index_about .more_mouse{margin: 3vh auto;}
	.index_about .txt, 
	.index_about .right{width: 100%;}
	.index_about .txt{padding: 0 4%;text-align: center;}
	.index_about .right{position: relative;}
	.index_about .right .top{position: absolute;left: 4%;top: calc(50% - 30px);height: auto;}
	.index_about .right ul{margin-left: 0;width: 100%;border-radius: 0;padding: 30px 4% 30px calc(4% + 60px);}
	.index_about .right ul li b{font-size: 1.4em;}
	
	.index_products{padding: 50px 0;}
	.index_products::before{opacity: 1;}
	.index_products .index_title{text-align: center;}
	.index_products .more_mouse{margin: 3vh auto;}
	.swiper_index_products{width: 100%;}
	.swiper_index_products .swiper-slide{padding: 20px 0 50px;}
	.swiper_index_products .swiper-slide:hover{background: none;}
	.swiper_index_products .swiper-slide .top{display: none;}
	.swiper_index_products .swiper-slide .img{width: 180px;height: 180px;border-width: 5px;}

	.indexContainer>.swiper-wrapper>.swiper-slide.index_field .wrapper{min-height: calc(100vh - 54px);padding: 30px 0;justify-content: space-around;}
	.index_field .index_title{text-align: center;padding: 0 4%;}
	.index_field .more_mouse{margin: 3vh auto;}
	.index_field .list{width: 100%;overflow-x: auto;justify-content: initial;}
	

	.index_workshop .wrapper{padding: 50px 4%;}

	.index_workshop::before{opacity: 1;}
	.index_workshop .index_title{text-align: center;}
	.index_workshop .swiper{margin-top: 20px;}
	.index_workshop .swiper-button-prev{right: auto;left: 35%;}
	.index_workshop .swiper-button-next{right: 35%;}

	.index_news .wrapper{padding: 50px 4%;}
	.index_news::after{display: none;}
	
	.index_contact .index_title{text-align: center;}
	.index_contact .more_mouse{margin: 3vh auto;}
	
	.footer .more_mouse{ display:none;}

	.footer .section ul{width: 100%;margin-top: 20px;}
	.footer .section ul li{width: 48.5%;}
	.footer .section ul li a{width: 100%;padding: 40px 0;text-align: left;}
	.footer{text-align: center; padding-bottom: 80px;}
	.footer .section .info{width: 100%;}
	
	.footer-fix{ display: block;}

}

@media screen and (max-width: 1320px){
	.aboutList{margin-top: 40px;}
	.aboutList li{padding: 0 10px;font-size: 12px;}
	.aboutList li:first-child{padding-left: 0;}
	.aboutList li:last-child{padding-right: 0;}
	.aboutList li b{font-size: 16px;}
	.aboutList li p{font-size: 12px;}
	
	.tableSection{width: 100%;margin: 10px 0;}
	.tableSection .nav li{padding: 10px 15px;}
	.tableSection.listA .list li .desc p{font-size: 14px;}
	.tableSection .list .other{font-size: 12px;}
	.tableSection.listB .list li{font-size: 14px;}
	
	.page_nav{height: 50px;line-height: 50px;}
	.swiperPageNav .swiper-slide span{padding: 0 20px;font-size: 14px;}
	.swiperPageNav .swiper-slide:first-child span{padding-left: 0;}
	.pagePosition{font-size: 12px;width: 100%;margin-bottom: 10px;}
	.page_title{ display: none;}
	.page_title h2{font-size: 22px;}
	.page_title h2:after{margin: 6px auto;}
	.pagination li{width:auto;height: 24px;line-height: 22px;font-size:13px;margin: 0 5px;}
	.pagination li.prev, 
	.pagination li.next{background-size:10px;}
	
	.page_history_section{padding: 50px 4vw;}
	.swiperHistory{height:calc(100vh - 70px);}
	.swiperHistory .swiper-slide{padding: 20px;}
	.swiperHistory .swiper-slide b{font-size: 24px;}
	.page_history_section .swiper-button-next, 
	.page_history_section .swiper-button-prev{width: 20px;height: 20px;background-size: 4px;margin-top: -10px;}
	.page_history_section .swiper-button-next{right: 0;}
	.page_history_section .swiper-button-prev{left: 0;}
	
	.page_about .desc{width: 100%;}
	.page_about .pic{width: 100%;margin-top: 10px;}
	.page_about .desc h2{font-size: 24px;text-align: center;}
	.page_about .desc h2::after{margin: 10px auto;}
	.page_about .desc h3{font-size: 16px;margin-bottom: 20px;text-align: center;}
	.page_about .desc p{font-size: 14px;}
	.page_about .aboutList{margin-top: 0;}
	.page_about .btm h2{font-size: 24px;}
	
	.page_contact .fl{width: 100%;}
	.page_contact .fr{width: 100%;}
	.page_contact .fl h2{font-size: 24px;}
	.page_contact .fl ul li{font-size: 14px;background-position: left 9.5px;}
	
	.page_culture .txt{margin-top: 30px;}
	.page_culture .txt b{font-size: 18px;margin-top: 20px;}
	.page_culture .txt p{font-size: 14px;line-height: 1.5;}
	
	.page_employ .page_title p{margin: 15px 0 30px;font-size: 14px;}
	.page_employ ul.list_title{padding: 14px;}
	.page_employ ul.list_title li{font-size: 14px;}
	.page_employ ul.list> li .title{padding: 14px;}
	.page_employ ul.list> li .title:after{right: 4px;top: 50%;margin-top: -16px;}
	.page_employ ul.list> li .title ul{display: flex;align-items: center;}
	.page_employ ul.list> li .title li{padding: 0 2px;font-size: 12px;}
	.page_employ ul.list> li .cont{padding: 14px;line-height: 1.5;font-size: 12px;}
	.page_employ ul.list> li .cont ul li{padding: 0 2px;}
	
	.page_listA .list li{width: 100%;padding: 10px 0;}
	.page_listA .list li h2{font-size: 14px;padding: 10px 10px 0;}
	
	.page_list{padding: 30px 0;}
	.page_list .leftSlide{display: none;}
	.page_list .cont{width: 100%;padding: 20px 4vw;}
	.page_list .cont .wrap{margin-top: 20px;padding-top: 20px;}
	.page_list .list li{width: 100%;padding: 10px 0;}
	.page_list .list li .btm_title{font-size: 14px;padding: 10px;}
	
	.page_newsDetail .cont{width: 100%;}
	.page_newsDetail .cont .title h2{font-size: 16px;padding-bottom: 15px;margin-bottom: 15px;}
	.page_newsDetail .cont .title .date{font-size: 12px;}
	.page_newsDetail .cont .desc{margin: 20px 0;}
	.page_newsDetail .cont .txt{font-size: 14px;}
	.page_newsDetail .cont .tags{margin: 20px 0;}
	.page_newsDetail .cont .tags ul li{font-size: 12px;}
	.page_newsDetail .cont .pageTurn li{font-size: 12px;width: 100%;max-width: 100%;}
	.pageSlide{width: 100%;}
	.pageSlide .item{border-width: 3px;padding: 4vw;}
	.pageSlide .item h2{font-size: 20px;}
	.pageSlide .item ul li{font-size: 14px;padding: 10px 0;}
	.pageSlide .item ul li .date{font-size: 12px;}
	
	.page_detail .top_section{padding: 4vw;margin-bottom: 30px;}
	.page_detail .left_section{width: 100%;}
	.page_detail .gallery-thumbs{margin-top: 10px;}
	.page_detail .right_section{width: 100%;margin-top: 20px;}
	.page_detail .right_section h2{font-size: 18px;margin-bottom: 14px;padding-bottom: 14px;}
	.page_detail .right_section .category{font-size: 12px;}
	
	.page_detail .cont .head{padding: 10px 0;font-size: 20px;}
	.page_detail .cont .txt{padding: 10px 0 30px;font-size: 14px;}
	.page_title p{font-size: 14px;}
	.page_detail form input{width: 48%;height: 44px;margin-top: 10px;}
	.page_detail form input[type="submit"]{margin: 20px auto 0;font-size: 14px;}
	.page_detailPosition{padding: 20px 4vw 10px;margin-bottom: 30px;}
	
	
	
	.ui-col-form-label{ padding: 0 !important;}
}