/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color: #333;transition: 0.3s;}
a:hover{ color: var(--main-color2); text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #074087;
    --main-color2: #115fab;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 80px;padding-left: 30px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 75px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:80px;line-height:80px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:80px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;padding: 20px 0;}
.menu ul li dl dd{ line-height:40px;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;padding: 0 2px;}
.menu ul li dl dd a:hover{ color:#fff;background: var(--main-color);}
.menu a{ font-size:16px;color:#333;display:block;text-align:center;}
.menu a:hover{color: var(--main-color);}
a.menu_hover{color: var(--main-color);}

.menu ul li:last-child span:after{display: none;}
.menu ul li span{display: block;padding: 0 35px;}
.menu ul li span:after{content: '';position: absolute;right: 0;top: 50%;width: 1px;height: 18px;margin-top: -9px;background: #d6d6d6;}
.menu ul li span a{position: relative;}
.menu ul li span a:after{position: absolute;bottom: 0px;left: 50%; display: inline-block; width: 0%; margin: 0 auto;background: var(--main-color); height: 2px; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;-webkit-transform: translateX(-50%);transform: translateX(-50%);content: "";}
.menu ul li span:hover a:after{width: 100%;}
a.menu_hover:after{width: 100% !important;}

.header .search{width: 250px;height: 40px;border-radius: 0;position: relative;overflow: hidden;background: #f5f5f5;border: 1px solid #cdcdcd;border-radius: 8px;margin-right: 50px;}
.header .search input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 40px 0 10px;box-sizing: border-box;outline: none;background: #f5f5f5;}
.header .search button{width: 40px;height: 100%;position: absolute;top: 0;right: 0;text-align: center;border: none;background: var(--main-color);padding: 0;}
.header .search button img{width: 100%;border-radius: 8px;}

.language{width: 80px;height: 80px;}
.language a{display: block;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;color: #999999;font-size: 18px;background: #f5f5f5;}
.language a img{margin-right: 10px;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#0188FB;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{font-size: 22px;color: #333;}
.iTitEn{color: #cecece;font-size: 42px;font-weight: bold;letter-spacing: -2px;}
.iTxt{}
.iLine{}
.iTit{font-size: 26px;font-weight: bold;color: #333;}
.iTit strong{color: var(--main-color);}

.wapper_a{width: 100%;margin: 0 auto;padding-left: 100px;padding-right: 100px;}
.iComPage.swiper-pagination{bottom: 0px !important;}
.iComPage .swiper-pagination-bullet{width: 12px;height: 12px;border: 1px solid #b6b6b6;border-radius: 50%;background: transparent;opacity: 1;}
.iComPage .swiper-pagination-bullet-active{background: var(--main-color);border-color: var(--main-color);}


/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 0.6;background: #fff;}
.bannerSwiper .swiper-pagination-bullet-active{background: #fff;opacity:1;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.index1{background: #f5f5f5;padding: 90px 0 43px;}
.i1List{position: relative;padding-bottom: 50px;width: 100%;overflow: hidden;}
.i1List .part{display: block;width: 100%;position: relative;height: 100%;border-radius: 10px;overflow: hidden;}
.i1List .part .img{width: 100%;height: 100%;}
.i1List .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i1List .part .imgTop{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 30px 30px 30px 34px;transition: 0.3s;}
.i1List .part .desc{width: 100%;color: #fff;}
.i1List .part .t1{font-size: 20px;height: 20px;line-height: 20px;}
.i1List .part .t2{font-size: 24px;margin-top: 4px;margin-bottom: 14px;line-height: 1.5;}
.i1List .part .txt{font-size: 16px;height: 48px;line-height: 24px;}
.i1List .part .icon{width: 35px;height: 35px;border-radius: 50%;background-color: #fff;position: absolute;right: 24px;top: 28px;z-index: 9;opacity: 0;transition: .5s ease-in-out;display: flex;justify-content: center;align-items: center;color: var(--main-color);font-size: 16px;}
.i1List .part:hover .imgTop{background: var(--main-color);}
.i1List .part:hover .desc{color: #fff;}
.i1List .part:hover .icon{opacity: 1;}

.index2{margin: 80px 0;}
.i2Warp{width: 100%;}
.i2Warp .left{width: 20%;padding: 0 5px;}
.i2Warp .cet{width: 60%;}
.i2Warp .right{padding: 0 5px;width: 20%;}

.i2Warp .box{display: flex;flex-wrap: wrap;}
.i2Warp .box .item{width: 100%;margin-bottom: 10px;}
.i2Warp .part{display: block;width: 100%;height: 100%;position: relative;overflow: hidden;border-radius: 10px;}
.i2Warp .part .img{width: 100%;height: 100%;}
.i2Warp .part .img img{width: 100%;height: 100%;object-fit: cover;}
.i2Warp .part .imgTop1{position: absolute;left: 0;bottom: 0;width: 100%;padding: 20px;color: #fff;}
.i2Warp .part .imgTop1 .t1{font-size: 18px;}
.i2Warp .part .imgTop1 .txt{font-size: 14px;margin-top: 5px;}
.i2Warp .part .imgTop2{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(7 64 135 / 80%);display: flex;flex-direction: column;justify-content: center;align-items: center;color: #fff;text-align: center;opacity: 0;transition: 0.3s;}
.i2Warp .part .imgTop2 .t1{font-weight: bold;font-size: 22px;margin-bottom: 10px;}
.i2Warp .part .imgTop2 .txt{color: #fff;font-size: 14px;font-weight: normal;margin-bottom: 55px;}
.i2Warp .part .imgTop2 .icon{}
.i2Warp .part .imgTop2 .icon img{width: 40px;}
.i2Warp .part:hover .imgTop2{opacity: 1;}

.i2Warp .cet .item{width: 35%;padding: 0 5px;}
.i2Warp .cet .item:nth-child(1),
.i2Warp .cet .item:nth-child(4){width: 65%;}

.index3{margin: 80px 0;}
.i3List{width: 100%;}
.i3List ul li{width: 33%;}
.i3List .part{display: block;width: 100%;padding: 10px;transition: 0.3s;border-radius: 10px;}
.i3List .part .img{width: 100%;height: 250px;border-radius: 5px;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: contain;}
.i3List .part .desc{padding: 20px 0;}
.i3List .part .t1{font-size: 16px;color: #333;}
.i3List .part .txt{font-size: 14px;color: #777;margin-top: 15px;line-height: 1.6;}
.i3List .part:hover{background: var(--main-color);}
.i3List .part:hover .t1{color: #fff;}
.i3List .part:hover .txt{color: rgba(255,255,255,0.8);}

.index4{padding: 80px 0;width: 100%;background: #f5f5f5;}
.i4List{width: 100%;position: relative;padding-bottom: 50px;}
.i4List .part{display: block;width: 100%;height: 82px;background: #fff;border: 1px solid #ccc;border-radius: 10px;overflow: hidden;}
.i4List .part .img{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;padding: 5px;}
.i4List .part .img img{width: auto;height: auto;max-width: 100%;max-height: 100%;object-fit: contain;}

.footer{width: 100%;padding: 60px 0;background: #f4f4f4;font-size: 12px;color: #333;}
.footer a{color: #333;}
.fMenu{flex: 1;}
.fMenu dl{width: auto;padding-right: 5%}
.fMenu dl dt{margin-bottom: 32px;}
.fMenu dl dt a{font-size: 18px;}
.fMenu ul li{margin: 10px 0;}
.fMenu ul li a{font-size: 14px;}
.fMenu ul li a:hover{opacity: 0.8;}

.fRight{width: 30%;padding-left: 100px;padding-bottom: 60px;border-left: 1px solid #1f579c;}
.fTel{font-size: 18px;}
.fTel h3{font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.fTel .tel{font-size: 30px;font-weight: bold;display: block;margin-bottom: 10px;}

.fShare{margin: 15px 0;display: flex;flex-wrap: wrap;}
.fShare a{display: inline-block;margin-right: 15px;}
.fShare a img{width: 45px;}

.footWarp .footer{color: #fff;background: var(--main-color);}
.footWarp .footer a{color: #fff;}

.tongtu{width: 100%;position: relative;overflow: hidden;}
.tongtu .img{width: 100%;}
.tongtu .img img{width: 100%;}
.tongtu .imgTop{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 100%;z-index: 9;}
.tongtu .t1{text-align: center;font-size: 32px;color: #1966ff;font-weight: bold;}
.tongtu .txt{text-align: center;font-size: 14px;color: #888;}

.mainFull{margin: 50px 0;}
.mainWarp{width: 100%;}
.mainLeft{width: 160px;margin-right: 20px;}
.mainRight{width: calc(100% - 180px);}

.proMenu{margin-bottom: 20px;}
.proMenu>ul>li{position: relative;margin-bottom: 2px;border: 1px solid #e3e3e3;}
.proMenu>ul>li>a{display: block;padding: 0;font-size: 14px;color: #333;/*height: 36px;*/line-height: 36px;position: relative;background: #f3f3f3;text-align: center;}
.proMenu>ul>li>a:hover{color: #000;}
.proMenu>ul>li .icon{position: absolute;right: 0;width: 20px;height: 36px;line-height: 36px;text-align: center;font-size: 22px;color: #666;font-style: normal;top: 0;cursor: pointer;}
.proMenu>ul>li .icon.on span{display: none;}
.proMenu>ul>li .icon.on:after{content: "-";font-size: 22px;}

.proMenu>ul>li ul{padding: 10px 0;display: none;}
.proMenu>ul>li ul li{margin: 0;}
.proMenu>ul>li ul li a{display: block;line-height: 36px;text-align: center;font-size: 14px;color: #555;}
.proMenu>ul>li ul li.on a{text-decoration: underline;color: var(--main-color);}

.proMenu>ul>li>a.on{background: var(--main-color);color: #fff;}
.proMenu>ul>li>ul.on{display: block;}

.product table .tit{position:relative;}
.product table .hot{position: absolute;right: 0;top: -15px;padding: 0 3px;background: #f00;color: #fff;z-index: 9;font-size: 12px;border-radius: 10px;transform: scale(0.8);}

/*product*/
.product{width: 100%;}
table{border-collapse: collapse;border-spacing: 0;}
.product table {
    width: 100%
}

.product table tr {
    border-bottom: 1px solid #cccccc
}

.product table tr th {
    color: #fff;
    font-size: 14px;
    background: #5f5f5f;
    line-height: 44px;
    border: 1px solid #7f7f7f;
    font-weight: normal;
    line-height: 1.5;
	padding: 5px;
}

.product table tr th:nth-child(1) {
    width: 10%;
}

.product table tr th:nth-child(2) {
    width: 10%
}

.product table tr th:nth-child(3) {
    width: 9%
}

.product table tr th:nth-child(5) {
    width: auto
}

.product table tr th:nth-child(6) {
    width: 10%;
}

.product table tr th:nth-child(even) {
    background: #6b6b6b
}

.product table tr th:last-child {
    width: auto
}

.product table tr td {
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding: 14px 0;
    position: relative;
    line-height: 1.6
}

.product table tr td a {
    color: #074087;
    text-decoration: underline
}

.product table tr td span {
    position: absolute;
    top: 11px;
    right: 11px;
    display: none;
    width: 22px;
    height: 7px;
    background-image: url(../img/list/new.png);
    background-repeat: no-repeat;
    background-position: center center
}

.product table tr td:first-child {
    text-align: left;
    padding-left: 17px
}

.product table tr td:nth-child(2) {
    text-align: center;
    /* padding-left: 17px */
}

.product table tr td:last-child {
    line-height: 1.5;
    text-align: left;
    padding-left: 20px;
    padding-right: 22px
}

.proTip{text-align: center;margin-top: 10px;font-size: 12px;color: #999;}

/*prodetail*/
.prodetail{width: 100%;}
.prodTit{color: #333333;font-size: 24px;border-bottom: 1px solid #cccccc;padding-bottom: 20px;}
.prodFile{margin-top: 25px;margin-bottom: 27px;}
.prodFile ul li{width: 33.3%;padding-right: 10px;}
.prodFile .part{display: block;width: 100%;border: 1px solid #ddd;padding: 15px;display: flex;align-items: center;font-size: 14px;color: #333;}
.prodFile .part .icon{width: 50px;text-align: center;}
.prodFile .part .icon img{width: auto;max-width: 100%;vertical-align: middle;}
.prodFile .part .txt{flex: 1;}

.prodDesc{width: 100%;padding-left: 27px;padding-top: 35px;padding-bottom: 105px;background: #f7f7f7;font-size: 16px;line-height: 1.8;}
.prodDesc .title{color: #074087;font-size: 18px;padding-bottom: 16px;margin-bottom: 27px;border-bottom: 1px solid #dddddd;}
.prodDesc img{max-width: 100%;}

.prodForm{width: 100%;padding: 35px 30px;background: #f7f7f7;font-size: 16px;margin-top: 50px;}
.prodForm .iTit{margin-bottom: 35px;}
.prodForm ul li{width: 48%;margin-bottom: 20px;}
.prodForm input{width: 100%;height:50px;background: #fff;border-radius: 5px;padding: 0 10px;font-size: 16px;color: #333;}
.prodForm ul li.w100{width: 100%;}
.prodForm button{width: 200px;height: 50px;background: var(--main-color);display: block;margin: 0 auto;color: #fff;font-size: 16px;border-radius: 40px;border: none;}

/*solution*/

.solution{width: 100%;margin: 50px 0 80px;}
.search2{width: 100%;height: 50px;color: #999999;font-size: 14px;border-bottom: 1px solid #e6e6e6;max-width: 890px;position: relative;margin: 0 auto;}
.search2 input{width: 100%;height: 50px;background: transparent;border: none;outline: none;}
.search2 button{position: absolute;top: 0;right: 0;width: 50px;height: 50px;background: transparent;border: none;color: #333;font-size: 20px;}

.solList{width: 100%;margin-top: 35px;}
.solList ul li{margin-bottom: 10px;}
.solList .part{display: block;background-repeat: no-repeat;background-position: 98% center;background-color: #f7f7f7;line-height: 70px;padding-left: 25px;color: #333333;font-size: 16px;border: 1px solid #ddd;}
.solList .part:hover{color: #fff;background-color: var(--main-color);background-image: url(../images/enter-h.png);}

.solutiondetail{margin: 50px 0;}
.solutiondetail .title{font-size: 24px;color: #074087;padding-bottom: 37px;}
.solutiondetail .warp{width: 100%;border: 1px solid #bebebe;margin-bottom: 20px;}
.solutiondetail .warp .left{width: 50%;border-right: 1px solid #ebebeb;position: relative;padding-top: 20px;padding-left: 20px;padding-bottom: 43px;}
.solutiondetail .warp .tit{color: #333;font-size: 18px;font-weight: bold;}
.solutiondetail .warp .img{width: 100%;text-align: center;margin-top: 34px;}
.solutiondetail .warp .img img{max-width: 59%;height: auto;}
.solutiondetail .warp .desc{background: #f9f9f9;padding-top: 20px;padding-bottom: 20px;padding-left: 20px;width: 100%;}
.solutiondetail .warp .desc h4{color: #333;font-size: 18px;font-weight: bold;padding-bottom: 82px;}

/*support*/
.support{padding: 60px 0;}
.support .prodForm{margin-top: 0;}
.supportList{width: 100%;}
.supportList ul li{width: 48%;}
.supportList .part{display: block;width: 100%;padding: 35px 20px;text-align: center;background: #f6f6f6;}
.supportList .part .icon img{width: 80px;}
.supportList .part .t1{margin-top: 15px;font-weight: bold;font-size: 18px;color: #000;}
.supportList .part .txt{font-size: 16px;color: #333;margin-top: 20px;}

.join{width: 100%;margin: 50px 0;}
.joinList{width: 100%;}
.joinList ul li{margin-bottom: 10px;}
.joinTab{padding: 0 25px;width: 100%;color: #333333;background-color: #f0f0f0;font-size: 18px;line-height: 60px;background-image: url(../images/more.png);background-position: 97% center;background-repeat: no-repeat;cursor: pointer;transition: all .5s;}
.joinTab.active{background-image: url(../images/more-h.png);background-color: #074087;color: #fff;}
.joinPanel{width: 100%;padding: 0 25px 60px;background: #f8f8f8;display: none;}
.joinPanel.active{display: block;opacity: 1;}
.joinPanel .txt{width: 100%;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #dddddd;font-size: 14px;color: #555;}
.joinPanel .txt img{max-width: 100%;}
.joinPanel .txtBox{font-size: 12px;color: #888;}
.joinPanel .tel{margin-top: 20px;color: #e15618;font-size: 14px;}
.joinPanel .tel span{margin-right: 35px;display: inline-block;}

.pageTop{border-bottom: 1px solid #e8e8e8;}
.pageTop ul li{margin-right: 40px;display: block;line-height: 67px;position: relative;}
.pageTop ul li:after{transition: all .5s;content: '';position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 3px;background: #e15618;display: none;}
.pageTop ul li a{display: block;color: #666666;font-size: 16px;}
.pageTop ul li.on:after{display: block;}
.pageTop ul li:hover:after{display: block;}

/*about*/
.about1{width: 100%;margin: 50px 0;}
.abo1List{width: 100%;}
.abo1Warp{width: 100%;margin-bottom: 50px;}
.abo1Warp .img{width: 42%;}
.abo1Warp .img img{width: 100%;}
.abo1Warp .desc{width: 50%;/*padding-top: 8%;*/}
.abo1Warp .desc .t1{color: #074087;font-size: 34px;font-weight: bold;margin-bottom: 8px;}
.abo1Warp .desc .t2 {
    font-weight: bold;
	color: #333333;
	font-size: 30px;
	padding-bottom: 43px;
	position: relative;
	margin-bottom: 35px;
}

.abo1Warp .desc .t2:after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100px;
	content: '';
	background: #dddddd;
}

.abo1Warp .desc .txt {
	color: #444444;
	font-size: 16px;
}

.abo1List .abo1Warp:nth-child(2n) .desc{order: 1;}
.abo1List .abo1Warp:nth-child(2n) .img{order: 0;}

.contact{width: 100%;margin: 50px 0;}
.contWarp{width: 100%;padding: 35px 5px;box-shadow: var(--main-shadow);}
.contWarp ul li{width: 25%;padding: 30px;border-right: 1px solid #eee;}
.contWarp ul li:last-child{border: none;}
.contWarp .part{display: block;width: 100%;}
.contWarp .part .tit {
	color: #333333;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 16px;
	padding-left: 40px;
	background-image: url(../images/add.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.contWarp .part .txt {
	color: #666666;
	font-size: 14px;
	line-height: 1.6;
}
.contWarp .part .txt p{padding: 0;}
.contactMap{margin: 50px 0;width: 100%;overflow: hidden;}
.contactMap .img img{width: 100%;}

.inside{margin: 50px 0;}
.inside img{max-width: 100%;}





@media only screen and (max-width: 1580px) {
.wapper_a{ width:100%;padding: 0 6%;}
.menu ul li span{padding: 0 20px;}
.header .search{margin-right: 20px;}
.fMenu dl{padding-right: 5%;}
.fRight{width: 28%;padding-left: 60px;}

}

@media only screen and (max-width: 1280px) {
.wapper_a{ width:100%;padding: 0 10px;}
.wapper{ width:100%;padding: 0 10px;}
.headList{padding-left: 10px;}
.headList .logo img{max-height: 40px;}
.menu ul li span{padding: 0 15px;}
.menu a{font-size: 14px;}
.header .search{width: 180px;}
.language{width: 65px;}
.fRight{padding-left: 20px;}














}


@media only screen and (max-width: 1024px) {
.wapper_a{ width:100%;padding: 0 10px;max-width: 780px;}
.wapper{ width:100%;padding: 0 10px;max-width: 780px;}
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.sp_nav1 span{background: #000;}
.hHei{height: 70px;}
.language{float: right;width: 70px;height: 70px;margin-right: 10px;}
.language a{font-size: 14px;}
.language a img{vertical-align: middle;margin-right: 5px;}
.index1{padding: 60px 0;}
.iTitEn{font-size: 36px;}
.i2Warp .left,
.i2Warp .right{width: 50%;}
.i2Warp .left{order: 0;}
.i2Warp .right{order: 1;}
.i2Warp .cet{width: 100%;order: 2;}
.i2Warp .part .imgTop1{padding: 10px;}
.i3List ul li{width: 100%;}
.i3List .part .img{height: auto;}
.fWarp {display: block;}
.fMenu{width: 100%;}
.fRight{width: 100%;padding: 0;border: none;border-top: 1px solid #1f579c;padding-top: 20px;margin-top: 10px;}
.fMenu dl{width: 33.3%;padding: 0;margin-bottom: 20px;}
.fMenu dl dt{margin-bottom: 10px;}
.fMenu dl dt a{font-size: 16px;}
.abo1Warp{display: block;}
.abo1Warp .desc{width: 100%;padding: 0;margin-bottom: 20px;}
.abo1Warp .img{width: 100%;}
.abo1Warp .desc .t1{font-size: 26px;}
.abo1Warp .desc .t2{font-size: 28px;padding-bottom: 20px;margin-bottom: 20px;}
.contWarp ul li{width: 100%;padding: 20px 10px;border-right: none;border-bottom: 1px solid #eee;}
.pageTop ul li{margin-right: 10px;}
.pageTop ul li a{font-size: 14px;}
.joinTab{padding-left: 10px;font-size: 14px;}
.mainLeft{width: 100%;margin: 0;margin-bottom: 20px;}
.mainRight{width: 100%;}
.product{width: 100%;overflow-x: auto;}
.product table{width: 780px;}
.prodTit{font-size: 20px;line-height: 2;}
.prodFile ul li{width: 100%;padding: 0;margin-bottom: 10px;}
.prodDesc{padding: 20px;font-size: 14px;}
.prodForm{padding: 20px;}
.iTit{font-size: 20px;}
.prodForm ul li{width: 100%;}
.solList .part{padding-left: 10px;font-size: 14px;}
.solutiondetail .warp .left{width: 100%;}
.solutiondetail .warp .desc{width: 100%;padding: 20px;}
.solutiondetail .warp .desc h4{padding-bottom: 20px;}
.solutiondetail .title{font-size: 20px;margin-bottom: 15px;}
.supportList ul li{width: 100%;margin-bottom: 20px;}
.product table tr th{white-space: nowrap; padding:5px 20px;}

}
