a{text-decortaition:none;}
body{margin:0px;padding:0px;}
*{margin:0px;padding:0px;}
ul,li{list-style:none;}
/*头部样式*/


.hide1 {
    display: none;
}

.head1 {
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
    height: 100px;
    background-color: rgba(0,0,0,0.8);
	box-shadow: 2px 2px 2px #666;
}

.head {
    border-bottom: 5px solid #bfbfbf;
    background: #fff;
    height: 47px;
    line-height: 42px;
    overflow: hidden
}

.wel {
    float: left;
    line-height: 42px;
    color: #fff;
    height: 42px;
}


.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #134c8f;
    font-size: 13px;
    font-weight: bold;
}

.k1 {
    line-height: 35px;
    float: right;
    color: #999999;
}

.k1 a {
    color: #999999;
}

.k1 a:hover {
    text-decoration: none;
    color: #e32433;
}

.topLink .k2 {
    color: #333333;
    font-size: 14px;
    font-family: "ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ";
    background: url(../images/top_contact.jpg) 0 0 no-repeat;
    text-align: left;
    padding-left: 72px;
    margin-top: 22px;
}

#menu {
    width: calc(100% - 192px);
    float: right;
}

.ss {
    cursor: pointer;
    line-height: 95px;
}

.top1 {
    width: 70%;
    float: right;
}

.phone1 {
    padding: 12px 0
}

.phone2 {
    padding: 15px
}

.phone2 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.search {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    background: #fff;
    display: none;
    padding: 15px;
    position: absolute;
    z-index: 9999;
}

.codes {
    position: absolute;
    top: 100px;
    padding: 10px;
    right: 75px;
    background: #fff;
    display: none;
    padding: 15px;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 0 10px #333;
}

#formsearch {
    max-width: 1230px;
    margin: 0 auto;
}

