html, body {
    width: 100%;
    font-size: 14px;
    margin: 0!important;
    padding: 0;
    font-family: 'MicrosoftYaHei', '微软雅黑';
    line-height: 25px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    min-width: 1190px;
}
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}
#bigBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-width: 1200px;
}
.banner{
    height: 240px;
    background: url("../images/img_banner.png") no-repeat;
    background-size: 100% 100%;
    background-position: 0;
}
.detailBanner{
    height: 240px;
    background: url("../images/img_detail_banner.png") no-repeat;
    background-size: 100% 100%;
    background-position: 0;
}
.login-bj{
	height: 640px;
    width:100%;
	background: url("../images/login-bj-pure.png") no-repeat;
    /*background-size: 100% 100%;*/
    background-position: center;
    background-size: cover
}


.detailBanner_yzn{
    height: 240px;
    background: url("../images/img_detail_banner_yzn.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: 0;
}

#header {
    height: max-content;
    background: rgba(15, 68, 131, 1);
}
.tabs {
    width: 1338px;
    margin: 0 auto;
    height: 60px;

    color: white !important;
}

.tabs > div {
    /* float: right; */
    margin-right: 10px;
    height: 100%;
}

/* .tabs-left {
    width: 390px;
    height: 100%;
    float: left !important;
} */

/*每个文字后面都加1.2px空隙*/
/* .title-csP {
    letter-spacing: 1.2px;
}

.tabs-left > img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 15px 15px 15px 40px;
}

.tabs-left > div {
    width: 70%;
    height: 100%;
    float: left;
}

.tabs-left > div > p {
    line-height: 10px;
}

.tabs-left > div > p:nth-of-type(1) {
    font-size: 14px;
    color: white;
    margin-top: 18px;
}

.tabs-left > div > p:nth-of-type(2) {
    font-size: 20px;
    color: white;
    font-weight: bold;
} */

.tabs-center > ul {
    margin: 0;
    padding: 0;
}

