@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2018-09-25 17:20)
*/

/*全局 on*/
html{-webkit-text-size-adjust:none;}
*html{background-image:url(about:blank); background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
*{margin: 0; padding: 0; list-style: none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{padding:0; margin:0; font: 14px/1.5 "Microsoft YaHei",微软雅黑,'宋体',tahoma,Verdana,arial,sans-serif; color: #333; background: #fff; min-width: 1280px;}
input,textarea,select,button,label{vertical-align:middle; outline:none; font-family:"Microsoft YaHei",微软雅黑;}
textarea{resize:none;}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin:0; padding:0; list-style:none;}
a{color:#333; text-decoration:none; outline:none;}
a:hover{color:#0e376d; text-decoration:none;}
a img{border:none;}
.fl{float:left;}
.fr{float:right;}
.clear{margin:0; overflow:hidden; visibility:hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.clearfix:after{visibility:hidden; display: block; font-size: 0; content:" "; clear:both; height:0;}
* html .clearfix{zoom: 1;} /* IE6 */
*:first-child+html .clearfix{zoom: 1;} /* IE7 */
h1,h2,h3{font-weight: normal;}
.hidden{display: none;}
/*全局 end*/

/*头部 on*/
.is-header{}
.m-gov{width: 100%; height: 40px; background: #f2f2f2;}
.g-gov{margin: 0 auto; width: 1280px; line-height: 40px;}
.g-gov p,.g-gov p a{color: #5e5e5e;}
.m-search{position: relative; margin: 7px 0 0 358px; width: 260px; height: 26px;}
.u-searchtext{position: absolute; left: 0; top: 0; padding: 0 39px 0 12px; width: 207px; height: 24px; line-height: 24px; border: 1px solid #ddd; border-radius: 24px; background: #fff;}
.u-searchbtn{position: absolute; right: 1px; top: 1px; width: 38px; height: 24px; border: none; border-radius: 0 24px 24px 0; background: url(../images/public/icon-search.png) #fff center no-repeat; cursor: pointer;}
.m-logo{margin: 0 auto; width: 1280px; height: 113px;}
.m-logo .u-logo{margin-top: 30px;}
.u-logo img{display: block;}
.m-logo ul{float: right;}
.m-logo ul li{float: left; margin: 20px 0 0 30px; width: 152px;}
.m-logo ul li img{float: left; display: block; width: 70px; height: 70px;}
.m-logo ul li div{float: right; padding: 11px 0 0 0; width: 72px;}
.m-logo ul li div p{line-height: 24px; text-align: center;}
.m-nav{width: 100%; border-top: 1px solid #ddd;}
.g-nav{margin: 0 auto; width: 1280px; height: 50px; line-height: 48px;}
.g-nav ul li{position: relative; float: left; margin: 0 28px; z-index: 9;}
.g-nav ul li a.u-one{display: block; padding: 0 7px; font-size: 18px; color: #3d3d3d;}
.g-nav ul li.u-active a.u-one,.g-nav ul li a.u-one:hover{border-bottom: 2px solid #0e376d; color: #0e376d;}
.g-nav ul li div.m-navbar{position: absolute; width:140px; left:50%; margin-left: -70px; background: #fff; top: 50px; padding: 25px 0 10px; -webkit-box-shadow: 0px -2px 10px rgba(0,0,0,0.1); box-shadow: 0px -2px 10px rgba(0,0,0,0.1); display: none;}
.g-nav ul li div.m-navbar ul li{float: none; margin: 0; line-height: 31px; text-align: center;}
.g-nav ul li div.m-navbar ul li a{display: block;}
.m-banner{position: relative; width: 100%; height: 420px; overflow: hidden;}
.m-banner .bd{position: absolute; left: 50%; margin-left: -960px; top: 0; width: 1920px; height: 420px;}
.m-banner .bd ul li img{display: block; width: 1920px; height: 420px;}
.m-banner .hd{position: absolute; left: 50%; margin-left: -144px; bottom: 20px; width: 288px; height: 24px; background: url(../images/public/bg-banner.png) no-repeat;}
.m-banner .hd ul li{float: left; margin: 0 12px; width: 24px; height: 24px; border-radius: 50%; background-image: url(../images/public/bg-bannum.png); background-repeat: no-repeat;}
.m-banner .hd ul li.on{background-color: #b81319;}
.m-banner .hd ul li.u-bn01{background-position: -12px 0;}
.m-banner .hd ul li.u-bn02{background-position: -60px 0;}
.m-banner .hd ul li.u-bn03{background-position: -108px 0;}
.m-banner .hd ul li.u-bn04{background-position: -156px 0;}
.m-banner .hd ul li.u-bn05{background-position: -204px 0;}
.m-banner .hd ul li.u-bn06{background-position: -252px 0;}
/*头部 end*/

/*底部 on*/
.is-footer{width: 100%; background: url(../images/public/bg-footer.png) #3f3f3f center bottom no-repeat;}
.m-footer{position: relative; margin: 0 auto; width: 1200px;}
.m-ftnav{height: 14px; line-height: 14px; padding: 30px 0; border-bottom: 1px solid #585858;}
.m-ftnav ul li{float: left; margin-right: 18px; padding-right: 18px; border-right: 1px solid #d1d1d1;}
.m-ftnav ul li a{font-weight: bold; color: #d1d1d1;}
.m-ftnav ul li.u-nobd{border: none;}
.m-copyright{padding: 22px 0 24px;}
.m-copyright p{line-height: 30px; color: #d1d1d1;}
.m-copyright p a{color: #d1d1d1;}
.m-copyright p img{vertical-align: middle;}
#_ideConac{position: absolute; right: 0; bottom: 35px;}
/*底部 end*/