﻿@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('iconfont.woff') format('woff'), /* chrome、firefox */ url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
a,a:hover,a:visited,a:focus{
    text-decoration: none!important;
}
li{
    list-style: none;
}
p.fl{
    margin: 0px;
    /*line-height: 28px;*/
}
.expertName{
    color: #444;
    font-size: 18px;
 /*   height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 50px;
  */
    width: 115px;
    display: inline-block;
}
.expertName + span{
    display: inline-block;
}
/* CSS Document */
#body_box {
    overflow-x: hidden;
    width: 100%;
    height: auto;
}

* {
    padding: 0;
    margin: 0;
    behavior: url(iecss3.htc);
    font-family: "微软雅黑", 'sans-serif', 'PingFang';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
   /* float: left;*/
}
.mapLogo{
    float: left;
}
input {
    border: none;
    background: none;
    -webkit-appearance: none;
}

.clear {
    clear: both;
}

html, body {
    font: 12px "Microsoft YaHei", Arial, "微软雅黑", Helvetica, sans-serif;
    color: #6b6a6a;
    width: 100%;
    background: #ffffff;
    min-width: 320px
}

.img_center {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
/*#footHtml{
    position: relative;
    z-index: 10000;
}*/
#clear {
    clear: both;
    height: 0px;
}

.w1200_center {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

#pagewrap {
    width: auto;
    height: auto;
}

#header {
    width: 100%;
    padding: 10px 0 0px 0;
    position: relative;
    z-index: 9999;
    background: url(../images/top_bgtm.png);
    left: 0;
    top: 0px;
    transition: all 0.5s;
    box-shadow: 0 1px 5px #666;
}

#header:hover {
    background: #fff;
    transition: all 0.5s;
}

#header-top .Language {
    float: right;
    text-align: right;
    color: #fff;
    margin-top: 6px;
    z-index: 9997;
}

#header-top .Language a {
    color: #555;
    width: 120px;
    height: 28px;
    padding: 0px 13px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: block;
    text-align: center;
    line-height: 25px;
    float: right;
    border: 1px solid #fff;
    behavior: url(iecss3.htc);
    position: relative;
    margin: 0px 20px;
    background: #fff;
    box-shadow: 4px 2px 4px 1px #ebebeb;
    text-decoration: none;
}
#header-top .Language a:after{
    content: '|';
    position: absolute;
    right: -23px;
    top: 0px;
    color: #adadad;
}

#header-top .Language a:hover {
    color: #fff;
    border: 1px solid #36a1d5;
}

#header-top .Language a i {
    font-size: 16px;
    color:#36a1d5;
}

#header-top .Language span {
    color: #333;
    font-size: 12px;
    margin-left: 4px;
}

#header-top .top_ss {
    float: right;
    width: 28px;
    height: 28px;
    background: #36a1d5;
    border: 1px solid #36a1d5;
    -moz-border-radius: 50px; /* Firefox */
    -webkit-border-radius: 50px; /* Safari 和 Chrome */
    border-radius: 50px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    display: block;
    text-align: center;
    line-height: 25px;
    margin-top: 6px;
    z-index: 9997;
}

#header-top .top_ss .ss_an_icon {
    display: block;
    text-align: center;
    line-height: 25px;
    width: 28px;
    color: #fff;
    text-decoration: none;
}

#header-top .top_ss .ss_an_icon i {
    float: none;
    vertical-align: middle;
    font-size: 18px;
}

#relative {
    width: 300px;
    position: fixed;
    margin-left: -295px;
    margin-top: 0px;
    z-index: 1000000;
    top: 10px;
    background: transparent;
}

#search {
    clear: both;
    padding: 0px;
    width: 96%;
    z-index: 10;
    opacity: 1;
    text-align: center;
    border: 1px solid #36a1d5;
}

#search .ss_input {
    outline: none;
    border: 0px none;
    width: 99%;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 1%;
}

#search .ss_an {
    float: right;
    position: relative;
    margin-top: -30px;
    height: 30px;
    width: 60px;
    background: #0163ae;
    border: none;
    cursor: pointer;
    color: #fff;
}

#search .ss_an:hover {
    background: #f60;
}

