﻿body {
    color: #333;
    background: #f5f5f5 url('bodybg.jpg') center 0 no-repeat;
    background-attachment: fixed;
    min-width: 1200px;
    background-size: 100% 100%;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.flex {
    display: flex;
    justify-content: flex-start;
}

.top {
    width: 100%;
    background: #115496;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.top a {
    color: #fff;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    padding-left: 20px;
}

.topcon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top a:first-child {
    padding-left: 0;
}

.head {
    padding: 20px 0 20px 35px;
}

.headcon {
    width: 100%;
    overflow: hidden;
}
.headcon a{
    float: left;
}
.headcon div {
    width: 270px;
    height: 34px;
    background: #fff;
    border: 1px solid #c8c5c4;
    padding-left: 8px;
    position: relative;
   margin-top: 24px;
}

.headcon div input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: none;
    display: block;
}

.search {
   float: right;
    padding-right: 5px;
}
.search img{
    position: absolute;
    right: 5px;
    top: 6px;
}
.menubox {
    width: 100%;
    height: 49px;
    background: #115496;
}

.menubox .menu {
   overflow: hidden;
}

.menubox .menu li {
    width: 14.28%;
    text-align: center;
    float: left;
    height: 49px;
}

.menubox .menu li a:first-child {
   overflow: hidden;
   text-align: center;
}

.menubox .menu li a:first-child img {
    width: 20px;
    height: 17px;
    margin-right: 5px;
   display: inline-block;
    position: relative;
    top: 2px;
}

.menubox .menu li a {
    display: block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #115496;
}

.menubox .menu li.on a {
    background: #0051ad;
}

.menubox .menu li a:hover {
    background: #0051ad;
}

.con {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    margin-top: 5px;
}

.con1 {
    overflow: hidden;
}

.con1lef {
    width: 565px;
    height: 360px;
    float: left;
}

.con1lef .swiper-container {
    width: 565px;
    height: 360px;
    overflow: hidden;
}

.con1lef .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.con1lef .swiper-slide a img {
    height: 100%;
    width: 100%;
}

.con1lef .swiper-slide a p {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
}

.con1lef .pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: right;
    padding-right: 12px;
  }

.con1lef .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    margin: 0 4px;
}

.con1lef .swiper-active-switch {
    background: #d20708;
}

.con1rig {
    width: 595px;
    height: 360px;
    float: right;
}

.tabs {
    width: 100%;
    height: 49px;
    background: #eaf3fa;
}

.tabs a {
    width: 145px;
   display: inline-block;
    height: 49px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}

.tabs a.active {
    color: #fff;
    background: #115496;
}

.tabs a.active i {
    display: block;
    position: absolute;
    width: 7px;
    height: 4px;
    background: url(xw_ico.gif) no-repeat;
    left: 50%;
    margin-left: -3px;
    top: 49px;
}

.tabscon ul li {
    height: 42px;
    line-height: 42px;
    vertical-align: bottom;
    padding-left: 13px;
    overflow: hidden;
}

.tabscon {
    padding-top: 12px;
}

.tabscon ul li a {
    display: flex;
    justify-content: space-between;
}

.tabscon ul li a span {
    color: #666;
}

.tabscon ul li em {
    color: #999;
    font-size: 12px;
}

.tabscon ul li a:hover span,
.tabscon ul li a:hover em {
    color: #115496;
}

.con2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.con3 {
    overflow: hidden;
    height: 295px;
}

.con3lef {
    width: 565px;
    height: 100%;
    float: left;
}

.con3lefhead {
    width: 100%;
    height: 49px;
    background: #eaf3fa;
   overflow: hidden;
}

.con3lefbody {
    padding-top: 10px;
    border: 1px solid #e7e7e7;
    border-top: 0 solid #ccc;
}
.con3bot{
   overflow: hidden;
    padding-top: 27px;
    padding-left: 20px;
}
.con3bot a{
    float: left;
    margin-right: 25px;
    width: 250px;
    height: 49px;
    line-height: 49px;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.con3bot a img{
    width: 100px;
    display: block;
    height: 100%;
    float: left;
}
.con3bot a span{
    width: 150px;
    height: 49px;
    float: left;
    text-align: center;
}
.titlelef {
    width: 146px;
    height: 49px;
    line-height: 49px;
    padding-right: 9px;
    background: #115496;
    float: left;
}

.titlelef span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.titlelef i {
    display: block;
    position: absolute;
    width: 7px;
    height: 4px;
    background: url(xw_ico.gif) no-repeat;
    left: 50%;
    margin-left: -3px;
    top: 49px;
}

.con3lefhead .more {
    float: right;
    line-height: 49px;
    padding-right: 10px;
    font-size: 12px;
}

.con3lefbody ul li {
    height: 42px;
    line-height: 42px;
    vertical-align: bottom;
    padding-left: 13px;
    overflow: hidden;
}

.con3rig {
    width: 575px;
    float: right;
}

.con3rig .con3lefhead {
    background: transparent;
    border-bottom: 2px solid #115496;
}

.con3rig .titlelef {
    width: 185px;
}

.con4inner>div {
    width: 100%;
}

.con4inner {
    width: 100%;
}

.tempWrap {
    width: 100% !important;
}

.con4inner .bd li {
    width: 282px;
    margin-right: 14px;
}

.foot {
    width: 100%;
    background: #363f48;
    padding-top: 40px;
    padding-bottom: 30px;
}

.footcon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b1b5b8;
}

