@charset "utf-8";

/* CSS Document */

.main1ul .col-sm-3 {
    *width: 24%;
    *padding: 2px
}

.main2 .col-md-8 {
    *width: 61%
}

.main4 .col-md-3 {
    *width: 22%
}

.main5 .col-sm-4 {
    *width: 30%
}

.main6 .col-sm-4 {
    *width: 30%
}

.main8 .col-sm-4 {
    *width: 30%
}

.main11 .col-sm-4 {
    *width: 30%
}

.main10 .col-sm-6 {
    *width: 47%
}

.main10 .col-sm-6 .col-sm-9 {
    *width: 70%
}

.content .tit_t {
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
}

.content .tit_t h2 {
    text-align: center;
    color: #333333;
}

.content .tit_t h2 span {
    color: #008cd7;
}

.content .tit_t p {
    color: #575757;
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}

.content .tit_t i {
    font-size: 15px;
    color: #888888;
    font-style: normal;
}

.tabBottom {
    overflow: hidden;
    display: none;
    padding: 2% 0;
}

.tabBottom.on {
    display: block;
}

.tabBottom li {
    margin-bottom: 10px;
}

.tabBottom li a {
    display: block;
    position: relative;
}

.tabBottom li a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.tabBottom li a .bottom {
    background: #b2dcf3;
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
}

.tabBottom li a .bottom h2 {
    color: #333333;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.tabBottom li a .bottom p {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.tabBottom li a .layer {
    background: #008cd6;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: .3s;
    z-index: 1;
}

.tabBottom li:hover .layer {
    width: 100%;
}

.tabBottom li:hover .bottom h2,
.tabBottom li:hover .bottom p {
    color: #FFF;
}

.page3 {
    padding: 3% 0;
    overflow: hidden;
    background: url(../img/aboutbg.jpg) no-repeat top center;
}

.page3 .tit_t h2 {
    color: #FFF;
}

.page3 .tit_t p {
    text-align: center;
    color: #FFF;
}

.page3 .row {
    background: #FFF;
    box-shadow: 1px 1px 6px 1px #ccc;
    padding-bottom: 20PX;
}

.page3 .text {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 30PX 0;
}

.page3 .text p {
    color: #333333;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
}

.page3 .text a {
    width: 142px;
    line-height: 35px;
    border: 1px solid #008cd6;
    color: #333333;
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 30px auto 0;
}

.page4 ul {
    padding: 40px 0 0;
    overflow: hidden;
}

.page4 ul li {
    position: relative;
}

.page4 ul li .img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.page4 ul li .img img {
    width: 100%;
    transition: .3s;
}

.page4 ul li .layer2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    transition: .3s;
    background: rgba(0, 140, 214, 0.8);
}

.page4 ul li .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    z-index: 2;
}

.page4 ul li .layer h3 {
    color: #008cd6;
    padding-top: 40%;
    font-size: 24px;
    position: relative;
    line-height: 60px;
    margin-bottom: 20PX;
}

.page4 ul li .layer h3::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    bottom: -5PX;
    margin-left: -25PX;
}

.page4 ul li:hover .layer2 {
    height: 100%;
}

.page4 ul li:hover h3 {
    color: #FFF;
}

.page4 ul li:hover img {
    transform: scale(1.2);
}

.page5 {
    padding: 2% 0;
    overflow: hidden;
}

.page5 .bottom img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.page5 ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.page5 ul li {
    margin-bottom: 10px;
}

.page5 ul li a {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    color: #999999;
    font-size: 14px;
}

.page5 ul li a .time {
    font-size: 14px;
    color: #323232;
    padding-right: 0;
}

.page5 ul li a .time b {
    font-size: 28px;
    display: block;
    color: #323232;
    font-weight: 200;
}

.page5 ul li a h5 {
    color: #323232;
    font-size: 15px;
    margin: 5px 0;
}

.page5 ul li a p {
    color: #a2a2a2;
    font-size: 15px;
    line-height: 30px;
    overflow: hidden;
    height: 60px;
    margin-bottom: 5px;
}

.page6 {
    background: #f7f7f7;
    padding: 2% 0 4% 0;
}

.page6 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: none;
    color: #000
}

.dropdown-menu>li>a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 25px;
    padding: 3px 20px;
    white-space: nowrap;
    text-align: center
}

.nav>li {
    text-align: left;
}


/*内页*/

.nybody .header {
    position: relative;
    background: #FFF;
}

.ny {
    padding: 0 0;
    line-height: 30px;
    font-size: 14px;
    color: #000;
}

