﻿/*
* @description: ҳ�湫����ʽ
* @author: HaoNan
* @update: HaoNan (2015-08-1 8:30)
*/
@charset "utf-8";
body{font-family:'Microsoft YaHei','宋体',Arial, Helvetica, sans-serif}

.topbar {
    background-color: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
		zoom: 1;
    padding-right: 30px;
}

.topbar .input-group {
    width: 200px;
    float: right;
}

.header .navbar {
    margin-bottom: 0;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -35px;
    z-index: 999;
    background-color:#efefef;
    /*filter:alpha(opacity=90);*/
    /*-moz-opacity:0.9;*/
    /*-khtml-opacity: 0.9;*/
    /*opacity: 0.9;*/
    /*transition: all 0.3s ease-in-out;*/
}

.fixed-header .nav{
    margin-top: 40px;
}
.fixed-header .user-login{
    margin-top: 40px;
}
.fixed-header .navbar-default {
    background-color: transparent;
    border-width: 0;
}
.fixed-header .logo{
    margin-top: 55px;
}
.logo {
    width: auto;
    height: 50px;
    margin-left: 15px;
    margin-top: 18px;
}

@media only screen and (max-width: 768px) {
    .logo-mobile{
        width: 100%;
    }

   .logo-mobile img{
       height: 38px;
       width: auto;
       margin: 0 auto;
       display: block;
    }
   }

.header .user-login {
    float: right;
    padding-right: 15px;
}

.header .user-login .icon-user {
    display: inline-block;
    width: 18px;
    height: 25px;
    margin-right: 5px;
    padding-bottom: 5px;
/*    background: url("../images/content/img_userlogin.jpg") no-repeat 0 5px;
*/}

.header .user-login a {
    /*float: right;*/
    color: #e73140;
}

.header .user-login .dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header .user-login a {
    display: block;
    padding: 10px 15px;
}

.header .user-login .open {
    border-bottom: 5px solid red;
    padding-bottom: 10px;
}

.header .user-login .dropdown-menu {
    margin-top: 5px;
    left: auto;
    right: 0;
}
.header .user-login .dropdown-menu a {
    color: #333;
}
.mtf5{
	background:url(../images/publc/user.png) no-repeat left center;
	padding-left:30px;
	line-height:25px;
	display: inline-block;
	height: 25px;
}
.login {

    margin-top: 10px;
    padding: 10px;
}
.banner {
    width: 100%;
    overflow: hidden;
}

.form-group .title {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    font-family: "Microsoft Yahei";
}

@media (max-width: 768px) {
    .form-group .title {
        text-align: left;
        padding-left: 15px;
        padding-top: 0;
    }
    .footer-list .panel-heading {
        border-bottom: 1px solid #fff;
    }
}

.protocol {
    color: gray;
    font-size: 12px;
    line-height: 1.8;
}

.pro-title {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
}
.pro-content {
    line-height: 1.8;
}
.pro-content .detail ul {
    list-style: none;
}

.pro-content .detail ul li {
    line-height: 1.8;
}

