@charset "utf-8";

/***************************************************************************/
.gq70 {
    width: 100%;
    overflow: hidden;
    background: url(../images/20190929.png) no-repeat center top;
}

.head {}

.top_i {
    height: 120px;
    background: #428bca;
}

.top_ii {
    width: 1200px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/top_title.jpg);
    margin: 0px auto;
}

.main_logo {
    position: absolute;
    display: block;
    z-index: 1000;
    margin-left: 20px;
    top: 0px;
    border-radius: 50%;
    border: 10px solid #428BCA;
}

.top_link {
    color: #fff;
    padding: 10px 0px 0px 0px;
    font-size: 9px;
    text-align: right;
}

.top_link a {
    color: #fff;
}

.top_link a:hover {
    color: #ff0;
}

.top_link span {
    padding: 0px 5px;
}

.top_search {
    width: 104px;
    float: right;
}

.top_search .input {
    width: 110px;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    border: none;
    *border: 0px solid #fff;
    _border: 0px solid #fff;
    padding: 0px 0px 0px 10px;
    float: left;
}

.top_search .button {
    width: 104px;
    height: 30px;
    background: #fff url(../images/but_news_03.jpg) no-repeat center center;
    border: none;
    float: right;
}

/****************************************************************************/

.menu_i {
    height: 50px;
    background: url(../images/menu_back.jpg) repeat-x;
}

.menu_ii {
    width: 1200px;
    height: 50px;
    background: url(../images/menu_back.jpg) repeat-x;
    margin: 0px auto;
}

.nav * {
    text-decoration: none;
    font-size: 14px;
}

.nav * a:hover {
    color: #428bca;
}

.nav {
    list-style: none;
    height: 50px;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 130px;
    box-sizing: border-box;
}

.nav li {
    float: left;
    position: relative;
    z-index: 9;
    width: 11%;
    text-align: center;
}

.nav li a {
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding: 16px 0px 16px 0px;
    blr: expression(this.onFocus=this.close());
    blr: expression(this.onFocus=this.blur());
    display: inline-block;
    white-space: nowrap;
}

.nav li a:hover {}

.nav li a:focus {
    -moz-outline-style: none;
}

.nav li .sub-nav {
    position: absolute;
    top: 50px;
    left: 0px;
    list-style: none;
    background-color: rgba(238, 238, 238, 0.7);
    display: none;
    z-index: 10;
}

.nav li .sub-nav li {
    text-align: center;
    clear: left;
    width: 100%;
    /* height: 50px; */
    position: relative;
    display: block;
    overflow: hidden;
}

.nav li .sub-nav li a {
    color: #000;
    height: auto;
    min-width: 128px;
    width: 100%;
    display: block;
    padding: 10px 10px 10px 10px;
    /* display: inline-block; */
    overflow: hidden;
    box-sizing: border-box;
}

.nav li .sub-nav li a:hover {
    color: #fff;
    background: #428bca;
}

.nav li .active {}

/****************************************************************************/

.banner_i {
    background: #fff;
}

.banner_ii {
    width: 1200px;
    height: 400px;
    margin: 0px auto;
}

.banner_box_out {
    position: relative;
}

.banner_box {
    width: 100%;
    height: 400px;
    visibility: visible;
    overflow: hidden;
}

.banner_box img {
    width: 100%;
    height: 400px;
}

.imgs {
    list-style: none;
}

.imgs1 {
    width: 4000px;
}

.imgs1 li {
    width: 1200px;
    height: 400px;
    float: left;
}

.cons {
    position: absolute;
    border: 0px;
    top: 370px;
    left: 50%;
    margin-left: -600px;
}

.num {
    list-style: none;
}

.num li {
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    color: #000;
    background: url(../images/bg_alpha2.png);
    overflow: hidden;
}

.num li a {
    display: block;
    color: #fff;
}

.num .act {
    background: url(../images/bg_alpha.png);
}

.num .act a {
    color: #fff;
}

/****************************************************************************/

.main_body {
    width: 1200px;
    min-height: 500px;
    _height: 500px;
    background: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    margin: 0px auto;
    padding: 30px;
    box-sizing: border-box;
}

.row {
    margin-bottom: 15px;
}

.row.sece {
    background-color: #F2F2F2;
    padding-top: 6px;

    padding-bottom: 6px;
}

.row.sece.in_ab {
    position: absolute;
    bottom: -100px;
    right: 0px;
    padding: 6px;
    background-color: rgba(242, 242, 242, 0.7);
}

.row.sece.in_ab .con_r,
.row.sece.in_ab .top_search {
    width: auto;
}

.row.sece.in_ab input {
    background-color: rgba(255, 255, 255, 0.90);
}

.column {
    float: left;
}

/****************************************************************************/

.hot_pic {
    float: left;
    /*position:relative;*/
    font-size: 12px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
}

.pic_70 img {
    width: 100%;
    height: 100%;
}

#slider {
    width: 600px;
    /* important to be same as image width */
    height: 400px;
    /* important to be same as image height */
    position: relative;
    /* important */
    overflow: hidden;
    /* important */
    z-index: 1;
}

#sliderContent {
    width: 100%;
    /* important to be same as image width or wider */
    /*	position: absolute;
	top: 0;*/
    margin-left: 0;
    list-style-type: none;
}

.sliderImage {
    float: left;
    position: relative;
    display: none;
}

.sliderImage img {
    width: 600px;
    height: 400px;
}

