/*
    position: absolute;
    top: 0px;
    left: 0px;
}
*/

.header {
    position: fixed;
    height: 60px;
    width: 100%;
    background: #3083cf;
    top: 0;
    left: 0;
    z-index: 1;
}

.header .header-wrap {
    width: 1090px;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
}

.header .header-wrap ul.nav {
    float: left;
    overflow: hidden;
    margin-top: 15px;
}

.header .header-wrap ul.nav li {
    width: 90px;
    height: 45px;
    line-height: 30px;
    float: left;
    text-align: center;
    margin-right: 16px;
}

.header .header-wrap ul.nav li>a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.header .header-wrap ul.nav li>a.active,
.header .header-wrap ul.nav li>a:hover {
    background: #fff;
    color: #2c80cd;
    border-radius: 16px;
}

.header .header-wrap .nav-hover {
    position: absolute;
    top: 60px;
    height: 110px;
    padding-top: 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 0 10px 10px;
	z-index:2;
    display: none;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fFFFFFF,endColorstr=#7fFFFFFF);
}

.header .header-wrap .nav-hover:before {
    content: "";
    background: url(2017gs_sjx.png) no-repeat;
    display: block;
    width: 17px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
}

.header .header-wrap .nav-hover a {
    display: block;
    width: 109px;
    float: left;
    text-align: center;
}

.header .header-wrap .nav-zzq-hover {
    padding-left: 30px;
    padding-bottom: 20px;
    width: 488px;
}

.header .header-wrap .nav-zzq-hover a {
    background: url(2017gs_arrow_icon1.png) no-repeat left center;
    color: #333;
    padding-left: 16px;
    width: 146px;
    text-align: left;
}

.header .header-wrap .nav-hover a img {
    display: block;
    margin: 0 auto;
}

.header .header-wrap .nav-hover a span {
    color: #333;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin-top: 4px;
}

.header .header-wrap .nav-hover a span.fpcx {
    margin-top: 8px;
}

.header .header-wrap .swj {
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
}

.left-nav {
    position: fixed;
    width: 50px;
    height: 260px;
    left: 30px;
    top: 50%;
    margin-top: -130px;
    z-index: 1;
}

.left-nav .icon {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    cursor: pointer;
}