.pro-content .title{ text-align:right;color:#ccc;}
.pro-content .detail ul li span {
    color:#333;
    text-align: left;
    margin-left: 10px;
}

.pro-content .yield {
    text-align: center;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .pro-content .yield {
        text-align: left;
    }
}

.pro-content .yield h1 {
    color: #e9303e;
    font-weight: 700;
}

.form-control.small {
    padding-left: 5px;
    padding-right: 5px;
}

.footer {
    background-color: #67767f;
    padding-top: 25px; 
    font-family: "Microsoft Yahei";
}

.footer-list .panel {
    background-color: transparent;
    box-shadow: none;
    margin-top: 0 !important;
}

.footer-list .panel-title {
    height: 16px;
    font-size:14px;
}

.footer-list .panel-title a {
    color: #fff;
}



@media (min-width: 768px) {
    .footer-list .collapse {
        display: block;
    }
}

.footer-list .panel-title .tit {
    z-index: 1;
    position: absolute;
}

.footer-list .panel-body ul {
    padding-left: 0;
    list-style: none;
}

.footer-list .panel-body ul li {
    line-height: 2;
    color: #e0e8ee;
}
.footer-list .panel-body ul li.weixin{
	padding:10px 0 30px;
}
.footer-list .panel-body ul li .icon_weixin{
	background: url(../images/publc/weixin.png) no-repeat left center;
	padding-left:30px;
	line-height: 2.5;
}
.footer-list .panel-body ul li.jiegou{
	padding:30px 0;
}
.citic_select{
	width: 120px;
	position: relative;
}
.citic_select .icon_jg{
	background: url(../images/publc/icon_jg.png) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 2;
}
.citic_select .icon_link{
	background: url(../images/publc/icon_link.png) no-repeat;
	width: 20px;
	height: 20px;
	float:left;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 2;
}
.citic_select span{
	background: url(../images/publc/btnbg.png) no-repeat;
	width: 120px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #505355;
	line-height: 30px;
	text-indent: 38px;
}
.citic_select select{
	width: 120px;
	height: 30px;
	opacity: 0;
}
.citic_select .select_arrow{
	float:left;
	position: absolute;
	right:10px;
	top:13px;
	z-index: 2;
	
}
.citic_select .select_arrow_up{
	border: 5px solid #8b9297;
	border-top:5px transparent solid;
	border-right:5px transparent solid;
	border-left:5px transparent solid;
}
.citic_select .select_arrow_down{
	border: 5px solid #8b9297;
	border-bottom:5px transparent solid;
	border-right:5px transparent solid;
	border-left:5px transparent solid;
}

.footer-list .panel-body ul li a {
    color: #e0e8ee;
}

.footer hr{
	border-top:1px solid #79878f;
}
.footer .copy-right {
    color: #8c9daa;
    text-align: center;
    list-style: none;
    font-size: 10px;
}
.footer .copy-right li{
    padding:5px 0;
}

.highlight {
    color: red;
}

.highlight_money {
    color: red;
    font-size: 40px;
}
.highlight_green {
    color: green;
    font-size: 20px;
}
.highlight_red {
    color: red;
    font-size: 20px;
}
.highlight_compare {
    color: red;
    font-size: 14px;
}
.hint {
    color: #122b40;
}

.pageTitle-3 {
    font-size: 16px;
}

.pageTitle-2 {
    font-size: 18px;
}

.pageTitle-1 {
    font-size: 20px;
}

.pageBottomLine {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.stepShow {
    text-align: center;
    position: relative;
}

.stepShow .step {
    box-sizing: border-box !important;
    width: 20%;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-left: 5%;
    line-height: 50px;
    vertical-align: middle;
    background-color: #ccc;
    height: 50px;
}

.stepShow .step5 {
    box-sizing: border-box !important;
    width: 15%;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-left: 5%;
    line-height: 50px;
    vertical-align: middle;
    background-color: #ccc;
    height: 50px;
}

.stepShow .step p {
    width: 100%;
}

.stepShow .step p:after {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    left: 100%;
    border: 25px solid transparent;
    border-left-color: #ccc;
}

.stepShow .on {
    background-color: #000;
    color: #ccc;
}

.stepShow .on p:after {
    border-left-color: #000;
}

.padding-10 {
    padding: 10px;
}

.padding-h-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-w-10 {
    padding-left:10px;
    padding-right:10px;
}

.listNum {
    width: 20px;
    border-radius: 10px;
    height: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.nav-second-level > li.active {
    background-color: black;
    color: white;
}
.nav-label{line-height:40px;font-weight:700}
.newsDetail{line-height:28px;}
.city {

}
.city ul,.city li {
    list-style:none;
    margin:0;
    padding:0;
    }
.city li{ height:30px;margin:10px 0;position:relative;}
.city .company{position:absolute;min-width:350px;background-color:#fff;z-index:1;width:auto;border:1px solid gray;padding:10px;line-height:28px;}
.city .company div:first-child{border-bottom:1px solid gray}
.city .triangle-up{width:0px;  height:0px;  border-left:8px solid transparent;  border-right:8px solid transparent;  border-bottom:8px solid #000;  font-size:0px;  line-height:0px;position:absolute;top:-8px;left:10px;}
#allmap {width: 100%;height: 100%;overflow: hidden;margin:0;}
#imgView{width:100%;height:100%;position:absolute;top:0; background-color:rgba(0,0,0,0.5);}
#imgView .modal-header{background-color:#fff;}
/*  copy from static_full_version */
body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
    position: fixed;
    width: 220px;
    z-index: 2001;
    height: 100%;
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
    width: 0px;
}

body.fixed-sidebar.mini-navbar #page-wrapper {
    margin: 0 0 0 0px;
}

.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level, .canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
    display: block;
    height: auto;
}

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 12px;
    border-radius: 3px;
}

body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
    font-size: 13px;
    border-radius: 3px;
}

