@charset "utf-8";
/*全局初始化样式*/
body{ padding:0; margin:0 auto; font-size: 14px; line-height: 1.42857143; font-family:arial,Microsoft YaHei,'微软雅黑','宋体'; color: #666460; min-width: 320px; width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
/*
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
        
*/
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li{ list-style:none; margin: 0; padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#666460;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666460; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #3f5aa7;}

/*清除浮动*/
.clear{ clear:both; height:0px; overflow:hidden;}

.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;
 font-size: 0px;}
.clearfix { zoom: 1;}


.w1200{ width: 1200px; margin: 0 auto;}
/*全局样式*/




/*页面框架结构*/
.contain{width: 1280px; margin: 0 auto; max-width: 96%;} /*页面主体内容*/
.slidebar{} /*边侧菜单*/
.maincontent{} /*主要内容*/
.content{} /*内容*/
.txtbox,
.singlepage{ /*单片 设置文字两端对齐*/ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}
.current{ /*当前位置*/}


/*分页*/
.pages{}
/*分页*/


/*头部*/
/*手机端头部*/
.mobile_top{display: none;position: relative; background-color: #fff;}
.mobile_top .logo{padding:2px 75px 2px 5px; overflow: hidden; height: 64px; }
.mobile_top .logo a{display:block;float: left;height:44px;margin-top:5px;}
.mobile_top .logo img{height: 50px;}
.mobile_top .btn_nav{position:absolute; right:10px; top: 50%; margin-top: -15px; width:30px;height:30px;}
.mobile_top .btn_nav a{ display:block;}
.mobile_top .btn_back{position:absolute; left:4%; top: 27%;display: block;width: 6%;display: none;}
.mob_nav{position:absolute; right:0%; z-index:99; width:40%; top:100%; height: 100%; display: none;}
.mob_nav li{ width:100%;}
.mob_nav li a{display: block;font-size: 16px; line-height: 3.2em;text-indent:10px;color: #fff; font-weight: bold;margin-top: 1px;}
.mob_nav li a:hover{background-color: #fff; color: #3f5aa7;}
.mob_nav li ul{display: none;}
.mob_nav li ul.subnav li a{font-size:1.8em; margin-top: 0px; background-color: #993923; line-height: 2.4em; background-image: none;}
.mob_nav li ul.subnav li a:hover{background-color: #fff; color: #993923; background-image: none;}
.weather{ float:right; line-height:50px;}

.header_w{width: 100%; height: 90px; position: relative;}
.header{width: 1280px; max-width: 96%; margin: 0 auto; position: relative;}
.header .logo{float: left; margin-top: 9px;}
.header .nav{width: 72%;float: right;}
.header .nav ul {position: relative;}
.header .nav ul li{float: left; background: url(../images/nav_line.png) 100% 50% no-repeat; height: 90px; padding: 30px 1.8%;}
.header .nav ul li>a{font-size: 16px; line-height: 30px; display: block; }
.header .nav ul li.on>a,.header .nav ul li:hover>a{border-bottom: 2px solid #3f5aa7; color: #3f5aa7;}
.header .nav ul li#nav1 {background: none;}
.header .nav ul li#nav1>a{display: table-cell; vertical-align: middle;}
.header .nav ul li#nav1>a img{vertical-align:middle;}
/*.header .nav ul li#nav7{background: none;} */
.header .search{height: 29px; line-height: 29px; border: 1px solid #e5e5e5; border-radius: 15px; padding-left: 10px; position: absolute; right: 0; top: 50%; margin-top: -16px; width: 12%;}
.header .search .text{width: 70%; height: 29px; line-height: 29px;float: left; color: #cbcbcb;}
.header .search .btn{width: 30%; height: 29px; float: right; background: url(../images/search_btn.png) 50% 50% no-repeat;}

.nav_bg{position: absolute; height: 201px; width: 100%; top: 100%; left: 0; display: none; z-index: 9;background: #f1f1f1;}
/*background: url(../images/menu_bg.png) 50% 0 no-repeat; */

.header .nav ul li .nav_list{width: 90%; position: absolute; top: 100%; z-index: 9; left: 9.5%; text-align: center; z-index: 10;} 
.header .nav ul li#nav7 .nav_list{width: 100%; }
.nav_list{overflow: hidden;display: none;}
.header li#nav7 .nav_list{left: 0;}
.header li#nav7 .nav_list dl{width: 27%;}
.header li#nav7 .nav_list dl dd{float: left; padding: 0 2%; width: 29.33%;}
.header li#nav7 .nav_list .nav_box{width: 66%;}

.nav_list dl{margin: 0;  padding: 30px 0;  background: #f1f1f1; margin-right: 2%; float: left;}
.nav_list dl dd{margin: 0; margin-bottom: 20px; text-align: right;}
.nav_list dl dd a{display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.nav_list dl dd a:hover{text-decoration: underline; color: #666; }
.nav_box{width: 72%; background: #f7f7f7; padding: 4%;  float: left;}
.nav_box .pic{float: left; width: 37%;}
.nav_box .text{float: left; width: 48%; margin-left: 2%; text-align: left; height: 100px;}
/*头部*/


/*Banner*/
.HomeBan {width: 100%; position: relative; z-index: 2;}
.HomeBan .BanList {overflow: hidden; position: relative;}
.HomeBan .BanList li {width: 100%; position: relative;} 
.HomeBan .BanList li img{display: block; width: 100%;}
.HomeBan .bx-controls{position: absolute; height: 20px; bottom: 20px; left: 0; width: 100%; z-index:98; text-align: center; display: block; }
.HomeBan .bx-controls .bx-pager{overflow: hidden;}
.HomeBan .bx-controls .bx-pager-item{display: inline-block;}
.HomeBan .bx-controls .bx-pager-item a{display: block; width: 10px; height: 10px; text-align: center; line-height: 14px; margin: 0 5px; border-radius: 100%;  background: rgba(255, 255, 255, 0.5); color: #666; text-indent:16px; overflow: hidden;}
.HomeBan .bx-controls .bx-pager-item a.active{background: #fff; color: #fff;}
.HomeBan .bx-controls-direction{display: none;}


.HomeBan .BanList li  span img{width: auto;}
.HomeBan .BanList li .BanTip1,.HomeBan .BanList li .BanTip2{position: absolute; width: 100%; height: 100%;}
.HomeBan .BanList li .BanTip1{left: 0; top: -10%; opacity: 0;}
.HomeBan .TabList{width: 100%; position: absolute; padding-top: 16px; bottom: 40px; left: 0; text-align: center;}

.h_Box {margin-top: 1%; padding-bottom: 10px;}
.h_Box ul{margin-right: -1%;}
.h_Box ul li{width: 48.6%; float: left; position: relative; margin: 0 1.4% 1.4% 0; overflow: hidden;}
.h_Box ul li a:after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.37); opacity: 0; transition: 0.5s;}
.h_Box ul li:hover a:after{opacity: 1;}
.h_Box ul li span{display: block;}
.h_Box .pic{background-repeat: no-repeat; background-position: center center; padding-bottom: 53.6%; transition: 0.5s;}
.h_Box .top {position: relative; margin-bottom: 1%;}
.h_Box .top .pic{padding-bottom: 110%; position: relative; overflow: hidden;}
.h_Box .pic img{position: absolute; top: 0; left: 0; width: 110%; max-width: 110%; transition: 0.5s;}
.h_Box ul li .top_text{position: absolute; top: 0; left: 0; color: #fff; padding: 10%; transition: 0.5s;}
.h_Box ul li .top_text .title{font-size: 60px;}
.h_Box ul li .top_text .tip{opacity: 0; transition: 0.5s;}
.h_Box ul li .top_text .text{font-size: 18px;}
.h_Box ul li .text{position: absolute; left: 0; bottom: -20%; color: #fff; padding: 5%; width: 90%; font-size: 26px; transition: 0.5s; opacity: 1; z-index: 10;}
.h_Box ul li .text .title{font-size: 26px; display: block;}
.h_Box ul li .text .txt{font-size: 14px; margin-top: 10px; opacity: 0; transition: 0.5s; height: 60px;}
.h_Box ul li .text img{margin-right: 2%;}

.h_Box ul li:hover .text{transform: translate(0,-50px); opacity: 1;}
.h_Box ul li:hover .pic img{transform: translate(-5%,0); opacity: 1;}
.h_Box ul li:hover .top_text{transform: translate(0,50px); opacity: 1;}
.h_Box ul li:hover .top_text .tip{opacity: 1;}
.h_Box ul li:hover .text .txt{opacity: 1;}
.h_Box dl{margin: 0;}
.h_Box dl dd{margin: 0;}
.h_Box .bx-controls-direction{display: none;}
.h_Box .bx-pager{position: absolute; right: 20px; bottom: 20px;}
.h_Box .bx-pager-item a{width: 7px; height: 7px; border-radius: 50%; background: #606365; display: block; text-indent: 7px; overflow: hidden;}
.h_Box .bx-pager-item a.active{background: #fff;}
.h_Box .bx-pager-item {margin-right: 10px; float: left;}

.h_newsW{width: 100%; background: #f8f8f7; padding: 10px 0 38px 0;}
.h_news{width: 1280px; margin: 0 auto; max-width: 96%;}
.h_news ul{margin-right: -1.4%;}
.h_news ul li{width: 48.6%; float: left; margin: 22px 1.4% 0 0; }
.h_news ul li a{display: block; padding: 12px; border: 1px solid #ededea;  background: #fff; position: relative;}
.h_news ul li span{display: block;}
.h_news ul li span.pic{display: block; height: 83%;  width: 32%; float: left; background-repeat: no-repeat; background-size: cover; background-position: center center; position: absolute; top: 12px; left: 12px;}
.h_news ul li span.pic img{height: 100%; position: absolute; top: 0; left: 0;}
.h_news ul li span.title{display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 16px; color: #362a03; padding-right: 50px;}
.h_news ul li span.title:hover{color: #3f5aa7;}
.h_news ul li .text{font-size: 14px; color: #666563; height: 40px; overflow: hidden; margin-top: 15px;}
.h_news ul li .more{font-size: 12px; color: #3f5aa7; margin-top: 16px;}
.h_news ul li .time{position: absolute; top: 8px; right: 12px; color: #666563; font-size: 21px; background: url(../images/time_line.png) 54% 50% no-repeat; padding: 0 10px;}
.h_news ul li .time em{font-size: 14px; color: #3f5aa7;}
.h_news ul li .con{width: 64%; float: right;}

/*底部*/
.footerW{width: 100%; background: #141a28;  padding: 40px 0;}
.footer{width: 1280px; margin: 0 auto; max-width: 96%;}
.footer_list {color: #fff; width: 75%; float: left;}
.footer_list dl{float: left; margin: 0; width: 14%;} 
.footer_list dl dt{padding-bottom: 10px; border-bottom: 1px solid #2c313e; font-size: 16px; text-align: left; position: relative; margin-bottom: 20px; }
.footer_list dl dt a{display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #fff;}
.footer_list dl i{position: absolute; width: 57px; height: 1px; background: #3e5cac; left: 0; bottom: -1px; z-index: 10;}
.footer_list dl.dl1 i{width: 57px;}
.footer_list dl.dl2 i{width: 40px;}
.footer_list dl.dl3 i{width: 70px;}
.footer_list dl.dl4 i{width: 86px;}
.footer_list dl.dl5 i{width: 58px;}
.footer_list dl.dl6 i{width: 100%;}

.footer_list dl dd{ margin: 0; text-align: left;} 
.footer_list dl dd a{ color: #a7a8ab; font-size: 14px; line-height: 24px; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;} 
.footer_list dl dd a:hover{color: #fff;}
.footer_list dl.dl6 dd{float: left; margin-right: 10px;}

.footer_contact{width: 21%; color: #fff; float: right; text-align: left;}
.footer_contact .tip{font-size: 14px;}
.footer_contact .phone{font-weight: bold; font-size: 30px; font-family: "Arial"; margin-top: 10px;}
.footer_contact .con{color: #a7a8ab; font-size: 12px; margin-top: 10px;}

.bottomW{width: 100%; padding: 12px 0 9px 0; background: #101622; color: #76777a;}
.bottomW a{ color: #76777a;}
.bottom{width: 1280px; max-width: 96%; margin: 0 auto;}
.bottom_share{float: right; line-height: 28px; height: 28px;}

.bottom_share span{float: left; display: block;}
.bottom .bottom_share a{float: left; display: block; width: 28px; height: 28px; margin:0 0 0 12px; padding: 0; background: url(../images/icon.png) 0 0 no-repeat;}
.bottom .bottom_share .icon2{background-position: -40px 0;}
.bottom .bottom_share .icon3{background-position: -80px 0;}
.bottom .bottom_share:after{display: none;}
/*底部*/


.join_message{width: 950px; max-width: 96%; margin: 35px auto; overflow: hidden;}
.join_message table{width: 100%;}
.join_message .tip{text-align: right; display: block;}
.join_message span{color: #494949; font-size: 16px;}
.join_message .text{background: #fff; color: #666; width: 42%; height: 35px; padding:0 10px; line-height: 35px; border: 1px solid #d7d7d7;}
.join_message tr td{padding-bottom: 20px; position: relative;}
.join_message tr td .btn{width: 123px; height: 40px; line-height: 40px; color: #fff; font-size: 16px; text-align: center; background: #3f5aa7; font-family: "微软雅黑"; border-radius: 4px; margin-right: 60px; cursor: pointer;}
.join_message tr td .file{width: 30%; color: #666;}
.join_message tr td .btnColor{background: #4c6dcc;}
.join_message tr td .text_con{ }
.join_message tr td textarea{width: 90%; height: 163px; padding: 10px; background: #fff; border: 1px solid #d7d7d7;}
.join_message tr td .sex{float: left; width: 16px; height: 16px; margin: 5px; cursor: pointer;}
.join_message tr td .sex_tip{float: left; margin-right: 10px;  cursor: pointer;}

.News_info{width: 1280px; max-width: 96%; margin: 0 auto 40px;}
.news-info {padding:0 2%;}
.news-info .h5{ text-align:center; color:#666; font-size:20px;font-weight:normal;}
.news-info .time{ text-align:center; margin-top: 10px; color: #666;}
.info_other{padding: 40px 0; color: #666;}
.info_other span{ padding:2px 0; display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-size: 14px;}
.info_other span a:hover{color: #3f5aa7;}
.info_other span.back a{ display:inline-block; color:#fff; padding:0.2% 3%; border-radius:25px; background-color:#3f5aa7;}
.news-info .con{margin-top: 20px;}


.Map001{ padding:20px 0; margin-bottom: 20px;}
.Map001 .map{width:60%; float:left; color:#7e7e7e;}
.Map001 tr td{padding: 0; margin: 0;}
.Map001 .map img{max-width: 100px;}
.Map001 .map #allmap{ height:400px; width:100%;}
.Map001 .map #allmap *{ font-size:12px !important;}
.Map001 .info{ float:right; width:40%; background-color:#f9f9f9; height:400px;}
.Map001 .info ul{ padding:35px 29px;}
.Map001 .info li{line-height:25px;background-position: left 26px;padding:26px 0 26px 60px;font-size:16px;background-repeat:no-repeat;color:#7e7e7e;border-bottom:1px #dbdbdb dotted;}
.Map001 li.name{ background-image:url(../images/Map001-icon_name.gif);}
.Map001 li.add{ background-image:url(../images/Map001-icon_add.gif);}
.Map001 li.tel{ background-image:url(../images/Map001-icon_tel.gif);}
.Map001 li.fax{ background-image:url(../images/Map001-icon_fax.gif);}

.single_text{padding-bottom: 40px;}

/*友情链接 */
.Links_list{width: 1280px; max-width: 96%; margin: 30px auto 0;}
.Links_list ul li{ text-align:center; width:20%; float:left; overflow:hidden; padding:0 2% 15px 2%;}
.Links_list ul .pic{ width:100%; }
.Links_list ul .pic a{ width:100%;  border:solid 1px #e0e0e0; padding:1px; display:block; overflow:hidden;}
.Links_list ul .pic a:hover{ border:1px solid #00a1e9;}
.Links_list ul .pic img{ width:100%; }
.Links_list ul .h1{ font-size:12px; font-weight:normal; height:20px; line-height:20px; padding-top:5px;}
.Links_list ul .h1 a{ padding:0 3px; white-space:nowrap; display:block; text-overflow:ellipsis; overflow:hidden; font-weight:normal;}


/*小滚动条样式*/
.gdt::-webkit-scrollbar{width:3px;}
.gdt::-webkit-scrollbar-track{background-color:#fff;}
.gdt::-webkit-scrollbar-thumb{background-color:#bbb;}
.gdt::-webkit-scrollbar-thumb:hover{background-color:#555}
.gdt::-webkit-scrollbar-thumb:active{background-color:#666}	
.gdt{ overflow:auto !important; padding-right:10px !important;}


/*网站地图*/
.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px;}
.ul_sitemap li strong{ width:90px; display:inline-block;}

.fuzhu{display: inline-block;margin-left: 2%;}
.fuzhu a{margin-right: 20px;}



.ReturnT{width: 50px; height: 42px; border-radius: 4px; background: #2c2c2c; padding-top: 15px; position:fixed; right: 0; top: 50%; color: #fff; font-size: 16px; text-align: center; z-index: 10; display: none;}
.ReturnT:hover{background: #3f5aa7; color: #fff;}
.ReturnT i{position: absolute; top: 20px; left: 50%; margin-left: -4px; position: absolute; right: 0; top: 50%; margin-top: -14px; width:0; height:0; border:4px solid transparent; _border-color: tomato;  _filter: chroma(color=tomato); border-bottom-color: #fff; overflow:hidden; pointer-events: none;}
.ReturnT:focus{color: #fff;}

@media screen and (max-width:1300px){
.header .nav{width: 80%;}
}

@media screen and (max-width:1200px){
.header .nav{width: 100%;}   
.header .nav ul li{padding: 30px 2%;}
    
.header li#nav7 .nav_list .nav_box{width: 60%; }
.header li#nav7 .nav_list dl{width: 32%;}    
}

@media screen and (max-width:1000px){
.header .nav ul li>a{font-size: 14px;}  
.header .nav ul li{padding: 10px 1%;}
    
.nav_list dl dd a{font-size: 12px;}
    
    
.header .nav ul li .nav_list{width: 100%; left: 0;}
    
.nav_box{width: 100%; }
.nav_list dl{width: 32%;}
    
    
.footer_contact{width: 24%; }
.footer_contact .phone{font-size: 24px; }
.bottom_share{float: left; width: 100%; margin-top: 10px;}
    
.Map001 .map{width:100%;}
.Map001 .info{width:100%; }

.fuzhu{display: block; text-align: center;}
}

@media screen and (max-width:972px){
.mobile_top{display: block;}
.header_w{display: none;}
    
.h_Box ul li .top_text .title{font-size: 30px;}
 
.h_news ul{margin-right: 0;}
.h_news ul li{width: 100%; margin-right: 0;}    

.footer_list {color: #fff; width: 50%;}
.footer_contact{width: 40%; }
.footer_list  dl{width: 33.33%; float: left;}
.footer_list  dd{display: none; }
    
.h_Box ul li .text .txt{font-size: 12px; line-height: 22px; height: 40px; }
.h_Box ul li:hover .text{transform: translate(0,-20px);}
}

@media screen and (max-width:640px){
    
.h_Box ul li .top_text .title{font-size: 20px;}
.h_Box ul li .top_text .text{font-size: 18px;}
.h_Box ul li .text .title{ font-size: 14px;}
.h_Box ul li .text img{height: 20px;}
    
.h_news ul li span.pic{height: 83%; width: 40%;}
.h_news ul li .con{width: 55%;}
    
.footer_list {color: #fff; width: 100%;}
.footer_contact{width: 100%; }
    
.join_message tr td .top{width: 30%;}
.join_message tr td .text{width: 75%;}
.join_message tr td .btn{width: 90px; margin-right: 0;}
.join_message .tip{width: 80px; }
.join_message tr td textarea{width: 75%;}
    
.news-info{padding: 0 2%;}
.info_other{padding: 0 2%;}
    
.Map001 li{font-size: 14px;}
    
.Links_list ul li{width: 50%;}
    
    
}