@charset "utf-8";
/*全局控制*/
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:"苹方"; color:#565656;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
img{border:0; vertical-align:bottom;}ul,li{list-style:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
.dis{display:block;}.undis{display:none;}
a{text-decoration:none;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}

/*禁止复制粘贴*/
/** {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}*/
/*img {pointer-events: none;}*/
body{width:100%;overflow-x: hidden;}
.head{width: 100%;background: #fff;}
.head_con{width:1200px;margin:0 auto;height:118px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;position: relative;}
.head_left{height:100%;right:100%;position: absolute;top:0;}
.head_logo{height: 100%;-webkit-animation:bounceIn 1.5s;-moz-animation:bounceIn 1.5s;animation:bounceIn 1.5s;}
.head_logo img{height:67px;width: auto;}
.head_rgh{height:100%;}
.head_lanmu{height: 100%;}
.head_lanmu_ul{height:100%;width:100%;margin:auto 0;}
.head_lanmu_ul li{width:140px;height: 50px;text-align: center;padding:34px 0;color:#000;position: relative;}
.head_lanmu_ul li::before{content: '/';position: absolute;width:1em;height:34px;line-height:34px;top:35px;right:-0.5em;color:#ddd;}
.head_lanmu_ul li::after{content: '';position: absolute;width:2em;height:4px;left:50%;margin-left:-1em;bottom:0;opacity: 0;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.head_lanmu_ul li:last-child::before{display: none;}
.lanmu_li_tit{font-size:1.5vw;font-size:1vmax;line-height:34px;color:#444444;font-weight:bold;}
.lanmu_li_con{font-size: 12px;line-height:20px;color:#9d9d9d;}
.lanmu_li_bot{width: 100%;position: absolute;padding:12px 0;top:118px;left:0;background: #fff;-webkit-box-shadow: 0 0 2px #ccc inset;-moz-box-shadow: 0 0 2px #ccc inset;box-shadow: 0 0 2px #ccc inset;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;display: none;z-index: 3;}
.lanmu_li_bot a{display: block;width: 100%;margin: 0 auto;height: 38px;border-bottom: 1px solid #f2f2f2;padding: 2px 0;cursor: pointer;overflow: hidden;}
.lanmu_li_bot a span {width: 96%;display: block;height: 34px;line-height: 34px;-moz-border-radius: 4px;border-radius: 4px;color: #666;font-size: 13px;text-align: center;margin: 0 auto;}
.lanmu_li_bot a:hover span {background:linear-gradient(to right, rgba(74,87,165,0.7) , rgba(69,127,191,0.7));color:#fff;}
/*.head_lanmu_ul li:hover{background-image:linear-gradient(to right, #4a57a5 , #457fbf);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}*/
.head_lanmu_ul li:hover::after{opacity: 1;bottom:20px;-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
.head_lanmu_ul li:hover .lanmu_li_tit{background-image:linear-gradient(to right, #4a57a5 , #457fbf);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.head_lanmu_ul li:hover .lanmu_li_con{background-image:linear-gradient(to right, #4a57a5 , #457fbf);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.head_lanmu_ul li.on .lanmu_li_tit{background-image:linear-gradient(to right, #4a57a5 , #457fbf);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.head_lanmu_ul li.on .lanmu_li_con{background-image:linear-gradient(to right, #4a57a5 , #457fbf);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.head_lanmu_ul li.on::after{opacity: 1;bottom:20px;-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
.head_lanmu_ul li.on .lanmu_li_tit{color:#fff;}
.head_lanmu_ul li.on .lanmu_li_con{color:#fff;}

.head_seach{width:10%;height:100%;font-size: 16px;position: absolute;left:100%;top:0;}
.head_seach form{display:block;width:2.5em;height:2.5em;margin:auto;cursor:pointer;position: relative;}
.head_seach img{width:100%;height:100%;}
.head_seach .search{width:2em;height:2em;background:linear-gradient(to right, rgba(74,87,165,0.7) , rgba(69,127,191,0.7));-moz-border-radius: 50%;border-radius: 50%;-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;position:relative;right:0;bottom:0;z-index: 4;-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);cursor: pointer;}
.head_seach .search::before {content: "";position: absolute;margin: auto;top: 0.75em;right: 0;bottom: 0;left: 0.75em;width: 0.5em;height: 2px;background: white;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.head_seach .search::after {content: "";position: absolute;margin: auto;top: -0.25em;right: 0;bottom: 0;left: -0.25em;width: 0.75em;height: 0.75em;-moz-border-radius: 50%;border-radius: 50%;border: 2px solid white;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
.head_seach input{font-family: 'Inconsolata';font-size:16px;position: absolute;left:-0.25em;top:-0.25em;width: 100%;height:100%;outline: none;border: none;background:linear-gradient(to right, rgba(74,87,165,0.7) , rgba(69,127,191,0.7));color: white;text-shadow: 0 0 10px #ae5036;padding: 0;-moz-border-radius: 30px;border-radius: 30px;box-shadow: 0 0 10px 0 #4a57a5, 0 10px 10px 0 rgba(0, 0, 0, 0.2);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;opacity: 0;z-index: 5;text-indent: 1em;font-weight: bolder;letter-spacing: 0.1em;cursor: pointer;text-indent: 2.5em;}
.head_seach input:focus {width:180px;opacity: 1;cursor: text}
.head_seach input:focus ~ .search {right:0;background: #151515;z-index: 6;}
.head_seach input:focus ~ .search::before {top: 0;left: 0;width: 20px;}
.head_seach input:focus ~ .search::after {top: 0;left: 0;width: 20px;height: 2px;border: none;background: white;-moz-border-radius: 0%;border-radius: 0%;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.head_seach input::-webkit-input-placeholder {color: white;opacity: 0.5;font-weight: bolder;}
.head_seach input:-moz-placeholder {color: white;opacity: 0.5;font-weight: bolder;}
.head_seach input::-moz-placeholder {color: white;opacity: 0.5;font-weight: bolder;}
.head_seach input:-ms-input-placeholder {color: white;opacity: 0.5;font-weight: bolder;}
.head_seach input::-ms-input-placeholder {color: white;opacity: 0.5;font-weight: bolder;}
.head_seach input::placeholder {color: white;opacity: 0.5;font-weight: bolder;}

.banner{width: 100%;position: relative;}
.banner img{max-width: 100%;}
.banner .banner_zsd{bottom:120px;}
.banner .banner_zsd li.swiper-pagination-bullet{width:40px;height:4px;margin:0 10px;-moz-border-radius: 0;border-radius: 0;background: #fff;opacity: 1;}
.banner .banner_zsd li.swiper-pagination-bullet-active{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}

.banner_gbook{position: fixed;width: 100%;left:0;bottom:0;background: rgba(0,0,0,0.7);z-index:5;min-width: 1200px;display: none;}
.banner_gbook_con{width:92%;margin:0 auto;height:86px;font-size: 14px;}
.banner_gbook_left{width:12%;padding:10px 0;height:66px;}
.banner_gbook_left_con{height:100%;}
.banner_gbook_left_nth{width:66px;height:100%;}
.banner_gbook_left_nth img{margin:auto;}
.banner_gbook_left_bt{font-size:1.25vw;height:66px;line-height: 33px;width:6em;color:#fff;letter-spacing: 2px;text-align: center;}
.banner_gbook_left_bta{color:#ffa200;}
.banner_gbook_rgh{width:15%;padding:10px 0;height:66px;}
.banner_gbook_rgh_tit{color:#fff;line-height: 33px;height:33px;overflow: hidden;font-size:1.4vw;}
.banner_gbook_rgh_tel{font-family: 'Impact';color:#ffa200;line-height: 38px;font-size: 1.4vw;}
.banner_gbook_form{width:73%;height:38px;padding:24px 0;}
.banner_gbook_form_li{width:18%;max-width:250px;height:38px;margin:0 0.5%;line-height: 38px;float: left;}
.banner_gbook_form_li .layui-form-item{width:100%;height:100%;margin:0;padding:0;}
.banner_gbook_form_li .layui-form-item .layui-input-block{margin-left:0;height:38px;}
.banner_gbook_form input{-moz-border-radius: 5px;border-radius: 5px;color:#888;}
.banner_gbook_form_li_text{width:30%;max-width: 360px;}
/*.banner_gbook_form_li_text .layui-form-item{width: 33%;margin-left:0.5%;float: left;clear:none;}*/
/*.banner_gbook_form_li_text .layui-form-item:nth-child(1){margin-left:0;}*/
/*.banner_gbook_form_li_text .layui-form-item::after{clear:none;}*/
.banner_gbook_form_button{width:11%;float: right;}
.banner_gbook_form_li button{width: 100%;height:100%;padding:0;margin:0;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));float: left;clear: both;font-size: 18px;}
.footer_tan{position:fixed;top:50%;left:50%;z-index:1000;display:none;margin-top:-198px;margin-left:-217px;padding:30px 60px 30px 60px;}
.zgc2{position:absolute;top:0;left:0;z-index:-1;display:block;width:100%;height:100%;-moz-border-radius:5px;border-radius:5px;background:#f5f5f5;opacity:.9;filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;}
.footer_tan .close{position:absolute;top:15px;right:25px;cursor:pointer;color:#444;}
.formufr2{margin:0 auto;width:322px;}
.formufr2 .ztit{color:#000;text-align:center;font-size:16px;line-height:30px;}
.formufr2 .ztit span{display:inline-block;color:#7b250e;font-size:21px;font-weight: bold;padding:0 0.5em;}
.formufr2 .price{margin-top:25px;padding:25px 0 48px 0;width:320px;border:1px solid #dedede;background:#fff;}
.formufr2 .price .pd{height:36px;color:#333;font-size:16px;line-height:36px;}
.formufr2 .price .pd .tf{display:inline-block;width:160px;text-align:right;}
.formufr2 .price .pd .yuan{display:inline-block;padding:0 10px 0 15px;color:#b95a40;}
.formufr2 .price .pd .del{padding-left:10px;color:#b2b2b2;font-size:11px;}
.footer_tan .tit2{margin-top:20px;}


.baojia_con{width: 980px;margin: 0 auto;color: #333;}
.baojia_con_bg{position: relative;background: rgba(255,255,255,.97);box-shadow: 0 0 10px #ccc;}
.baojia_left{position: relative;width:370px;padding: 30px;border-right: 1px solid #eee;}
.baojia_tit{font-size: 20px;}
.baojia_form{width: 370px;padding-top: 30px;font-size: 14px;}
#idx_form .layui-form-item{position: relative;}
#idx_form .layui-form-label{font-size: 16px;color:#333;}
.layui-form-radioed > i {color: #b5563c;}
.mianjie_danwei{position:absolute;right:0;width:3em;height:100%;top:0;line-height: 38px;text-align: center;color:#888;}
#idx_form .shitingwei .layui-form-item{width:30%;margin-left:5%;color:#999;float: left;margin-bottom: 0;}
#idx_form .shitingwei .layui-form-item input{padding-right: 15px;}
#idx_form .shitingwei .layui-form-item:nth-child(1){margin-left:0;}
#idx_form .shitingwei .layui-input-block{margin-left:0;width:100%;}
#idx_form .shitingwei .layui-form-item{clear:none;}
#idx_form .shitingwei .layui-form-item::after{clear:none;}
.jisuanqi_input_yzm{width:8em;height:100%;position: absolute;right:0;top:0;background:linear-gradient(to right, #b95a40 , #7b250e);color:#fff;text-align: center;line-height: 2em;cursor: pointer;border:0;}
.jisuanqi_input_yzms{background: #ccc;color:#666;}
.baojia_zhongjian{width:140px;height:140px;margin-top:100px;position: relative;}
.ico-line-btn{background: url(//img.to8to.com/to8to_img/zxbj/ico-line-btn.png) no-repeat;top: 130px;z-index: 9;}
.baojia_jisuan{width: 90px;height: 90px;margin:25px;background:linear-gradient(to right, #b95a40 , #7b250e);border-radius: 45px;position: relative;z-index: 2;cursor: pointer;}
.baojia_jisuan button{display: block;font-size: 16px;color: #fff;width: 100%;height: 100%;text-align: center;background:transparent;margin:0;line-height:90px;}
@keyframes scale-three2 {
 0% {transform:scale(1);opacity:.8;}
 100% {transform:scale(1.3);opacity:0;}
}
.baojia_anim{position: absolute;top:15px;right:15px;width: 110px;height: 110px;border-radius: 50%;background: #fdcc9a; animation:scale-three2 1.5s ease infinite;animation-fill-mode:both;z-index: 1;}
.baojia_rgh{width:342px;padding: 45px 50px 0 0;color: #333;font-size: 14px;}
.baojia_rgh_tit{text-align: center;font-size: 20px;line-height: 35px;}
.baojia_rgh_ul{padding: 22px 0;margin: 26px auto 0;border: 1px solid #ddd;}
.baojia_rgh_ul{line-height: 40px;}
.baojia_rgh_li_tit{width: 50%;height: 40px;text-align: right;font-size: 14px;}
.baojia_rgh_li_rgh{width: 50%;font-weight: 400;text-align: left;font-size: 12px;}
.baojia_val1{display: inline-block;width: 55px;font-style: normal;margin-left: 10px;margin-right: 10px;font-size: 16px;}
.baojia_rgh_bot{margin-top: 20px;color: #666;font-size: 14px;}
.baojia_val{color:#b95a40;font-weight: bold;}
.haoli{width: 100%;margin-top:30px;}
.haolis{background:linear-gradient(to right, #b95a40 , #7b250e);color:#fff;height: 40px;line-height: 40px;text-align: center;border-radius: 5px;font-size:22px;}


.idx_fwms{width:100%;background: url('../images/fwms_bg.png') no-repeat left top;-moz-background-size: 100% auto;background-size: 100% auto;}
.idx_fwms_top{height: 125px;padding:30px 0;}
.idx_fwms_tit{color:#444444;text-align: center;font-size:2vw;line-height:65px;height:65px;}
.idx_fwms_tit_xian{width: 40px;height:4px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));margin:0 auto;line-height: 4px;}
.idx_fwms_titcon{font-size: 16px;line-height: 54px;text-align: center;}
.idx_fwms_bot{position: relative;}
.idx_fwms_bot_bg{width: 100%;}
.idx_fwms_bot_bg img{max-width: 100%;height: 280px;display: block;}
.idx_fwms_con{width: 100%;height:100%;position:absolute;left:0;top:0;}
.idx_fwms_cons{width: 1200px;height: 100%;margin:0 auto;}
.idx_fwms_con_tit{text-align:center;height:110px;}
.idx_fwms_con_tita{width: 180px;height:1px;background:linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,0.5));}
.idx_fwms_con_titb{font-size: 26px;color:#fff;line-height:2em;max-width: 740px;margin:0 30px;}
.idx_fwms_con_titc{width: 180px;height:1px;background:linear-gradient(to right, rgba(255,255,255,0.5) , rgba(255,255,255,0));}
.idx_fwms_ul{height:140px;}
.idx_fwms_ul li{float: left;width:20%;height:100%;position: relative;cursor: pointer;}
.idx_fwms_li_nth{width:96px;height:96px;margin:auto;overflow: hidden;border-radius: 50%;border:2px solid transition;transition:all 1s;}
.idx_fwms_li_nth img{width: 100%;height:100%;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
.idx_fwms_li_tit{font-size: 20px;height:40px;line-height: 40px;text-align: center;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;color:#fff;}
.idx_fwms_bot_txt{position: absolute;width:1200px;height:auto;left:50%;margin-left:-600px;bottom:50px;font-size: 16px;line-height: 2em;text-align: center;color:#fff;}
.idx_fwms_ul li:hover .idx_fwms_li_nth{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));border-color:#fff;transition:all 1s;}
.idx_fwms_ul li:hover .idx_fwms_li_tit{-webkit-transform:translate(0,5px);-moz-transform:translate(0,5px);-ms-transform:translate(0,5px);transform:translate(0,5px);text-shadow:0 1px 5px #888;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}

.idx_tuandui{width:100%;background: url('../images/tuandui_bg.jpg');background-size:auto 100%;background-origin: center;height:720px;padding:30px 0;color:#fff;}
.idx_td_tit{text-align: center;}
.idx_td_tita{font-size: 32px;line-height: 65px;}
.idx_td_titb{font-size: 16px;line-height: 2em;height:50px;color:#a2a2a2;}
.idx_td_ul{padding-bottom:80px;height:420px;width:96%;margin:0 auto;overflow: hidden;}
.idx_td_ul .idx_td_li{position: relative;}
.idx_td_li_tp{width: 150px;height:150px;border-radius: 50%;position: absolute;transition:all 1s;left:50%;margin-left:-75px;top:50%;margin-top:-75px;}
.idx_td_li_tps{width: 100%;height:100%;position: relative;}
.idx_td_li_txt{position: absolute;top:0;right:60px;width: 0;height:0;opacity:0;border-radius: 50%;overflow: hidden;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));transition:all 1s;color: #fff;text-align: center;}
.idx_td_li_txts{width: 100%;margin:auto;}
.idx_td_li_tit{font-size: 24px;line-height: 1.2em;}
.idx_td_li_key{font-size: 12px;line-height: 2em;}
.idx_td_li_zp{font-size: 14px;line-height:24px;}
.idx_td_li_zp span{font-size: 26px;}
.idx_td_li_tp img{width: 100%;height: 100%;border-radius: 50%;filter: grayscale(100%);filter: gray;transition:all 1s;}
.idx_td_ul .idx_td_li.swiper-slide-active .idx_td_li_tp{width:420px;height:420px;margin-left:-210px;top:0;margin-top:0;z-index: 3;transition:all 1s;}
.idx_td_ul .idx_td_li.swiper-slide-active .idx_td_li_tp .idx_td_li_txt{width: 120px;height:120px;right:0;z-index:4;opacity:1;transition:all 1s;}
.idx_td_ul .idx_td_li.swiper-slide-active .idx_td_li_tp img{filter: grayscale(0%);filter: gray;transition:all 1s;}
.idx_td_ul .swiper-button-white{top:auto;bottom:0;height:80px;left:50%;right:auto;background-size:15px auto;}
.idx_td_ul .swiper-button-white:hover{opacity:0.7;}
.idx_td_ul .swiper-button-next{margin-left:150px;}
.idx_td_ul .swiper-button-prev{margin-left:-150px;}

.idx_case{position: relative;margin-top:30px;}
.idx_case_bg img{height:1000px;width: auto;min-width: 100%;}
.idx_cases{position: absolute;width: 100%;height: 100%;left:0;top:0;}
.idx_case_top{font-size: 30px;padding:20px 0;line-height: 1.2em;text-align: center;}
.idx_case_top_a{color:#444;}
.idx_case_top_b{font-size: 16px;color:#777;}
.idx_case_type_ul li{padding:0 1em;position: relative;font-size: 16px;}
.idx_case_type_ul li::after{content:'/';position: absolute;width:1em;text-align: center;left:-0.5em;top:0;}
.idx_case_type_ul li:first-child::after{display: none;}
.idx_case_type_tit{color:#828282;font-size: 16px;}
.idx_case_type_ul li:hover .idx_case_type_tit{color:#7a240d;}
.idx_case_con{width:1200px;margin:0 auto;}
.idx_case_ul{margin:30px 15px;}
.idx_case_li{background: #fff;}
.idx_case_li_tp{width: 100%;}
.idx_case_li_tp img{width: 100%;height:100%;}
.idx_case_li_tit{font-size: 16px;color:#444;height:48px;line-height:48px;overflow: hidden;padding:0 0.5em;}
.idx_case_li_tit_left{width:65%;height:100%;}
.idx_case_li_tit_rgh{width: 25%;height:100%;text-align: right;min-width: 2em;}
.idx_case_bot{width: 1200px;margin:0 auto;}
.idx_case_bot_ul li{margin:0 auto;width:80px;height:80px;border:1px solid #e5e5e5;-moz-border-radius: 50%;border-radius: 50%;overflow: hidden;position: relative;}
.idx_case_bot_ul li .idx_case_bot_nth{width:100%;height:100%;cursor: pointer;}
.idx_case_bot_nth img{width: 100%;height:100%;}
.idx_case_bot_ul li:hover{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.idx_case_bot_ul li:hover img{filter: brightness(800%);}
.idx_more{margin:40px 0;}
.idx_mores{width: 200px;height:50px;line-height: 50px;text-align: center;color:#fff;color:#a0a0a0;-moz-border-radius: 5px;border-radius: 5px;font-size: 16px;text-align: center;margin:0 auto;border:1px solid #a0a0a0;}
.idx_mores:hover{border-color:#fff;color:#fff;}

.idx_jishu{width:100%;background: url('../images/idx_jishu_bg.jpg');background-size:auto 100%;background-origin: center;height:720px;padding:30px 0;color:#444444;}
.idx_jishu .idx_td_titb{color: #777;}
.idx_jishu_con{width: 1200px;margin:0 auto;height:550px;}
.idx_jishu_left{width: 800px;}
.idx_jishu_left_tit{height: 50px;line-height: 50px;overflow: hidden;}
.idx_jishu_left_tita{font-size: 22px;font-weight: bold;}
.idx_jishu_left_titb{font-size: 14px;margin-left:5px;line-height: 56px;}
.idx_jishu_left_tp{height:500px;overflow: hidden;}
.idx_jishu_left_tp img{width: 100%;min-height: 100%;}
.idx_jishu_rgh{width: 316px;padding:0 42px; height: 100%;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));text-align: center;color:#fff;}
.idx_jishu_rgh_tit{height:48px;line-height: 48px;margin-top:40px;font-size: 28px;letter-spacing: 3px;}
.idx_jishu_rgh_titcon{font-size: 20px;line-height: 32px;height:32px;}
.idx_jishu_li{height: 72px;padding:14px 25px;margin-top:15px;background: #fff;}
.idx_jishu_li_nth{width: 72px;height: 72px;border-radius: 50%;overflow: hidden;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.idx_jishu_li_nth img{width: 100%;height: 100%;}
.idx_jishu_li_text{width:170px;height: 100%;text-align: left;}
.idx_jishu_li_tit{font-size: 18px;line-height: 36px;height: 36px;overflow: hidden;color:#444;}
.idx_jishu_li_tit span{font-weight:normal;}
.idx_jishu_li_txt{font-size: 16px;color:#6f6f6f;font-weight: bold;line-height: 36px;height:36px;overflow: hidden;}
.idx_jishu_li_txt span{font-weight:normal;}

.idx_news{width:100%;background: url('../images/idx_news_bg.jpg');background-size:auto 100%;background-origin: center;height:840px;padding:30px 0;color:#fff;}
.idx_news_type{width:1200px;margin:0 auto;}
.idx_news_type_ul{flex-wrap:wrap;}
.idx_news_type_ul li{width: 150px;height:44px;line-height: 44px;text-align: center;border-radius: 5px;background: #fff;color:#777777;font-size: 16px;margin:10px;cursor:pointer;}
.idx_news_type_ul li.on{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;}
.idx_news_cons{width: 1140px;margin:0 auto;padding:30px;background: rgba(255,255,255,0.88);margin-top:30px;height:350px;}
.idx_news_con{display: none;height:100%;}
.idx_news_con.on{display: block;}
.idx_news_left{width:560px;height:100%;}
.idx_news_left_ul li{margin-top:16px;height: 106px;}
.idx_news_left_ul li:first-child{margin-top:0;}
.idx_news_left_li_tp{width: 220px;height: 100%;}
.idx_news_left_li_tp img{width: 100%;height: 100%;}
.idx_news_left_li_text{width: 300px;margin-left:25px;height: 100%;}
.idx_news_left_li_tit{font-size: 16px;color:#444;line-height: 26px;height: 26px;overflow: hidden;}
.idx_news_left_li_time{font-size: 14px;color:#444444;height: 40px;line-height: 40px;overflow: hidden;}
.idx_news_left_li_jianjie{font-size: 14px;color:#757575;line-height:20px;height: 40px;overflow: hidden;}
.idx_news_rgh{width:560px;height:100%;}
.idx_news_rgh_ul li{height:57px;border-top:1px solid #b2b2b2;line-height: 55px;color:#444444;font-size: 16px;}
.idx_news_rgh_ul li:first-child{border:0;}
.idx_news_rgh_li_num{font-weight: bold;width: 30px;height:100%;line-height: 55px;}
.idx_news_rgh_li_tit{width: 300px;margin-left:20px;height:100%;line-height: 55px;overflow: hidden;}
.idx_news_rgh_li_time{width: 120px;height:100%;line-height: 55px;text-align: right;}

.idx_liucheng{width: 1200px;height:185px;margin:0 auto;position: relative;margin-top:15px;}
.idx_case_left{width: 172px;height: 100%;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));text-align: center;color:#fff;position: relative;}
.idx_case_left::after{content:'';position: absolute;left:100%;top:50%;width: 0;height: 0;border-top: 10px solid transparent;border-left: 10px solid rgba(69,127,191,1);border-bottom: 10px solid transparent;}
.idx_case_lefts{width: 150px;margin:auto;}
.idx_liucheng .idx_case_top_a{font-size: 24px;height:1.5em;line-height: 1.5em;overflow: hidden;color:#fff;}
.idx_liucheng .idx_case_top_b{font-size:12px;color:rgba(255,255,255,0.5);line-height: 1.5em;overflow: hidden;}
.idx_liucheng_con{width:1028px;;height: 100%;background: rgba(255,255,255,0.88);}
.idx_liucheng_li{text-align: center;color:#444;cursor:pointer;}
.idx_liucheng_li_tp{width:70px;height:70px;margin:0 auto;margin-top:30px;border:1px solid #8c8c8c;border-radius: 5px;}
.idx_liucheng_li_tit{font-size: 16px;color:#444444;line-height:50px;height:50px;}
.idx_liucheng_li_tit span{color:#9f9f9f;margin-right:5px;}
.idx_liucheng_li:hover .idx_liucheng_li_tp{background:linear-gradient(to right, rgba(74,87,165,0.8) , rgba(69,127,191,0.8));}
.idx_liucheng_li:hover .idx_liucheng_li_tp img{filter:brightness(500%);}
.idx_liucheng_li:hover .idx_liucheng_li_tit{background-image:linear-gradient(to right, #4a57a5 , #457fbf);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}


.idx_cailiao{width:100%;background: url('../images/cailiao_bg.jpg') no-repeat top center;}
.idx_cailiao_con{width: 1200px;padding:15px;background: #fff;margin:0 auto;}
.idx_cailiao_con_tp{width: 800px;height:400px;margin-bottom:20px;}
.idx_cailiao_con_tp img{width:100%;height:100%;}
.idx_cailiao_con_nth{width: 250px;height:330px;margin-left:25px;position: relative;overflow: hidden;background: #f0f0ee;cursor: pointer;}
.idx_cailiao_con_nth_tp{width:100%;height:100%;vertical-align: top;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
.idx_cailiao_con_nth:hover .idx_cailiao_con_nth_tp{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.idx_cailiao_con_nth_tit{position: absolute;top: 30px;left: 28px;}
.idx_cailiao_con_nth1{width: 380px;height:400px;margin-right: 0;margin-left:20px;margin-bottom:20px;}
.idx_cailiao_con_nth1 .idx_cailiao_con_nth_tit{top: 50px;left: 40px;}
.idx_cailiao_con_nth2{margin-left:0;}
.idx_cailiao_con_rgh{width:380px;height:330px;margin-left:20px;font-family: "微软雅黑";position: relative;}
.idx_cailiao_con_rgh_tit{font-size: 40px;line-height: 2em;text-align: left;font-weight: bold;color:#7a240d;margin-top:0.5em;}
.idx_cailiao_con_rgh_tita{font-size: 32px;line-height:1.5em;margin-top:0.5em;letter-spacing:3px;}
.idx_cailiao_con_rgh_titb{font-size: 16px;line-height: 2em;}
.idx_cailiao_con_rgh_more{margin-top:30px;}
.idx_cailiao_con_rgh_mores{width: 180px;height:50px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;font-size: 18px;line-height: 50px;text-align: center;-moz-border-radius: 5px;border-radius: 5px;}
.idx_cailiao_con_rgh_nth{position:absolute;right:0;bottom:0;width:43px;height:31px;}
.idx_cailiao_con_rgh_nth img{width:100%;height:100%;}

.idx_new{padding:20px 0;}
.idx_new_con{width: 1200px;margin:0 auto;padding:50px;}
.idx_new_con_left_ul li{width: 100%;height:110px;position: relative;overflow: hidden;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;margin-bottom:20px;}
.idx_new_con_left_li_tp{width: 220px;height: 110px;}
.idx_new_con_left_li_tp img{width: 100%;height:100%;}
.idx_new_con_left_li_rgh{width: 320px;height: 110px;margin-left: 20px;padding-right: 20px;}
.idx_new_con_left_li_tit{font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #5f5f5f;line-height: 30px;font-size: 16px;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.idx_new_con_left_li_data{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 8px 0 11px;color: #9d9d9d;font-size: 14px;font-weight: 400;}
.idx_new_con_left_li_txt{line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #9d9d9d;font-size: 14px;}
.idx_new_con_left_ul li:hover .idx_new_con_left_li_tit{color:#c79e68;}
.idx_new_con_rgh{width: 600px;}
.idx_new_con_rgh_ul li{width:600px;height:60px;position: relative;overflow: hidden;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;border-bottom: 1px solid #f1f1f1;line-height: 60px;}
.idx_new_con_rgh_li{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;font-size: 16px;color: #444;}
.idx_new_con_rgh_li_num{margin: 0 25px;font-weight: bold;}
.idx_new_con_rgh_li_tit{margin-right: 70px;width: 310px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.idx_new_con_rgh_li i{background-image: url("../images/icon.png");background-position: 0 -1804px;width: 24px;height: 14px;margin-left: 20px;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
.idx_new_con_rgh_ul li:hover{background: #c79e68;}
.idx_new_con_rgh_ul li:hover .idx_new_con_rgh_li{color: #fff;}
.idx_new_con_rgh_ul li:hover i{background-position: -38px -1804px;}


/*bot*/
.bot{width: 100%;background:url('../images/bot_bg.jpg') no-repeat center;background-size:cover;color:#fff;}
.bot_con{width: 1200px;margin:0 auto;}
.bot_baozhang{height: 50px;padding:50px 0;}
.bot_baozhang_ul li{position: relative;height:50px;color: #b8b8b8;padding-left:30px;}
.bot_baozhang_ul li::after{content: '';position: absolute;width: 1px;height: 100%;background: #4b4b4b;left:0;top:0;}
.bot_baozhang_ul li:first-child::after{display: none;}
.bot_baozhang_nth{width:50px;height:100%;overflow: hidden;}
.bot_baozhang_nth img{width: 100%;height: 100%;}
.bot_baozhang_text{width: 150px;height: 100%;margin-left:10px;}
.bot_baozhang_tit{font-size: 16px;line-height: 20px;height:20px;overflow:hidden;}
.bot_baozhang_dase{font-size: 14px;line-height: 20px;height:20px;overflow:hidden;margin-top:10px;}
.bot_cons{padding-bottom:30px;}
.bot_left{padding-left:30px;width:570px;}
.bot_left_nth{width: 60px;height:60px;}
.bot_left_nth img{width: 100%;height: 100%;}
.bot_left_con{width: 500px;margin-left:10px;}
.bot_left_tel{height: 60px;line-height: 60px;overflow: hidden;font-size: 30px;font-weight: bold;}
.bot_left_iphone{font-size: 14px;color:#fff;line-height:1.5em;margin-top:10px;}
.bot_left_iphone_tit{max-width:80px}
.bot_left_iphone_txt{max-width: 350px;}
.bot_links{width: 170px;padding-left:30px;}
.bot_links_tit{font-size: 16px;color:#7b7b7b;line-height: 2em;height: 2em;overflow: hidden;}
.bot_cont_youqin_ul li{font-size: 14px;height: 2em;line-height: 2em;}
.bot_cont_youqin_ul li a{color: #fff;}
.bot_cont_youqin_ul li a:hover{text-decoration: underline;opacity: 0.8;}
.bot_erweima{width: 140px;padding:0 30px;}
.bot_erweima_tp{width: 140px;height: 140px;}
.bot_erweima_tp img{width: 100%;height: 100%;}
.bot_erweima_tit{font-size:14px;color:#7b7b7b;line-height: 2em;text-align: center;}
.bot_bot{background: #0c0c0a;height:30px;line-height:30px;padding:10px 0;}
.bot_bot_con{width: 1200px;margin:0 auto;font-size: 14px;color:#ddd;}







.zhiding{width:76px;height:76px;-moz-border-radius: 5px;border-radius: 5px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));position:absolute;right:60px;top:-100px;overflow: hidden;}
.zhidings{width: 100%;height: 100%;cursor: pointer;}
@-webkit-keyframes huojian{
  0%{-webkit-transform:translate(0,0) rotateY(0deg);transform:translate(0,0) rotateY(0deg);}
  50%{-webkit-transform:translate(0,8px) rotateY(-60deg);transform:translate(0,8px) rotateY(-60deg);}
  100%{-webkit-transform:translate(0,0) rotateY(0deg);transform:translate(0,0) rotateY(0deg);}
}
@-moz-keyframes huojian{
  0%{-moz-transform:translate(0,0) rotateY(0deg);transform:translate(0,0) rotateY(0deg);}
  50%{-moz-transform:translate(0,8px) rotateY(-60deg);transform:translate(0,8px) rotateY(-60deg);}
  100%{-moz-transform:translate(0,0) rotateY(0deg);transform:translate(0,0) rotateY(0deg);}
}
@keyframes huojian{
  0%{-webkit-transform:translate(0,0) rotateY(0deg);-moz-transform:translate(0,0) rotateY(0deg);transform:translate(0,0) rotateY(0deg);}
  50%{-webkit-transform:translate(0,8px) rotateY(-60deg);-moz-transform:translate(0,8px) rotateY(-60deg);transform:translate(0,8px) rotateY(-60deg);}
  100%{-webkit-transform:translate(0,0) rotateY(0deg);-moz-transform:translate(0,0) rotateY(0deg);transform:translate(0,0) rotateY(0deg);}
}
.zhidingss{margin:auto;}
.zhidings_nth{width:36px;height:36px;margin:0 auto;}
.zhidings_nth img{width: 100%;height: 100%;position: relative;}
.zhidings_tith{font-size: 16px;color:#fff;text-align: center;line-height:1.5em;}
.zhidings:hover .zhidings_nth img{-webkit-animation:huojian 2s infinite linear;-moz-animation:huojian 2s infinite linear;animation:huojian 2s infinite linear;}

/*漂浮框*/
.piaofu_ul{position: fixed; top: 32%; right: 5%; width:90px; height: auto;-moz-border-radius: 5px;border-radius: 5px; z-index:3;}
.pfk_btn{width:90px;position: fixed;bottom:0;left:-20%;z-index:99999;cursor: pointer;}
.pfk_btn_tit{position: absolute;left:16%;top:13%;font-size: 14px;color:#fff;line-height: 20px;width:20px;}
.pgk_x{width:15px;cursor: pointer;position:absolute;right:2%;top:10px;}
.piaofu_ul li{width:88px;height:88px;border:1px solid #bfbfbf;text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;float: left;cursor: pointer;position: relative;background: #fff;margin-top:10px;}
.piaofu_icon{width: 40px;height: 40px;margin:0 auto;margin-top:10px;}
.piaofu_ul li:first-child{margin-top: 0;}
.piaofu_icon img{width:100%;height: 100%;}
.piaofu_li_tit{font-size:16px;color: #7d7d7d;line-height: 30px;}
.piaofu_erweima{position: absolute;width: 0;height:0;left:100%;top:0;opacity: 0;z-index:-1;overflow: hidden;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));font-size: 16px;text-align: center;font-weight: bold;color:#fff;}
.piaofu_erweima img{width: 100%;height: 100%;}
.piaofu_ul li:hover{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));border-color: transparent;}
.piaofu_li_erweima:hover .piaofu_erweima{width:100px;height:100px;left:-100px;opacity:1;-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;}
.piaofu_li_tel:hover .piaofu_erweima{width:150px;height:50px;line-height:50px;left:-150px;opacity:1;-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;}
.piaofu_ul li:hover .piaofu_icon img{color: #fff;filter:brightness(800%);-webkit-animation:tada 1s;-moz-animation:tada 1s;animation:tada 1s;}
.piaofu_ul li:hover .piaofu_li_tit{color: #fff;}

.seach_list{width:1200px;margin:0 auto;padding:3% 0;}
.seach_about_tit{font-size: 28px;color:#666;line-height: 2em;margin-bottom:20px;}
.seach_about{width: 100%;height: 2em;line-height: 2em;font-size: 16px;color:#333;background: #eee;padding:0.5em 30px;margin-bottom: 10px;}
.seach_about_lef{max-width: 50%;}


.erji_banner{width:100%;position: relative;}
.banner_li img{width: 100%;}
.banner_img img{width:100%;}
.erji_daohan{width: 100%;height: 100%;position: absolute;left:0;top:0;z-index: 1;}
.erji_daohans{text-align: center;margin:auto;max-width: 1200px;}
.erji_daohan_tit{font-size: 36px;color:#fff;font-weight: bold;line-height:1.5em;height: 1.5em;}
.erji_daohan_type{margin-top:40px;}
.erji_type_ul {background: #fff;padding:0 2em;border-radius: 1.5em;font-size: 16px;}
.erji_type_ul li{float: left;position: relative;margin:0 0.5em;height:3em;line-height: 3em;}
/*.erji_type_ul li::after{content: '';position: absolute;left:0;top:1em;width:1em;height:1em;background:url('../images/type_nth.jpg');background-size:100% 100%;display: none;}*/
.erji_type_ul li::before{content: '';position: absolute;left:0;top:1em;width:1px;height:1em;background: #dcdcdc;}
.type_li_tit{padding:0 1.5em;position: relative;color:#444444;}
/*.erji_type_ul li.on::after{display: block;}*/
.erji_type_ul li.on .type_li_tit{color: #4a57a5 ;}
.erji_type_ul li:first-child::before{display: none;}

.about{width: 100%;}
.about_one{padding-left:50%;width:40%;position: relative;}
.about_one_left{width: 20%;height:100%;overflow: hidden;position: absolute;left:0;top:0;}
.about_one_left img{height:100%;width: auto;min-width: 100%;}
.about_one_bg{width: 25%;height:100%;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));position: absolute;left:20%;top:0;}
.about_one_bg_con{max-width: 80%;margin:auto;color:#fff;text-align: center;}
.about_one_bg_tit{font-size:28px;line-height: 1.5em;}
.about_one_bg_desc{font-size: 32px;line-height: 1.5em;font-weight: bold;}
.about_one_hui{width: 20%;height:100%;overflow: hidden;position: absolute;left:45%;top:0;background: #edecec;z-index:-1;}
.about_one_con{padding-left:50%;min-height: 300px;padding:50px 0;}
.about_one_tit{font-size:32px;color:#362c28;line-height: 1.3em;font-weight: bold;font-family: '微软雅黑';}
.about_one_xian{width: 55px;height:9px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));margin:30px 0;}
.about_one_txt{font-size: 14px;line-height: 2.5em;color:#444444;}

.about_two{background: url('../images/about_bg2.jpg') no-repeat;background-size:cover;}
.about_two_con{width: 1200px;padding-top:200px;padding-bottom:50px;margin:0 auto;position: relative;}
.about_two_map{width: 500px;height:410px;margin:0 auto;position: relative;}
.about_two_map img{width: 100%;height:100%;}
.about_two_xz{background: #476cb3;color:#fff;position: absolute;left:25%;top:10%;}
.about_two_xzs{position: relative;padding:15px 30px;width:150px;}
.about_two_xzs::after{content: '';position: absolute;top:100%;right:20%;width: 0;height: 0;border-top: 10px solid rgba(69,127,191,1);border-left: 15px solid transparent;border-bottom: 10px solid transparent;}
.about_two_rgh{position: absolute;top:10%;right:0;width: 50%;line-height: 50px;font-size: 20px;color:#fff;text-align: right;}
.about_two_rgh span{font-size: 32px;margin:0 3px;}
@keyframes shan {
  0% {opacity:0.5;}
  50% {opacity:1;}
  100% {opacity:0.5;}
}
.about_two_map_dian{position: absolute;width:8px;height:8px;border-radius: 50%;box-shadow: 0 0 8px 3px #fce736;background: #fce736;opacity: 0.5;}
.about_two_map_dian.a{left:84%;top:24%;animation: shan 3s ease-in-out 2s infinite alternate;}
.about_two_map_dian.b{left:84%;top:34%;animation: shan 2s ease-in-out 3s infinite alternate;}
.about_two_map_dian.c{left:72%;top:34%;animation: shan 3.5s ease-in-out 1.5s infinite alternate;}
.about_two_map_dian.d{left:66%;top:44%;animation: shan 2.5s ease-in-out 3.5s infinite alternate;}
.about_two_map_dian.e{left:77%;top:48%;animation: shan 3s ease-in-out 1.5s infinite alternate;}
.about_two_map_dian.f{left:49%;top:62%;animation: shan 2s ease-in-out 2s infinite alternate;}
.about_two_map_dian.g{left:69%;top:63%;animation: shan 3.5s ease-in-out 2.5s infinite alternate;}
.about_two_map_dian.h{left:82%;top:64%;animation: shan 2.5s ease-in-out 2.5s infinite alternate;}
.about_two_map_dian.i{left:73%;top:74%;animation: shan 3s ease-in-out 4s infinite alternate;}
.about_two_map_dian.j{left:48%;top:80%;animation: shan 2s ease-in-out 2.5s infinite alternate;}
.about_two_map_dian.k{left:62%;top:85%;animation: shan 3.5s ease-in-out 0.5s infinite alternate;}

.about_there{width:1200px;margin:0 auto;padding-bottom: 50px;}
.about_there_top{padding:30px 0;}
.about_there_tit{font-size: 36px;line-height: 1.5em;text-align: center;}
.about_there_xian{width:70%;margin:0 auto;height: 1px;}
.about_there_xiana{width: 30%;background: #e5e5e5;height:1px;}
.about_there_lanxian{width: 72px;height:3px;background: #476cb3;margin:10px auto;}
.about_there_dase{font-size: 16px;color:#969696;line-height: 2em;margin-top:20px;text-align: center;}
.about_there_con{width: 100%;}
.about_there_wenhua{height:260px;}
.about_there_wenhua_left{width: 550px;height: 100%;}
.wenhua_tit{font-size: 26px;line-height:2em;color:#444444;margin-top:10px;}
.wenhua_tit_xian{width: 55px;height: 3px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.wenhua_txt{font-size:14px;color:#444;line-height: 2em;margin-top:30px;}
.about_there_wenhua_rgh{width: 600px;height: 100%;}
.about_there_wenhua_rgh img{width: 100%;height: 100%;}

.about_for{width: 100%;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.about_for_con{width: 1200px;margin:0 auto;padding:50px 0;}
.about_for_ul li{text-align: center;color:#fff;width: 158px;}
.about_for_li_tp{width: 158px;height: 158px;border-radius: 50%;overflow: hidden;background: #fff;margin:0 auto;}
.about_for_li_tp img{width: 100%;height: 100%;}
.about_for_li_tit{font-size: 18px;line-height: 1.5em;height: 1.5em;overflow: hidden;color:#fff;margin-top:10px;}
.about_for_li_xian{width: 36px;height: 3px;background: #fff;margin:10px auto;}
.about_for_li_desc{font-size: 14px;color:#fff;opacity: 0.5;line-height: 1.5em;}

.about_five{width: 100%;background: url('../images/about_five_bg.jpg') no-repeat;background-size:cover;}
.about_five .about_there_tit{color:#fff;}
.about_five .about_there_xiana{background: #fff;}
.about_five .about_there_lanxian{background: #fff;}
.about_five_con{width: 1200px;margin:0 auto;padding:30px 0;}
.banner_licheng{padding-bottom: 30px;}
.banner_li_img{height: 250px;overflow: hidden;}
.banner_li_img img{width: 100%;height:auto;}
.case_ban_con{width: 100%;height: 100%;position: absolute;left:0;top:100%;background: rgba(0,0,0,0.5);}
.licheng_ban_tit{font-size: 16px;color:#fff;line-height:70px;height:70px;overflow: hidden;text-align: center;}

.about_six{width: 100%;background:#edecec;padding:50px 0;}
.about_six_top{width: 1200px;margin:0 auto;text-align: center;}
.about_six_tit{font-size: 38px;font-weight: bold;color:#476cb3;line-height: 1.5em;}
.about_six_desc{margin-top: 10px;}
.about_six_descs{font-size: 24px;color:#797979;line-height: 40px;height: 40px;border-top:1px solid #bababa;border-bottom:1px solid #bababa;}
.about_six_con{width: 1200px;margin:0 auto;margin-top:40px;font-size: 14px;}
.about_six_con .banner_gbook_form_li{height:50px;line-height: 50px;}
.about_six_con .layui-form-item .layui-input{height: 48px;line-height: 48px;}
.about_six_con .layui-form-item .layui-btn{height: 48px;line-height: 48px;border-radius: 0;}
.about_kehu{width: 1200px;margin:0 auto;padding:50px 0;font-size: 16px;line-height: 2em;}
.about_kehu_tit{font-size:28px;line-height: 50px;text-align: center;color:#476cb3;}
.about_kehu_con{margin-top:30px;}
.about_kehu_con img{max-width: 100%;}
.lianxi_con{width: 1200px;margin:0 auto;padding:60px 0;}
.lianxi_form{width: 500px;height:340px;font-size: 14px;}
.lianxi_form .layui-form-label{padding:0;line-height: 48px;width: 110px;}
.lianxi_form .layui-form-item{border:1px solid #cccccc;line-height: 48px;}
.lianxi_form .layui-input{border:0;line-height: 48px;height: 48px;}
.lianxi_form .layui-textarea{border:0;line-height: 48px;padding:0;padding-left:10px;}
.lianxi_button .layui-input-block{padding:0;margin:0;}
.lianxi_button button{padding:0;width: 100%;border-radius: 0;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));line-height: 48px;height: 48px;float: left;font-size: 18px;}
.lianxi_rgh{width: 600px;}
#allmap{width: 100%;height:480px;}


.content{background: #fff;}
.kehu_con{width:100%;font-family: "宋体";color:#444;}
.kehu_fuwu{width: 1200px;margin:0 auto;}
.kehu_fuwu_tit{font-size: 36px;line-height: 2em;padding:40px 0;text-align: center;}
.kehu_fuwu_ul li{width:300px;height:340px;padding:30px 0;float: left;cursor: pointer;overflow: hidden;}
.kehu_fuwu_li_con{padding-left:40px;}
.kehu_fuwu_li_tp{width:100px;height:115px;background: #f3e9e7;}
.kehu_fuwu_li_tp img{width:100%;height:100%;}
.kehu_fuwu_li_num{font-size: 30px;line-height:2em;width:100px;text-align: center;}
.kehu_fuwu_li_tit{font-size: 24px;line-height: 1.5em;}
.kehu_fuwu_li_descript{font-size: 24px;line-height: 1.5em;margin-bottom: -15px;}
.kehu_fuwu_li_txt{font-size: 14px;line-height:1.8em;padding-top:20px;color: #949494;}
.kehu_fuwu_ul li:hover{background: #f2f2f2;}
.kehu_fuwu_ul li:hover .kehu_fuwu_li_tp{background: #b5563c;}
.kehu_fuwu_ul li:hover .kehu_fuwu_li_tp img{-webkit-filter: brightness(1000%);filter: brightness(1000%);}
.kehu_toushu{width: 100%;}
.kehu_toushu_con{background: #f2f2f2;}
.kehu_toushu_ul{width: 1200px;margin:0 auto;padding:60px 0;}
.kehu_toushu_ul li{width:290px;height:170px;background: #fff;text-align: center;cursor: pointer;position: relative;}
.kehu_toushu_li_reado{position: absolute;right:12px;top:12px;width: 16px;height:16px;-moz-border-radius: 50%;border-radius: 50%;border: 2px solid #c9c9c9;}
.kehu_toushu_li_reados{width: 8px;height:8px;margin:4px;-moz-border-radius: 50%;border-radius: 50%;overflow: hidden;background: #dedede;}
.kehu_toushu_li_nth{width: 60px;height: 60px;margin:0 auto;margin-top:15px;}
.kehu_toushu_li_nth img{width: 100%;height: 100%;}
.kehu_toushu_li_tit{font-size: 24px;line-height: 2em;overflow: hidden;}
.kehu_toushu_li_description{font-size: 14px;line-height: 2em;}
.kehu_toushu_ul li:hover .kehu_toushu_li_reado{border-color:#fff;}
.kehu_toushu_ul li:hover .kehu_toushu_li_reados{background:#fff;}
.kehu_toushu_ul li:hover{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;}
.kehu_toushu_ul li:hover .kehu_toushu_li_nth img{-webkit-filter: brightness(1000%);filter: brightness(1000%);}
.kehu_baoxiu{width: 100%;}
.kehu_baoxiu_ul li{width:386px;}

.gbook_list_con{position: relative;font-family: "宋体";}
.gbook_list_nth{position: absolute;}
.gbook_list_nth img{width: 100%;height: auto;}
.gbook_list_nth1{width:10%;left: 10%;top:0;}
.gbook_list_nth2{width:25%;right:7%;bottom:0;}
.gbook_list_from{width:1200px;margin:0 auto;min-height: 800px;}
.gbook_list_froms{width:560px;margin:auto;font-size:18px;}
.gbook_list_from_tit{font-size: 36px;color:#444;line-height: 2em;padding:50px 0;text-align:center;}
#kehu_form .layui-form-item{border-bottom:1px solid #dcdcdc;margin-bottom:25px;}
#kehu_form .layui-input{border:0;color:#999;background: rgba(255,255,255,0.6);}
#kehu_form .layui-form-label{width: 100px;}
#kehu_form .layui-input-block{margin-left: 130px;}
#kehu_form .layui-textarea-block textarea{height:200px;background: rgba(255,255,255,0.6);resize:none;}
#kehu_form .contact_form_button{border: 0;margin-top:50px;}
.contact_form_button button{width:180px;height:60px;line-height:60px;background: #afafaf;-moz-border-radius: 0;border-radius: 0;font-size: 24px;color:#fff;}
.contact_form_button button:first-child{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.layui-btn-primary:hover{border-color:#afafaf;color:#fff;}
#kehu_form .layui-input-block-select{width: 200px;}



.products{width: 1200px;margin:0 auto;font-family: "微软雅黑";padding:30px 0;}
.tuandui_saixuan{padding:20px 0;font-size: 14px;}
.tuandui_sancang{border:1px solid #d2d2d2;border-top-width:0;}
.tuandui_saixuan .tuandui_sancang:first-child{border-top-width:1px;}
.tuandui_sancang_left{width: 120px;line-height:45px;height: 45px;text-align: center;background: #ededed;color:#adadad;}
.tuandui_sancang_rgh{width:1078px;}
.tuandui_sancang_ul li{float: left;padding:0 2em;line-height: 45px;color: #7a7a7a;}
.tuandui_sancang_ul li:hover{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;}
.tuandui_ul li{width: 291px;margin-left:12px;float: left;margin-bottom:25px;position:relative;}
.tuandui_ul li:nth-child(4n-3){margin-left:0;}
.tuandui_li_tp{width: 100%;height:290px;position: relative;overflow: hidden;background: #000;}
.tuandui_li_tp img{width: 100%;height: 100%;}
.tuandui_li_tit{font-size: 22px;line-height: 50px;height:50px;}
.tuandui_li_bot_top{position: relative;height:50px;line-height: 50px;padding-left:20px;}
.tuandui_li_bot_top img{display: inline-block;font-size: 0;line-height: 0;vertical-align: middle;}
.tuandui_li_desc{margin:0 10px;}
.tuandui_li_bot hr{background: #eaeaea;height: 1px;margin:0;}
.tuandui_li_zp{font-size: 14px;color:#444444;}
.tuandui_li_cy{margin-left: 30px;font-size: 14px;color:#444444;}
.tuandui_li_bot_yy{position: absolute;right: 20px;top:0;width: 44px;}
.tuandui_li_bot_yy img{width: 100%;height: auto;float: left;}
.tuandui_bg{position: absolute;left:0;top:0;width: 100%;height: 100%;background: url('../images/sjs_bg.jpg');background-size: 100% 100%;display: none;}
.tuandui_bgs{padding:25px 20px;}
.tuandui_bgs_tp{width: 105px;height: 105px;}
.tuandui_bgs_tp img{width: 100%;height: 100%;}
.tuandui_bgs_tit{width: 125px;}
.tuandui_bgs_title{font-size: 20px;line-height: 1.5em;font-weight: bold;color: #fff;height:1.5em;overflow: hidden;}
.tuandui_bgs_desc{font-size:14px;color:#467bbc;line-height: 1.5em;margin-top:10px;}
.tuandui_bgs_desc img{width: 1.5em;height: 1.5em;margin-left: 10px;}
.tuandui_bgs_db{width: 100%;height: 150px;margin-top:20px;position: relative;}
.tuandui_bgs_db img{width: 100%;height: 100%;}
.tuandui_bgs_db_tit{position: absolute;bottom:0;left:0;background:rgba(0,0,0,0.5);color:#cccccc;width:100%;height: 36px;line-height: 36px;text-align: center;overflow: hidden;font-size: 14px;}
.tuandui_bgs_button{height: 50px;line-height: 50px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;font-size: 16px;text-align: center;margin-top:20px;}
.tuandui_ul li:hover .tuandui_bg{display: block;}
.tuandui_tuijian{width: 1200px;margin:0 auto;}
.tuandui_tuijian_left{width: 300px;height: 300px;}
.tuandui_tuijian_left img{width: 100%;height: 100%;}
.tuandui_tuijian_rgh{width: 840px;height: 300px;color:#444;font-size: 14px;}
.tuandui_tuijian_title{height: 35px;line-height: 35px;}
.tuandui_tuijian_tit{font-size: 20px;}
.tuandui_tuijian_desc{margin:0 10px;font-size:14px;color:#467bbc;line-height: 1.5em;}
.tuandui_tuijian_title img{display: inline-block;font-size: 0;line-height: 0;vertical-align: middle;width:20px;height: 20px;}
.tuandui_tuijian_cy{height: 50px;line-height: 50px;}
.tuandui_tuijian_c_tit{margin-top:40px;font-weight: bold;}
.tuandui_tuijian_c_con{margin-top:15px;line-height: 2em;height:6em;overflow: hidden;}
.tuandui_tuijian_more{height: 2em;line-height: 2em;margin-top:25px;color:#444;}
.tuandui_tuijian_more:hover{color:blue;}
.tuandui_tongji{height: 60px;line-height: 60px;background: #424242;padding:0 50px;font-size: 18px;color: #fff;margin:40px 0;}
.tuandui_tongji span{margin:0 5px;color:#019682;}

.sigong_ul li{width: 291px;margin-left:12px;float: left;margin-bottom:25px;position:relative;}
.sigong_ul li:nth-child(4n-3){margin-left:0;}
.sigong_ul .tuandui_li_desc{font-size: 14px;}
.sigong_ul .tuandui_li_bot_top{font-size: 14px;font-weight: bold;}


.baojia_type{position: relative;margin-top:40px;}
.baojia_type_xian_left{position: absolute;left:0;top:0;height:100%;width:1px;background: #d2d2d2;}
.baojia_type_xian_top{position: absolute;left:0;top:0;height:1px;width:100%;background: #d2d2d2;}
.baojia_type_xian_right{position: absolute;right:0;top:0;height:100%;width:1px;background: #d2d2d2;}
.baojia_type_xian_bottom{position: absolute;left:0;bottom:0;height:1px;width:100%;background: #d2d2d2;}
.baojia_type_ul li{float:left;width:149px;height:40px;line-height:40px;text-align:center;font-size:16px;border:1px solid #d2d2d2;border-top:0;border-left:0;cursor: pointer;color:#888;}
.baojia_type_ul li.on{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;}
.baojia_type_ul li:hover{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;}
.baojia_con{margin-top:50px;}
.baojia_con table{width:100%;border-top: 1px solid #ddd;border-left: 1px solid #ddd;line-height: 24px;font-size: 12px;color:#666;}
.baojia_con table td {border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;padding: 5px;min-width: 30px;max-width: 400px;}


.tuandui_top{padding-top:30px;}
.tuandui_show{width:820px;padding:0 30px;}
.tuandui_show_left{width:300px;height: 300px;}
.tuandui_show_tp{width:100%;height:100%;}
.tuandui_show_tp img{width:100%;height:100%;}
.tuandui_show_rgh{width:500px;}
.tuandui_show_tit{color:#333333;}
.tuandui_show_tita{font-size:30px;color:#444;line-height:1.5em;}
.tuandui_show_tit_rgh{margin-left:30px;width:140px;height:36px;line-height:36px;text-align:center;font-size:16px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;-moz-border-radius: 36px;border-radius: 36px;margin-top:5px;}
.tuandui_show_linian{font-size:14px;line-height: 30px;color:#444;}
.tuandui_show_xian{height:1px;background:#e8e8e8;width: 60px;margin-top:20px;margin-bottom: 10px;}
.tuandui_show_xians{width: 100%;}
.tuandui_show_linian img{width:30px;height: 30px;float: left;}
.sjs_show_rgh{width:280px;}
.sjs_show_rgh_top{position: relative;}
.sjs_show_rgh_top_txts{width:240px;margin:auto;}
.sjs_show_rgh_top_txtsa{font-size: 22px;color:#444;line-height:40px;}
.sjs_show_rgh_top_txtsb{font-size:14px;color:#c2c2c2;line-height:28px;}
.sjs_show_rgh_top_yuyue{margin-top:20px;font-size: 24px;line-height:2em;text-align: center;color:#333;padding-bottom:0.5em;}

.gbook_right form{margin-top:10%;font-size: 14px;color:#999;}
.gbook_right form .layui-form-item{position: relative;}
.gbook_right form .layui-input-block input{text-align: left;height:40px;line-height: 40px;background: #fff;border:0;}
.gbook_right form .layui-input-block{margin-left:0;}
.gbook_right form button{width: 100%;height: 46px;line-height: 46px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));font-size: 18px;}


.layui-form-item .form_text{width:3em;position: absolute;right:0;top:0;text-align: center;line-height:3em;font-size: 14px;height:3em;}
.tuandui_show_text{font-size: 14px;line-height: 30px;color:#444;}
.tuandui_show_text_tit{font-weight: bold;}
.tuandui_show_text_tit img{width: 30px;height: 30px;float: left;}
.tuandui_show_text_txt{padding-left:30px;line-height: 30px;max-height: 60px;overflow: hidden;}
.tuandui_show_text span{color:#333;}
.scfg .tuandui_show_text_txt{padding-left:0;font-weight: 400;}
.tuandui_show_jieshao{padding:2em 0;margin-top:2em;}
.tuandui_show_jieshao img{max-width:100%;}
.tuandui_show_jieshao_con{font-size: 14px;line-height: 2em;padding:1em 2em;}
.tuandui_show_daibiao{margin-top:2em;}
.tuandui_show_daibiao_tits{font-size: 24px;line-height:2em;color:#444;position: relative;margin-left:1em;text-align: center;}
.tuandui_show_daibiao_nth{text-align: center;}
.daibiao{width: 100%;padding:30px 0;}
.zanwu{font-size: 14px;color:#888;line-height: 2em;text-indent: 2em;}
.daibiao_li{margin-bottom: 20px;}
.daibiao_li_tp{width:100%;height:100%;overflow: hidden;}
.daibiao_li_tp img{width:110%;left:-5%;position: relative;}
.daibiao_li_tit{height:55px;line-height: 55px;font-size: 16px;color:#444;text-align: left;border-bottom: 1px solid #e9e8e8;padding:0 10px;overflow: hidden;}
.daibiao_li_bot{font-size: 16px;color: #7f7f7f;line-height: 36px;padding:5px 15px;}
.daibiao_li_bot_hx{height: 36px;overflow: hidden;}
.daibiao .daibiao_zsd{bottom:0;}
.daibiao .daibiao_zsd span{opacity: 1;background: #fff;width:20px;height:4px;-moz-border-radius: 0;border-radius: 0;border:1px solid #b5563c;}
.daibiao .daibiao_zsd span.swiper-pagination-bullet-active{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.daibiao_li:hover .daibiao_li_tp img{-webkit-animation: zyhd 5s infinite linear;-moz-animation: zyhd 5s infinite linear;animation: zyhd 5s infinite linear;}
.daibiao_li:hover{-webkit-box-shadow: 0 1px 5px 0 #aaa;-moz-box-shadow: 0 1px 5px 0 #aaa;box-shadow: 0 1px 5px 0 #aaa;}
.nr_show_bot{width:1200px;margin:0 auto;}

/*page*/
.pro_page{width: 1200px;margin:0 auto;padding-bottom:50px;}
.page{width:100%;}
.pages{margin:0 auto;font-size: 14px;text-align: center;}
.fenye{margin: 0 auto;text-align: center;display: inline-block;}
.main_page{clear:both;position:relative;width:100%;text-align:center;overflow:hidden;}
.main_page a{height:23px;display:inline-block;color:#fff;line-height:23px; padding:6px 10px;margin:0px 3px;cursor:pointer;background: #adadad;}
.main_page a:hover{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.main_page .select{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.main_page a:nth-child(1){display: none;}
.main_page a:nth-last-child(2){display: none;}
.main_page a:nth-last-child(3){display: none;}


/*上一条/下一条*/
.pro_show_bot{padding:20px 0;}
.pro_show_bot p{font-size: 16px;line-height:2.5em;color:#666;max-width:40%;text-align: left;overflow: hidden;height:2.5em;background: #ccc;padding:0 1em;cursor: pointer;}
.pro_show_bot span{color:#fff;}
.pro_show_bot p{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));width: 150px;overflow: hidden;}
.pro_show_bot p:hover{-webkit-box-shadow: 2px 2px 5px 0 #666;-moz-box-shadow: 2px 2px 5px 0 #666;box-shadow: 2px 2px 5px 0 #666;}
.pro_show_bot .next_yes,.pro_show_bot .next_no{text-align: right;}


.tuijian_bot{width: 1200px;margin:0 auto;margin-top:60px;}
.tuijian_bot_tit{font-size:20px;color:#000;line-height: 2em;border-bottom:1px solid #d2d2d2;}
.tuijian_ul{padding-bottom:50px;padding-top:30px;}
.tuijian_li{height:282px;}
.tuijian_li_tp{width: 100%;height: 210px;}
.tuijian_li_tp img{width: 100%;height: 100%;}
.tuijian_li_tit{padding:15px 20px;border:1px solid #d2d2d2;height:40px;}
.tuijian_li_tita{font-size: 14px;color:#444;}
.tuijian_li_titb{font-size: 14px;color:#999;}
.daibiao_zsd .swiper-pagination-bullet.swiper-pagination-bullet-active{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}

.prod_top{border:1px solid #bfbfbf;}
.genduoxg{border-top: 1px solid #bfbfbf;line-height: 90px;color:#565656;}
.prod_top .genduoxg:first-child{border-top:0;}
.genduoxg_left{font-size: 24px;font-weight: bold;margin-left:30px;}
.genduoxg_rgh{font-size: 18px;margin-left:20px;}
.genduoxg_form{width: 900px;height:52px;margin-top:19px;margin-left:10px;}
.anli_gbook_form_li{width: 240px;float: left;margin-right: 15px;}
.genduoxg_form .layui-input-block{margin-left:0;}
.genduoxg_form .layui-input{border:1px solid #bfbfbf;-moz-border-radius: 5px;border-radius: 5px;height: 52px;line-height: 52px;font-size: 14px;}
.anli_gbook_form_li .layui-form-item{margin:0;}
.anli_gbook_form_button{width: 120px;;height:40px;line-height: 40px;margin-top:6px;}
.anli_gbook_form_button button{padding:0;width: 100%;height:100%;line-height: 40px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.alltype_left{width:200px;font-size: 24px;font-weight: bold;text-align:center;}
.alltype_left a{color:#565656;}
.alltype_left.on a{color:#9d4229;}
.alltype_rgh{width: 980px;}
.alltype_ul li{float: left;position: relative;height:28px;line-height: 28px;margin:31px 0;}
.alltype_ul li::after{content: '';position:absolute;right:0;top:0;width: 1px;height: 100%;background: #bfbfbf;}
.alltype_ul li:nth-last-child(2)::after{display: none;}
.alltype_li_tit{font-size: 20px;color:#565656;padding:0 2em;}
.alltype_li_tit.on{color:#9d4229;}


.anli_saixuan{width:100%;margin-top:30px;}
.anli_saixuan_ul li{border-top:1px solid #e3e3e3;padding:10px 0;}
.anli_saixuan_ul li:nth-child(1){border-top:0;}
.saixuan_fenge{position: relative;}
.saixuan_fenge_left{min-width:5em;width:8%;max-width:6em;text-align: left;font-size: 18px;}
.saixuan_fenge_type{color:#333333;line-height: 30px;margin:10px 0;}
.saixuan_fenge_rgh{width:90%;height:50px;overflow: hidden;}
.saixuan_fenge_li{font-size: 16px;line-height:30px;height: 30px;padding:0 1em;margin:10px;float: left;}
.saixuan_fenge_li a{color:#333;}
.saixuan_fenge_on{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.saixuan_fenge_on a{color:#fff;}
.saixuan_fenge_li:hover{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));}
.saixuan_fenge_li:hover a{color: #fff;}
.saixuan_fenge_more{position: absolute;right:0;top:15px;height:18px;line-height: 18px;font-size: 14px;color:#bebebe;text-align:center;width:5em;border:1px solid #bebebe;-moz-border-radius: 10px;border-radius: 10px;cursor: pointer;display: none;}
.saixuan_fenge_more:hover{color: #7a240d;border-color:#b5563c;}
.saixuan_fenge_more_on{color: #7a240d;border-color:#b5563c;}

.anli_con{padding:20px 0;}
.anli_ul li{width: 390px;float: left;margin-left:15px;background: #f4f4f4;margin-top:15px;}
.anli_ul li:nth-child(3n-2){margin-left:0;}
.anli_li_tp{width:100%;height:290px;overflow: hidden;}
.anli_li_tp img{width:120%;height:120%;left:-10%;top:-10%;position: relative;}
.anli_li_tit{height:55px;line-height: 55px;font-size: 16px;color:#828282;padding:0 15px;}
.anli_li_tit_left{width: 270px;height: 100%;}
.anli_li_tit_rgh{width:80px;height: 100%;text-align: right;}
.anli_li_tits{position: relative;}
.anli_li_tits::after{content: '';position: absolute;width: 100%;height: 1px;top:0;left:0;background: #ebebeb;}
.anli_li_tits .anli_li_tit_left{text-align: right;}
.anli_li_tits .anli_li_tit_rgh{text-align: left;}
.anli_ul li:hover{-webkit-box-shadow: 0 0 10px 0 #ccc;-moz-box-shadow: 0 0 10px 0 #ccc;box-shadow: 0 0 10px 0 #ccc;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;}
.anli_ul li:hover .anli_li_tp img{-webkit-animation: gdxc 15s infinite linear;-moz-animation: gdxc 15s infinite linear;animation: gdxc 15s infinite linear;}
.anlist_li_bot{height:30px;padding:15px 20px;font-size:16px;color:#828282;}
.anlist_li_tit{height:30px;line-height: 30px;overflow: hidden;font-size: 14px;}
.anlist_li_ctit{height:30px;line-height: 30px;font-size: 12px;color:#999;max-width: 50%;overflow: hidden;text-align: right;}
.anlist_li_sjs{height:60px;padding-top:10px;border-top:1px solid #ebebeb;margin-top:10px;}
.anlist_li_sjs_tp{width: 60px;height:60px;-moz-border-radius: 5px;border-radius: 5px;overflow: hidden;}
.anlist_li_sjs_tp img{width: 100%;height:auto;}
.anlist_li_sjs_tit{width:149px;height:50px;font-size: 14px;color:#828282;padding:5px 0;margin-left:10px;}
.anlist_li_sjs_tita{height:25px;line-height: 25px;}
.anlist_li_sjs_duoshao{width:120px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));color:#fff;height:40px;margin-top:10px;text-align: center;line-height: 40px;-moz-border-radius: 5px;border-radius: 5px;font-size: 14px;}
.anli_show_left{width:800px;}
.anli_show_tit{font-size: 24px;color:#333;font-weight: bold;line-height:2em;text-align: center;margin-top:1em;}
.anli_show_data{font-size: 14px;color:#999;line-height: 1.5em;margin:1em 0;}
.anli_show_time{margin-left:30px;}
.anli_show_data .anli_show_time:nth-child(1){margin-left:0;}
.anli_show_xian{margin:30px;height:1px;background: #eee;}
.xianchang_show_jianjie{margin-bottom: 20px;font-size: 14px;color:#666666;line-height:1.5em;}
.xianchang_show_jianjie p{float: left;margin-right:30px;}
.xianchang_show_jianjie span{color:#333;}
.anli_show_tp{text-align: center;}
.anli_show_tp img{width:100%;}
.anli_show_txt{padding:10px 0;font-size: 16px;line-height: 2em;}
.anli_show_txt img{max-width:100%;}
.anli_show_rgh{width:250px;margin-top:20px;background: #f4f4f4;padding:25px;}
.anli_show_xq{margin-bottom:20px;}
.anli_show_xq_tit{font-size: 20px;color:#444;line-height: 2em;}
.anli_show_xq_xian{width: 2em;font-size: 20px;height: 1px;background: #d2d2d2;}
.anli_show_xq_con{margin-top:15px;}
.anli_show_xq_a{font-size:14px;line-height: 2em;}
.anli_show_xq_a span{color:#a0442b;font-size: 16px;}
.anli_show_sjs_left{width: 126px;height:165px;overflow: hidden;background: #000;}
.anli_show_sjs_left img{width: 100%;height: 100%;-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
.anli_show_sjs_left:hover img{-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
.anli_show_sjs_rgh{width: 110px;}
.anli_show_sjs_tit{font-size: 20px;color:#444;line-height: 2em;height: 2em;overflow: hidden;}
.anli_show_sjs_souxi{font-size: 14px;color:#9a9a9a;line-height: 2em;margin-top:1em;}
.anli_show_sjs_time{font-size:14px;color:#9a9a9a;line-height: 2em;}
.anli_show_sjs{color:#333333;cursor: pointer;}
.anli_show_sjs_tp{width: 100%;overflow: hidden;}
.anli_show_sjs img{width:100%;height: auto;-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}
.anli_show_sjs_zl{padding:20px;}
.anli_show_sjs_name{font-size:28px;line-height:1.5em;}
.anli_show_sjs_zhicheng{font-size: 20px;}
.anli_show_sjs_shu{margin:0 0.5em;font-size: 22px;color:#666;}
.anli_show_sjs_data{font-size:14px;color: #666;line-height: 2em;padding:1em 0;}
.anli_show_sjs:hover{background: #f08300;color:#fff;}
.anli_show_sjs:hover a{color:#fff;}
.anli_show_sjs:hover .anli_show_sjs_data{color:#fff;}
.anli_show_sjs:hover img{-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);transform:scale(1.2,1.2);-webkit-transition:all 1s;-moz-transition:all 1s;transition:all 1s;}

.quanjin_li_tp_bt{position: absolute;right:20px;top:20px;padding:0 1.5em;background: rgba(0,0,0,0.5);color:#fff;font-size: 12px;line-height: 2em;-moz-border-radius: 1em;border-radius: 1em;z-index: 2;}
.quanjin_li_tp_bj{position: absolute;width:100%;height: 100%;left:0;top:0;background: rgba(0,0,0,0.7);z-index:-1;cursor: wait;}
.quanjin_li_tp_bjs{position: relative;width:100%;height:100%;}
.quanjin_li_tp_djs{margin: auto;text-align: center;color:#fff;font-family: arial;line-height: 2em;}
.quanjin_li_tp_djs i{font-size: 48px;}
.vr_show_tit{font-size:24px;font-weight: bold;color:#333333;line-height: 1.5em;text-align: center;margin-bottom:1em;}
.vr_show_tp{position: relative;width:100%;overflow: hidden;}
.vr_show_tp img{width:100%;}
.vr_show_tp .quanjin_li_tp_bj{z-index: 2;}
.vr_show_tp iframe{position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;}
.vr_show_txt{border-top:2px solid #f08300;padding:2em;margin-top:3em;font-size: 16px;line-height:2em;color:#666;}
.vr_show_txt img{max-width: 100%;}


.anli_show_sjs_yuyue{color:#333333;padding:20px;margin-top:20px;}
.anli_show_sjs_yuyue_tit{font-size: 24px;line-height:2em;text-align: center;color:#333;border-bottom: 1px solid #ddd;padding-bottom:0.5em;}
#form_anlishow_yuyue{}
#form_anli_yuyue{margin-top:10%;font-size: 14px;color:#666;}
#form_anli_yuyue .layui-form-item{position: relative;}
#form_anli_yuyue .layui-input-block{margin-left:0;text-align: center;}
#form_anli_yuyue .layui-input-block input{text-align: left;height:40px;line-height: 40px;background: #fff;}

.anli_show_tuijian_tit{height: 46px;line-height: 46px;text-align: center;background: #a8a8a8;font-size:18px;font-weight: bold;color:#fff;}
.anli_tuijian_ul li{margin-top: 15px;}
.anli_tuijian_li_left{width: 100px;height:65px;}
.anli_tuijian_li_left img{width: 100%;height: 100%;}
.anli_tuijian_li_rgh{width: 138px;margin-left:12px;font-size: 14px;color:#333;line-height: 1.5em;}
.anli_tuijian_li_tita{color:#888;font-size: 12px;line-height: 1.5em;}
.anli_tuijian_li_xq{font-size: 12px;color:#fff;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));padding:0 0.5em;margin-top:3px;}
.sjs_show_tuijian{border: 1px solid #eaeaea;margin-top:20px;}
.sjs_show_tuijian_tit{font-size: 18px;color:#3b3b3b;line-height: 60px;height: 60px;text-align: center;}
.sjs_tuijian_ul li{padding:25px 20px;border-top: 1px solid #eaeaea;}
.sjs_tuijian_li_left{width: 100px;height: 100px;margin:0 20px;border-radius: 50%;overflow: hidden;}
.sjs_tuijian_li_left img{width: 100%;height: 100%;}
.sjs_tuijian_li_tit{font-size: 20px;line-height:2em;color:#3b3b3b;}
.anli_tuijian_li_tita{font-size: 14px;color:#3b3b3b;line-height: 1.5em;}



.new_ul li{margin-bottom:50px;float: left;width: 374px;margin-left:36px;border:1px solid #dcdcdc;}
.new_ul li:nth-child(3n-2){margin-left:0;}
.new_li_tp{height:200px;}
.new_li_tp img{width:100%;height:100%;}
.new_li_text{padding:35px;color:#444444;padding-top:20px;}
.new_li_tit{font-size: 16px;line-height:40px;height: 40px;overflow: hidden;}
.new_li_text hr{height: 1px;background: #dcdcdc;margin:10px 0;}
.new_li_data{font-size: 14px;line-height: 24px;height:24px;color:#aaa;margin:10px 0;}
.new_li_txt{font-size: 14px;color:#aaa;line-height: 25px;height:75px;overflow: hidden;}
.new_ul li:hover a{color:#f08300;}
.new_ul li:hover .new_li_data{color:#666;}
.new_ul li:hover .new_li_txt{color:#333;}
.news_show_left{width:860px;}
.news_show_rgh{width: 320px;}
.news_show_yuyue{background: #f2f2f2;padding:20px;}
.news_show_yuyue hr{background: #e7e7e7;height: 1px;margin:10px 0;}
.contact_gbook_tit{font-size: 26px;color:#333333;line-height: 50px;height: 50px;text-align: center;}

.xianchang_con{width:100%;margin-top:35px;}
.xianchang_ul li{height:288px;background: #fff;margin-bottom:50px;}
.xianchang_li_tp{width: 388px;height: 100%;}
.xianchang_li_tp img{width: 100%;height:100%;}
.xianchang_li_rgh{width:762px;height: 100%;margin-right: 25px;color:#444444;}
.xianchang_li_tit{font-size: 22px;line-height:44px;height: 44px;margin-top:20px;}
.xianchang_li_tit_a{height: 100%;width: 500px;}
.xianchang_li_tit_b{width:160px;height: 100%;font-size: 14px;color:#929292;}
.xianchang_li_js{font-size: 16px;color:#828282;line-height: 32px;height:32px;margin-top:20px;}
.xianchang_li_xian{height: 60px;margin-top:40px;color: #828282;position: relative;}
.xianchang_li_xian::after{content:'';position: absolute;left:0;top:0;width:100%;background: #ebebeb;height: 1px;z-index: -1;}
.xianchang_li_jieduan_nth{width: 18px;height:18px;border:1px solid #c4c4c4;-moz-border-radius: 50%;border-radius: 50%;overflow: hidden;background: #fff;margin:auto;}
.xianchang_li_jieduan_tit{font-size: 16px;line-height:32px;margin-top:8px;text-align: center;}
.xianchang_li_jieduan{position: relative;top:-9px;width:15%;margin-left:2%;float: left;cursor: pointer;}
.xianchang_li_xian .xianchang_li_jieduan:first-child{margin-left:0;}
.xianchang_li_jieduan.on .xianchang_li_jieduan_nth{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));border-color:#893119;}
.xianchang_li_jieduan.on{color:#893119;}
.xianchang_li_jieduan:hover{color:#893119;}
.xianchang_li_jieduan:hover .xianchang_li_jieduan_nth{background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));border-color:#893119;}
.xianchang_li_yuyue{margin-top:10px;height:40px;line-height: 40px;}
.xianchang_li_yuyues{width: 150px;height: 100%;-moz-border-radius: 5px;border-radius: 5px;background:linear-gradient(to right, rgba(74,87,165,1) , rgba(69,127,191,1));text-align: center;color:#fff;font-size: 16px;cursor: pointer;}
.xianchang_li_tisi{width: 600px;height: 100%;font-size: 14px;color:#888;}
.haoli{font-size:16px;line-height: 2em;padding:5% 0;width:96%;margin:0 auto;max-width: 1200px;}
.haoli_con img{max-width: 100%;}

.fuwu_con{width: 100%;}
.fuwu_con img{max-width: 100%;font-size: 0;line-height: 0;}








/*两边的向两边靠*/
.flex_space-between{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between;-moz-box-pack:space-between;-webkit--moz-box-pack:space-between;box-pack:space-between;}
/*水平居中*/
.flex_justify-content{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-moz-box-pack:center;-webkit--moz-box-pack:center;box-pack:center;}
/*完美的平均分配*/
.flex_justify-content-around{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around;-webkit-justify-content:space-around;-moz-box-pack:space-around;-webkit--moz-box-pack:space-around;box-pack:space-around;}
/*垂直居中*/
.flex_align-items{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-ms-flex-align:center;align-items:center;box-align:center;-moz-box-align:center;-webkit-box-align:center;}
/*禁止复制文字*/
/*body{-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}*/
a {border:0px;text-decoration:none;}
img {border:0px;text-decoration:none;}
select{
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/xiala.png") no-repeat scroll right 8px center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 22px;
}