.ny .top {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: -44px;
    margin-left: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    background: linear-gradient(to left, rgba(0, 112, 192, 1), rgba(0, 152, 69, 1));
    position: relative;
    z-index: 5;
    border-radius: 50px 0px !important;
    position: relative;
    z-index: 100;
    font-size: 16px;
    overflow: hidden;
}

.ny .top .swiper-container {
    width: 100%;
    float: left;
}

.ny .top .swiper-container .swiper-slide {
    background: none;
}

.ny .top .swiper-container .swiper-slide a {
    color: #FFF;
    position: relative;
    line-height: 30px;
    display: inline-block;
}

.ny .top .swiper-container .swiper-slide a::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}

.ny .top .swiper-container .swiper-slide:hover a::before {
    width: 100%;
    left: 0%;
    background-color: #fff;
}

.ny .top .position {
    width: 40%;
    color: #FFF;
    text-align: right;
    float: right;
}

.ny .bottom {
    padding: 30px 0 30px 0;
}

.ny .bottom h3 {
    text-align: left;
}

.ny.news .bottom h3 {
    text-align: center;
}

.ny .text {
    line-height: 37px;
    color: #666666;
    font-size: 16px;
    margin: 20px 0;
}

.ny img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ny .text .title {
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

.ny .text .nyImg {
    max-width: 100%;
    display: block;
    margin: 20px auto;
}

.ny.contact .bottom {
    text-align: left;
    font-size: 14px;
    color: #666666;
}

.ny.contact .bottom h3 {
    margin: 0 0 20px 0;
}

.ny.contact .bottom .text {
    border: 1px solid #ddd;
    padding: 20px;
}

.ny.contact .bottom .text ul {
    margin: 0;
    padding: 0;
}

.ny.contact .bottom .text ul li {
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px 0 10px 50px;
}

.ny.contact .bottom .text ul li:last-child {
    border-bottom: none;
    padding-left: 0;
}

.ny.contact .bottom .text ul li img {
    position: absolute;
    left: 0;
    top: 20px;
}

.ny.contact .bottom .text ul li p {
    line-height: 20px;
    margin: 0;
}

#allmap {
    border: 1px solid #ddd;
    margin-bottom: -30px;
}

.ny.contact .bottom h4 {
    color: #333333;
    font-size: 20px;
}

.ny.contact .bottom img {
    float: left;
}

.ny.contact .bottom .fr {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 40px 52px;
}

.ny.contact .bottom .fr label {
    width: 100%;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 5px;
}

.ny.contact .bottom .fr textarea {
    width: 100%;
    height: 60px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.ny.contact .bottom .fr input[name='name'] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.ny.contact .bottom .fr input[name='contact'] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.ny.contact .bottom .fr input[name='validate'] {
    width: 60%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e9e9e9;
    background: #fff;
    float: left;
}

.ny.contact .bottom .fr .btn {
    background: #114088;
    color: #FFF;
    width: 20%;
    line-height: 20px;
    border-radius: 20px;
    margin: 20px 0 0;
    display: block;
}

#idcode {
    height: 40px;
    background: #eee;
    float: left;
    width: 100px;
    padding: 10px 0 10px 25px;
}

.ny.pro .bottom .proli {
    margin-bottom: 20px;
    overflow: hidden;
}

.ny.ny.pro .bottom .proli .img {
    overflow: hidden;
}

.ny.ny.pro .bottom .proli img {
    transition: all .5s ease;
}

.ny.pro .bottom .title {
    padding: 20px 20px;
    transition: all .5s ease;
    background: #eee;
    position: relative;
    font-size: 16px;
    color: #000;
}

.ny.pro .bottom .title p::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: 15px;
    display: block;
    width: 30px;
    height: 1px;
    background: #999;
    transition: all .5s ease;
}

.ny.pro .bottom .proli:hover img {
    transform: scale(1.1);
}

.ny.pro .bottom .proli:hover .title {
    background: #008cd6;
    color: #fff;
}

.ny.pro .bottom .proli:hover .title p::after {
    background: #FFF;
    width: 90%;
}

.ny.news .bottom .newsli {
    background: #f5f5f5;
    padding: 40px 20px;
    margin-bottom: 20px;
}

.ny.news .bottom .newsli a span{
    color:#666; font-size:16px;
}

.ny.news .bottom .time img {
    transition: .3s;
    margin-bottom: 10px;
}

.ny.news .bottom .fr {
    border-left: 1px solid #dddddd;
}

.ny.news .bottom .fr h4 {
    font-size: 16px;
    color: #333333;
    margin-top: 0;
}

.ny.news .bottom .fr p {
    font-size: 14px;
    line-height: 20px;
    color: #aaaaaa;
}

.ny.news .bottom .fr span {
    display: block;
    font-size: 20px;
    color: #999999;
}