#search02 {
    clear: both;
    padding: 2%;
    width: 96%;
    z-index: 10;
    background: #009fde;
    opacity: 1;
    text-align: center;
    position: fixed;
    top: 60px;
    z-index: 99999;
}

#search02 .ss_input {
    outline: none;
    border: 0px none;
    width: 99%;
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding-left: 1%;
}

#search02 .ss_an {
    float: right;
    position: relative;
    margin-top: -30px;
    height: 30px;
    width: 60px;
    background: #333;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 0px;
}

#search02 .ss_an:hover {
    background: #f60;
}
.contioner-small{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    width: 100%
}
.contioner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    width: 100%
}

#logo {
    width: 200px;
    height: 60px;
    float: left;
    display: block;
    z-index: 9997;
    margin: 14px 0px;
}

#logo a {
    width: 200px;
    height: 60px;
    float: left;
    display: block;
    position: relative;
    z-index: 1000
}
.phone{
    float: right;
    width: 130px;
    margin: 27px 0px;
    text-align: left;
}
.phone img{
    width: 20px;
    margin-right: 10px;
}
#header ul#navbig {
    width: 100%;
    height: 60px;
    display: inline-block;
    z-index: 9996;
    justify-content: center;
   display:flex;display: -webkit-flex;
    margin-bottom: 0px;
}
#header ul#navbig li>a{
    height: 60px;
    line-height: 30px;
    font-size: 24px;
}
#navactive{
    border-bottom: 7px solid #c1e2f3;
}
#navbig{
    border-bottom: 7px solid #dfdfdf;
}
#header ul#navbig li {
    width: 16.67%;
    height: 60px;
    font-size: 15px;
    float: left;
    padding: 15px 5px 0px 5px;
}
#header ul#navbig li>a>span{
    font-size: 16px;
    font-variant:small-caps;
    font-family: sans-serif,Arial;
    text-transform: capitalize ;
}
#header ul#navbig li .dl_a {
    display: block;
    color: #333;
    padding: 0 15px 0 15px;
    height: 35px;
    line-height: 25px;
    text-align: center;
    position: relative;
    z-index: 9999;
    margin-bottom: 4px;
}

#header ul#navbig li .dl_a:hover {
    color: #36a1d5;
    text-decoration: none;
}
.nav_xlbox.productHead .linkd a{
    width: 28%;
}
#header ul#navbig li div.nav_xlbox {
    width: 100%;
    clear: both;
    position: absolute;
    background: url(../images/tm80.png);
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 99;
    margin-top: 5px;
    height: 150px;
}

#header ul#navbig li .nav_xlbox .xl_main_w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    text-align: left;
}

.nav_xlbox .picd {
    float: left;
    max-width: 300px;
    width: 30%;
}

.nav_xlbox .infod {
    float: left;
    width: 30%;
    margin-left: 3%;
    margin-top: -20px;
}

.nav_xlbox .infod .itd {
    margin-bottom: 15px;
}

.nav_xlbox .infod .itd h3 {
    color: #36a1d5;
    font-weight: normal;
    height: 15px;
    font-size: 14px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

.nav_xlbox .infod .itd p {
    color: #36a1d5;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

.nav_xlbox .infod .dep {
    font-size: 12px;
    color: #888;
    line-height: 20px;
}

.nav_xlbox .linkd {
    float: right;
    width: 30%;
}
.nav_xlbox.productHead .linkd{
    width: 42%;
}

.nav_xlbox .linkd a {
    color: #333;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    width: 45%;
    float: left;
    margin-left: 5%;
}

.nav_xlbox .linkd a:hover {
    color: #36a1d5;
}

#header ul#navbig li#navactive .dl_a {
    color: #0b396a !important;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari 和 Chrome */
    border-radius: 5px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    text-decoration: none;
}

#rnav {
    float: right;
    margin-top: 28px;
}

#rnav a {
    padding: 5px 15px 5px 15px;
    line-height: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-left: 4px;
    float: left;
    -webkit-text-size-adjust: none;
}

#rnav a#ractive {
    background: #c6c6c6;
    color: #fff;
}

.navministyle {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}