.fixed-sidebar.mini-navbar .nav-second-level li a, .canvas-menu.mini-navbar .nav-second-level li a {
    padding: 10px 10px 10px 15px;
}

.fixed-sidebar.mini-navbar .nav-second-level, .canvas-menu.mini-navbar .nav-second-level {
    position: relative;
    padding: 0;
    font-size: 13px;
}

.fixed-sidebar.mini-navbar li.active .nav-second-level, .canvas-menu.mini-navbar li.active .nav-second-level {
    left: 0px;
}

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a, body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
    font-size: 13px;
}

body.fixed-sidebar.mini-navbar .nav-label, body.fixed-sidebar.mini-navbar .navbar-default .nav li a span, body.canvas-menu.mini-navbar .nav-label, body.canvas-menu.mini-navbar .navbar-default .nav li a span {
    display: inline;
}

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
    display: block;
}

.canvas-menu.mini-navbar .nav-second-level li a, .fixed-sidebar.mini-navbar .nav-second-level li a {
    padding: 7px 10px 7px 52px;
}

.fixed-sidebar.mini-navbar .nav-second-level, .canvas-menu.mini-navbar .nav-second-level {
    left: 0px;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    position: relative !important;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        min-height: 1000px;
    }
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 240px;
        min-height: 1000px;
    }
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 220px;
        min-height: 1200px;
    }

    .navbar-static-side {
        z-index: 2001;
        position: absolute;
        width: 220px;
    }

    .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 0px;
        min-height: 1000px;
    }

    .body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: absolute;
        width: 70px;
    }

    .body-small.mini-navbar .navbar-static-side {
        display: block;
    }

    .lock-word {
        display: none;
    }

    .navbar-form-custom {
        display: none;
    }

    .sidebard-panel {
        z-index: 2;
        position: relative;
        width: auto;
        min-height: 100% !important;
    }

    .sidebar-content .wrapper {
        padding-right: 0px;
        z-index: 1;
    }

    .fixed-sidebar.body-small .navbar-static-side {
        display: none;
        z-index: 2001;
        position: fixed;
        width: 220px;
    }

    .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
        display: block;
    }

    .ibox-tools {
        float: none;
        text-align: right;
        display: block;
    }
    .twitter-typeahead{width:100%;}
    .tt-search{margin-top:-5px;}
}

span.site-title {
    font-size: 20px;
    vertical-align: central;
    margin-top: 14px;
    display: block
}

.dropdown-skin {
    width: 220px !important;
}

.setings-item {
    width: 200px;
}

.white-bgx {
    background: white;
}