.sliderImage span {
    position: absolute;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, Fixedsys;
    padding: 10px 13px;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.sliderImage span strong {
    font-size: 14px;
}

.sliderImage .top {
    top: 0;
    left: 0;
}

.sliderImage .bottom {
    bottom: 0;
    left: 0;
}

/****************************************************************************/

.panel_common {}

.panel_common .panel_title {}

.panel_common .panel_title h4 {
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px 0px 10px;
    overflow: hidden;
    white-space: nowrap;
}

.panel_common .panel_title h4.line {
    border-bottom: 1px solid #d6d6d6;
}

.panel_common .panel_title h4 a {
    color: #626262;
}

.panel_common .panel_title h4 a:hover {
    color: #f00;
}

.panel_common .panel_content {}

/****************************************************************************/

.panel_tab {}

.mode02 .panel_title,
.panel_tab .panel_title {
    height: 39px;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

.mode02 .panel_title span.tab,
.panel_tab .panel_title span.tab {
    height: 38px;
    line-height: 38px;
    color: #626262;
    background: #f0f0f0;
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 0px 20px;
    display: inline-block;
    float: left;
    font-size: 16px;
}

.mode02 .panel_title span.tab_active,
.panel_tab .panel_title span.tab_active {
    background: #fff;
}

.mode02 .panel_title span a,
.panel_tab .panel_title span a {
    text-align: center;
    color: #626262;
    display: block;
}

.mode02 .panel_title span a:hover,
.panel_tab .panel_title span a:hover {
    color: #f00;
}

/****************************************************************************/

.panel_content_gray {
    width: 330px;
    background: #f0f0f0;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 20px 10px 20px;
    overflow: hidden;
}

/****************************************************************************/

ul.hot_news_content {
    width: 470px;
    height: 340px;
    background: #f0f0f0;
    list-style: none;
    padding: 15px 20px;
    overflow: hidden;
}

ul.hot_news_content li {
    padding: 0px 0px 14px 0px;
    white-space: nowrap;
    line-height: 17px;
}

ul.hot_news_content li a:hover {
    text-decoration: underline;
}

ul.hot_news_content li.important a {
    font-size: 14px;
    color: #f00;
}

ul.hot_news_content li.common {
    list-style-type: disc;
    list-style-position: inside;
}

ul.hot_news_content li.common a {
    font-size: 14px;
    color: #333;
}

/****************************************************************************/

.ad_pic_01,
.ad_pic_01 img {
    width: 370px;
    height: 200px;
}

.ad_pic_02 {}

.ad_pic_02 img {
    width: 370px;
    height: 240px;
}

.ad_pic_03,
.ad_pic_03 img {
    width: 180px;
    height: 120px;
}

.ad_pic_04,
.ad_pic_04 img {
    width: 135px;
    height: 100px;
}

.ad_pic_05,
.ad_pic_05 img {
    width: 100px;
    height: 80px;
}

.ad_awards_home {
    width: 370px;
    height: 90px;
    background: url(../images/pic_ad_awards_home.jpg) no-repeat;
    display: block;
}

.ad_awards_in {
    width: 240px;
    height: 90px;
    background: url(../images/pic_ad_awards_in.jpg) no-repeat;
    display: block;
}

.ad_howtoapply_home {
    width: 300px;
    height: 90px;
    background: url(../images/pic_ad_howtoapply_home.jpg) no-repeat;
    display: block;
}

.ad_howtoapply_in {
    width: 240px;
    height: 90px;
    background: url(../images/pic_ad_howtoapply_in.jpg) no-repeat;
    display: block;
}

/****************************************************************************/

.qqservice {
    width: 150px;
}

.qqservice_title {
    width: 150px;
    height: 75px;
    background: url(../images/qqservice_title_back.gif) no-repeat;
}

.qqservice_content {
    border: 1px solid #cbcbcb;
    border-top: none;
    padding: 15px 0px 0px 10px;
    font-size: 12px;
    color: #000;
}

.qqservice_content .item {}

.qqservice_content .item .qqbutton {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-indent: 35px;
    background: url(../images/qqservice_item_back.gif) no-repeat;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.qqservice_content .item i {
    width: 95px;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.qqservice_content .item a {
    color: #000;
}

.qqservice_content .item a:hover {
    color: #f00;
}

/****************************************************************************/

.qqservice_in {
    width: 240px;
}

.qqservice_in .qqservice_title {
    width: 240px;
    height: 50px;
    background: url(../images/qqservice_title_in_back.gif) no-repeat;
}

.qqservice_in .qqservice_content {
    border: 1px solid #cbcbcb;
    border-top: none;
    padding: 10px 0px 0px 10px;
    font-size: 12px;
    color: #000;
}

.qqservice_in .qqservice_content .item {
    padding: 0px 0px 10px 0px;
}

.qqservice_in .qqservice_content .item .qqbutton {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    text-indent: 35px;
    background: url(../images/qqservice_item_back.gif) no-repeat;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    display: block;
}

.qqservice_in .qqservice_content .item i {
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    padding: 0px 0px 0px 10px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.qqservice_in .qqservice_content .item a {
    color: #000;
}

.qqservice_in .qqservice_content .item a:hover {
    color: #f00;
}

/****************************************************************************/

.qrcode {
    width: 128px;
    border: 1px solid #d6d6d6;
}

.qrcode_pattern {
    width: 128px;
    height: 118px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}

.qrcode_word {
    height: 34px;
    background: #f0f0f0;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    padding: 6px 0px 0px 0px;
}

/****************************************************************************/

.scroll_expert {}

.scroll_expert_title {
    height: 30px;
    background: url(../images/space_line.gif) repeat-x left center;
}

.scroll_expert_title h4 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #626262;
    background: #fff;
    padding: 0px 40px 0px 20px;
    display: inline;
}

.scroll_expert_title a {
    color: #626262;
}

.scroll_expert_title a:hover {
    color: #f00;
}

.scroll_expert_content {
    width: 740px;
    padding: 10px 0px;
    overflow: hidden;
}

.scroll_expert_content ul {
    width: 1600px;
    height: 175px;
    list-style: none;
    overflow: hidden;
}

.scroll_expert_content ul li {
    width: 135px;
    display: inline-block;
    *display: inline;
    _display: inline;
    padding: 0px 12px;
    *float: left;
    _float: left;
}

.scroll_expert_content ul li img {
    width: 135px;
    height: 100px;
    display: block;
}

.scroll_expert_content ul li h4 {
    font-size: 14px;
    font-weight: normal;
    color: #c00079;
    padding: 10px 0px 0px 0px;
}

.scroll_expert_content ul li h4 a {
    color: #c00079;
}

.scroll_expert_content ul li h4 a:hover {
    color: #f00;
}

.scroll_expert_content ul li i {
    width: 135px;
    height: 40px;
    color: #555;
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    overflow: hidden;
}

.scroll_expert_content ul li i a {
    color: #555;
    text-decoration: underline;
}

.scroll_expert_content ul li i a:hover {
    color: #f00;
}

/****************************************************************************/

.scroll_pic {}

.scroll_pic_title {
    height: 30px;
    background: url(../images/space_line.gif) repeat-x left center;
}

.scroll_pic_title h4 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #626262;
    background: #fff;
    padding: 0px 40px 0px 20px;
    display: inline;
}

.scroll_pic_title a {
    color: #626262;
}

.scroll_pic_title a:hover {
    color: #f00;
}

.scroll_pic_content {
    width: 1200px;
    background: url(../images/space_line.gif) repeat-x left bottom;
    padding: 20px 0px;
    overflow: hidden;
}

.scroll_pic_content ul {
    width: 1600px;
    height: 165px;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
}

.scroll_pic_content ul li {
    width: 160px;
    display: inline-block;
    *display: inline;
    _display: inline;
    margin: 0px 15px 0px 0px;
    *float: left;
    _float: left;
}

.scroll_pic_content ul li img {
    width: 160px;
    height: 120px;
    display: block;
}

.scroll_pic_content ul li i {
    width: 160px;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    padding: 15px 0px;
    display: block;
    overflow: hidden;
}

.scroll_pic_content ul li a {
    color: #000;
}

.scroll_pic_content ul li a:hover {
    color: #f00;
}

/****************************************************************************/

.linkout_pic {
    width: 100%;
    padding: 20px 0px;
    box-sizing: border-box;
}

.linkout_pic .scroll {
    width: 100%;
    list-style: none;
    overflow: hidden;
    white-space: nowrap;
}

.linkout_pic .scroll ul li {
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px;
    width: 25%;
    text-align: center;
    float: left;
}

.linkout_pic .scroll a,
.linkout_pic .scroll i {
    display: inline-block;
    font-style: normal;
    position: relative;
    overflow: hidden;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
    border-radius: 6px;
    box-shadow: 1px 1px 2px #666;
}

.linkout_pic .scroll img {
    width: 100%;
    height: auto;
    filter: url(blur.svg#blur);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(3px);
    /* Chrome, Opera */
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
    /* IE6~IE9 */
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.linkout_pic .scroll a:hover img {
    filter: url(blur.svg#blur);
    /* FireFox, Chrome, Opera */
    -webkit-filter: blur(0px);
    /* Chrome, Opera */
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
    /* IE6~IE9 */
}

.linkout_pic .scroll span {
    text-align: center;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 1px 1px #666;
    transform: translateY(-50%);

}

.linkout_pic .scroll span a {
    color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.linkout_pic .scroll ul,
#scroll_begin,
#scroll_end {
    display: inline;
}

/****************************************************************************/

.linkout_word {
    min-height: 50px;
    _height: 50px;
    background: #eee;
    padding: 20px 35px 10px 30px;
}

.linkout_word ul {
    list-style: none;
}

.linkout_word ul li {
    width: auto;
    text-indent: 8px;
    background: url(../images/icon_list_coloured.gif) no-repeat left 4px;
    display: block;
    float: left;
    margin: 0px 10px 10px 0px;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 22px;
}

.linkout_word ul li a {
    color: #000;
}

.linkout_word ul li a:hover {
    color: #f00;
}

/****************************************************************************/

.in_sub {
    width: 360px;
    padding: 0px 0px 50px 0px;
    overflow: hidden;
}

.in_content {
    width: 740px;
    padding: 0px 0px 50px 30px;
    overflow: hidden;
}

/****************************************************************************/

.path {
    width: auto;
    height: 30px;
    color: #000;
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
}

.path span {
    margin: 0px 5px;
}

.path a {
    color: #000;
}

.path a:hover {
    color: #f00;
}

/****************************************************************************/

.panel_in_content {
    padding: 20px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}

/****************************************************************************/


/****************************************************************************/

.foot {
    width: 1200px;
    background: #eee;
    border: 1px solid #d6d6d6;
    border-top: none;
    margin: 0px auto;
}

.foot span {
    color: #bbb;
    padding: 0px 10px;
}

.foot_top {
    height: 40px;
    background: url(../images/foot_top_line.gif) no-repeat center bottom;
}

.foot_top_content {
    width: 1200px;
    height: 40px;
    text-align: center;
    color: #666;
    margin: 0px auto;
}

.foot_top_content a {
    color: #666;
}

.foot_top_content a:hover {
    color: #f00;
}

.foot_body {
    min-height: 200px;
    _height: 150px;
}

.foot_body_content {
    width: 1200px;
    line-height: 24px;
    text-align: left;
    color: #666;
    margin: 0px auto;
    padding: 15px 0px 30px 30px;
    box-sizing: border-box;
    position: relative;
}

.foot_body_content p {
    text-align: center;
}

.foot_body_content p.space {
    text-indent: 48px;
}

.foot_body_content a {
    color: #666;
}

.foot_body_content a:hover {
    color: #f00;
}

.foot_bottom {
    width: 1200px;
    color: #666;
    text-align: center;
    margin: 0px auto;
    padding: 20px 0px 50px 0px;
}

.foot_bottom a {
    color: #666;
}

.foot_bottom a:hover {
    color: #f00;
}

.top_btns {
    float: right;
    margin-top: 40px;
}

.btngrup {
    border: 1px solid #F0F0F0;
    border-radius: 4px;
    display: inline-block;
}

.dis {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    padding: 7px;
    margin-right: 2px;
    margin-bottom: -2px;
}

.dis01 {
    background-image: url(../images/dis01.png);
}

.dis02 {
    background-image: url(../images/dis02.png);
}

.dis03 {
    background-image: url(../images/dis03.png);
}

.btngrup a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    border-right: 1px solid #F0F0F0;
    color: white;
    background-color: rgba(243, 243, 243, 0.15);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btngrup a:last-child {
    border-right: 0px solid #F0F0F0;
}

.btngrup a:hover {
    background-color: rgba(243, 243, 243, 0.0);
}

.wechat {
    position: absolute;
    right: 20px;
    top: 20px;
}

.wechat p {
    text-align: center;
    font-size: 14px;
}

.con_l {
    width: 740px;
    float: left;
}

.con_r {
    float: right;
    width: 370px;
}

.sy_gg {
    background-color: #F2F2F2;
    float: left;
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
}

.sy_gg_1 {
    width: 100%;
}

.sy_gg_1 dl {
    color: #666666;
    float: left;
    width: 20%;
}

.sy_gg_1 dt {
    color: #666666;
    float: left;
    width: 80%;
}

.sy_gg_1 dt a {
    color: #666666;
    text-decoration: none;
    padding: 0px 10px 0px 10px;
}

.sy_gg_1 dt a:hover {
    color: #428bca;
    text-decoration: underline;
}

#sliderContent .sliderImage a {
    display: block;
}

.hot_news_content li span {
    float: right;
}

.m_r_30 {
    margin-right: 25px
}

#panel_tab_i .panel_content .row {
    float: left;
}

#panel_tab_i .panel_content .row:nth-child(2n+1) {
    margin-right: 30px;
}

.more {
    float: right;
    font-size: 12px;
    color: #428bca !important;
    margin-right: 20px;
    margin-top: 10px;
}

.fixed_bg {
    background-image: url(../images/fixed_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    background-position: center top;
}

.fixed_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.fixed_con h4 {
    font-size: 2em;
    color: #FFFFFF;
    padding: 8px 30px 8px 30px;
    background-color: rgba(19, 129, 225, 0.70);
    display: inline;
    -webkit-box-shadow: 6px 6px rgba(255, 255, 255, 0.70);
    box-shadow: 6px 6px rgba(255, 255, 255, 0.70);
}

.main_body.font14x {
    font-size: 14px;
}

.info_list_a.li_padd li {
    padding: 8px 15px 8px 15px;
    border-bottom: 1px dashed #CCCCCC;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.info_list_a.li_dotted li {
    border-bottom: 1px dotted #CCCCCC;
}

.info_list_a.li_padd li:hover {
    background-color: #F1F1F1;
}

.page_body {
    width: 99%;
    height: 20px;
    margin: 20px 0px;
}

.page_body a {
    min-width: 12px;
    _width: 12px;
    height: 18px;
    background: #f0f0f0;
    color: #10101a;
    border: 1px solid #ccc;
    line-height: 18px;
    text-align: center;
    float: left;
    display: block;
    margin: 0px 3px 0px 0px;
    padding: 0px 3px;
}

.page_body a:hover {
    background: #ccc;
}

.page_body .on {
    min-width: 14px;
    _width: 14px;
    height: 20px;
    background: #fff;
    color: #000;
    border: none;
    font-weight: bold;
    text-align: center;
    padding: 0px 3px;
}

.page_body .on:hover {
    background: #fff;
}

.page_body .page_home {
    background: #f0f0f0 url(../images/page_home.gif) no-repeat center center;
}

.page_body .page_home:hover {
    background: #ccc url(../images/page_home.gif) no-repeat center center;
}

.page_body .page_end {
    background: #f0f0f0 url(../images/page_end.gif) no-repeat center center;
}

.page_body .page_end:hover {
    background: #ccc url(../images/page_end.gif) no-repeat center center;
}

.page_body .page_forward {
    background: #f0f0f0 url(../images/page_forward.gif) no-repeat center center;
}

.page_body .page_forward:hover {
    background: #ccc url(../images/page_forward.gif) no-repeat center center;
}

.page_body .page_behind {
    background: #f0f0f0 url(../images/page_behind.gif) no-repeat center center;
}

.page_body .page_behind:hover {
    background: #ccc url(../images/page_behind.gif) no-repeat center center;
}

.page_body span {
    color: #1a1a1a;
    line-height: 20px;
    float: left;
    margin: 0px 3px 0px 0px;
}

.page_body .input {
    min-width: 14px;
    _width: 14px;
    height: 20px;
    width: 18px;
    height: 18px;
    background: #f0f0f0;
    color: #10101a;
    border: 1px solid #ccc;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    float: left;
    display: block;
    margin: 0px 3px 0px 0px;
    padding: 0px 3px;
}

.page_body .page_button {
    width: 30px;
    height: 20px;
    background: #ccc;
    color: #10101a;
    font-family: Arial, Helvetica, sans-serif, Fixedsys;
    font-size: 12px;
    border: none;
}

.info_content .content p {
    line-height: 2.4em;
}

.table_cell {
    display: table-cell;
    float: none;
}

.in_sub.column.table_cell {}

.info_list_a img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 4px solid rgba(255, 255, 255, 1.00);
    margin-bottom: 10px;
}

.text_center {
    text-align: center;
}

.fixed_bg.bigger {
    padding-top: 160px;
    padding-bottom: 160px;
}

.fixed_bg.bigger .row.sece.in_ab {
    bottom: -150px;
}

.main_logo span {
    display: none;
}

.info_content * {
    line-height: 2.4em;
}

.info_content .content h1,
.info_content .content h2,
.info_content .content h3,
.info_content .content h4,
.info_content .content h5,
.info_content .content h6 {
    position: relative;
}

.info_content .content h1:before,
.info_content .content h2:before,
.info_content .content h3:before,
.info_content .content h4:before,
.info_content .content h5:before,
.info_content .content h6:before {
    height: 1em;
    width: 4px;
    content: "";
    display: block;
    background-color: #428bca;
    position: absolute;
    left: -8px;
    top: 0.75em;
}

.info_content li {
    list-style-type: disc;
    list-style-position: inside;
}

#panel_tab_i .panel_title {
    background: url(../images/dang02.jpg) no-repeat right;
    background-size: 65% 39px;
}

/*通知公告*/
.mode02 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.mode02 .lf {
    width:
        /*53.185%*/
        59.185%;
    float: left;
}

.tabArticleList01 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tabMenu01 {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #d6d6d6 solid;
    position: relative;
}

.tabMenu01 li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    float: left;
    margin-right: 34px;
}

.tabMenu01 li:last-child {
    margin-right: 0;
}

.tabMenu01 li.news {
    font-size: 16px;
    background: none;
    margin-right: 5px;
    width: 98%;
    height: 38px;
    line-height: 38px;
}

.tabMenu01 li.news a {
    padding: 0;
    color: #282828;
}

.tabMenu01 li a {
    display: block;
    height: 34px;
    color: #626262;
}

.tabMenu01 li.news.active a {
    border: 0;
    color: #282828;
    background: none;
}

.tabMenu01 .active a {
    border-top: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    padding: 0 6px;
    color: #626262;
    background: #f0f0f0;
}

.tabMore {
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 20px;
    z-index: 1;
}

.tabMore span {
    display: none;
    text-align: right;
}

.tabMore span a {
    color: #428bca;
}

.tabMore .active {
    display: block;
}

.tabList01 dd {
    display: none;
    padding: 2px 0 6px;
    overflow: hidden;
}

.ddList00 li {
    width: 100%;
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    overflow: hidden;
    list-style-type: disc;
    list-style-position: inside;
    *position: relative;
}

.ddList00 li a {
    color: #666;
}

.ddList00 li span {
    float: right;
    margin-left: 10px;
    *position: absolute;
    *right: 0;
    *bottom: 0;
}

.ddList00 li strong {
    margin-left: -8px
}

.ddList00 li strong a {
    color: #428bca
}

.cur06 li {
    background: none;
}

.cur06 li a {
    padding-left: 0;
}

.mode02 .rt {
    width:
        /*45.895%*/
        39.895%;
    float: right;
}

.listTitle02 {
    height: 50px;
    line-height: 25px;
}

.articleList02 {
    padding-left: 15px;
}

.title02 {
    height: 40px;
    position: relative;
    z-index: 2;
}

.title02 h3 {
    float: left;
    width: 95px;
}

.title02 .number,
.news .number {
    float: left;
    position: absolute;
    left: 100px;
    top: -27px;
    display: block;
    height: 50px;
    line-height: 40px;
}

.title02 .number strong,
.news .number strong {
    width: 24px;
    height: 19px;
    background-color: #008e92;
    color: #fff;
    line-height: 80px;
    padding: 0 8px;
    margin: 0 5px;
}

.news .number {
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    top: -23px;
}

.articleList02 .tabList01 dd {
    border-bottom: 0;
}

.noticeList {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.noticeList li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 4px;
    height: 48px;
}

.noticeList li:last-child {}

.noticeList li .nDate {
    width: 46px;
    height: 43px;
    float: left;
    margin-top: 4px;
}

.noticeList li .nDate strong {
    font-size: 12px;
    color: #fff;
    height: 20px;
    display: block;
    font-weight: normal;
    padding-left: 5px;
    line-height: 24px;
}

.noticeList li .nDate i {
    font-size: 16px;
    color: #fff;
    height: 24px;
    text-align: center;
    display: block;
    font-style: normal;
}

.noticeList li a {
    margin-left: 62px;
    display: block;
    line-height: 26px;
    color: #555;
    font-size: 14px;
}

.noticeList li.bg01 .nDate {
    background-color: #05bec3;
}

.noticeList li.bg02 .nDate {
    background-color: #05c34d;
}

.noticeList li.bg03 .nDate {
    background-color: #9b9b9a;
}

.noticeList li.bg04 .nDate {
    background-color: #d39510;
}

.noticeList li.bg05 .nDate {
    background-color: #0579c3;
}

ul,
ol,
li {
    list-style: none outside none;
}

.listTitle01 {
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #d6d6d6;
}

.listTitle01 h3 {
    font-size: 16px;
    width: 120px;
    font-weight: normal;
}

.listTitle01 h3 a {
    color: #626262;
}

.listTitle01 span.rtMore {
    float: right;
    width: 40px;
    position: relative;
    z-index: 22;
    text-align: right;
    margin-right: 20px;
}

.listTitle01 span.rtMore a {
    color: #428bca;
}

.nyb_notice {
    position: fixed;
    top: 250px;
    left: 0px;
    z-index: 999;
    width: 220px;
}

.nyb_notice img {
    display: block;
}

.nyb_notice_close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    cursor: pointer;
}