.left-nav .left-nav-hover{
    position: absolute;
    left: 60px;
    border:1px solid #3083cf;
    background: rgba(255,255,255,0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
    padding:10px 10px;
    display: none;
    margin-top: -15px;
}

.left-nav .left-nav-hover:before{
    background: url(2017gs_sjx1.png) no-repeat;
    content: "";
    width: 8px;
    height: 17px;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -12px;
}

.left-nav .left-nav-hover img{
    display: block;
    width: 70px;
    height: 70px;
}

.section-one {
    background: url(2017gs_bg_01.jpg) no-repeat;
}

.section-two {
    background: url(2017gs_bg_02.jpg) no-repeat;
}

.section-three {
    background: url(2017gs_bg_03.jpg) no-repeat;
}

.section-four {
    background: url(2017gs_bg_04.jpg) no-repeat;
}

.section-five {
    background: url(2017gs_bg_05.jpg) no-repeat;
    position: relative;
}

.section-one .section-one-main {
    /*height: 100%;*/
    width: 1020px;
    margin: 0 auto;
    text-align: center;
}

.section-one .section-one-main .logo {
    margin-top: 0px;
}

.section-one .section-one-main .search {
    width: 555px;
    height: 40px;
    margin-left: 29%;
    position: relative;
}

.section-one .section-one-main .search input[type="text"] {
    background: url(2017gs_search_box.png) no-repeat;
    width: 369px;
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 0 60px 0 20px;
    color: #666;
    float: left;
}

.section-one .section-one-main .search input[type="button"]{
    background: url(2017gs_search_btn.png) no-repeat;
    width: 34px;
    height: 34px;
    border: none;
    outline: none;
    position: absolute;
    right: 120px;
    top: 3px;
    cursor: pointer;
}

.section-one .section-one-main .search a {
    width: 90px;
    height: 38px;
    line-height: 38px;
    border: none;
    outline: none;
    background: #448aca;
    text-align: center;
    border-radius: 20px;
    font-size: 15px;
    color: #fff;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}


.section-one .content {
    overflow: hidden;
    margin-top: 15px;
}

.section-one .notice {
    background: url(2017gs_notice_icon.png) no-repeat;
    width: 494px;
    height: 35px;
    margin-top: 66px;
    line-height: 35px;
    text-align: left;
    padding: 0 45px;
    position: relative;
    overflow: hidden;
}

.section-one .notice .notice-wrap {
    position: absolute;
}

.section-one .notice a {
    width: 494px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.section-one .content .con-right {
    float: right;
    width: 628px;
    margin-top: 23px;
}

.section-one .content .con-right .con-right-top {
    overflow: hidden;
}

.section-one .content .con-right .con-right-top li {
    float: left;
    margin-right: 6px;
    position: relative;
}

.section-one .content .con-right .con-right-top li img {
    display: block;
}

.section-one .content .con-right .con-right-top li div {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 60px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

.section-one .content .con-right .con-right-top li div .a1 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: left;
    margin: 6px 0 0 10px;
}

.section-one .content .con-right .con-right-top li div .a1 i {
    font-style: normal;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

.section-one .content .con-right .con-right-top li span {
    position: absolute;
    top: 6px;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.section-one .content .con-right .con-right-top li span.span-left {
    background: url(2017gs_dzsw_icon11.jpg) no-repeat;
    right: 23px;
}

.section-one .content .con-right .con-right-top li span.span-right {
    background: url(2017gs_dzsw_icon12.jpg) no-repeat;
    right: 7px;
}

.section-one .content .con-right .con-right-top li div p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin: 6px 0 0 10px;
}

.section-one .content .con-right .con-right-top li div .a2 {
    float: left;
    font-size: 10px;
    margin-left: 10px;
    background: url(2017gs_icon_dot01.gif) no-repeat left center;
    padding-left: 10px;
}

.section-one .content .con-right .con-right-bottom {
    overflow: hidden;
    margin-top: 11px;
}

.section-one .content .con-right .con-right-bottom a {
    display: block;
    width: 150px;
    height: 90px;
    float: left;
    margin-right: 6px;
}

.section-one .content .con-right .con-right-bottom a.a1 {
    background: url(2017gs_dzsw_icon2.jpg) no-repeat;
}

.section-one .content .con-right .con-right-bottom a.a2 {
    background: url(2017gs_dzsw_icon3.jpg) no-repeat;
}

.section-one .content .con-right .con-right-bottom a.a3 {
    background: url(2017gs_dzsw_icon4.jpg) no-repeat;
}

.section-one .content .con-right .con-right-bottom a.a4 {
    background: url(2017gs_dzsw_icon5.jpg) no-repeat;
}

.section-one .subjects {
    overflow: hidden;
    margin-top: 15px;
}

.section-one .subjects div {
    background: #fff;
    width: 500px;
    height: 112px;
    float: left;
    margin-right: 10px;
}

.section-one .subjects div img {
    float: left;
    display: block;
    margin: 9px 0 0 10px;
}

.section-one .subjects div ul {
    float: left;
    overflow: hidden;
    width: 310px;
    margin: 10px 30px 0 30px;
    text-align: left;
}

.section-one .subjects div ul a {
    color: #666;
    font-size: 15px;
    line-height: 30px;
    margin-right: 30px;
}

.section-one .subjects div ul a:hover{
    color: #3083cf;
}

#fullPage-nav li {
    width: 80px;
    height: 80px;
}

#fullPage-nav span {
    display: none;
}

#fullPage-nav li:nth-child(1) a {
    background: url(2017gs_icon_nav1.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:nth-child(1) a.active,
#fullPage-nav li:nth-child(1) a:hover {
    background: url(2017gs_icon_nav1_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:first-child a {
    background: url(2017gs_icon_nav1.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:first-child a.active,
#fullPage-nav li:first-child a:hover{
    background: url(2017gs_icon_nav1_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:nth-child(2) a {
    background: url(2017gs_icon_nav2.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:nth-child(2) a.active,
#fullPage-nav li:nth-child(2) a:hover {
    background: url(2017gs_icon_nav2_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:first-child+li a {
    background: url(2017gs_icon_nav2.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:first-child+li a.active,
#fullPage-nav li:first-child+li a:hover {
    background: url(2017gs_icon_nav2_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:nth-child(3) a {
    background: url(2017gs_icon_nav3.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:nth-child(3) a.active,
#fullPage-nav li:nth-child(3) a:hover {
    background: url(2017gs_icon_nav3_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:first-child+li+li a {
    background: url(2017gs_icon_nav3.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:first-child+li+li a.active,
#fullPage-nav li:first-child+li+li a:hover {
    background: url(2017gs_icon_nav3_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:nth-child(4) a {
    background: url(2017gs_icon_nav4.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:nth-child(4) a.active,
#fullPage-nav li:nth-child(4) a:hover {
    background: url(2017gs_icon_nav4_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:first-child+li+li+li a {
    background: url(2017gs_icon_nav4.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:first-child+li+li+li a.active,
#fullPage-nav li:first-child+li+li+li a:hover {
    background: url(2017gs_icon_nav4_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:nth-child(5) a {
    background: url(2017gs_icon_nav5.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:nth-child(5) a.active,
#fullPage-nav li:nth-child(5) a:hover {
    background: url(2017gs_icon_nav5_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav li:first-child+li+li+li+li a {
    background: url(2017gs_icon_nav5.png) no-repeat;
    margin-left: 7px;
}

#fullPage-nav li:first-child+li+li+li+li a.active,
#fullPage-nav li:first-child+li+li+li+li a:hover {
    background: url(2017gs_icon_nav5_active.png) no-repeat;
    margin-left: 0px;
}

#fullPage-nav ul:after {
    content: "";
    display: block;
    width: 2px;
    height: 365px;
    background: #6ea3d6;
    position: absolute;
    top: 10px;
    left: 46px;
}

.selection-two-main {
    width: 870px;
    margin: 80px auto 0;
    text-align: center;
}

.selection-two-main .logo {
    /*margin-top: 100px;*/
    /*display: none;*/
}

.selection-two-main .xxgk-con {
    overflow: hidden;
    width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0 0 10px 10px;
    /*left: -120%;*/
}

.selection-two-main .xxgk-con a {
    display: block;
    width: 113px;
    height: 113px;
    float: left;
    margin-right: 48px;
    margin-top: 25px;
    /*overflow: hidden;*/
}

.selection-two-main .xxgk-con a.mr0 {
    margin-right: 0px;
}

/*.selection-two-main .xxgk-con a img{
    transition:all 0.6;
}

.selection-two-main .xxgk-con a img:hover{
     transform: scale(1.1);
}*/

.selection-two-main .xxgk-nav {
    height: 91px;
    width: 825px;
    background: url(2017gs_xxgk_icon9.png) no-repeat;
    overflow: hidden;
    margin: 30px auto 0;
    padding-left: 40px;
    position: relative;
    /*left: 130%;*/
}

.selection-two-main .xxgk-nav a {
    float: left;
    width: 144px;
    margin-right: 20px;
}

/*.selection-two-main .xxgk-nav a:hover span{
    color: #3083cf;
    font-weight: bold;
}*/

.selection-two-main .xxgk-nav a img {
    float: left;
}

.selection-two-main .xxgk-nav a span {
    color: #666;
    float: left;
    line-height: 89px;
    font-size: 16px;
}


/*----------------------------*/

.selection-three-container {
    width: 1032px;
    /*height: 100%;*/
    margin: 0 auto;
    /*text-align: center;*/
}

.sec-title {
    height: 78px;
    width: 150px;
    background: url(2017gs_sec_bd.png) 0 0 no-repeat;
    color: #2794df;
    margin: 60px auto 0;
    margin-top: 100px\9;
    text-align: center;
    /*display: none;*/
}

.sec-title .s-t {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}

.sec-title .s-en {
    margin-top: 14px;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
}

.selection-three-container .content {
    margin-top: 30px;
    width: 1032px;
    height: 376px;
}

.selection-three-container .row-1 {
    /*margin-top: 59px;*/
    width: 1032px;
    height: 228px;
    margin-bottom: 20px;
    position: relative;
    /*bottom: -200%;*/
}

.selection-three-container .row-1 .left {
    float: left;
    width: 778px;
    height: 226px;
    overflow: hidden;
    border: 1px solid #dae4f5;
    background-color: #fff;
}

.selection-three-container .row-1 .left img {
    float: left;
    margin: -1px 0 0 -1px;
    width: 354px;
    height: 228px;
}

.selection-three-container .desc {
    float: right;
    width: 360px;
    height: 130px;
    padding: 55px 40px 32px 0;
}

.selection-three-container .desc .line {
    width: 360px;
    height: 40px;
}

.selection-three-container .desc .line .line-l {
    float: left;
    width: 90px;
    height: 40px;
    line-height: 20px;
    text-align: right;
    font-size: 17px;
    overflow: hidden;
    color: #0078c7;
}

.selection-three-container .desc .line .line-r {
    float: right;
    width: 270px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #666666;
}

.selection-three-container .row-1 .mid {
    position: absolute;
    width: 17px;
    height: 70px;
    line-height: 17px;
    left: 336px;
    top: 65px;
    font-size: 17px;
    color: #fff;
    padding: 15px 9px;
    background-image: url(2017gs_sec-3-l-m.png);
}

.selection-three-container .row-1 .ctrl {
    position: absolute;
    width: 46px;
    height: 20px;
    left: 713px;
    top: 23px;
    cursor: pointer;
}

.selection-three-container .ctrl .panel-prev {
    float: left;
    width: 20px;
    height: 20px;
    background-image: url(2017gs_sec3-prev.png);
}

.selection-three-container .ctrl .panel-next {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url(2017gs_sec3-next.png);
}

.selection-three-container .row-1 .right {
    float: right;
    width: 231px;
    height: 228px;
    overflow: hidden;
    background: #fff;
}

.selection-three-container .row-1 .right p{
    color: #666;
    font-size: 17px;
    margin-left: 16px;
    margin-top: 6px;
    background: url(2017gs_sjx2.gif) no-repeat 90% center;
}

.selection-three-container .row-1 .right .rotate-item {
    display: block;
    width: 180px;
    padding-right: 22px;
    height: 55px;
    line-height: 55px;
    text-align: right;
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    background: #448fd4;
    overflow: hidden;
    margin: 6px auto;
}

.selection-three-container .row-1 .right .rotate-item img{
    float: left;
}

.selection-three-container .row-1 .right .rotate-item:hover{
    background: #2a6ca9;
}

/*.selection-three-container .row-1 .right .rotate-item:nth-child(1) {
    background: url(2017gs_nszx-bg.png) no-repeat;
}

.selection-three-container .row-1 .right .rotate-item:first-child {
    background: url(2017gs_nszx-bg.png) no-repeat;
}

.selection-three-container .row-1 .right .rotate-item:nth-child(2) {
    background: url(2017gs_fwts-bg.png) no-repeat;
}

.selection-three-container .row-1 .right .rotate-item:first-child+.rotate-item {
    background: url(2017gs_fwts-bg.png) no-repeat;
}

.selection-three-container .row-1 .right .rotate-item:nth-child(3) {
    background: url(2017gs_jzxx-bg.png) no-repeat;
}

.selection-three-container .row-1 .right .rotate-item:first-child+.rotate-item+.rotate-item {
    background: url(2017gs_jzxx-bg.png) no-repeat;
}*/

.selection-three-container .row-2 {
    width: 1032px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    /*bottom: -100%;*/
}

.selection-three-container .row-2 ul {
    width: 1044px;
    height: 60px;
    margin-left: -9px;
}

.selection-three-container .row-2 li {
    float: left;
    background-color: #fff;
    margin-left: 9px;
}

.selection-three-container .row-2 a {
    display: block;
    width: 105px;
    height: 24px;
    line-height: 24px;
    padding: 18px 30px;
    font-size: 16px;
    color: #0078c7;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selection-three-container .row-2 a:hover{
    background: #3083cf;
    color: #fff;
}

.selection-three-container .row-2 i {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 14px;
}

.selection-three-container .row-2 i.i1{
    background: url(2017gs_i_nszx.png) no-repeat;
}

.selection-three-container .row-2 a:hover i.i1{
    background: url(2017gs_i_nszx1.png) no-repeat;
}

.selection-three-container .row-2 i.i2{
    background: url(2017gs_i_tsfw.png) no-repeat;
}

.selection-three-container .row-2 a:hover i.i2{
    background: url(2017gs_i_tsfw1.png) no-repeat;
}

.selection-three-container .row-2 i.i3{
    background: url(2017gs_i_jzxx.png) no-repeat;
}

.selection-three-container .row-2  a:hover i.i3{
    background: url(2017gs_i_jzxx1.png) no-repeat;
}

.selection-three-container .row-2 i.i4{
    background: url(2017gs_i_wfjj.png) no-repeat;
}

.selection-three-container .row-2 a:hover i.i4{
    background: url(2017gs_i_wfjj1.png) no-repeat;
}

.selection-three-container .row-2 i.i5{
    background: url(2017gs_i_wfjb.png) no-repeat;
}

.selection-three-container .row-2 a:hover i.i5{
    background: url(2017gs_i_wfjb1.png) no-repeat;
}

.selection-three-container .row-2 i.i6{
    background: url(2017gs_i_wsdc.png) no-repeat;
}

.selection-three-container .row-2 a:hover i.i6{
    background: url(2017gs_i_wsdc1.png) no-repeat;
}

.selection-three-container .row-3 {
    width: 1032px;
    height: 60px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    /*bottom: -100%;*/
}

.selection-three-container .row-3 {
    width: 1032px;
    height: 60px;
    background-color: #fff;
    overflow: hidden;
}

.selection-three-container .row-3 .tel {
    float: left;
    width: 60px;
    height: 60px;
}

.selection-three-container .row-3 .number {
    float: left;
    width: 323px;
    border-right: 1px solid #c3c3c3;
    height: 30px;
    margin: 15px 0;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selection-three-container .row-3 .number:nth-child(4) {
    border-right: 0;
}


/*section-four*/

.selection-four-container {
    width: 1032px;
    /*1160*/
    /*height: 100%;*/
    margin: 0 auto;
    /*text-align: center;*/
}

.selection-four-container .sec-title {
    margin: 60px auto 0;
    /*margin-top: 140px\9;*/
}

.selection-four-container .content {
    margin-top: 40px;
}

.selection-four-container .row-1 {
    /*margin-top: 59px;*/
    width: 1032px;
    /*1160*/
    height: 260px;
    margin-bottom: 19px;
}

.selection-four-container .row-1 .slider {
    float: left;
    width: 345px;
    height: 260px;
    background-color: #000;
    overflow: hidden;
    position: relative;
}

.selection-four-container .slider img {
    width: 345px;
    height: 260px;
}

.selection-four-container .slider .desc {
    position: absolute;
    bottom: 0px;
    left: 15px;
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index:2;
}

.selection-four-container .slider-ctrl {
    position: absolute;
    bottom: 0;
    width: 323px;
    height: 50px;
    padding: 0 16px;
    background-color: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}

.selection-four-container .slider-ctrl .desc {
    float: left;
    width: 260px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selection-four-container .slider-nav {
    float: right;
    height: 50px;
}

.selection-four-container .slider-nav li {
    float: left;
    height: 5px;
    width: 5px;
    margin: 23px 3px 22px;
    background-color: #fff;
    cursor: pointer;
}

.selection-four-container .slider-nav li.slider-item-selected {
    background-color: #f38a3b;
}

.selection-four-container .row-1 .mid {
    float: left;
    width: 426px;
    height: 258px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-left: 14px;
    overflow: hidden;
}

.selection-four-container .tabbar {
    width: 406px;
    height: 60px;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    /* text-align: center; */
    padding-left: 20px;
}

.selection-four-container .tabbar .tab {
    float: left;
    width: 19%;
    height: 58px;
    cursor: pointer;
}

.selection-four-container .tabbar .tab-item {
    width: 80px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    text-align: center;
}

.selection-four-container .tabbar .active{
    color: #2794df;
    border-bottom: 2px solid #2794df;
}

.selection-four-container .tab-content {
    height: 169px;
    width: 378;
    /*506px*/
    padding: 10px 24px 31px;
    /*10px 24px 31px;*/
    overflow: hidden;
}

.selection-four-container .tab-content .item {
    height: 33px;
    border-bottom: 1px dotted #ccc;
    background: url(2017gs_a-640.png) 0 11px no-repeat;
}

.selection-four-container .tab-content a {
    float: left;
    /*width: 370px;*/
    width: 300px;
    padding-left: 20px;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selection-four-container .tab-content a:hover{
    color: #3083cf;
}

.selection-four-container .tab-content .date {
    float: right;
    width: 40px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #999;
}

.selection-four-container .row-1 .right {
    float: right;
    width: 206px;
    height: 234px;
    padding: 12px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.selection-four-container .row-1 .right img {
    width: 205px;
    height: 90px;
}

.selection-four-container .row-1 .right .flag {
    position: absolute;
    top: 7px;
    right: 12px;
    width: 50px;
    height: 67px;
    background-image: url(2017gs_f-sszs.png);
}

.selection-four-container .row-1 .right .list {
    width: 205px;
    height: 142px;
    margin: 6px 10px;
}

.selection-four-container .row-1 .right li a {
    display: block;
    height: 27px;
    width: 180px;
    line-height: 27px;
    font-size: 13px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selection-four-container .row-1 .right li a:hover{
    color: #3083cf;
}

.selection-four-container .row-2 {
    height: 60px;
    width: 1030px;
    margin: 23px auto 0;
}

.selection-four-container .row-2 .logo {
    float: left;
    height: 60px;
    width: 40px;
}

.gallary {
    float: right;
    height: 60px;
    width: 981px;
}

.gallary .arr-l {
    float: left;
    height: 60px;
    width: 30px;
    margin-right: 40px;
    cursor: pointer;
    background-image: url(2017gs_g-arr-l.png);
}

.gallary .arr-r {
    float: right;
    height: 60px;
    width: 30px;
    cursor: pointer;
    background-image: url(2017gs_g-arr-r.png);
}

.gallary .img-box {
    float: left;
    width: 840px;
    height: 60px;
    overflow: hidden;
    position: relative;
}

.gallary .img-box .more{
    position: absolute;
    right: 0px; 
    top: 0px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(2017gs_more.png) no-repeat;
}

.g-row {
    position: absolute;
    left: 0;
    width: 2000px;
}

.gallary .img-box .g-item {
    float: left;
    margin-right: 30px;
}

.gallary .img-box .g-item img {
    display: block;
    height: 60px;
    width: 260px;
}


/*----------------------------*/

.section-five-main {
    width: 1036px;
    margin: 0 auto;
}

.section-five-main .logo {
    display: block;
    margin: -60px auto 0;
}

.section-five-main .con-wrap {
    overflow: hidden;
    margin-top: 20px;
}

.section-five-main .con-left {
    float: left;
    width: 566px;
    position: relative;
    /*left: -120%;*/
}

.section-five-main .con-left ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.section-five-main .con-left ul li {
    float: left;
    width: 116px;
    height: 40px;
    background: #fff;
    margin-right: 10px;
    color: #666;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.section-five-main .con-left ul li a{
    color: #666;
} 

.section-five-main .con-left ul li.active a{
    color: #fff;
}

.section-five-main .con-left ul li.active {
    background: #0078c7;
    color: #fff;
}

.section-five-main .con-left .pic-wrap {
    overflow: hidden;
}

.section-five-main .con-left .pic-wrap .left {
    width: 301px;
}

.section-five-main .con-left .pic-wrap .left div,
.section-five-main .con-left .pic-wrap .right div {
    overflow: hidden;
}

.section-five-main .con-left .pic-wrap .right div {
    float: left;
}

.section-five-main .con-left .pic-wrap .right {
    width: 252px;
}

.section-five-main .con-left .pic-wrap .right img {
    float: left;
}

.section-five-main .con-left .pic-wrap .right div.one {
    margin-right: 12px;
    margin-bottom: 12px;
}

.section-five-main .con-left .pic-wrap img {
    cursor: pointer;
    display: block;
    transition: all 0.6s;
}

.section-five-main .con-left .pic-wrap img:hover {
    transform: scale(1.5);
}

.section-five-main .con-right {
    width: 448px;
    height: 310px;
    float: right;
    border: 1px solid #dcdcdc;
    background: #fff;
    position: relative;
    /*left: 130%;*/
}

.section-five-main .con-right .con-right-header {
    height: 58px;
    border-bottom: 1px solid #dcdcdc;
    background: #fafafa;
    line-height: 58px;
    padding-left: 55px;
    overflow: hidden;
}

.section-five-main .con-right .con-right-header li {
    width: 75px;
    float: left;
    color: #666;
    font-size: 17px;
    margin-right: 58px;
    text-align: center;
    cursor: pointer;
}
.section-five-main .con-right .con-right-header li a{
    color: #666;
}

.section-five-main .con-right .con-right-header li.active a{
    color: #2794df;
}
.section-five-main .con-right .con-right-header li.mr0 {
    margin-right: 0px;
}

.section-five-main .con-right .con-right-header li.active {
    color: #2794df;
    border-bottom: 2px solid #2794df;
    line-height: 56px;
}

.section-five-main .con-right .con-right-body {
    width: 370px;
    margin: 14px auto;
}

.section-five-main .con-right .con-right-body a {
    color: #333;
    font-size: 15px;
    line-height: 35px;
    border-bottom: 1px dotted #b8b8b8;
    background: url(2017gs_arrow_icon2.png) no-repeat left center;
    padding-left: 20px;
    display: block;
    width: 94%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section-five-main .con-right .con-right-body a:hover{
    color: #3083cf;
}


/*footer*/

.footer {
    border-top: 2px solid #0078c7;
    overflow: hidden;
    background: #fff;
    height: 126px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.footer .content-wrapper {
    width: 1032px;
    margin: 0 auto;
}

.footer .left {
    float: left;
    height: 75px;
    padding: 20px 0 5px;
}

.footer .left img {
    float: left;
    height: 75px;
    width: 220px;
    margin-right: 38px;
}

.footer .left .contact {
    float: left;
    height: 75px;
    width: 320px;
    overflow: hidden;
    position: relative;
}

.footer .left ul {
    height: 25px;
    margin-left: -10px;
}

.footer .left li {
    float: left;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    border-left: 1px solid #ccc;
}

.footer .left li a {
    color: #0078c7;
    font-size: 14px;
}

.footer .left p {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #666;
}

.footer .left span {
    position: absolute;
    right: 0;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: bold;
    color: #e72f2f;
}

.footer .right {
    float: right;
    height: 75px;
    padding: 20px 0 5px;
}

.footer .right .item {
    float: right;
    height: 75px;
}

.footer .right img.item {
    height: 56px;
    width: 108px;
    margin: 10px 15px;
}

.footer .right .item img {
    display: block;
    height: 65px;
    width: 65px;
    margin: 0 auto;
}

.footer .right .item p {
    text-align: center;
    font-size: 13px;
    color: #666;
}

.mt10{
    margin-top: 10px;
}

.mb10{
    margin-bottom: 10px;
}

.ml49{
    margin-left: 49%;
}

/**
 * 检索结果
 */

.body-bg {
    background: url(2017gs_bg.jpg) no-repeat;
    background-color: #f4f9fd;
}

.sub-header {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto;
}

.sub-header .logo {
    float: left;
    margin-left: 2%;
}

.sub-header .search {
    float: right;
    position: relative;
    margin-top: 25px;
    margin-right: 10px;
}

.sub-header .search input[type="text"] {
    background: url(2017gs_search_box1.png) no-repeat;
    width: 264px;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #999;
    padding: 0 20px;
    float: left;
}

.sub-header .search input[type="button"] {
    background: url(2017gs_search_btn.png) no-repeat;
    border: none;
    outline: none;
    position: absolute;
    right: 110px;
    top: 6px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

.sub-header .search a {
    background: url(2017gs_gjjs-btn.png) no-repeat;
    border: none;
    outline: none;
    width: 90px;
    height: 46px;
    margin-left: 10px;
    float: left;
    cursor: pointer;
}

.search-result {
    width: 1200px;
    margin: 0 auto 62px;
    overflow: hidden;
}

.search-result .search-result-header {
    height: 50px;
    line-height: 50px;
    background: #387fd1;
    overflow: hidden;
}

.search-result .search-result-header p {
    float: left;
    margin-left: 40px;
	color:#fff;
}



.search-result .search-result-header a {
color:#fff;
}

.search-result .search-result-content {
    width: 1200px;
    box-shadow: 0px 0px 4px #e9f1fc;
    background: #fff;
    padding-top: 26px;
}

.search-result .search-result-content .search-result-box {
    width: 1130px;
    height: 40px;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
}

.search-result .search-result-content .search-result-box p {
    float: left;
    color: #666;
    line-height: 40px;
    margin-left: 20px;
}

.search-result .search-result-content .search-result-box p span {
    color: #fe0000;
    margin: 0 4px;
}

.search-result .search-result-content .search-result-box p i {
    font-style: normal;
    color: #fe0000;
    margin: 0 4px;
}

.search-result .search-result-content .search-result-box p.ml460 {
    margin-left: 460px;
}

.search-result .search-result-content .search-result-box ul {
    float: right;
    margin-right: 40px;
}

.search-result .search-result-content .search-result-box ul li {
    float: left;
    color: #666;
    line-height: 30px;
    margin-left: 16px;
    cursor: pointer;
    width: 70px;
    text-align: center;
    height: 30px;
    margin-top: 5px;
}

.search-result .search-result-content .search-result-box ul li.cur, .search-result .search-result-content .search-result-box ul li:hover {
    background: #3083cf;
    color: #fff;
}

.search-result-wrap {
    overflow: hidden;
    width: 1130px;
    margin: 30px auto;
}

.search-result-wrap .search-result-left {
    width: 188px;
    float: left;
}

.search-result-wrap .search-result-left .item {
    overflow: hidden;
}

.search-result-wrap .search-result-left .item p {
    height: 35px;
    line-height: 35px;
    background: #347cd0;
    color: #fff;
    padding-left: 20px;
    font-size: 15px;
}

.search-result-wrap .search-result-left .item ul {
    overflow: hidden;
    margin: 20px 0;
}

.search-result-wrap .search-result-left .item ul a {
    display: block;
    line-height: 30px;
    color: #666;
    font-size: 13px;
    background: url(2017gs_dot1.png) no-repeat 10% center;
    padding-left: 38px;
}

.search-result-wrap .search-result-left .item ul a:hover {
    background-color: #eee;
}

.search-result-wrap .search-result-right {
    width: 930px;
    float: right;
}

.search-result-wrap .search-result-right ul {
    overflow: hidden;
    margin-top: -20px;
    margin-bottom: 40px;
}

.search-result-wrap .search-result-right ul li {
    overflow: hidden;
    padding: 10px 20px;
}

.search-result-wrap .search-result-right ul li p {
    font-size: 17px;
    font-weight: bold;
    color: #666;
    line-height: 38px;
}

.search-result-wrap .search-result-right ul li p span {
    color: #fe0000;
    margin-left: 0px;
}

.search-result-wrap .search-result-right ul li a.a-con {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin-bottom: 10px;
}

.search-result-wrap .search-result-right ul li a.link {
    color: #0192f2;
}

.search-result-wrap .search-result-right ul li span {
    color: #999;
    margin-left: 20px;
}

.search-result-wrap .search-result-right ul li.bg {
    background: #f5f5f5;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
}

.search-result .mes-info, .search-result .as-wrapper {
    background-color: #fff;
    width: 1132px;
    padding: 30px 36px 30px 32px;
}

.mes-info .row {
    width: 1132px;
    margin-bottom: 20px;
}

.mes-info .row .left {
    float: left;
    width: 550px;
}

.mes-info .row .right {
    float: right;
    width: 550px;
}

.mes-info .row .title {
    height: 39px;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    margin-bottom: 20px;
}

.mes-info .row .title h2 {
    position: absolute;
    top: 0;
    left: 23px;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    color: #3083cf;
    border-bottom: 3px solid #3183cf;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

.mes-info .row p {
    padding: 0 23px;
    line-height: 25px;
    font-size: 13px;
    color: #666;
    text-indent: 2em;
}

.search-result>.mes-content {
    width: 993px;
    background-color: #fff;
    padding: 51px 96px 46px 111px;
    background: #fff url(2017gs_shad.png) 0 0 no-repeat;
}

.mes-content .row {
    margin-bottom: 15px;
    min-height: 35px;
}

.mes-content .row .left {
    float: left;
    width: 422px;
}

.mes-content .row .right {
    float: right;
    width: 422px;
}

.mes-content .row .left input, .mes-content .row .right input {
    width: 318px;
}

.mes-content .input-group {
    position: relative;
}

.mes-content .input-group .star {
    position: absolute;
    color: red;
    height: 2px;
    line-height: 2px;
    width: 2px;
    right: -16px;
    top: 50%;
}

.mes-content .input-group label {
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    color: #666;
}

.mes-content .input-group input {
    float: right;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.panel .input-group label {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 100px;
    text-align: right;
}

.panel .input-group input {
    height: 38px;
    line-height: 38px;
}

.input-group input.dropdown {
    float: left;
    margin-left: 17px;
    width: 84px;
    padding: 0 14px 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff url(2017gs_drop-d.png) 88px 14px no-repeat;
    cursor: pointer;
}

.input-group .droplist {
    display: none;
    position: absolute;
    left: 82px;
    top: 36px;
    width: 108px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 10;
}

.input-group .droplist li {
    height: 35px;
    line-height: 35px;
    padding: 0 12px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-group .droplist li:hover {
    background-color: #eee;
}

.input-group .uploader {
    float: left;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    color: #999;
    border: 1px solid #ccc;
    margin: 0 17px 0 20px;
    width: 318px;
    position: relative;
    /*overflow: hidden;*/
}

.input-group .uploader input {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 33px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;
}

.input-group input.title {
    float: right;
    width: 888px;
}

.input-group .d-content {
    float: right;
    line-height: 33px;
    padding: 0 10px;
    border: 1px solid #ccc;
    width: 888px;
    height: 178px;
    resize: none;
}

.mes-content .notify {
    margin-left: 90px;
}

.mes-content .notify span {
    color: red;
}

.mes-content .button-group {
    margin-left: 83px;
    margin-top: 34px;
}

.panel .button-group {
    position: absolute;
    margin: 0;
    bottom: 58px;
    left: 212px;
}

.mes-content .button-group button {
    width: 115px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    border: none;
}

.mes-content .button-group button.submit {
    background-color: #0078c7;
    margin-right: 13px;
    cursor: pointer;
}

.mes-content .button-group button.reset {
    background-color: #bfbfbf;
    cursor: pointer;
}

.as-wrapper .tabbar {
    height: 34px;
    border-bottom: 1px solid #d0d0d0;
    padding-left: 20px;
}

.as-wrapper .tabbar .tab-item {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: bold;
    color: #999;
    padding: 0 40px;
    cursor: pointer;
}

.as-wrapper .tabbar .tab-item.active {
    height: 33px;
    background-color: #fff;
    line-height: 33px;
    color: #3183cf;
    padding: 0 39px;
    border-bottom: 0;
    border-top: 2px solid #3183cf;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.as-wrapper .tab-panel {
    height: 435px;
}

.as-wrapper .tab-panel .panel {
    display: none;
    position: relative;
    height: 389px;
    width: 670px;
    margin: 0 auto;
    padding-top: 46px;
}

.input-group input.as-keyword {
    float: left;
    margin-left: 17px;
    width: 433px;
}

.input-group input.checkbox {
    float: left;
    margin: 12px 0 13px 17px;
    padding: 0;
    width: 15px;
    height: 15px;
    border: none;
    cursor: pointer;
}

.input-group input.date-input {
    float: left;
    width: 148px;
}

.panel .input-group label.radio-label, .panel .input-group label.checkbox-label {
    width: 148px;
    text-align: left;
    margin-left: 10px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel .input-group label.date-input-label {
    width: 26px;
    text-align: center;
    margin: 0 10px;
}

.panel .checkbox-wrapper {
    float: left;
    width: 570px;
}
.mw190{
    float: left;
    width: 190px;
}
.search-result .pn-wrapper {
    background-color: #fff;
    width: 1156px;
    padding: 27px 20px 40px 24px;
}

.pn-wrapper>.left {
    width: 255px;
}

.pn-wrapper>.right {
    width: 880px;
}

.pn-wrapper .apply-1 {
    position: relative;
    height: 15px;
    line-height: 15px;
    font-size: 16px;
    color: #fff;
    padding: 15px 18px;
    background-color: #3183cf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.pn-wrapper .apply-1 p {
     float:left;
}
.pn-wrapper .apply-1 ul {
     float:right;
}
.pn-wrapper .apply-1 ul a {
     font-size:12px;
}
.pn-wrapper .apply-1 ul b {
     font-size:12px;
}

.pn-wrapper .apply-1:after {
    position: absolute;
    content: ' ';
    bottom: 0px;
    left: 43px;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
}

.pn-wrapper .apply-1-tip {
    height: 48px;
    border: 1px solid #c1e1ff;
    line-height: 16px;
    font-size: 13px;
    padding: 15px;
    background-color: #ddefff;
    overflow: hidden;
    margin-bottom: 6px;
}

.pn-wrapper>.left>.clearfix>a {
    height: 13px;
    width: 86px;
    padding: 15px 20px;
    line-height: 13px;
    font-size: 14px;
    text-align: right;
    color: #fff;
    background-color: #5aa4e8;
    overflow: hidden;
    margin-bottom: 3px;
}

.pn-wrapper>.left>.clearfix>a.left {
    background: #5aa4e8 url(2017gs_pn-edit.png) 20px 12px no-repeat;
}

.pn-wrapper>.left>.clearfix>a.right {
    background: #5aa4e8 url(2017gs_pn-web.png) 20px 12px no-repeat;
}

.pn-wrapper .apply-1-button {
    display: block;
    height: 13px;
    width: 75px;
    padding: 15px 90px;
    line-height: 13px;
    font-size: 14px;
    text-align: right;
    color: #fff;
    background-color: #5aa4e8;
    overflow: hidden;
    margin-bottom: 13px;
    background: #5aa4e8 url(2017gs_pn-query.png) 75px 12px no-repeat;
}

.pn-wrapper .apply-2-btn {
    display: block;
    position: relative;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    color: #fff;
    padding: 10px 18px;
    background-color: #3183cf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.pn-wrapper .apply-2-btn>img {
    position: absolute;
    height: 15px;
    width: 15px;
    right: 18px;
    top: 10px;
}

.pn-wrapper .apply-3 .tab-wrapper {
    border: 1px solid #dcdcdc;
    border-top: 0;
    padding: 16px 18px 12px 17px;
    margin-top: -5px;
    overflow-y: auto;
}

.apply-3 .tab-item {
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #666;
    border: 1px solid #dcdcdc;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.apply-3 .tab-item.icon-right {
    background: #f5f5f5 url('../images/2017gs_col-r.png') 11px 8px no-repeat;
}

.apply-3 .tab-item.icon-down {
    background: #f5f5f5 url('../images/2017gs_col-d.png') 11px 8px no-repeat;
}

.apply-3 .tab-content {
    height: 0;
    position: relative;
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
    margin: 4px 0;
    overflow: hidden;
}

.apply-3 .tab-content .container {
    max-height: 235px;
    overflow-y: auto;
}

.pn-wrapper .filter-wrapper {
    position: relative;
    width: 834px;
    height: 35px;
    border: 1px solid #dcdcdc;
    padding: 14px 22px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.filter-wrapper label {
    height: 35px;
    width: 88px;
    line-height: 35px;
    font-size: 15px;
}

.filter-wrapper .search-box {
    height: 33px;
    line-height: 33px;
    border: 1px solid #dcdcdc;
    width: 516px;
    font-size: 15px;
    padding: 0 10px;
}

.filter-wrapper .dropdown {
    height: 33px;
    line-height: 33px;
    border: 1px solid #dcdcdc;
    width: 69px;
    font-size: 13px;
    color: #999;
    padding: 0 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 9px;
    background: #fff url(2017gs_pn-dropd.png) 73px 13px no-repeat;
    cursor: pointer;
}

.filter-wrapper .search-btn {
    height: 35px;
    line-height: 35px;
    width: 95px;
    font-size: 14px;
    color: #fff;
    background-color: #3183cf;
    border: none;
}

#dropdown-list {
    position: absolute;
    right: 126px;
    top: 52px;
    width: 95px;
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden;
    background-color: #fff;
    cursor: pointer;
}

#dropdown-list .item {
    border-top: 0;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

#dropdown-list .item:hover {
    background-color: #eee;
}

.res-table {
    width: 880px;
}

.res-table td {
    height: 44px;
    font-size: 13px;
    border-bottom: 1px dotted #666;
    text-align: center;
}

.res-table td.seq {
    width: 200px;
}

.res-table td.title-td {
    position: relative;
}

.res-table .title-td a {
    float: left;
    max-width: 410px;
    text-align: left;
    color: #000;
}

.res-table td.date {
    width: 120px;
}

.res-table .thead {
    background-color: #ddefff;
}

.res-table .thead th {
    height: 40px;
    color: #3183cf;
    font-size: 14px;
    font-weight: bold;
}

.pn-wrapper .table-hover-area {
    position: relative;
}

.pn-wrapper .tag {
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 40px;
    width: 300px;
    height: 0px;
    /*height: 95px;*/
    line-height: 19px;
    color: #fff;
    overflow: hidden;
    background-color: #3183cf;
    background-color: rgba(49, 131, 207, 0.9);
    -webkit-transition: height 0.6s;
    transition: height 0.6s;
}

.pn-wrapper .tag-wrapper {
    padding: 15px 20px;
}

.pn-wrapper .tag .left {
    width: 70px;
    text-align: right;
}

.pn-wrapper .tag .right {
    width: 180px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mes-info .border-table {
    width: 1130px;
    border: solid #dcdcdc;
    border-width: 1px 0px 0px 1px;
}

.mes-info .border-table td {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #666;
    border: solid #dcdcdc;
    border-width: 0px 1px 1px 0px;
    padding: 0 20px;
}

.mes-info .border-table td.name {
    width: 120px;
    color: #1e5bb7;
    background-color: #f8f8f8;
    text-align: center;
}

.mes-content .cont-title {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    color: #1e5bb7;
    margin: 20px auto;
}

.mes-content .info-content {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
    margin-bottom: 24px;
    padding: 0 30px;
}

.mes-content p{
    font-size: 16px;
    line-height: 40px;
    color: #666;
    text-indent: 0em;
}

.mes-content .more-link {
    width: 1114px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    font-size: 15px;
    padding-left: 24px;
    margin-bottom: 15px;
}


.mes-content .mt90 p {
    font-size: 16px;
}
.mes-content .mt90 p a {
    color: #666;
}

.mes-content .more-link a {
    color: #666;
}
.mes-content .more-link a:hover {
    color: #3083cf;
}

.search-result>.mes-content-padding-less {
    width: 1140px;
    padding: 13px 30px 15px;
}


/*通用概览-图片*/

.tygl-pics {
    width: 1130px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
}

.tygl-pics .con {
    overflow: hidden;
    width: 1102px;
    margin: 0 auto;
}

.tygl-pics .con a {
    width: 250px;
    display: block;
    float: left;
    margin-right: 34px;
    margin-bottom: 20px;
	overflow:hidden;
}

.tygl-pics .con a.mr0 {
    margin-right: 0px;
}

.tygl-pics .con a img {
    cursor: pointer;
    display: block;
	transition: all 0.6s;
}
.tygl-pics .con a img:hover {
    
    transform: scale(1.5);
}

.tygl-pics .con a span {
    font-size: 13px;
    color: #333;
    line-height: 28px;
    display: block;
    text-align: center;
    margin-top: 6px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tygl-pics .con a span:hover {
    color: #3083cf;
}

/*通用概览-文字*/
.gr-wrapper{
    background-color: #fff;
    padding: 27px 20px 52px 24px;
}
.gr-wrapper>.left{
    width: 255px;
}
.gr-wrapper>.right{
    width: 880px;
}
.gr-box .desc {
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    padding-left: 18px;
    background-color: #3183cf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gr-box .desc:after {
    position: absolute;
    content: ' ';
    bottom: 0px;
    left: 43px;
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
}
.gr-box .box-content {
    padding: 15px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    margin-bottom: 20px;
}
.gr-box .box-content .text li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gr-box .box-content .text li a{
    color: #666;
    line-height: 30px;
    font-size: 13px;
}

.gr-box .box-content .text li a:hover{
    color: #3083cf;
}
.gr-box .box-content .image li{
    margin-bottom: 3px;
}
.gr-box .box-content .image li a img{
    width: 100%;
}
.gr-wrapper .title-box{
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    background-color: #f5f5f5;
    color: #666;
    padding-left: 25px;
    border: 1px solid #dcdcdc;
}
.gr-wrapper .news-box{
    height: 175px;
    padding: 11px 15px;
    border-bottom: 1px dotted #666;
    overflow: hidden;
}
.gr-wrapper .news-box .item{
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    background: #fff url('../images/2017gs_gr-news-icon.png') 10px 16px no-repeat;
}
.gr-wrapper .news-box .item a{
    color: #333;
    font-size: 14px;
    max-width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gr-wrapper .news-box .item a:hover{
    color: #3083cf;
}
.gr-wrapper .news-box .item .date{
    color: #999;
    font-size: 14px;
    /*margin-right: 15px;*/
}


/*通用细览*/

.tyxl {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.tyxl p {
    font-size:16px;
    margin-bottom: 24px;
    line-height: 40px;
    text-indent: 0em;
}

.tyxl a {
    color: #666;
	font-size:16px;
}

.tyxl a:hover {
    color: #3083cf;
}

.tyxl h1 {
    font-size: 30px;
    color: #1e5bb7;
    text-align: center;
    border-bottom: 1px solid #eee;
    box-shadow: 0 4px 4px #eee;
    width: 100%;
    text-overflow: ellipsis;
    line-height: 60px;
    margin-bottom: 20px;
}

.tyxl .rel {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dotted #aaa;
}

.tyxl .rel span {
    font-size: 14px;
    color: #666;
}

.tyxl .rel span.mr30 {
    margin-right: 30px;
}

.tyxl .con {
    line-height: 30px;
    color: #666;
    font-size: 14px;
    padding: 0 40px;
    margin: 20px 0;
}

.tyxl-rel-news {
    width: 1130px;
    margin: 0 auto;
    overflow: hidden;
    padding: 14px 0;
}

.tyxl-rel-news a {
    color: #666;
    width: 42%;
    display: block;
    float: left;
    padding: 0 4%;
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(2017gs_arrow_icon1.png) no-repeat 5% center;
}

.tyxl-rel-news a:hover {
    color: #3083cf;
}

.fz15{
    font-size: 15px;
}


/*分页*/

.clsPage{ 
	text-align:center;
	margin:25px auto auto;
	padding:0;
	overflow:hidden;
	font-weight:700;
	font-size:14px;
	font-family:Microsoft YaHei,simhei;
}
.clsPage a{
	display:inline-block;
	vertical-align:middle;
	text-align:center; 
	height:25px;
	line-height:25px;
	padding:0px 7px;
	margin-right:4px; 
	text-decoration:none;
	background-color:#bacbe6; 
	border:1px solid #bacbe6;
	color:white;
	overflow:hidden;
}
.clsPage a:hover{
	background-color:#fff;
	color:red;
	border-color:#ffcccc;
}
.clsPage span{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	height:25px;
	line-height:25px;
	padding:0px 7px;
	margin-right:4px;
	background-color:#fff; 
	border:1px solid #bdbdbd;
	color:black;
}