@charset "utf-8";
/* CSS Document */
* {	padding: 0px;	margin: 0px;}
body, div, td, th, form, img, ul, li, dl, dt, dd, p, h1, h2, h3, h4{font-size:14px;margin:0px;padding:0px;list-style-type:none; font-family:"微软雅黑";}
body{ width:100%; padding:0; margin:0; background: #f8f8f8}
span, p {	margin: 0px;padding: 0px;}
img {border: 0;}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {font-size: 12px;font-weight: normal;font-style: normal;	margin: 0px;padding: 0px;}
ul, li, ol{list-style-type:none;margin:0px;padding:0px;}
i {	font-style: normal;	font-weight: normal;}
b {font-style: normal;	font-weight: normal;}
img {border: 0 none;vertical-align: top;}
input, select {	vertical-align: middle;}	
::-webkit-scrollbar              { /* 1 */  width:5px; background-color:#ccc;}
::-webkit-scrollbar-button       { /* 2 */ }
::-webkit-scrollbar-track        { /* 3 */ }
::-webkit-scrollbar-track-piece  { /* 4 */ }
::-webkit-scrollbar-thumb        { /* 5 */width:5px; background-color:#0a9a7c;}
::-webkit-scrollbar-corner       { /* 6 */ background-color:#0a9a7c;}
::-webkit-resizer                { /* 7 */ }
::-webkit-scrollbar:horizontal   { height:9px;}
.clear {	clear: both;}
.clear:after {content: ".";height: 0;display: block;clear: both;	visibility: hidden;	font-size: 0;}
a {text-decoration: none;}
.h a:hover,.p a:hover p,.l li:hover{    -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ; }
.h a:hover,.p a:hover p,.l li:hover{    -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ; }
	 
.t_box{width:100%; height: 265px; margin: 0px auto; background: #fff;  z-index: 999; position: relative;   }
.logo{float:left; margin: 44px 0px ;}
.top{width:1200px; height: auto; overflow: hidden; margin: 0px auto;}

.navi{width:100%; height: 50px; background: #0a9a7c; position: relative; z-index: 99}
.navi ul{width:1200px; height: auto; margin: 0px auto;}
.navi ul li{float:left; padding: 0px 42px; height: 50px; line-height: 50px; font-size: 16px; position: relative;}
.navi ul li a{color:#fff; display: block}
.navi ul li dl{ display: none; overflow: hidden;position: absolute; top: 50px; left: 0px; width:100%;}
.navi ul li dl dd{width:100%; height: 45px; line-height: 45px; background: #008569; text-align: center; border-top: 1px solid #00735b}
.navi ul li dl dd:hover{ background: #008569; }
.navi ul li:hover{ background:#008569;-moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.navi ul li:hover dl{display: block; -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}


.djs{ float: right; font-size: 15px; color: #888; margin-top: 130px;text-align: right}		
.djs h5{height:30px; line-height: 30px;letter-spacing:1px}
.djs h2{ height:80px;}
.djs h2 strong{font-size:50px; color: #0a9a7c; padding-right: 5px;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{content:none}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{content:none}







.banner{ height:500px; width:100%; position: relative;z-index: 1; overflow: hidden}
.banner .swiper-pagination{ top:410px;}
.banner .swiper-slide{width:100%; height: 500px;}
.banner .swiper-slide a{width:100%; height: 500px; display: block;}
.swiper-pagination-bullet{width:10px; height: 10px; background: #fff;opacity: .4;}
.swiper-pagination-bullet-active{opacity: 1} 

.top1{width:1200px; height: auto; overflow: hidden; margin: 0px auto; position: relative; margin-top: -60px; background: #fff; z-index: 99; border-top-left-radius: 20px; border-top-right-radius: 20px;-webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .10);    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, .10);    box-shadow: 0 15px 25px rgba(0, 0, 0, .10);}
.top1 ul li{width:299px; float: left; border-right: 1px solid #eee; margin: 50px 0px; text-align: center; cursor: pointer;}
.top1 ul li h2{width:130px; height: 130px; margin: 0px auto; border-radius:50%; }
.top1 ul li h2 img{width:125px; height: 125px; padding: 2.5px;}
.top1 .tt1 h2{background: #1aa180;}
.top1 .tt2 h2{background: #2e80c2;}
.top1 .tt3 h2{background: #cdb82c;}
.top1 .tt4 h2{background: #d98b2e;}
.top1 ul li p{font-size: 22px; height: 30px; margin-top: 15px; color: #333; font-weight: bold}
.top1 ul li span{font-size:12px;text-transform: uppercase; color: #888; }
.top1 ul li i{width:25px; height: 4px; display: block;margin: 10px auto;}
.top1 .tt1 i{background: #1aa180;}
.top1 .tt2 i{background: #2e80c2;}
.top1 .tt3 i{background: #cdb82c;}
.top1 .tt4 i{background: #d98b2e;}
.top1 ul li:hover i{height:6px;margin: 9px auto; width:35px; border-radius: 10px; -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.top1 ul li.tt1:hover p{color:#1aa180; -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.top1 ul li.tt2:hover p{ color:#2e80c2;-moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.top1 ul li.tt3:hover p{color:#cdb82c; -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.top1 ul li.tt4:hover p{color:#d98b2e; -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.top1 ul li.tt1:hover span{color:#1aa180; -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.top1 ul li.tt2:hover span{ color:#2e80c2;-moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.top1 ul li.tt3:hover span{color:#cdb82c; -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.top1 ul li.tt4:hover span{color:#d98b2e; -moz-transition: all 0.2s linear ;    -webkit-transition: all 0.2s linear ;    -o-transition: all 0.2s linear ;    transition: all 0.2s linear ;}
.c1_box{width:100%; height: auto; overflow: hidden; background: #fff}
.top1_box{width:100%; height: auto; background: #fff}
.c1{width:1200px; height: auto; overflow: hidden; margin: 70px auto;}
.c1_left{width:700px; height: 394px; float: left; position: relative;overflow: hidden}
.c1_left .swiper-slide{width:700px; height: 394px;}
.video-js .vjs-big-play-button{height:65px; width:65px; line-height: 58px; border-radius: 50%; border:5px solid #fff; background:none; opacity: .85}
.video-js:hover .vjs-big-play-button{height:65px; width:65px; line-height: 58px; border-radius: 50%; border:5px solid #fff; background:none; opacity: .85}
.vjs-big-play-centered .vjs-big-play-button{ margin-top:-37.5px}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{font-size:40px;}
.swiper-button-prev1{border:0px; background:url(../images/rr.png) no-repeat center;width:25px; height: 48px; background-size: 100%; top: 50%; margin-top: -24px; right:5px; left: auto;  -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; position: absolute; z-index: 1; cursor: pointer}
.swiper-button-next1{border:0px; background:url(../images/ll.png) no-repeat center;width:25px; height: 48px; background-size: 100%; top: 50%; margin-top: -24px;  left: 5px; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; position: absolute;z-index: 1; cursor: pointer} 
.swiper-button-next1:hover{ background:url(../images/ll.png) no-repeat center;width:25px; height: 48px; background-size: 100%; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ;}
.swiper-button-prev1:hover{ background:url(../images/rr.png) no-repeat center;width:25px; height: 48px; background-size: 100%; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ;}
.c1_left .swiper-pagination{ position: absolute; top:10px; right:10px;width:70px; left: inherit; bottom: inherit}
.c1_right{width:460px; float: right; background: url(../images/b.png) no-repeat right bottom;}
.c1_right h2{width:100%; height: auto; overflow: hidden;}
.c1_right h2 img{float:right;}
.c1_right h2 span{width:60%; float:left; height: auto;}
.c1_right h2 span b{display:block; font-size:30px; font-weight: bold;}
.c1_right h2 span b strong{color:#0a9a7c}
.c1_right h2 span i{text-transform: uppercase; color: #888; display: block; margin-top: 5px;}
.c1p{width:100%; height: 210px; overflow: hidden; font-size: 16px; color: #333; line-height: 35px; margin-top: 30px;}
.c1_right a{width:180px; height: 50px; text-align: center; display: block; line-height: 50px; background: #0a9a7c; color: #fff; font-size: 18px; margin-top: 45px;}


.c_title{width:1200px; height: auto; overflow: hidden; margin: 50px auto;}
.c_title h2{font-size:30px; color: #333; font-weight: bold; width:100%; height: 50px; line-height: 50px; text-align: center; display: block}
.c_title i{width:100%; height: 20px; display: block; text-align: center; color: #888;  margin: 0px auto; margin-top: 0px; text-transform: uppercase}
.c2{width:100%; height: auto; overflow: hidden; margin: 0px auto; background: #f8f8f8; padding-bottom: 70px;} 

.c7{width:100%;height: auto; overflow: hidden; }
.mySwiper{width:1200px; height: 213px; overflow: hidden; margin: 0px auto;}
.mySwiper .swiper-slide img{height: 100%; width:100%;}
.mt_bpx{    height: 213px; margin: 0px auto; margin-bottom: 50px; position: relative; width:1260px;}
.mySwiper .swiper-slide {  background: #fff;
       height: 106px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.swiper-button-prev5{border:0px; background:url(../images/left.png) no-repeat center;width:25px; height: 48px; background-size: 100%; top: 50%; margin-top: -24px; left:-5px; left: auto;  position: absolute; z-index: 1; cursor: pointer; display: none}
.swiper-button-next5{border:0px; background:url(../images/right.png) no-repeat center;width:25px; height: 48px; background-size: 100%; top: 50%; margin-top: -24px;  right: -5px; position: absolute;z-index: 1; cursor: pointer; display: none} 
.mt_bpx:hover .swiper-button-prev5,.mt_bpx:hover .swiper-button-next5{display:block}





.ind_a{width:190px; height: 45px; line-height: 45px; display: block; border: 1px solid #fff;border-radius: 5px; text-align: center; font-size: 18px; color: #fff; margin: 0px auto; margin-top: 50px;}

.c7_bottom ul{width:540px; height: 45px; border-radius: 40px; background: #fff; margin: 0px auto; margin-bottom: 40px; margin-top: -20px;}
.c7_bottom ul li{width:270px; float: left; height: 45px; text-align: center; line-height: 45px; background: #fff;font-size: 18px; color: #333; border-radius: 40px; cursor: pointer}
.c7_bottom ul li.c7_on{background:#0a9a7c; color: #fff;}

.c5_foot{width:1200px; height: auto; overflow: hidden; margin: 30px auto;}
.c5_left{width:645px;height: 440px; float: left; overflow: hidden;border-radius: 10px;}
.c5_left img {width:645px;height: 440px;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.c5_left:hover img{ebkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.c5_right{width:520px; float: right; height: auto; overflow: hidden;}
.c5_right{width:520px; float: right; height: auto; overflow: hidden;}
.c5_rt{width:520px; height: auto; overflow: hidden;}
.c5_rt h2{height:30px; line-height: 30px; overflow: hidden;}
.c5_rt h2 a{font-size:24px; font-weight: bold; color: #333;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.c5_rt:hover h2 a{color: #0a9a7c;-webkit-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;}
.c5_rt span{width:70px; height: 5px; background: #0a9a7c; display: block; margin: 18px 0px;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.c5_rt:hover span{width:100px;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.c5_rt p{  height: 60px; line-height: 30px; overflow: hidden; color: #888; margin: 40px auto; margin-top: 30px;}
.c5_rt h5{height:20px; line-height: 20px; overflow: hidden; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.c5_rt h5 b{font-size:13px; color: #aaa; float: left; background: url("../images/d.png") no-repeat left center;padding-left: 20px;}
.c5_rt h5 a{font-size:14px; color: #888; float: right;}
.c5_rt h5:hover a{ color: #0a9a7c;-webkit-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;} 
.c5_right ul{width:100%; height: auto; overflow: hidden; margin: 0px auto;}
.c5_right ul li{height:37px; line-height: 37px; overflow: hidden; background:url("../images/i_06.png") no-repeat left center; padding-left: 25px;}
.c5_right ul li a{font-size:15px; color: #333;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.c5_right ul li:hover{ background:url("../images/i_03.png") no-repeat left center;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.c5_right ul li:hover a{ color: #0a9a7c;-webkit-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;}

.c5_foot{display:none;width: 1200px; height: auto; overflow: hidden;  margin: 0px auto;}
.news_on{display:block;}
.c4{width:100%; height: 476px; overflow: hidden ; background: url(../images/c2.jpg) no-repeat center; }
.c4 .c_title h2{color:#fff;}
.c4 .c_title i{color:#fff;}


.c4_bottom{width:1200px; height: auto; overflow: hidden; margin: 0px auto; position: relative;}
.c4_bottom .swiper-container .swiper-slide img {height: 147px;width:240px;}
.swiper-button-prev{border:0px; background:url(../images/r.png) no-repeat center;width:18px; height: 41px; background-size: 100%; top: 50%; margin-top: -20px; right:0px; left: auto;  -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; position: absolute; z-index: 1; cursor: pointer}
.swiper-button-next{border:0px; background:url(../images/l.png) no-repeat center;width:18px; height: 41px; background-size: 100%; top: 50%; margin-top: -20px;  left: 0px; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; position: absolute;z-index: 1; cursor: pointer} 
.ind_a{width:190px; height: 45px; line-height: 45px; display: block; border: 1px solid #fff;border-radius: 5px; text-align: center; font-size: 18px; color: #fff; margin: 0px auto; margin-top: 50px;}
.ind_a:hover{background:#fff; color: #333; border: 1px solid #333; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ;}

.c7 ul{width:1200px; height: auto; overflow: hidden; margin: 0px auto; border-top:1px solid #eee; border-right: 1px solid #eee; padding: 0px 20px ; padding-bottom: 30px;}
.c7 ul li{width:199px; border-left: 1px solid #eee; float: left; border-bottom: 1px solid #eee; z-index: 1; position: relative;}
.c7 ul li img{width:100%; height: 105px;}
.c7 ul li:hover{-webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .10);    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, .10);    box-shadow: 0 15px 25px rgba(0, 0, 0, .10);-moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; z-index: 2}
.c7 .ind_a{width:190px; height: 45px; line-height: 45px; display: block; border: 1px solid #0a9a7c;border-radius: 5px; text-align: center; font-size: 18px; color: #0a9a7c; margin: 70px auto; margin-top: 50px; margin-top:10px;}
.c7 .ind_a:hover{background:#0a9a7c; color: #fff; border: 1px solid #0a9a7c; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ;}


.foot_t{width:100%; height: auto; overflow: hidden; margin: 0px auto; background: #2b2b2b;}
.foot{width:1200px; height: auto; overflow: hidden; margin: 0px auto; padding: 30px 0px; padding-bottom: 30px; }
.ft_left{width:1000px; float: left;}
.ft_navi{width:100%; height: 30px; line-height: 30px;}
.ft_navi ul li{ float:left;font-size: 15px; margin-right: 55px;}
.ft_navi ul li a{color: #fff}
.ft_navi ul li a:hover{color:#0a9a7c;  -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ;}
.ft_lx{width:100%; height: auto; overflow: hidden; margin-top: 15px;}
.ft_lx ul{width:440px; float: left; border-right: 1px solid #222}
.ft_dh{width:510px; float: right;}
.ft_dh h2{font-size:18px; color: #eee}
.ft_dh p{width:100%; background: #242424; height: 70px; line-height: 70px; margin-top: 20px; font-size: 28px; color: #fff; font-weight: bold;font-style:italic; text-align:center; }
.ft_dh p strong{ padding:0px 15px; display: block;}
.ft_lx ul li{width:100%; height: 30px; line-height: 30px; overflow: hidden; color:#999}
.ft_lx ul li img{float:left; height:18px; margin: 6px 0px; margin-right: 5px;}
.ft_right{width:200px; float: right;margin-top:5px;}
.ft_right ul li{width:130px; margin: 0px 10px; float: right; background: #fff; border-radius: 5px;}
.ft_right ul li img{width:120px; padding:5px; padding-bottom: 0px;}
.ft_right ul li h2{width:100%; height: 35px; line-height: 35px; text-align: center;color:#5b5b5b; font-size: 14px;}
.foot_f{width:100%; overflow: hidden; margin: 0px auto; padding: 10px 0px; border-top: 1px solid #222; background: #2b2b2b;color:#5b5b5b; font-size: 13px; text-align: center; height: 50px; line-height: 25px;}
.foot_f a{color:#0a9a7c; }



.nei_banner{width:100%; height: 300px; margin: 0px auto; background-position: center; background-repeat: no-repeat}
.nei_banner img{width:100%; display: none}


.nei_t{width:1200px; height: auto; overflow: hidden; margin: 0px auto; margin-top: -50px; position: relative; z-index: 999}
.nei_t h2{width:300px; height: 80px; background: #333; color: #fff; font-weight: bold; font-size: 30px; text-align: center; line-height: 80px;}

.nei_box{width:1200px; height: auto; overflow: hidden; margin: 30px auto;}
.nei_l{width:300px; float: left; height: auto; overflow: hidden;}
.ne_top{background: #f3f3f3; width:100%;  padding-bottom: 30px; padding-top: 20px;}
.nei_l h2{background:#0a9a7c; color: #fff; text-align: center; height: 50px; line-height: 50px; font-size: 20px; }
.nei_l a{width:100%; height: 45px; line-height: 45px; text-align: center; font-size: 16px; color: #333;display: block}
.nei_l .dj{width:100%; margin-top: 20px; height: auto}
.nei_l .dj1{ margin-top:40px;}
.ncpl a{width:80%; height: 45px; line-height: 45px; text-align: left; font-size: 16px; color: #333;display: block; padding-left: 15%;}
.nei_l a.n_on,.nei_l a:hover{background: #0a9a7c; color: #fff;}
.nei_right{width:850px; height: auto; overflow: hidden; float: right;   }
.news_ttle{width:1200px; height: 50px;line-height: 50px; margin: 0px auto; margin-bottom: 20px;}

.news_ttle h2{font-size:26px; color: #333; float: left}
.news_ttle a{ font-size:14px; color: #333; float: right}
.news_llist{}
.news_llist ul{width:100%; height: auto; overflow: hidden; margin: 0px auto; margin-top: -15px;}
.news_llist li{width:850px;  height: auto; overflow: hidden; margin: 0px auto; border-bottom: 1px solid #ddd; padding: 15px 0px; position: relative; z-index: 1}
.news_llist img{width:200px; height: 130px; float: left}
.news_llist h6{width:80px;   float: right; height: 130px;color: #333;text-align: right}
.news_llist h6 span{width:100%; height:30px; line-height: 30px; font-size: 20px; font-weight: bold;  display: block; margin-top: 35px;}
.news_llist h6 b{width:100%; height: 20px; line-height: 20px; font-size: 14px; font-weight: bold;  display: block;}
.news_llist h2{width:510px; float: left; height: auto; overflow: hidden; margin: 0px auto; margin-left: 20px;}
.news_llist h2 a{width:100%; height: 30px; line-height: 30px; font-size:18px; color: #333; margin-bottom: 10px; display: block; overflow: hidden;}
.news_llist h2 p{width:100%; height: 60px; line-height: 30px; font-size: 14px; color: #888; overflow: hidden;}
.news_llist h3{ float: right; height: 150px;}
.news_llist h3 a{ background:url(../images/lan.png) no-repeat 7px 5px; width:20px; height: 20px; padding: 5px; border:2px solid #12629e; display: block; border-radius: 50%; margin-top: 50px;} 
.news_llist li h2 a:hover{  color: #0a9a7c;  -moz-transition: all 0.2s linear ; -webkit-transition: all 0.2s linear ; -o-transition: all 0.2s linear ;    transition: all 0.2s linear }



.Page{width:100%; text-align:center; padding:50px 0px; padding-bottom: 10px;}
.Page a{display:inline-block;width:50px;background:#f2f2f2;height:50px; vertical-align:middle; line-height:50px; font-size:14px; margin-left:-3px; color: #666}
.Page span{display:inline-block;width:50px;background:#0a9a7c;height:50px; vertical-align:middle; line-height:50px; font-size:14px; margin-left:-3px; color: #fff}
.nav-links a:first-child{ display:none;}
.nav-links a:nth-child(2){ width:80px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
.nav-links a:last-child{ width:80px;border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
.Page a:hover{ background:#0a9a7c; color:#fff}
.Page a.cur{ background:#0a9a7c; color:#FFF}
.Page span.current{ display: inline-block;background:#0a9a7c;  vertical-align:middle;color:#FFF;height:50px; line-height:50px;width:50px; margin-left: -5px;}
.Page a.prev{ border-radius:6px 0px 0px 6px;width:90px;}
.Page a.prev span{ background:url(../images/2015/Icon25.gif) no-repeat  10px center; display:block;}
.Page a.prev:hover span{ background:url(../images/2015/Icon025.gif) no-repeat  10px center;}
.Page a.next{ border-radius:0px 6px 6px 0px;width:90px;}
.Page a.next span{ background:url(../images/2015/Icon26.gif) no-repeat 88% center; display:block;}
.Page a.next:hover span{ background:url(../images/2015/Icon026.gif) no-repeat 88% center;}
.Page .page_up    {        width: 80px;        border-top-left-radius: 5px;        border-bottom-left-radius: 5px;    }
.Page .page_next    {        width: 80px;        border-top-right-radius: 5px;        border-bottom-right-radius: 5px;    }
.nav-links a:first-child    {        display: inline-block;    }
.nav-links a:nth-child(2)    {        width: 50px;        border-top-left-radius: 0px;        border-bottom-left-radius: 0px;    }
.Page a    {        display: inline-block;        width: 50px;        background: #f2f2f2;        height: 50px;        vertical-align: middle;        line-height: 50px;        font-size: 14px;        margin-left: 1px;        color: #666;    }
.Page span.current    {        display: inline-block;        background: #0a9a7c;        vertical-align: middle;        color: #FFF;
	height: 50px;        line-height: 50px;        width: 50px;        margin-left: 1px;    }
.Page span    {        display: inline-block;        width: 50px;        background: #f2f2f2;        height: 50px;        vertical-align: middle;        line-height: 50px;        font-size: 14px;        margin-left: 1px;        color: #a9a9a9;    }
 

 

.news_show_title{ width:100%; height: auto; overflow: hidden;margin: 20px auto; margin-bottom: 30px;}
.news_show_title h2{ font-size:26px; color: #333; text-align: center; height: auto; line-height: 40px; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.news_show_title h5{ text-align:center; font-size: 14px; color: #888; line-height: 40px;}
.news_show_title h5 span,.news_show_title h5 i,.news_show_title h5 b{ padding:0px 20px;}
.news_show_p{ width:100%; height: auto; overflow: hidden; font-size: 16px; color: #888; line-height: 30px; margin: 0px auto; text-indent: 2em;}
.news_show_p img{ width:100%; height: auto;  margin: 10px auto; text-indent: 0;}

.news_show_p p{  font-size: 16px; color: #888; line-height: 35px; margin-bottom: 10px; }

.updown{ width:100%; height: auto; overflow: hidden; margin: 50px auto; border-top:1px solid #eee; padding-top: 10px; margin-bottom: 30px;}
.ud{ width:100%; height: 40px; line-height: 40px; overflow: hidden; font-size: 15px; color: #333;}
.updown a{ font-size: 15px; color: #333;}
.updown a:hover{ color:#0a9a7c;}


.cp_list ul{width:100%; height: auto; overflow: hidden; margin: 0px auto;}
.cp_list ul li{width:200px; height: auto; overflow: hidden; float: left; margin:0px 6px; position: relative; z-index: 1;margin-bottom: 20px;}
.cp_list ul li .bq_a{width:200px; height: 125px; overflow: hidden; display: block; background: #fff}
.cp_list ul li img{width:200px; height: 125px; background: #fff; -webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.cp_list1 ul li{width:260px; height: auto; overflow: hidden; float: left; margin:0px 11px; position: relative; z-index: 1;margin-bottom: 20px;} 
.cp_list1 ul li .bq_a{width:260px; height: 135px; overflow: hidden; display: block;}
.cp_list1 ul li img{width:260px; height: 135px;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}

 


.cp_list ul li:hover{-webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, .10);    -moz-box-shadow: 0 15px 25px rgba(0, 0, 0, .10);    box-shadow: 0 15px 25px rgba(0, 0, 0, .10);-webkit-transition: all 1s ease 0s;-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;z-index: 2;}
.cp_list ul li:hover img{ebkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}
.cp_list ul li:hover h2{background:#0d406d;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s;}


.mbx_box{width:850px; height: auto; overflow: hidden; margin: 0px auto; float: right; border-bottom:1px solid #eee; margin-bottom: 30px;} 
.mbx_box img{height:20px; margin-top: 5px;}
.mbx{height: 30px; float: left; font-size: 13px; color: #888; line-height: 30px;}
.mbx a{  font-size: 13px; color: #888; padding: 0px 2px;}

.news_llist .mbx_box img{height:20px; margin-top: 5px;width: inherit}
 
.bd_right h1{width:100%; height: auto; line-height: 40px; font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 20px; color: #444}
.onlinetable{width:100%; height: auto; overflow: hidden; margin: 0px auto;}
.onlinetable li{width:100%; height: auto; line-height: 60px; font-size: 15px; color: #333; margin-bottom: 10px; overflow: hidden}
.onlinetable li .inp{width:300px; height: 50px; border: 1px solid #eee; border-radius: 5px; text-indent: 10px}
.onlinetable li .bd_name{width:80px; text-align: right; display: block; float: left; margin-left: 100px;}
.onlinetable li i{ padding-left:10px;color: #d30000}
.onlinetable li .zwlx{width:300px; height: 50px; border: 1px solid #eee; border-radius: 5px; text-indent: 10px}
.onlinetable li .zl_text{width:500px; height: 150px; border: 1px solid #eee; border-radius: 5px; text-indent: 10px; line-height: 40px;}
.onlinetable li .bd_but{width:250px; height: 50px; background: #0a9a7c; color: #fff; font-size: 18px; text-align: center; line-height: 50px; border: none; margin-left:180px;}
.onlinetable li .bd_but:hover{ background:#0d406d;-webkit-transition: all 1.5s ease 0s;-moz-transition: all 1.5s ease 0s;-ms-transition: all 1.5s ease 0s;-o-transition: all 1.5s ease 0s;transition: all 1.5s ease 0s; cursor: pointer}

.gz_bd li .bd_name{width:280px; text-align: right; display: block; float: left; margin-left: 0px;}
.gz_bd li p{float:left; margin-right: 20px;}
.gz_bd li .bd_name1{height:100px}
.gz_bd  li .bd_but{width:250px; height: 50px; background: #0a9a7c; color: #fff; font-size: 18px; text-align: center; line-height: 50px; border: none; margin-left:280px;}

.banner .swiper-slide a{   background-position: center; background-repeat: no-repeat;}
.header{display:none}
@media screen and (max-width: 767px) {
		
* {	padding: 0px;	margin: 0px;}
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {	margin: 0;	padding: 0;	border: 0;	font-family: Verdana,"Microsoft YaHei", "SimHei", "SimSun";}
body {	padding: 0px; margin:0px;}
img {	/*max-width: 100%;*/	display: block;	border:0;	vertical-align:middle;}
ul {	list-style:none;}
html, body {	min-height: 100%;	background: #eee;}
body {	font-family: Verdana;	-webkit-text-size-adjust: none;}


body{ width:100%;max-width:640px; margin:0px auto; padding:0;  background:#f5f5f5; font-size:62.5%;}
span, p {	margin: 0px;padding: 0px;}
img {border: 0;}

ul, li, ol{list-style-type:none;margin:0px;padding:0px;}
i {	font-style: normal;	font-weight: normal;}
b {font-style: normal;	font-weight: normal;}
img {border: 0 none;vertical-align: top;}
input, select {	vertical-align: middle;}	
::-webkit-scrollbar              { /* 1 */  width:5px; background-color:#ccc;}
::-webkit-scrollbar-button       { /* 2 */ }
::-webkit-scrollbar-track        { /* 3 */ }
::-webkit-scrollbar-track-piece  { /* 4 */ }
::-webkit-scrollbar-thumb        { /* 5 */width:5px; background-color:#aaa;}
::-webkit-scrollbar-corner       { /* 6 */ background-color:#888;}
::-webkit-resizer                { /* 7 */ }
::-webkit-scrollbar:horizontal   { height:9px;}
.clear {	clear: both;}
.clear:after {content: ".";height: 0;display: block;clear: both;	visibility: hidden;	font-size: 0;}
a {text-decoration: none;}

/*选中后背景色*/

::selection {color: #fff;background: #fd6114;} 
::-moz-selection {color: #fff;background: #fd6114;}
a {	/*	*/	text-decoration:none;}
.a-del {	color: #c00;}
.a-del:hover {	color: #b00;	text-decoration: underline;}
.fl {	float: left;}
.fr {	float: right;}
.icon-arrow-right {	}
.fb18 {	font-size: 18px;	font-weight: bold;}
.fb24 {	font-size: 24px;	font-weight: bold;}
.cred {	color: #c00 !important;}
.cblue {	color: #06c !important;}
i {	font-style: normal;	font-weight: normal;}
/*====IE提示====*/
.ie8-tips {	width:100%;	padding:30px 0;	border-bottom:1px solid #0066cc;	background:#fff;	color:#333;	line-height:50px;	text-align:center;	font-size:2em;}
.ie8-tips p {	padding:5px 0;}
.ie8-tips a {	margin:0 1em;	font-size:2em;}
/*=清除非IE浏览器下的浮动溢出=*/
.wrapfix:after{		content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}
.wrapfix {	display: inline-table;}
/* Hides from IE-mac \*/
* html .wrapfix {	height: 1%;}
.wrapfix {	display: block;}
.clearfix:before,.clearfix:after {  display: table;  content: " ";}
.clearfix:after {  clear: both;}


	.t_box{display:none}
	.navi{display:none}
	.banner .swiper-slide a{ background-size: 130%}
	.banner{ height:500px; width:100%; position: relative;z-index: 1; overflow: hidden} 
	.banner .swiper-slide{width:100%; height: 500px;}
	.banner .swiper-slide a{width:100%; height: 500px; display: block;}
	.banner .swiper-pagination{top:inherit}
	.top1{ margin-top:0px;width:100%;}
	.top1 ul li{width:25%; margin: 25px 0px; border: none}
	.top1 ul li h2 img{width:100%; height:auto; padding: inherit; display: initial}
	.top1 ul li h2{width:auto; height: auto;}
	.top1 ul li p{ font-size:1.15em;	 height: 25px; line-height: 25px; margin-top: 10px;}
	.top1 ul li i{width:20%; margin: 5px auto;display: none}
	.top1 ul li span{   display: none}
	
	.onlinetable li .bd_name{display:none;}
	.onlinetable li .inp{width:95%; margin: 0px auto; display: block;}
	.onlinetable li .zl_text{width:95%; margin: 0px auto; display: block;}
	.onlinetable li .bd_but{width:95%; margin-left: inherit; display: block; margin: 0px auto; margin-bottom: 30px;}
	.onlinetable li{position:relative; margin-bottom:15px;}
	.onlinetable li i{ position:absolute; right:4%; top:0px;}
	.Validform_checktip{position:absolute; right:4%; top:15px;}
	.Validform_wrong {
    color: red;
    padding-left: 20px;
    white-space: nowrap;
    background: url(valid_icons.png) no-repeat -20px -38px;
}
	
	
	.c1{width:100%; margin: 0px auto}
	.c1_box .c1 .swiper-slide img{ width:98%; height:auo;}
	
	.c1_left{width:96%;margin: 0px auto; float: inherit;height: auto; margin-top: 20px;}
	.swiper-button-prev1{border:0px; background:url(../images/rr.png) no-repeat center;width:25px; height: 48px; background-size: 100%; top: 50%; margin-top: -24px; right:5px; left: auto;  -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; position: absolute; z-index: 1; cursor: pointer;background-size: 60%}
	.swiper-button-next1{border:0px; background:url(../images/ll.png) no-repeat center;width:25px; height: 48px; background-size: 100%; top: 50%; margin-top: -24px;  left: 5px; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; position: absolute;z-index: 1; cursor: pointer; background-size: 60%}  
	.swiper-button-prev1:hover{border:0px; background:url(../images/rr.png) no-repeat center;width:25px; height: 48px; background-size: 100%; top: 50%; margin-top: -24px; right:5px; left: auto;  -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; position: absolute; z-index: 1; cursor: pointer;background-size: 60%}
	.swiper-button-next1:hover{border:0px; background:url(../images/ll.png) no-repeat center;width:25px; height: 48px; background-size: 100%; top: 50%; margin-top: -24px;  left: 5px; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ; position: absolute;z-index: 1; cursor: pointer; background-size: 60%}  
	
	.video-js .vjs-big-play-button{height:45px; width:45px; line-height: 40px; border-radius: 50%; border:3px solid #fff; background:none; opacity: .85}
	.video-js:hover .vjs-big-play-button{height:45px; width:45px; line-height: 40px; border-radius: 50%; border:3px solid #fff; background:none; opacity: .85}
	.video-js .vjs-big-play-button .vjs-icon-placeholder:before {   font-size: 1.2em;}
	.vjs-poster{ background-color:initial}
	.vjs-big-play-centered .vjs-big-play-button{ margin-left: -25.5px;   margin-top: -25.5px;}
	
	.c1_right{width:96%; height: auto; overflow: hidden; margin: 10px auto; float: inherit;}	
	.c1_right h2{width:100%; height: auto; overflow: hidden;}
	.c1_right h2 img{float:right; height: 30px; margin-top: 5px;}
	.c1_right h2 span{width:60%; float:left; height: auto;}
	.c1_right h2 span b{display:block; font-size:1.7em; font-weight: bold;}
	.c1_right h2 span b strong{color:#0a9a7c}
	.c1_right h2 span i{text-transform: uppercase; color: #888; display: block; margin-top: 5px; font-size:0.8em; }
	.c1p{width:100%; height: auto; overflow: hidden; font-size: 1em; color: #333; line-height: 25px; margin-top: 10px;}
	.c1_right a{width:80%; height: 45px; text-align: center; display: block; line-height: 45px; background: #0a9a7c; color: #fff; font-size: 1.1EM;  margin: 20px auto}
	.c_title{width:100%; margin: 25px auto;}
	.c_title h2{font-size:1.6em; margin-bottom: 0px; height: 30px; line-height: 30px;}
	.c_title i{font-size:.85em; line-height: 20px;}
	.c7_bottom{width:96%; height: auto; overflow: hidden; margin-top: -10px;}
	.c7_bottom ul{width:90%; height: 35px; line-height: 35px; margin-top: 0px; margin-bottom: 20px;}
	.c7_bottom ul li{width:49%; height: 35px; line-height: 35px; font-size: 1.1em;}
	.mt_bpx{width:100%; height: auto; margin-bottom: 20px;}
	.mySwiper{width:96%; overflow: hidden; padding-bottom: 20px;}
	.mt_bpx .swiper-pagination003{ bottom:0px;}
	.mt_bpx .swiper-pagination-bullet{opacity: .45}
	.mt_bpx .swiper-pagination-bullet-active{opacity:1}
	.ind_a{width:50%; height: 45px; line-height: 45px; display: block; border: 1px solid #fff;border-radius: 5px; text-align: center; font-size: 1.2em; color: #fff; margin: 0px auto; margin-top: 30px;}
	.ind_a:hover{background:#fff; color: #333; border: 1px solid #333; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ;}
	.c7 .ind_a{width:50%; height: 45px; line-height: 45px; display: block; border: 1px solid #0a9a7c;border-radius: 5px; text-align: center; font-size: 1.2em; color: #0a9a7c; margin: 30px auto; margin-top: 20px; }
	.c7 .ind_a:hover{background:#0a9a7c; color: #fff; border: 1px solid #0a9a7c; -moz-transition: all 0.5s linear ;    -webkit-transition: all 0.5s linear ;    -o-transition: all 0.5s linear ;    transition: all 0.5s linear ;}
.mt_bpx:hover .swiper-button-prev5,.mt_bpx:hover .swiper-button-next5{display:none}

	
.swiper-container2{display:block;}
	.hd_top{width:100%; height: 60px; position: relative; display: block}
	　
	.nei_t{ display:none}
	
	
	
	.sous{width:90%; height: 50px; margin: 50px auto;}
	.s_txt{width:100%; height: 50px; text-indent: 45px;}
	.sous img{height:20px; top:15px; left: 15px;}
	.s_but{width:30%; height: 50px; line-height: 50px; font-size: 1.5em}
	.s_txt::-webkit-input-placeholder{	color:#aaaaaa; font-size: .95em;}
	 
	.center3{width:95%; margin-top:-100px;border-top-left-radius:15px; border-top-right-radius:15px; padding-bottom: 0px;}
	.center3 ul{width:100%; height: auto; overflow: hidden; margin-bottom: 0px;}
	.center3 ul li{width:90%; height: auto; margin: 0px auto; float: inherit;}
	.center3 h3{width:90%; height: auto; margin: 0px auto; font-size: 1.4em; line-height: 25px; padding-top: 15px;}
	.center3 ul li a.c3a{width:100%; height: auto; overflow: hidden; }
	.center3 ul li img{width:100%; height: auto;}
	.center3 ul li h2{ height:40px; line-height: 40px; }
	.center3 ul li h2 a{ font-size: 1.6em;}
	.center3 ul li p{line-height: 22px; font-size: 1.3em; margin-top: 10px; margin-bottom: 20px;}
	
	.center4 ul{width:100%; padding: 0px;}
	.center4 ul li{width:45%; margin: 0px 2.5%; margin-bottom: 20px;}
	.center4 ul li img{width:100%; height: auto;}
	.center4 ul li strong{width:100%; height: auto;}
	.center4 ul li h2{height:40px; line-height: 40px; font-size: 1.1em;}
	.c5_foot{width:95%; margin: 0px auto}
	.c5_left{width:100%; height: auto; border-radius: 5px;}
	.c5_left img{width:100%; height: auto;}
	.c5_rt{width:100%; height: auto;}
	.c5_rt h2 { margin-top: 5px;}
	.c5_rt h2 a{font-size:1.3em; height: 30px; line-height: 30px; overflow: hidden;}
	.c5_right{width:100%; height: auto; float: inherit;}
	.c5_rt span{display:none;}
	.c5_rt p{    height: 50px;    line-height: 25px;    overflow: hidden;    color: #888;    margin: 0px auto; font-size: 1em; margin-bottom: 10px;}
	.c5_rt h5{ padding-bottom:15px; margin-bottom: 15px;}
	.c5_right ul li a{font-size: 1em; }
	.c5_right ul li{padding-left:18px;background: url(../images/i_06.png) no-repeat left center; background-size: 10px; height: 35px; line-height: 35px;}
	.c2{padding-bottom:20px;}
	.c4_bottom{width:96%; margin: 0px auto;}
	
	.swiper-container2 img{width:100%;}
	.c4{padding-bottom:30px; height: inherit}
	.c4_bottom .swiper-container .swiper-slide img {height: 121px;width:198px;}
	
	.foot_f{height:auto;width:96%; padding: 15px 2%;}
	.foot_t{display:none;}
	.foot_f p{font-size:1em; line-height: 22px;}
	.foot_f p a.zzgs{display:block; width:40%; margin: 0px auto;}
	.nc22{width:100%; height: 150px; }
	.n_js{width:95%;height:50px; line-height:50px; top:50px; }
	.n_nn{width:20%;height:50px; line-height:50px; font-size: 1.3em;text-indent: 5px;}
	 
	#mySelect1-rich{width:29.5%; height:50px; line-height:50px;text-indent: 5px; font-size: 1.3em;  margin-right: 0.5%;background-position: 92% center; background-size: 15px}
	#mySelect2-rich{width:24.5%; height:50px; line-height:50px;text-indent: 5px; font-size: 1.3em;  margin-right: 0.5%;background-position: 92% center; background-size: 15px}
	#mySelect3-rich{width:24.5%; height:50px; line-height:50px;text-indent: 5px; font-size: 1.3em;  margin-right: 0.5%;background-position: 92% center; background-size: 15px}
	.s_butn{width:20%; height: 50px; line-height: 50px;font-size: 1.3em;}
	.n_js .richplaceholder{height:50px; line-height:50px; width: 100%; overflow: hidden;}
	.n32 {height:150px;}
	
	.nei_t{display:none;}
	.nei_box{width:100%; height: auto;   margin: 0px auto;  }
	.nei_l{width: 100%;height: auto; padding: 0px 0%;   margin: 0px auto; border-bottom: 1px solid #eee; padding-bottom: 20px;background:#fff; float: none;  padding-top: 0px;}
	.nei_l h2{display:none;}
	.ne_top{height:auto;width:99%;  overflow: hidden; background: #fff;  margin: 0px auto;   padding-top: 0px; padding-bottom: 0px; margin: 20px auto}
	.nei_l .ne_top a{width:30.33%; display: block; float: left; height: 40px; line-height: 40px; margin: 0px 1.5%; text-align: center;  font-size: 1.1em; font-weight: bold;  overflow: hidden; background: #eee; border-radius: 5px; margin-bottom: 10px; }
	.nei_l a.n_on, .nei_l a:hover{color:#FFFFFF; background: #0a9a7c}
	 
	.nei_lj a{width:25%; display: block; float: left; height: 30px; line-height: 30px; margin: 10px 0px; text-align: center;  font-size: 1em; font-weight: bold; overflow: hidden}
	.nei_l .dj{width:46%; float: right; margin-top: 0px; margin-right: 2%;}
	.nei_l .dj img{width:100%;}
	.nei_l .dj1{width:46%; float: left; margin-top: 0px; margin-left: 2%;}
	
	.mbx_box{width:100%; float: inherit;}
	.mbx{width:100%; font-size: 1em; height:40px; line-height: 40px; overflow: hidden;}
	.mbx a{display:initial}
	.mbx_box img{float:left; margin-top: 10px;}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.nei_right{width:94%; height: auto;   margin: 0px auto; float: none; padding: 0px 3%; }
	.n_new{ background:#fff; padding-top: 20px;}
	.n_new ul li h2{display: none;}
	.n_new ul li div{width:100%; margin-left: 0px;}
	.n_new ul li div a{font-size:1.1em;}
	.n_new ul li div p{font-size:.9em; height: 40px; line-height: 20px;}
	
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
	
	.Search{width:100%; height: 30px; line-height: 30px; font-size: 1.3em; color: #888; margin-top: 10px; margin-bottom: 10px;    text-indent: 10px}
	.Search b{color:#d30000; font-weight: bold}

	.Page span.current { display: inline-block; background: #0a9a7c; vertical-align: middle; color: #FFF; height: 30px; line-height: 30px; width: 8%; margin-left: 1px; }
	.Page a { display: inline-block; width: 8%; background: #f2f2f2; height: 30px; vertical-align: middle; line-height: 30px; }
	.Page span { display: inline-block; width: 8%; background: #f2f2f2; height: 30px; vertical-align: middle; line-height: 30px; font-size: .8em; margin-left: 1px; color: #a9a9a9; }
	.Page .page_up { width: 15%; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
	.nav-links a:last-child, .Page .page_next { width: 15%; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
	.cp_list ul li{width:47%; margin: 0px 1.5%; margin-bottom: 15px;}
	.cp_list ul li .bq_a{width:100%; height: auto;}
	.cp_list ul li .bq_a img{width:100%;}
	.cp_list ul li h2{height:40px; line-height: 40px; font-size: 1.3em; background: #fff;}
	.cp_list ul li h2 a{color:#333;}
	
	.bq_box{width:100%; padding: 0px;}
	.c_title1{width:95%;  margin: 0px 2.5%;margin-top:10px; overflow: hidden; border-bottom: 1px solid #ddd}
	.c_title1 h2{font-size:1.8em; line-height: 30px; height: 30px; overflow: hidden; width:32%; margin-bottom: 0px;}
	.n_mb{width:68%}
	.nmgt::-webkit-input-placeholder{	color:#aaaaaa; font-size: .95em;}
	.bq_box ul{width:100%; padding: 0px; margin: 20px auto;}
	.bq_box ul li{width:45%; margin: 0px 2.5%; margin-bottom: 15px;}
	.bq_box ul li .bq_a{width:100%; height: auto;}
	.bq_box ul li .bq_a img{width:100%;}
	.bq_box ul li h2{height:40px; line-height: 40px; font-size: 1.3em;}
	
	.cp_list ul{ margin:15px auto;}
	.Page{ padding:30px 0px; padding-top: 10px;}
	.cp_stop{ margin-top: 30px;}
	.cp_stop img{width:90%; height: auto; padding: 10px 5%;}
	.cp_r{width:90%; height: auto; float: inherit; padding: 0px 5%;}
	.cp_r h1{font-size:1.6em; height: 40px; line-height: 40px;}
	.cp_r h5{  margin: 0px auto; margin-bottom: 20px;}
	.cp_r h5 span,.cp_r h5 i{font-size:1em;}
	.cp_r h2,.cp_r h3,.cp_r h4{height:45px; line-height: 45px;}
	.cp_r h2 a, .cp_r h3 a, .cp_r h4 a{font-size:1.3em;}
	.cp_r h4{ margin-top:15px; margin-bottom: 20px;}
	.cp_sfot h2{font-size:1.6em; padding: 15px 15px;}
	.cp_sfot{margin-bottom:20px;}
	.cz ul{width:80%; padding: 20px 5%; left: 5%; margin-left: 0px; height:80%;   margin-top: 10%; position: relative; padding-bottom: 10px;overflow-y: auto;}
	.close{margin-top:10%; margin-left: 0px; top:0px; right: 5%; left: initial; }
	.cz p{font-size:1.2em; margin: 5px 0px; margin-bottom: 10px; }
	.cz ul li .re_name{width:100%;}
	.cz ul li strong{display:none;}
	.cz ul li{width:100%; position: relative;}
	.cz ul li span{ position:absolute; right:10px; top:0px;}
	.message textarea{width:100%;}
	.tijiao{width:100%; height:45px; line-height: 45px; margin-top: 15px;}
	.updown{ width:100%; height: auto; overflow: hidden; margin: 30px auto; border-top:1px solid #eee; padding-top: 10px; margin-bottom: 30px;}
	.ud{ width:100%; height: 30px; line-height: 30px; overflow: hidden; font-size: 1.1em; color: #333;}
	.updown a{color: #333;}
	.updown a:hover{ color:#332b81;}
	.nei_banner{ background-size: 150%;}
	.nei_banner_m{width:100%; height: auto; display: block;}
	.news_llist{width:100%; padding: 0px;background:#fff;margin-top: 10px; }
	.news_llist ul{ width:95%;    margin-top: 0px;}
	.news_llist h6{display:none;}
	.news_llist li{width:100%; padding: 5px 0px; border-bottom: 1px dashed #eee; padding-bottom: 10px;}
	.news_llist h2{width:73%;padding-left: 0px; border:none; float: right; margin-left: inherit}
	.news_llist h2 a{font-size:1.3em; margin-bottom: 0px;}
	.news_llist h2 p{height: auto; max-height: 50px; line-height: 25px;font-size:1.1em;}
	 
	.bd_right h1{font-size:1.2em; line-height: 30px; padding-top: 20px; }
	
	
	
	.news_llist img{width:25%; height: 70px;    margin-top: 5px;}
	.news_llist h2:hover{border:none}
	.news_llist .mbx_box img{margin-top:10px;}
	.news_show_title h2{font-size:1.5em; font-weight: bold; line-height: 30px; margin-top: 0px;}
	.news_show_title h5{ text-align:center; font-size: .9em; color: #888; line-height: 30px;width:100%;}
	.news_show_title h5 span{ width:40%; text-align: left; display: block; float: left;padding: 0px;}
	.news_show_title h5 i,.news_show_title h5 b{ width:30%; text-align: left; display: block; float: left;padding: 0px;}
	.news_show_p{ width:100%; height: auto; overflow: hidden;   color: #333; line-height:30px; margin: 0px auto; text-indent: 2em; padding-bottom: 30px;}
	.news_show_p img{ width:100%; height: auto;  margin: 10px auto; text-indent: 0;}
	.news_showb{width:95%; padding: 0px 2.5%; background: #fff; margin-top: 10px;}
	.news_show_p p{ width:100%; height: auto; overflow: hidden; font-size: 1em; color: #666; line-height:30px; margin: 0px auto; text-indent: 2em; margin-bottom: 10px;}
	.cp_list ul li .anli_a{width:100%; height: auto;}
	.cp_list ul li .anli_a img{width:100%; height: auto;}
	
	.cpfw{width:100%;}
	.cpfw ul{width:95%; padding: 20px 2.5%; padding-top: 0px;}
	.cpfw ul li{width:100%; padding: 40px 0px; border:none; margin: 0px; border-bottom: 1px solid #eee; background: #fff}
	.cpfw ul li a img{width:50px; height: 50px;}
	.cpfw ul li h2{font-size:2.2em; margin-bottom: 0px;}
	.cpfw ul li p{font-size:1.4em; line-height: 25px;}
	.cpfw ul li i{font-size:1.6em; margin-top: 30px;}
	.fw_p{width:95%; padding: 20px 2.5%; margin-top: 20px;}
	.zp_t{font-size:1.3em;margin-bottom: 10px; position: relative;}
	.zp_t input{width:90%;}
	.zp_t span,.zp_ta span{position:absolute; right: 5%;}
	.zp_ta{font-size:1.3em;margin-bottom: 10px; position: relative;}
	.zp_ta textarea{width:90%;}
	.zp_but{width:90%; height:45px; line-height: 45px; font-size: 1.3em}
	
	
	.no_news_llist{background:#fff; margin-top:10px; padding-top: 10px;}
	.cp_list ul li .kc img{width:100%;} 
	.ojob_main{background:#fff; margin-top:10px; padding-top: 10px;}
	.lc_j{background:#fff; margin-top: 10px;} 
	.lic .job_box_mt i{margin-top:17.5px}
	.ziz_list{width:100%;}
	.ziz_list ul{width:100%; background: none}
	.ziz_list ul li{width:47%; margin: 0px 1.5%; margin-bottom: 15px; background: #fff}
	.ziz_list ul li strong{width:100%}
	.roy_list ul li strong{width:100%}
	.bg_list{width:100%;}
	.bg_list ul{width:100%;}
	.bg_list ul li{font-size:1.3em}
	.bg_list ul li span a{font-size:1em}
	
	.video-js{width:100%; height: auto}
	.fw_p img{width:100%}
	.joi_m{background:#fff; margin-top:10px; padding-top: 10px; padding-bottom: 20px;}
	.job_box_title span{width:20%;}
	.job_box_title label{width:25%;    }
	.job_box_title p{width:50%;text-indent: 0px; text-align: center}
	.job_box_mt p{width:50%;text-indent: 0px; text-align: center}
	.job_box_mt span{width:20%;}
	.job_box_mt label{width:25%;height: 50px;    overflow: hidden;}
	.job_box_title{font-size:1.2em}
	.czz .cgg{width:90%; left:2.5%; margin-left: 0px; padding: 15px 2.5%; height: 80%; top:10%;margin-top: 0px;}
	.czz p{font-size:1.2em; line-height: 25px; margin-bottom: 10px;}
	.zp_tt strong{display:none}
	.czz .cgg .zp_tt{font-size:1.3em;width:100%; position: relative; margin-bottom: 10px;}
	.zp_tt .xing,.zp_tt .Validform_checktip{position:absolute; right: 10px;}
	.zp_tt .re_name{width:100%; border:none; background: #f5f5f5}
	
	#lcmore{width:100%; height: 50px; line-height: 50px; text-align: center; background: #0a9a7c; color:#fff; font-size: 1.4em; margin-bottom: 30px;}
	.lic .job_box_mt p{color:#0a9a7c;width:30%}
	.lic .job_box_mt i{color:#0a9a7c;    border: 1px solid #0a9a7c}
	.lic .job_box_mt{    background: #d5efff;}
	
.header{ width:100%; height:60px; max-width: 640px; position: fixed; z-index: 9999; left: 0px; top: 0px; background: #fff;-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .10);    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .10);    box-shadow: 0 3px 5px rgba(0, 0, 0, .10);}
.t_box{display:none;}
.header .logo{display:block;width:50%;height:50px; float:left; padding:5px 0px; margin: 0px auto;}
.header .logo img{height:45px; margin: 2.5px 0px; margin-left: 10px;}
.header .search{position:absolute;top:0;right:35px;z-index:1000;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-search.png) no-repeat center center;background-size:40%;}
.header .search span{display:none;}
.inp_top_box{ position:relative; width:57%; height:auto;   height:32px; z-index:9999;}
.m_top_input{ width:100%; height:30px; line-height:30px;margin:14px auto; text-indent:10px; background:#fff; border-radius:10px; float:left; border:1px solid #ddd; position:absolute;}
.inp_top_box span{ position:absolute; right:-35%; top:20px;}
.inp_top_box span img{ width:20px;}
.header .user-icon span{display:none;}
.header .back{position:absolute;top:0;left:0;display:block;width:50px;height:50px;text-indent:-9999em;background:url(../images/icon-back.png) no-repeat center center;background-size:12px 20px;}
.ind_fli{ position:absolute; top:18px; right:17%; font-size:.7em; z-index:1000;} 

.header{display:block;}
@font-face {font-family: 'icomoon';src:url('../fonts/icomoon.eot');src:url('../fonts/icomoon.eot@#iefix') format('embedded-opentype'),	url('../fonts/icomoon.woff') format('woff'),	url('../fonts/icomoon.ttf') format('truetype'),	url('../fonts/icomoon.svg#icomoon') format('svg');font-weight: normal;font-style: normal;}/* Common styles of menus */

.dl-menuwrapper {width:40%; min-width: 150px; float: right;position: absolute;top:0;right:0px; padding-top:55px;z-index: 999;-webkit-perspective: 1000px;-moz-perspective: 1000px;perspective: 1000px;-webkit-perspective-origin: 50% 200%;-moz-perspective-origin: 50% 200%;perspective-origin: 50% 200%;}
.dl-menuwrapper:first-child {margin-right: 100px;}
.dl-menuwrapper button {border: none;width:auto;height: 60px; text-align: center;text-indent: -900em;overflow: hidden;position: absolute;top:0;right:10px;cursor: pointer;outline: none;background-size: 50%; background:none; text-align: right}
.dl-menuwrapper button img{ height: 27px; padding: 16.5px 0px; display: block;}
.dl-menuwrapper ul { background:#0a9a7c;   border-bottom-left-radius: 10px;}

.dl-menuwrapper ul {padding: 0;list-style: none;-webkit-transform-style: preserve-3d;-moz-transform-style: preserve-3d;transform-style: preserve-3d;}
.dl-menuwrapper li {position: relative;}.dl-menuwrapper li a {display: block;position: relative; padding: 10px 20px;font-size: 1.2em;  font-weight: 300;color: #fff;     border-bottom: 1px solid #118e74;outline: none;}
.dl-menuwrapper li:last-child a{border:none}
.dl-menuwrapper li .n_on{ background: url(../images/jr.png) no-repeat 95% 50%; background-size: 8%;}
.dl-menuwrapper li.dl-back{ background: url(../images/rj.png) no-repeat 5% 50%; background-size: 8%;}

.no-touch .dl-menuwrapper li a:hover {background: rgba(255,248,213,0.1);}.dl-menuwrapper li.dl-back > a {padding-left: 30px;/*background: rgba(0,0,0,0.1);*/}
 
.dl-menuwrapper li.dl-back:after {left: 10px;color: rgba(255,255,255,0.8);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);transform: rotate(180deg);}
.dl-menuwrapper li > a:after {right: 10px;color: rgba(255,255,255,0.8);}
.dl-menuwrapper .dl-menu {margin: 5px 0 0 0;position: absolute;width: 100%;opacity: 0;pointer-events: none;-webkit-transform: translateY(10px);-moz-transform: translateY(10px);transform: translateY(10px);-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}.dl-menuwrapper .dl-menu.dl-menu-toggle {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.dl-menuwrapper .dl-menu.dl-menuopen {opacity: 1;pointer-events: auto;-webkit-transform: translateY(0px);-moz-transform: translateY(0px);transform: translateY(0px);}/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {display: none;}

.mt_banner{display:block;}
.pt_banner{display:none;}
.swiper-container2{display:block;}
 
.swiper-container3{display:block;}
.cp4_b{display:none;}

.swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-bullet{width:10px; height: 10px;}



 .swiper-container3 .swiper-slide .fw_a{width:100px; height: 35px; line-height: 35px; display: block; background: #2e265f; color: #fff; font-size: 16px; text-align: center; position: relative; margin-top: 20px; margin-left: 30px;}
.swiper-container3 .swiper-slide{width:100%; margin: 0px; margin-bottom: 15px;  }
.swiper-container3 .swiper-slide h2{border-left: 3px solid #1e2774; text-indent: 10px;height: 25px; line-height: 25px;}
.swiper-container3 .swiper-slide h2 a{color:#333; font-size: 18px;font-weight: bold}
.swiper-container3 .swiper-slide .cp4a{width:100%; height: auto; overflow: hidden;}
.swiper-container3 .swiper-slide .cp4a img{width:100%; height: auto;}
.swiper-container3 .swiper-slide h2{ margin: 10px auto; height: 25px; line-height: 25px;}
.swiper-container3 .swiper-slide h2 a{font-size:1.3em;}
.swiper-container3 .swiper-slide p{width:100%; height: 66px; line-height: 22px; font-size: 1em;}
.swiper-container3 .swiper-slide .fw_a{margin-left: 0px; width:40%; margin-top: 10px;}
.swiper-container3 .swiper-slide .cp4a span{width:100%; height: 100%;  display: none}

.cswiper-container3 .swiper-slide .fw_a i{width:20px; height: 1px; position: absolute; right: 0px; top:17px; background: #fff; display: block;}
.swiper-container3 .swiper-slide .fw_a b{width:20px; height: 1px; position: absolute; right: -20px; top:17px; background: #2e265f; display: block;}

 


	
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {display: none;}.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {display: block;}/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {position: absolute;width: 100%;top: 50px;left: 0;margin: 0;}/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {-webkit-animation: MenuAnimOut1 0.4s;-moz-animation: MenuAnimOut1 0.4s;animation: MenuAnimOut1 0.4s;}.dl-menu.dl-animate-out-2 {-webkit-animation: MenuAnimOut2 0.3s ease-in-out;-moz-animation: MenuAnimOut2 0.3s ease-in-out;animation: MenuAnimOut2 0.3s ease-in-out;}.dl-menu.dl-animate-out-3 {-webkit-animation: MenuAnimOut3 0.4s ease;-moz-animation: MenuAnimOut3 0.4s ease;animation: MenuAnimOut3 0.4s ease;}.dl-menu.dl-animate-out-4 {-webkit-animation: MenuAnimOut4 0.4s ease;-moz-animation: MenuAnimOut4 0.4s ease;animation: MenuAnimOut4 0.4s ease;}.dl-menu.dl-animate-out-5 {-webkit-animation: MenuAnimOut5 0.4s ease;-moz-animation: MenuAnimOut5 0.4s ease;animation: MenuAnimOut5 0.4s ease;}@-webkit-keyframes MenuAnimOut1 {50% {	-webkit-transform: translateZ(-250px) rotateY(30deg);}75% {	-webkit-transform: translateZ(-372.5px) rotateY(15deg);	opacity: .5;}100% {	-webkit-transform: translateZ(-500px) rotateY(0deg);	opacity: 0;}}@-webkit-keyframes MenuAnimOut2 {100% {	-webkit-transform: translateX(-100%);	opacity: 0;}}@-webkit-keyframes MenuAnimOut3 {100% {	-webkit-transform: translateZ(300px);	opacity: 0;}}@-webkit-keyframes MenuAnimOut4 {100% {	-webkit-transform: translateZ(-300px);	opacity: 0;}}@-webkit-keyframes MenuAnimOut5 {100% {	-webkit-transform: translateY(40%);	opacity: 0;}}@-moz-keyframes MenuAnimOut1 {50% {	-moz-transform: translateZ(-250px) rotateY(30deg);}75% {	-moz-transform: translateZ(-372.5px) rotateY(15deg);	opacity: .5;}100% {	-moz-transform: translateZ(-500px) rotateY(0deg);	opacity: 0;}}@-moz-keyframes MenuAnimOut2 {100% {	-moz-transform: translateX(-100%);	opacity: 0;}}@-moz-keyframes MenuAnimOut3 {100% {	-moz-transform: translateZ(300px);	opacity: 0;}}@-moz-keyframes MenuAnimOut4 {100% {	-moz-transform: translateZ(-300px);	opacity: 0;}}@-moz-keyframes MenuAnimOut5 {100% {	-moz-transform: translateY(40%);	opacity: 0;}}@keyframes MenuAnimOut1 {50% {	transform: translateZ(-250px) rotateY(30deg);}75% {	transform: translateZ(-372.5px) rotateY(15deg);	opacity: .5;}100% {	transform: translateZ(-500px) rotateY(0deg);	opacity: 0;}}@keyframes MenuAnimOut2 {100% {	transform: translateX(-100%);	opacity: 0;}}@keyframes MenuAnimOut3 {100% {	transform: translateZ(300px);	opacity: 0;}}@keyframes MenuAnimOut4 {100% {	transform: translateZ(-300px);	opacity: 0;}}@keyframes MenuAnimOut5 {100% {	transform: translateY(40%);	opacity: 0;}}.dl-menu.dl-animate-in-1 {-webkit-animation: MenuAnimIn1 0.3s;-moz-animation: MenuAnimIn1 0.3s;animation: MenuAnimIn1 0.3s;}.dl-menu.dl-animate-in-2 {-webkit-animation: MenuAnimIn2 0.3s ease-in-out;-moz-animation: MenuAnimIn2 0.3s ease-in-out;animation: MenuAnimIn2 0.3s ease-in-out;}.dl-menu.dl-animate-in-3 {-webkit-animation: MenuAnimIn3 0.4s ease;-moz-animation: MenuAnimIn3 0.4s ease;animation: MenuAnimIn3 0.4s ease;}.dl-menu.dl-animate-in-4 {-webkit-animation: MenuAnimIn4 0.4s ease;-moz-animation: MenuAnimIn4 0.4s ease;animation: MenuAnimIn4 0.4s ease;}.dl-menu.dl-animate-in-5 {-webkit-animation: MenuAnimIn5 0.4s ease;-moz-animation: MenuAnimIn5 0.4s ease;animation: MenuAnimIn5 0.4s ease;}@-webkit-keyframes MenuAnimIn1 {0% {	-webkit-transform: translateZ(-500px) rotateY(0deg);	opacity: 0;}20% {	-webkit-transform: translateZ(-250px) rotateY(30deg);	opacity: 0.5;}100% {	-webkit-transform: translateZ(0px) rotateY(0deg);	opacity: 1;}}@-webkit-keyframes MenuAnimIn2 {0% {	-webkit-transform: translateX(-100%);	opacity: 0;}100% {	-webkit-transform: translateX(0px);	opacity: 1;}}@-webkit-keyframes MenuAnimIn3 {0% {	-webkit-transform: translateZ(300px);	opacity: 0;}100% {	-webkit-transform: translateZ(0px);	opacity: 1;}}@-webkit-keyframes MenuAnimIn4 {0% {	-webkit-transform: translateZ(-300px);	opacity: 0;}100% {	-webkit-transform: translateZ(0px);	opacity: 1;}}@-webkit-keyframes MenuAnimIn5 {0% {	-webkit-transform: translateY(40%);	opacity: 0;}100% {	-webkit-transform: translateY(0);	opacity: 1;}}@-moz-keyframes MenuAnimIn1 {0% {	-moz-transform: translateZ(-500px) rotateY(0deg);	opacity: 0;}20% {	-moz-transform: translateZ(-250px) rotateY(30deg);	opacity: 0.5;}100% {	-moz-transform: translateZ(0px) rotateY(0deg);	opacity: 1;}}@-moz-keyframes MenuAnimIn2 {0% {	-moz-transform: translateX(-100%);	opacity: 0;}100% {	-moz-transform: translateX(0px);	opacity: 1;}}@-moz-keyframes MenuAnimIn3 {0% {	-moz-transform: translateZ(300px);	opacity: 0;}100% {	-moz-transform: translateZ(0px);	opacity: 1;}}@-moz-keyframes MenuAnimIn4 {0% {	-moz-transform: translateZ(-300px);	opacity: 0;}100% {	-moz-transform: translateZ(0px);	opacity: 1;}}@-moz-keyframes MenuAnimIn5 {0% {	-moz-transform: translateY(40%);	opacity: 0;}100% {	-moz-transform: translateY(0);	opacity: 1;}}@keyframes MenuAnimIn1 {0% {	transform: translateZ(-500px) rotateY(0deg);	opacity: 0;}20% {	transform: translateZ(-250px) rotateY(30deg);	opacity: 0.5;}100% {	transform: translateZ(0px) rotateY(0deg);	opacity: 1;}}@keyframes MenuAnimIn2 {0% {	transform: translateX(-100%);	opacity: 0;}100% {	transform: translateX(0px);	opacity: 1;}}@keyframes MenuAnimIn3 {0% {	transform: translateZ(300px);	opacity: 0;}100% {	transform: translateZ(0px);	opacity: 1;}}@keyframes MenuAnimIn4 {0% {	transform: translateZ(-300px);	opacity: 0;}100% {	transform: translateZ(0px);	opacity: 1;}}@keyframes MenuAnimIn5 {0% {	transform: translateY(40%);	opacity: 0;}100% {	transform: translateY(0);	opacity: 1;}}.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {-webkit-animation: SubMenuAnimIn1 0.4s ease;-moz-animation: SubMenuAnimIn1 0.4s ease;animation: SubMenuAnimIn1 0.4s ease;}.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {-webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;-moz-animation: SubMenuAnimIn2 0.3s ease-in-out;animation: SubMenuAnimIn2 0.3s ease-in-out;}.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {-webkit-animation: SubMenuAnimIn3 0.4s ease;-moz-animation: SubMenuAnimIn3 0.4s ease;animation: SubMenuAnimIn3 0.4s ease;}.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {-webkit-animation: SubMenuAnimIn4 0.4s ease;-moz-animation: SubMenuAnimIn4 0.4s ease;animation: SubMenuAnimIn4 0.4s ease;}.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {-webkit-animation: SubMenuAnimIn5 0.4s ease;-moz-animation: SubMenuAnimIn5 0.4s ease;animation: SubMenuAnimIn5 0.4s ease;}@-webkit-keyframes SubMenuAnimIn1 {0% {	-webkit-transform: translateX(50%);	opacity: 0;}100% {	-webkit-transform: translateX(0px);	opacity: 1;}}@-webkit-keyframes SubMenuAnimIn2 {0% {	-webkit-transform: translateX(100%);	opacity: 0;}100% {	-webkit-transform: translateX(0px);	opacity: 1;}}@-webkit-keyframes SubMenuAnimIn3 {0% {	-webkit-transform: translateZ(-300px);	opacity: 0;}100% {	-webkit-transform: translateZ(0px);	opacity: 1;}}@-webkit-keyframes SubMenuAnimIn4 {0% {	-webkit-transform: translateZ(300px);	opacity: 0;}100% {	-webkit-transform: translateZ(0px);	opacity: 1;}}@-webkit-keyframes SubMenuAnimIn5 {0% {	-webkit-transform: translateZ(-200px);	opacity: 0;}100% {	-webkit-transform: translateZ(0);	opacity: 1;}}@-moz-keyframes SubMenuAnimIn1 {0% {	-moz-transform: translateX(50%);	opacity: 0;}100% {	-moz-transform: translateX(0px);	opacity: 1;}}@-moz-keyframes SubMenuAnimIn2 {0% {	-moz-transform: translateX(100%);	opacity: 0;}100% {	-moz-transform: translateX(0px);	opacity: 1;}}@-moz-keyframes SubMenuAnimIn3 {0% {	-moz-transform: translateZ(-300px);	opacity: 0;}100% {	-moz-transform: translateZ(0px);	opacity: 1;}}@-moz-keyframes SubMenuAnimIn4 {0% {	-moz-transform: translateZ(300px);	opacity: 0;}100% {	-moz-transform: translateZ(0px);	opacity: 1;}}@-moz-keyframes SubMenuAnimIn5 {0% {	-moz-transform: translateZ(-200px);	opacity: 0;}100% {	-moz-transform: translateZ(0);	opacity: 1;}}@keyframes SubMenuAnimIn1 {0% {	transform: translateX(50%);	opacity: 0;}100% {	transform: translateX(0px);	opacity: 1;}}@keyframes SubMenuAnimIn2 {0% {	transform: translateX(100%);	opacity: 0;}100% {	transform: translateX(0px);	opacity: 1;}}@keyframes SubMenuAnimIn3 {0% {	transform: translateZ(-300px);	opacity: 0;}100% {	transform: translateZ(0px);	opacity: 1;}}@keyframes SubMenuAnimIn4 {0% {	transform: translateZ(300px);	opacity: 0;}100% {	transform: translateZ(0px);	opacity: 1;}}@keyframes SubMenuAnimIn5 {0% {	transform: translateZ(-200px);	opacity: 0;}100% {	transform: translateZ(0);	opacity: 1;}}.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {-webkit-animation: SubMenuAnimOut1 0.4s ease;-moz-animation: SubMenuAnimOut1 0.4s ease;animation: SubMenuAnimOut1 0.4s ease;}.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {-webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;-moz-animation: SubMenuAnimOut2 0.3s ease-in-out;animation: SubMenuAnimOut2 0.3s ease-in-out;}.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {-webkit-animation: SubMenuAnimOut3 0.4s ease;-moz-animation: SubMenuAnimOut3 0.4s ease;animation: SubMenuAnimOut3 0.4s ease;}.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {-webkit-animation: SubMenuAnimOut4 0.4s ease;-moz-animation: SubMenuAnimOut4 0.4s ease;animation: SubMenuAnimOut4 0.4s ease;}.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {-webkit-animation: SubMenuAnimOut5 0.4s ease;-moz-animation: SubMenuAnimOut5 0.4s ease;animation: SubMenuAnimOut5 0.4s ease;}@-webkit-keyframes SubMenuAnimOut1 {0% {	-webkit-transform: translateX(0%);	opacity: 1;}100% {	-webkit-transform: translateX(50%);	opacity: 0;}}@-webkit-keyframes SubMenuAnimOut2 {0% {	-webkit-transform: translateX(0%);	opacity: 1;}100% {	-webkit-transform: translateX(100%);	opacity: 0;}}@-webkit-keyframes SubMenuAnimOut3 {0% {	-webkit-transform: translateZ(0px);	opacity: 1;}100% {	-webkit-transform: translateZ(-300px);	opacity: 0;}}@-webkit-keyframes SubMenuAnimOut4 {0% {	-webkit-transform: translateZ(0px);	opacity: 1;}100% {	-webkit-transform: translateZ(300px);	opacity: 0;}}@-webkit-keyframes SubMenuAnimOut5 {0% {	-webkit-transform: translateZ(0);	opacity: 1;}100% {	-webkit-transform: translateZ(-200px);	opacity: 0;}}@-moz-keyframes SubMenuAnimOut1 {0% {	-moz-transform: translateX(0%);	opacity: 1;}100% {	-moz-transform: translateX(50%);	opacity: 0;}}@-moz-keyframes SubMenuAnimOut2 {0% {	-moz-transform: translateX(0%);	opacity: 1;}100% {	-moz-transform: translateX(100%);	opacity: 0;}}@-moz-keyframes SubMenuAnimOut3 {0% {	-moz-transform: translateZ(0px);	opacity: 1;}100% {	-moz-transform: translateZ(-300px);	opacity: 0;}}@-moz-keyframes SubMenuAnimOut4 {0% {	-moz-transform: translateZ(0px);	opacity: 1;}100% {	-moz-transform: translateZ(300px);	opacity: 0;}}@-moz-keyframes SubMenuAnimOut5 {0% {	-moz-transform: translateZ(0);	opacity: 1;}100% {	-moz-transform: translateZ(-200px);	opacity: 0;}}@keyframes SubMenuAnimOut1 {0% {	transform: translateX(0%);	opacity: 1;}100% {	transform: translateX(50%);	opacity: 0;}}@keyframes SubMenuAnimOut2 {0% {	transform: translateX(0%);	opacity: 1;}100% {	transform: translateX(100%);	opacity: 0;}}@keyframes SubMenuAnimOut3 {0% {	transform: translateZ(0px);	opacity: 1;}100% {	transform: translateZ(-300px);	opacity: 0;}}@keyframes SubMenuAnimOut4 {0% {	transform: translateZ(0px);	opacity: 1;}100% {	transform: translateZ(300px);	opacity: 0;}}@keyframes SubMenuAnimOut5 {0% {	transform: translateZ(0);	opacity: 1;}100% {	transform: translateZ(-200px);	opacity: 0;}}/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {position: relative;opacity: 1;-webkit-transform: none;-moz-transform: none;transform: none;}.no-js .dl-menuwrapper li .dl-submenu {display: block;}.no-js .dl-menuwrapper li.dl-back {display: none;}.no-js .dl-menuwrapper li > a:not(:only-child) {background: rgba(0,0,0,0.1);}.no-js .dl-menuwrapper li > a:not(:only-child):after {content: '';}



}