.xxhyyrk {
    /* height: 70px; */
    overflow: hidden;
    margin-bottom: 20px;
}

.xxhyyrk .ty0620 {
    width: auto;
}

.xxhyyrk .ty0620 .gz02 li {
    width: 18%;
}

/*-----------------------------------------------响应-----------------------------------------------------*/

.menu,
.hidden {
    display: none;
}

.topicTitle {
    width: 40px;
    height: 70px;
    background-color: #0d6c6e;
    float: left;
}

.topic .flexslider {
    border-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    -o-box-shadow: 0;
    box-shadow: none;
}

.topic .carousel li {
    margin-right: 10px;
}

.topicTitle span {
    float: right;
    display: none;
}

.topicList {
    width: 100%;
    overflow: hidden;
}

.topicList li {
    width: auto;
    float: left;
    overflow: hidden;
}

.topic_img {
    display: block;
    width: 100%;
    height: 100%;
}

.topic_img img {
    width: 100%;
    height: 100%;
}

.topic .flex-direction-nav a {
    width: 20px;
    height: 36px;
    background: url(../images/lf_icon.png) no-repeat center center;
    opacity: 1;
    margin-top: -20px;
}

.topic .flexslider:hover .flex-prev {
    opacity: 1
}

.topic .flex-control-nav {
    display: none;
}