.tabs-center > ul > li {
    float: left;
    padding: 0 36px;
    line-height: 60px;
    height: 100%;
    color: white;
    font-size: 20px;
    box-sizing: border-box;
}
.tabs-center > ul > li a{
    color: white;
    font-size: 20px;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.tabs-center > ul > li:hover {
    background: #073976;
    cursor: pointer;
}
.tabs-title2{
    height: 100%;
}
.tabs-center .tab-common-more {
    display: none;
    text-align: center;
    position: relative;
}

/* .tabs-center .tab-common-more:hover {
    background: none;
} */

.tabs-center .tab-common-more .tab-common-list {
    display: none;
    position: absolute;
    top: 100%;
    /* left: -22px; */
    left:120px;
    width: 114px;
    z-index: 100;
    background: rgba(15,68,131,1);

}

.blackImg, .blueImg {
    margin-bottom: 5px;
}

.blueImg {
    display: none;
}

.tabs-center .tab-common-more .tab-common-more-icon {
    /*background-image: url('../images/黑@2x.png');*/
    /*background-repeat: no-repeat;*/
    /*width: 25px;*/
    /*height: 100%;*/
}

.tabs-center .tab-common-more:hover .tab-common-list {
    display: block;
}
.tab-common-more:hover{
    height: 60px !important;
}

/* .tabs-center .tab-common-more:hover .blackImg {
    display: none;
}

.tabs-center .tab-common-more:hover .blueImg {
    display: unset;
} */

.tabs-center .tab-common-more .tab-common {
    display: none;
}

.tabs-center .tab-common-more .tab-common-list .tab-common {
    padding: 0 25px;
    line-height: 80px;
    height: 80px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.tabs-center .tab-common-more .tab-common-list .tab-common:hover {
    background: rgba(7,57,118,1);
    /* color: white !important; */
    cursor: pointer;
}

/**
* 头部自适应媒体查询
**/
/* @media (max-width: 1600px) {
    .tabs-center .tab-common-more {
        display: block;
    }

    .tabs-center .tab-common-more .tab-common:last-child {
        display: block;
    }

    .tabs-center > .tabs-title2 > .tab-common:nth-last-child(2) {
        display: none;
    }
}

@media (max-width: 1500px) {
    .tabs-center .tab-common-more {
        display: block;
    }

    .tabs-center .tab-common-more .tab-common:last-child, .tabs-center .tab-common-more .tab-common:nth-last-child(2) {
        display: block;
    }

    .tabs-center > .tabs-title2 > .tab-common:nth-last-child(2), .tabs-center > .tabs-title2 > .tab-common:nth-last-child(3) {
        display: none;
    }
}

@media (max-width: 1400px) {
    .tabs-center .tab-common-more {
        display: block;
    }

    .tabs-center .tab-common-more .tab-common:last-child, .tabs-center .tab-common-more .tab-common:nth-last-child(2), .tabs-center .tab-common-more .tab-common:nth-last-child(3) {
        display: block;
    }

    .tabs-center > .tabs-title2 > .tab-common:nth-last-child(2), .tabs-center > .tabs-title2 > .tab-common:nth-last-child(3), .tabs-center > .tabs-title2 > .tab-common:nth-last-child(4) {
        display: none;
    }
}

@media (max-width: 1300px) {
    .tabs-center .tab-common-more {
        display: block;
    }

    .tabs-center .tab-common-more .tab-common:last-child, .tabs-center .tab-common-more .tab-common:nth-last-child(2), .tabs-center .tab-common-more .tab-common:nth-last-child(3), .tabs-center .tab-common-more .tab-common:nth-last-child(4) {
        display: block;
    }

    .tabs-center > .tabs-title2 > .tab-common:nth-last-child(2), .tabs-center > .tabs-title2 > .tab-common:nth-last-child(3), .tabs-center > .tabs-title2 > .tab-common:nth-last-child(4), .tabs-center > .tabs-title2 > .tab-common:nth-last-child(5) {
        display: none;
    }
} */

.tabActive2 {
    color: #ffc656 !important;
    border-bottom: 4px solid #ffc656;
    box-sizing: border-box;
}
.tabActive2 a {
  color: #ffc656 !important;
}
/* .tabActive2 span {
	color: white !important;
} */

.tabs-right {
    width: 250px;
    height: 100%;
    float: right !important;
    padding-right: 20px;
    text-align: right;
    position: relative;
    line-height: 80px;
}

input {
  outline: none;
  font-size: 14px!important;
}

.tabs-right > input {
    width: 234px;
    height: 34px;
    border:none;
    border-radius: 18px;
    padding-left: 10px;
    background: rgba(0, 0, 0, 0.06);
    color: white;
}
.tabs-right > span{
    display: block;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 33px;
    right: 35px;
    background-image: url(../images/icon_seach.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.seachInput:hover {
  border: 1px solid rgba(255, 255, 255, 0.4)!important;
}
.seachInput:hover .searchSpan {
  border: 1px solid yellow !important;
}

/*搜索框*/

/* 头部结尾 */

/*底部文字*/
#footer {
    width: 100%;
    height: 310px;
    background: #0F4483;
    color: white;
}

.select-div {
    width: 1190px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*
 footer底部select如果是2个则不动样式，如果是4个,将1735行  .select-div里的justify-content:center改为justify-content:space-between;
 以及将下面的    .select-div>div:nth-of-type(1){}   给注释掉
  */
/* .select-div>div:nth-of-type(1){
	margin-right:10px;
} */


.select-div > div > select {
    color: #fff;
    border: none;
    width: 280px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    box-sizing: border-box;
    text-indent: 10px;
    position: relative;
    font-size: 14px;
}

.select-div > div > select > option {
    background: #0F4483;
    color: #fff;
}

.bottom_2 {
    width: max-content;
    margin: 15px auto;
    text-align: center;
}

.bottom_2 > span {
    color: white;
    padding: 0 15px;
    border-right: 1px solid #547AA6;
    font-size: 16px;
    font-weight: 600;
}

.bottom_2 > span:last-child {
    border: none;
}

.footer-logo {
    /* width: 800px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    justify-content: center; */
    width: max-content;
    padding: 0 30px;
    margin: 30px auto;
}
.cs-jyxx{
	height:400px !important;
}
.footer-logo > div:first-child {
    width: 200px;
    margin-right: 40px;
}

.footer-logo > div:first-child > img {
    margin-top: 18px;
}
.footer-logo > div:first-child > img:first-child{
    margin-right: 24px;
    margin-top: 26px;
}
.footer-logo > div:first-child > img:last-child {
    float: right;
    margin-right: 7px;
}

.footer-logo > div:last-child > p {
    margin: 10px 0;
    text-align: center;
}
.cs-bottom_p{
    width:1190px;
    height:1px;
    /*background: linear-gradient(rgba(250,250,250,0.1), rgba(255,255,255,0.4), rgba(250,250,250,0.1));*/
    background-image: linear-gradient(to right, rgba(250,250,250,0) , rgba(255,255,255,0.3) , rgba(250,250,250,0));
    margin:  0 auto;
}
/* 底部结尾 */
/* 右侧小入口 */
.rightFixed {
    width: 80px;
    position: fixed;
    top: 30%;
    right: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
    border-radius: 6px 0px 0px 6px;
    z-index: 100;
}

.rightFixed > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rightFixed > ul > li {
    width: 100%;
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(102, 102, 102, 1);
}

.rightFixed > ul > li div {
    display: flex;
    width: 36px;
    height: 36px;
    margin-top: 13px;
    overflow: hidden;
}



.rightFixed > ul > li > p {
    margin: 5px 0;
}

.rightFixed > ul > li:hover {
    background: #0F4483;
    color: white !important;
    cursor: pointer;
}
.rightFixed > ul > li div img {
    width: 100%;
    transition: transform .3s;
}
.rightFixed > ul > li:hover div img {
    transform: translate(-36px);
}
#box_1 span:hover,
.box_two span:hover {
  background: rgba(7, 57, 118, 1) !important;
}
#box_1 {
  display: none;
}
.box_on {
	background: rgba(7, 57, 118, 1) !important;
}

.box_two {
  width: 230px !important;
  display: none;
}
.tabs-title2 li {
  position: relative;
}

.tabs-title2 li div span {
  width: 200px;
  padding: 5px;
  text-align: center;
  font-size: 18px;
  color: #333333;

  /* height: 100%; */
  /* float: left; */
  text-align: left;
  line-height: 53.5px;
}
.tabs-title2 li div span:nth-child(1) {
  padding-top: 4.2px;
}
.nav span:hover,
.box_two span:hover {
  background: rgba(255, 237, 204, 1) !important;
}
.nav span i {
  font-size: 14px;
  margin: 19px 12px 0px 30px;
}

.nav1 span {
  background: rgba(255, 255, 255, 0.95);
}

.nav span img {
  width: 16px;
  height: 16px;
  float: left;
  margin: 19px 12px 0px 30px;
}
.nav {
  display: none;
  /* padding-top: 8px;
  padding-bottom: 8px; */
}
.nav2 {
  width: 420px;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
}
.nav2 span:nth-child(1),
.nav2 span:nth-child(2),
.nav2 span:nth-child(3),
.nav2 span:nth-child(4),
.nav2 span:nth-child(5),
.nav2 span:nth-child(6) {
  /* border-right:1px solid rgba(102, 102, 102, 0.2); */
}
/* .nav2 p{
  width: 1px;
  height:460px;
  color: rgba(102, 102, 102, 0.2);
  position: absolute;left: 230px;
} */
.box_on {
  background: rgba(255, 237, 204, 1) !important;
}

.box_two {
  width: 230px !important;
  display: none;
}
.tabs-title2 li .nav2 div {
  background: rgba(255, 255, 255, 0.95);
}
.tabs-title2 li div {
  z-index: 10000;
  zoom:1;
  position: absolute;
 left: 0px;
 flex-wrap: wrap;
 justify-content: space-between;
 height: max-content;
}
/* .tabs-title2 li .nav2 {
  height: 390px;
} */
/*10.13号新增头部搜索栏*/
.header_search {
  width: 100%;
  height: 90px;
  background: #ffffff;
}
.searchStyle input::-webkit-input-placeholder {
  color: #999999 !important;
}
.searchStyle input:-moz-placeholder {
  color: #999999 !important;
}
.searchStyle input::-moz-placeholder {
  color: #999999 !important;
}
.searchStyle input:-ms-input-placeholder {
  color: #999999 !important;
}

.search_main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.search_main dl {
  width: 900px;
  float: left;
}
.search_main dl dt {
  float: left;
}
.search_main dl dt img {
  width: 50px;
  height: 50px;
  margin: 8px 10px 0px 0px;
}
.search_main dl dd{
    margin-top: -30px;
}
.search_main dl dd p:nth-child(1) {
  font-size: 18px;
  color: #595858;
  font-size: 18px;
  padding-top: 19px;
  line-height: 18px;
  letter-spacing: 2px;
}
.search_main dl dd p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 24px;
  margin-top: -8px;
  letter-spacing: 2px;
}
.searchStyle {
  width: 235px;
  height: 42px;
  background: rgba(15, 68, 131, 0.06);
  border-radius: 20px;
  border: 1px solid #0f4483;
  float: right;
  margin-top: 24px;
  padding-left: 20px;
  padding-right: 36px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.search_position {
  float: right;
  margin: 37px 20px 0 -35px;
}
/*10.13号新增头部搜索栏以上*/
/*登录*/
.login{
  width: 150px;
  float: right;
  margin-top: 33px;
}
.login span{
  display: inline-block;
  font-size: 20px;
  color: #3081E1;
}
.login span:nth-of-type(2){
  margin: 0 10px;
}
.login span a{
  color: #3081E1;
  text-decoration: none;
  font-size: 20px;
}

/**投诉提交**/
.complaintsDetail{
	width: 100%;
    height: 100%;
	background: url(../images/img_tstj.png) no-repeat;
    padding-bottom: 30px;

}
.login-box{
    width: 320px;
    height: 305px;
    /* box-shadow: 0px 4px 16px 0px rgba(8, 46, 93, 0.5); */
    border-radius: 4px;
    border: 1px solid #B2B7BC;
    /* overflow: hidden; */
    margin:270px auto 0;
}
/* input placeholder字体颜色样式 */
input::-webkit-input-placeholder {
/* WebKit browsers */
color: #999999;
}
input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #999999;
}
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #999999;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #999999;
}
.login-box>ul{
    width: 100%;
    height: 47px;
    display: flex;
    justify-content: space-between;

}
.login-box>ul>li{
    width: 50%;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #555555;
    font-size: 16px;
    border-bottom: 1px solid #999999;
}
.login-box>ul>li:hover{
    color: #3081E1;
    cursor: pointer;
}
.login-box_tab{
    border-bottom: 2px solid #3081E1 !important;
}
.login-box>div{
    width: 95%;
    margin: 0 auto;
}
.classify{
    height: 40px;
    line-height: 40px;
}
.classify label{
    margin-left: 5px;
}
.classify input{
    margin-right: 5px;
    margin-top: 5px;
}
.login-box_textInput{
    text-align: center;
    position: relative;
}
.login-box_textInput img{
    width: 16px;
    height: 16px;
}
.login-box_textInput img:nth-of-type(1){
    position: absolute;
    top: 14%;
    left: 8%;
}
.login-box_textInput img:nth-of-type(2){
    position: absolute;
    bottom: 13%;
    left: 8%;
}
.login-box_textInput input{
    width: 75%;
    height: 34px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    border: 1px solid #D2D2D2;
    padding-left: 40px;
}
.login-box_textInput input:nth-of-type(1){
	margin-bottom:10px;
}
.login-box_bottom{
	width:90%;
	text-align:center;
	margin:0 auto;
}
.login-box_bottom p{
    text-align: right;
    line-height: 35px;
    color: #3081E1;
    float: left;
}
.login-box_bottom>div{
	width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 17px;
}
.login-box_bottom>p>a:nth-of-type(1){
	color:#3081E1;
}
.login-box_bottom>p>a:nth-of-type(2){
	color:#3081E1;
}
.login-box_bottom>p>a:nth-of-type(2):hover{
	cursor: pointer;
	border-bottom:1px solid #3081E1;
}
.login-box_bottom>div>a{
	display:block;
	font-size:14px;
}
.login-box_bottom>div>a:nth-of-type(1){
	color:#3081E1;
}
.login-box_bottom>div>a:nth-of-type(2){
	color:#666666;
}
.login-box_bottom>div>a:hover{
	color:#3081E1;
	cursor: pointer;
	border-bottom:1px solid #3081E1;
}


.login-box_bottom button{
    width: 100%;
    height: 34px;
    text-align: center;
    font-size: 16px;
    background: #0F4483;
    color: white;
    border: none;
    border-radius: 4px;
}
.login-box_content>div{
    display: none;
}
.login-box_content .div_show{
    display: block;
}
.login-box_content>div>p{
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.erweimaImg{
    width: 120px !important;
    height: 120px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 5px;
}

/**关于我们地图**/
.gywm-map{
	float: left;
    width: 98%;
    height: 500px;
    border: 1px solid red;
    margin-top: 18px;
}

.map_box {
    height: 520px;
    position: relative;
}
.map {
    height: 520px;
}
.panel {
    position: absolute;
    bottom: 0;
    background: #fff;
}
.panel_list {
    border: 1px solid #eee;
}
.panel_item {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 10px;
    font-size: 12px;
    color: #666;
}
.panel_item i {
    margin-right: 5px;
}

/*点击banner区跳专题详情*/
#specialDetail_box{
  width: 1190px;
  margin: 0px auto 30px;
}
.videoBox > p{
  width: 100%;
  height: max-content;
}

.detailBanner_ztbd{
    height: 240px;
    background: url("../images/img_detail_banner_ztbd.png") no-repeat;
    background-size: 100% 100%;
    background-position: 0;
}

.mapTable{
	width:100%;
	border:1px solid #888888;
}
.mapTable tr td{
	border-bottom:1px solid #888888;
	line-height: 40px;
	padding-left:10px;
}
.mapTable tr:nth-of-type(4) td{
	border-bottom:none;
}

