*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clr{
    clear: both;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}


body{
    font-size: 12px;
    font-family: "Microsoft YaHei" , 微软雅黑;
    color: #333333;
}


.menu-logo{
    width: 100%;
    height: 55px;
    /* background-color: #d81e06; */
    padding: 8px 22px;
    margin-bottom: 10px;
}
.menu-logo img{
    
}

.right-icon{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 54px;
    top: 10px;
    text-align: center;
}
.right-icon a{
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/icon/search-icon.png);
    /* background-size: 18px; */
}

/* search弹出框 */
.search-box{
    display: none;
    width: 220px;
    height: 64px;
    background-color: #fff;
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 99;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border-top: 2px solid #d81e06;
}
.search-box::before{
    content: " ";
    position: absolute;
    top: -8px;
    right: 56px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color:  transparent transparent #d81e06 transparent;
}
.search_input {
    width: 200px;
    height: 36px;
    margin: 12px auto;
    position: relative;
}
.SearchStr {
    padding-left: 10px;
    width: 200px;
    height: 36px;
    font-size: 12px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-weight: lighter;
    outline: 0;
}
.search-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    padding: 9px;
    background-color: transparent;
    border-left: 0;
    outline: 0;
}
.SearchStr:focus{ 
    border: 1px solid #d81e06 !important;
}
/* search弹出框 end */




/* banner */
.banner-box{
    width: 100%;
    height: auto;
    position: relative;
}
.banner-box ul li{
    width: 100%;
}
.banner-box ul li img{
    width: 100%;
    height: auto;
}

.banner-form{
    display: none;
    width: 100%;
    background-color: #f7f7f7;
}
.form-box{
    display: block;
    width: 288px;
    margin: 0 auto;
    height: 342px;
    background-color: rgba(255, 255, 255, .8);
    padding: 30px 20px;
}
/* banner end */


/* main-menu */
.main-menu{
    width: 100%;
    padding: 12px 12px 0px;
    text-align: center;
    font-size: 0;
    /* border-bottom: 1px solid #f4f4f4; */
    /* box-shadow: 0 4px 8px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.1); */
}
.menu-item{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}
.menu-img{
    width: 42px;
    height: 42px;
    display: inline-block;
    /* background-color: #fa6a0b; */
    border-radius: 50%;
}
.menu-img img{
    width: 100%;
}
.menu-item strong{
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #333;
}
/* main-menu end */


.title-style{
    text-align: center;
}
.title-style h3{
    font-size: 20px;
    color: #0b0b0b;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.title-style b{
    width: 36px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/title-l.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 5px;
}
.title-style b.tit-r{
    background-image: url(../images/title-r.png);
}
.title-style h5{
    width: 66%;
    font-size: 12px;
    line-height: 20px;
    color: #3f3f3f;
    font-weight: lighter;
    margin: 0 auto;
    margin-top: 6px;
}