.ny.news .bottom h5 {
    font-size: 16px;
    color: #cccccc;
    text-align: center;
}

.show-list {
    margin-top: 20px;
}

.show-list .row {
    margin: 0 -2%;
}

.show-list .item {
    box-sizing: border-box;
    padding: 0 1%;
    margin-bottom: 20px;
}

.show-list .con-box {
    display: block;
    position: relative;
    top: 0;
    transition: all .3s;
}

.show-list .con-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    background-color: #ddd;
    transition: all .3s;
}

.show-list .item:hover .con-box {
    top: -3px;
}

.show-list .item:hover .con-box:before {
    width: 100%;
}

.show-list .img img {
    position: relative;
    display: none;
}

.show-list img.true-img {
    width: 100%;
    height: auto;
    display: block;
}

.show-list .true-img {
    /* position: absolute;

        left: 0;

        top: 50%;

        transform: translateY(-50%); */
}

.show-list .text {
    padding: 5% 5%;
    border: 1px solid #eee;
    margin: 0;
}

.show-list .tit-box {}

.show-list .series-tit {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}

.show-list .tit {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    height: 30px;
    overflow: hidden;
}

.show-list .area-box {
    margin-top: 10px;
}

.show-list .area {
    float: left;
    font-size: 20px;
    line-height: 30px;
    color: #a08448;
}