#navm02 {
    width: 31px;
    height: 30px;
    background: url(../images/list.png);
    display: block;
    margin-top: 15px;
    margin-right: 10px;
    float: right;
    position: relative;
    z-index: 999
}

#navl {
    width: 31px;
    height: 30px;
    display: block;
    margin-top: 15px;
    margin-right: 10px;
    float: right;
    position: relative;
    z-index: 999
}

#wap_nav_l {
    z-index: 9999;
}

.navministyle ul {
    width: 100%;
    position: absolute;
    height: auto;
    background: #fff;
    padding: 0px 0;
    display: none;
    z-index: 999;
    right: 0;
    top: 60px;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, .21);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .21);
}

.navministyle ul li {
    width: 100%;
    height: 40px;
    line-height: 80px;
    float: left;
    border-top: #ddd 1px solid;
}

.navministyle ul li a {
    display: block;
    line-height: 40px;
    color: #5a5a5a;
    text-align: center;
}

.navministyle ul li.active a {
    color: #fff;
    background: #129ecf
}

a#cnavmnmore {
    text-align: center;
    font-size: 16px;
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    background: #37a1d3;
    color: #fff;
    cursor: pointer;
}

#cnavmnmore span {
    background: url(../images/ty.png);
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 5px;
}

#cnavmini ul {
    top: 110px
}

#cnavmini {
    display: none;
    width: 98%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
    margin-top: 20px;
}

#cnavmini ul.nr_topxl_nav {
    width: 100%;
    position: absolute;
    height: auto;
    background: #fff;
    padding: 0px 0;
    display: none;
    z-index: 999;
    right: 0;
    top: 50px;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, .21);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .21);
}

#cnavmini ul.nr_topxl_nav li {
    width: 100%;
    height: 40px;
    line-height: 80px;
    float: left;
    border-top: #ddd 1px solid;
}

#cnavmini ul.nr_topxl_nav li a {
    display: block;
    line-height: 40px;
    color: #5a5a5a;
    text-align: center;
}

#cnavmini ul.nr_topxl_nav li a i {
    font-size: 16px;
    margin-right: 10px;
}

#cnavmini ul.nr_topxl_nav.active a {
    color: #fff;
    background: #129ecf
}

#slide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#slidebody {
    width: 1920px;
    height: 600px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}

#slidebody li {
    height: 600px;
    width: 1920px;
    position: absolute;
    left: 0;
    top: 0;
}

#slidebody.slidebodyabout {
    height: 350px;
}

#slidebody.slidebodyabout li {
    height: 350px;
}

#slidebtn {
    width: auto;
    max-width: 100px;
    height: 5px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    z-index: 4;
}

#slidebtn li {
    width: 30px;
    height: 5px;
    float: left;
}

#slidebtn li a {
    width: 95%;
    height: 5px;
    display: block;
    background: #fff;
    border-radius: 3px;
}

#slidebtn li.slbtn a {
    width: 100%;
}

#slidebtn li.slideactive a, #slidebtn li a:hover {
    background: #e37f13
}

.foot_servie {
    width: 98%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px 0 0px 0;
}

.foot_servie .gpdm {
    float: left;
    width: 45%;
}

.foot_servie .gpdm li {
    float: left;
    width: 33%;
}

.foot_servie .gpdm li b {
    font-size: 14px;
    font-weight: normal;
}

.foot_servie .gpdm li p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
}

.fx_box {
    width: 20%;
    float: left;
    display: none;
}

.fx_box a {
    font-size: 28px;
    background: #999;
    color: #fff;
    text-align: center;
    line-height: 28px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    -moz-border-radius: 50px; /* Firefox */
    -webkit-border-radius: 50px; /* Safari 和 Chrome */
    border-radius: 50px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    padding: 10px;
    margin-left: 15px;
    font-weight: normal;
    margin-top: 10px;
}

.fx_box a.wx, .fx_box a.wx:hover {
    background: #3eb135;
}

.fx_box a.pyq:hover {
    background: #f67659;
}

.fx_box a.wb:hover {
    background: #e52225;
}

.ft_tel {
    float: right;
    width: 40%;
    color: #666;
    font-size: 18px;
}

