@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

/*防止拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;
}

body {
    font: 12px 'Microsoft YaHei', 微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;
    color: #666;
    background: #fff;
    min-width: 1210px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
 /*IE/7/6*/
}

a {
    color: #4D4D4D;
    text-decoration: none;
}

b {
    font-family: "MicrosoftYaHei";
}

a:hover {
    color: #00a5a5;
}

h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

s, i, em {
    font-style: normal;
    text-decoration: none;
}


/*公共类*/
.w {
    /*版心 提取 */
    width: 1210px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.ar {
    text-align: right;
}

.hide {
    display: none;
}
/*头部导航开始*/
.shortcut {
    height: 30px;
    line-height: 30px;
    background-color: #F9F9F9;
    border-bottom: 2px solid #ededed;
}

.shortcut .dt {
    position: relative;
}

.shortcut .dt .location {
    font-size: 14px;
    margin: 0 5px;
}

.shortcut .dt .switch {
    color: #FB8200;
}

.shortcut .fr li {
    float: left;
    padding: 0 10px;
}

/*顶部end*/
.Logo {
    width: 360px;
    height: 75px;
    float: left;
    padding-top: 25px;
    position: relative;
}

.Logo .logo_img {
    margin-right: 30px;
}

.search {
    width: 538px;
    height: 35px;
    float: left;
    margin: 45px 0 0 160px;
}
.search .searchbox{
    width: 450px;
    height: 32px;
    border: 1px solid #00a5a5;
    padding-left: 4px;
    color: #666;
    font: 14px/32px "microsoft yahei";
    float: left;
}

.search_1{
    margin: 20px 0 0 160px;
}
.search .nav-items li{
    /* width: 50px; */
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding-right: 10px;
}
.search .nav-items .it_selected{
    background: #00a5a5;
        color: #fff;
}
.search button {
    width: 80px;
    height: 34px;
    background-color: #00a5a5;
    float: left;
    font: 16px/36px "microsoft yahei";
    color: #fff;
    cursor: pointer;
}

/*nav 部分*/
.ot_nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #00a5a5;
    margin-top: 10px;
}

.dropdown {
    position: relative;
}

.dropdown li {
    float: left;
    padding:0 35px; 
    text-align: center;
    margin-right: 80px;
    font-size: 16px;
}

.dropdown .actived {
    background: #00a5a5;
}

.dropdown .actived a{
    color: #fff;
}
.dropdown .selected{
    position: relative;
}
.dropdown .selected a:hover{
    color: #fff;
}
.dropdown .selected a.bga{
    color: #fff;
}
.dropdown .selected.bgc{
    background: #00a5a5;
}
.dropdown .tips{
    z-index: 999;
    width: 6px;
    height: 4px;
    top: 50%;
    margin-left: 55px;
    position: absolute;
}
.dropdown .tips i{
   position: absolute;
    border-width: 4px;
    border-style: solid solid solid;
    border-color: #545454 transparent transparent transparent;
}
.dropdown .tips i.i_c{
    border-color: #fff transparent transparent transparent;
}
.dropdown .nav-dropdown{
    position: absolute;
    left: 0;
    top: 40px;
    background: #00a5a5;
    z-index: 999;
    padding: 0 27px;
    display: none;
}
.dropdown .nav-dropdown dl a{
    font-size: 16px;
    line-height: 40px;
    display: block;
    color: #fff;
}
/*版权声明*/
.wrap_cppyright {
    background: #2D3E50;
    height: auto;
    color: #fff;
    margin-top: 40px;
}

.cppyright_content {
    padding: 27px 0 20px;
}
.cppyright_content ul {
    width: auto;
    height: 12px;
    margin-left:386px;
}

.cppyright_content ul li{
    width: auto;
    float: left;
    padding: 0 20px;
    height: 12px;
    line-height: 14px;
    border-right: 1px #fff solid;
}
.cppyright_content ul li a{
    color: #fff;
}
.cppyright_content ul li a:hover{
    color: #00a5a5;
}
.cppyright_content ul li.no_border {
    border: none;
}
.cppyright_content p{
    text-align: center;
    margin-top:20px;
    font-size: 14px;
}
.cppyright_content .icpico{
    margin: 20px auto 20px;
    height: 32px;
    text-align: center;
    display: table;   
}
.cppyright_content .icpico a{
    float: left;
    margin: 0 10px;
 }
.cppyright_content .icpico .ico1{
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url(../img/icon_identifying.png) no-repeat;
}
.cppyright_content .icpico .ico2{
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url(../img/icon_identifying.png) no-repeat -55px 0;
}
.cppyright_content .icpico .ico3{
    display: inline-block;
    width: 90px;
    height: 32px;
    background: url(../img/icon_identifying.png) no-repeat -105px 0;
}