.link a {
    color: #b1b5b8;
    font-size: 14px;
}

.footintro span {
    color: #b1b5b8;
    margin-right: 25px;
}

.mb {
    margin-bottom: 10px;
}

.footbot {
    display: flex;
}

.footbot span {
    color: #b1b5b8;
}

.footbot>p {
    margin-left: 25px;
    color: #b1b5b8;
}
.cbl{
    width: 117px;
    height: 564px;
    position: fixed;
    right: 0;
    top:50%;
    margin-top: -282px;

}
.con5{
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
    background: url('twbg.png') 0 0 repeat;
    padding: 10px 15px 20px;
}

.con5 select{
    width: 200px;
    height: 40px;
	margin-left:60px;
}

 /* .con5 select{
    width: 200px;
    height: 40px;
    font-size: 40px;
    display: block;
    margin-right: 42px;
    float: left;
} */

.nice-select {
    width: 180px;
    padding: 0 10px;
    box-sizing: content-box;
    height: 38px;
    border: 1px solid #999;
    position: relative;
    background: #fff url(a2.jpg) no-repeat right center;
    float: left;
    margin-right: 40px;
}

.nice-select input {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    outline: 0;
    background: none;
}

.nice-select ul {
    width: 100%;
    display: none;
    position: absolute;
    left: -1px;
    top: 38px;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #999;
    border-top: 0;
    z-index: 9999;
}

.nice-select ul li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
}
.nice-select ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.nice-select ul li.on {
    background-color: #e0e0e0;
}
.position {
      padding-left: 15px;
    width: 100%;
    height: 30px;
    line-height: 40px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    content: "";
    display: table;
    clear: both;
}
.con .con-left {
    float: left;
    width: 300px;
    /* height: 820px; */
    margin-right: 10px;
    background-color: #efefef;
}
.con-left .con-left-title {
    width: 300px;
    height: 50px;
    line-height: 50px;
    padding-left: 45px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    background-color: #427fda;
}
.con .con-right {
    float: left;
    width: 830px;
    min-height: 770px;
    font-size: 17px;
    color: #333;
    padding: 10px 0 0 25px;
    background-color: #f9f9f9;
}
 .con-left .con-leftn-list{
        width: 300px;
        min-height: 720px;
        font-size: 17px;
        color: #333;
        background-color: #efefef;
    }
    .con-leftn-list li{
        width: 300px;
        height: 45px;
        line-height: 45px;
        padding-left: 45px;
        border-bottom: 1px #e3e3e3 solid;
    }
    .con-leftn-list li a{
        padding-left: 20px;
        background: url(gray_triangle.png) no-repeat left center;
        font-size: 17px;
        color: #333;
    }
    .con-leftn-list li:hover{
        background-color: #b6ccec;
        cursor: pointer;
    }
    .con-leftn-list li:hover a{
        background: url(blue_triangle.png) no-repeat left center;
        color: #427fda;
    }
    .con-leftn-list .gl{
        background-color: #b6ccec;
        cursor: pointer;
    }
    .con-leftn-list .gl a{
        background: url(blue_triangle.png) no-repeat left center;
        color: #427fda;
    }
	.con-right li{        width: 785px;        height: 45px;        line-height: 45px;        padding-left: 5px;                border-bottom: 1px #dedede dashed;    }    .con-right li a{        font-size: 17px;        color: #333;        padding-left: 10px;    }    .con-right li span{        float: right;        font-size:17px;        color: #999;    }
	
	
	
	.dropbtn {
 display: block;
    width: 100%;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #115496;
}

.dropdown {
    position: relative;
    display: inline-block;
}

/* 下拉内容 (默认隐藏) */
.dropdown-content {
	margin-top:-2px;
	z-index:999;
    display: none;
    position: absolute;
    background-color: #115496;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


.dropbtn:hover .dropdown-content {
						display: block;
					}
					.dropdown-content div{
						float:left;margin-left:20px;font-size:15px;width:80px;
					}