.ft_tel i {
    font-size: 22px;
    color: #666;
    margin-right: 10px;
}

.ft_tel h1 {
    font-size: 28px;
    color: #36a1d5;
}

.language_an {
    margin-top: 10px;
    clear: both;
    text-align: center;
}

.language_an a {
    color: #999;
    margin: 0px 3px 0px 3px;
}

.language_an a:hover {
    color: #ddd;
}

.language_an a.on {
    color: #ccc;
}

/*-- 底部 --*/
#foot_box {
    font-size: 12px;
    color: #fff;
    background: #0d386b;
    clear: both;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #333;
    position: relative;
    z-index: 10000;
}

#foot_box .foot_left {
    float: left;
    width: 60%;
    padding-bottom: 15px;
}

.foot_right>div{
    width: 150PX;
    display: inline-block;
    float: left;
}

#foot_box .foot_about_text {
    clear: both;
    padding-top: 20px;
}

#foot_box .foot_about_text .foot_logo {
    float: left;
}

#foot_box .foot_about_text p {
    float: left;
    margin-left: 20px;
    line-height: 22px;
    margin-top: 10px;
}

#foot_box .foot_nav {
    color: #fff;
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #be5324;
    padding-top: 15px;
    margin-bottom: 10px;
}

#foot_box .foot_nav a {
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.foot_tel {
    font-size: 20px;
}

.foot_add {
    background: url(../images/iconfont-gongsidizhi.png) no-repeat top left;
    padding-left: 25px;
    line-height: 20px;
    color: #999;
    margin-top: 5px;
}

.foot_link {
    width: 98%;
    max-width: 1200px;
    margin: 5px auto 10px;
    padding-top: 0px;
    color: #ddd;
   display:flex;display: -webkit-flex;
    color: #333;
    font-size: 18px;
}
.foot_link li{
    color: #333;
    font-size: 18px;
}
.foot_link  li a {
    color: #333;
    margin-right: 15px;
    font-size: 18px;
}

.foot_link li a:hover {
    color: #009fde;
}

#foot_box .foot_right {
    float: right;
    /* width: 40%; */
    /* max-width: 300px; */
    text-align: LEFT;
    color: #666;
    padding-top: 30px;
}

#foot_box .foot_right img {
    margin: 0 5px 10px;
    width: 90%;
    /* max-width: 120px; */
    float: LEFT;
}

.foot_right .wx2wn_name_hp {
    display: block;
    width: 100%;
    float: right;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

#foot_box .foot_lmnav {
    padding-top: 10px;
    width: 16.9%;
    float: left;
    margin-right: 3%;
}

#foot_box .foot_lmnav h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

#foot_box .foot_lmnav .foot_x {
    height: 3px;
    width: 30px;
    display: block;
    background: #009fde;
    margin-bottom: 10px;
}

#foot_box .foot_lmnav li {
    /*height: 25px;*/
    overflow: hidden;
}

#foot_box .foot_lmnav li a {
    font-size: 12px;
    color: #d7d7d7;
    line-height: 25px;
}

#foot_box .foot_lmnav li a:hover {
    color: #fff;
}

#foot_box .foot_text {
    height: 50px;
    line-height: 50px;
    background: #142539;
    color: #fff;
    text-align: left;
    clear: both;
    margin-top: 30px;
}

#foot_box .foot_text .foot_text_right {
    float: initial;
    text-align: center;
    color: #999;
    line-height: 20px;
    padding-top: 10px;
}

#foot_box .foot_text .foot_text_right a {
    color: #999;
}

#foot_box .foot_text .foot_text_right a:hover {
    color: #ccc;
}

#foot_box .foot_text .foot_text_right img {
    vertical-align: middle;
    float: none;
    margin-top: 2px;
    margin-right: 3px;
}

#foot_box .foot_text a.copy_left {
    color: #999;
    height: 20px;
    line-height: 20px;
}

.foot_contact {
    width: 25% !important;
}
#foot_box .logoPanel .foot_right{
    text-align: right;
    font-size: 14px;
    color: #fff;
    /* padding-right: 27px; */
}
#foot_box .mobile{
    font-size: 16px;

}
.headSubImg{
    height: 134px;
    margin-top: -38px;
}