.callout{}
.callout-info{border-left:3px solid red; font-size: 16px; padding-left: 10px; font-family: "Microsoft Yahei", sans-serif; font-weight: 700;}
.callout-substance{ padding-top: 10px; padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #e6e6e6;}
.callout-substance.business dt{text-align: center;padding-top: 20px;}
.callout-substance.business dd{text-align: center;padding-top: 20px;}
.callout-list{ list-style: none; padding-left: 0}
.callout-list li{ margin-bottom: 5px;}
.callout-substance .product{}
.callout-substance .product dd{padding-top: 15px; padding-left: 5px; padding-right: 5px;}
.callout-list li .left{ color: #999; padding-right: 0;}


/*导航*/
.navigater {
    box-shadow: 0 2px 10px #ccc;
}

.navigater .navbar-search {
    float: right;
}

.navigater .container.menu {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 768px) {
    .navigater .container {
        width: auto !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .navigater .container.menu {
        float: left;
    }
}



.navigater .mobile li {
    float: left;
}

.navigater .panel {
    display: inline;
    border: none;
    float: left
}

.navigater .panel-heading {
    display: inline !important;
}

.navigater .navbar-header {
    margin-top: -28px \0;
}

.header-mobile {
    padding: 10px;
}

.header-mobile li {
    list-style: none;
}

.navigater .nav, .navigater .dropup, .navigater .dropdown {
    position: static;
}

.navigater .nav {
    /*padding-top: 15px;*/
    /*padding-bottom: 15px;*/

}

.navigater .open > a,
.navigater .open > a:focus,
.navigater .open > a:hover,
.navigater a,
.navigater a:focus.dropdown-toggle,
.navigater a:hover.dropdown-toggle {
    background-color: transparent;
}

.navigater .dropdown-toggle,
.open .dropdown-toggle {
    /*border: none;*/
}

@media only screen and (min-width: 768px) {
    .navbar-nav > li.open {
        border-bottom: 5px solid red;
        padding-bottom: 10px;
    }

    .navbar-nav > li {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.dropdown-header {
    padding-left: 0;
    padding-right: 0;
    *margin-top: -10px;
    font-size: 16px;
    font-family: "Microsoft Yahei", sans-serif;
}

.dropdown-header .dropdown-menu {
    top: 128px;
    min-width: 100%;
    max-width: 100%;
    *width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}


.fixed-header .navigater .dropdown-menu {
    top: 120px!important;
}

@media only screen and (max-width: 768px) {
    .navigater.navbar-default {
        background-color: transparent;
        border-width: 0;
        display: inline;
    }
}

.dropdown-content {
    background-color: #ccc;
}

.nav-slider {
    font-size: 16px;
    padding: 18px 30px;
}

.nav-slider span {
    color: #df3223;
}

.nav-slider-header {
    margin-top: 0;
    margin-bottom: 0;
}

.nav-content {
    margin-top: -20px;
    margin-bottom: -20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #eee;
}

.nav-content .content {
}

.nav-slider ul, .nav-content ul {
    list-style: none;
}

.nav-slider ul li, .nav-content ul li {
    line-height: 2.5;
}

.nav-slider ul li {
    font-weight: 700;
}

.nav-content ul .title {
    font-size: 16px;
}

.dropdown-menu-top {
    text-align: left;
    background-color: #f7f8fa;
    zoom: 1;
    padding: 20px;
    text-align: center;
}
.dropdown-menu-top  dl dt{ margin-bottom: 10px;}
.dropdown-menu-top  dl dd{}

.dropdown-menu-bot {
    text-align: left;
    background-color: #eaebed;
    padding: 20px;
    line-height: 2;
}
.dropdown-menu-bot .title{
    padding-bottom: 5px;
    padding-top: 5px;
}
.dropdown-menu-top ul, .dropdown-menu-bot ul {
    list-style: none;
}


@media only screen and (max-width: 768px) {
    .dropdown-menu-top {
        text-align: center
    }
    .dropdown-menu-bot {
        line-height: 1.6;
    }
    .dropdown-menu-bot ul li:nth-child(2) {
        margin-top: 5px;
    }
    .dropdown-menu-bot .title{
        padding-bottom: 0;
    }
    .dropdown-menu-bot ul {
        margin-bottom: 10px;
    }
}
/*导航结束*/
