/* Write your styles */
ul,li,dl,dt,dd,h1,h2,h3,p{ list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:#ff8a00;}
.am-container{max-width: 1230px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}
img{ max-width:100%;}
body{ min-width:1230px;}
header .top{ height:36px; line-height:36px; background:#171717; color:#999;font-size:1.2rem;}
header .top p{ font-size:1.2rem;}
header .top .trmen ul li{ float:left; padding:0 10px; position:relative;}
header .top .trmen ul li:after{ content:""; display:block; width:1px; height:8px; background:#444; position: absolute; right:0; top:50%; margin-top:-4px;}
header .top .trmen ul li:last-child{ padding-right:0;}
header .top .trmen ul li:last-child:after{ display:none;}
header .top .trmen ul li a{ color:#999;}
header .top .trmen ul li a i{ margin-right:4px; color:#4e7e1e;}

.pc-ewm{ width:100%; height:100%; position:fixed; display:none; z-index:999997; top:0;}
.pc-ewm .ewmswpe{ width:100%; height:100%; position:fixed; background:rgba(0,0,0,.8);z-index:9998; top:0;}
.pc-ewm .ewm-xx{ position:relative; top:30%; z-index:999999; width:240px; margin:0 auto; padding:5px; background:#FFF;}
.pc-ewm .ewm-xx img{ width:100%;margin:0;}
.pc-ewm .ewm-xx  span{ display:block; text-align:center;}

header .min-t{ height:152px; background:url(../images/topbg.jpg) #0f0f0f;}
header .min-t .logo{ height:152px; line-height:152px;}
header .min-t .toptel{ font-size:1.8rem; color:#737373; line-height:3rem; padding-top:2.6rem;}
header .min-t .toptel strong{ font-size:2.6rem; color:#fff;}

header .min-t .toptel .p1{ border-bottom:1px solid #272727;}
header .min-t .toptel .p1 strong{ color:#e59610;}

nav{ height:54px; background:#171717; border-bottom:1px solid #e99200;}
nav .menu>li{ height:54px; line-height:54px; font-size:1.6rem; float:left; position:relative; width:11.1%; text-align:center;}
nav .menu>li:after{ content:""; display:block; width:1px; height:12px; background:#363636; position: absolute; right:0; top:50%; margin-top:-6px;}
nav .menu>li.on:after,nav .menu>li:hover:after,nav .menu>li:last-child:after{ display:none;}
nav .menu>li>a{ color:#aeaeae; display:block;}
nav .menu>li.on>a,nav .menu>li:hover>a{ background:#e99200; color:#fff;}
nav .menu li .subnav{position: absolute;width:100%;background-color: #FFF; box-shadow: 0 13px 42px 11px rgba(0,0,0,.05); height: auto;z-index: 199;top: 60px;left: 0;border-top: 1px solid #e99200;overflow: hidden;opacity:0; visibility:hidden;transition: all .36s ease;}
nav .menu li:hover .subnav{opacity:1;visibility: visible;top:54px;}
nav .menu li .subnav{ display:block; }
nav .menu li .subnav a{font-weight: 500;color: #666; padding: 12px 24px;line-height: 22px;display: block;transition: all .2s ease-in-out;font-size: 14px;}
nav .menu li .subnav a:hover{ color:#f90; background-color:#f9f9f9;}





.banner{background:#000;}
.banner .swiper-slide{ text-align:center; background:#000; width:100%; height:700px;}
.banner .swiper-slide a{ display:block; width:100%; height:100%; background-repeat: no-repeat; background-position:center; background-size:cover;}
.banner .swiper-slide img{ width:100%;}
.banner .swiper-slide .mainVideo{ height:100%;}
.banner .am-slider-a1{ box-shadow:none;}
.banner .am-slider .am-slides>li{ background-position:center; background-repeat:no-repeat; background-size:cover;}
.banner .am-slider .am-slides>li a{ display:block; width:100%; height:100%;}
.banner .am-slider-a1 .am-control-nav{ bottom:30px;}
.banner .am-slider-a1 .am-control-nav li a{ width:12px; height:12px;background-color:#ff8a00; opacity:0.6;box-shadow:none;}
.banner .am-slider-a1 .am-control-nav li a.am-active{ background-color:#ff8a00; opacity:1; }
.banner .swiper-pagination-bullet{width:12px; height:12px;background-color:#ff8a00; opacity:0.6;box-shadow:none;}
.banner .swiper-pagination-bullet-active{background-color:#ff8a00; opacity:1;}


.ue-pd{ padding:86px 0;}
.service{ background:#f1f1f2;}
.title{ text-align:center;}
.title .tit{ font-size:40px; font-weight:bold; margin-bottom:6px;}
.title .line{ width:20px; height:3px; background:#e59610; margin:0 auto; position:relative;}
.title .line:after{ content:""; display:block; position:absolute; width:78px; height:1px; background:#d5d5d5; left:-84px; top:1px;}
.title .line:before{ content:""; display:block; position:absolute; width:78px; height:1px; background:#d5d5d5; right:-84px; top:1px;}
.title .subtit{ font-size:1.4rem; color:#777777; margin-top:10px;}



.serlist{ margin-top:50px;}
.serlist ul li{ border-right:1px solid #cbcbcb; text-align:center;}
.serlist ul li:last-child{ border:none;}
.serlist ul li a{ display:block;}
.serlist ul li i{ display:block; margin:0 auto; width:100px; height:100px;background-repeat:no-repeat; transition: all .3s linear; background-position:0 0;}

.serlist ul li .tit{ font-size:21px; font-weight:800; color:#333; margin-top:10px;}
.serlist ul li .subtit{ font-size:1.4rem; padding:15px 34px; color:#777;}
.serlist ul li span{ display:inline-block; padding:4px 16px; font-size:1.2rem; font-weight:bold; background:#444; color:#fff; border-radius:4px;transition: all .1s linear;}
.serlist ul li a:hover span{background:#e59610;}
.serlist ul li:nth-child(1) i{ background-image:url(../images/icon_s1.png);}

.serlist ul li:nth-child(2) i{ background-image:url(../images/icon_s2.png); }
.serlist ul li:nth-child(3) i{ background-image:url(../images/icon_s3.png);}
.serlist ul li:nth-child(4) i{ background-image:url(../images/icon_s4.png);}
.serlist ul li a:hover i{ background-position:0 -100px;}



.liuc{ background:url(../images/lcbg2.jpg) center no-repeat; background-attachment:fixed; background-size:cover;}
.liuc .title .tit{ color:#fff;}

.lclist{ margin-top:50px;}
.lclist ul li{ text-align:center;}
.lclist ul li img{ margin-left:8px;}
.lclist ul li .tit{ color:#fff; margin-top:15px;}
.lclist ul li .subtit{ font-size:1.4rem; color:#999;}


.youshi{ height:1303px; background:url(../images/ysbg.jpg) center no-repeat #f6f6f6;}

.ysleft{ width:50%; padding-top:200px;}
.ysright{ width:50%; float:right; padding-top:230px;}
.youshi ul li{ padding-left:110px; position:relative;}
.youshi ul li .num{ position:absolute; left:0; top:10px; width:85px; height:83px; background:url(../images/ysnumbg.png) center no-repeat; float:left; font-size:60px; font-weight:bold; color:#ff8a00; line-height:80px; font-style:italic; text-align:right; padding-right:10px;}

.youshi ul li:first-child{ margin-bottom:70px;}
.youshi ul li .tit{ font-size:30px; color:#ff8a00; font-weight:bold;}
.youshi ul li .tit b{ font-size:36px;}
.youshi ul li .subtit{ font-size:18px; font-weight:bold; margin-bottom:8px;}
.youshi ul li .info{ font-size:1.4rem;}
.youshi ul li .info em{ font-style:normal; color:#ff8a00;}


.about{ background:url(../images/abbg.jpg) center no-repeat; background-size:cover;}
.ableft{ width:50%;}
.ableft .tit{ font-size:60px; font-weight:bold; color:#fff; margin-bottom:10px;}
.ableft .tit font{color:#ff8a00;}
.ableft .abtxt{ font-size:1.4rem; color:#e1e1e1; line-height:28px;white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; margin-bottom:50px;}
	
	
	
	
.abright{ width:46%;}
.abright .abrtit{ text-align:right; padding-top:15px;margin-bottom:15px;}
.abright .abrtit .tit{ font-size:24px; color:#fff; font-weight:bold; }
.abright .abrtit .en{ font-size:1.5rem; color:#484848;}



.case{ background:#f1f1f2;}


.caselist{ margin-top:50px;}
.caselist ul{ position:relative; margin:0 -14px;}
.caselist ul li{ width:33.3%; float:left; padding:14px;}
.caselist ul li a{ display:block; position:relative; overflow:hidden; height:210px;}
.caselist ul li a img{transition: all .7s;}
.caselist ul li a:hover img{transform: scale(1.06);}
/*.caselist ul li:first-child a{ height:450px;}*/
.caselist ul li a span{ display:block; position:absolute; left:0; bottom:0; width:100%; height:38px; background:rgba(0,0,0,.5); color:#fff; text-align:center; line-height:38px;}
/*.caselist ul li:first-child a span{ height:64px; line-height:64px; font-size:20px; font-weight:bold;}
*/
.ad{ height:196px; background:url(../images/ad.jpg) center no-repeat #171717;}
.ad .am-container{height:196px; position:relative;}
.ad .ke{ width:189px; position:absolute; right:1.5rem; bottom:0;}

.ad .onbtn{ width:116px; height:35px; line-height:35px; position:absolute; right:245px; top:124px;}
.ad .onbtn a{ display:block; text-align:center; color:#fff; background:#ff8a00;}


.news{ background:#f1f1f2;}

.newleft{ width:640px; float:left; background:#fff;}
.newleft .hd{ height:58px; line-height:58px; }
.newleft .hd ul li{ float:left; width:50%; height:58px; line-height:58px;}
.newleft .hd ul li a{ display:block; background:#272727; font-size:3rem; color:#fff; text-align:center;}
.newleft .hd ul li.on a{background:#ff8a00; }
.newleft .bd{ padding:30px;height:448px;}
.newleft .bd ul .firstn i{ width:210px; height:150px; display:block; float:left; overflow:hidden; margin-right:15px;}
.newleft .bd ul .firstn .tit{ font-size:1.6rem; color:#333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; padding-top:10px;}
.newleft .bd ul .firstn .note{ font-size:1.4rem; color:#999; padding:10px 0;}
.newleft .bd ul .firstn span{ display:inline-block; padding:4px 16px; font-size:1.4rem; background:#ff8a00; color:#fff;}
.newleft .bd ul li{ font-size:1.4rem; line-height:46px; height:46px;}
.newleft .bd ul li a{ display:block; width:78%; float:left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newleft .bd ul li span{ color:#999; float:right;}


.cjwt{ width:488px; float:right; background:#fff;}
.cjwt .tit{height:58px; line-height:58px;}
.cjwt .tit a{display:block; background:#272727; font-size:3rem; color:#fff; text-align:center;}
.cjwt .bd{ padding:30px; height:448px;}
.cjwt .bd li{ border-bottom:1px dashed #eee;}
.cjwt .bd li dt{ margin-top:15px; background:url(../images/wen.png) 0 0 no-repeat; padding-left:28px;}
.cjwt .bd li dt a{ font-size:1.4rem; font-weight:normal; display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.cjwt .bd li dd{ margin:15px 0; background:url(../images/da.png) 0 0 no-repeat; padding-left:28px;}
.cjwt .bd li dd a{ font-size:1.4rem; color:#999;display:block; overflow:hidden;}

footer{ background:#0e0e0e; padding-top:90px;}
footer .footlogo{ width:200px;}
footer .footnav{ width:340px; border-left:1px solid #212121;border-right:1px solid #212121; position:relative; height:190px;}
footer .footnav:after{ content:""; height:20px; width:1px; background:#ff8a00; position:absolute; left:-1px; top:0;}
footer .footnav:before{ content:""; height:20px; width:1px; background:#ff8a00; position:absolute; right:-1px; top:0;}
footer .footnav ul li{ padding-left:30px;}
footer .footnav ul li .tit{ font-size:2rem; color:#eee; margin-bottom:15px;}
footer .footnav ul li a{ display:block; line-height:28px; color:#999; font-size:1.4rem;}
footer .footnav ul li a:hover{ color:#fff;}

footer .footcontact{ width:440px; height:190px; position:relative; padding-left:30px;border-right:1px solid #212121;}
footer .footcontact:before{ content:""; height:20px; width:1px; background:#ff8a00; position:absolute; right:-1px; top:0;}
footer .footcontact .tit{ display:block;font-size:2rem; color:#eee; margin-bottom:15px;}
footer .footcontact p{ display:block; line-height:28px; color:#999; font-size:1.4rem;}
footer .footewm{ width:120px;}
footer .footewm span{ display:block; font-size:1.4rem; margin-top:6px; color:#999; text-align:center;}
footer .copu{ height:38px; line-height:38px; background:#000; margin-top:60px; font-size:1.2rem; color:#999;}
footer .copu a{ color:#999;}
footer .copu a:hover{ color:#fff;}


.nyban{ text-align:center;}
.ue-npd{ padding:30px 0; background:#f1f1f2;}

.cbnav{ width:240px; float:left; }
.suhnv{background:#fff;}
.suhnv .tit{ height:60px; background:#171717; color:#fff; text-align:center; font-size:24px; line-height:60px;}
.suhnv ul{ padding:10px 20px;}
.suhnv ul li{ line-height:44px; border-bottom:1px solid #eee; font-size:1.4rem; }
.suhnv ul li:last-child{ border-bottom:none;}
.suhnv ul li a{ display:block;position:relative;padding-left: 30px;}
.suhnv ul li.on a{ background: #f5f5f5;color: #ff8a00; font-weight: bold;}
.suhnv ul li a:after{content: "\f105";display: block;position: absolute;left: 15px;top: 0;color: #ccc;}
.suhnv ul li.on{border: none;}

.sidecon{ background:#fff; margin-top:20px;}
.sidecon .tit{ height:60px; background:#171717; color:#fff; text-align:center; font-size:24px; line-height:60px;}
.sidecon .txt{ padding:20px 20px 10px 20px; font-size:1.2rem;}
.sidecon .txt p{ margin-bottom:10px;}
.sidecon .txt p.stit{ font-weight:bold;}




.cpright {width: 930px;padding: 0 25px 30px 25px; background: #fff;float: right;    min-height: 677px;}
.rtop{overflow:hidden;padding-top:25px;padding-bottom:14px;border-bottom:1px solid #dbdbdb}
.rtop .tile{float:left;font-size:20px;padding-left:10px;border-left:3px solid #ff8a00;font-weight:800;line-height:16px;color:#ff8a00}

.rtop span{float:right;color:#999; font-size:12px;}
.rtop span em{color:#999; font-style:normal;}
.rtop span a{color:#999}
.age_li_about h4{line-height:27px}
.agent_con{padding-top:20px;line-height:28px;padding-bottom:20px}
.agent_con p{font-size:14px}
.agenttop .call{padding-bottom:10px}



.maplist{ margin-top:30px;}
.maplist tr{height:47px;}
.maplist td{ font-size:1.4rem; }



.hprolist{ margin-top:15px;}
.hprolist ul{ position:relative; margin:0 -10px;}
.hprolist ul li{ padding:10px;}
.hprolist ul li i{ display:block; height:201px; overflow:hidden; border:1px solid #f5f5f5;}
.hprolist ul li span{ display:block; height:36px; line-height:36px; background:#f5f5f5; text-align: center;}


.pages{height:26px;padding:5px 0;margin-top:5px;clear:both;text-align:center; font-size:12px;}
.pages:after{content:'.';clear:both;height:0;line-height:0;display:block;visibility:hidden}
.pages ul{padding:0;list-style:none;margin:0;text-align:center}
.pages li{margin-right:5px;display:inline-block}
.pages li a{padding:5px 10px;border:1px solid #e1e1e1;height:24px;line-height:24px;color:#666}
.pages li a:hover{border:1px solid #ff8a00;background:#ff8a00;color:#fff;text-decoration:none}
.pages li span{border:1px solid #e1e1e1;height:24px;line-height:24px;color:#c4c4c4;padding:5px 10px}
.pages .current a{border:1px solid #ff8a00;background:#ff8a00;color:#fff}

.news_list{overflow:hidden;margin-top:25px}
.news_list ul li{display:block;padding:0 0 30px 0;border-bottom:1px #eee dotted;margin-bottom:30px;overflow:hidden;width:100%}
.news_list ul li .news-tu{width:115px;height:105px;overflow:hidden;border-top:2px solid #eee;margin:10px 20px 0 0}
.news_list ul li .news-tu span.time01{display:block;width:100%;line-height:80px;font-size:30px;color:#999;text-align:center}
.news_list ul li .news-tu span.time02{display:block;width:100%;line-height:20px;font-size:14px;color:#333;text-align:center}
.news_list ul li .news-nr{width:684px;margin-left:10px}
.news_list ul li .news-nr .h3{font-size:16px;color:#666;line-height:30px}
.news_list ul li .news-nr p{color:#999;line-height:25px;font-size:14px}
.news-btn{width:80px;text-align:center;background:#171717;color:#fff;line-height:30px;margin-top:10px; font-size:12px;}
.fl{ float:left;}
.fr{ float:right;}
.xiaoguo_con{padding-top:20px;line-height:28px;padding-bottom:20px}
.news_xx01{font-size:22px;line-height:40px;text-align:center;font-weight:700}
.news_xx02{text-align:center;font-size:14px;color:#999;line-height:35px;padding-bottom:10px;border-bottom:1px dashed #f5f5f5}
.news_xx03{padding:20px;    min-height: 300px;}
.news_xx03 p{font-size:14px;line-height:30px;color:#333}
.news_xx03 img{margin:4px auto;display:block;max-width:810px}
.news_sx{padding:0 20px;height:40px;border:1px solid #ddd;line-height:40px;color:#333;margin:20px 0 10px 0; font-size:12px;}
.news_sx a{}
.n_s{width:49%;float:left;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.n_x{width:49%;float:right;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.xgnews{ border-top:10px solid #ebebeb; }
.xgnews h3{ padding:15px 0; font-size:22px; border-bottom:1px solid #eee;}
.xgnews .xgnewli{ padding:15px 0 0 0;}
.xgnews .xgnewli ul li{overflow: hidden;text-overflow:ellipsis;white-space: nowrap; margin-bottom:10px}
.xgnews .xgnewli ul li a{ color:#333; font-size:12px;}



.xgnews .xgproli ul{ position:relative; margin:0 -10px;}
.xgnews .xgproli ul li{ padding:10px;}
.xgnews .xgproli ul li i{ display:block; height:180px; overflow:hidden;}
.xgnews .xgproli ul li span{ display:block; height:36px; line-height:36px; background:#f5f5f5; text-align: center;}



.qunav{ padding-top:25px;}
.qunav ul li{ float:left; margin-right:15px;opacity:.8;}
.qunav ul li:hover,.qunav ul li.on{ opacity:1;}
.qunav ul li:after{content: '/';margin-left: 0.8125em;opacity: 0.3;}
.qunav ul li:last-child:after{ display:none;}
.qunav ul li.on a{ color:#ff8a00;}

.quyu-list{ padding:25px 0;}
.quyu-list ul{ position:relative; margin-left:-15px; margin-right:-15px;}
.quyu-list ul li{ padding:15px;}
.quyu-list ul li a{ display:block; background:#fff;}
.quyu-list ul li i{ width:100%; height:198px; overflow:hidden; display:block;}
.quyu-list ul li i img{ width:100%;}
.quyu-list ul li .txt{    overflow: hidden;padding: 2.4375em;}
.quyu-list ul li .txt span{ display:block; font-size:18px; font-weight:bold; margin-bottom:6px; color:#333;}
.quyu-list ul li .txt p{ font-size:14px; color:#666;}




.quyucontent{ padding:77px 0; background:#fff;}
.quyucontent .qpic{ width:530px; height:344px; }
.quyucontent .qpic img{ width:100%; height:100%; border-radius:6px;}
.quyucontent .txt{ width:500px; padding-top:20px;}
.quyucontent .txt h2{ font-size:24px; margin-bottom:30px;}
.quyucontent .txt p{ font-size:14px; line-height:24px; height:144px; overflow:hidden;}

.ygg_a{ margin-top:30px;}
.ygg_a a{display: inline-block;margin-bottom: 10px;background: #01458e;padding: 12px 45px;border-radius: 25px;font-size: 15px; color:#fff; margin-right:20px;}
.ygg_a a.qql{ background:#fe870f;}
.ygg_a a.mobi{padding: 12px 25px;}