/* main-dljz */
.main-dljz{
    padding: 30px 12px;
}
.dljz-box{
    margin-top: 6px;
    font-size: 0;
}
.dljz-item{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    /* height: 186px; */
    background-color: #f9f9f9;
    margin-top: 8px;
    margin-right: 2%;
    padding: 12px 8px;
    position: relative;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.dljz-item:nth-child(2n+2){
    margin-right: 0;
}
.dljz-item::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #d7d7d7 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.dljz-icon{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #d81e06;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
}
.dljz-icon1{
    background-image: url(../icon/dljz1.png);
}
.dljz-icon2{
    background-image: url(../icon/dljz2.png);
}
.dljz-icon3{
    background-image: url(../icon/dljz3.png);
}
.dljz-icon4{
    background-image: url(../icon/dljz4.png);
}
.dljz-icon5{
    background-image: url(../icon/dljz5.png);
}
.dljz-icon6{
    background-image: url(../icon/dljz6.png);
}
.dljz-title{
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
}
.dljz-title h3{
    font-size: 15px;
    color: #0b0b0b;
    line-height: 25px;
}
.dljz-title p{
    font-size: 8px;
    color: #999999;
    /* font-weight: lighter; */
    line-height: 12px;
    /* letter-spacing: -0.5px; */
}
.dljz-txt{
    font-size: 12px;
    font-weight: lighter;
    color: #3f3f3f;
    border-top: 1px solid #e9e9e9;
    text-align: center;
    line-height: 16px;
    padding-top: 6px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* .dljz-item:hover{
    background-color: #fff;
    box-shadow: 0 0px 16px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0px 16px rgba(0, 0, 0, .1);
}
.dljz-item:hover::before{
    border-color: transparent transparent #fa6a0b transparent;
} */
/* main-dljz end */


/* main-jzzz */
.main-jzzz{
    background-color: #f7f7f7;
    padding: 30px 12px;
}
.jzzz-box{
    margin-top: 6px;
    font-size: 0;
}
.jzzz-item{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 8px;
    margin-right: 2%;
}
.jzzz-item:nth-child(2n+2){
    margin-right: 0;
}
.jzzz-img{
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.cover{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .44);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jzzz-down{
    background-color: #fff;
    padding: 10px 8px 10px 10px;
    position: relative;
}
.jzzz-down::before{
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #d81e06;
    top: 0;
    left: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-title{
    position: relative;
    color: #0b0b0b;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-title h3{
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jzzz-title p{
    font-size: 12px;
    line-height: 20px;
}
.jzzz-title span{
    width: 43px;
    height: 43px;
    display: block;
    background-color: #fff;
    background-image: url(../icon/jzzz-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.jzzz-txt{
    font-size: 12px;
    font-weight: lighter;
    color: #3f3f3f;
    line-height: 16px;
    height: 32px;
    margin-top: 6px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* .jzzz-item:hover .cover{
    transform: translateX(-100%);
}
.jzzz-item:hover .jzzz-down::before{
    width: 100%;
}
.jzzz-item:hover .jzzz-title span{
    background-image: url(../icon/jzzz-arrow-red.png);
}
.jzzz-item:hover .jzzz-title{
    color: #fff;
}
.jzzz-item:hover .jzzz-txt{
    color: #fff;
} */
/* main-jzzz end */


/* main-why */
.main-why{
    padding: 30px 0;
    background-image: url(../images/why-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.why-title h1{
    font-size: 36px;
    line-height: 40px;
    margin: 0;
}
.why-title h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 35px;
}
.why-title b{
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 3px;
    background-color: #fff;
    margin: 0 10px;
}

.why-box{
    margin-top: 30px;
    font-size: 0;
    padding: 0 10px;
}
.why-item{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    color: #fdfdfd;
}
.why-item:nth-child(2n+2){
    margin-right: 0;
}
.why-icon{
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}
.why-icon1{
    background-image: url(../icon/why1.png);
}
.why-icon2{
    background-image: url(../icon/why2.png);
}
.why-icon3{
    background-image: url(../icon/why3.png);
}
.why-icon4{
    background-image: url(../icon/why4.png);
}
.why-icon5{
    background-image: url(../icon/why5.png);
}
.why-icon6{
    background-image: url(../icon/why6.png);
}
.why-icon7{
    background-image: url(../icon/why7.png);
}
.why-icon8{
    background-image: url(../icon/why8.png);
}
.why-item h3{
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.why-item p{
    font-size: 10px;
    line-height: 20px;
}
/* main-why end */


/* main-service */
.main-service{
    padding: 30px 0;
}
.service-box{
    margin-top: 20px;
    font-size: 0;
}
.service-item{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    background-color: #f8f8f8;
}
.service-item:nth-child(1){
    width: 100%;
}
.service-item:nth-child(3){
    background-color: #ededed;
}
.service-item:nth-child(4){
    background-color: #ededed;
}


.service-num{
    width: 100%;
    height: 68px;
    position: relative;
}
.service-num span{
    position: relative;
    font-size: 32px;
    line-height: 68px;
    color: #fff;
    font-family: "IMPACT";
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
}
.service-num::before{
    content: '';
    /* width: 100%;
    height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #d81e06;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.service-num::after{
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 49px;
    background-image: url(../icon/ser-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.service-down{
    width: 100%;
    height: 190px;
    padding: 20px 10px;
    color: #0b0b0b;
}
.service-down img{
    height: 32px;
}
.service-down h3{
    font-size: 18px;
    line-height: 30px;
    margin-top: 16px;
}
.service-down b{
    display: inline-block;
    width: 36px;
    height: 2px;
    background-color: #d81e06;
    margin: 10px 0 15px;
}
.service-down p{
    font-size: 10px;
    line-height: 20px;
}
.service-down p span{
    color: #e01010;
    font-weight: bold;
}

.service-item:nth-child(2) .service-num::before{
    background-color: #bd200b;
}
.service-item:nth-child(5) .service-num::before{
    background-color: #bd200b;
}

/* .service-item:nth-child(1) .service-num{
    width: 20%;
    float: right;
    height: 200px;
}
.service-item:nth-child(1)  .service-num span{
    line-height: 200px;
}
.service-item:nth-child(1) .service-down{
    width: 80%;
    float: left;
} */
/* .service-item:nth-child(-n+4):hover .service-num::before{
    right: -20px;
}
.service-item:nth-child(-n+4):hover .service-num::after{
    opacity: 1;
    right: 20px;
} */
/* main-service end */


/* main-news */

.main-news{
    padding: 30px 12px;
    background-color: #f7f7f7;
} 
.news-box{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.wenti-box{
	width: 100%;
}
.wenti-box .news-title{
	box-sizing: border-box;
	padding: 0 10px;
}
.wenti-box .news-title a{
	right: 10px;
}
.news-title{
    position: relative;
}
.news-title strong{
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 30px;
}
.news-title span{
    display: block;
    font-size: 14px;
    color: #999999;
    padding-top: 5px;
}
.news-title a{
    position: absolute;
    right: 0;
    top: 0;
    color: #17136f;
}
.news-title a img{
	width: auto;
	height: 30px;
}
.news-title a:hover{
    text-decoration: underline;
}
.news-box ul li{
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
/* .news-box ul li a{
	display: block;
	height: auto;
} */
.news-box ul li:last-child{
    border-bottom: 0px solid #e9e9e9;
}
.news-box .news-image{
    width: 30%;
    height: 70px;
    overflow: hidden;
    float: left;
}
.news-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 100%;
    /* min-width: 100%;
    margin: 0 -100%; */
}
.news-r{
    float: right;
	width: 66%;
}
.news-r strong{
	font-size: 14px;
    color: #333;
    line-height: 24px;
}
.news-r b{
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #999;
    font-weight: normal;
}
.news-r b span{
    display: block;
    float: left;
    margin-right: 5px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.news-r b span:nth-child(1){
    width: 12px;
    height: 12px;
    background-image: url(../images/time.png);
    margin-top: 2px;
}
.news-r b span:nth-child(2){
    margin-right: 15px;
}
.news-r b span:nth-child(3){
    width: 16px;
    height: 16px;
    background-image: url(../images/view.png);
}
.news-r p{
    color: #999;
    font-size: 12px;
    margin-top: 5px;
    line-height:15px;
}


.wenti-list{
    width: 100%;
    height: auto;
	padding: 10px;
	box-sizing: border-box;
    background-color: #f1f1f1;
    margin-top: 15px;
}
.wenti-list ul{
	margin-bottom: 5px;
}
.wenti-list li{
    border-bottom: 1px dashed #d1d1d1;
}
.wenti-list li:first-child{
	border-bottom: 0px dashed #d1d1d1;
	margin-bottom: 5px;
}
.wenti-list .news-image{
    width: 45%;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.wenti-list .news-image img{
    width: 100%;
	height: auto;
	object-fit: cover;
	min-height: 100%;
}
.news-ri{
    float: right;
    width: 53%;
}
.news-ri strong{
	font-size: 15px;
    display: block;
    color: #333;
    font-weight: normal;
    line-height: 24px;
}
.news-ri b{
    font-size: 12px;
    color: #999;
    display: block;
    font-weight: normal;
    padding: 5px 0;
}
.news-ri p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.wenti-list .news-text{
    float: left;
}
.wenti-list .news-text strong{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 26px;
    padding-left: 8px;
    position: relative;
}
.wenti-list .news-text strong::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #aeaeae;
}
.wenti-list .news-date{
    float: right;
}
.wenti-list .news-date p{
    color: #999;
    font-size: 14px;
    line-height: 36px;
}


/* main news end */


/* foot-ys */
.foot-ys{
    display: none;
    padding: 25px 12px;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #f7f7f7;
    background-color: #fff;
    text-align: center;
}
.foot-ys ul li{
    display: inline-block;
    vertical-align: top;
    width: 25%;
}
.foot-ys ul li img{
    display: inline-block;
    width: 36px;
}
.foot-ys-tit{
    display: block;
}
.foot-ys-tit strong{
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.foot-ys-tit p{
    font-size: 10px;
    line-height: 20px;
    color: #555;
    margin-top: 10px;
}

/* foot-ys end */

/* footer */
footer{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    background-color: #222222;
}
.foot-box{
    width: 100%;
}
.foot-left{
    width: 100%;
    text-align: center;
}
.foot-logo{
    width: 100%;
}
.foot-logo img{
    width: 160px;
}
.foot-logo p{
    color: #727070;
    padding: 12px 0 20px;
    font-weight: lighter;
}

.foot-contact{
    width: 100%;
    text-align: center;
}
.foot-contact h3{
    font-size: 28px;
    line-height: 30px;
    color: #08A4CA;
    font-weight: bold;
    padding-top: 10px;
    font-family: "IMPACT";
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    /* letter-spacing: 1px; */
}

.foot-ewm{
    width: 100%;
    text-align: center;
}
.foot-ewm ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 147px;
    margin-left: 30px;
    margin-right: 30px;
}
.foot-ewm img{
    width: 100%;
}
.foot-ewm p{
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-menu{
    float: right;
    padding-right: 10px;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 20px;
}
.foot-menu-list>a{
    display: block;
    color: #f4f4f4;
    font-size: 16px;
    font-weight: lighter;
}
.foot-menu-list>a:hover{
    color: #da1c0c;
}
.foot-menu-list ul{
    margin-top: 10px;
}
.foot-menu-list ul li a{
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
}
.foot-menu-list ul li a:hover{
    color: #da1c0c;
}



.copyright{
    width: 100%;
    text-align: center;
    padding: 10px 0 12px;
    margin-top: 16px;
    border-top: 1px solid #414140;
}
.copyright p{
    color: #999999;
    font-size: 12px;
    line-height: 30px;
    font-weight: lighter;
}
.copyright p a{
    color: #999999;
    font-size: 12px;
    line-height: 30px;
    font-weight: lighter;
    display: inline-block;
}
.copyright p a:hover{
    text-decoration: underline;
}


.down-fixed{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    display: block !important;
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.w-25{
    width: 25%;
}
.w-50{
    width: 50%;
}
.down-fixed a{
    float: left;
    display: block;
    height: 50px;
    text-align: center;
}
.down-fixed a.bt{
    color: #000;
    padding-top: 30px;
    font-size: 12px;
    position: relative;
}
.down-fixed a.bt span{
    display: block;
    position: absolute;
    top: 5px;
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
}
.down-fixed a:nth-child(1){
    border-right: 1px solid #e9e9e9;
}
.down-fixed a:nth-child(1) span{
    background-image: url(/m/icon/wechat.png);
}
.down-fixed a:nth-child(2) span{
    background-image: url(/m/icon/online.png);
}
.down-fixed a.bot{
    background-color: #08A4CA;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 50px;
}

.do-title{
    text-align: center;
}
.do-title h2{
    color: #010101;
    font-size: 24px;
    line-height: 28px;
}
.do-title h2 span{
    color: #08A4CA;
}
.do-title img{
    width: 180px;
    margin-top: 8px;
}

.can-do{ padding-top:10px;}

.fanyi_list ul { margin:20px 0 0 0; 
}

.fanyi_list li {
    width: 50%;
    float: left;
}

.fanyi_list li a {
    display: block;
    margin: 3px;
    border: 1px #f5f5f5 solid;
    background-color: #fefefe;
 
    padding: 5px; text-align:center
}

.fanyi_list li:nth-child(1){ width:100%;}
.fanyi_list li a img {
    width: 100%;
 
}

.fanyi_list li a strong {
    display: block;
    color: #000;
    line-height: 48px;
    font-size: 16px;
}

.fanyi_list li a i {
    display: block;
    height: 1px;
    width: 40px;
    background-color: #CCC;
    margin: auto;
}

.fanyi_list li a p {
    color: #333;
    padding-top: 10px;
    font-size: 13px;
}

/* main-product */
.main-product{
    padding: 30px 10px;
    /* background-image: url(/images/15.png);
    background-size: 100% 100%; */
}
.main-product-box{
    width: 100%;
    margin: 20px auto 0;
}
.product-menu{
    width: 100%;
    text-align: center;
}
.product-menu ul{
    width: 100%;
  /*  white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: justify;
    box-sizing: border-box;
    position: relative;*/
}
.product-menu ul::-webkit-scrollbar {
    display: none;
}
.product-menu ul li{
    padding: 0 15px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    background-color: #f1f1f1;
    color: #333;
    /* margin: 2px; */
    cursor: pointer;
    border-radius: 3px; width:140px; margin:4px; 
}
.product-menu ul li.on{
    background-color: #08A4CA;
    color: #fff;
}
.product-list{
    margin-top:0px;
}
.product-item{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 6px 6px 42px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-item:nth-child(2n+2){
    margin-right: 0;
}
.product-image{
    width: 100%;
    height: 130px;
    overflow: hidden;
    text-align: center;
}
.product-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-title{
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    padding: 6px;
    background-color: #f1f1f1;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-title h3{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-title b{
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin: 6px auto 2px;
}
.product-item:hover{
    border: 1px solid #08A4CA;
    /* box-shadow: 0 4px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.2); */
}
.product-item:hover .product-image img{
    transform: scale(1.05);
}
.product-item:hover .product-title{
    background-color: #08A4CA;
    bottom: 0;
}
.product-item:hover .product-title h3{
    color: #fff;
}
.product-more{
    margin: 10px 0 0px;
    text-align: center;
}
.product-more a{
    display: block;
    margin: 0 auto;
    width: 136px;
    height: 36px;
    border-radius: 3px;
    background-color:#08A4CA;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
/* .product-more:hover{
    background-color: #305aa6;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
} */
/* main-product end */



.main-about{
    width: 100%;
    height: auto;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
	background-color:#08A4CA;
}
.about-left{
	width: 100%;
}
.about-left img{
	width: 100%;
	height: auto;
}
.about-right{
    width: 100%;
	height: auto;
	background-color:#08A4CA;
	padding: 10px;
	box-sizing: border-box;
}
.about-title{
    padding-top: 10px;
    padding-left: 25px;
    position: relative;
}
.about-title::before{
    content: '';
    width: 5px;
    height: 50px;
    background-color:#fff;
    position: absolute;
    left: 5px;
    top: 12px;
}
.about-title strong{
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 24px;
}
.about-title h3{
    color: #fff;
	font-size: 24px;
	line-height: 28px;
}
.about-title h3 span{
    color: #fff;
}
.about-right p{
    width: 100%;
    /* height: 160px; */
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px; text-align:justify;
}
.about-menu{
    padding-top: 20px;
}
.about-menu ul{
	margin-bottom: 10px;
}
.about-menu ul li{
    float: left;
	display: block;
	width: 24%;
	margin-right: 1%;
}
.about-menu ul li a{
    display: block;
    width: 100%;
    height: 36px;
  background-color:#ededed;
    color: #333;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}
.about-menu ul li a:hover{
   background-color:#15b704;
    color: #fff;
}
.about-menu ul li:first-child a{
    background-color: #15b704;
    color: #fff;
}

/* main-support */
.main-support{
    padding: 20px 0;
    background-color: rgba(48, 90, 166, .15);
    background-image: url(/images/16.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sloution {
    margin: 10px auto;
    width: 100%;
    position: relative;
}

.sloution li {
    width: 200px;
    float: left;
}

.sloution li a {
    display: block;
    margin: 8px;
    border: 1px #f5f5f5 solid;
    background-color: #fefefe;
    padding: 10px;
}

.sloution li a img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.sloution li a strong {
    display: block;
    color: #000;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sloution li a i {
    display: block;
    height: 2px;
    width: 50px;
    background-color: #02B2B5;
    margin: auto;
    margin-bottom: 10px;
}

.sloution li a p {
    color: #333;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
}
.o-banner {
    width: 100%;
    height: 150px; padding-top:60px;  background-image:url(../images/infobg.jpg); background-size:auto 100%;
}
.o-banner img{
   
}
.obanner-box{
 
}

.o-banner strong {
    font-size: 34px;
    /* font-weight: bold; */
    display: block;
    letter-spacing: 2px;
}

.o-banner b {
    display: block;
    height: 1px;
    width: 80px;
    background-color: #fff;
    margin-top: 15px;
    /* margin-bottom: 15px; */
}

.o-banner span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.info{ padding:10px; text-align:justify; font-size:13px; color:#666 }
.info p{ margin:10px 0; text-indent:26px; line-height:20px;}
.info img{ max-width:100%; margin:5px 0;}


.about-li{
 
    text-align: center;
}
.about-li ul{
    display: inline-block;
}
.about-li ul li{
    width: 200px;
    height: 200px; 
    border-radius: 50%;
 
    position: relative; margin:30px auto;
}
.li-blue{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0 ;
    left: 0;
    border-radius: 50%;
    border: 2px solid rgba(12, 57, 114, 0.15);
    padding: 20px;
    z-index: 2;
}
.about-li ul li .li-blue img{
    margin-top: 10px; width:40px;
}
.about-li ul li .li-blue h3{
    font-size: 20px;
    color: #0c3972;
    margin-top: 10px;
}
.about-li ul li .li-blue p{
    font-size: 14px;
    color: #0c3972;
    margin-top: 10px;
}.blue-circle{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(12, 57, 114, 0.05);
    z-index: 1;
}