.top_right {
    color: #fff;
    float: right;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_right .wx {
    background: #616161;
}

.top_right .ss {
    background: #134c8f;
    margin-left: 1px;
}

.top_right>div {
    height: 100px;
    line-height: 100px;
    width: 95px;
    text-align: center;
}

.sbanner .slick-slide p {
    width: 100%;
    height: 100%;
    padding: 0 2%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition-duration: 3s;
    -webkit-transition-duration: 3s;
    -moz-transition-duration: 3s;
    -ms-transition-duration: 3s;
    -o-transition-duration: 3s;
    display: flex;
    align-items: center;
    font-size: 2.6rem;
    justify-content: center;
}

.sbanner .slick-slide.slick-active p {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.c3_right {
    width: 55%;
    margin-right: 8%;
}

.about1 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 2rem;
}

.aimg1 {
    width: 37%;
    overflow: hidden;
}

.aimg1 img {
    width: 100%;
    height: auto;
    transition: .3s;
    transform: scale(1);
}

.aimg1:hover img {
    transition: .3s;
    transform: scale(1.1);
}

.ctitle1 {
    font-size: 1.8rem;
    color: #134c8f;
}

.ctitle1 span {
    padding-left: 5px;
    font-size: 1.2rem;
    color: #666;
    text-transform: uppercase;
}

.ctitle1 p {
    font-size: 1rem;
    margin-top: 1rem;
}

.icon_list3 {
    margin-top: 3.5rem;
}

.icon_list3 li {
    width: 18%;
    text-align: center;
    float: left;
    text-align: center;
    cursor: pointer;
}

.icon_list3 li a {
    display: block;
    overflow: hidden;
    width: 101px;
    margin: 0 auto;
    height: 101px;
    border-radius: 50%;
}

.icon_list3 li a img {
    width: 101px;
    transition: .5s;
    position: relative;
    top: 0;
}

.icon_list3 li:hover a img {
    transition: .5s;
    top: -101px;
}

.icon_list3 li:hover p,
.icon_list3 li:hover span {
    color: #134c8f
}

.icon_list3 li p {
    line-height: 20px;
    padding-top: 15px;
}

.icon_list3 li p span {
    font-size: 14px;
    font-family: "arial";
    display: block;
}

.icon_list3 li:hover a {
    background: #134c8f;
}

.c1 {
    background: #f0f3f5;
    padding: 7vw 0 8.2vw;
}

.aboutbg {
    width: 86%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.container1 {
    width: 86%;
    margin: 0 auto;
}

.container2 {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.ptitle {
    color: #134c8f;
    font-size: 1.8rem;
    position: relative;
    margin: 6vw auto 4vw;
}

.ptitle span {
    color: #d4d4d4;
    font-family: "arial";
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-left: 8px;
}

.ptitle p {
    color: #333;
    font-size: 16px;
    margin-top: 15px;
}

.ptitle a {
    display: block;
    width: 7.5rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 15px;
    color: #fff;
    font-size: 18px;
}

.ptitle a:hover {
    background: #134c8f;
    color: #fff;
}

.slick2 .slick-slide img.img1 {
    padding: 0 7px;
}

.productbg {
    margin: 0 -7px;
}

.slick2 .slick-slide {
    position: relative;
    overflow: hidden;
}

.slick2 .slick-slide p {
    position: absolute;
    width: calc(100% - 14px);
    left: 7px;
    bottom: -100%;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: rgba(30, 150, 216, .92);
    box-sizing: border-box;
    transition: .5s;
    padding: 5% 0;
}

.slick2 .slick-slide:hover p {
    width: 100%;
    left: 0;
}

.slick2 .slick-slide:hover p {
    transition: .5s;
    bottom: 0;
}

.slick2 .slick-slide p img {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    margin-top: 15px;
}

.slick2 .slick-dots,
.slick3 .slick-dots {
    display: none!important
}

.slick3 .slick-slide img.img1 {
    padding: 0 16px;
}

.slick3 .slick-slide {
    position: relative;
}

.slick3 .slick-slide p {
    color: #333333;
    font-size: 18px;
    box-sizing: border-box;
    transition: .5s;
    padding: 1rem 20px 1.5rem;
    border-bottom: 2px solid #134c8f;
    background: #fff;
    position: relative;
    top: 0;
    width: calc(100% - 32px);
    left: 16px;
    box-sizing: border-box
}

.slick3 .slick-slide p span {
    display: block;
    color: #999;
    font-size: 12px;
    margin: 5px 0 8px
}

.slick3 .slick-slide p i {
    font-style: normal;
    color: #777;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: block;
}

.slick3 .slick-slide p b {
    font-weight: normal;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: 1px solid #91ccec;
    width: 95px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    display: none;
}

.slick3 .slick-slide:hover p {
    top: -50px;
    transition: .3s;
    background: #134c8f;
    color: #fff;
}

.slick3 .slick-slide:hover p b {
    display: block;
}

.slick3 .slick-slide:hover p i,
.slick3 .slick-slide:hover p span {
    color: #fff;
}

.newsbg .slick {
    margin: 0 -16px;
    overflow: hidden;
}

.icon_list1 {
    margin-top: 7vw;
}

.icon_list1 li {
    width: 32.88%;
    text-align: center;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-right: 0.666%;
    background: #eeeeee;
    padding: 2.5vw 0;
}

.icon_list1 li:nth-child(3) {
    margin-right: 0;
}

.icon_list1 li a {
    display: block;
}

.icon_list1 li a.aa1 {
    overflow: hidden;
    width: 50px;
    margin: 0 auto;
    height: 50px;
    margin-bottom: 3px;
}

.icon_list1 li a img {
    width: 50px;
    transition: .5s;
    position: relative;
    top: 0;
}

.icon_list1 li:hover a img {
    transition: .5s;
    top: -50px;
}

.icon_list1 li:hover p {
    color: #134c8f
}

.icon_list1 li p {
    line-height: 50px;
    color: #333;
    font-size: 18px;
}

.icon_list1 li p span {
    font-size: 14px;
    display: block;
    color: #666;
    line-height: 22px;
}

.icon_list1 li p i {
    color: #333;
    font-size: 14px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 0 auto;
    width: 105px;
    height: 38px;
    line-height: 38px;
    display: block;
    font-style: normal;
    margin-top: 1.2vw;
}

.icon_list1 li p b {
    color: #134c8f
}

.icon_list1 li:hover p i {
    color: #fff;
    border-color: #134c8f;
    background: #134c8f;
}


/*主体样式*/

#container {
    max-width: 86%;
    margin: 0 auto;
    margin-top: 10px;
}

.menu_cate {
    width: 220px;
    float: left;
}

.cate_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
}

.about_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.about .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.navigation {
    float: right;
    width: 100px;
}

.index-title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.index-table td {
    border: solid #add9c0;
    border-width: 0px 1px 1px 0px;
    padding: 10px 5px;
}

.index-table {
    border: solid #add9c0;
    border-width: 1px 0px 0px 1px;
    margin-top: 10px;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*首页新闻*/

.news_company {
    width: 280px;
    float: right;
}

.news1_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.news_company .content {
    padding: 5px;
}


/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}

.contact_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.contact .content {
    padding: 5px;
    padding-left: 8px;
}


/*工程案例*/

.case {
    width: 460px;
    float: left;
    margin-left: 12px;
    padding-bottom: 5px;
    margin-top: 10px;
}

.case_title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.case .content {
    padding: 5px;
    padding-bottom: 12px;
    text-indent: 20px;
}

.news2_company {
    margin-top: 10px;
}


/*产品推荐*/

.recommend_product {
    margin-top: 10px;
    width: 692px;
    float: left;
}

.recommend_product .title {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.recommend_product .content {
    padding-top: 15px;
    padding-bottom: 14px;
}

.roll_product li {
    padding-bottom: 0px;
}


/*品牌列表*/

.brand-list {
    margin: 20px 0px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.brand-list li {
    margin: 5px 8px;
}

.brand-list li:hover {
    box-shadow: 2px 1px 5px;
}

.brand-list li img {
    width: 150px;
    height: 120px;
}


/*前台多页签*/

.news {
    width: 86%;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../images/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #134c8f;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}


/*友情链接*/

.f_link {
    width: 86%;
    line-height: 50px;
    margin: 2vw auto;
}


/*页面底部*/

.foot {
    background: #152850;
    padding: 2.5vw 0 6vw;
    margin-top: 4vw;
}

#footer {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 8px;
}

#footer a {}

#footer a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.nav_foot {
    line-height: 24px;
    color: #666;
}

.copyright {
    line-height: 30px;
}

.contacts {
    text-align: left;
}

.contacts h2 {
    color: #fff;
    font: 400 16px/46px "Microsoft Yahei";
}

.contacts .content {
    color: #6d6c71;
    font: 400 14px/30px "Microsoft Yahei";
}

.ewm {
    text-align: center;
    color: #6d6c71;
    font: 400 16px/60px "Microsoft Yahei";
    padding-top: 15px;
    color: #fff;
}

.ewm img {
    max-width: 100%;
    height: auto
}

.foot-under {
    background: #152850;
    padding: 1.5vw 15px;
	border-top:solid #0a1836 1px;
}

.footcontact {
    font-size: 14px;
    color: #aaaaaa;
    line-height: 26px;
}

.footcontact a {
    color: #aaaaaa;
}

.foot-right {
    background: url(../images/line2.png) repeat-y 20% 0;
}

.foot-right .col-lg-6 {
    float: right;
}

.hot-rec {
    width: 100%;
    margin-top: 22px;
}

.underright {
    font: 400 12px/30px "Microsoft Yahei";
    text-align: right;
}

.nav2 li a {
    display: block;
    color: #fff;
    font: 400 18px/48px "Microsoft Yahei";
}

.nav2 li .sec {
    display: block!important;
    margin-top: 8px;
    width: 145px;
}

.nav2 li .sec a {
    color: #fff;
    font: 400 14px/28px "Microsoft Yahei";
}

.nav3 li a {
    display: block;
    color: #fff;
    font: 400 16px/46px "Microsoft Yahei";
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.nav3 li .sec {
    display: none;
}

.nav3 li .sec a {
    color: #fff;
    font: 400 14px/30px "Microsoft Yahei";
}

.curtain {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0;
    z-index: 9999999;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.is-loading {
    overflow: hidden;
    opacity: 0;
}


/* .logo2 {
    opacity: 0;
    transition: .5s;
}

.logo2 .opa {
    opacity: 1;
    transition: .5s;
} */


/*------------内页-------------------*/

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    line-height: 31px;
    padding-left: 15px;
    font-weight: bold;
    font-family: "微软雅黑";
    background: url(../images/nav.png) no-repeat 0% 100%;
    font-size: 14px;
    color: #000;
}

.left .box .content {
    padding: 5px 0px;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.n_banner img {
    width: 100%;
    height: auto;
}

.n_banner .nbanner {
    position: absolute;
    height: 100%;
    display: flex;
    color: #fff;
    font-size: 2.3rem;
    font-weight: bold;
    top: 0;
    left: 7%;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    display: none
}

.n_banner .nbanner p {
    font-size: 1.5rem;
}

.left {
     width: 100%;
    padding-bottom: 10px;
}

.left .info{width:55%;float:right;margin:20px auto;}
.left .info h1{font-size:24px;color:#000;line-height:3;text-align:left;margin: 0px;}
.left .info p{color:#333;lin-height:1.6;font-size:14px;}
@media (max-width:990px){
 .left .info{clear:both;width:100%;}
 .left  .htmleaf-container{clear:both;width:100%;}
}

.sort_menu h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.sort_product {
    margin-top: 10px;
}

.sort_product h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact {
    margin-top: 10px;
}

.n_contact h3 {
    background-color: #ececec;
    line-height: 28px;
    padding-left: 15px;
    font-weight: bold;
}

.n_contact .content {
    padding: 5px;
    line-height: 24px;
}

.right {
    width: 100%;
    padding-bottom: 10px;
	clear: both;
}

.right .content img{
    max-width: 100% !important;
height: auto;
margin: 0 auto;
}

.right .content .pim {width:100%;clear:both;text-align:center;}
.right .content .pim img{      margin: 0 auto;
    width: auto;
    max-width: 100% !important;
}

.sitemp {
    font-size: 30px;
    color: #444444;
    margin-top: 3vw;
    text-align: center;
    margin-bottom: 2vw;
}

.sitemp span {
    display: block;
    width: 60px;
    height: 3px;
    background: #d20a1a;
    margin: 0 auto;
    margin-top: 12px;
}

.right .content {
    padding: 10px 0;
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
	
}
.right .content p{width:100%;font-size:1.6rem;color:#333;line-height:2;}
.right .content p a{width:100%;font-size:1.6rem;color:#333;line-height:2;}


.right .content .pro_lc{width:100%;clear:both;height:auto;}
.right .content .pro_lc h1{font-weight:bold;color:#000;font-size:2rem;padding:20px 0px;text-align:left;}
.right .content .pro_lc p{color:#333;font-size:1.6rem;line-height:2;text-align:left;}
.right .content .pro_lc p a{color:#333;font-size:1.6rem;line-height:2;text-align:left;}
.right .content .pro_lc img{max-width:100%;width:auto;height:auto;margin:0 auto;}


.right .content .pro_alc{width:100%;float:left;height:auto;}
.right .content .pro_alc h1{font-weight:bold;color:#000;font-size:2rem;padding:20px 0px;text-align:left;width:100%;}
.right .content .pro_alc p{color:#333;font-size:1.6rem;line-height:2;text-align:center;width:100%;}
.right .content .pro_alc p a{color:#333;font-size:1.6rem;line-height:2;text-align:left;}
.right .content .pro_alc img{max-width:50% !important;width:auto;height:auto;margin:0 auto;margin:0 auto;}

.sort_album {
    margin-top: 15px;
}

.about_left {
    width: 46%;
    padding: 2.5vw 0;
    margin-right: 4%;
}

.about_left img {
    width: 100%;
    height: auto;
}

.about_right {
    width: 50%;
    padding: 2.5vw 0;
    font-size: 16px;
    line-height: 32px;
}

.num1 {
    padding: 3vw 0;
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
}

.num1 .baseN {
    width: 33%;
    float: left;
    color: #444;
    font-size: 20px;
}

.num1 .baseN h5 {
    font-size: 22px;
    color: #2c8335;
}

.num1 .baseN h5 span {
    color: #2c8335;
    font-size: 4.2rem;
}

.icon_list2 li {}

.icon_list2 li a {
    display: block;
    width: 29%;
    float: right;
    margin-right: 21%;
}

.icon_list2 li a img {
    width: 100%;
    height: auto;
}

.icon_list2 li .nintro {
    width: 50%;
    float: left;
    background: #134c8f;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.icon_list2 li .nintro div {
    padding: 8% 13%;
}

.icon_list2 li:nth-child(2) a {
    float: left;
    margin-right: 0;
    margin-left: 21%;
}

.icon_list2 li:nth-child(2) .nintro {
    float: right;
}

.icon_list2 li .nintro h3 {
    font-size: 1.5rem;
    line-height: 3rem;
    position: relative;
    margin-bottom: 1vw;
}

.icon_list2 li .nintro h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #ffffff;
}

.iconbg1 {
    margin-top: 4vw;
}

.aboutbg2 {
    background: #f2f2f2;
    padding: 4vw 0;
    margin-top: 4vw;
}

.aboutbg2 .container2,
.aboutbg1 {
    display: flex;
    align-items: center;
}

.main ul li {
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.main ul li .imgs {
    width: 35%;
    float: left;
    overflow: hidden;
}

.main ul li .imgs img {
    width: 100%;
    max-width: 100%;
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
}

.main ul li .info {
    width: 100%;
    float: left;
}

.main ul li .txt {
    width: 90%;
    margin: 0 auto;
    padding-top: 2.3vw;
}

.main ul li h5 {
    font-size: 22px;
    padding-bottom: 1.2vw;
    border-bottom: 1px dashed #d4d4d4;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main ul li span {
    display: block;
    padding-top: 16px;
    font-size: 15px;
    padding-bottom: 16px;
    color: #888888;
}

.main ul li .load {
    float: right;
    color: #134c8f;
}

.main ul li p {
    font-size: 15px;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 46px;
	display: inline;
}

.main ul li:hover {
    background: #134c8f;
}

.main ul li:hover {
    background: #134c8f;
}

.main ul li:hover .imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.main ul li:hover .info .txt h5 {
    border-bottom: 1px dashed #64aee0;
}

.main ul li:hover .info .txt h5,
.main ul li:hover .info .txt span,
.main ul li:hover .info .txt p {
    color: #ffffff;
}

.business ul {
    overflow: hidden;
	
}
.business .alc{width:50% !important;margin:0 auto;}
.business .alc li{ float: left;    width: 48% !important;    height: auto;    overflow: hidden;    margin: 0 1%;    margin-bottom: 2%;}
.business ul li {
    float: left;
    width: 23%;
    height: auto;
    overflow: hidden;
    margin: 0 1%;
    margin-bottom: 2%;
}


@media(max-width:468px){
  .business ul li{width:100%;}
  .right .content .pro_alc img { max-width: 100% !important;}
  .business .alc{width:100% !important;margin:0 auto;}
.business .alc li{ float: left;    width: 98% !important;    height: auto;    overflow: hidden;    margin: 0 1%;    margin-bottom: 2%;}
}
@media(max-width:768px){
  .business ul li{width:100%;text-align:center;}
  .right .content .pro_alc img { max-width: 100% !important;}
    .business .alc{width:100% !important;margin:0 auto;}
.business .alc li{ float: left;    width: 98% !important;    height: auto;    overflow: hidden;    margin: 0 1%;    margin-bottom: 2%;}
}
@media(max-width:990px){
  .business ul li{text-align:center;}
.main ul li h5 {font-size: 16px;}

}


.business ul li .imgs {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.business ul li .imgs img {
    transition-duration: 0.6s;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    max-width: 100%;
}

.business ul li .info {
    padding: 16px 0;
    font-size: 20px;
    color: #333;
}
@media (max-width:990px){
.business ul li .info {
    font-size: 14px;
}
}





.business ul .nor {
    margin-right: 0;
}

.business ul li:hover .imgs img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.business ul li:hover .info p {
    color: #134c8f;
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

.main1 ul {
    overflow: hidden;
    background: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 80px;
}

.main1 ul li {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.main1 ul li .cont_title {
    overflow: hidden;
    background: #ffffff;
    padding: 20px 0;
    line-height: 30px;
    position: relative;
}

.main1 ul li .cont_title .more {
    width: 30px;
    height: 30px;
    float: left;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: #134c8f url(../images/more.png) no-repeat center center;
}

.main1 ul li .more_hover .more {
    background: #134c8f url(../images/more_hover.png) no-repeat center center;
}

.main1 ul li h5 {
    width: 18%;
    text-align: center;
    margin-right: 30px;
    float: left;
    font-size: 18px;
    color: #444444;
    line-height: 30px;
}

.main1 ul li .time {
    width: 10%;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #888888;
}

.main1 ul li .left1 {
    width: 96%;
    float: left;
    overflow: hidden;
    line-height: 30px;
}

.main1 ul li .child {
    padding: 36px 0;
    line-height: 36px;
    font-size: 14px;
    color: #666666;
    display: none;
}

.main1 ul li .child span {
    font-weight: bold;
    padding-right: 14px;
}

.main1 ul li .child .want {
    width: 200px;
    height: 46px;
    background: #134c8f;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin-top: 30px;
}

.main1 ul li .child .want:hover {
    background: #1382bf;
}

.main1 ul li .child_box {
    width: 94%;
    margin: 0 auto;
}

.right .contactbg {
    background: #f5f5f5;
    padding: 3vw 0;
}

.contactbg2 {
    width:100%;
	overflow:hidden;
}

.map1 {
    width: 50%;
	overflow: hidden;
	float:left
}

.contact1 {
    width: 50%;
    padding: 2% 5%;
    color: #fff;
    background: #134c8f;
    height: 420px;
    line-height: 28px;
	float:left
}



@media (max-width:990px){
.map1 {   display:none;}

.contact1 {   width: 100%;clear:both;float:left;}
}

.business1 {
    overflow: hidden;
    background: #fff;
    padding-top: 30px;
    padding-bottom: 50px;
}

.business1 ul {
    overflow: hidden;
}

.business1 ul li {
    float: left;
    width: 30.33%;
    height: 280px;
    overflow: hidden;
    margin: 0 1.5%;
    margin-bottom: 30px;
    background: #f5f5f5;
    position: relative;
}

.business1 ul li .imgs {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.business1 ul li .imgs .logoo {
    width: 126px;
    height: 126px;
    border: 1px solid #808080;
    line-height: 126px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 50px auto 30px;
}

.business1 ul li .imgs .logoo img {
    max-width: 40%;
}

.business1 ul li .imgs p {
    font-size: 21px;
    color: #333;
}

.business1 ul li .infos {
    width: 100%;
    height: 100%;
    background: #134c8f;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #ffffff;
    display: none;
}

.business1 ul li .infos .txt {
    width: 70%;
    margin: 0 auto;
    padding-top: 24px;
}

.business1 ul li h5 {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.business1 ul li span {
    display: block;
    width: 40px;
    height: 2px;
    background: #ffffff;
    margin: 0 auto 20px;
}

.business1 ul li p {
    font-size: 14px;
    line-height: 24px;
}

.business1 ul .more img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.business1 ul .nor {
    margin-right: 0;
}

.business1 ul .moreT {
    cursor: pointer;
}

.business1 ul li:hover .imgs {
    display: none;
}

.business1 ul li:hover .infos {
    display: block;
}

.hot1 {
    display: none;
}