@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-12 09:07)
*/

/*全局 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; min-width: 1200px;}
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:#0072d0; 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;}
.is-main{width: 1200px; margin: 0 auto;}
/*全局 end*/

/*头部 on*/
.is-header{width: 100%; padding-bottom: 20px; background: url(../images/public/header_bg.png) center top no-repeat;}
.g-header{width: 1200px; margin: 0 auto;}
.m-top{width: 1200px; height: 35px; line-height: 34px; overflow: hidden;}
.u-links a{display: inline-block; padding: 0 0 0 20px; margin: 0 14px 0 10px; font-size: 12px; color: #454545; font-family: "宋体"; /*background: url(../images/public/public_icon.png) left 9px no-repeat;*/}
.u-function a{font-size: 12px; color: #454545; font-family: "宋体";}
.m-top a:hover{color: #0072d0;}
.m-banner{width: 1200px; height: 182px; background: url(../images/public/banner.png) no-repeat;}
.m-search{width: 268px; height: 44px; margin: 122px 18px 0 0; background: url(../images/public/search_bg.png) no-repeat; position: relative;}
.u-searchtext{position: absolute; left: 0; top: 0; width: 199px; height: 44px; line-height: 44px; padding: 0 50px 0 19px; border: none; border-radius: 22px 0 0 22px;}
.u-searchbtn{width: 45px; height: 44px; position: absolute; top: 0; right: 0; border: none; cursor: pointer; background: url(../images/public/public_icon.png) 11px -35px #dc5c03 no-repeat;}
.m-nav{width: 1200px; height: 60px; line-height: 60px; overflow: hidden; background: #0072d0;}
.m-nav ul{width: 1210px; zoom: 1;}
.m-nav ul li{width: 171px; height: 60px; line-height: 60px; float: left; text-align: center; border-right: 1px solid #4296dc;}
.m-nav ul li a{display: block; font-size: 16px; font-weight: bold; color: #fff;}
.m-nav ul li a:hover{background: #ff5c00;}
/*头部 end*/

/*底部 on*/
.is-footer{width: 100%; border-top: 3px solid #0072d0;}
.m-friendlink{width: 100%; height: 32px; padding: 10px 0 11px; border-bottom: 1px solid #ddd; background: #f7f7f7;}
.friendlink-box{width: 1094px; height: 32px; padding: 0 53px; margin: 0 auto;}
.friendlink-box dl.select{width: 207px; height: 30px; background: #fff; margin-left: 8px; float: left; border: 1px solid #ddd; position: relative; z-index: 9;}
.select dt{width: 178px; height: 30px; line-height: 30px; padding: 0 19px 0 10px; cursor: pointer; font-size: 15px; background: url(../images/public/public_icon.png) 188px -84px no-repeat; color: #444;}
.select dd{width: 196px; max-height: 120px; background: #fff; border: 1px solid #ddd; padding: 7px 5px; display: none; overflow-y: auto; position: absolute; top: 30px; left: 0;}
.select dd ul li{line-height: 30px;}
.select dd ul li a{display: block; padding: 0 12px;}
.select dd ul li a:hover{background: #93c4ec;}
.m-footer{width: 1200px; padding: 12px 0 70px; margin: 0 auto; position: relative;}
.m-footer p{text-align: center; font-size: 13px; line-height: 24px; color: #444;}
#_ideConac{position: absolute; left: 250px; top: 8px;}
#_span_jiucuo{position: absolute; right: 223px; top: 18px;}
/*底部 end*/