@charset "UTF-8";
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #215ba1;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #215ba1;
}

#pages li:hover a {
    color: #fff;
}
ul, ol, li, dl, dd, dt {
    list-style-type: none;
    line-height: normal;
}
.pageNav{padding:0 15px; border-bottom:1px solid #f1f1f1; font-size:0; line-height: 0;text-align: center;}
.pageNav a{display:inline-block; min-width: 76px; padding:0 40px; font-size:16px; color:#333333; line-height: 74px; border-right:1px solid #f1f1f1; box-sizing: content-box;}
.pageNav a:first-child{ border-left:1px solid #f1f1f1;}
.pageNav a.on{background-color:#215ba1; color:#fff;}
.pageNav a:hover{background-color:#215ba1; color:#fff;}
/*内页下拉*/
.babyserBox{position: relative; height: 41px; width:100%; display: none; background-color:#fff;}
.babyser{ position: absolute; z-index: 5; top:0; left: 0;width:100%;}
.babyser h2{ float:left; width:100%; border-bottom:#e1e1e1 solid 1px;  color:#333333; font-size:16px; line-height:40px; }
.babyser h2 .imgr{ float:right; margin:10px 0 0 0;}
@media  screen and (max-width:991px){
    .babyser h2 .imgr{ float:right; margin:12px 0 0 0;
        transition: all 0.2s linear;
    }
    .babyser h2.active .imgr{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
    }
}
.pz_SideLayerph{ display:none;  background-color:#fff;}
.pz_SideLayerph .l1{}
.pz_SideLayerph .l1 h3{ color:#333; font-size:14px; line-height:40px; cursor:pointer; border-bottom:#e1e1e1 dashed 1px; position: relative;}
.pz_SideLayerph .l1 h3 a{ display: block; color:#333; padding-left:15px;}
.pz_SideLayerph .l1 h3.active a{ color:#337ab7;}
.pz_SideLayerph .l1 h3 img{ position: absolute; right: 0; top: 0; margin:17px 15px 0 0;}
.pz_SideLayerph .l1 h3 img.img3{ display:block;}
.pz_SideLayerph .l1 h3 img.img3h{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3h{ display:block;}
.pz_SideLayerph .l1 .l1ul{ display:none;}
.pz_SideLayerph .l1 .l1ul li{border-bottom:#e1e1e1 solid 1px; padding:10px 10px 10px 29px; font-size:14px; line-height:22px;}
.pz_SideLayerph .l1 .l1ul li:last-child{ border:0;}
.pz_SideLayerph .l1 .l1ul li a{color:#999999;}

@media screen and (max-width:991px){
	.babyserBox{display:block;}
}

.honorBox{padding:52px 0 83px 0;}
.honorList{padding-bottom:20px; width:76.68%; margin: auto; }
.honorList .list{width:31.57%; margin:0 2.64% 40px 0; float:left;}
.honorList .list:nth-child(3n){margin-right:0;}
.honorList .list .imgBox{width:100%; border:1px solid #ebebeb;  position: relative;}
.honorList .list .imgBox .img{position:relative; width:100%; padding-bottom:72.54%; overflow: hidden;}
.honorList .list .imgBox .img img{width:100%; min-height: 100%; position: absolute; top:0; left: 0;}
.honorList .list .listOn{width:100%; height: 0px; background-color:rgba(24,110,191,0.8); position: absolute; bottom:0; left: 0; overflow: hidden;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;

}
.honorList .list .listOn .span{width:40px; height: 40px; border-radius: 50%; display:block; border:1px solid #fff; margin: 20px auto;}
.honorList .list .H4{font-size:14px; color:#353535; margin-top:24px; text-align: center;}
.honorList .list:hover .listOn{height: 80px; }

@media screen and (max-width:1199px){
	.honorList{width:100%;}
}
@media screen and (max-width:767px){
	.honorBox{padding:30px 0;}
	.honorList{padding-bottom:10px;}
	.honorList .list{width:100%; margin:0 0 20px 0 !important;}
	.honorList .list .imgBox{padding:10px;}
	.honorList .list .listOn{height: 30px; }
	.honorList .list .listOn .span{width:26px; height: 26px; margin: 2px auto;}
	.honorList .list .H4{font-size:12px; margin-top:10px;}
}

.bigImg{width:100%; height: 100%; z-index: 2002; background-color:rgba(0,0,0,0.8); position: fixed; top:0; left: 0; display: none;}
.bigImg2{width:50%; top:50%; left: 25%; height: auto; position: fixed; z-index: 2003;display: none;
-webkit-transform: translate(0, -50%);text-align: center;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.bigImg2 .closeBtn{width:30px; height: 30px; position: absolute; top:-15px; right:-15px;}

@media screen and (max-width:767px){
	.bigImg2{width:90%; left: 5%;}	
}
.bigImg2 img{max-width:600px;}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.adv_slick li{width:20%;padding:5px;}
.adv_slick li img{width:100%;}
body{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body img
{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.iani {
    animation: ibg 1.2s ease;
    -webkit-animation: ibg 1.2s ease;
    z-index: 19 !important;
}

@keyframes ibg {
    0% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        transform: scale(1.1);
    }
    100% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes ibg {
    0% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        transform: scale(1.1);
    }
    100% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1);
    }
}
.bottom_navigator {
    display: none;
}

.container_big {
    margin: auto 80px;
    position: relative;
}

.container_1400 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.main {
    position: relative;
}

.main_con {
    padding-left: 5%;
    float: right;
    width: 100%;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: white;
    /*The Fallback color,这里也可以使用一张图片来代替*/
    background: rgba(255, 255, 255, 0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#59ffffff,endColorstr=#59ffffff)";
    /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#59ffffff, endColorstr=#59ffffff);
    /*Filter for older IEs */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .logo_box {
    position: relative;
    margin: 5px 0;
}
.header .logo_box img {
    height: 80px;
}
.header .head_tools {
    white-space: nowrap;
    font-size: 0;
    text-align: center;
}
.header .search_box.open {
    width: 170px;
    background: #eeeeee;
}
.header .search_box.open input {
    display: block;
}
.header .search_box {
    position: relative;
    height: 38px;
    width: 38px;
    margin-top: 20px;
    margin-left: 10px;
    color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .search_box .search_btn,
.header .search_box a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 38px;
    height: 38px;
    width: 38px;
    border: none;
    background: none;
}
.header .search_box .iconfont {
    font-size: 28px;
    color: #da251c;
}
.header .search_box input {
    background: transparent;
    border: none;
    height: 38px;
    outline: none;
    width: 100%;
    padding: 15px 10px;
    color: #666;
    display: none;
}
.header .lan_list {
    font-size: 0;
    line-height: 35px;
    margin-right: 88px;
}
.header .lan_list a {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    color: #666;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
}
.header .lan_list a span {
    display: inline-block;
    vertical-align: middle;
}
.header .lan_list a img {
    vertical-align: middle;
    width: 18px;
}
.header .lan_list a:hover {
    color: #da251c;
}
.header .lan_list a:first-child span {
    border-left: none;
}
.header .lan_list a:last-child span {
    padding-right: 0;
}
.header .container_head {
    margin: 0 60px;
}
.header .nav_normal > li .dropdown_menu {
    background: white;
    /*The Fallback color,这里也可以使用一张图片来代替*/
    background: rgba(255, 255, 255, 0.95);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#59ffffff,endColorstr=#59ffffff)";
    /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#59ffffff, endColorstr=#59ffffff);
    /*Filter for older IEs */
    width: 140px;
    left: 20px;
}
.header .nav_normal > li .dropdown_menu a {
    display: block;
    padding: 12px 10px 13px 35px;
    color: #555;
    font-size: 14px;
    text-align: left;
}
.header .nav_normal > li .dropdown_menu a.on, .header .nav_normal > li .dropdown_menu a:hover {
    background: #0074b1;
    color: #fff;
}

.banner {
    position: relative;
}

.scroll-down-mouse {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -20px;
}

.scroll-down-mouse {
    display: inline-block;
    width: 25px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 15px;
}

.scroll-down-mouse b {
    width: 2px;
    height: 5px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 15px;
    margin-left: 10px;
    display: block;
    content: "";
    -webkit-animation: 1.5s linear infinite mouse-down;
    -moz-animation: 1.5s linear infinite mouse-down;
    -ms-animation: 1.5s linear infinite mouse-down;
    -o-animation: 1.5s linear infinite mouse-down;
    animation: 1.5s linear infinite mouse-down;
}

@keyframes mouse-down {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.banner_slick > div.right {
    display: none;
}
.banner_slick > div.right:first-child {
    display: block;
    *display: expression(this.previousSibling==null?"block":"none");
}
.banner_slick .banner_item {
    padding-top: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner_slick .slick-dots {
    bottom: 30px;
}
.banner_slick .slick-dots li {
    border: 1px solid #fff;
    background: transparent;
}
.banner_slick .slick-dots li.slick-active {
    background: #fff;
}

.tit {
    font-size: 40px;
    color: #333;
    margin-bottom: 55px;
    position: relative;
    font-weight: normal;
}
.tit.wh {
    color: #fff;
}
.tit.wh small {
    color: #fff;
}
.tit small {
    font-size: 22px;
    display: block;
    color: #666;
    margin: 13px 0;
}
.tit .line {
    width: 40px;
    height: 3px;
    display: block;
    background: #eee;
    margin: auto;
}
.tit .line.blue {
    background: #0074b1;
}
.tit .line.green {
    background: #019087;
}
.tit .line.orange {
    background: #e46c0a;
}

.tit_in {
    padding-bottom: 55px;
    line-height: 1;
    font-size: 40px;
    font-weight: normal;
    color: #333;
}

.index_con .index_block {
    padding: 40px 0 70px;
}
.index_con .index_slick1 {
    overflow: hidden;
}
.index_con .index_slick1 > .silck_fix {
    display: none;
}
.index_con .index_slick1 .item {
    margin: 0 12px;
    display: block;
    position: relative;
}
.index_con .index_slick1 .item:hover .item_bg {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.index_con .index_slick1 .item:hover h4 {
    font-size: 0;
}
.index_con .index_slick1 .img {
    padding-top: 99%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.index_con .index_slick1 .item_bg {
    position: absolute;
    padding-left: 17%;
    padding-right: 17%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(20, 126, 200, 0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#59147EC8,endColorstr=#59147EC8)";
    /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#59147EC8, endColorstr=#59147EC8);
    /*Filter for older IEs */
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.index_con .index_slick1 .item_bg h5 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20%;
    color: #fff;
    font-weight: normal;
}
.index_con .index_slick1 .item_bg p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    height: 112px;
    overflow: hidden;
    margin-bottom: 20%;
}
.index_con .index_slick1 h4 {
    font-size: 20px;
    color: #fff;
    line-height: 54px;
    height: 54px;
    background: #0074b1;
    font-weight: normal;
    text-align: center;
}
.index_con .index_slick1 .slick-prev:after,
.index_con .index_slick1 .slick-next:after {
    display: none;
    font-size: 0;
}
.index_con .index_slick1 .slick-prev {
    left: -14px;
    margin-top: -49px;
    height: 98px;
    width: 78px;
    font-size: 0;
    background: url("../images/prev1.png") no-repeat center;
}
.index_con .index_slick1 .slick-next {
    right: -18px;
    margin-top: -49px;
    height: 98px;
    width: 78px;
    font-size: 0;
    background: url("../images/next1.png") no-repeat right center;
}
.index_con .btn_box {
    text-align: center;
    padding-top: 40px;
}
.index_con .btn_box .view_more {
    display: inline-block;
    padding: 12px 35px 11px;
    font-size: 16px;
    color: #333;
    border: 2px solid #dddddd;
}
.index_con .btn_box .view_more .iconfont {
    font-size: 23px;
    margin-left: 5px;
    vertical-align: middle;
}
.index_con .btn_box .view_more:hover {
    background: #0074b1;
    border-color: #0074b1;
    color: #fff;
}
.index_con .index_block2 {
    background: #0074b1;
}
.index_con .market {
    margin: 0 30px;
}
.index_con .market .swiper-wrapper {
    height: 550px;
}
.index_con .market .swiper-wrapper > .swiper-slide {
    display: none;
}
.index_con .market .swiper-slide {
    height: 550px;
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.index_con .market .swiper-slide a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: rgba(20, 126, 200, 0);
    transition: background-color .4s;
    -webkit-transition: background-color .4s;
}
.index_con .market .swiper-slide:hover a {
    background-color: rgba(20, 126, 200, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#59147EC8,endColorstr=#59147EC8)";
    /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#59147EC8, endColorstr=#59147EC8);
    /*Filter for older IEs */
}
.index_con .market .swiper-slide a .mbox {
    margin: 0 10%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    bottom: 80px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.index_con .market .swiper-slide:hover a .mbox {
    padding-bottom: 40%;
}
.index_con .market .swiper-slide:hover h3 small {
    display: block;
}
.index_con .market .swiper-slide .img {
    width: 36px;
    margin-bottom: 20px;
    padding-top: 30px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.index_con .market .swiper-slide .img:before {
    width: 20px;
}
.index_con .market .swiper-slide h2 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
.index_con .market .swiper-slide h3 {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 35px;
    transition: all .4s;
    -webkit-transition: all .4s;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
}
.index_con .market .swiper-slide h3 small {
    display: none;
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.4;
}
.index_con .market .swiper-slide:hover h3 {
    padding-bottom: 10px;
}
.index_con .market .swiper-slide .fa, .index_con .market .swiper-slide .btn {
    display: block;
}
.index_con .market .swiper-slide .fa {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    position: relative;
    height: 0;
    top: 10px;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    /*display: none;*/
    transition: all .4s;
    -webkit-transition: all .4s;
}
.index_con .market .swiper-slide:hover .fa {
    display: block;
    height: 45px;
}
.index_con .market .swiper-slide i {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #fff;
    position: relative;
    bottom: -45px;
    left: 0;
    content: '';
}
.index_con .market .swiper-slide i.line_top {
    bottom: 0;
}
.index_con .market .swiper-slide .btn_more {
    font-size: 16px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    bottom: 0px;
    left: 0;
    font-family: Impact;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.index_con .market .swiper-slide .btn_more span {
    font-family: 宋体;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 5px;
    font-size: 14px;
}
.index_con .market .swiper-slide:hover .btn_more {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index_con .market .swiper-slide .btn_more:hover {
    color: #00357f;
}
.index_con .market .swiper-slide h3,
.index_con .market .swiper-slide h3:before,
.index_con .market .swiper-slide .fa {
    transition: all .4s;
    -webkit-transition: all .4s;
}
.index_con .market .slick-dots {
    bottom: -30px;
}
.index_con .market .slick-dots li {
    border: 1px solid #fff;
    background: transparent;
}
.index_con .market .slick-dots li.slick-active {
    background: #fff;
}
.index_con .index_block4 {
    background: #f3f3f3;
}
.index_con .adv {
    margin: 0 30px;
}
.index_con .adv .item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.index_con .adv .item:hover .img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}
.index_con .adv .img {
    padding-top: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.index_con .adv p {
    position: absolute;
    top: 15%;
    right: 8%;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}
.index_con .adv .adv_slick .slick-dots {
    bottom: -12px;
}
.index_con .adv .adv_slick .slick-dots li {
    border: 1px solid #0074b1;
    background: transparent;
}
.index_con .adv .adv_slick .slick-dots li.slick-active {
    background: #0074b1;
}
.index_con .news {
    margin: 0 30px;
}
.index_con .news .item {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.index_con .news .item:hover .txt {
    border-bottom: 2px solid #0074b1;
}
.index_con .news .item:hover .txt h5 {
    color: #0074b1;
}
.index_con .news .img {
    padding-top: 65.7%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.index_con .news .txt {
    padding: 25px 0;
    border-bottom: 1px solid #cfcdcd;
}
.index_con .news .txt h5 {
    font-size: 19px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_con .news .txt p.dis {
    font-size: 14px;
    color: #666;
    height: 42px;
    overflow: hidden;
    line-height: 21px;
}
.index_con .news .txt p.date {
    font-size: 15px;
    color: #777;
    margin: 10px 0;
}

.footer .top {
    padding: 30px 0 40px;
    background: #0074b1 url(../images/footer_bg.png) no-repeat center/cover;
}
.footer .top .iconfont {
    font-size: 35px;
    color: #e0eef6;
}
.footer .top p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}
.footer .top .bor {
    padding: 20px 0;
    padding-left: 2%;
    border-left: 1px solid #4097c5;
}
.footer .top img {
    display: block;
}
.footer .copyright {
    font-size: 14px;
    color: #fff;
    text-align: right;
    line-height: 1.3;
    background: #545353;
    padding: 25px 0;
}
.footer .copyright .url_links {
    float: left;
}
.footer .copyright a {
    font-size: 14px;
    color: #fff;
}
.footer .copyright a:hover {
    color: #c4060d;
}
.footer .copyright a:first-child span {
    padding-left: 0;
    border-left: none;
}
.footer .copyright span {
    padding: 0 20px;
    border-left: 1px solid #aaa9a9;
    line-height: 0.8;
    display: inline-block;
}

.head_holder {
    height: 90px;
}

.banner_in {
    height: 370px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner_in .container_1400 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner_in .banner_text {
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 0;
}
.banner_in .banner_text h2 {
    font-size: 42px;
    color: #0074b1;
    margin-bottom: 20px;
    font-weight: normal;
}
.banner_in .banner_text p {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.banner_in .banner_text .line {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 3px;
    background: #0074b1;
}
.banner_in .banner_text.green h2 {
    color: #05817a;
}
.banner_in .banner_text.green .line {
    background: #05817a;
}
.banner_in .banner_text.orange h2 {
    color: #e46c0a;
}
.banner_in .banner_text.orange .line {
    background: #e46c0a;
}
.banner_in .banner_text.white h2 {
    color: #fff;
}
.banner_in .banner_text.white .line {
    background: #fff;
}

.crumbs {
    background: #fff;
    text-align: right;
    line-height: 74px;
}
.crumbs.is_stuck {
    z-index: 15;
}
.crumbs .left {
    float: left;
}
.crumbs .left.green a.on, .crumbs .left.green a:hover {
    color: #05817a;
}
.crumbs .left .drop_list {
    position: absolute;
    top: 110%;
    left: 0;
    width: 235px;
    padding: 15px 20px 15px 30px;
    text-align: left;
    line-height: 1;
    border-top: 4px solid #0074b1;
    background: white;
    /*The Fallback color,这里也可以使用一张图片来代替*/
    background: rgba(255, 255, 255, 0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#59ffffff,endColorstr=#59ffffff)";
    /*Filter for IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#59ffffff, endColorstr=#59ffffff);
    /*Filter for older IEs */
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    z-index: 99;
}
.crumbs .left .drop_list a {
    line-height: 2;
    color: #555;
    font-size: 14px;
    width: 90px;
}
.crumbs .left .a:hover .drop_list {
    opacity: 100;
    filter: alpha(opacity=100);
    visibility: visible;
    top: 95%;
}
.crumbs .left .a:first-child span {
    padding-left: 0;
    border-left: none;
}
.crumbs .left .a,
.crumbs .left a {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    font-size: 16px;
    color: #333;
}
.crumbs .left .a.on, .crumbs .left .a:hover,
.crumbs .left a.on,
.crumbs .left a:hover {
    color: #0074b1;
}
.crumbs .left span {
    padding: 0 30px;
    border-left: 1px solid #e3e3e3;
    line-height: 0.8;
    display: inline-block;
}
.crumbs .right {
    float: right;
}
.crumbs .right a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    color: #777;
    vertical-align: top;
}
.crumbs .right a:hover {
    color: #c4060d;
}
.crumbs .right span {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    color: #777;
    font-family: 宋体;
    vertical-align: top;
}
.crumbs .right i {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 17px;
    color: #555555;
    vertical-align: middle;
}

.m_Crumbs {
    position: relative;
    display: none;
    background: #fff;
}
.m_Crumbs h4 {
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: url("../images/m_Crumbs.png") no-repeat 97%;
    font-weight: normal;
}
.m_Crumbs ul {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    background: #f3f3f3;
    padding-right: 0;
    z-index: 99;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
}
.m_Crumbs ul li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #ffffff;
}
.m_Crumbs ul li a {
    display: block;
    line-height: 40px;
    color: #999;
    width: 100%;
}
.m_Crumbs ul li.active a {
    color: #da251c;
}

.num_box {
    white-space: nowrap;
    background: #f3f2f2;
    padding: 50px 0;
}
.num_box.green .num {
    color: #05817a;
}
.num_box.orange {
    background: #fff;
}
.num_box.orange .num {
    color: #e46c0a;
}
.num_box .num_item {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 0 40px;
}
.num_box .num {
    font-size: 62px;
    font-family: DINcond;
    color: #0074b1;
}
.num_box .num sup {
    font-size: 30px;
    font-family: DINcond;
}
.num_box .num small {
    font-size: 28px;
    font-family: "思源黑体", "微软雅黑", "Arial";
}
.num_box .num small sup {
    font-size: 20px;
    font-family: DINcond;
}
.num_box p {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}

.about .about_block {
    padding: 30px 0 30px;
}
.about .pingtai {
    padding: 50px 0 50px;
}
.about .intro .col_lg_13 {
   width:49%;
 
}
.about .intro .txt {
    margin-right: 5%;
 
}
.about .intro p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    text-align: justify;
}
.about .develop {
    background: #f3f2f2;
}
.about .develop .develop_box {
    margin: 40px 0 -10px;
    background: url(../images/bg_blue.png) repeat-x center;
}
.about .develop .bg_wave {
    background: url(../images/bg_bolang.png) repeat-x center;
    overflow: hidden;
}
.about .develop .develop_slick {
    margin: 0 70px;
}
.about .develop .develop_slick > .slick_fix {
    display: none;
}
.about .develop .develop_slick .slick-list {
    overflow: visible !important;
}
.about .develop .develop_slick .slick-prev:after,
.about .develop .develop_slick .slick-next:after {
    display: none;
    font-size: 0;
}
.about .develop .develop_slick .slick-prev {
    left: -70px;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    font-size: 0;
    background: url("../images/prev2.png") no-repeat center/40px;
}
.about .develop .develop_slick .slick-next {
    right: -70px;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    font-size: 0;
    background: url("../images/next2.png") no-repeat center/40px;
}
.about .develop .develop_slick .slick-active .item {
    opacity: 100;
    filter: alpha(opacity=100);
    transition-delay: 0s;
    transition-duration: 0s;
}
.about .develop .develop_slick .item {
    opacity: 0;
    filter: alpha(opacity=0);
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}
.about .develop .top {
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}
.about .develop .bottom {
    padding-left: 40px;
    padding-top: 41px;
    padding-right: 40px;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    left: 20%;
}
.about .develop .c1 {
    background-image: url(../images/line1.png);
}
.about .develop .c1 .year {
    color: #0074b1;
}
.about .develop .c2 {
    background-image: url(../images/line2.png);
}
.about .develop .c2 .year {
    color: #e46c0a;
}
.about .develop .c3 {
    background-image: url(../images/line3.png);
}
.about .develop .c3 .year {
    color: #9bbb59;
}
.about .develop .c4 {
    background-image: url(../images/line4.png);
}
.about .develop .c4 .year {
    color: #22518a;
}
.about .develop .c5 {
    background-image: url(../images/line5.png);
}
.about .develop .c5 .year {
    color: #17375e;
}
.about .develop .c6 {
    background-image: url(../images/line6.png);
}
.about .develop .c6 .year {
    color: #c0504d;
}
.about .develop .left {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.about .develop .left, .about .develop .right {
    margin-top: 15px;
}
.about .develop .right {
    margin-left: 130px;
}
.about .develop .year {
    font-size: 48px;
    font-family: Impact;
    margin-bottom: 5px;
    color: #555;
}
.about .develop .txt {
    height: 140px;
    overflow: hidden;
}
.about .develop .txt p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}
.about .serti_slick {
    margin: 40px 0 140px;
}
.about .serti_slick .img {
    padding-top: 83.2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about .serti_slick .item {
    margin: 0 20px;
}
.about .serti_slick p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}
.about .serti_slick > .slick_fix {
    display: none;
}
.about .serti_slick .slick-prev:after,
.about .serti_slick .slick-next:after {
    display: none;
    font-size: 0;
}
.about .serti_slick .slick-prev:hover,
.about .serti_slick .slick-next:hover {
    opacity: 0.8;
}
.about .serti_slick .slick-prev {
    top: 100%;
    left: 50%;
    margin-top: 50px;
    margin-left: -55px;
    height: 47px;
    width: 47px;
    font-size: 0;
    background: url("../images/prev3.jpg") no-repeat center/47px;
}
.about .serti_slick .slick-next {
    top: 100%;
    right: 50%;
    margin-top: 50px;
    margin-right: -55px;
    height: 47px;
    width: 47px;
    font-size: 0;
    background: url("../images/next3.jpg") no-repeat center/47px;
}
.about .idea {
    padding: 80px 0;
    background: #f8f8f8;
}
/*.about .idea .left {
  margin-right: 20px;
    width: 50%;
    float: left;
}*/
.about .idea .txt p {
    font-size: 17px;
    line-height: 2;
    color: #555;
}
.about .idea .txt ul li {
    font-size: 17px;
    line-height: 2;
    color: #555;
    list-style: circle;
    list-style-image: url(../images/c1.png);
    margin-left: 17px;
}
.about .idea .h {
    color: #0074b1;
    font-size: 28px;
    margin-bottom: 25px;
}
.about .idea .h .iconfont {
    color: #c4060d;
    font-size: 34px;
    vertical-align: bottom;
    margin-right: 6px;
}
.about .idea .row2 {
    margin-top: 50px;
}
.about .idea .row2 .h {
    margin-top: 25px;
      margin-left: 51%;
}
.about .school_slick .item {
    margin: 0 12px;
}
.about .school_slick .img {
    padding-top: 63%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about .school_slick .txt {
    padding: 20px 0;
}
.about .school_slick .txt:hover h5 {
    color: #0074b1;
}
.about .school_slick .txt h5 {
    font-size: 19px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.about .school_slick .txt p.dis {
    font-size: 15px;
    color: #666;
    height: 42px;
    overflow: hidden;
    line-height: 21px;
}
.about .school_slick > .slick_fix {
    display: none;
}
.about .school_slick .slick-prev:after,
.about .school_slick .slick-next:after {
    display: none;
    font-size: 0;
}
.about .school_slick .slick-prev:hover,
.about .school_slick .slick-next:hover {
    opacity: 0.8;
}
.about .school_slick .slick-prev {
    margin-top: -20px;
    margin-left: -70px;
    height: 43px;
    width: 27px;
    font-size: 0;
    background: url("../images/prev5.png") no-repeat center;
}
.about .school_slick .slick-next {
    margin-top: -20px;
    margin-right: -70px;
    height: 43px;
    width: 27px;
    font-size: 0;
    background: url("../images/next5.png") no-repeat center;
}
.about .school {
    background: #f8f8f8;
}
.about .contact {
    background: #fafafa;
    padding: 70px 0;
}
.about .contact h5 {
    font-size: 28px;
    color: #555;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 20px;
}
.about .contact p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}
.about .contact .f16 {
    font-size: 15px;
}
.about .contact .iconfont {
    font-size: 42px;
    color: #db1e15;
    margin: 0 20px;
}
.about .cultrue {
    background: #f8f8f8;
    padding: 60px 0;
}
.about .cultrue .cultrue_box {
    padding-left: 400px;
    background: url(../images/cul1.png) no-repeat 18px center;
}
.about .cultrue .item {
    background: #eeeeee;
    font-size: 20px;
    color: #555;
    line-height: 37px;
    padding: 7px 0;
    margin-bottom: 27px;
}
.about .cultrue .item img {
    vertical-align: middle;
    display: inline-block;
    height: 37px;
    margin-left: 15%;
}
.about .cultrue_list {
    padding: 80px 0;
}
.about .cultrue_list .cultrue_list_box .left,
.about .cultrue_list .cultrue_list_box .right {
    width: 50%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 330px;
    background-color: #f3f3f3;
}
.about .cultrue_list .cultrue_list_box .txt {
    margin-top: 7%;
    text-align: center;
}
.about .cultrue_list .cultrue_list_box .txt .iconfont {
    font-size: 42px;
    color: #db1e15;
}
.about .cultrue_list .cultrue_list_box .txt h5 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 20px;
}
.about .cultrue_list .cultrue_list_box .txt p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.about .pingtai .txt .iconfont {
    font-size: 38px;
    color: #db1e15;
}
.about .pingtai .txt h5 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 20px;
}
.about .pingtai .txt p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.about .product .txt {
    border-top: 5px solid #0074b1;
    margin-right: 3%;
}
.about .product .txt h3 {
    font-size: 34px;
    color: #333;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 20px;
}
.about .product .txt h4 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 20px;
}
.about .product .txt p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
}
.about .product .txt ul li {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    background: url(../images/c1.png) no-repeat left center;
    padding-left: 18px;
}
.about .product .txt.txt_detail {
    border-top: none;
    margin-left: 50px;
}
.about .product .txt.txt_detail ul li {
    font-size: 15px;
    background-image: url(../images/li_bg.png);
    padding: 10px 18px;
    border-bottom: 1px solid #e2e2e2;
}
.about .product .green_txt h3 {
    font-size: 34px;
    color: #05817a;
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 1;
}
.about .product .green_txt .add_p {
    font-size: 20px;
    color: #da251c;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1;
}
.about .product .green_txt p {
    font-size: 15px;
    color: #666;
    line-height: 2;
}
.about .product .green_img {
    margin-top: 59px;
}
.about .tit_pro {
    font-size: 36px;
    color: #0074b1;
    font-weight: normal;
    margin-bottom: 25px;
}
.about .tit_pro span {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}
.about .tit_pro .line {
    height: 1px;
    width: 33px;
    background: #bcbbbb;
    margin: 0 10px;
}
.about .product_list .tab_btn_box {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
    margin-left: 70px;
    margin-right: 70px;
}
.about .product_list .tab_btn_box .tab_btn {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    line-height: 50px;
    width: 170px;
    margin: 0 5px;
    margin-bottom: 11px;
    font-size: 17px;
    color: #333;
    background: url(../images/bnt_bg_grey.png) no-repeat bottom center;
    cursor: pointer;
}
.about .product_list .tab_btn_box .tab_btn.on {
    background-image: url(../images/btn_bg.png);
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 11px;
}
.about .product_list .tab_btn_box.green .tab_btn.on {
    background-image: url(../images/btn_bg_green.png);
}
.about .product_list .dis h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: normal;
}
.about .product_list .dis p {
    font-size: 15px;
    color: #555;
}
.about .product_list .class_box {
    margin-top: 35px;
}
.about .product_list .class_box.green .left {
    min-height: 380px;
}
.about .product_list .class_box.green .left h5 {
    background-color: #026f68;
}
.about .product_list .class_box.green .left .class_btn:hover, .about .product_list .class_box.green .left .class_btn.on {
    color: #026f68;
}
.about .product_list .class_box.green .right .blue_block {
    background: #05817a;
}
.about .product_list .class_box.green .class_url a {
    color: #05817a;
    border: 1px solid #05817a;
}
.about .product_list .class_box.green .class_url a:hover {
    color: #fff;
    background: #05817a;
}
.about .product_list .class_box .left {
    width: 250px;
    float: left;
    text-align: center;
    min-height: 300px;
    background: #f1f1f1;
}
.about .product_list .class_box .left h5 {
    line-height: 55px;
    font-size: 22px;
    color: #fff;
    background-color: #005d9b;
}
.about .product_list .class_box .left .class_btn {
    font-size: 16px;
    color: #555;
    line-height: 66px;
    cursor: pointer;
}
.about .product_list .class_box .left .class_btn:hover, .about .product_list .class_box .left .class_btn.on {
    color: #0074b1;
    background: #e7e7e7;
}
.about .product_list .class_box .right {
    margin-left: 250px;
}
.about .product_list .class_box .right .blue_block {
    height: 55px;
    background: #0074b1;
}
.about .product_list .class_box .class_con {
    margin-top: 35px;
    margin-left: 90px;
    display: none;
}
.about .product_list .class_box .class_con p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}
.about .product_list .class_box .class_con p span {
    font-size: 15px;
    color: #666;
}
.about .product_list .class_box .class_url {
    font-size: 0;
}
.about .product_list .class_box .class_url a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #0074b1;
    border: 1px solid #0074b1;
    padding: 12px 15px;
    margin-right: 20px;
    min-width: 145px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.about .product_list .class_box .class_url a:hover {
    color: #fff;
    background: #0074b1;
}
.about .product_list .tab_con_box {
    margin-left: 70px;
    margin-right: 70px;
}
.about .product_list .tab_con_box .tab_con {
    display: none;
}
.about .product_detail .left {
    margin-right: 20px;
}
.about .product_detail .right {
    margin-left: 20px;
}
.about .product_detail h5 {
    font-size: 26px;
    color: #555;
    font-weight: normal;
    margin-bottom: 25px;
}
.about .product_detail table {
    border: none;
    width: 100%;
}
.about .product_detail table th {
    padding: 14px 30px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    background: #0074b1;
}
.about .product_detail table td {
    padding: 14px 20px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}
.about .product_detail table tr:first-child td {
    padding: 14px 30px;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: #0074b1 !important;
}
.about .product_detail table tr:nth-child(2n) td {
    background: #ececec;
}
.about .product_detail table tr:nth-child(2n-1) td {
    background: #fff;
}
.about .form_con {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about .form_con .tit_pro {
    color: #333;
    margin-bottom: 40px;
}
.about .form_con .tit_pro p {
    font-size: 15px;
    color: #555;
    margin-top: 25px;
}
.about .form_con .form_box {
    width: 970px;
    margin: 0 auto;
}
.about .form_con .form_box .inp_control {
    height: 49px;
    color: #999;
    font-size: 14px;
    border-radius: 0;
    background: transparent;
    padding-left: 20px;
}
.about .form_con .form_box .inp {
    margin-top: 20px;
}
.about .form_con .form_box .inp .tips {
    line-height: 44px;
}
.about .form_con .form_box .inp_up .inp_control {
    height: 49px;
}
.about .form_con .form_box .inp_up .tips {
    right: 180px;
    line-height: 49px;
}
.about .form_con .form_box textarea.inp_control {
    padding-left: 20px;
    height: 240px;
    color: #999;
    font-size: 16px;
    font-family: "思源黑体", "微软雅黑", "Arial";
}
.about .form_con .form_box .btn {
    background: #da251c;
    color: #fff;
    font-size: 16px;
    height: 60px;
    padding: 0 40px;
    border-radius: 0;
    min-width: 180px;
}
.about .form_con .form_box .btn:hover {
    background: #e92d32;
}
.about .form_con .form_box .yz_box .tips {
    position: relative;
    vertical-align: top;
    display: inline-block;
}
.about .form_con .form_box .slider {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.about .rec_slick .item {
    position: relative;
    display: block;
    padding-top: 62%;
    margin: 10px;
    border: 1px solid #e4e4e4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about .rec_slick .item span {
    position: absolute;
    top: 10%;
    left: 10%;
    font-size: 18px;
    color: #555;
}
.about .rec_slick > .slick_fix {
    display: none;
}
.about .rec_slick .slick-prev:after,
.about .rec_slick .slick-next:after {
    display: none;
    font-size: 0;
}
.about .rec_slick .slick-prev:hover,
.about .rec_slick .slick-next:hover {
    opacity: 0.8;
}
.about .rec_slick .slick-prev {
    margin-top: -20px;
    margin-left: -70px;
    height: 43px;
    width: 27px;
    font-size: 0;
    background: url("../images/prev5.png") no-repeat center;
}
.about .rec_slick .slick-next {
    margin-top: -20px;
    margin-right: -70px;
    height: 43px;
    width: 27px;
    font-size: 0;
    background: url("../images/next5.png") no-repeat center;
}
.about .adv {
    padding: 65px 0 80px;
}
.about .adv .orange_txt {
    margin-top: 16%;
}
.about .adv .orange_txt h3 {
    font-size: 34px;
    color: #e46c0a;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 20px;
}
.about .adv .orange_txt p {
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.about .ser_form.form_con .blue_txt {
    font-size: 22px;
    color: #0074b1;
    margin-bottom: 5px;
}
.about .ser_form.form_con .blue_txt h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}
.about .ser_form.form_con .blue_txt p {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 10px;
}
.about .ser_form.form_con .form_box {
    width: 1150px;
}
.about .ser_form.form_con .form_box .btn {
    height: 48px;
}
.about .ser_bottom {
    text-align: center;
    padding: 6% 0;
}
.about .ser_bottom h3 {
    font-size: 42px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}
.about .ser_bottom p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 10px;
}
.about .ser_bottom a {
    color: #fff;
    text-decoration: underline;
}
.about .download_list .type a {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 135px;
    padding: 7px 0 8px;
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
}
.about .download_list .type a:hover, .about .download_list .type a.on {
    background: #0074b1;
    color: #fff;
    border-radius: 20px;
}
.about .download_list .inp {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 290px;
    margin-left: 10px;
    vertical-align: top;
}
.about .download_list .inp .inp_control {
    height: 49px;
    color: #999;
    font-size: 14px;
    border-radius: 0;
    background: #fff;
}
.about .download_list .inp_ser .inp_control {
    padding-right: 65px;
}
.about .download_list .inp_ser .btn {
    position: absolute;
    height: 49px;
    width: 60px;
    top: 0;
    right: 0;
    color: #9a9a9a;
    background: #f8f8f8;
    text-align: center;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 0;
}
.about .download_list .inp_ser .btn .iconfont {
    font-size: 25px;
}
.about .download_list .list_box {
    margin-top: 50px;
    margin-bottom: 50px;
}
.about .download_list .list_box .item {
    display: block;
    position: relative;
    padding: 19px 50px 20px 20px;
    background: #fff;
    color: #333;
    font-size: 16px;
    margin-bottom: 25px;
}
.about .download_list .list_box .item:hover {
    color: #0074b1;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    /* IE 9 */
    -moz-transform: translateY(-3px);
    /* Firefox */
    -webkit-transform: translateY(-3px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-3px);
    /* Opera */
}
.about .download_list .list_box .item .iconfont {
    font-size: 20px;
    vertical-align: top;
    color: #97abc5;
    margin-right: 8px;
}
.about .download_list .list_box .item .date {
    position: absolute;
    top: 19px;
    right: 20px;
    color: #777;
}
.about .download_list .list_box .item .date .iconfont {
    font-size: 18px;
    color: #a4a4a4;
    margin-left: 10px;
    vertical-align: top;
}
.about .download_list .list_box .item .arrow {
    position: absolute;
    top: 19px;
    right: 15px;
    color: #777;
}
.about .download_list .list_box .item .arrow .iconfont {
    font-size: 25px;
    color: #a4a4a4;
    margin-left: 10px;
    vertical-align: top;
}
.about .question_list {
    margin-top: 50px;
    margin-bottom: 50px;
}
.about .question_list .list_item {
    margin-bottom: 15px;
    position: relative;
}
.about .question_list .list_item .icon_arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
    height: 3px;
    width: 19px;
    background: #c5c4c4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about .question_list .list_item .icon_arrow:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 19px;
    top: 0;
    left: 0;
    background: #c5c4c4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    z-index: 1;
}
.about .question_list .list_item.opening .icon_arrow {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    /* IE 9 */
    -webkit-transform: rotate(-360deg);
    /* Safari and Chrome */
    background: #fff;
}
.about .question_list .list_item.opening .icon_arrow:after {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari and Chrome */
    background: #fff;
}
.about .question_list .list_item.opening h5 {
    background-color: #0074b1;
    color: #fff;
    background-image: url(../images/q_img_wh.png);
}
.about .question_list .list_item h5 {
    position: relative;
    line-height: 1.5;
    padding: 19px 90px 20px;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    background: #fff url("../images/q_img.png") no-repeat 20px 15px;
}
.about .question_list .list_item .sub_box {
    overflow: hidden;
}
.about .question_list .list_item .txt {
    margin-top: 25px;
    margin-left: 24px;
    margin-bottom: 25px;
    padding-left: 65px;
    line-height: 2;
    color: #666;
    font-size: 15px;
    background: url("../images/a_img.png") no-repeat left 0px;
}
.about .news_list {
    padding: 25px 0;
}
.about .news_list .item {
    display: block;
    background: #fff;
    height: 143px;
    margin-bottom: 25px;
}
.about .news_list .item:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    /* IE 9 */
    -moz-transform: translateY(-3px);
    /* Firefox */
    -webkit-transform: translateY(-3px);
    /* Safari 和 Chrome */
    -o-transform: translateY(-3px);
    /* Opera */
}
.about .news_list .item:hover .right h4 {
    color: #da251c;
}
.about .news_list .item:hover .right em {
    color: #fff;
    background: #da251c;
}
.about .news_list .left {
    width: 270px;
    float: left;
}
.about .news_list .left .img {
    height: 143px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about .news_list .right {
    margin-left: 300px;
    padding-right: 28%;
    position: relative;

}
.about .news_list .right h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0px;
    font-weight: normal;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about .news_list .right .txt {
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    max-height: 45px;
    overflow: hidden;
}
.about .news_list .right em {
    display: inline-block;
    padding: 2px 12px 3px;
    font-size: 16px;
    color: #da251c;
    border: 1px solid #da251c;
    margin-top: 11px;
}
.about .news_list .right .date {
    position: absolute;
    top: 0;
    right: 0;
    height: 144px;
    width: 240px;
    text-align: center;
    padding-left: 30px;
    background: url(../images/news_arrow.png) no-repeat left;
}
.about .news_list .right .date .month {
    font-size: 29px;
    color: #555555;
    margin-top: 40px;
}
.about .news_list .right .date .year {
    font-size: 14px;
    color: #666;
}
.about .news_detail .news_head {
    text-align: center;
    padding-bottom: 20px;
}
.about .news_detail .news_head h3 {
    font-size: 34px;
    color: #333;
    font-weight: normal;
    margin-bottom: 25px;
}
.about .news_detail .news_head h3 small {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.about .news_detail .news_head p {
    text-align: left;
}
.about .news_detail .news_head .news_info {
    padding: 18px 25px;
    background: #efefef;
}
.about .news_detail .news_head .news_info span {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-right: 20px;
}
.about .news_detail .news_con {
    padding-top: 25px;
    margin-bottom: 30px;
}
.about .news_detail .news_con p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.about .news_detail .news_con p.p_img {
    text-indent: 0 !important;
    text-align: center;
}
.about .news_detail .news_con p.p_img img {
    height: auto;
}
.about .news_detail .news_con img {
    margin-bottom: 10px;
}
.about .news_foot {
    padding: 18px 25px;
    background: #efefef;
}
.about .news_foot .back {
    float: right;
}
.about .news_foot .back a {
    font-size: 14px;
    margin-top: 10px;
    margin-right: 15px;
    display: block;
    padding: 10px 30px;
    color: #0074b1;
    border: 1px solid #0074b1;
}
.about .news_foot .back a:hover {
    color: #fff;
    background: #0074b1;
}
.about .news_foot .link_list {
    margin-right: 150px;
}
.about .news_foot .link_list li,
.about .news_foot .link_list li a {
    font-size: 15px;
    color: #666;
    line-height: 2;
}
.about .news_foot .link_list li a:hover {
    color: #0074b1;
}

.map_box {
    position: relative;
}
.map_box .map_txt h6 {
    font-size: 18px;
    margin-bottom: 10px;
}
.map_box .map_txt h6 em {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    background: #4598f4;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 2px 5px;
    margin-left: 5px;
}
.map_box .map_txt .addr {
    line-height: 1.5;
    background: url(../images/site.png) no-repeat 5px 5px;
    background-size: 20px;
}
.map_box .map_txt .tel {
    background: url("../images/tel.png") no-repeat 5px 5px;
    background-size: 20px;
}
.map_box .map_txt P {
    padding-left: 33px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666;
}
.map_box .BMapLib_sendToPhone {
    display: none;
}
.map_box .BMapLib_bubble_content {
    height: auto !important;
    padding: 0px 15px 25px 15px !important;
    font-family: 'Microsoft Yahei';
}
.map_box .BMapLib_SearchInfoWindow .BMapLib_bubble_top {
    border-bottom: none;
}
.map_box .BMapLib_SearchInfoWindow .BMapLib_bubble_title {
    font-size: 0;
}

#map {
    height: 600px;
}

.contact_box {
    padding: 60px 0 80px;
    text-align: center;
}
.contact_box .tit {
    margin-bottom: 80px;
}
.contact_box h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    margin-top: 25px;
}
.contact_box p {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
}
.contact_box .t_code {
    margin: 0 4px;
}
.contact_box .col_lg_8 {
    min-height: 270px;
    border-right: 1px solid #e5e5e5;
}
.contact_box .col_lg_8:last-child {
    border-right: none;
}

.form_con {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0 80px;
}
.form_con .form_box {
    width: 1000px;
    margin: 0 auto;
}
.form_con .form_box .inp_control {
    height: 44px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: transparent;
}
.form_con .form_box .inp {
    margin-top: 20px;
}
.form_con .form_box .inp .tips {
    line-height: 44px;
}
.form_con .form_box .inp_up .inp_control {
    height: 42px;
}
.form_con .form_box .inp_up .tips {
    right: 180px;
    line-height: 44px;
}
.form_con .form_box textarea.inp_control {
    height: 240px;
    color: #fff;
    font-family: "思源黑体", "微软雅黑", "Arial";
}
.form_con .form_box .btn {
    background: #da251c;
    color: #fff;
    font-size: 16px;
    height: 44px;
    padding: 0 40px;
}
.form_con .form_box .btn:hover {
    background: #e06130;
}
.form_con .form_box .yzm_img {
    height: 44px;
    width: auto;
    border-radius: 4px;
}

.video-layer {
    border-radius: 12px;
    overflow: hidden;
}

/*# sourceMappingURL=kgu.css.map */
.row_img{
width:50%;
  float:left;
}
.txt.left{
width: 50%;
    float: left;
}
.row_img{
margin-top:80px;
}
.row_img img{
width:100%;
}
.row_img1  {
width:50%;
  float:left;
  margin-top: 12px;
  padding-right: 58px;
}
.row_img1 img{
width:100%;
}
.txt_right{
float: right;
    width: 49%;

}
.txt_right p{
    font-size: 17px;
    line-height: 2;
    color: #555;
}
.about .idea .txt_right ul li {
    font-size: 17px;
    line-height: 2;
    color: #555;
    list-style: circle;
    list-style-image: url(../images/c1.png);
    margin-left: 17px;
}

.footer  .pull_right.text_center{
	padding-top: 30px;
}
.num_box{
	background-color: #fff;
}
.num_box *{
	background: none !important;
}

.index_con .market .swiper-slide h3 small{
	display: block;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition:max-height .3s;
	transition:max-height .3s;
}
.index_con .market .swiper-slide:hover h3 small{
	max-height: 200px;
	opacity: 1;
}
.allshow{
	position:relative;
}
.allshow li{
    margin-bottom: 60px;
	position: relative;
}
.allshow li .lsbox{
	position:relative;
	padding:50px;
	background: #eee;
}
.allshow li .lsbox span{
	display: block;
    background: #e46c0a;
    width: 320px;
    height: 160px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.allshow li ins{
	display:block;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	background: #eee;
	z-index:-1;
}
.allshow li .text{
	float: left;
    width: 42%;
    margin-top: 60px;
}
.allshow li .text h3{
	font-size: 20px;
    margin-bottom: 20px;
}
.allshow li .text p{
	font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    max-height: 60px;
	color:#666;
}
.allshow li .text a{
	display:block;
    width: 154px;
    height: 38px;
    border-radius: 19px;
    background:#e46c0a;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    transition: 0.3s;
}
.allshow li .text a:hover{
	opacity:0.8;
}
.allshow li .imgbox{text-align: right;
	display:block;
	float: right;
    width: calc(58% - 60px);
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.allshow li.ls02 .imgbox{text-align: left;}
.allshow li .imgbox img{
	height:400px;
	transition: 0.6s;
}
.allshow li .imgbox:hover img{
	transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.allshow li.ls02 .imgbox{
	float:left;
}
.allshow li.ls02 .text{
	float:right;
}
.allshow li.ls02 ins{
	left:inherit;
	right:0;
}
.allshow li.ls02 .lsbox span{
	right:inherit;
	left:0;
}
.lshow .pagination{
	text-align:center;
	margin-top:0;
}
.lshow .pagination li{
	float:none;
	display:inline-block;
}
.lshow .pagination li{
	*display:inline;
}

.newBox{padding:10px 0 80px 0;}
.new{padding-bottom:60px; width:76.68%; margin: auto;}
.new .list{padding:30px 0; border-bottom:1px solid #e3e4e4;}
.new .time{width:9.76%; float:left; position: relative; padding-top:10px;}
.new .time::after{width:30px; height: 2px; content: ""; background-color:#d9d9d9; position: absolute; top:22px; right:0;}
.new .time .H4{font-size:44px; font-family: Arial; font-weight: bold; color:#215ba1; line-height: 40px; }
.new .time .H5{font-size:16px; color:#999999;font-family: Arial; margin: 12px 0;}
.new .time .ico{width:24px; height: 12px; line-height: 0; display: block;}
.new .text{width:61.6%; float:left; margin-left:2.4%;}
.new .text .H4{font-size:18px; color:#333333; padding:14px 0 23px 0;}
.new .text .p{font-size:14px; color:#999999; line-height: 26px; height:78px;
	overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical; }
.new .img{width:273px; float:right; overflow: hidden;}
.new .img img{-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.new .list:hover .img img{transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);}
.new .list:hover .H4{color:#215ba1;}

@media screen and (max-width:1659px){
	.new{width:100%;}
}
@media screen and (max-width:1199px){
	.new .text{width:59%;}
}
@media screen and (max-width:991px){
	.new .text{width:50%;}
	.new .time::after{display:none;}
}
@media screen and (max-width:767px){
	.newBox{padding:20px 0 30px 0;}
	.new .list{padding:10px 0;}
	.new .time{width:20%;}
	.new .text{width:70%; margin-left:10px;}
	.new .img{width:100%; margin-top:10px;}
	.new .text .H4{font-size:16px; padding:10px 0;}
	.new .text .p{line-height:22px; height: 66px;}
	.new{padding-bottom:30px;}
}

/*新闻详情*/
.newDeBox{width:76.68%; margin: auto; padding:80px 0 80px 0;}
.newDeL{}
.newText .H1{font-size:24px; color:#333333;}
.newTextDiv{border-top:1px solid #d7d8d8; border-bottom:1px solid #d7d8d8; padding:9px 0; margin: 30px 0 40px 0;}
.newTextDiv .H2{font-size:14px; color:#777777; margin-right:0.83%; float:left;line-height: 34px; letter-spacing: 0.5px;}
.newTextCon{font-size:14px; line-height: 30px; color:#333333; }
.newTextCon .divImg{}
.newTextCon .divImg .img{width:48.49%; margin:30px 3% 30px 0; float:left;}
.newTextCon .divImg .img:nth-child(2n){margin-right:0;}
.share{text-align:center; padding:35px 0 30px 0; line-height: 0; }
.share .bdsharebuttonbox{display:inline-block;}
.share .bdsharebuttonbox .bdshare-button-style0-16{margin:0; padding:0;}
.share .bdsharebuttonbox .bds_weixin{width:35px; height:35px; background:url(../images/wx1.png) center no-repeat; margin: 0; background-size: 100%}
.share .bdsharebuttonbox .bds_tsina{width:35px; height:35px; background:url(../images/sina1.png) center no-repeat; margin:0 15px;background-size: 100%}
.share .bdsharebuttonbox .bds_qzone{width:35px; height:35px; background:url(../images/qzone1.png) center no-repeat; margin: 0;background-size: 100%}




.pageA{ position: relative; margin-top:35px; border-top:1px solid #dcdcdc; padding:28px 0;}
.pageA a{font-size:14px; color:#333333; line-height: 20px;}
.pageA2 a{color:#666666;}
.pageA a:hover{color:#215ba1;}
.pageUp{float:left;width: 40%}
.pageDown{float:right; width: 40%; text-align: right;}
.pageA .backUp{position:absolute; bottom:auto; left: 50%;font-size:14px; color:#666;  white-space: nowrap;
-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%, 0);}
.backUp .span{width:20px; height: 20px; float:right; margin-right:5px; background:url(../images/p31.png) center no-repeat; background-size:100%;}
.pageA2{padding-bottom:0; margin-top:0;}

@media screen and (max-width:991px){
	.pageA2{margin-top:20px;}
}
@media screen and (max-width:767px){
	.pageA{margin-top:20px; padding:15px 0;}
	.pageA a{width:100%; text-align: center;}
	.pageA .backUp{width:auto; top:10px; bottom:auto;}
	.pageA2{padding-top:40px;}
	





@media screen and (max-width: 991px){
    .pageNav {
    display: none;
}
}








