/* CSS Document */
/*@font-face {
	font-family: 'Akzidenz';
	src: url('fonts/Akzidenz.eot');
	src: local('☺'), url('fonts/Akzidenz.woff') format('woff'), url('fonts/Akzidenz.ttf') format('truetype'), url('fonts/Akzidenz.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, font, form, p, h1, h2, h3, h4, h5, h6, span, a { padding: 0px; margin: 0px; }
input, select { font-size: 13px; line-height: 16px; }
html, body { -webkit-text-size-adjust: none; font-size: 13px; color: #3e3e3e; background:#fff; }/*google浏览器字体兼容*/
body { font-family:"微软雅黑", "宋体",Alibaba Sans,Arial, Helvetica, sans-serif; width: 100%;}
img { border: 0; }
ul, li { list-style-type: none; }
a { text-decoration: none; color: #333; outline: none; }
a:hover { color: rgba(11, 93, 186, 1); text-decoration: none; }
a:active { star:expression(this.onFocus=this.blur());}
.cl { clear: both; }
.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.dis { display: block; }
.undis { display: none; }
.huangse { color: #eae678 }
.yellow { color: #ed6b1e }
.green { color: #007b3f }
.red { color: #e1550b }
.hui { color: #696868 }
.hui2 { color: #929292 }
.red2 { color: #ae1202 }
.orange { color: #ffb400; }
.Dgreen { color: #0e652c; }
.hei { color: #000 }
.blue { color: #007e40 }
.f12 { font-size: 12px }
.f14 { font-size: 14px }
.f16 { font-size: 16px }
.f18 { font-size: 18px }
.fb { font-weight: bold }
.line30 { line-height: 30px; }
.line35 { line-height: 35px; }
.border_bottom { border-bottom: 1px #CCCCCC dashed; }
DIV.none { DISPLAY: none }
.display { display: block }
.space { height: 5px; clear: both; _height: 0px; line-height: 5px }
.left { float: left }
.right { float: right }
.w1280,.container { width:1280px; margin: 0 auto; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.margin_bottom30 { margin-bottom: 30px; }
.margin_bottom24{ margin-bottom:24px;}
input.search_text:-ms-input-placeholder{color: #fff;opacity:1;}
input.search_text::-webkit-input-placeholder{color: #fff;opacity:1;}
*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;}
.wrap-1600 {
    width: 1600px;
    margin: auto;
    max-width: 94%;
}
/*index start*/
.head{ width:100%; height:auto;/*box-shadow: 0 3px 12px #0000002e;*/ /*overflow:hidden;*/ background:none; position:absolute; top:0; left:0;}
.head .w1280{ position:relative; z-index:1000; width:90%; min-width:1280px; margin:0 auto; display:flex;flex-wrap: nowrap;justify-content: space-between;}

.head .logo{ padding:11px 0; text-align:center;}
.head .w1280 .lan_serch{ color:rgba(44, 44, 44, 1); padding-top:30px; margin-left:30px;}
.head .w1280 .lan_serch .search{ position:relative; z-index:1002; margin-left:60px; padding-top:3px;}
.head .w1280 .lan_serch .search .searchc{ width: 160px;height: 40px;background: rgba(229, 229, 229, 1); border-radius:40px;}
.head .w1280 .lan_serch .search .searchc .searchc_text{ width:120px; height:40px; border:0; background:none; padding:0 10px; border-radius:40px;}
.head .w1280 .lan_serch .search .searchc .searchc_sub{ width:40px; height:40px; background:url(../images/search.png) no-repeat center center; background-size:60% 60%;}

.head .w1280 .lan_serch .language{ position:relative; z-index:999;}
.head .w1280 .lan_serch .language a{ color:#fff; font-size:16px; line-height:40px;}
.head .w1280 .lan_serch .language a.a{ line-height:40px; display:block;}
.head .w1280 .lan_serch .language a.a p{ background:url(../images/lang_icon2.png) no-repeat right 50%;}
.head .w1280 .lan_serch .language .language_m{ display:block; width:115px; height:auto; background:rgba(239,239,239,0.7); padding:12px 5px; position:absolute; z-index:1000; top:35px; left:0; text-align:center; display:none;}
.head .w1280 .lan_serch .language .language_m ul li a{ line-height:28px; font-size:14px; color:#333;}
.head .w1280 .lan_serch .language .language_m ul li a:hover{ color: rgba(198, 154, 83, 1);}
.head .w1280 .lan_serch .language:hover .language_m{ display:block;}

.menu{ width:100%; height:auto; display:flex; justify-content: center;}
.menu ul li{ float:left; width:auto; height:auto; line-height:100px;position: relative; z-index: 999; padding:0 20px;}
.menu ul li:last-child{ background:none;}
.menu ul li a{ display:block; font-size:16px;font-weight: 600; color:#fff; text-align:center; position:relative; z-index:99; height:100px; line-height:100px; padding:0 10px;}
.menu ul li a:hover{ color: rgba(198, 154, 83, 1);}
.menu ul li a:hover::before{ content:""; width:100%; height:4px; background:#c69a53; position:absolute; z-index:100; left:0; bottom:0;}
.menu ul li a:before{ content:""; width:0; height:5px; background:#c69a53; position:absolute; z-index:100; left:0; bottom:0;transition: all 0.3s ease-in-out 0s;}
.menu ul li a.on{ color: rgba(198, 154, 83, 1);}
.menu ul li a.on:before{ width:100%;}
.menu ul li a:hover:before{ width:100%;}

.menu ul li dl { width: 182px; height: auto; position: absolute; z-index: 999; background: #fff; border-top: 1px #ccc solid; top: 80px; left: 0; }
.menu ul li dl dd a { display: block; width: 182px; height: 45px; line-height: 45px; text-align: center; border-bottom: 1px #ccc solid; font-size: 14px; color: #333; }
.menu ul li dl dd a:hover { background: #3dcd58; color: #fff; }
@media screen and (max-width:1400px){
	.menu ul li{ padding:0 20px;}	
}

/*.head.nhead{ background:#fff; position:fixed;}
.head.nhead .menu ul li a{ color:#000;}
.head.nhead .w1280 .lan_serch{ color:#000;}
.head.nhead .w1280 .lan_serch .service a{ color:#000;}
.head.nhead .w1280 .lan_serch .language a{ color:#000;}
.head.nhead .w1280 .lan_serch .search::before{ content:""; width:2px; height:10px; position:absolute; z-index:1003; background:#2c2b2b; top:3px; left:0;}
.head.nhead .w1280 .lan_serch .search .mr{ display:none;margin:0 auto;}
.head.nhead .w1280 .lan_serch .search .ov{ display:block;margin:0 auto;}

.head.nhead .logo{ padding:25px 0; width:100%; text-align:center;}
.head.nhead .logo .mr{ display:none;}
.head.nhead .logo .ov{ display:inline-block; margin:0 auto;}*/


/*.search{ width:17px; height:20px; position:relative; z-index:1000; padding-top:31px;}
.search a{ display:block; height:20px;}
.search .headrls { width: 0;  background: #fff; position: absolute; z-index: 9999; top: 60px; right: 0; margin: 0; -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.search .headrls form{padding:0;height: 47px; width:246px;border:1px #ccc solid;}
.search.headshow .headrls { width: 246px;}
.search .headrls img { position: absolute; z-index: 10000; top: -7px; right: 14px; display:none; }
.headrls_sub { width: 50px; height: 45px; border: 0; background: url(../images/top_search_sub.png) no-repeat 50% 50% #fff; background-size:30% auto; cursor: pointer; outline:none;}
.headrls_text { width: 194px; height: 45px; border: 0; line-height: 45px; background: #fff; color: #666666; font-size: 14px; text-indent: 15px; outline:none;}*/

.topshow{ width:100%; height:270px; position:absolute;background: linear-gradient(180deg, rgba(96, 120, 163, 0) 0%, rgba(30, 52, 110, 0.7) 100%); z-index:10;}

.ibanner{ width:100%; height:auto; position:relative; z-index:9;}
.ibanner a{ display:block; width:100%; height:auto; position:relative; z-index:99;}
.ibanner a img.bimg{ display:block; width:100%; height:auto;}
.ibannerc{ position:absolute; z-index:100; top:35%; left:10%; color:#fff;}
.ibannerct{ font-size:60px; line-height:60px;}
.ibannerci{ width:480px; height:auto; margin:25px 0 50px 0; font-size:16px; line-height:25px;}
.ibannerc_m{ width:210px; height:69px; background:url(../images/more.png) no-repeat; line-height:69px; text-align:center; color:#fff; font-size:18px;}

.ibanner .swiper-pagination-bullet{ width:15px; height:15px; line-height:15px; background:#e3e3e5;opacity: 1;border-radius:15px;color: #e3e3e5; font-size:16px;}
.ibanner .swiper-pagination-bullet-active{width:15px; background:#c69a53; opacity: 1;border-radius:12px;color: #c69a53; font-size:16px; font-weight:bolder;}
.ibanner>.swiper-pagination-bullets{ bottom:30px;}
.ibanner>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 5px;bottom:0;}

/*.ibanner .ibanner-prev{ width:62px; height:62px; background:url(../images/prev.png) no-repeat 50% 50%; position:absolute; z-index:100; top:50%; margin-top:-31px; left:75px; outline:none; cursor:pointer; opacity:1;}
.ibanner .ibanner-prev:hover{background:url(../images/prev.png) no-repeat 50% 50%; opacity:1;}
.ibanner .ibanner-next{width:62px; height:62px; background:url(../images/next.png) no-repeat 50% 50%; position:absolute; z-index:10; top:50%; margin-top:-31px; right:75px; outline:none; cursor:pointer; opacity:1;}
.ibanner .ibanner-next:hover{background:url(../images/next.png) no-repeat 50% 50%; opacity:1;}*/

.bannerc{position: relative;overflow: hidden; height:auto;}
.bannerc .swiper-wrapper{}
.bannerc .swiper-wrapper .swiper-slide{ width:100%; height:auto; position:relative; z-index:9;}
.bannerc .swiper-wrapper .swiper-slide img.bimg{ display:block; width:100%; height:auto;}

.bannerc_c{ width:1200px; height:auto; position:absolute; z-index:10; top:50%; left:50%; margin-left:-600px; margin-top:-90px; color:#fff; text-align:center;}
.bannerc_c_1{ font-size:60px; line-height:90px;}
.bannerc_c_3{ padding-top:30px;}

.load-video{display:block;width:76px;height:76px;margin:0 auto;cursor:pointer;transform:translateY(0%);opacity:1;transition:transform 0.6s ease-out,opacity 0.6s}
.load-video img{display:block;width:100%}
.load-video:before,.load-video::after{content:' ';position:absolute;top:-60%;left:-60%;width:220%;height:220%;border:#ffffff 1px solid;border-radius:50%;box-sizing:border-box;transform:scale(0.6);animation-duration:3s;opacity:0;animation-iteration-count:infinite;animation-timing-function:cubic-bezier(0.55, 0.23, 0.62, 1)}
.load-video::after{animation-delay:1.5s;transform:scale(1)}

.main_sw.index .box3.animate .wrap .cont .video-btn{padding:3% 0;overflow:hidden}
.main_sw.index .box3.animate .wrap .cont .load-video{transform:translateY(0);opacity:1;transition-delay:0.4s}
.load-video:hover:before,.load-video:hover::after{animation-name:loader}

.video-box{position:absolute;top:0;left:0;width:100%;height:100%}
.video-box .video{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;filter:alpha(opacity=0);transition:opacity 1s}
.video-box .video.cur{opacity:1;filter:alpha(opacity=100)}
.video-box .video.video-on .bg-box{opacity:0;filter:alpha(opacity=0)}
.video-box video{position:absolute;bottom:0;left:0;display:block;width:100%; height:100%;object-fit:cover}

.video-box .bg-box{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 1s}
.video-box .bg,.video-box .mb-bg{position:absolute;top:0;left:0;width:100%;height:100%}
.video-box .mb-bg{display:none}

.tran300{transition:300ms ease-out;-webkit-transition:300ms ease-out;-ms-transition:300ms ease-out;-moz-transition:300ms ease-out;-o-transition:300ms ease-out;}
.tran500{transition:500ms ease-out;-webkit-transition:500ms ease-out;-ms-transition:500ms ease-out;-moz-transition:500ms ease-out;-o-transition:500ms ease-out;}
.tran800{transition:800ms ease-out;-webkit-transition:800ms ease-out;-ms-transition:800ms ease-out;-moz-transition:800ms ease-out;-o-transition:800ms ease-out;}
.tran1000{transition:1000ms ease-out;-webkit-transition:1000ms ease-out;-ms-transition:1000ms ease-out;-moz-transition:1000ms ease-out;-o-transition:1000ms ease-out;}
.video-box:hover .bg{transform:scale(1.1);}

.ison .video{opacity:1;filter:alpha(opacity=100);}
.ison .bg-box{opacity:1;}
.ison .bannerc_c_1{opacity:1;}
.ison .bannerc_c_2{opacity:1;}

.iproduct{ padding:100px 0;}
.iproduct .tit{ text-align:center;}
.iproduct .tit .tit_en{font-size: 36px;font-weight: 500;letter-spacing: 0px;line-height: 52.13px;color: rgba(0, 0, 0, 1);}
.iproduct .tit .tit_cn{font-size: 24px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color: rgba(0, 0, 0, 1);}
.iproduct .cate{ padding:50px 0; display:flex;flex-wrap: nowrap;justify-content: center;}
.iproduct .cate a{font-size: 18px;font-weight: 500;letter-spacing: 0px;line-height: 42px;color: rgba(128, 128, 128, 1);border: 1px solid rgba(166, 166, 166, 1);min-width: 120px; padding:0 20px; text-align:center; background:#fff; margin-right:40px; border-radius:42px;}
.iproduct .cate a.on{ background:#c69a53; border:1px #c69a53 solid; color:#fff;}
.iproduct .cate a:hover{ background:#c69a53; border:1px #c69a53 solid; color:#fff;}
.iproduct .con{}
.iproduct .con .list{width: 32%; margin: 0 2% 20px 0; float:left;}
.iproduct .con .list:nth-of-type(3n){ margin-right:0;}
.iproduct .con .list a{ display:block;}
.iproduct .con .list a .listc{ position:relative; z-index:9;}
.iproduct .con .list a .listc .img{ width:100%; padding-top:80%;}
.iproduct .con .list a .listc .listc_c{ position:absolute; z-index:10; left:0; bottom:0; background: rgba(0, 0, 0, 0.6); color:#fff; width:100%; padding:30px;font-weight: 500;letter-spacing: 2px;line-height: 23.17px;color: rgba(255, 255, 255, 1); display:none;}
.iproduct .con .list a .ntit{ text-align:center; padding-top:15px; font-size: 20px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color: rgba(0, 0, 0, 1);}
.iproduct .con .list a:hover .listc .listc_c{ display:block;}

.iabout{ width:100%; height:auto; background:url(../images/i_about_bg.jpg) no-repeat center center/cover; padding:80px;}
.iabout .tit{ text-align:center;}
.iabout .tit .tit_en{font-size: 36px;font-weight: 500;letter-spacing: 0px;line-height: 52.13px;color:#fff;}
.iabout .tit .tit_cn{font-size: 24px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color:#fff;}
.iabout .con{ padding:70px 0;}
.iabout .con .img{ width:633px; height:auto;}
.iabout .con .conr{ width:614px; height:auto;font-size: 16px;font-weight: 400;letter-spacing: 0px;line-height: 28px;color: rgba(255, 255, 255, 1);}
.iabout .con .conr .conrt{font-size: 32px;font-weight: 700;letter-spacing: 0px;line-height: 40px;color: rgba(255, 255, 255, 1); margin-bottom:18px;}
.iabout .con .conr .conrc{}
.iabout .more{ display:block;width: 170px;height: 50px;opacity: 1;border-radius: 15px;border: 1px solid rgba(255, 255, 255, 1); text-align:center; margin:0 auto; color:#fff;font-size: 18px;font-weight: 500;letter-spacing: 1px; line-height:50px;}

.imovie{ width:100%; height:auto; padding:80px 0;}
.imovie .tit{ text-align:center;}
.imovie .tit .tit_en{font-size: 36px;font-weight: 500;letter-spacing: 0px;line-height: 52.13px;color: rgba(0, 0, 0, 1); text-transform:uppercase;}
.imovie .tit .tit_cn{font-size: 24px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color: rgba(0, 0, 0, 1);}
.imovie .con{ padding-top:85px;}
.imovie .con .list{width: 48%; margin: 0 4% 20px 0; float:left;}
.imovie .con .list:nth-of-type(2n){ margin-right:0;}
.imovie .con .list a{ display:block;}
.imovie .con .list a .img{ position:relative; z-index:9;}
.imovie .con .list a .img img{ display:block; width:100%; height:auto;}
.imovie .con .list a .img .micon{ width:100%; height:100%;  position:absolute; z-index:10; left:0; top:0;background:url(../images/movie_icon.png) no-repeat center center;}
.imovie .con .list a .ntit{text-align:center; padding-top:15px; font-size: 20px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color: rgba(0, 0, 0, 1);} 
.imovie .con .list a:hover .img .micon{background:url(../images/movie_icon.png) no-repeat center center rgba(198, 154, 83,0.7);}


.foot{ width:100%; height:auto; background:url(../images/foot_bg.jpg) no-repeat center center/cover; padding:30px 0 90px 0;}
.foot .flogo{}
.foot .fcon{ display:flex; padding-top:25px;}
.foot .fcon dl{ padding-right:65px;}
.foot .fcon dl dt{ margin-bottom:12px;}
.foot .fcon dl dt a{font-size: 18px;font-weight: 400;letter-spacing: 0px;line-height: 40px;color: rgba(255, 255, 255, 1);}
.foot .fcon dl dt a:hover{color: rgba(198, 154, 83, 1);}
.foot .fcon dl dd{}
.foot .fcon dl dd a{ color:#fff;font-size: 12px;font-weight: 400; line-height:28px;}
.foot .fcon dl dd a:hover{color: rgba(198, 154, 83, 1);}
/*index end*/

/*about start*/
.common_banner{ width:100%; height:auto;}
.common_banner .w1280{ padding:235px 0 130px 0; color:#fff;}
.common_banner .w1280 .tit{font-size: 40px;font-weight: 500;letter-spacing: 0px;line-height: 86.88px;}
.common_banner .w1280 .line{width: 100px;height: 6px;opacity: 1;background: rgba(198, 154, 83, 1); margin:25px 0 50px 0;}
.common_banner .w1280 .con{font-size: 22px;font-weight: 400;letter-spacing: 0px;line-height: 40px; width:910px;}

.about{ padding:110px 0;}
.about .abouta{}
.about .abouta .img{ width:590px; height:auto;}
.about .abouta .con{ width:650px; padding-top:45px;}
.about .abouta .con .con_t{font-size: 24px;font-weight: 500;letter-spacing: 2px;line-height: 50px;color: rgba(0, 0, 0, 1);}
.about .abouta .con .con_b{ margin-top:80px; display:flex;flex-wrap: nowrap;justify-content: space-between;}
.about .abouta .con .con_b .list{ text-align:center;}
.about .abouta .con .con_b .list .list_t{font-size: 36px;font-weight: 900;letter-spacing: 0px;line-height: 52.13px;color: rgba(198, 154, 83, 1);}
.about .abouta .con .con_b .list .list_i{font-size: 16px;font-weight: 400;letter-spacing: 0px;line-height: 23.17px;color: rgba(128, 128, 128, 1);}

.about .aboutb{ margin:90px auto 50px auto; text-align:center;}
.about .aboutb .tit{font-size: 45px;font-weight: 700;letter-spacing: 0px;line-height: 86.88px;color: rgba(0, 0, 0, 1); margin-bottom:35px;}
.about .aboutb .con{font-size: 22px;font-weight: 500;letter-spacing: 2px;line-height: 50px;color: rgba(0, 0, 0, 1);}


.about .aboutc{ width:1200px; margin:0 auto 75px auto; text-align:center;font-size: 32px;font-weight: 700;letter-spacing: 2px;line-height: 50px;color: rgba(198, 154, 83, 1);}
.about .aboutc .img{ margin-bottom:40px;}
.about .aboutd{}
.about .aboutd .tit{ text-align:center;}
.about .aboutd .tit .tit_en{font-size: 36px;font-weight: 500;letter-spacing: 0px;line-height: 52.13px;color: rgba(0, 0, 0, 1); text-transform:uppercase;}
.about .aboutd .tit .tit_cn{font-size: 24px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color: rgba(0, 0, 0, 1);}
.about .aboutd .con{ margin-top:50px; padding:0 20%;}
.about .aboutd .con .list{width: 46%; margin: 0 8% 20px 0; float:left;}
.about .aboutd .con .list:nth-of-type(2n){ margin-right:0;}
.about .aboutd .con .list .img{ margin-bottom:18px;}
.about .aboutd .con .list .img img{ display:block; width:100%; height:auto;}
.about .aboutd .con .list .ntit{ text-align:center;font-size: 24px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color: rgba(0, 0, 0, 1);}

/*about end*/

/*zxzt start*/
.zxzt{ padding:80px 0;}
.zxzt .zleft{ width:220px; height:auto;}
.zxzt .zleft ul li{ border-bottom:2px #f2f2f2 solid; padding:25px 30px 25px 0;}
.zxzt .zleft ul li a{ display:block; line-height:35px; background:url(../images/ncate_icon.png) no-repeat right 50%;font-size: 18px;font-weight: 700;letter-spacing: 0px;line-height: 20px;color: rgba(0, 0, 0, 1);}
.zxzt .zleft ul li a:hover{color: rgba(198, 154, 83, 1);}
.zxzt .zleft ul li a.on{color: rgba(198, 154, 83, 1);}

.zxzt .zleft ul li > a.on{background:url(../images/ncate_icon_on.png) no-repeat right 50%;}
.zxzt .zleft ul li.on > a{background:url(../images/ncate_icon_on.png) no-repeat right 50%;}
.zxzt .zleft ul li > a:hover{ color: #245AA8;}
.zxzt .zleft ul li dl{ padding:15px 0; display:none;}
.zxzt .zleft ul li dl dd{ margin-bottom:3px;}
.zxzt .zleft ul li dl dd a{color: #111111;font-size: 14px;font-weight: 400; line-height:30px;}
.zxzt .zleft ul li dl dd a:hover{ color: rgba(198, 154, 83, 1);}
.zxzt .zleft ul li dl dd a.cur{ color: rgba(198, 154, 83, 1);}
.zxzt .zleft ul li > a.on + dl{ display:block;}
.zxzt .zleft ul li.on dl{ display:block;}

.zxzt .zright{ width:960px; height:auto;}
.zxzt .zright .zxztc{}
.zxzt .zright .zxztc .list{width: 44%; margin: 0 12% 30px 0; float:left;}
.zxzt .zright .zxztc .list:nth-of-type(2n){ margin-right:0;}
.zxzt .zright .zxztc .list a{ display:block;}
.zxzt .zright .zxztc .list a .img{}
.zxzt .zright .zxztc .list a .img img{ display:block; width:100%; height:auto;}
.zxzt .zright .zxztc .list a .ntit{text-align:center; padding-top:15px; font-size: 20px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color: rgba(0, 0, 0, 1);}

.zxztd{}
.zxztd .pdimg{ width:460px; height:auto; padding:22px; border:1px #e7e7e7 solid;}
.zxztd .pdr{ width:470px; padding-top:15px;}
.zxztd .pdr .pdr_t{font-size: 24px;font-weight: 700;line-height: 30px;color: rgba(0, 0, 0, 1);}
.zxztd .pdr .pdr_i{font-size: 18px;font-weight: 400;line-height: 30px;color: rgba(128, 128, 128, 1); margin:8px auto 25px auto;}
.zxztd .pdr .pdr_m{ padding-bottom:30px;}
.zxztd .pdr .pdr_m a{ display:inline-block;}
.zxztd .pdr .pdr_m a:nth-of-type(1){width: 133px;height: 42px; line-height:42px; text-align:center; margin-right:17px;font-size: 16px;font-weight: 400;color: rgba(255, 255, 255, 1); background:#c69a53;}
.zxztd .pdr .pdr_m a:nth-of-type(2){width: 133px;height: 42px; line-height:42px; text-align:center; margin-right:17px;font-size: 16px;font-weight: 400;color: #c69a53; background:#fff; border:1px #c69a53 solid;}
.zxztd .pdr .pdr_img{}
.zxztd .pdr .pdr_img ul li{ float:left; width:99px; height:93px; border:1px #e6e6e6 solid; padding:3px; margin-right:17px;}



.contactb{ padding:0 0 100px 0;}
.contactb .tit{font-size: 32px;font-weight: 700;line-height: 52px;color: rgba(0, 0, 0, 1); text-align:center;}
.contactb .con{ padding-top:40px;}
.contactb .con .list{ margin-bottom:20px; position:relative; z-index:9;}
.contactb .con .list .listl{ width:48%; position:relative; z-index:9;}
.contactb .con .list .listl .mes_text{ width:100%; height:60px; line-height:60px; background:#f7f7f7;font-size: 16px;font-weight: 400;color: #333; text-indent:20px; border:0;}
.contactb .con .list .red{ position:absolute; z-index:10;font-size: 16px;font-weight: 400;color: rgba(212, 48, 48, 1); top:23px; right:11px;}
.contactb .con .list .listl .mes_select{width:100%; height:60px; line-height:60px; background:#f7f7f7;font-size: 16px;font-weight: 400;color: #333; text-indent:20px; border:0;}
.contactb .con .list .mes_textarea{width:100%; height:194px; line-height:30px; background:#f7f7f7;font-size: 16px;font-weight: 400;color: #333; padding:20px; border:0;}
.contactb .con .list .mes_submit{width:200px; height:60px; line-height:60px; background:#c69a53;font-size: 16px;font-weight: 400;color: #fff; border:0; text-align:center; cursor:pointer;}
/*zxzt end*/

/*cjsp start*/
.movie{}
.movie .list{ margin-bottom:10px;}
.movie .list a{ display:block;}
.movie .list a .img{ position:relative; z-index:9;}
.movie .list a .img img{ display:block; width:100%; height:auto;}
.movie .list a .img .micon{ width:100%; height:100%;  position:absolute; z-index:10; left:0; top:0;background:url(../images/movie_icon.png) no-repeat center center;}
.movie .list a:hover .img .micon{background:url(../images/movie_icon.png) no-repeat center center rgba(0, 0, 0,0.7);}


/*cjsp end*/

.download{ padding:50px 0 80px 0;}
.download .tit{ text-align:center;}
.download .tit .tit_en{font-size: 36px;font-weight: 500;letter-spacing: 0px;line-height: 52.13px;color: rgba(0, 0, 0, 1); text-transform:uppercase;}
.download .tit .tit_cn{font-size: 24px;font-weight: 700;letter-spacing: 0px;line-height: 34.75px;color: rgba(0, 0, 0, 1);}
.download .con{ padding-top:35px;}
.download .con .list{ border-bottom:1px #efefef solid; padding:10px 20px;}
.download .con .list a{ display:flex;font-size: 20px;font-weight: 500;line-height: 45px;color: rgba(198, 154, 83, 1);flex-wrap: nowrap;justify-content: space-between;}

.download .dtit{ text-align:center;font-size: 36px;font-weight: 500;line-height: 52px;color: rgba(0, 0, 0, 1);}
.download .dtime{ text-align:center;font-size: 24px;font-weight: 500;line-height: 45px;color: rgba(166, 166, 166, 1);}
.download .dcon{ padding:50px 0; border-bottom:2px #f2f2f2 solid; font-size:14px; color:#333; line-height:25px;}
.download .dcon img{ max-width:100%; height:auto;}
.download .dshare{ display:flex;flex-wrap: nowrap;justify-content: flex-end; padding-top:13px;font-size: 18px;font-weight: 500;line-height: 40px;color: rgba(166, 166, 166, 1);}
.download .dshare span{ margin-right:30px;}
.download .dshare a{ display:block; width:40px; height:40px; margin-left:10px;}
.download .dshare a:nth-of-type(1){ background:url(../images/pdown_icon1.png) no-repeat center center #c69a53; border-radius:40px;}
.download .dshare a:nth-of-type(2){ background:url(../images/pdown_icon2.png) no-repeat center center #c69a53; border-radius:40px;}
.download .dshare a:nth-of-type(3){ background:url(../images/pdown_icon3.png) no-repeat center center #c69a53; border-radius:40px;}

.contacta{ width:100%; height:auto; background:#f7f7f7; padding:50px 0;}
.contacta .tit{ text-align:center;font-size: 36px;font-weight: 700;line-height: 50px;color: rgba(0, 0, 0, 1);}
.contacta .con{ padding-top:40px;}
.contacta .con .conl{ width:530px; height:auto; padding-top:30px;font-size: 18px;font-weight: 400;line-height: 35px;color: rgba(0, 0, 0, 1);}
.contacta .con .conl .ntit{font-size: 32px;font-weight: 700;line-height: 44px; margin-bottom:15px;}
.contacta .con .conr{ width:623px; height:auto;}


.online{ width:50px; position:fixed; z-index:1000; top:30%; right:0;}
.online a{ display:block; width:50px; height:50px; margin-bottom:5px;}
.online a.on_1{ background:url(../images/online_icon1.png) no-repeat center center rgba(198, 154, 83, 1);}
.online a.on_2{ background:url(../images/online_icon2.png) no-repeat center center rgba(198, 154, 83, 1);}
.online a.on_3{ background:url(../images/online_icon3.png) no-repeat center center rgba(198, 154, 83, 1);}
.online a.on_4{ background:url(../images/online_icon4.png) no-repeat center center rgba(198, 154, 83, 1);}



.pageController { width:100%; padding: 30px 0; line-height: 25px; text-align:center;}
.pageController a { display:inline-block; width:37px; height:37px; line-height:35px; background-color: #ffffff; margin-right: 10px; font-weight:bolder; text-align:center; border:1px #eeeeee solid;color: rgba(166, 166, 166, 1); border-radius:37px;}
.pageController a:hover { background:rgba(198, 154, 83, 1);border:1px rgba(198, 154, 83, 1) solid; color: #FFF; text-decoration: none;  }
.pageController .xuanzhong { background:rgba(198, 154, 83, 1);border:1px rgba(198, 154, 83, 1) solid; color: #FFF; font-weight: bold; }


.video-pop{position:fixed;display:none;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:9999;}
.video-pop .video-warp{position:absolute;top:50%;left:50%;width:70%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);}
.video-pop .video-warp video{width:100%;}
.video-pop .video-warp .video-close{position:absolute;top:-50px;right:-50px;width:38px;height:38px;background:url(../images/close-white.png) no-repeat center center/18px 18px;cursor:pointer;border:1px solid #fff;border-radius:100%;}

@media screen and (max-width:1025px) {
    .video-pop .video-warp{width:90%;}
    .video-pop .video-warp .video-close{right:0;width:20px;height:20px;top:-30px;}
}


.sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 998
}

.side1 a,.side1 img,.side1 i,.side1 span {
    display: block;
    color: #fff;
    font-size: 14px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    letter-spacing: 2px
}

.side1 img {
    margin: 0 auto
}

.side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease
}

.side1:hover {
    background: var(--color)
}

.side1:hover a img {
    animation: jitter 0.5s
}

.side {
    height: 50px;
    position: absolute;
    transition: all 0.5s
}

.side a {
    display: block;
    height: 50px;
    font-size: 0
}

.side i,.side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px;
    text-align: center;
    background: #333;
    font-size: 13px;
    color: #fff;
    transition: all 1s
}

.side i {
    width: 50px;
    text-align: center;
    background: rgba(198, 154, 83, 1);
    transition: all 0.3s
}

.side i img {
    vertical-align: middle
}



.side2 {
    top: 0px;
    right: -200px;
    width: 250px
}

.side2 span {
    width: 200px
}

.side3 {
    right: -140px;
    width: 190px;
    top: 51px
}

.side3 span {
    width: 140px
}

.side4 {
    right: -140px;
    width: 190px;
    top: 102px
}

.side4 span {
    width: 140px
}

.side5 {
    right: -150px;
    width: 200px;
    top: 153px;
    cursor: pointer
}

.side5 span {
    width: 150px;
    font-size: 14px
}

.qcodePic {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    text-align: center;
    /*background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2024101621465144090/cms/image/b4d47f55-8b99-4ba8-b938-de5b5f535c03.png) no-repeat center/cover;*/
    border: 1px solid #e5e5e5
}

.side3:hover .qcodePic {
    display: block
}
.side5:hover .qcodePic {
    display: block
}

.side6 {
    right: -90px;
    width: 140px;
    top: 204px;
    cursor: pointer
}

.side6 span {
    width: 90px;
    font-size: 14px
}

.side:hover {
    right: 0
}

.side:hover i {
    background:#EF841A
}

.wxPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: none
}

.wxPic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.foot{ padding-bottom:30px;}
.foot .foot_tt{ padding-bottom:30px;}
.flogo{}
.flogo .flogoc{ margin-top:50px;}
.flogo .flogoc .list{ margin-bottom:15px; color:#fff;font-size: 14px;font-weight: 400;line-height: 23px; padding-left:30px;}
.flogo .flogoc .list.icon1{ background:url(../images/foot_icon1.png) no-repeat left 50%;}
.flogo .flogoc .list.icon2{ background:url(../images/foot_icon2.png) no-repeat left 50%;}
.flogo .flogoc .list.icon3{ background:url(../images/foot_icon3.png) no-repeat left 50%;}

.foot_cc{ color:#fff; display:flex;flex-wrap: nowrap;justify-content: space-between;font-size: 14px;font-weight: 400;line-height: 30px;}
.foot_cc .foot_cca{}
.foot_cc .foot_ccb{}
.foot_cc .foot_ccc{ display:flex;}
.foot_cc .foot_ccc span{}
.foot_cc .foot_ccc a{ display:block; width:30px; height:30px; margin-left:12px; position:relative; z-index:9;}
.foot_cc .foot_ccc a.icon1{ background:url(../images/foot_add_icon1.png) no-repeat center center;}
.foot_cc .foot_ccc a.icon2{ background:url(../images/foot_add_icon2.png) no-repeat center center;}
.foot_cc .foot_ccc a img{ width:120px; height:120px; position:absolute; z-index:10; bottom:35px; left:-50px; display:none;}
.foot_cc .foot_ccc a:hover img{ display:block;}