/*--内页 banner 当前位置--*/
#ny_banner {
    padding: 40px 0 40px 0;
    height: 140px;
    background: url(../images/ny_bannerbg.jpg) no-repeat center #0061b0;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

#ny_banner .w1200_center {
}

.map_bt_box {
    color: #fff;
    left: -900px;
    position: relative;
    float: left;
}

.map_bt_box h1.map_bth1 {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 5px;
}

.map_bt_box p.map_bten {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 2px;
}

.map_path_box {
    right: -900px;
    position: relative;
    float: right;
    color: #fff;
    margin-top: 50px;
}

.map_path_box a {
    color: #fff;
    letter-spacing: 5px;
}

.map_path_box a i {
    margin-right: 5px;
}

.map_path_box a.active {
    color: #ff0
}
.map_path_box>span{
    margin: 0px 5px;
}
.yjcg_zl_list_box {
    width: 98%;
    max-width: 800px;
    margin: auto;
    font-family: "微软雅黑",'sans-serif','PingFang ';
    padding: 0px;
}

.yjcg_bt {
    padding: 0px;
    margin: 0px;
    font-size: 24px;
    color: #333;
    font-family: "微软雅黑";
    text-align: center;
    margin-bottom: 25px;
}

.yjcg_zl_list_box h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    background: #f3f3f3;
    color: #333;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    padding-left: 10px;
}

.yjcg_zl_list_box {
    list-style: none;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.yjcg_zl_list_box ul.zl_list_xx {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    margin: 0px;
    padding: 20px;
}

.yjcg_zl_list_box ul.zl_list_xx li {
    float: left;
    width: 33.3%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

/*--内页左右结构--*/
.nr_left {
    float: left;
    width: 75%;
    margin-top: 50px;
    padding-bottom: 20px;
}

.nr_right {
    float: right;
    width: 20%;
    background: #fff;
    margin-top: 20px;
}

.nr_text_box {
    line-height: 25px;
    font-size: 14px;
}

.service_nav {
    clear: both;
    margin-bottom: 25px;
    margin-top: 10px;
    width: 100%;
}

.service_nav a {
    float: left;
    padding: 7px 15px 7px 15px;
    display: block;
    margin-right: 5px;
    background: #ddd;
    color: #333;
    text-align: center;
    font-size: 14px;
}

.service_nav a:hover {
    background: #ccc;
}

.service_nav a.on {
    background: #37a1d3;
    color: #fff;
}

/*--右边 内页导航菜单 --*/

#right_nav_box {
    clear: both;
    background: #fff;
    position: relative;
    width: 100%;
    max-width: 240px;
    
    z-index: 3;
    transition: all 0.3s;
    padding: 10px;
}
#right_nav_box .nr_xl_nav .iconfont.icon-img>img{
    width: 25px;
    display: inline-block;
}
.fixed_style {
    position: fixed !important;
    top: 80px !important;
}

.fixPosition{
    position: fixed !important;
    top: 0px !important;
}
.fixed_style2 {
    position: fixed !important;
    top: -50% !important;
}

#right_nav_box .nav_bt {
    font-size: 26px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

#right_nav_box .bx {
    width: 60px;
    height: 3px;
    background: #37a1d3;
    color: #F00;
}

.nr_xl_nav {
    clear: both;
    margin-top: 15px;
}

.nr_xl_nav li {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding-left: 15px;
    transition: all 0.3s;
}

.nr_xl_nav li a {
    color: #666;
    display: block;
    transition: all 0.5s;
}

.nr_xl_nav li a:hover {
    color: #37a1d3;
}

.nr_xl_nav li a i {
    font-size: 20px;
    margin-right: 10px;
}
#right_nav_box .nr_xl_nav li a i{
    font-size: 24px;
    margin-right: 10px;
    width: 30px;
    display: inline-block;
    font-size: 26px;
}

.nr_xl_nav li:hover {
    background: #eee;
    padding-left: 30px;
}

.nr_xl_nav li.active {
    background: #37a1d3;
}

.nr_xl_nav li.active a {
    color: #fff;
}