.show-list .more {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    float: right;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.fenye {
    width: 100%;
    text-align: center;
}

.pagination {
    margin: 20px 10%;
}

.nav_top {
    line-height: 40px;
    font-weight: bold;
    font-size: 40px;
    text-align: center
}

.contact {
    width: 100%;
    background-attachment: fixed;
    padding: 0 0
}

.contact .nav_top {
    color: #FFF
}

.form1 {
    width: 60%;
    margin: 0 auto
}

.form1 div {
    padding: 10px 0;
    ;
}

.form1 label {
    width: 10%;
    float: left;
    ;
}

.input1 {
    width: 88%;
    height: 40px;
    background: rgba(240, 240, 240, 0.2);
    color: #000;
    float: left;
    text-indent: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.input2 {
    width: 88%;
    height: 80px;
    background: rgba(240, 240, 240, 0.2);
    border: none;
    float: left;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.buttton1 {
    width: 150px;
    height: 40px;
    background: #057f1a;
    line-height: 26px;
    text-align: center;
    color: #FFF;
    border: none;
    font-size: 14px;
}

@media (max-width: 1183px) {
    .page5 ul li a .time b {
        font-size: 22px;
    }
    .content .tit_t p {
        padding: 0;
    }
    .page3 {
        padding: 0;
    }
    .page3 .row {
        box-shadow: none;
        background: none;
    }
    .page3 .text {
        background: #FFF;
        box-shadow: 1px 1px 6px 1px #ccc;
        border-radius: 5px;
        padding: 30px 5%;
        width: 92%;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .ny .top {
        padding: 20px 10px 20px 30px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 24px;
    }
    .ny.contact .bottom .fr {
        padding: 20px 32px;
    }
    .page2 h1 {
        font-size: 25px;
    }
    .page3 .text p {
        line-height: 25px;
    }
    .page3 .divli h2 b {
        font-size: 35px;
    }
    .page3 .divli p {
        font-size: 16px;
    }
    .page5 ul li a .time {
        padding: 0;
        font-size: 20px;
    }
    .ny .top {
        padding: 20px 10px 20px 30px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
    .ny .bottom {
        padding: 20px 0;
    }
    .ny .text {
        line-height: 25px;
        color: #666666;
        font-size: 14px;
    }
    .content .tit_t p {
        padding: 0;
    }
    .tabBottom li a .bottom h2 {
        font-size: 14px;
    }
    .tabBottom li a .bottom p {
        font-size: 12px;
    }
    .page3 .text p {
        font-size: 14px;
        line-height: 25px;
    }
    .page5 ul li a .time {
        font-size: 18px;
        padding: 0 0 0 15px;
    }
    .content {
        padding-bottom: 50px;
    }
    .page4 ul {
        padding: 0;
    }
    .page4 ul li .layer h3 {
        padding-top: 40%;
        font-size: 18px;
        color: #FFF;
    }
    .page4 ul li .layer P {
        display: none;
    }
    .ny.contact .bottom .text {
        border: 1px solid #ddd;
        padding: 20px;
        width: 95%;
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
    .ny .top {
        padding: 20px 10px 20px 30px;
    }
    .ny .top .swiper-container {
        width: 100%;
        float: left;
    }
    .ny .top .position {
        display: none;
    }
    .ny.pro .bottom .title {
        padding: 10px 5px 0;
    }
}

@media (max-width: 460px) {
    .navbar-brand {
        padding: 0 3%;
        width: 70%;
    }
    .navbar {
        margin: 0;
    }
    .page1 .tabTop li a {
        font-size: 13px;
    }
}


/*分页样式*/

.page_info {
    text-align: center;
    margin: 50px 0;
    color: #333;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
    margin: 50px 0;
}

.page_list a {
    display: inline-block;
    color: #666;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0.2rem;
}

.page_list a:hover {
    color: #0067b2;
    border: 1px solid #0067b2;
    background: #fff;
}

.page_list a.on {
    color: #fff;
    border: 1px solid #0067b2;
    background: #0067b2;
}

.preNext .line {
    height: 10px;
    overflow: hidden;
    clear: both;
    background: url(../img/box_dotline.gif) left 15px repeat-x;
    margin: 4px auto;
    padding-top: 10px;
    height: 20px;
}

.preNext .line strong {
    display: block;
    width: 8px;
    height: 10px;
    overflow: hidden;
    font-size: 0px;
    line-height: 100px;
    background: url(../img/box_dotline.gif) right -10px no-repeat;
    float: left;
}

.top {
    background: #f5f5f5;
}

.clear {
    clear: both;
}

.my_cate a{ color:#fff;  font-size:14px; }

.about_cate .my_cate{ padding:0 2.3%; float:left; }
.pro_cate .my_cate{ padding:0 2.3%; float:left; }








/*分页样式*/
.page_info { text-align: center; margin: 20px 0;	color: #333; }
.page_info span { padding: 0 2px; font-weight: bold;}
.page_list { line-height: 24px; text-align: center;	letter-spacing: 0; 	font-size: 20px; margin: 50px 0; }
.page_list a { display: inline-block; color: #666; border:  1px solid #008cd6;;	background: #fff;     width: 35px; 
    height: 35px;   line-height: 35px;   margin: 0 .2rem;}
.page_list a:hover {	color: #008cd6;
    border: 1px solid #008cd6;	background: #fff;}
.page_list a.on { color: #fff; border: .06rem solid #008cd6;; background: #008cd6;}





/*大图样式*/
.picarr{position:relative;margin:20px auto;}
.picarr .picture{width:100%;text-align:center;}
.picarr .picture a{display:none;}
.picarr .preview{width:600px;margin-top:20px;padding:5px;background:#eef3fa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.picarr .preview li{float:left;margin:4px;}
.picarr .preview li a{width:58px;height:45px;border:1px solid #fff;background:#fff;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:35px;*font-family:Arial;}
.picarr .preview li a img{vertical-align:middle; width: 100%;}
.picarr .preview li.current a{border:1px solid #000;}




/*列表内容页*/
.listConts{line-height:26px;color:#666;}
.listConts .title{font-size:24px;text-align:center;line-height:40px;color:#000;}
.listConts .info{width:380px;height:27px;line-height:28px;text-align:center;margin:15px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666;}
.listConts .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.listConts .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.listConts .info .small{font-size:10px;padding-right:3px;}
.listConts .info .big{color:#003ba6;padding-left:3px;}
.listConts .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{padding:1px;}
.listConts .showimg a:hover img{padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}
.listConts .author{text-align:right;color:#999;}


/*留言栏目*/
.msgtitle{width:100px; float:left; padding-bottom:5px;font-size:16px; margin-bottom:10px; color:#666; padding-top: 8px;}

.msg_input{width:600px;border:1px solid #e0e0e0;padding:10px 9px;background:#fff;font-size:13px;color:#888;border-radius:3px; margin-bottom:15px; }
.msg_input_on{width:600px;border:1px solid #e0e0e0;padding:10px 9px;border-radius:3px;font-size:13px;color:#888; margin-bottom:15px; outline: none;}

.msg_btn_area{margin:16px 0 0 300px; text-align: left;}
.msg_btn_area a{width:150px; height:40px; line-height:40px; display:block;  background:#038200;color:#fff;text-align:center;font-size:14px; color: #fff; border-radius:3px; }
.msg_btn_area a:hover{background:#ff8400}
.codeimg{ padding:7px 9px 8px 9px; background:#f5f5f5; float:left;border:1px solid #e0e0e0; border-radius:0 3px 3px 0;  }



@media (min-width: 751px) {
.ban_m{ display:none;   }
}

@media (max-width: 750px) {
.ban{  display:none;}
}

@media (max-width: 380px) {
.listConts .info{ width: 100%;}
}

.picarr .preview{ margin:0 auto; margin-top:20px;}

@media (max-width: 600px) {
.picarr .preview{ width: 100%;}
}



.tabBottom .col-xs-6{ padding-left:5px; padding-right:5px;}

