﻿

/*默认隐藏百度分享触控弹层*/
.bdshare_popup_box { display:none!important;}

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../images/ico.png);
	*text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');vertical-align:middle;}
.ico:before {content:'\3000';}
.ico1_2 { background-position:-20px 0;}
.ico1_3 { background-position:-40px 0;}
.ico1_4 { background-position:-60px 0;}
.ico1_5 { background-position:-80px 0;}
.ico2_1 { background-position:0 -20px;}
.ico2_2 { background-position:-20px -20px;}
.ico2_3 { background-position:-40px -20px;}
.ico2_4 { background-position:-60px -20px;}
.ico2_5 { background-position:-80px -20px;}
.ico3_1 { background-position:0 -40px;}
.ico3_2 { background-position:-20px -40px;}
.ico3_3 { background-position:-40px -40px;}
.ico3_4 { background-position:-60px -40px;}
.ico3_5 { background-position:-80px -40px;}
.ico4_1 { background-position:0 -60px;}
.ico4_2 { background-position:-20px -60px;}
.ico4_3 { background-position:-40px -60px;}
.ico4_4 { background-position:-60px -60px;}
.ico4_5 { background-position:-80px -60px;}
/* 常量设置 */
.wrap { width:85%; margin-right:auto; margin-left:auto;}
.mwrap { width:93.75%; margin-right:auto; margin-left:auto;}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body{min-width:1240px\9; overflow-x:auto;}
/*for ie9+*/
@media all and (min-width:0){
	body{min-width:0; overflow-x:hidden;}
}
body{font-size:14px; line-height:1.6; color:#2b2b2b; background:#fff; }
.nomove{overflow:hidden; -ms-overflow-x:hidden; -ms-overflow-y:hidden;}
a{color:inherit;}
a:hover { color:#fa8c35;}
::-moz-selection {color:#fff; background:#fa8c35; }
::selection {color:#fff; background:#fa8c35; }
::-webkit-input-placeholder { color:rgba(38, 38, 38, 0.5); } 
.placeholder { color:rgba(38, 38, 38, 0.5);}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#fa8c35; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* 网站样式 */
/* 头部 */
.header{position:fixed; left:0; top:0; width:100%; z-index:99; transition:all .5s ease; border-bottom:1px solid rgba(106,67,35,0.5);}

.header .h_logo{padding-top:20px; padding-bottom:0px;}
.header .h_logo a{width:222px; height:53px; display:block;}
.header .h_logo a .img01{display:block;}
.header .h_logo a .img02{display:none;}

/* 导航 */
/* .header .inav_wrapper{width:51.5%; margin-right:5.5%;} */
.header .inav_wrapper .nav_li{padding:35px 20px 28px; float:left; position:relative;}
.header .inav_wrapper .nav_li .inav_a{font-size:17px; line-height:30px; color:#ffffff; transition:all .5s ease; }
.header .inav_wrapper .nav_li .dropdown{display:none; position:absolute; width:250px;  left:-70px; top:100%; background:#fff; border-radius:3px; overflow:hidden;}
.header .inav_wrapper .nav_li .dropdown ul li{text-align:center; transition:.1s ease; color:#5d5d5d; line-height:45px; cursor:pointer;}
.header .inav_wrapper .nav_li .dropdown ul li:hover{background:#fa8c35; color:#FFFFFF}
.header .inav_wrapper .nav_li .dropdown ul li a:hover{ color:#fff!important}
.nav_li3{ padding-left:20px; padding-right:20px;
}

.vmvm{background:#fa8c35; color:#FFFFFF;  float:left; text-align:center; margin-top:30px; width:80px; line-height:40px;border-radius:5px; margin-left:15px;}
.vmvm a:hover{color:#FFFFFF;}

/* tools */
.header .h_tools{padding-top:53px;}

/* 搜索 */
.header .h_tools .h_search{cursor:pointer; margin-right:30px; margin-left:20px;}
.header .h_tools .h_search .icon{width:19px; height:19px; background:url(../images/h_search01.png) no-repeat center/cover;}

.search-alert{position:fixed; left:0; top:-100%; width:100%; background:#fff; z-index:98; transition:all 0.5s ease;}
.search-alert .content{width:80%; margin:0 auto; position:relative;}
.search-alert .close{position:absolute; right:0; width:40px; top:0; height:100%; cursor:pointer;}
.search-alert .close::before,
.search-alert .close::after{content:''; position:absolute; top:50%; margin-top:-2px; height:4px; right:0; width:16px; background:#5d5d5d; transform:rotate(45deg);}
.search-alert .close::before{transform:rotate(-45deg);}
.search-alert .cent-form {padding:28px 0; height:60px; line-height:60px; float:left; width:86%;}
.search-alert .cent-form form .inp {display:block; border:none; font-size:16px; height:60px; line-height:60px; width:100%; text-align:left; box-sizing:border-box; background:none; padding:0;}
.search-alert.active{top:0;}

/* 右侧导航 */
.header .h_tools .h_menu{cursor:pointer; margin-right:0; padding-top:1px;}
.header .h_tools .h_menu .icon{width:18px; height:17px; background:url(../images/h_menu01.png) no-repeat center/cover;}

.right_nav .cover{position:fixed; top:0; right:0; width:100%; height:100%; background-color:rgba(0,0,0,0.7); backdrop-filter:blur(3px); -webkit-backdrop-filter:blur(3px); z-index:20; transition:all 0.5s; opacity:0; visibility:hidden;}
.right_nav .close{text-align:right; cursor:pointer; margin-bottom:30px;}
.right_nav .content{position:fixed; right:-100%; top:0; width:16%; height:100%; z-index:100; background:#fff; transition:all 0.5s; overflow-y:auto; padding:50px 20px; box-sizing:border-box;}
.right_nav .content ul li{padding:0 20px; line-height:32px; font-size:16px; color:#000; margin-bottom:10px;}
.right_nav.active .cover{opacity:1; visibility:visible;}
.right_nav.active .content{right:0;}

/* 导航吸顶 */
.header.fixed{background:#ffffff;}
.header.fixed .h_logo a .img02{display:block;}
.header.fixed .h_logo a .img01{display:none;}
.header.fixed .inav_wrapper .nav_li .inav_a{color:#5d5d5d;}
.header.fixed .h_tools .h_search .icon{background:url(../images/h_search02.png) no-repeat center/cover;}
.header.fixed .h_tools .h_menu .icon{background:url(../images/h_menu02.png) no-repeat center/cover;}
.header.fixed .inav_wrapper .nav_li .inav_a:hover{color:#fa8c35;}


.header.fixed .inav_wrapper .nav_li3 .inav_a{color:#fff;background:#7754f2;border-radius:5px;}
.header.fixed .inav_wrapper .nav_li3 a{color:#fff!important}
/* 导航触控 */
.header:hover{background:#ffffff;}
.header:hover .h_logo a .img02{display:block;}
.header:hover .h_logo a .img01{display:none;}
.header:hover .inav_wrapper .nav_li .inav_a{color:#5d5d5d;}
.header:hover .h_tools .h_search .icon{background:url(../images/h_search02.png) no-repeat center/cover;}
.header:hover .h_tools .h_menu .icon{background:url(../images/h_menu02.png) no-repeat center/cover;}
.header:hover .inav_wrapper .nav_li .inav_a:hover{color:#fa8c35;}

/* 下层导航 */
.header.xc_header{background:#fff;}
.header.xc_header .h_logo a .img02{display:block;}
.header.xc_header .h_logo a .img01{display:none;}
.header.xc_header .inav_wrapper .nav_li .inav_a{color:#5d5d5d;}
.header.xc_header .h_tools .h_search .icon{background:url(../images/h_search02.png) no-repeat center/cover;}
.header.xc_header .h_tools .h_menu .icon{background:url(../images/h_menu02.png) no-repeat center/cover;}
.header.xc_header .inav_wrapper .nav_li .inav_a:hover{color:#fa8c35;}


/* 手机端相关 */
.header .mobile_key{display:none;}
.m_nav{display:none;}


/* 底部 */
.footer{background:#f1f0f6; position:relative;}
.footer::after{content:''; position:absolute; bottom:0; right:0; background:url(../images/footer_cover.png) no-repeat center/cover; width:37%; height:100%;}
.footer .top{padding:70px 0 90px; z-index:10; position:relative;}
.footer .top .left{width:26.25%; float:left;}
.footer .top .left img{width:70%; }

.footer .top .contact{margin-top:0px;}
.footer .top .contact img{width:56%;}

.footer .top .contact .name{font-size:18px; line-height:30px; color:#343434; font-weight:bold; margin-bottom:10px;}
.footer .top .contact a{display:block; font-size:15px; line-height:24px; color:#343434;}
.footer .top .contact a:hover{color:#fa8c35;}
.footer .top .right{width:73%; float:right;}


.footer .top .right dl{float:left; font-size:16px; }
.dl01{float:left; width:70%;}
.rrr{width:18%; float:right; text-align:center}
.dl03{width:100%; }
.dl04{width:100%; }
.dl05{width:100%; }
.dl06{width:100%; }

.footer .top .right dl.no_right{margin-right:0;}
.footer .top .right dl dt{font-size:18px; line-height:34px; color:#343434; font-weight:bold; padding-bottom:5px; border-bottom:2px solid #aac5d9; margin-bottom:25px;}
.footer .top .right dl dd{font-size:16px; line-height:26px; color:#5d5d5d; margin-bottom:10px;}
.footer .bott{font-size:15px; color:#fff;line-height:27px; padding-top:25px; padding-bottom:15px; }

/* 下层banner */
.xc_banner{margin-top:114px; position:relative; overflow:hidden;}
.xc_banner .intro{position:absolute; top:50%; transform:translate(0,-50%); left:0; width:100%;}
.xc_banner .intro .tit{font-size:36px; line-height:40px; font-weight:bold; color:#fff;}

/* 面包屑 */
.crumbs{text-align:right;}
.crumbs .right{font-size:15px; line-height:17px; color:#6e6e6e; padding:22px 0;}
.crumbs .right span{padding:0 5px;}


/* 公共部分 */
.channel_content{min-height:400px;}


/* 首页 */






.ipart01{padding:80px 0 90px; background:#f7f9fb;}
.ipart01 .top{position:relative;}
.ipart01 .top .common_words{width:100%;}
.ipart01 .common_words .tit{width:100%;}
.ipart01 .top .words{position:absolute; right:0; width:40%; top:50%; transform:translateY(-50%); font-size:15px; line-height:30px;}
.ipart01 .content{margin-top:70px;}
.ipart01 .content li{float:left; width:50%; margin-right:0%; position:relative; overflow:hidden;  box-shadow:0px 0px 25.92px 1.08px rgba(63, 63, 63, 0.17); transition:all .3s ease;}
.ipart01 .content li:last-child{margin-right:0;}
.ipart01 .content li .rect-1452{padding-bottom:145.238%;}
.ipart01 .content li .cover_box{position:absolute; bottom:0; left:0; width:100%; height:100%;}
.ipart01 .content li .cover_box .title_box{position:absolute; bottom:35px; left:0; width:100%; padding:0 40px; z-index:20;}
.ipart01 .content li .cover_box .title_box .tit{font-size:18px; line-height:36px; color:#363636; font-weight:bold; transition:all .3s ease .1s;}
.ipart01 .content li .cover_box .title_box .con{font-size:16px; line-height:30px; color:#5d5d5d; font-family:Arial; transition:all .3s ease .1s;}
.ipart01 .content li .cover_box .cover_bott{bottom:0; height:128px; left:0; width:100%; position:absolute; background:#fff; z-index:2; transition:all .2s ease;}
.ipart01 .content li .cover_box .cover_all{position:absolute; bottom:0; left:0; width:100%; height:100%; background: rgba(6, 98, 149, 0.8); transition:all .6s ease; }
.ipart01 .content li .cover_box .cover_img{position:absolute; bottom:100%; background:url(../images/ipart01_cover_jb.png) no-repeat center/cover; left:0; width:100%; height:154px; transition:all .5s ease;}
.ipart01 .content li .cover_box .cover_img.img02{opacity:0.7; transition-delay:0.2s;}
.ipart01 .content li .cover_box .cover_img.img03{opacity:0.5; transition-delay:0.3s;}
.ipart01 .content li .cover_box .cover_img.img04{opacity:0.3; transition-delay:0.4s;}
.ipart01 .content li .cover_box .icon{position:absolute; left:50%; transform:translate(-50%,0); top:170px; opacity:1; visibility:visible; transition:all .3s ease;}

.ipart01 .content li:hover{transform:scale(1);}
.ipart01 .content li:hover .cover_box .title_box .tit{color:#ffffff;}
.ipart01 .content li:hover .cover_box .title_box .con{color:#ffffff;}
.ipart01 .content li:hover .cover_box .cover_bott{height:0;}
.ipart01 .content li:hover .cover_box .cover_all{height:0;}
.ipart01 .content li:hover .cover_box .cover_img{bottom:0;}
.ipart01 .content li:hover .cover_box .cover_img.img02{bottom:25px;}
.ipart01 .content li:hover .cover_box .cover_img.img03{bottom:50px;}
.ipart01 .content li:hover .cover_box .cover_img.img04{bottom:75px;}
.ipart01 .content li:hover .cover_box .icon{ opacity:0; visibility:hidden;}

.ipart02{margin-top:90px;}
.ipart02 .content{position:relative;}
.ipart02 .content .left{width:58%;}
.ipart02 .content .left .rect-6548{padding-bottom:65.48%; }

.ipart02 .content .right{position:absolute; right:0; top:50%; transform:translateY(-50%); width:37.5%;}
.ipart02 .content .right .common_words .tit{width:80.7%;}
.ipart02 .content .right .words{margin-top:60px; font-size:15px; line-height:30px; text-align:justify; max-height:270px; overflow-y:auto; padding-right:5px;}
.ipart02 .content .right .words::-webkit-scrollbar {width:2px; height:2px;}
.ipart02 .content .right .words::-webkit-scrollbar-thumb {border-radius:5px; background:#fa8c35; }
.ipart02 .content .right .words::-webkit-scrollbar-track {border-radius:0; background:#f6f5f5;}

.ipart02 .btns .more_btn{float:left; position:relative; display:block; line-height:50px; color:#fa8c35; font-size:18px; font-weight:bold; z-index: 0; padding:0 60px; margin-top:45px;}
.ipart02 .btns .more_btn:hover{color: #fff;}
.ipart02 .btns .more_btn::before{content:""; position:absolute; top:50%; left:50%; width:100%; height:100%; transform: translate(-50%, -50%) scale(1); border:1px solid #fa8c35; transition: all .5s ease; z-index: 0;}
.ipart02 .btns .more_btn:hover::before{transform: translate(-50%, -50%) scale(1.2); opacity:0;}
.ipart02 .btns .more_btn::after{content:""; position:absolute; top:50%; left:50%; width:100%; height:100%; transform: translate(-50%, -50%) scale(0.8); opacity:0; background:#fa8c35; transition: all .5s ease; z-index: -1;}
.ipart02 .btns .more_btn:hover::after{transform: translate(-50%, -50%) scale(1); opacity:1;}

.ipart03{margin-top:90px;}
.ipart03 .content{margin-top:70px; position:relative;}
.ipart03 .content .left{background:#f5f7fa; position:absolute; top:0; left:0; width:42.5%; height:100%;}
.ipart03 .content .left .img{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:90%; max-height:80%;}
.ipart03 .content .right{width:54.1%; }
.ipart03 .content .right li{padding:37px 0; border-bottom:1px solid #e5e5e5; position:relative;}
.ipart03 .content .right li::before{content:''; position:absolute; left:0; width:0; bottom:0; height:1px; background:#fa8c35; transition:all .3s ease;}
.ipart03 .content .right li:first-child{padding-top:0;}
.ipart03 .content .right li .t{font-size:18px; line-height:32px; color:#363636; font-weight:bold; transition:all .3s ease; float:left; width:calc(100% - 70px);} 
.ipart03 .content .right li .time{float:right; font-size:18px; line-height:32px; color:#989898;} 
.ipart03 .content .right li .c{font-size:15px; line-height:30px; height:60px; color:#5d5d5d; width:73%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.ipart03 .content .right li .jt{width:8px; height:15px; background:url(../images/ipart03_jt01.png) no-repeat center; float:right;}
.ipart03 .content .right li:hover::before {width:100%;}
.ipart03 .content .right li:hover .t{color:#fa8c35;}
.ipart03 .content .right li:hover .jt{background:url(../images/ipart03_jt02.png) no-repeat center;}

.ipart04{margin-top:90px; position:relative;}
.ipart04 .box{float:left; width:50%; height:426px; overflow:hidden; position:relative;}
.ipart04 .box img{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:100%; max-width:none; transition:transform .5s ease; }
.ipart04 .box.on img{transform:translate(-50%,-50%) scale(1.05);}
.ipart04 .words_content{position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.ipart04 .words_content .left{float:left; width:50%;}
.ipart04 .words_content .right{float:right; width:50%;}
.ipart04 .words_content .cont{padding:110px 0; }
.ipart04 .words_content .cont .tit{font-size:36px; line-height:40px; color:#fff; font-weight:bold; margin-bottom:25px;}
.ipart04 .words_content .cont .con{font-size:15px; line-height:30px; color:#fff; width:70%; height:120px; overflow:hidden;}
.ipart04 .words_content .cont .more{font-size:18px; line-height:30px; font-weight:bold; color:#fff; text-align:right; padding-right:18.7%; cursor:pointer;}
.ipart04 .words_content .right .cont{padding-left:18.7%;}
.ipart04 .words_content .right .cont .form_box{width:100%; position:relative;}
.ipart04 .words_content .right .cont .form_box .iconfont{position:absolute; left:24px; top:50%; transform:translateY(-50%); margin:0; color:rgba(255,255,255,0.5); font-size:24px; line-height:24px;}
.ipart04 .words_content .right .cont .form_box .inp{margin:0; width:calc(100% - 126px); border:1px solid #fff; border-radius:0; color:#fff; border-right:0; font-size:15px; line-height:28px; padding:15px 0; background:none; padding-left:60px; box-sizing:border-box; float:left;}
.ipart04 .words_content .right .cont .form_box input:-moz-placeholder{color:rgba(255,255,255,0.5);}
.ipart04 .words_content .right .cont .form_box input::-webkit-input-placeholder{color:rgba(255,255,255,0.5);}
.ipart04 .words_content .right .cont .form_box input:-ms-input-placeholder{color:rgba(255,255,255,0.5);}
.ipart04 .words_content .right .cont .form_box .btn01{width:126px; background:#fa8c35; border:none; padding:0; margin:0; text-align:center; color:#fff; font-size:18px; font-weight:bold; line-height:28px; padding:15px 0;  float:left; cursor:pointer;}

/* 新闻中心 */
.news_center01 .hd{border-top:1px solid #e7e7e9; border-bottom:1px solid #e7e7e9; padding:16px 0;}
.news_center01 .hd .left{float:left; padding:12px 0;}
.news_center01 .hd .left>div{float:left;}
.news_center01 .hd .left .l_left>div{float:left;}
.news_center01 .hd .left .l_left .title{font-size:16px; line-height:22px; color:#262626; font-weight:bold; margin-right:70px;}
.news_center01 .hd .left .l_left .choice_box span{font-size:16px; line-height:22px; color:#262626; margin-right:70px; position:relative; cursor:pointer;}
.news_center01 .hd .left .l_left .choice_box span::after{content:''; position:absolute; bottom:-30px; height:3px; transform:translateY(100%); width:0; left:0; background:#fa8c35; opacity:0; transition:all .3s ease;}
.news_center01 .hd .left .l_left .choice_box span.cur::after{opacity:1; width:100%;}
.news_center01 .hd .left .l_left .choice_box span:hover::after{opacity:1; width:100%;}
.news_center01 .hd .left .l_right{position:relative;} 
.news_center01 .hd .left .l_right::before{content:''; position:absolute; left:0; top:50%; width:1px; height:40px; margin-top:-20px; background:#a3aab4;}
.news_center01 .hd .left .l_right span{font-size:16px; line-height:22px; color:#262626; margin-left:70px; position:relative; cursor:pointer;}
.news_center01 .hd .left .l_right span::after{content:''; position:absolute; bottom:-30px; height:3px; transform:translateY(100%); width:0; left:0; background:#fa8c35; opacity:0; transition:all .3s ease;}
.news_center01 .hd .left .l_right span.cur::after{opacity:1; width:100%;}
.news_center01 .hd .left .l_right span:hover::after{opacity:1; width:100%;}
.news_center01 .hd .right{float:right; width:26.7%; }
.news_center01 .hd .right .form_box{background:#f0f0f1; padding:12px 25px;}
.news_center01 .hd .right .form_box .inp{font-size:16px; line-height:24px; color:#262626; padding:0; margin:0; border:0; background:none; width:calc(100% - 30px);}
.news_center01 .hd .right .form_box button{color:#5d5d5d; cursor:pointer; padding:0; margin:0; border:0; background:none; outline:none;}
.news_center01 .hd .right .form_box .iconfont{font-size:20px; line-height:24px; padding:0; margin:0;}

.news_center01 .bd li{border-bottom:1px solid #e7e7e9; padding:60px 0;}
.news_center01 .bd li a{display:block; position:relative;}
.news_center01 .bd li .time{float:left; width:6.25%; background:#f5f5f7; text-align:center; color:#fa8c35; font-size:15px; line-height:44px; padding:15px 0 5px; transition:all .5s ease;}
.news_center01 .bd li .time .day{font-size:48px; font-weight:bold; color:transparent; background:linear-gradient(to top, #fa8c35, #0a939c); -webkit-background-clip:text; transition:all .5s ease;}
.news_center01 .bd li .img_{width:43.81%; float:left; margin-left:1.625%; position:relative;}
.news_center01 .bd li .img_ .rect-5007{padding-bottom:50.07%;}
.news_center01 .bd li .img_cover{position:absolute; width:100%; height:100%; left:0; top:0; background:rgba(5,80,125,0); overflow:hidden;}
.news_center01 .bd li .img_cover:before{position:absolute; top:-20%; left:0; width:100%; height:100%; background:rgba(255,255,255,0.5); content:''; -webkit-transition:-webkit-transform 0.6s; transition:transform 0.6s; -webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0); transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);}
.news_center01 .bd li .words{position:absolute; top:50%; transform:translateY(-50%); right:0; width:41.9%; }
.news_center01 .bd li .words .tit{font-size:18px; line-height:24px; color:#262626; font-weight:bold; transition:all .5s ease; margin-bottom:25px;}
.news_center01 .bd li .words .con{font-size:15px; line-height:30px; color:#262626; transition:all .5s ease; max-height:120px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; text-align:justify;}

.news_center01 .bd li:hover .time{color:#fff; background:linear-gradient(to top, #fa8c35, #0a939c);}
.news_center01 .bd li:hover .time .day{color:#fff;}
.news_center01 .bd li:hover .words .tit{color:#fa8c35;}
.news_center01 .bd li:hover .words .con{color:#fa8c35;}
.news_center01 .bd li:hover .img_cover{background:transparent; transition:.5s;}
.news_center01 .bd li:hover .img_cover:before{-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);}

/* 分页 */
.widgets_common_pages_3{ font-size: 14px; color: #000; text-align: center; margin:60px 0;}
.widgets_common_pages_3 a,.widgets_common_pages_3 span {  color: #000;display: inline-block;border: 1px solid #ededed;padding:0px 14px;vertical-align: middle;background: #fff; font-size:16px ;font-weight:normal; height:40px;line-height:40px;}
.widgets_common_pages_3 .count {margin-left: 10px;}
.widgets_common_pages_3 a:hover,.widgets_common_pages_3 span{color:#fff; background: #fa8c35;}
.widgets_common_pages_3 span.goprev,.widgets_common_pages_3 span.gonext {color: #000; background: none}
.widgets_common_pages_3 span.count { border: 0;background: 0;color: #000;}
.widgets_common_pages_3 a .ion{color: #000; font-size: .8em;}
.widgets_common_pages_3 a:hover .ion{color: #fff;}
/* 分页end */

/* 联系我们 */
.contact_us01 .left{float:left; width:39.1%; position:relative; z-index:2;}
.contact_us01 .left .inner{position:absolute; background:#fff; border-bottom:5px solid #fa8c35; width:100%; left:0; top:0; box-shadow:0 0 15px 0 rgba(0,0,0,0.2);}
.contact_us01 .left .box{padding:45px;}
.contact_us01 .left .box .infor .tit{font-size:36px; line-height:40px; color:#363636;}
.contact_us01 .left .box .infor .con{font-size:15px; color:#363636; margin:10px 0 25px; line-height:30px;}
.contact_us01 .left .box .form .inp_box{border-bottom:1px solid #eeeeee; padding:20px 0 15px;}
.contact_us01 .left .box .form .inp_box label{display:inline-block; font-size:15px; color:#363636; line-height:24px;}
.contact_us01 .left .box .form .inp_box input{line-height:24px; padding:0; border:none; width:70%;}
.contact_us01 .left .box .form .bott label{line-height:34px;}
.contact_us01 .left .box .form .bott input{line-height:34px; width:100px;}
.contact_us01 .left .box .form .bott img{height:34px;}
.contact_us01 .left .box .form .bott .more_btn{height:55px; line-height:55px;  padding:0 40px; cursor: pointer; outline:none; margin-top:20px; border:none; background:none;}
.contact_us01 .right{float:right; width:41.25%; margin-right:6.25%;}
.contact_us01 .right .box{padding:60px 0 90px;}
.contact_us01 .right .box .infor .tit{font-size:36px; line-height:40px; color:#363636;}
.contact_us01 .right .box .infor .con{font-size:15px; color:#363636; margin:10px 0 15px; line-height:30px;}
.contact_us01 .right .box ul li{position:relative; padding-left:30px; margin-bottom:15px;}
.contact_us01 .right .box ul li span{display:inline-block; font-size:15px; color:#363636;}
.contact_us01 .right .box ul li .icon{position:absolute; left:0; top:2px; width:23px; height:23px;}
.contact_us01 .right .box ul li.li1 .icon{background:url(../images/contact_us01_icon01.png) no-repeat center;}
.contact_us01 .right .box ul li.li2 .icon{background:url(../images/contact_us01_icon02.png) no-repeat center;}
.contact_us02{height:490px; overflow:hidden;}
.contact_us02 img{max-width:none;}

/* 新闻详情 */
.news_detail01 .news_detail_top{padding-top:60px;}
.news_detail01 .news_detail_top .detail_content{border-bottom:1px dashed #bac0c6;}
.news_detail01 .news_detail_top .iconfont {color:#676767; }
.news_detail01 .news_detail_top .detail_content ._title {height:88px; font-size:29px; font-weight:bold; color:#000; margin-bottom:10px; overflow: hidden;}
.news_detail01 .news_detail_top ._tools {font-size:0; color:#7e7e7e; margin-bottom:15px;}
.news_detail01 .news_detail_top ._tools ._tool{font-size:12px; margin-right:10px; display:inline-block; height:50px; line-height:50px; vertical-align: middle; overflow:hidden;}
.news_detail01 .news_detail_top ._tools .iconfont {font-size:18px; display:inline-block; height:30px; line-height:30px; vertical-align:-2px;}
.news_detail01 .news_detail_top ._tools b {font-weight:normal;}
.news_detail01 .news_detail_top ._tools #switcher {margin-left:10px; line-height: 41px;}
.news_detail01 .news_detail_top ._tools #switcher ._title{margin-right:5px; font-size:12px; color:#7e7e7e;}
.news_detail01 .news_detail_top ._tools #switcher a {font-size:13px;margin:0 1px; }
.news_detail01 .news_detail_top ._tools .bds_more {float:none; background:none; padding:0;}

.news_detail01 .news_detail_top .myart {padding:30px 2.5%; line-height:2; min-height:200px; font-size:13px; color:#555555 }
.news_detail01 .news_detail_top .detail_btn_box .btn_nav{width:35px; height:35px; margin-top:4px; display:block; margin-left:18px; text-align:center; border:1px solid #999;-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.news_detail01 .news_detail_top .detail_btn_box i.iconfont{height:auto; margin:0 ;font-size:19px; color:#999; text-align:center; line-height:37px; }
.news_detail01 .news_detail_top .detail_btn_box a:hover{ background-color:#fa8c35; border-color:#fa8c35;}
.news_detail01 .news_detail_top .detail_btn_box a:hover i.iconfont{ color:#fff;}
.news_detail01 .page_info{margin-bottom:80px; border-top:1px solid #e4e4e4;}
.news_detail01 .page_info_btn{display:block; height:60px; border-bottom:1px solid #e4e4e4;}
.news_detail01 .page_info .b_text{width:8.8%; height:60px; font-size:16px; color:#000; text-align:center; line-height:60px;}
.news_detail01 .page_info .news_date{width:11.5%; height:60px; font-size:13px; color:#969696; text-align:center; line-height:60px;}
.news_detail01 .page_info .news_tit{width:77.7%; height:60px; margin-left:2%; font-size:16px; color:#000; line-height:60px; font-weight:bold;}
.news_detail01 .page_info_btn:hover .b_text{background-color:#fa8c35; color:#fff;}

/* 报告查询 */
.report{position:relative; overflow:hidden;}
.report::after,
.report::before{content:''; position:absolute; top:0; height:100%; z-index:-1;}
.report::before{left:0; width:433px; background:url(../images/report01_l.png) no-repeat center;}
.report::after{right:0; width:437px; background:url(../images/report01_r.png) no-repeat center;}
.report01{padding:55px 0 80px; text-align:center; }
.report01 .content .form_box{width:578px; margin:0 auto;}
.report01 .content .inp{padding:0; margin:0; border:none; background:#f5f5f7; font-size:16px; line-height:24px; padding:20px; width:100%; text-align:center; box-sizing:border-box;}
.report01 .content .btn01{width:100%; padding:0; margin:0; border:none; background:#fa8c35; cursor:pointer; color:#fff; transition:all .3s ease; font-size:16px; line-height:24px; padding:20px 0; margin-top:30px;}
.report01 .content .t{font-size:16px; line-height:30px; color:#262626; margin-top:30px;}
.report01 .content .t a{font-weight:bold; color:#fa8c35;}
.report01 .content .btn01:hover{background:rgba(8, 103, 145, 0.9);}

/* 弹窗 */
.tc{position:fixed; top:0; left:0; width:100%; height:100%; z-index:20; display:none;}
.tc .bg{position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(8, 102, 145, 0.3);}
.tc .content{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:680px; height:44vh; background:#fff; z-index:22;}
.tc .content .top{background:linear-gradient(to right, #09979c, #fa8c35); height:32px; width:100%; overflow:hidden; position:relative;}
.tc .content .top .close_btn{padding-top:6px; margin-right:30px; text-align:right; cursor:pointer;}
.tc .content .bott{padding-top:13%;}
.tc .content .bott .left{width:49%; display:inline-block; vertical-align:middle; position:relative;}
.tc .content .bott .left::after{content:''; position:absolute; right:0; top:0; width:1px; height:100%; background:#e5e5e5;}
.tc .content .bott .right{width:49%; display:inline-block; vertical-align:middle; }
.tc .content .bott .right .t{font-size:16px; line-height:30px; color:#262626; position:relative;}
.tc .content .bott .right .t_{font-size:16px; line-height:30px; color:#262626; position:relative;}
.tc .content .bott .right .t a{color:#fa8c35; font-weight:bold;}

.tc .content .bott .right .t::after{content:''; position:absolute; top:0; transform:translateY(20%); right:44px; background:url(../images/report01_tc_r.png) no-repeat center; width:192px; height:118px; opacity:0.6;}
.tc .content .bott .right .t_::after{content:''; position:absolute; top:0; transform:translateY(20%); right:44px; background:url(../images/report01_tc_r02.png) no-repeat center; width:192px; height:118px; opacity:0.6;}
/* .tc .content .bott .right.no_sq .t::after{background:url(../images/report01_tc_r02.png) no-repeat center; background-size:cover;} */

/* 下层banner特殊款 */
.xc_banner.special .cover{position:absolute; bottom:0; left:0; width:100%; background:rgba(8, 102, 145, 0.8);}
.xc_banner.special .cover li{float:left; width:20%; text-align:center; cursor:pointer;}
.xc_banner.special .cover li a{display:block;}
.xc_banner.special .cover li .box{line-height:62px; font-size:16px; color:#fff; }
.xc_banner.special .cover li .box span{position:relative; }
.xc_banner.special .cover li .box span::after{content:''; position:absolute; right:-20px; transform:translate(100%,-50%); width:14px; height:7px; top:50%; background:url(../images/xc_banner_special_jt01.png) no-repeat center/cover;}
.xc_banner.special .cover li:hover{background:#fff;}
.xc_banner.special .cover li:hover .box{color:#fa8c35; }
.xc_banner.special .cover li:hover .box span::after{background:url(../images/xc_banner_special_jt02.png) no-repeat center/cover;}

/* 关于我们 */
.about_us01{position:relative; padding-top:60px; padding-bottom:125px; box-sizing:border-box;}
.about_us01::after{content:''; position:absolute; bottom:0; left:0; width:100%; height:696px; background:url(../images/about_us01_bg.png) no-repeat center; z-index:-1;}
.about_us01 .content{position:relative;}
.about_us01 .left{width:50.7%; float:left; margin-left:-20px;}
.about_us01 .right{position:absolute; right:0; top:50%; transform:translateY(-50%); width:48.1%;}
.about_us01 .right.cur{position:static; top:0; transform:none; float:right;}
.about_us01 .right .words .tit{font-size:36px; line-height:40px; color:#fa8c35; padding-bottom:20px; position:relative;}
.about_us01 .right .words .tit::after{content:''; position:absolute; left:0; bottom:0; width:32.2%; height:1px; background:linear-gradient(to right,#079da2,#0a2b8c);}
.about_us01 .right .words .con{font-size:15px; line-height:30px; color:#5d5d5d; margin-top:30px; text-align:justify;}
.about_us01 .right .words .con span{color:#000000; font-weight:bold;}

.about_us02{height:646px; overflow:hidden; background:url(../images/about_us02_bg.png) no-repeat center/cover;}
.about_us02 li{float:left; width:20%; padding:270px 24px 0; height:646px; box-sizing:border-box; border-right:1px solid rgba(255,255,255,0.3); position:relative;}
.about_us02 li::after{content:''; position:absolute; top:0; height:0; left:0; width:100%; background:#fff; transition:all .5s ease; z-index:0;}
.about_us02 li:first-child{border-left:1px solid rgba(255,255,255,0.3);}
.about_us02 li:last-child{border-left:1px solid rgba(255,255,255,0.3);}
.about_us02 li .words{position:relative; z-index:3;}
.about_us02 li .words .t{font-size:18px; line-height:24px; font-weight:bold; color:#fff; transition:all .3s ease-in-out;}
.about_us02 li .words .c{font-size:15px; line-height:24px; color:#fff; margin-top:20px; transition:all .3s ease-in-out;}
.about_us02 li .cover{position:absolute; bottom:-68px;  left:0; width:100%;  transition:all .5s ease; z-index:2;}
.about_us02 li .cover_img{position:absolute; bottom:100%; background:url(../images/about_us02_blue.png) no-repeat top/cover; left:0; width:100%; height:67px; transition:all .5s ease; z-index:2;}
.about_us02 li .cover_img.img02{opacity:0.7; transition-delay:0.15s;}
.about_us02 li .cover_img.img03{opacity:0.5; transition-delay:0.25s;}
.about_us02 li .cover_img.img04{opacity:0.3; transition-delay:0.35s;}
.about_us02 li .logo{position:absolute; top:280px; height:115px; left:2%; width:96%; z-index:1; opacity:0; }
.about_us02 li .logo img{display:block; margin:0 auto;}
.about_us02 li.cur::after{height:100%;}
.about_us02 li.cur .cover_img{bottom:0;}
.about_us02 li.cur .cover_img.img02{bottom:10px;}
.about_us02 li.cur .cover_img.img03{bottom:20px;}
.about_us02 li.cur .cover_img.img04{bottom:30px;}
.about_us02 li.cur .words .t{color:#fa8c35;}
.about_us02 li.cur .words .c{color:#5d5d5d;}
.about_us02 li.cur .logo{animation:scaleBig 0.3s linear 0.5s; transition-delay:0.5s; opacity:1;}
.about_us02 li.cur .cover{bottom:0;}
@keyframes scaleBig{
	0%{
		opacity:0;
		transform:scale(0.8);
	}
	50%{
		transform:scale(1.1);
	}
	100%{
		opacity:1;
		transform:scale(1);
	}
}

.about_us03{padding:80px 0;}
.about_us03 .top{text-align:center; width:61.25%; margin:0 auto;}
.about_us03 .top .tit{font-size:36px; line-height:40px; color:#363636; margin-bottom:25px;}
.about_us03 .top .con{font-size:15px; line-height:24px; color:#5d5d5d; text-align:justify;}
.about_us03 .bott{position:relative; margin-top:65px;}
.about_us03 .bott .item .t{font-size:16px; line-height:24px; color:#5d5d5d; margin-top:15px; text-align:center;}
.about_us03 .bott .owl-carousel{width:80.625%; margin:0 auto; position:static;}
.about_us03 .bott .owl-prev,
.about_us03 .bott .owl-next{background:url(../images/about_us03_jt.png) no-repeat center; width:18px; height:34px; position:absolute; top:50%; transform:translateY(-50%); font-size:0;}
.about_us03 .bott .owl-prev{left:0;}
.about_us03 .bott .owl-next{right:0; transform:translateY(-50%) rotate(180deg);}

.about_us04{padding:60px 0 70px; background:#fafafa;}
.about_us04 .title{text-align:center; font-size:36px; line-height:40px; color:#363636; margin-bottom:30px;}
.about_us04 .box{width:46.25%; margin:0 auto;}
.about_us04 .box .img_{border:12px solid #fff; border-radius:10px; }
.about_us04 .box .rect-5768{padding-bottom:57.68%;}
.about_us04 .box .owl-carousel .owl-stage-outer{overflow:visible;}
.about_us04 .box .owl-carousel .item .img_{transform:scale(0.95); box-shadow:none; opacity:0.6;}
.about_us04 .box .owl-carousel .owl-item.active .item .img_{transform:scale(1); box-shadow:0 0 27px 0 rgba(63, 63, 63, 0.45); opacity:1;}
.about_us04 .box .owl-carousel .item .t{margin-top:25px; font-size:18px; line-height:24px; font-weight:bold; color:#373737; text-align:center;}
.about_us04 .box .owl-prev,
.about_us04 .box .owl-next{background:url(../images/about_us04_jt.png) no-repeat center; width:18px; height:34px; position:absolute; top:50%; transform:translate(-100%,-50%); font-size:0;}
.about_us04 .box .owl-prev{left:-30px;}
.about_us04 .box .owl-next{right:-30px; transform:translate(100%,-50%) rotate(180deg);}

.about_us05{padding:80px 0;}
.about_us05 .top{text-align:center; width:61.25%; margin:0 auto; margin-bottom:25px;}
.about_us05 .top .tit{font-size:36px; line-height:40px; color:#363636; margin-bottom:25px;}
.about_us05 .top .con{font-size:15px; line-height:24px; color:#5d5d5d;}
.about_us05 .bott li{float:left; width:9.125%; transition:all .6s ease; overflow:hidden; margin-right:0.125%; position:relative;}
.about_us05 .bott li:last-child{margin-right:0;}
.about_us05 .bott .rect-2541{padding-bottom:254.109%;}
.about_us05 .bott .rect-8896{padding-bottom:88.96%;}
.about_us05 .bott li .img_cover{position:relative; opacity:1; max-width:none; width:100%; transition:opacity 0.2s ease 0.4s; z-index:2;}
.about_us05 .bott li .img_full{position:absolute; top:0; left:0; width:100%; opacity:1; max-width:none; height:100%; transition:opacity 0.1s ease 0.1s; z-index:1;}
.about_us05 .bott li .txt_box{position:absolute; top:0; left:0; width: 100%; height:100%; z-index:10; }
.about_us05 .bott li .txt_full{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:82.73%; opacity:0; }
.about_us05 .bott li .txt_full .tit{font-size:18px; color: #fff; margin-bottom:15px; font-weight:bold; text-align:center;}
.about_us05 .bott li .txt_full .con{color: #fff; font-size:15px; line-height:24px; text-align:justify; max-height:168px; overflow-y:auto; padding-right:5px; }
.about_us05 .bott li .txt_full .con::-webkit-scrollbar {width:2px; height:2px;}
.about_us05 .bott li .txt_full .con::-webkit-scrollbar-thumb {border-radius:5px; background:#fa8c35; }
.about_us05 .bott li .txt_full .con::-webkit-scrollbar-track {border-radius:0; background:#f6f5f5;}
.about_us05 .bott li.on{width:26%; transition:all .6s ease;}
.about_us05 .bott li.on .img_cover{opacity:0; transition:opacity 0s ease;}
.about_us05 .bott li.on .img_full{opacity:1;}
.about_us05 .bott li.on .txt_box{background:rgba(6, 97, 149, 0.7);}
.about_us05 .bott li.on .txt_full{opacity:1; transition:all .8s ease;}
.about_us05 .bott .m_ul{display:none;}


.about_us05 .top .con{display:none;}



/* 产品列表 */
.pro_list01{margin-top:40px;}
.pro_list01 .content{position:relative;}
.pro_list01 .left{width:33.625%; float:left; }
.pro_list01 .left .top .tit{font-size:36px; line-height:40px; color:#363636; margin-bottom:15px;}
.pro_list01 .left .top .con{font-size:15px; line-height:30px; color:#363636; padding-right:20px;}
.pro_list01 .left .bott{position:absolute; left:0; bottom:0; width:33.625%;}
.pro_list01 .left .bott li{box-shadow:inset 0.523px -9.986px 32px 0px rgba(6, 97, 149, 0.06); transition:all .3s ease;}
.pro_list01 .left .bott li a{padding:37px 54px; display:block;}
.pro_list01 .left .bott li a>div{display:inline-block; vertical-align:middle;}
.pro_list01 .left .bott li .icon{width:125px;}
.pro_list01 .left .bott li .icon .img01{display:block;}
.pro_list01 .left .bott li .icon .img02{display:none;}
.pro_list01 .left .bott li .t{font-size:18px; line-height:30px; color:#fa8c35; padding-left:23.2%;}
.pro_list01 .left .bott li:hover{background:linear-gradient(to right,#09969c, #0f5593);}
.pro_list01 .left .bott li:hover .icon .img01{display:none;}
.pro_list01 .left .bott li:hover .icon .img02{display:block;}
.pro_list01 .left .bott li:hover .t{color:#fff;}
.pro_list01 .left .bott li.cur{background:linear-gradient(to right,#09969c, #0f5593);}
.pro_list01 .left .bott li.cur .icon .img01{display:none;}
.pro_list01 .left .bott li.cur .icon .img02{display:block;}
.pro_list01 .left .bott li.cur .t{color:#fff;}
.pro_list01 .right{width:66.375%; float:right;}
.pro_list01 .right .top .rect-4881{padding-bottom:48.81%;}
.pro_list01 .right .top .owl-prev,
.pro_list01 .right .top .owl-next{background:url(../images/pro_list01_r_jt01.png) no-repeat center/cover; width:24px; height:44px; position:absolute; top:50%; transform:translate(0,-50%); font-size:0;}
.pro_list01 .right .top .owl-prev{left:35px;}
.pro_list01 .right .top .owl-next{transform:translate(0,-50%) rotate(180deg); right:35px;}
.pro_list01 .right .top .owl-prev:hover,
.pro_list01 .right .top .owl-next:hover{background:url(../images/pro_list01_r_jt02.png) no-repeat center/cover;}
.pro_list01 .right .top .owl-prev:hover{transform:translate(0,-50%) rotate(180deg);}
.pro_list01 .right .top .owl-next:hover{transform:translate(0,-50%) rotate(0);}
.pro_list01 .right .top .owl-dots{position:absolute; bottom:20px; left:0; width:100%; text-align:center;}
.pro_list01 .right .top .owl-dots .owl-dot{display:inline-block; width:9px; height:9px; border:1px solid #fff; border-radius:50%; margin-right:13px;}
.pro_list01 .right .top .owl-dots .owl-dot.active{background:#fff;}
.pro_list01 .right .bott{height:280px; box-shadow:0px 0px 25.92px 1.08px rgba(63, 63, 63, 0.09); background:#fff; position:relative;}
.pro_list01 .right .bott .box{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:77.7%;}
.pro_list01 .right .bott .box .t{font-size:15px; line-height:30px; color:#363636; text-align:justify;}
.pro_list01 .right .bott .box .t span{font-weight:bold;}

.pro_list02{margin:80px 0;}
.pro_list02 .left{width:12.5%; float:left; }
.pro_list02 .left .top .tit{font-size:36px; line-height:40px; color:#363636; margin-bottom:15px;}
.pro_list02 .left .top .con{font-size:15px; line-height:30px; color:#363636;}
.pro_list02 .left .bott{margin-top:40px;}
.pro_list02 .left .bott li{margin-bottom:35px; cursor:pointer;}
.pro_list02 .left .bott li .t{font-size:18px; line-height:30px; color:#363636; font-weight:bold; position:relative;}
.pro_list02 .left .bott li .t::after{content:''; position:absolute; right:0; top:50%; margin-top:-1px; height:2px; width:0; background:linear-gradient(to right,#09969c, #0f5593); transition:all .5s ease;} 
.pro_list02 .left .bott li.cur .t::after{width:35%;}
.pro_list02 .left .bott li:hover .t::after{width:35%;}
.pro_list02 .right{width:86%; float:right;}
.pro_list02 .right li{float:left; width:32.4%; margin-right:1.4%; background:#f5f5f7; padding:25px; box-sizing:border-box; margin-bottom:25px; position:relative;}
.pro_list02 .right .li03{margin-right:0;}
.pro_list02 .right li .cont{position:relative; z-index:10;}
.pro_list02 .right li .rect-6374{padding-bottom:63.74%;}
.pro_list02 .right li .words{padding-top:20px;}
.pro_list02 .right li .words .top01>div{display:inline-block; vertical-align:middle;}
.pro_list02 .right li .words .top01 .icon{margin-right:15px;}
.pro_list02 .right li .words .top01 .icon.no_img{margin-right:0;}
.pro_list02 .right li .words .top01 .t{font-size:18px; line-height:30px; color:#363636; font-weight:bold;}
.pro_list02 .right li .words .c{font-size:15px; line-height:30px; color:#363636; height:90px; overflow-y:auto; margin-top:5px; padding-right:5px;}
.pro_list02 .right li .words .c::-webkit-scrollbar {width:2px; height:2px;}
.pro_list02 .right li .words .c::-webkit-scrollbar-thumb {border-radius:5px; background:#fa8c35; }
.pro_list02 .right li .words .c::-webkit-scrollbar-track {border-radius:0; background:#f6f5f5;}
.pro_list02 .right li svg{height:100%; left:0; position:absolute; top:0; width:calc(100% + 1px);}
.pro_list02 .right li svg rect{fill:none; stroke:#fa8c35; stroke-width:0; stroke-dasharray:15, 310; transition:all 450ms linear 0s;}
.pro_list02 .right li:hover svg rect{stroke-width:2; stroke-dasharray:422, 0; stroke-dashoffset:48; -webkit-transition:all 1.2s cubic-bezier(0.19, 1, 0.22, 1); transition:all 1.2s cubic-bezier(0.19, 1, 0.22, 1);}

body .bg-primary{background:#fa8c35;}


/* 人才招聘 */
.recruitment01{margin:80px 0;}
.recruitment01 .content li {float:left; width:100%; height:75px; line-height:75px; background:#fff; border-bottom:1px dashed #dedede}
.recruitment01 .content li.first {background:#0e68b0; background:linear-gradient(to right, #209fb3 , #0e68b0); border-bottom:none; padding:0; height:60px;line-height:60px;}
.recruitment01 .content li ._ut {float:left; text-align:center; color:#fff; font-weight:bold; font-size:18px;}
.recruitment01 .content li ._un {float:left; text-align:center; height:75px;  white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.recruitment01 .content li ._t1 {width:25%;}
.recruitment01 .content li ._t2 {width:25%;}
.recruitment01 .content li ._t3 {width:25%;}
.recruitment01 .content li ._t4 {width:25%;}
.recruitment01 .content li ._t5 {width:25%;}
.recruitment01 .content li ._t6 {width:25%; cursor:pointer;}
.recruitment01 .content li ._t6:after {content:"+"; display:inline-block; vertical-align:-1px; color:#fa8c35; font-weight:bold; margin-left:5px; font-size:20px;}
.recruitment01 .content li.j_t_cur ._t6:after {content:"-";}
.recruitment01 .content li.j_t {font-size:15px; cursor:pointer;}
.recruitment01 .content li.j_c {height:auto; line-height:1.5; background:#f9f9f9; display:none;}
.recruitment01 .content .j_c .j_c_box {margin-bottom:20px; padding:65px;}
.recruitment01 .content .j_c .j_c_box .intro {font-size:14px; color:#666; line-height:24px; position:relative;}
.recruitment01 .content .j_c .j_c_box .intro strong{display:block; font-size:16px; color:#333; margin-bottom:10px}
.recruitment01 .content .j_c .link{margin-top:20px;}
.recruitment01 .content .j_c .link_a{font-size:16px; line-height:28px; color:#fa8c35; font-weight:bold;}
.recruitment01 .content .j_c .link_a a:hover{opacity:0.8;}



body .searchArea .content_form .form_box .search .btn_wrap .btns:hover{background:#fa8c35;}
body .resultArea .infor .tit span{color:#fa8c35;}
body .searchArea .content_form .form_box .search .btn_wrap .btns::before{background:#fa8c35;}



@media (max-width:768px){



.footer .bott{font-size:14px; color:#fff;line-height:20px; padding-top:0px; padding-bottom:15px; text-align:left!important }
.footer .bott img{display:none;  }



}