.topic .flex-direction-nav .flex-prev {
    background: url(../images/lf_icon.png) no-repeat center center;
    left: 0
}

.topic .flex-direction-nav .flex-next {
    background: url(../images/rt_icon.png) no-repeat center center;
    right: 0;
}

.topic .flex-direction-nav a::before {
    display: none;
}

.topic .flex-direction-nav a {
    font-size: 0;
    text-indent: 9999;
}

.flexslider {
    overflow: hidden;
    /*margin: 0 0 60px;*/
    width: 100%;
    background: #fff;
    border-bottom: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    /*! box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2); */
}

@media (max-width:1138px) {
    .xxhyyrk .ty0620 .gz02 li {
        width: 17.158%;
    }
}

@media (max-width:1000px) {

    .menu,
    .hidden {
        display: block;
    }

    .yy {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    #img1,
    .nyb_notice {
        display: none;
    }

    .xxhyyrk {
        height: auto;
    }

    .bwcxljsm {
        display: none;
    }
}

@media (max-width: 769px) {
    * {
        box-sizing: border-box;
        font-size: 14px;
    }

    .main_body {
        padding: 10px;
    }

    .menu {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 12px 0 12px 0;
        text-align: center;
        cursor: pointer;
        color: white;
        background-color: #2e62af;
    }

    .nav1 {
        display: none;
    }

    .top_i,
    .top_ii {
        height: auto;
        overflow: hidden;
        padding: 10px 0 10px 0;
    }

    .head,
    .top_ii {
        width: 100%;
    }

    .top_ii {
        background-size: contain;
        background-position: left center;
        background-image: none;
        padding: 0px 6px 0px 6px;
    }

    .main_logo {
        position: relative;
        margin-left: 0px;
        border: none;
    }

    .main_logo img {
        width: 80px;
        float: left;
    }

    .main_logo span {
        font-size: 20px;
        float: right;
        color: #fff;
        display: inherit;
    }

    .top_link {
        clear: both;
    }

    .top_btns {
        margin: 15px 0 10px 0;
    }

    .btngrup a {
        font-size: 12px;
    }

    .menu_ii {
        width: 100%;
    }

    .menu_i,
    .menu_ii {
        height: auto;
        background-image: none;
    }

    .nav {
        height: auto;
        float: none;
        padding: 0px 0px 0px 0px;
    }

    .nav li {
        float: none;
        width: 100%;
    }

    .nav li a {
        padding: 8px 0px 8px 0px;
        color: #fff;
        font-weight: normal;
    }

    .nav>li>a:hover {
        color: #fff;
        background: #428bca;
    }

    .nav.nav1>li {
        background-color: #5EA7E7;
        border-bottom: 1px solid #418FD3;
    }

    .nav li .sub-nav {
        display: none !important;
        position: relative;
        top: 0px;
    }

    .main_body,
    .con_l,
    .con_r,
    .top_search {
        width: 100%;
    }

    .top_search form {
        width: 90%;
        /* margin: 0 auto; */
        float: right;
    }

    .top_search .input {
        width: 80%;
    }

    .sliderImage img {
        width: 100%;
        height: auto;
    }

    #slider {
        width: 100%;
        height: auto;
    }

    .panel_common {
        width: 100%;
    }

    ul.hot_news_content {
        width: 100%;
        height: auto;
    }

    .info_list_a.info_list_a_01 li {
        height: 2em !important;
    }

    .hot_news_content li span {
        display: none;
    }

    .column {
        width: 100% !important;
        margin: 10px 0 10px 0;
    }

    .hot_pic {
        width: 100%;
        height: auto;
    }

    .sliderImage {
        width: 100%;
        height: auto;
    }

    .panel_tab.column.m_r_30 {
        margin-right: auto;
    }

    .panel_tab .panel_title span.tab {
        padding: 0px;
        width: 25%;
    }

    .panel_tab a.column.ad_pic_03 {
        width: 100% !important;
    }

    .ad_pic_03,
    .ad_pic_03 img {
        width: 100%;
        height: auto;
    }

    #panel_tab_i .panel_content .row {
        width: 100%;
    }

    #panel_tab_i .panel_content .row:nth-child(2n+1) {
        margin-right: auto;
    }

    #scroll_begin {
        display: block;
    }

    .linkout_pic .scroll ul li {
        width: auto;
    }

    .linkout_pic .scroll a {
        border-radius: 4px;
        box-shadow: none;
        width: 100%;
    }

    .linkout_pic .scroll img {
        display: none;
    }

    .linkout_pic .scroll a span {
        position: relative;
        text-align: center;
        color: #666;
        font-weight: normal;
        font-size: 14px;
        text-shadow: none;
        padding: 0;
        border-bottom: 1px dotted #666666;
    }

    .linkout_pic .scroll a span br {
        display: none;
    }

    .foot,
    .foot_top_content,
    .foot_body_content,
    .foot_bottom {
        width: 100%;
    }

    .wechat {
        position: relative;
        text-align: center;
    }

    .foot_bottom a {
        display: block;
    }

    .fixed_con {
        width: 100%;
    }

    .fixed_con h4 {
        font-size: 1.2em;
    }

    .in_content {
        width: 100%;
        padding: 0;
    }

    .path {
        height: auto;
        padding: 20px 0px 10px 0px;
    }

    .info_content .title {
        height: auto !important;
    }

    .panel_in_content {
        padding: 0px;
    }

    .info_content .title i span {
        display: block;
    }

    .panel_content_gray {
        width: 100%;
    }

    .info_list_a_01 li a,
    .info_list_a_02 li a {
        width: 100% !important;
    }

    .info_list_a li {
        height: auto !important;
    }

    .info_list_a.li_padd li {
        background: none;
    }

    .info_list_a li i {
        font-size: 12px;
        color: #999 !important;
    }

    .page_body a,
    .page_body .on,
    .page_body .page_button,
    .page_body .input,
    .page_body span {
        min-width: 34px;
        min-height: 32px;
        padding: 6px 12px;
        margin: 6px 3px 6px 0;
    }

    .page_body {
        width: 100%;
        height: auto;
    }

    .page_body span {
        padding: 6px 0px;
    }

    .page_body form {
        float: left;
        display: block;
    }

    .table_cell {
        display: block;
    }

    .mode02 .lf {
        width: 100%;
        float: none;
    }

    .mode02 .rt {
        width: 100%;
        float: none;
    }

    .articleList02 {
        padding-left: 0;
    }

    .listTitle01 {
        height: 38px;
        line-height: 38px;
    }

    .tabList01 dd {
        padding-bottom: 10px;
    }
}