.color_red {
    color: #F00;
}

.color_green {
    color: #096;
}

.right_contact {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.right_contact span {
    color: #666;
    margin-bottom: 5px;
}

.right_contact h1 {
    color: #37a1d3;
    font-size: 28px;
    margin-bottom: 10px;
}

.right_contact p {
    color: #666;
    margin-bottom: 5px;
}

.right_contact p i {
    color: #37a1d3;
    margin-right: 5px;
    font-size: 14px;
}

/*---------分页-------*/
#fengye {
    clear: both;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    display: none;/*wyj 展示分页的话 去掉这里*/
}

div.digg {
    padding: 3px;
    margin: 3px;
    text-align: left;
    font-size: 12px;
}

div.digg a {
    border: #129ecf 1px solid;
    padding: 2px 8px 2px 8px;
    margin: 2px;
    color: #129ecf;
    text-decoration: none;
}

div.digg a:hover {
    border: #129ecf 1px solid;
    color: #fff;
    background: #129ecf;
}

div.digg a:active {
    border: #129ecf 1px solid;
    color: #129ecf;
}

div.digg span.current {
    border: #129ecf 1px solid;
    font-weight: bold;
    padding: 2px 8px 2px 8px;
    margin: 2px;
    color: #fff;
    background-color: #129ecf;
}

div.digg span.disabled {
    border: #ccc 1px solid;
    padding: 2px 8px 2px 8px;
    margin: 2px;
    color: #999;
}

.nr_text_box img {
    float: none;
    max-width: 100%;
    height: auto !important;
}

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .w1200_center, #headerbody {
        width: 98%;
        margin: auto;
    }

    #header ul#navbig li .nav_xlbox .xl_main_w1200 {
        width: 98%;
        margin: 25px auto;
    }

    .foot_servie .gpdm {
        width: 33.3%;
    }

    .foot_servie .fx_box {
        width: 30%;
    }

}

@media only screen and (max-width: 1023px) and (min-width: 981px) {
    .w1200_center, #headerbody {
        width: 98%;
        margin: auto;
    }

    #header ul#navbig li .nav_xlbox .xl_main_w1200 {
        width: 98%;
        margin: 25px auto;
    }
}

@media only screen and (max-width: 980px) {
    .w1200_center, #headerbody {
        width: 98%;
        margin: auto;
    }

    #navmini {
        display: block;
    }

    #header ul#navbig {
        display: none;
    }

    .top_ss {
        display: none !important;
    }

    .Language {
        display: none;
    }

    #header {
        height: 60px;
        padding: 0px;
    }

    #header #logo {
        width: 220px;
        margin-top: 5px;
    }

    #header #logo img {
        width: 100%;
    }

    #ny_banner {
        padding: 50px 0 50px 0;
        height: 60px;
        background: url(../images/ny_bannerbg.jpg) no-repeat center #0061b0;
        margin-top: 0px;
        position: relative;
        overflow: hidden;
    }

}

@media only screen and (max-width: 880px) {
    .navministyle, #cnavmini {
        display: block;
    }

    .foot_servie .gpdm {
        width: 33.3%;
    }

    .foot_servie .fx_box {
        width: 33.3%;
    }

    .foot_servie .ft_tel h1 {
        font-size: 22px;
    }

    /*--内页左右结构--*/
    .nr_left {
        float: left;
        width: 100%;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .nr_right {
        float: right;
        display: none;
        width: 20%;
        background: #fff;
        margin-top: 50px;
        height: 300px;
    }
}

#header-top {
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    background: #f5f5f5;
}

#header-top .contioner-small {
    height: 50px;
    padding: 7px 0px;
    overflow: inherit;
}

#header-top .mapLogo {
    margin-top: 5px;
    width: 20px
}

#header-top .dropdown-toggle {
    border: 0px;
    background: transparent;
}

#header-top .open > .dropdown-menu {
    z-index: 10000;
}

#header-top .dropdown {
    width: 100px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    float: left;
}

#header-top > a {
    color: #333;
}

#header-top .dropdown-toggle:after {
    content: '|';
    position: absolute;
    right: -10px;

}
