@charset "utf-8";
.header{width: 100%;height: 100px;line-height:100px;z-index: 100;text-align: center;font-size: 0;background: #fff;}
.header .logo{width:auto;height:100%;display:inline-block;margin-right: 105px;}
.header .logo a{display:block;float:left;height: 100%;position:relative;width: 215px;}
.header .logo a img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;}
.header .logo p{font-size:22px;color:#000000;float:left;}
.header .header_content{height: 100%;display:inline-block;vertical-align: text-bottom;}
.header .header_content .h_top{height:45px;border-bottom: 1px solid #ebebeb;}
.header .header_content .h_bot{height: 100px;display: flex;}
.header .header_content .h_bot>ul{float:left;/* overflow:hidden; */flex: 1;text-align: center;}
.header .header_content .h_bot>ul li{/* float:left; */cursor:pointer;position: relative;display: inline-block;font-size: 0;}
.header .header_content .h_bot>ul li ul li{width:100%;box-sizing: border-box;text-align: center;display: block;padding: 0;}
.header .header_content .h_bot>ul>li a{font-size: 16px;color:#4a4a4a;line-height: 100px;position:relative;display: block;padding: 0 20px;}
.header .header_content .h_bot>ul>li ul li a{line-height: 60px;}

.header .header_content .h_bot>ul>li:hover>a,.header .header_content .h_bot>ul>li ul li a:hover,.header .header_content .h_bot>ul>li.on>a{color:#fff;background:#006db8;}
.header .header_content .h_bot>ul>li:hover>a:after,.header .header_content .h_bot>ul>li.on>a:after{display:block;}
.header .header_content .h_bot>ul>li ul{position:absolute;left: -50%;right: -50%;z-index: 100;background: #fff;top: 100px;overflow: hidden;display: none;width: 150%;margin: auto;}
.header .header_content .h_bot>ul>li:hover ul{display: block;}
.header .header_content .h_bot .h_right{float:right;height: 75px;margin-right: 90px;}
.header .header_content .h_bot .h_right p{font-size:14px;color:#999999;line-height: 75px;}
.header .header_content .h_bot .h_right p span{color:#f6ae37;font-size:18px;}
.header .sy_nav{float: right;margin-right: 35px;height: 100%;}
.header .sy_nav>ul{overflow:hidden;height: 100%;}
.header .sy_nav>ul>li{float:left;height: 100%;line-height: 130px;margin: 0 30px;}
.header .sy_nav>ul>li>a{font-size: 24px;color: #333333;position:relative;}
.header .sy_nav>ul>li>a:after{content:"";width: 100%;height:16px;background:#c30001;position:absolute;top: -45px;left:0;right:0;margin:0 auto;display:none;box-shadow: 2px 2px 4px #5a5a5a;}
.header .sy_nav>ul>li>a:hover:after,.header .sy_nav>ul>li.on a:after{display:block;}
.header .sy_nav>ul>li>a:hover,.header .sy_nav>ul>li.on a{}
.header .sy_nav>ul>li>ul{display:none;}
.header .header_contact{/* float: right; */height: 100%;display: inline-block;vertical-align: text-bottom;margin-left: 60px;}
.header .header_contact p:nth-child(1){/* font-size:30px; */}
.header .header_contact p{font-size: 14px;line-height: 92px;color: #999999;padding-right:20px;position: relative;display: block;height: 100%;}
.header .header_contact p span{font-size:24px;color: #015198;font-weight:bold;display: inline-block;text-indent: 0;}
.header .header_contact p a{color:#999999;}
.header .header_contact p i{display:inline-block;position: relative;margin-right: 5px;}
.header .header_contact p:nth-child(2) i{top:0;}
.header .header_contact p:nth-child(3) i{top:5px;}
.header .header_wx{display: inline-block;line-height: 100px;height: 100px;vertical-align: text-bottom;}
.header .header_wx img{display: inline-block;width:70px;vertical-align: middle;}
@media screen and (max-width:1800px){
    .header .logo{margin-right: 3%;}
    .header .logo p{font-size: 18px;}
    .header .header_content .h_bot>ul li{padding: 0 10px;}
    .header .header_contact{margin-left: 2%;}
}

/* header search */
.header .search{width: 70px;height: 30px;display: inline-block;padding-bottom: 10px;position: relative;top: 11px;vertical-align: top;}
.header .tb{
    float:right;
    width:70px;
    height:70px;
    position:relative;
    z-index:100;
    /* right: -18px; */
}
.search-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search-wrapper .input-holder {
    overflow: hidden;
    height: 70px;
    background: rgba(255,255,255,0);
    border-radius: 6px;
    position: relative;
    width: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 70px;
    text-indent:100px;
    border: none;
    background: url(../images/header_tel.png) center no-repeat;
    border-radius: 6px;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-wrapper .close:before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
    content:''
}
.search-wrapper .close:after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
    content:''
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display: none;
    color: #B7B7B7;
}
.search-wrapper.active {
left: -173px;}
.search-wrapper.active .input-holder {
    border-radius: 50px;
    width: 450px;
    background: rgba(0,0,0,1);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    background-color: #E6E6E6;
    margin: 10px;
    border-radius: 30px;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #ccc;
    border-radius: 2px;
}

.search-wrapper.active .close {
    right: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.sy_icon{background:url('../images/css_sprites.png') no-repeat;}
.icon1{width: 50px;height: 29px;background-position: -384px -98px;}
.icon2{background-position: -10px -10px;}
.icon3{background-position: -232px -174px;}
.icon4{background-position: -10px -98px;}
.icon5{background-position: -601px -98px;}
.icon6{background-position: -218px -98px;}
.icon7{background-position: -643px -98px;}
.icon8{width: 65px;height: 50px;display:block;background-position: -89px -174px;margin: 0 auto 25px;}
.icon9{width: 59px;height: 71px;background-position: -10px -174px;display: block;margin: 5px auto 15px;}
.icon10{background-position:-454px -98px;}
.icon11{background-position:-503px -98px;}
.icon12{background-position:-552px -98px;}
.icon13{width: 30px; height: 30px;display:inline-block;background-position: -386px -174px;}
.icon14{width: 30px; height: 30px;display:inline-block;background-position: -335px -174px;}
.icon15{width: 30px; height: 30px;display:inline-block;background-position: -284px -174px;}
.icon16{width: 14px;height: 13px;display:inline-block;background-position: -679px -98px;}
.icon17{width: 14px;height: 14px;display:inline-block;background-position: -436px -174px;}
/* sy_title */
.sy_title{text-align: center;padding: 50px 0;}
.sy_title h2{font-size:36px;font-weight:500;color:#000000;text-align: center;}
.sy_title p{font-size:18px;color:transparent;background: linear-gradient(to right, #006db8 40%, #8ecb98 55%, #889e41 100%);-webkit-background-clip: text;text-transform: uppercase;font-weight: bold;position: relative;display: inline-block;}
.sy_title p:nth-child(3){font-size:14px;color:#666666;font-weight:500;margin:10px 0;display: block;}
.sy_title p:nth-child(2):before{content:"+";position:absolute;font-size: 25px;color:#006db8;left: -25px;top: -16px;}
.sy_title p:nth-child(2):after{content: "_";position:absolute;font-size: 25px;color:#006db8;right: -25px;bottom: 5px;}
/* banner */
.fullSlide{width:100%;position:relative;height: 810px;z-index:1;margin:0 auto;}
.fullSlide .bd{width:100%;height: 810px;margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{ width:100% !important; }
.fullSlide .bd li{width:100% !important;height: 810px;overflow:hidden;text-align:center;color:#fff;}
.fullSlide .bd li a{width:100% !important;height: 720px;display:block;}
.fullSlide .hd{/* display:none; */position: absolute;bottom: 25px;width: 100%;text-align: center;}
.fullSlide .hd li{display:inline-block;width:10px;height:10px;overflow:hidden;text-indent:100px;border: 2px solid #fff;margin: 0 10px;border-radius: 8px;}
.fullSlide .hd li.on{background:#fff;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-65px;left: 8%;z-index:1;width: 45px;height:131px;cursor:pointer;background: rgba(0,0,0,0.2) url(../images/ban_xbl.png) center no-repeat;}
.fullSlide .next{left:auto;right: 8%;background: rgba(0,0,0,0.2) url(../images/ban_xbl.png) center no-repeat;transform: rotate(180deg);}


.index_icon{background:url('../images/sy_icon.png') no-repeat;}
.index_icon9{width: 14px;height: 13px;background-position: -73px -297px;top: 3px;}


.slider_page2 .hd ul li:after{content:"";position:absolute;bottom: -19px;left:0;right: 0;margin: 0 auto;width: 102px;height: 11px;background-position:-281px -76px;background: url('../images/css_sprites.png') -281px -76px;display: none;}

.advantage{}
.advantage .slider_advantage{width:1530px;margin:0 auto;position:relative;left:-165px;}
.advantage .slider_advantage .hd{}
.advantage .slider_advantage .hd ul{display:flex;justify-content: space-between;}
.advantage .slider_advantage .hd ul li{width: 370px;height:560px;padding:70px 23px 0;box-sizing: border-box;color:#000;position: relative;}
.advantage .slider_advantage .hd ul li:after{content:"";position:absolute;width:1px;height:560px;top:0;right:0;background:#d2d2d2;}
.advantage .slider_advantage .hd ul li:last-child:after{display:none;}
.advantage .slider_advantage .hd ul li .advantage_top{font-size:32px;}
.advantage .slider_advantage .hd ul li .msg{font-size:16px;}
.advantage .slider_advantage .hd ul li i{display:block;position: absolute;top: 250px;left: 0;right: 0;margin: 0 auto;}
.advantage .slider_advantage .hd ul li img{display:none;position: absolute;top: 205px;left: 25px;width: 390px;}
.advantage .slider_advantage .hd ul li.on{background:#c30001;color:#fff;width:450px;}
.advantage .slider_advantage .hd ul li.on i{display:none;}
.advantage .slider_advantage .hd ul li.on img{display:block;}
.advantage .slider_advantage .hd ul li .number{font-size:60px;position:absolute;top: 345px;font-weight: 600;left: 18px;}
.advantage .slider_advantage .hd ul li .number:after{content:"";position:absolute;left:0;bottom:0;width: 320px;height: 1px;background:#d2d2d2;}
.advantage .slider_advantage .hd ul li .text{font-size:12px;position: absolute;top: 455px;}
.advantage .slider_advantage .hd ul li.on .number{left:40px;}
.advantage .slider_advantage .hd ul li.on .text{left:40px;}
.advantage .slider_advantage .hd ul li.on .number:after{display:none;}



.sy_ban{background:url(../images/sy_ban.jpg) no-repeat center;width:100%;height:200px;}
.main{}
.page1{background:#e7eef8;padding-bottom: 45px;}
.page1 .page1_slider{position:relative;}
.page1 .page1_slider .bd{}
.page1 .page1_slider .bd ul{}
.page1 .page1_slider .bd ul li{width:325px;margin:0 8px;}
.page1 .page1_slider .bd ul li a{display:block;}
.page1 .page1_slider .bd ul li a img{display:block;height:325px;width:325px;}
.page1 .page1_slider .bd ul li a .box{width:100%;height:75px;background:#006db8;text-align:center;}
.page1 .page1_slider .bd ul li a .box h3{font-size:18px;color:#fff;}
.page1 .page1_slider .bd ul li a .box p{font-size:14px;color:#fff;}
.page1 .page1_slider span{position:absolute;top: 40%;display:block;width:40px;height:86px;background: url('../images/icon_arrow.png') no-repeat center;cursor: pointer;}
.page1 .page1_slider span.next{right: -45px;transform: rotate(180deg);}
.page1 .page1_slider span.prev{left: -45px;}
.page1 .more{width:185px;height:50px;line-height:50px;background:#fff;font-size:16px;color:#666666;display: block;text-align: center;margin: 45px auto 0;}
.page1 .more i{display:inline-block;width:14px;height:14px;background: url('../images/icon_menu.png');margin-right:10px;}


.page2{}
.page2 .page2_slider{display:flex;flex-wrap: nowrap;}
.page2 .page2_slider .hd{width:50%;}
.page2 .page2_slider .hd ul{}
.page2 .page2_slider .hd ul li{background:#006db8;border-top: 1px solid #fff;}
.page2 .page2_slider .hd ul li h3{font-size: 24px;color:#fff;line-height: 2;padding-left: 40px;display: inline-block;position: relative;}
.page2 .page2_slider .hd ul li h3:after{content:"+";position:absolute;width:30px;height:30px;background:#fff;color:#006db8;line-height: 26px;display:block;text-align:center;border-radius: 50%;top: 25px;left: 600px;transition:all linear 0.3;}
.page2 .page2_slider .hd ul li h3 span{font-size:37px;margin-right: 15px;}
.page2 .page2_slider .hd ul li .content{height:0;transition:all linear 0.5s;overflow: hidden;}
.page2 .page2_slider .hd ul li .content p{font-size:16px;color:#fff;padding-left:40px;width:70%;}
.page2 .page2_slider .hd ul li .content img{display:block;width: auto;margin-top: 2%;}
.page2 .page2_slider .bd{width:50%;}
.page2 .page2_slider .bd .title img{display:block;width:100%;}
.page2 .page2_slider .bd ul{height: inherit;flex: 1;}
.page2 .page2_slider .bd ul li{height:100%;}
.page2 .page2_slider .bd ul li .video{height:100%;}
.page2 .page2_slider .hd ul li.on{background:#28a1aa;}
.page2 .page2_slider .hd ul li.on .content{height: 372px;}
.page2 .page2_slider .hd ul li.on h3:after{opacity:0;}
.page3{padding:0 0 68px;}
.page3 .page3_slider{position:relative;}
.page3 .page3_slider .bd{}
.page3 .page3_slider .bd ul{}
.page3 .page3_slider .bd ul li{width:455px;height:390px;position:relative;}
.page3 .page3_slider .bd ul li img{display:block;width:100%;height:100%;}
.page3 .page3_slider .bd ul li .wrap{color:#fff;position:absolute;top: 340px;left:0;right: 0;background:rgba(1,81,152,0.5);transition: all linear 0.3s;height: 390px;padding: 0 30px;box-sizing: border-box;}
.page3 .page3_slider .bd ul li .wrap h4{font-size:15px;line-height:50px;text-align: center;}
.page3 .page3_slider .bd ul li .wrap p{font-size:14px;height: 0;}
.page3 .page3_slider .bd ul li:hover .wrap{top: 0;background: rgba(0,0,0,0.5);padding-top: 100px;}
.page3 .page3_slider .bd ul li:hover .wrap h4{font-size:20px;margin-bottom: 20px;}
.page3 .page3_slider>span{display:block;position:absolute;width:40px;height:85px;background: url('../images/icon_arrow.png') no-repeat center;top: 150px;cursor: pointer;}
.page3 .page3_slider .prev{left: -50px;}
.page3 .page3_slider .next{right: -50px;transform: rotate(180deg);}

.page4{height: 910px;background:url('../images/page4_bg.jpg') no-repeat center;padding: 40px 0 0;box-sizing: border-box;background-size: 100% 100%;}
.page4 .w1366{position:relative;}
.page4 .page4_title{text-align:center;}
.page4 .page4_title h2{font-size:46px;color:#fff;width:310px;line-height: 54px;height: 57px;background:#28a1aa;text-align: center;margin:0 auto;}
.page4 .page4_title p{font-size:14px;color:#666666;display:inline-block;padding:0 135px;line-height: 30px;margin: 10px 0;position: relative;}
.page4 .page4_title p:after{content:"";position:absolute;left:0;width: 100%;height: 1px;bottom:0;background: linear-gradient(to right, #fff 0, #a0a0a0 20%, #a0a0a0 80%,  #fff 100%);}
.page4 .page4_title p:before{content:"";position:absolute;left:0;width: 100%;height: 1px;top:0;background: linear-gradient(to right, #fff 0, #a0a0a0 20%, #a0a0a0 80%,  #fff 100%);}
.page4 .page4_slider{width:1150px;height: 600px;overflow: hidden;padding: 35px 0 80px;margin: 0 auto;position: relative;/* top: -185px; */}
.page4 .page4_slider .swiper-slide{height:auto;transition:all linear 0.2s;cursor:pointer;opacity: 0;}
.page4 .page4_slider .swiper-slide:hover{transform:scale(1.2);z-index:100;}
.page4 .page4_slider .swiper-slide-prev,.page4 .page4_slider .swiper-slide-next{position:relative;top:20px;z-index: 5;opacity: 1;}
.page4 .page4_slider .swiper-slide-next + div{z-index:4;}
.page4 .page4_slider .swiper-slide-next + div+div{z-index:1;}
.page4 .page4_slider .swiper-slide-active{z-index:10;opacity:11;}
.page4 .page4_slider .swiper-slide-active img{transform: scale(1.4);z-index: 10;top:25px;position:relative;}
.page4 .page4_slider .swiper-slide-active
.page4 .page4_slider .swiper-slide a{}
.page4 .page4_slider .swiper-slide img{display:block;width:100%;height:auto;position: absolute;top: 0;bottom: 0;margin-top: auto;margin-bottom: auto;}
.page4 .page4_slider .swiper_btn{position:absolute;top:50px;background:#000;display:block;width:55px;height:130px;}
.page4 .page4_slider .swiper-button-prev{left:-60px;}
.page4 .page4_slider .swiper-button-next{right:-60px;}
.page4 .swiper_btn{background:url('../images/icon_arrow.png') no-repeat center;width: 40px;height: 86px;background-color: transparent;}
.page4 .swiper_btn:after{display:none;}
.page4  .swiper-button-next{transform:rotate(180deg);}

.page5{padding:45px 0 40px;}
.page5 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.page5 ul li{padding-left: 115px;height:100px;box-sizing: border-box;width: 305px;}
.page5 ul li:nth-child(2n) h4{color:#28a1aa;}
.page5 ul li h4{color:#015198;font-size:30px;}
.page5 ul li p{font-size:12px;color:#666666;line-height: 20px;}
.page5 ul li:nth-child(1){background:url('../images/page5_img1.png') no-repeat left center;}
.page5 ul li:nth-child(2){width:320px;background:url('../images/page5_img2.png') no-repeat left center;}
.page5 ul li:nth-child(3){width:360px;background:url('../images/page5_img3.png') no-repeat left center;}
.page5 ul li:nth-child(4){width:320px;background:url('../images/page5_img4.png') no-repeat left center;}


.sy_news{background: #e7eef8;height: 800px;}
.sy_news .sy_title{padding-top: 30px;}
.sy_news .sy_title h3{color:#eaeaea;}
.sy_news>div{overflow:hidden;}
.sy_news p.new_title{width:100%;line-height: 65px;font-size: 18px;color: #1d1d1d;}
.sy_news .right .new_title span{background:#28a1aa;}
.sy_news p.new_title span{display:inline-block;padding: 0 15px;background: #006db8;color: #fff;line-height: 32px;}
.sy_news p.new_title a{float:right;font-size: 14px;color: #666666;}
.sy_news p.new_title i{width: 16px;height: 20px;display: inline-block;vertical-align: sub;margin-right: 10px;}
.sy_news .left{float:left;width: 740px;/* display: flex; */justify-content: space-between;}
.sy_news .left>a{display: block;width: 360px;box-shadow: 0 0 9px #d3d2d2;float: left;}
.sy_news .left>a:last-child{float:right;}
.sy_news .left>a .img{width: 360px;height: 300px;overflow:hidden;}
.sy_news .left>a .img img{display:block;width:100%;height: 100%;transition:all linear 0.3s;}
.sy_news .left>a:hover img{transform:scale(1.1);}
.sy_news .left>a .content{width:100%;height: 150px;padding:0 17px;box-sizing: border-box;background: #fff;transition:all linear 0.3s;}
.sy_news .left>a .content .time{}
.sy_news .left>a .content .time p{display:inline-block;line-height: 45px;font-size: 12px;color: #a1a1a1;}
.sy_news .left>a .content .time p.p2{float:right;}
.sy_news .left>a .content .news_title{line-height: 60px;font-size: 16px;color: #333333;height: 60px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-weight: bold;}
.sy_news .left>a .content .text{font-size:14px;color: #787878;height: 65px;overflow: hidden;}
.sy_news .left>a:hover .content{background:#006db8;}
.sy_news .left>a:hover .content p{color:#fff;}
.sy_news .right{float:right;width: 610px;}
.sy_news .right ul{width:100%;}
.sy_news .right ul li{width: 99%;height: 100px;margin-bottom: 16px;}
.sy_news .right ul li a{display: flex;width: 100%;height: 100%;}
.sy_news .right ul li a .time{width: 85px;height: 100px;float:left;padding: 15px 0 0;text-align: center;transition:all linear 0.3s;box-sizing: border-box;position: relative;background: #006db8;}
.sy_news .right ul li:nth-child(2n) a .time{background:#28a1aa;}
.sy_news .right ul li a .time p{font-size:16px;color: #fff;}
.sy_news .right ul li a .time p:first-child{font-size: 40px;font-weight:bold;line-height: 49px;color: #fff;}
.sy_news .right ul li a .msg{float:right;padding: 15px 15px;box-sizing: border-box;flex: 1;background: #fff;}
.sy_news .right ul li a .msg h3{font-size: 18px;color:#1a1a1a;font-weight:500;line-height: 26px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 100%;}
.sy_news .right ul li a .msg p{font-size:14px;color: #9f9f9f;height: 43px;overflow: hidden;}
.sy_news .right ul li:hover{background:#fffaf5;}
.sy_news .right ul li:hover a .msg p{color:#6a6a6a;}
.sy_news .right ul li:hover{box-shadow: 0 0 9px #acabab;}
.sy_news .right ul li:hover  a .msg h3{font-weight:bold;color:#00458f;}
.sy_news .right ul li:hover a .time:after{background:#c6c6c6;}
.sy_news .right .right_btn{display:flex;justify-content:space-around;flex-wrap:nowrap;}
.sy_news .right .right_btn span{width: 49%;height: 25px;background: #e7e7e7;cursor: pointer;}
.sy_news .right .right_btn span:hover{background:#ff8600;}

.sy_about{padding:40px 0 55px;background:#e7eef8;}
.sy_about>img{height:109px;display:block;margin:0 auto 40px;}
.sy_about .container{height:440px;}
.sy_about .container .video{width:50%;height:100%;float:left;}
.sy_about .container .video p{font-size:20px;text-align:center;}
.sy_about .container .content{width:50%;height:100%;position:relative;float:right;padding-left:55px;box-sizing: border-box;}
.sy_about .container .content .top{line-height:85px;border-bottom: 3px solid #ffffff;} 
.sy_about .container .content .top h3{font-size:36px;color:#000;font-weight:500;position: relative;display: inline-block;} 
.sy_about .container .content .top h3:after{content:"";position:absolute;bottom: -12px;left:0;height: 3px;width:100%;background:#006db8;}
.sy_about .container .content .title{font-size:24px;color:#000;margin: 40px 0;} 
.sy_about .container .content .text{font-size:15px;color:#666666;line-height: 30px;}
.sy_about .container .content a{display: block;width:140px;line-height:35px;color:#fff;background:#006db8;text-align: center;position:absolute;bottom:0;left:55px;font-size: 14px;}

/* footer */
.footer{position: relative;width:100%;background: #262a33;padding: 70px 0 0;box-sizing: border-box;overflow:hidden;}
.footer .f_container{overflow:hidden;margin-bottom: 40px;}
.footer .f_container .footer_contact{float:left;width: 265px;text-align: center;}
.footer .f_container .footer_contact .foot_logo{height:115px;background: url('../images/footer_logo.png') no-repeat center;margin-bottom: 10px;}
.footer .f_container .footer_contact p{font-size: 16px;color:#fff;text-align: left;}
.footer .f_container .wx{width:110px;text-align:center;float:left;margin-left: 75px;}
.footer .f_container .wx img{display:block;width:110px;height: 110px;}
.footer .f_container .wx p{font-size:12px;color:#fff;line-height: 30px;}
.footer .f_container .footer_content{width:625px;float:left;margin-left: 50px;padding-top: 10px;}
.footer .f_container .footer_content ul{display:flex;flex-wrap: nowrap;justify-content: space-between;padding-bottom: 20px;border-bottom: 1px solid #4d4d4d;margin-bottom: 40px;}
.footer .f_container .footer_content ul li{display:inline-block;}
.footer .f_container .footer_content ul li a{font-size:14px;color:#fff;}
.footer .f_container .footer_content p{font-size:14px;color:#fff;margin-bottom: 13px;line-height: 20px;}
.footer .f_container .footer_content p span{font-weight:bold;font-size: 24px;}
.footer .f_container .footer_content p i{}
.footer .link{font-size:12px;color:#fff;overflow:hidden;padding-bottom: 18px;border-bottom: 1px solid #323441;}
.footer .link p{float:left;margin-right: 20px;}
.footer .link ul{width: 1115px;overflow:hidden;float:left;display: flex;flex-wrap: wrap;}
.footer .link ul li{float:left;margin-bottom: 15px;width: 110px;}
.footer .link ul li a{color:#fff;}
.footer .link ul li a:hover{color:#006db8;}
.footer .footer_msg{height:90px;line-height:20px;text-align:center;color: #808080;}
aa.footer .footer_msg p{font-size:12px;color: #808080;display: inline-block;}
aa.footer .footer_msg span,.footer .footer_msg a{color: #808080;margin-right: 10px;}

@media screen and (max-width: 1500px){
    .f_container{width: 90% !important;}
    .footer .list{width: 90%;}
    .footer .list ul{margin-right: 2%;}
    .footer .footer_contact{width:20%;margin-right: 6%;}
    .footer .footer_contact .top p{float:inherit;}
    .footer .footer_contact .top a{display:block;float:inherit;overflow: hidden;margin-top: 7px;}
    .header .header_content .h_bot>ul{/* width:70%; */white-space: nowrap;padding-right: 190px;}
    .header .header_content .h_bot>ul>li{padding: 0 3% !important;}
}

/* links */
.links{color:#6b6b6b;background: #fff;width:100%;overflow:hidden;}
.links .links_title{float:left;height: 60px;padding-top: 20px;}
.links .links_title p{line-height: 20px;font-size: 14px;}
.links .links_lists{float:left;padding-top: 26px;padding-left: 55px;width: 1085px;}
.links .links_lists ul{overflow:hidden;}
.links .links_lists ul li{margin-right: 18px;position:relative;float:left;padding-right: 18px;margin-bottom: 15px;width: 130px;}
.links .links_lists ul li:after{content:"";width:1px;height: 12px;position: absolute;top: 3px;right: 0;border-left:1px dotted #6b6b6b;}
.links .links_lists ul li a{font-size:13px;}
.links .links_lists ul li:nth-child(6n):after{display:none;}



.ny_search{width:1200px;height: 60px;overflow:hidden;margin: 15px auto;position: relative;}
.ny_search p{width: 785px;background: url(../images/weizhi_xb1.png) left center no-repeat;padding-left:20px;height:38px;color:#bababa;font-size:12px;line-height:38px;float:left;/* border-bottom:1px solid #dadada; */}
.ny_search .zi{ width:830px; height:38px;color:#666;font-size:12px; line-height:38px; float:left;border-bottom:2px solid #ff0041;}
.ny_search h1{color:#bababa;font-size:12px; line-height:38px; display:inline-block;font-weight:normal;}
.ny_search a{ color:#bababa;}
.ny_search p em{ padding:0 6px; font-family:"å®‹ä½“";}
.ny_search a:hover{color:#006db8}
.ny_search .search1{width:270px;height:35px;border:1px solid #e5e5e5;background:#fff;border-radius:18px;position:relative;float:right;top: 12px;}
.ny_search .search1 .inp01{width: 220px;height: 35px;padding:5px 5px 5px 15px;line-height: 35px;text-align:left;color:#999999;font-size:12px;position:absolute;left:0px;top:0;outline:0;font-family:"å¾®è½¯é›…é»‘";box-sizing: border-box;border-radius: 30px 0 0 30px;}
.ny_search .search1 .inpso{width:49px;height:20px;background: url(../images/soso1.png) center no-repeat;border-left:1px solid #e5e5e5;border-radius:0 50% 50% 0;position:absolute;right:0;top:7px;outline:0;z-index:2;text-indent:-999px;cursor:pointer;}


.cp_main0{width:100%;height:auto;overflow:hidden;background: url(../images/caselist_02.jpg) repeat-y left top;}
.tits{width: 1200px;height:auto;overflow:hidden;position:relative;margin:25px auto 38px;}
.div1 a{display:inline-block;height: 75px;padding:0 30px;text-align:center;font-size:16px;color:#666;position: relative;}
.div1 a:after{    content: "";display: none;position: absolute;width: 2000px;height: 4px;background: #006db8;right: 0;top: 0;transform: rotate(360deg);}
.tits>div .ts{background: url('../images/abouttit_bg1.png') no-repeat;background-size: 100% 100% !important;}
.tits>div:nth-child(2n) .ts{background: url('../images/abouttit_bg2.png') no-repeat;}
.div1 a.ce_dianji,.div1 a:hover{background: #006db8;color: #fff !important;}
.div1 a.ce_dianji:after,.div1 a:hover:after{display:block;}
.div1 a:hover{color:#006db8;}
.div1 a:hover:before,.div1 a.ce_dianji:before{border:2px solid #006db8;background:#fff;}
.div1 .xnav{width: 100%;height: 75px;line-height: 75px;border-bottom: 2px solid #dedede;vertical-align:middle;margin:0 auto;text-align: center;background: #fff;z-index: 2;box-shadow: 0 3px 12px #d8d8d8;margin-bottom: 60px;}
.div2{top:0px;z-index:999;width: 100%;position:fixed;_position:absolute;left:50%;margin: 0 auto;left: 0;right: 0;}
.tabs{width:170px;height:100%;overflow:hidden;background:#fa8545; position:absolute; right:0; top:0;z-index:1;}
.tabs p{height:40px;line-height:40px;overflow:hidden;background:#006db8text-align:center;font-size: 16px;color: #fff;}
.tabs ul{height:auto;overflow:hidden;padding:10px 5px 15px;}
.tabs li {font-size: 14px;height: 32px;line-height: 32px;text-align:left;cursor: pointer;font-size: 15px;background: url(Img/Index/news_tb0.png) 15px 11px no-repeat;padding-left:30px;}
.tabs li a {color: #fff;}
.tabs .hit{border-radius: 5px 5px 0 0;background:#0072c9;}
.tabs .hit a{color: #fff;}
.bs1{position:relative; z-index:2;}
.pane{height:auto;overflow:hidden;position:relative;min-height: 300px;}
.pane .ts{font-size: 20px;margin:0 0 20px;padding: 25px 20px 12px 10px;position: relative;float: left;box-sizing: border-box;color: #fff;width: 185px;height: 130px;top:10px;}
.pane .ts span{display:block;}
.pane .ts:after{content:"";width: 70px;height:2px;position:absolute;bottom:0;right: 0;background:#ff5639;display:none;}
.pane>div:nth-child(2){float:right;width: 955px;}
.ny_r .tits{width:788px;height:auto;overflow:hidden;padding:0 25px 25px;border:1px solid #E9E9E9;background: #fff; position:relative; margin:25px auto;}
.ny_r .div1 .xnav{width:840px;}
.ny_r .div1 .xnav a{ padding:0 24px;}
.ny_r .div2{top:0px;z-index:999;width:840px; padding-right:260px;position:fixed;_position:absolute; left:50%; margin-left:-550px;}
.ny_r .div1 .tm{ float:right;width:102px;height:30px;margin:8px 0 0;}
.ny_r .div1 .tm a{display: block;width:100px;height:28px; overflow:hidden;line-height: 28px; text-align: center; color: #fff;border-radius:4px; border:1px solid #ff5639; background: #ff5639; padding:0;}
.ny_r .div1 .tm a:hover{ background:#fff; border:1px solid #ff5639;color: #ff5639;}
#float{}
/* ç¿»é¡µcss */
.page-box {width:100%;height: 32px;padding:20px 0px 10px;margin: 0px;}
div.digg.t{margin: 0 auto;padding: 40px 0;}
div.digg {width:100%;text-align: center;margin: 50px auto 20px;}
div.digg span {display: inline-block;padding:10px 0; }
div.digg span.disabled {border: 1px solid #e1e2e3;border-radius:18px;padding:6px 1%;margin: 0 0.4%;color: #015198;display:inline-block;}
div.digg span.current {padding:6px 1%;border-radius:18px;margin: 0 0.4%;font-weight: bold; border: 1px solid #006db8color:#fff;background:#006db8 display:inline-block;}
div.digg a {display: inline-block;padding:6px 1%;border-radius:18px;margin: 0 0.4%;border: 1px solid #e1e2e3;color: #7f7f7f;text-decoration: none;}
div.digg a:last-child{color: #015198;}

.ny_contact{width: 100%;height: 350px;overflow:hidden;background: #f3f3f3;border-top: 4px solid #006db8;margin: 28px auto 0;}
.ny_contact .zi1{height:auto; text-align:left; padding:14px 15px 14px 20px; overflow:hidden;margin:0 auto}
.ny_contact .zi1 p{height:32px;overflow:hidden;line-height:32px;font-size:20px;color:#04271b;font-weight:bold;text-indent: 20px;}
.ny_contact .zi1 p img{ width:24px; height:24px;margin-right:7px;position:relative; top:4px;}
.ny_contact .zi1 p.t{ font-size:23px; letter-spacing:0.3px;}
.ny_contact .zi2{width: 219px;height:64px;padding:15px 0 0 67px;border-bottom:1px solid #e7e7e7;border-top:1px solid #e7e7e7;background:url(../images/lx_cxb2.png) 20px 25px no-repeat;color:#bdbdbd;text-align:left;overflow:hidden;margin:0 auto;}
.ny_contact .zi2 p{ font-size:18px;text-transform:uppercase;}
.ny_contact .zi2 p span{ font-size:20px;display:inline-block; margin-right:10px;}
.ny_contact .zi2 h6{ font-size:15px;text-transform:uppercase; font-weight:normal;}
.ny_contact .zi2 h6 span{display:inline-block; margin-left:10px;}
.ny_contact .zi3{ padding:23px 0 10px; height:auto; overflow:hidden; text-align:center; vertical-align:middle;}
.ny_contact .zi3 img{ width:140px; height:140px; margin:0 auto;}
.ny_contact .zi3 p{ line-height:46px; text-align:center; font-size:16px; color:#444;}


/* æ ç›®é¡µ å¼€å§‹*/
.newbtt{width:1200px;margin:0px auto;height:48px;margin-bottom:23px;border-bottom: 1px solid #006db8}
.newbtt>span{ float:right; margin-top:17px;}
.newbtt>a{width:180px;height:48px;display:inline-block;line-height:48px;text-align:center;font-size:20px;background-color: #006db8;color:#fff;}
.newbtt span a{width:100px;text-align:center;height:20px;line-height:18px;background-color: #006db8display: inline-block;border-radius: 30px;color:#fff;text-indent: 10px}
.newbtt.one{ width:1200px; margin:0px auto 23px;background:url(Img/Index/casenew_28.jpg) repeat-x; height:48px; }
.newbtt.two{width:1200px; margin:46px auto 33px;background:url(Img/Index/casenew_28.jpg) repeat-x; height:48px;}
.news_title{display: inline-block;height: 47px;margin-top: 0 !important;line-height: 47px;background-color: #006db8color: #fff;font-size: 20px;}
.wrap_slider1{height:283px;width:100%;position:relative;background:#e6eef1;margin: 0px auto 21px;}
.wrap_slider1 .hd{ position:absolute; right:16px; bottom:20px; z-index:100;}
.wrap_slider1 .hd ul li{ display:block; width:21px; height:20px; line-height:20px;background-color:#fff; text-align:center; float:left; margin-right:10px; color:#006db8;border-radius:10px;}
.wrap_slider1 .hd ul li:hover{background-color:#006db8;color:#fff;}
.wrap_slider1 .hd ul li.on{background:#006db8;color:#fff;}
.wrap_slider1 .bd{width:100%;height:100%;}
.wrap_slider1 .bd ul li{float:left;}
.wrap_slider1 .bd img{float:left;display:block;width:474px;height:283px;}
.wrap_slider1 .bd .content{width:625px;float:left;font-size:14px;color:#828282;margin-left: 26px;}
.wrap_slider1 .bd .content h1{ padding-bottom:22px; padding-top:26px;}
.wrap_slider1 .bd .content h1 a{ font-size:22px; font-weight:normal; }
.wrap_slider1 .bd .content p a{ color:#1f5770;}
.xenw{ width:1200px; margin:0px auto; padding-bottom:30px;}
.xenw ul{width:724px;float:left;background:url(../images/casenew_23.jpg) 0px 15px no-repeat;}
.xenw ul li{margin-left:41px;font-size:14px;color:#565656;border-bottom:1px #e5e5e5 dashed;height:43px;line-height:43px;position: relative;}
.xenw ul li:before{content:"";position:absolute;width:8px;height:8px;background: #c5bfba;border-radius:8px;left: -30px;top: 16px;}
.xenw ul li:hover:before{background:#006db8}
.xenw ul li:hover a,.xenw ul li:hover span{color:#006db8}
.xenw ul li a:hover{ color:#1f5770;}
.xenw ul li .time{ float:right;}
.xenw .gmeg{ float:right; width:226px; height:265px; overflow:hidden;}
.xenw .gmeg a{color:#fff;background-color:#ebebeb;display:block; height:205px;padding-top:60px;}
.xenw .gmeg a:hover{background-color:#006db8}
.xenw .gmeg a p{width:80%;margin:0 auto;font-size:34px;text-align:center;}
.wrap_slider2{height:230px;width:100%;position:relative;margin: 0px auto 21px;}
.wrap_slider2 .hd{ position:absolute; right:16px; bottom:20px; z-index:100;}
.wrap_slider2 .hd ul li{ display:block; width:21px; height:20px; line-height:20px;background-color:#fff; text-align:center; float:left; margin-right:10px; color:#006db8border-radius:10px;}
.wrap_slider2 .hd ul li:hover{background-color:#006db8 color:#fff;}
.wrap_slider2 .bd{width:100%;height:100%;}
.wrap_slider2 .bd ul li{float:left;}
.wrap_slider2 .bd a img{float:left;display:block;width:430px;height:230px;}
.wrap_slider2 .bd .content{width:720px;float:left;font-size:14px;color:#828282;margin-left: 26px;}
.wrap_slider2 .bd .content h1{ padding-bottom:22px; padding-top:26px;}
.wrap_slider2 .bd .content h1 a{ font-size:22px; font-weight:normal; }
.wrap_slider2 .bd .content p a{ color:#1f5770;}
.wrap_slider2 .next{cursor:pointer;position:absolute;bottom:0;right:0;width:32px;height:32px;border:1px solid #bcbcbc;text-align:center;font-size:18px;line-height:31px;}
.wrap_slider2 .next:hover{background:#006db8;color:#fff;border:1px solid #006db8;}
.productqg2{ width:1200px; margin:0px auto 30px; border-left:1px #ebebeb solid;}
.productqg2 ul li{ width:398px; padding-bottom:38px;border:1px #dedede solid; border-left:0px; float:left; padding-top:28px;}
.productqg2 ul li a{display:block;width: 100%;}
.productqg2.one ul li{width:332px; padding-bottom:0px;border:1px #dedede solid; border-left:0px; float:left; padding-top:28px;}
.productqg2 ul li .productname{position:relative;color:#464646;font-size:16px;font-weight:bold;margin:0px auto;width: 293px;margin-bottom:15px;white-space:nowrap;}
.productqg2 ul li .productname:before{content:"";width:4px;height:12px;background-color:#006db8position:absolute;left:0;top:5px;}
.productqg2 ul li .productname a{color:#494949;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.productqg2 ul li  p{padding-top:15px;width:291px;margin:0px auto;font-size: 14px;height: 66px;margin: 0px auto 15px;color:#828282;text-indent: 24px;overflow: hidden;}
.productqg2 ul li .ckmore1{ width:132px; height:29px; border:1px #d0d0d0 solid; line-height:29px; font-size:14px;color:#134c64; text-align:center; margin:0 auto;}
.productqg2 ul li .ckmore1:hover{background:#006db8;}
.productqg2 ul li .ckmore1:hover a{color:#fff;}
.productqg2 ul li .ckmore1 a{   color:#006db8 text-align:center; margin:0 auto;}
.productqg2 ul li.cur .ckmore1{ background:#006db8width:132px; height:29px;border:1px #fff solid; color:#fff; text-align:center; margin:0 auto;}
.productqg2 ul li.cur .ckmore1 a{color:white;}
.productqg2 ul li .anlitp{ width:291px; height:156px; overflow:hidden; margin:0px auto; border:1px #fff solid;}
.productqg2 ul li.cur .anlitp{ width:291px; margin:0px auto; border:1px solid #006db8}
.productqg2 ul li.first{ }
.productqg2 ul li.last{ }
.kjbk{ width:1200px; margin:0px auto; padding-top:25px;}
.newbg{ width:700px; float:left;}
.newbg ul{  margin:0 auto;}
.newbg ul li{ font-size:14px; line-height:38px; border-bottom:1px #e4e4e4 dashed;}
.newbg ul li:hover{font-weight:600;}
.newbg ul li a{ color:#4f4f4f;font-size:14px; }
.newbg ul li.cur a{ font-weight:bold; color:#006db8}
.newbg ul li.cur .datenew{color:#134c64;}
#tout{  line-height:24px; height:125px; border-bottom:0px;}
#tout .yyantp{ margin-bottom:15px;}
#tout .mtbt{ margin-bottom:8px; }
#tout .mtbt a { font-size:22px;padding-left:0px;color:#424242;}
#tout .btnr{ line-height:26px; font-size:13px; color:#828282;}
#tout .btnr a{ font-size:13px; color:#1f5770; font-weight:normal;}
.newbg ul li .datenew{ float:right; font-size:12px;}

.bky{ width:394px; float:right;}
.bky .mtbt{}
.bky .img{display:block; height:212px; overflow:hidden;}
.bky .mtbt a{font-size:18px;color:#424242;line-height: 55px;height: 55px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;display: block;}
.bky .mtbt a:hover{font-weight:bold;color:#006db8}
.bky .btnr{ line-height:26px; font-size:13px; color:#828282;}
.bky .btnr a{ font-size:13px; color:#006db8;font-weight:normal;}




.news_main1 {width:auto;height: 105px;background:#eeeeee;padding: 20px 25px 20px;text-align:left;margin:20px 0 0;}
.news_main1 dt {background: url(../images/news_bt3.png) no-repeat left center;padding-left:55px;height:28px;line-height:28px;font-size:16px;font-weight:bold;color: #90847a;overflow: hidden;margin-bottom:8px;}
.news_main1 dt a {font-size:16px; font-weight:bold;color: #3c3c3c;}
.news_main1 dt a:hover{color:#e60013;}
.news_main1 dt em {width: 83px;display: inline-block;font-size: 20px;color: #90847a;margin-right:10px;text-align: center;line-height: 36px;}
.news_main1 dd{font-size:14px;color: #444;line-height:23px;overflow:hidden;}
.news_main1 dd a{color:#e60013;}

.news_main2,.news_main4{width:auto;overflow: hidden;margin-top: 18px; text-align:left;}
.news_main2 dl,.news_main4 dl {width:auto;height:178px;background:#f4f4f4;margin-bottom: 22px;overflow: hidden;}
.news_main2 dt {width:241px;height: 135px;float: left;margin: 20px 0 0 20px;display: inline;}
.news_main2 dt img {width:239px;height: 133px; border:1px solid #ececec;display: block;}
.news_main2 dd {width:470px;float: left;display: inline;margin: 20px 0 0 20px;}
.news_main2 dd h3{position:relative;}
.news_main2 dd h3:before{content:"";width:30px;height:30px;position:absolute;left:0;top:-2px;background:url(Img/Common/hot.gif) no-repeat center;}
.news_main2 dd h3,.news_main4 dd h3 {font-size:15px;color: #303030;overflow: hidden;height: 26px; line-height:26px;margin:0 0 5px;}
.news_main2 dd h3 a,.news_main4 dd h3 a{color: #303030;}
.news_main2 dd h3  a:hover,.news_main2 dd h3  a:hover,.news_main1 dd a:hover{color:#006db8;}
.news_main2 .dd_p,.news_main4 .dd_p {line-height:21px;font-size: 14px;color: #6e6e6e;text-align: left;height:63px; overflow:hidden;}
.news_main2 span,.news_main4 span{margin-top:10px;display: block;}
.news_main2 .news_more a,.news_main4 .news_more a{width:95px;height:25px;border: 1px solid #006db8;text-align: center;font-size: 14px;line-height: 25px;color:#006db8;display: inline-block;}
.news_main2 .news_more a:hover,.news_main4 .news_more a:hover{border: 1px solid #006db8;background:#006db8;color:#fff;}

.news_main2.paln_m dt {width:241px;height: 135px;}
.news_main2.paln_m dt img {width:239px;height: 133px;}
.news_main2.paln_m dd {width:470px;}


.xnav_m3{ width:auto; height:auto; overflow:hidden; padding:0 0 10px; border-bottom:1px solid #d3d3d3; position:relative;}
.xnav_m3 h2{ color:#322821; text-align:left; font-size:16px; float:left;}
.xnav_m3 h2 img{ width:28px; height:28px; padding:7px 8px 0 0; float:left;}
.xnav_m3 h2 em{color:#7d7d7d; font-size:12px;text-transform: uppercase; padding-left:5px; font-weight:normal;}
.xnav_m3 p{ color:#7d7d7d; font-size:13px; float:right;text-transform: uppercase;}
.xnav_m3 p a{ color:#7d7d7d;}
.xnav_m3 span{width:66px; height:2px; border-bottom:2px solid #006db8; position:absolute; left:0px; bottom:0px; z-index:10;}

/* æ–°é—»åˆ—è¡¨é¡µ css */
.sideMenu,.cpfl{ width:240px;height:auto; overflow:hidden;margin:0 0 25px;}
.sideMenu .xnav,.cpfl .xnav{height:auto;padding:20px 25px;overflow:hidden;text-align:center;background: #006db8;}
.sideMenu .xnav i,.cpfl .xnav i{width:13px;height:3px;display:block;background:#fff; margin:0 0 10px;}
.sideMenu .xnav p,.cpfl .xnav p{height:38px;line-height:19px;color:#fff;font-size:1.2em;font-family:"Book Antiqua";text-transform:uppercase;}
.sideMenu .xnav p span,.cpfl .xnav p span{color:#fff;font-size:1.4em;font-family:"Book Antiqua";text-transform:uppercase; display:block;}
.sideMenu .xnav a,.cpfl .xnav a{height:25px;line-height:25px;color:#fff;font-size:26px; display:block; margin:10px 0 0;}
.sideMenu .xnav a em,.cpfl .xnav a em{ width:20px;height:20px; display:inline-block; margin-right:6px; position:relative; top:3px;}
.sideMenu .xnav em.al{ background-position:-120px -27px;}
.sideMenu .xnav em.cp,.cpfl .xnav em.cp{ background-position:-140px -27px;}
.sideMenu .xnav em.ab{ background-position:-160px -27px;}
.sideMenu .xnav em.xc{ background-position:-180px -27px;}
.sideMenu .xnav em.hz{ background-position:-200px -27px;}
.sideMenu .xnav em.xw{ background-position:-220px -27px;}
.sideMenu .xnav em.fa{ background-position:-260px -27px;}
.sideMenu ul{height:auto; overflow:hidden;padding:15px 20px;background:#f7f7f7;}
.sideMenu ul li{height:45px; overflow:hidden; margin:0 auto 8px;}
.sideMenu ul li a{color:#444;font-size:17px;height:45px;overflow:hidden;line-height:45px;display:block;position:relative;padding-left:35px;background: url(../images/ce_nyxb1.png) #dfdfdf 20px center no-repeat;}
.sideMenu ul li.on a,.sideMenu ul li a:hover{color: #006db8;background:url(../images/ce_nyxb01.png) 20px center no-repeat;}
.sideMenu ul li a i{position:absolute;bottom:0px;left:0;width:0px;height:1px;display:block;background: #006db8;}
.sideMenu ul li a:hover i{width:150px;transition:all .3s ease-in;-moz-transition:all .3s ease-in;-webkit-transition:all .3s ease-in;-o-transition:all .3s ease-in;}
.sideMenu dl{height:auto; overflow:hidden;padding:0px 20px 13px;}
.sideMenu dl dt a{height:28px; overflow:hidden; display:block; line-height:28px; text-indent:15px; font-size:13px; color:#777;border-bottom:1px solid #dedede;}
.sideMenu dl dt a:hover{color:#e60012;border-bottom:1px solid #e60012;}
.sideMenu1 h2,.sideMenu3 h2{ height:65px; color:#fff; font-size:20px;line-height:65px;text-align:center; background: url(../images/arrow.png) #006db8 170px center no-repeat;background-position:205px center;}
.sideMenu2 h2{ height:50px; line-height:50px;text-indent: 28px;  text-align:left; background: url(../images/arrow.png) #90847a 200px center no-repeat;}
.sideMenu h2 a,.sideMenu1 h2 a,.sideMenu3 h2 a{color:#fff; font-size:26px; font-weight:normal;}
.sideMenu h4 a{height:40px; line-height:40px;padding-left:45px;font-weight:normal; text-align:left;font-size:15px;color:#1f1f1f;background:url(Img/ny_cp/cp_b.jpg) center no-repeat; display:block; margin:0 0 1px;}
.sideMenu h4 a:hover{background:url(Img/ny_cp/cp_c.jpg) center no-repeat;color:#006db8;}
.sideMenu1,.sideMenu3{ width:240px;font-family:"微软雅黑";height:auto; overflow:hidden;}
.sideMenu2{ width:240px; font-family:"微软雅黑";height:auto; overflow:hidden;}
.sideMenu1 .side_t{ padding:6px 14px 14px; height:auto; overflow:hidden; background:#f4f4f4;  }
.sideMenu2 .side_t{ padding:6px 15px 10px;height:auto; overflow:hidden;background:#f4f4f4;  }
.sideMenu1 h5{ height:40px; font-weight:normal; line-height:40px;text-align:left;font-size:13px; border-bottom:1px solid #e7e7e7; overflow:hidden;}
.sideMenu1 h5 a,.sideMenu3 h5 a{color:#000;}
.sideMenu1 h5 a:hover{color:#006db8; text-decoration:underline;}
.sideMenu1 h5 em{ float:left; display:block; width:19px; height:32px; line-height:42px;background:url(../images/ny_alxb.png) 0px 15px no-repeat; cursor:pointer; color:#fff; font-size:12px; font-family:"å®‹ä½“"; padding-left:3px; }
.sideMenu1 h5.on em{ background-position:0px 15px;  color:#fff;}
.sideMenu1 dl,.sideMenu3 dl{  display:none; padding-top:6px; /* é»˜è®¤éƒ½éšè— */ }
.sideMenu1 dl img{ width:210px; height:137px;overflow: hidden; /* é»˜è®¤éƒ½éšè— */ }
#sid1 dl img{ width:170px; height:134px !important;overflow: hidden; /* é»˜è®¤éƒ½éšè— */ }
.sideMenu2 dl img{ width:208px; height:auto;overflow: hidden; /* é»˜è®¤éƒ½éšè— */ }
.sideMenu3 .side_t{ padding:6px 14px 14px;border:1px solid #ebebeb; background: url(Img/Index/ce_bj1.jpg) #fff center top no-repeat;}
.sideMenu3 h5{ height:40px; line-height:40px;text-align:left;font-size:13px; border-bottom:1px solid #e2e2e2; overflow:hidden; font-weight:normal;}
.sideMenu3 h5 em{ float:left; display:block; line-height:42px;color:#666; font-size:12px; font-family:"å®‹ä½“"; padding-left:3px; padding-right:10px; }
.sideMenu3 dl dt{line-height:28px; font-size:10px; font-family: "å®‹ä½“";padding-left:22px; padding-right:12px;color:#654938; }
.sideMenu3 dl dt a{font-size:13px; color:#654938;font-family:"å¾®è½¯é›…é»‘";/* é»˜è®¤éƒ½éšè— */ }
.ny_r_title1{ height:auto; overflow:hidden;}
.ny_r_title2{ width:1000px;}
.ny_r_title1 .xnav_m2{padding:0 0 10px;position:relative;z-index:1;border-bottom: 1px solid #d4d4d4;}
.ny_r_title1 .xnav_m2 h2{ width:auto;color:#322821; text-align:left; font-size:16px;}
.ny_r_title1 .xnav_m2 h2 em{color:#7d7d7d; font-size:12px;text-transform: uppercase; padding-left:5px; font-weight:normal;}
.ny_r_title1 .xnav_m2 p{ color:#7d7d7d; font-size:13px; float:right;text-transform: uppercase;}
.ny_r_title1 .xnav_m2 span{width:70px;height:2px;background: #015198;position:absolute;left:0;bottom:0;}

/* æŽ¨èèµ„è®¯css */
.nycp_news{ width:1000px; height:auto; overflow:hidden; padding:20px 0 25px; margin:20px 0px 0px; background:#f8f8f8;}
.nycp_news li{ width:445px; margin:0 20px;float:left;line-height:34px; background:url(Img/ny_cp/news_xb1.png) left center no-repeat; padding-left:15px; color:#333; border-bottom:1px dashed #d5d5d5; text-align:right; font-size:12px;}
.nycp_news1 li{width: 345px;margin-left:15px;float:left;margin-right:55px;line-height:34px;color:#333;border-bottom:1px dashed #d5d5d5;text-align:right;font-size:12px;position: relative;padding: 0 0 0 15px !important;}
.nycp_news1 li:before{content:"";width: 6px;height: 6px;position:absolute;background: #a7a6a6;left:0;top: 13px;border-radius: 8px;}
.nycp_news1 li:hover:before{background:#015198}
.nycp_news li span,.nycp_news1 li span{float:left;width: 260px;height: 35px;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: pre;text-align: left;}
.nycp_news a,.nycp_news1 a{color:#666; display:block;}
.nycp_news a:hover,.nycp_news1 a:hover{color:#015198;}
.nycp_news1{width: 860px;height:auto;padding:15px 0;overflow:hidden;margin:20px 0 18px;background:#f4f4f4;}

/* 新闻详情页 css */
.news_que2{ border-bottom:1px solid #d6d6d6; padding-bottom:10px;}
.news_que2 h2 {height:28px; line-height:28px; font-size:16px; font-weight:bold;color:#4c4c4c;text-align:center; overflow:hidden;}
.news_que2 h3{height:24px;color: #999;font-size: 12px;line-height: 24px; text-align:center; position:relative;}
.news_que2 h3 .news_xb1{background: url(../images/ny_news_tu1.png) left center no-repeat;padding-left:22px;margin-right:15px;}
.news_que2 h3 .news_xb3{background: url(../images/ny_news_tu3.png) left center no-repeat;padding-left:22px;margin-right:15px;}
.news_que2 h3 .news_xb4{width:100px; height:24px; position:absolute; right:0px; top:0px;}

/*……………………………………内页 css开始……………………………………………………*/
.ny_ban1{height: 300px;}
.ny_ban1 a{width:100%;height: 400px;display:block;}

.ny { width:1200px;height:auto; overflow:hidden;font-family:"微软雅黑";margin:30px auto; }
.ny .ny_l{ width:240px; height:auto;overflow:hidden;}
.ny .ny_r{ width:890px; height:auto;overflow:hidden;}

.ny .ny1_l{ width:240px; height:auto;overflow:hidden;}
.ny .ny1_r{ width:740px; height:auto;overflow:hidden;}
.gjc{height:auto;overflow:hidden;text-align:left;line-height:22px;font-size:14px;color: #006db8margin:0 0 10px;}
.fuwu_wenz{ width:auto;height: auto; margin:15px auto;}
/* 上下篇 */
.sxpian{ width:770px; height:46px;}
.next-prev-single {width: 770px;padding:0 0 12px;color: #444;font-size: 14px;overflow: hidden;}
.next-prev-single p{ width:49%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:left;}
.next-prev-single p a{ color:#232a42; text-decoration:none; font-weight:bold;}
.next-prev-single p a:hover{ color:#00a1e9 ;}
.next-prev-single .prev{ float:left;}
.next-prev-single .next{ float:right; text-align:right;}
/* 上下篇 */


.w_al{ width:890px; height:auto; overflow:hidden;font-family:"微软雅黑";margin:20px auto 5px;}
.w_al .section_title{font-size: 18px;border-top: 1px solid #808080;padding-top:30px;padding-bottom: 5px;margin-bottom: 30px;color:#222;letter-spacing: 1px;margin-top: 35px; text-align:center; font-weight:normal;}
.w_al .section_title span{font-size: 16px; display:inline-block; padding-right:10px; color:#808080;}

.w_al ul{ width:900px;height:auto; overflow:hidden;margin:0px -10px;}
.w_al ul li{width:33.333%;height: 380px;overflow:hidden;float:left;margin-bottom:20px;}
.w_al ul li .tu{margin:0 10px 20px;border:1px solid #ececec;height: 100%;position: relative;box-sizing: border-box;}
.w_al ul li .tu a{  width:100%; height:100%; overflow:hidden;display:block; position:relative;}
.w_al ul li .tu img{/* width:100%; *//* height:auto; */}
.w_al ul li .title{overflow:hidden; height:0;}
.w_al ul li .tu a:hover .title{width:84%;height:100%;padding:0 8%;text-align:center;background: url(../images/zi_bj1.png) center repeat;position:absolute;left:0;top:0;color: #fff;}
.w_al ul li .tu a:hover .title h3{height:22px;line-height:22px;overflow:hidden;font-size:20px;font-weight:normal;text-transform: uppercase;margin: 44px 0 10px;-webkit-transform: translate(0px, 15px);-ms-transform: translate(0px, 15px);transform: translate(0px, 15px);-webkit-transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;-ms-transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;}
.w_al ul li .tu:hover .title p{ height:20px; line-height:20px; overflow:hidden;font-size:14px;-webkit-transform: translate(0px, 15px);-ms-transform: translate(0px, 15px);transform: translate(0px, 15px);-webkit-transition: transform 0.4s ease 0s, opacity 0.4s ease 0.1s ;-ms-transition: transform 0.4s ease 0s, opacity 0.4s ease 0.1s ;transition: transform 0.4s ease 0s, opacity 0.4s ease 0.1s ;}
.w_al.w_al1 li .tu img{max-width: 100%;max-height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;}
.w_al.w_al1 .tu a:hover .title h3{margin: 40% 0 10px;}
.w_al.w_al2 li .tu img{width:100%; height:164px;}
.w_al.w_al2 .tu a:hover .title h3{margin:40px 0 10px;}
.w_al.w_al3 li .tu img{max-width: 100%;max-height: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;}
.w_al.w_al3 .tu a:hover .title h3{margin: 140px 0 10px;}

.pro4{width:1100px;height:auto; overflow:hidden;margin:35px auto 0;}
.pro6{width:64px; height:66px; padding:0 15px; line-height:33px; font-size:30px; font-weight:600; color:#006db8 border-left:1px solid #999;border-right:1px solid #999; float:left;}
.pro5{width:980px; float:right;line-height:28px; font-size:15px; color:#444;}
.pro5 .bt{padding-bottom:12px; font-size:20px; color:#333;}

.cp_m{width:1124px; height:auto; overflow:hidden; margin:0 -12px;}
.cp_m dl{width:538px; height:auto; overflow:hidden; float: left;margin:0 12px 24px; }
.cp_m dl a{ display:block;width:538px; height:auto; overflow:hidden;}
.cp_m dl dt{width:538px;height:358px;overflow:hidden; position:relative;}
.cp_m dl dt img{width:538px;height:358px;transition: transform 3s;}
.cp_m dl dd{height:auto;overflow:hidden; background:#f9f9f9; padding:15px;font-size:18px; color:#383838;text-align:left;}
.cp_m dl dd h6{ height:30px; overflow:hidden; line-height:30px; font-size:16px; color:#383838;margin:0 0 10px;}
.cp_m dl dd h6 em{max-width:180px;height:30px; overflow:hidden;text-align:center; display:block; float:right; background:#ccc;font-size:13px; color:#fff;border-radius:4px;padding:0 6px;}
.cp_m dl dd span{display:block; float:right;height:30px; overflow:hidden; line-height:30px;background:url(Img/Index/more_xb0.png) right center no-repeat;font-size:13px;color:#9f9f9f;text-align:right; padding-right:23px;}
.cp_m dl a:hover dd span{background:url(Img/Index/more_xb2.png) right center no-repeat;color:#006db8}
.up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  z-index:3;
}
.up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.up-graybox .stit {
  font-size: 14px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.up-graybox .linet {
  top: 0;
}
.up-graybox .lineb {
  bottom: 0;
}
.up-graybox .out-ico {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cp_zhanshi li a:hover .up-graybox .line,.cp_m dl a:hover .up-graybox .line,.zi_n dl a:hover dt .up-graybox .line,.news_n dl:hover dt .up-graybox .line,.ln-lst li:hover .ln-lt-i .up-graybox .line{
  width:20px;
  margin-left: -10px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.cp_m>dl:hover .up-graybox{
    opacity:0.6;
}


.des_bt{ width:615px; margin:0px auto 34px;background: url(../images/custzd_05.jpg) repeat-x; height:33px;}
.de_midd{ background:#fff; width:205px; margin:0px auto; line-height:33px; text-align:center; color:#353535; font-size:24px;}
.tpleft{ float:left;}
.tpright{ float:right;}
.solu_f{width: 1200px;margin: 0px auto 2px;overflow:hidden;}
.solu_f ul {width: 1200px;}
.solu_f ul li{float:left;width: 390px;height: 440px;border:1px #e4e4e4 solid;margin-right: 10px;margin-bottom:19px;margin-top:20px;box-sizing: border-box;}
.solu_f ul li:hover{/* background: url(../images/bluek.png) no-repeat; */border:none;width: 390px;height: 440px;border: 2px solid #006db8;box-sizing: border-box;}
.solu_f ul li .so_zs{width: 350px;margin:0px auto;padding-top:22px;}
.solu_f ul li .so_zs .bt a{display:block;background: url(../images/custzd_12.jpg) left no-repeat;font-size:18px;color:#464646;font-weight:bold;margin-bottom:14px;overflow: hidden;text-overflow: ellipsis;flex-wrap: nowrap;height: 27px;text-align: center;}
.solu_f ul li .so_zs .tp{margin-bottom:10px;height: 210px;position: relative;width: 100%;overflow: hidden;}
.solu_f ul li .so_zs .tp img{max-width: 100%;max-height: 100%;position: absolute;display: block;left: 0;right: 0;bottom: 0;top: 0;margin: auto;transition: all linear 0.3s;}
.solu_f ul li:hover img{transform:scale(1.1);}
.solu_f ul li .so_zs .nr{line-height:24px;color:#979797;height: 70px;font-size: 14px;margin-bottom: 20px;overflow: hidden;}
.solu_f ul li .so_zs a.dj_more{ width:156px; height:28px; margin:0px auto; border:1px #c8c8c8 solid; line-height:28px; text-align:center; display: block; color:#9e9fa0;background: url(../images/custzd_27.jpg) 16px 7px no-repeat; }
.solu_f ul li:hover .so_zs a.dj_more{border:1px #006db8 solid;color:#006db8;background: url(../images/custzd_37.jpg) 16px 7px no-repeat;}
.solu_f ul li.cur a.dj_more{border:1px #006db8 solid;color:#006db8;background: url(../images/custzd_37.jpg) 16px 7px no-repeat;}
.solu_f ul li.cur{background: url(../images/bluek.png) no-repeat;border:none;width:375px; height:388px;}


.ckmore{ text-align:center; line-height:30px; padding-top:8px; padding-bottom:8px; background:#eeeeee; clear:both;}
.ckmore a{ display:block; color:#6d6d6d; font-size:16px; font-weight:bold;}
.zs_case{width: 1200px;margin:100px auto 35px;height:52px;border-bottom:1px #dcdcdc solid;}
.zs_case a.more{ float:right; margin-top:27px; font-size:14px; color:#6e6e6e;}


.case_ds{width: 1200px;margin:0px auto 56px;border-right:1px #dedede solid;}
.case_ds ul li{width: 399px;height:354px;float:left;border:1px #dedede solid;border-right:0px;}
.case_ds ul li .so_zs{ width:291px; margin:0px auto; padding-top:30px;}
.case_ds ul li .so_zs .tp{ margin-bottom:16px;}
.case_ds ul li .so_zs .bt{ line-height:25px; height:25px; overflow:hidden; margin-bottom:7px;}
.case_ds ul li .so_zs .bt a{ display:block; font-size:16px; color:#4c4b4b;}
.case_ds ul li .so_zs .nr{ font-size:12px; line-height:25px; color:#828282;}
.case_h3{text-align:center;margin-bottom: 20px;}
.case_h3 h3{display:inline-block;padding: 0 20px;border-bottom: 1px solid #333;}



.ad-image-wrapper .ad-next .ad-next-image{background-image:url("../images/al_qh1.png") !important;background-position:79px 36px !important;width:31px !important;height:70px !important;}
.ad-image-wrapper .ad-prev .ad-prev-image{background-image:url("../images/al_qh1.png") !important;background-position:48px 36px !important;width:31px !important;height:70px !important;}
.w_al.w_al4,.w_al.w_al4 ul{width: 1200px;}
.w_al.w_al4 ul li{width:25%;}
.w_al.w_al4 ul li h3{margin-top: 40% !important;}
.w_al.w_al4 ul li img{/* width:100%; *//* height: 163px; */display:block;position: absolute;max-width: 100%;max-height: 100%;left: 0;right: 0;bottom: 0;top: 0;margin: auto;}


.nav_float{position:fixed;right:-110px;top:50%;width:120px;transform:translateY(-50%);-ms-transform:translateY(-50%);z-index:11;}
.nav_float li{margin-bottom:3px;background:#4461a0;height:120px;border-radius:15px 0 0 15px;perspective:300px;text-align:center;color:#fff;}
.nav_float a{display:block;height:100%;font-size:0;}
.nav_float a .inner{display: inline-block;vertical-align: middle;}
.nav_float a:after{content:"";vertical-align: middle;height:100%;display: inline-block;}
.nav_float .ico{width:55px;height:55px;line-height:55px;display: block;margin:auto;}
.nav_float .ico img{max-width:100%;max-height:100%;}
.nav_float em{font-size:18px;line-height:1;display: block;margin-top:10px;}
.nav_float .a3 .img{position:absolute;right:100%;top:0;max-width:200px;margin-right:10px;box-shadow:0 0 10px rgba(0,0,0,0.15);visibility: hidden; transition:all 0.5s ease-out 0s;opacity: 0;pointer-events:none;}
.nav_float .a3:hover .img{opacity:1;visibility: visible;}
.nav_float .gotop{background:url(../image/icon3.png) center -230px no-repeat;}
.layui-layer-content{font-size:20px !important;padding:10px 10px !important;}
.layui-layer-content img{display:block;width:120px;}

/*================网站地图 css================*/
.map_main { overflow:hidden; border: 0px solid #e1e2e2; margin:10px 0; padding:15px 0px 20px; }
.sitemap_con { width:auto; margin:0 auto; color:#666; }
.sitemap_con .map_top { border-bottom:solid 0px #ccc; }
.sitemap_con .map_top img { float:left; }
.sitemap_con h4 { line-height:40px; }
.b4 {width:auto;  padding:10px 0px 10px 20px; border:solid 1px #E0E0E0; }
.b4 ul { padding:0 11px; }
.b4 li { float:left; line-height:30px; width:150px; white-space:nowrap; overflow:hidden; text-overflow: ellipsis; }
.b4 li a { color:#666; }
.b4 li a:hover{ color:#006db8; text-decoration: underline; }


/*================搜索页面 css================*/
.ntitle { margin: 0 auto;padding: 15px 0 10px;border-bottom: 1px solid #d6d6d6;width:auto;}
.ntitle h2 {height: 45px;line-height: 45px;font-size: 20px;font-weight: bold;color: #006db8;text-align: left;overflow: hidden;}
.ntitle h2 a {color: #5c5c5c;}
.ntitle span{height: 24px;color: #999;font-size: 12px;line-height: 24px;text-align: left;position: relative;}
.n-list{ margin:10px 0px;}
.n-list li{ width:770px; height:auto; overflow:hidden;border-bottom: 1px solid #d6d6d6; padding-bottom:20px; margin-bottom:12px; }
.n-list li dl dt{ float:left; width:185px; height:128px;margin-right:25px;}
.n-list li dl dt img{ width:185px; height:128px;}
.n-list li dl dd{ float:left; width:560px; height:128px; }
.n-list li h2{color: #006db8;text-align: left;overflow: hidden; height:32px; line-height:32px; font-size:16px; margin-bottom:10px; }
.n-list li h2 a{color: #006db8;}
.n-list li .note{ width:770px; height:auto; overflow:hidden;}
.n-list li .note .info span {margin-right: 10px;padding-left: 20px;color: #777;background: url(Img/Index/sprite.gif) no-repeat;}
.n-list li .note .info .comm { background-position: 0 5px;}
.n-list li .note b img{ margin:10px 0px;}
.n-list li .note .info .time { background-position: 0 -156px;}
.n-list li .note .info .view {background-position: 0 -34px;}
.n-list li .note p{font-size:14px; text-align:left; line-height:25px;}
.n-list li .note .info{font-size:14px; line-height:26px; padding:5px 0px;}

.gjc{ height:auto; overflow:hidden; text-align:left; line-height:22px; font-size:14px; color:#e60013;margin:0 0 10px; }
.wz{ height:60px; border-bottom:1px solid #e7e7ea; overflow:hidden; font:12px "宋体"; line-height:60px; color:#484f65;}
.wz2{width: 800px !important;height: 60px !important;margin:0 auto;background: url(../images/wz.gif) no-repeat left center !important;padding-left: 30px !important;box-sizing: border-box;line-height: 60px !important;border: none !important;color: #000 !important;}
.wz a{ color:#484f65; padding:0 8px;}
.wz span{ font:14px "宋体"; color:#6f7486; display:inline-block; height:60px; line-height:60px;}
.wz span em{ font:24px Arial, Helvetica, sans-serif; font-weight:bold; color:#484f65; font-style:italic;}


#newBridge .icon-right-center{top:25% !important;}
.side h3 .sub{display:none;}
@media screen and (max-device-height:800px){
    .fd_m{top: 10%;}
}

.menu_nav{box-shadow: 0 3px 12px #d8d8d8;margin-bottom: 60px;}
.menu_nav ul{text-align:center;width: 1200px;display: flex;margin: 0 auto;}
.menu_nav ul li{line-height:75px;text-align: center;flex: 1;position:relative;}
.menu_nav ul li a{font-size:18px;color:#6f6f6f;position: relative;display: block;}
.menu_nav ul li:after{content:"";display:none;position:absolute;width: 2000px;height: 4px;background: #006db8;right: 0;top:0;transform: rotate(360deg);}
.menu_nav ul li:hover:after{display:block;}
.menu_nav ul li.on:after{display:block;}
.menu_nav ul li:hover a{color:#006db8;}
.menu_content ul{width: 100%;margin-bottom: 30px;}
.menu_content ul:after{content:"";clear:both;display: block;}
.menu_content ul li{width: 290px;height: 300px;flex:1;float: left;margin-right: 10px;text-align: center;margin-bottom: 20px;padding: 15px 15px 0;box-sizing: border-box;}
.menu_content ul li:hover{box-shadow: 0 0 18px #c8c8c8;}
.menu_content ul li:nth-child(4n){margin-right:0;}
.menu_content ul li a{display:block;}
.menu_content ul li a .img{position:relative;width: 100%;height:157px;margin-bottom: 20px;}
.menu_content ul li a .img img{display:block;max-height:100%;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;}
.menu_content ul li a p{font-size:18px;color:#555555;line-height: 22px;height: 22px;overflow: hidden;}
.menu_content ul li a p:last-child{font-size:14px;color:#999999;margin-top: 10px;height: 65px;overflow: hidden;}

.case_nav{margin-bottom:20px;}
.case_nav ul{text-align:center;}
.case_nav ul li{display:inline-block;padding: 0 20px;line-height:30px;border:1px solid #666666;border-radius:22px;margin: 0 10px;}
.case_nav ul li a{font-size: 16px;}
.case_nav ul li:hover,.case_nav ul li.on{background:#006db8;border-color:#006db8;}
.case_nav ul li:hover a,.case_nav ul li.on a{color:#fff;}


.dc-icon{background:url('../images/news_icon.png') no-repeat center;}
.dc-icon1{width:12px;height:12px;display:inline-block;background-position:-42px -45px;margin-left: 5px;}
.dc-icon2{width:16px;height:15px;display:inline-block;background-position:-10px -10px;}
.dc-icon3{width:18px;height:12px;display:inline-block;background-position: -46px -10px;position: relative;top: 2px;}
.dc-icon4{width:12px;height:15px;display:inline-block;background-position:-10px -45px;}
.dc-icon5{width:11px;height:11px;display:inline-block;background-position:-84px -10px;}
.dc-icon6{width:11px;height:11px;display:inline-block;background-position:-84px -10px;transform: rotateY(180deg);}
.dc-show{background:#f5f5f5;padding-top:43px;padding-bottom:145px;}
.dc-nav{height:40px;line-height:40px;border: 1px solid #e6e6e6;border-radius: 4px;padding-left: 15px;margin-bottom: 23px;background: #fff;}
.dc-nav ul{overflow:auto;}
.dc-nav ul li{float:left;}
.dc-nav ul li.flg{margin: 0 5px;}
.dc-nav ul li a{color:#666666;font-size:14px;padding: 0 5px;}
.dc-main{width: 860px;background: #fff;border: 1px solid #e6e6e6;padding: 30px;}
.dc-main article{}
.dc-main article .article-header{}
.dc-main article .article-header h2{font-size:24px;text-align:center;;font-weight:500;margin-bottom: 25px;width: 100%;line-height: 30px;}
.dc-main article .article-header ul{height:40px;line-height:40px;overflow: inherit;background: #f3f4f4;border: 1px solid #e6e6e6;padding-left: 18px;border-radius: 4px;}
.dc-main article .article-header ul li{float:left;margin-right: 45px;}
.dc-main article .article-header ul li span{vertical-align: text-top;margin-right: 5px;}
.dc-main article .article-header ul li p{font-size:14px;color:#333333;display: inline-block;}
.dc-main article section{padding:30px 0;}
.dc-main article .article-footer{}
.dc-main article .article-footer p{line-height:40px;height:40px;background:#f3f4f4;padding-left:20px;border:1px solid #e6e6e6;margin-top:-1px;font-size: 14px;}
.dc-main article .article-footer p i{margin-right:10px;}
.dc-main article .article-footer p span{}
.dc-main article .article-footer p a{color:#006db8;}
.dc-fr{width:300px;}
.dc-fr h5{font-size:18px;color:#333333;font-weight:500;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #e6e6e6;}
.dc-fr h5 a{float:right;font-size: 16px;color: #999999;}
.dc-fr .tags{padding:20px;background: #fff;border: 1px solid #e6e6e6;border-radius: 4px;margin-bottom: 35px;}
.dc-fr .tags ul{}
.dc-fr .tags ul li{display:inline-block;border: 1px solid #e6e6e6;border-radius: 4px;margin: 0 8px 12px 0;background: #f3f4f4;}
.dc-fr .tags ul li a{line-height:30px;padding:0 12px;font-size: 14px;color: #666666;}
.dc-fr .tags ul li:hover{background:#006db8;border:1px solid #006db8;}
.dc-fr .tags ul li:hover a{color:#fff;}
.dc-fr .recommended{padding:20px;background:#fff;border: 1px solid #e6e6e6;border-radius: 4px;}
.dc-fr .recommended ul{}
.dc-fr .recommended ul li{margin-bottom:22px;position: relative;padding-left: 30px;}
.dc-fr .recommended ul li a{font-size: 15px;color:#666666;}
.dc-fr .recommended ul li span{content:"1";width:20px;height:20px;position:absolute;left:0;top: 2px;background:#999999;color:#fff;text-align:center;border-radius:2px;}
.dc-fr .recommended ul li:nth-child(1) span{content:"1";width:20px;height:20px;position:absolute;left:0;top: 2px;background: #006db8;color:#fff;text-align:center;border-radius:2px;}

.column_page1{height:735px;background: url('../images/column_page1_bg.jpg') no-repeat center;margin-bottom: 30px;}
.column_page1 .column_slider{width:1200px;margin: 20px auto 0;position:relative;}
.column_page1 .column_slider .bd{margin-bottom:50px;}
.column_page1 .column_slider .bd ul{}
.column_page1 .column_slider .bd ul li{overflow:hidden;}
.column_page1 .column_slider .bd ul li a{width:380px;display:block;float:left;margin-right:30px;}
.column_page1 .column_slider .bd ul li a:last-child{margin-right:0;}
.column_page1 .column_slider .bd ul li a .img{width:100%;height:250px;overflow:hidden;}
.column_page1 .column_slider .bd ul li a .img img{display:block;width:100%;height:100%;transition:all linear 0.3s;}
.column_page1 .column_slider .bd ul li a:hover .img img{transform:scale(1.1);}
.column_page1 .column_slider .bd ul li a .text{height:135px;background:#fff;padding:0 20px;box-sizing: border-box;}
.column_page1 .column_slider .bd ul li a .text h4{font-size:16px;color:#000000;line-height:50px;height: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.column_page1 .column_slider .bd ul li a .text p{font-size:14px;color:#666666;height: 45px;overflow: hidden;margin-bottom: 5px;}
.column_page1 .column_slider .bd ul li a .text span{font-size:12px;color:#999999;}
.column_page1 .column_slider .hd{margin:0 auto;}
.column_page1 .column_slider .hd ul{font-size:0;text-align: center;}
.column_page1 .column_slider .hd ul li{width:13px;height:13px;background:#fff;border-radius:50%;display:inline-block;margin:0 5px;}
.column_page1 .column_slider .hd ul li.on{background:#006db8;}
.column_page1 .column_slider>span{width:40px;height:75px;display:block;top: 140px;left: -60px;position: absolute;background: url('../images/ban_xbl.png') no-repeat;background-size: auto 100%;cursor: pointer;}
.column_page1 .column_slider .next{right: -60px;left: inherit;transform: rotate(180deg);}

.column_page2{background:#fff;width: 100%;/* height: 440px; */}
.column_page2 .container{overflow:hidden;}
.column_page2 .column_title{line-height:80px;}
.column_page2 .column_title h2{font-size:34px;color:#000000;}
.column_page2 .column_title h2 a{font-size:14px;color:#666666;float: right;}
.column_page2 .news_details{overflow:hidden;}
.column_page2 .news_details .left{width:690px;float:left;}
.column_page2 .news_details .left a{display:block;}
.column_page2 .news_details .left a .img{width:100%;height:390px;overflow:hidden}
.column_page2 .news_details .left a .img img{display:block;width:100%;height:100%;transition:all linear 0.3s;}
.column_page2 .news_details .left a:hover .img img{transform:scale(1.1);}
.column_page2 .news_details .left a .content{height:165px;width:100%;background:#f0f0f0;padding: 0 30px;box-sizing: border-box;}
.column_page2 .news_details .left a .content h4{font-size:18px;color:#333333;font-weight:500;line-height:65px;height:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.column_page2 .news_details .left a .content p{font-size:15px;color:#666666;height: 44px;overflow: hidden;margin-bottom: 5px;}
.column_page2 .news_details .left a .content span{font-size:12px;color:#999999;}
.column_page2 .news_details .right{width:450px;float:right;}
.column_page2 .news_details .right ul{}
.column_page2 .news_details .right ul li{}
.column_page2 .news_details .right ul li a{display:block;border-bottom:1px solid #e6e6e6;padding: 0 0 30px;margin-bottom: 30px;}
.column_page2 .news_details .right ul li a .time{color:#006db8;font-size:32px;line-height: 42px;margin-bottom: 5px;}
.column_page2 .news_details .right ul li a .time span{font-size:16px;float: right;}
.column_page2 .news_details .right ul li a h4{font-size: 18px;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 22px;margin-bottom: 20px;}
.column_page2 .news_details .right ul li a .text{font-size:14px;color:#666666;height:45px;overflow:hidden;}
.column_page2 .news_details .right ul li a:hover h4{font-weight:bold;color:#006db8;}
.column_page2 .problems{overflow:hidden;padding-bottom: 40px;}
.column_page2 .problems ul{width:750px;float:left;overflow: hidden;}
.column_page2 .problems ul li{line-height:65px;height:65px;background:#f0f0f0;margin-bottom:20px;padding: 0 20px;}
.column_page2 .problems ul li a{display:block;width:100%;height:100%;}
.column_page2 .problems ul li a span{margin-right:8px;display:block;float:left;width:22px;height:22px;position: relative;top: 22px;background-image:url('../images/ny_icon.png');background-position: -56px -10px;}
.column_page2 .problems ul li a h4{float:left;width: 555px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.column_page2 .problems ul li a p{float:right;}
.column_page2 .problems .img{width:385px;height:233px;float:right;overflow:hidden;}
.column_page2 .problems .img img{width:100%;height:100%;transition:all linear 0.3s;}
.column_page2 .problems .img:hover img{transform:scale(1.1);}

.column_page3{width:100%;height:435px;background:url('../images/column_news_about.jpg');padding: 75px 0 0;box-sizing: border-box;}
.column_page3 .right{float:right;color:#fff;}
.column_page3 h2{font-size:40px;font-weight:500;line-height: 110px;text-align: right;}
.column_page3 p{font-size:24px;margin-bottom: 40px;}
.column_page3 a{display:block;position:relative;width:190px;line-height:45px;padding:0 55px;float: right;color: #fff;border: 1px solid #fff;font-size: 14px;}
.column_page3 a:after{content:"";width: 27px;height: 5px;position:absolute;right: 37px;top: 19px;background-image:url('../images/sy_icon.png');background-position:-180px -10px;}
.column_page3 a:hover{background:#006db8;border-color:#006db8;}

.plan_content{width:865px;}
.plan_content .plan_title{line-height:40px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;}
.plan_content .plan_title p{font-size:18px;color:#333333;}
.plan_content .container{}
.plan_content .container>ul{}
.plan_content .container>ul>li{padding: 30px 0;overflow: hidden;border-bottom: 1px solid #d9d9d9;}
.plan_content .container>ul>li:hover .img img{transform:scale(1.2);}
.plan_content .container>ul>li:hover .content h4{color: #f07700;font-weight:bold;}
.plan_content .container>ul>li .img{width:336px;height: 307px;float: left;position:relative;padding-top: 20px;box-sizing: border-box;padding-bottom: 16px;border: 1px solid #bababa;overflow: hidden;}
.plan_content .container>ul>li:hover .img{border:2px solid  #f07700;}
.plan_content .container>ul>li .img img{display:block;position:absolute;max-width: 100%;max-height: 100%;left:0;top:0;bottom:0;right:0;margin:auto;transition: all linear 0.3s;}
.plan_content .container>ul>li .img a{display:block;}
.plan_content .container>ul>li .content{float:right;width: 490px;}
.plan_content .container>ul>li .content h4{font-size:30px;color:#333333;line-height: 0;margin-bottom: 5px;margin-top: 10px;height: 48px;}
.plan_content .container>ul>li .content ul{overflow:hidden;}
.plan_content .container>ul>li .content ul li{width:48%;float:left;line-height:38px;text-align: center;background: #fff;margin-bottom: 10px;border: 1px solid #c0c0c0;}
.plan_content .container>ul>li .content ul li:nth-child(2n){float:right;}
.plan_content .container>ul>li .content ul li:hover{background:#f07700;border-color:#f07700;}
.plan_content .container>ul>li .content ul li:hover a{color:#fff;}
.plan_content .container>ul>li .content ul li a{color: #666;}
.plan_content .container>ul>li .content p{font-size:14px;color:#808080;line-height: 25px;height: 75px;overflow: hidden;margin-bottom: 15px;border-bottom: 1px solid #d9d9d9;padding-bottom: 15px;box-sizing: content-box;position: relative;}
.plan_content .container>ul>li .content p:after{content:"";position:absolute;left:0;bottom: 0px;background:#f07700;height: 1px;width: 0;transition:all linear 0.6s;}
.plan_content .container>ul>li:hover .content p:after{width:100%;}
.plan_content .container>ul>li:hover .content p{color:#f07700;}
.plan_content .container>ul>li .content>a{width:130px;line-height:38px;text-align:center;display:inline-block;color: #999999;border: 1px solid #999999;margin-right: 20px;}
.plan_content .container>ul>li .content>a.on,.plan_content .container>ul>li .content>a:hover{background:#f07700;color:#fff;border-color:#f07700;}

.fl_lists{width:280px;display: none;}
.fl_lists ul{}
.fl_lists ul li{height: 93px;background:#f3f3f3;padding: 18px 10px 0 75px;box-sizing: border-box;margin-bottom: 2px;position: relative;}
.fl_lists ul li:after{content:"";background-image:url('../images/sy_icon.png');}
.fl_lists ul li:nth-child(1):after{content:"";position:absolute;left: 1px;top: 16px;width: 68px;height: 55px;background-position: -10px -10px;transform: scale(0.8);}
.fl_lists ul li:nth-child(2):after{content:"";position:absolute;left: 8px;top: 16px;width: 56px;height: 57px;background-position: -10px -85px;transform: scale(0.8);}
.fl_lists ul li:nth-child(3):after{content:"";position:absolute;left: 10px;top: 16px;width: 53px;height: 58px;background-position: -98px -81px;transform: scale(0.8);}
.fl_lists ul li:nth-child(4):after{content:"";position:absolute;left: 6px;top: 16px;width: 62px;height: 51px;background-position: -98px -10px;transform: scale(0.8);}
.fl_lists ul li h3{font-size:16px;color:#006db8;font-weight: bold;margin-top: 15px;}
.fl_lists ul li p{font-size:12px;color:#666666;line-height: 15px;}


.news_main{background-image:url('../images/news_list_bg.jpg');background-repeat:no-repeat;overflow:hidden;background-position: top center;}
.news_main .news_menu{width:220px;}
.news_main .news_menu h2{font-size:36px;color:#fff;line-height:122px;background: #00458f;margin-bottom:30px;font-weight: 500;position: relative;}
.news_main .news_menu h2:before{content:"";position:absolute;width: 45px;height: 50px;background: url('../images/news_icon1.png') no-repeat center;left: -70px;top: 38px;background-size: auto 100%;}
.news_main .news_menu ul{text-align:right;}
.news_main .news_menu ul li{margin-bottom:10px;position: relative;}
.news_main .news_menu ul li a{line-height:65px;background:#006db8;display: inline-block;padding:0 15px;color: #fff;font-size: 24px;}
.news_main .news_menu ul li a{line-height:65px;background: #00458f;display: inline-block;padding:0 15px;color: #fff;font-size: 24px;transition:all linear 0.2s;}
@keyframes arrow{
  0%{left:35px;}

  50%{left:0px;}

  100%{left:35px;}

}
.news_main .news_menu ul li:before{display:none;content:"";position:absolute;width: 40px;height: 22px;top: 25px;left: 35px;background: url('../images/news_arrow2.png') no-repeat center;-webkit-animation: arrow 1.2s infinite;}
.news_main .news_menu ul li.on:before{display:block;}
.news_main .news_menu ul li:hover:before{display:block;}
.news_main .news_menu ul li:hover a,.news_main .news_menu ul li.on a{background: #ff8600;}

.news_main .fr .container{width:980px;padding: 60px 0 0 100px;box-sizing: border-box;}
.news_main .fr .container .top{height:265px;background:#f2f3f5;padding: 45px 30px 0 130px;box-sizing: border-box;margin-bottom: 20px;background-image: url('../images/news_hot.png');background-repeat: no-repeat;background-position: 42px 53px;}
.news_main .fr .container .top h3{font-size:20px;color:#333333;font-weight: 500;margin-bottom: 20px;}
.news_main .fr .container .top .text{font-size:14px;color:#666666;margin-bottom: 35px;line-height: 25px;height: 75px;overflow: hidden;}
.news_main .fr .container .top a{display:block;width: 95px;height:30px;border: 1px solid #015198;border-radius:4px;background: url('../images/arrow.png') no-repeat 18px center;color: #015198;line-height: 30px;text-align: center;text-indent: 20px;}
.news_main .fr .container .top a:hover{background-image:url('../images/arrow_on.png');background-color: #015198;color:#fff;}

.news_main .news_lists{padding-bottom: 0px;}
.news_main .news_lists ul{}
.news_main .news_lists ul li{overflow:hidden;padding: 30px 0;border-bottom: 1px solid #d9d9d9;}
.news_main .news_lists ul li .img{width:300px;height: 210px;float:left;overflow: hidden;}
.news_main .news_lists ul li .img a{}
.news_main .news_lists ul li .img a img{display:block;width:100%;height: 100%;transition:all linear 0.3s;}
.news_main .news_lists ul li .img a img:hover{transform:scale(1.1);}
.news_main .news_lists ul li .content{width:525px;float:right;}
.news_main .news_lists ul li .content h3{font-size:20px;color:#333333;font-weight:500;line-height: 80px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_main .news_lists ul li .content h3 a{color:#333333;}
.news_main .news_lists ul li .content .text{font-size:14px;color:#666666;margin-bottom: 30px;height: 45px;overflow: hidden;}
.news_main .news_lists ul li .content>a{display:block;width: 95px;height:30px;line-height: 30px;border: 1px solid #015198;border-radius:4px;background: url('../images/arrow.png') no-repeat 20px center;color: #015198;text-align: center;text-indent: 20px;}
.news_main .news_lists ul li .content>a:hover{background-color: #015198;color:#fff;background-image:url('../images/arrow_on.png');}