@media (max-width: 769px) {
    .hot_pic {
        min-height: 550px;
    }
}

@media (max-width: 701px) {
    .hot_pic {
        min-height: 460px;
    }
}

@media (max-width: 601px) {
    .hot_pic {
        min-height: 400px;
    }
}

@media (max-width: 501px) {
    .hot_pic {
        min-height: 340px;
    }
}

@media (max-width: 421px) {
    .hot_pic {
        min-height: 320px;
    }
}

@media (max-width: 380px) {
    .hot_pic {
        min-height: 280px;
    }
}

@media (max-width: 321px) {
    .hot_pic {
        min-height: 250px;
    }
}

/*-------------------------------搜索模块-------------------------------------*/
/*-------------------------------搜索模块-------------------------------------*/
/*-------------------------------搜索模块-------------------------------------*/
.sign-form {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

@media (max-width: 769px) {
    .sign-form {
        width: 100%;
    }
}

.sign-form input,
select,
a.colselect {
    font-family: "微软雅黑";
    width: calc(100% - 7em);
    float: left;
    box-sizing: border-box;
    display: block;
    padding: 8px 16px;
    margin: 12px 0;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #bbb;
    outline: none;
    /*margin: 24px auto;*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sign-form input[type="text"]:focus,
.sign-form input[type="password"]:focus,
.sign-form select:focus {
    -webkit-box-shadow: 0px 0px 15px rgba(65, 143, 211, 0.6);
    box-shadow: 0px 0px 15px rgba(65, 143, 211, 0.6);
}

.sign-form input[type="submit"] {
    background-color: #418FD3;
    color: #fff;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    width: 7em;
    border-color: #418FD3;
}

.sign-form input[type="text"] {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.sign-form input[type="submit"]:hover {
    background-color: #25669e;
    color: #FFF;
}

.sign-form input[type="text"]:focus+input[type="button"] {
    -webkit-box-shadow: 0px 0px 15px rgba(65, 143, 211, 0.6);
    box-shadow: 0px 0px 15px rgba(65, 143, 211, 0.6);
}

.in_content.column.search-ms {
    width: auto;
    float: none;
    overflow: visible;
    padding: 0;
}

.in_content.column.search-ms .panel_in_content img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 15px auto;
}

.form-warp {
    position: relative;
    z-index: 2;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-top: 20px;
    min-height: 500px;
}

.sign-form.form01 {
    opacity: 1;
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.sign-form.form02 {
    opacity: 0;
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

#cool:checked~.form-warp .sign-form.form01 {
    z-index: 1;
    opacity: 0;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#cool:checked~.form-warp .sign-form.form02 {
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#cool {
    display: none;
}

label[for="cool"] {
    border: dashed 1px #afafaf;
    padding: 6px 12px;
    border-radius: 4px;
    color: #418fd3;
    cursor: pointer;
    -webkit-transition: all .33s;
    transition: all .33s;
}

label[for="cool"]:hover {
    border-style: solid;
    color: #333;
}

.sign-form input[placeholder="仪器名称"],
.sign-form input[placeholder="仪器型号"],
.sign-form input[placeholder="存放地点"] {
    border-radius: 4px;
    border-right: 1px solid #bbb;
}

.sign-form.form02 input,
.sign-form.form02 select {
    width: 100%;
}

.sign-form.form02 input[type="submit"] {
    float: none;
    width: 100%;
    border-radius: 4px;
    clear: both;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}

.order {
    position: relative;
}

.order .order-warp {
    position: absolute;
    right: 0;
    top: -20px;
}

.order .order-warp a {
    padding: 4px 8px;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #418FD3;
    float: left;
}

.order .order-warp a+a {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.order .order-warp a b {
    font-family: "Verdana";
    color: #999;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.form02-warn {
    position: relative;
    clip: rect(0 0 0 0);
}

#cool~.form-warp .sign-form.form02 .form02-warn p {
    position: absolute;
    right: 0;
    top: 8px;
    opacity: 0;
    color: #418fd3;
    -webkit-transition: all .33s .6s;
    transition: all .33s .6s;
}

#cool:checked~.form-warp .sign-form.form02 .form02-warn p {
    opacity: 1;
    top: -12px;
}

.cp-warp {
    /* width: 33%; */
    /* box-sizing: border-box; */
    padding: 5px;
    background-color: #f6f3f3;
    border-bottom: 1px solid #c8c6c6;
    /* float: left; */
}

.cp-warp:hover {
    border-bottom-color: #5eafcd;
}

.cp-warp .cp-img {
    position: relative;
    padding-bottom: 60%;
}

.cp-warp .cp-img>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cp-warp .cp-img>a>img {
    /* width: 100%; */
    /* height: auto; */
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translate(-50%, -50%) scale(1.0, 1.0);
    transform: translate(-50%, -50%) scale(1.0, 1.0);
    position: absolute;
    top: 50%;
    left: 50%;
}

.cp-warp:hover .cp-img>a>img {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.cp-warp .font-code {
    text-align: center;
    padding: 8px 0;
}

.cp-warp .font-code>div>a {
    color: #626363;
    font-weight: bold;
}

.cp-warp .font-code>div>span {
    color: #5eafcd;
    font-size: 12px;
}

.cp-con {
    box-sizing: border-box;
    width: 33%;
    float: left;
    padding: 20px 15px;
}

.in_content.column.search-ms .info_content .title {
    height: auto;
    border-bottom: none;
}

.in_content.column.search-ms .info_content ul.search-info {
    box-sizing: border-box;
    border: 1px dashed #ccc;
    overflow: hidden;
    padding: 15px;
}

.in_content.column.search-ms .info_content ul.search-info li {
    list-style: none;
    font-size: 12px;
    color: #888;
    float: left;
    width: 25%;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
}

@media (max-width: 769px) {
    .in_content.column.search-ms .info_content ul.search-info li {
        width: 50%;
    }
}

@media (max-width: 541px) {
    .in_content.column.search-ms .info_content ul.search-info li {
        width: 100%;
    }
}



/*---------------------2017/7/11修改限制结果页标题和标签-------------------*/
.cp-warp .font-code>div>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.cp-warp .font-code>div:last-child {
    min-height: 3em;
    overflow: hidden;
}





/*---------------------2017/7/11修改搜索页/列表页----------------------*/
.con-title h1 {
    padding: 1em 0;
    color: #3E3E3E;
}

@media (max-width: 769px) {
    label[for="cool"] {
        margin-left: 0%;
    }

    .sign-form {
        left: 0%;
    }

    .con-title h1 {
        padding-bottom: 2em;
        font-size: 20px;
    }
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: left;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.table.table-hover td .btn-group a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: #428bca;
    border-color: #46b8da;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.table-scrollable {
    padding-top: 30px;
}

@media (max-width:1024px) {
    .fd {
        display: none;
    }
}

@media (max-width:769px) {
    .table-scrollable {
        min-height: .01%;
        overflow-x: auto;
    }
}


label[for="cool"] {
    border: dashed 1px #afafaf;
    padding: 6px 12px;
    border-radius: 4px;
    color: #418fd3;
    cursor: pointer;
    -webkit-transition: all .33s;
    transition: all .33s;
    margin-left: calc(75% - 130px);
    display: inline-block;
}

@media (max-width:769px) {
    label[for="cool"] {
        margin-left: calc(100% - 130px);
    }
}

.main_body.font14x {
    position: relative;
}

a.yqcx-top {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 12px;
    background-color: #428bca;
    border-radius: 0 0 0 4px;
    border-right: none;
    border-top: none;
    color: #fff;
}

a.yqcx-bot {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 6px 12px;
    background-color: #428bca;
    border-radius: 4px 0 0 0;
    border-right: none;
    border-bottom: none;
    color: #fff;
}

.text_left {
    text-align: left;
}

.p-t-15 {
    padding-top: 15px;
}

.table-scrollable.p-t-15 tr td:first-child {
    background-color: #FCFCFC;
    width: 25%;
    text-align: center;
}

.table-scrollable.p-t-15 tr td:last-child {
    text-indent: 2em;
}






