@charset "utf-8";

/*

    author:Yang Runcheng;

    date:2021-1-26;

*/



body{background:#f4f4f4;}

@media(max-width:1200px){

body{padding-top:60px;}

}



/*--cx-inpage-banner--*/

.cx-inpage-banner-01{clear:both;position:relative;height:450px;overflow:hidden;background-repeat:no-repeat;background-position:center;}

.cx-inpage-banner-01 .text{ display:none; position:absolute;top:50%;left:50%;width:1200px;text-align:center;transform:translate(-50%,-50%);}

.cx-inpage-banner-01 .text h2{position:relative;padding-bottom:20px;font-size:36px;color:#fff;}

.cx-inpage-banner-01 .text h2:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-15px;width:30px;height:2px;content:"";background:#fff;}

.cx-inpage-banner-01 .text p{margin-top:20px;color:#fff;font-size:16px;text-transform:uppercase;opacity:.5;}

.cx-inpage-banner-01 .crumbs{margin-top:15px;font-size:16px;color:#fff;}

.cx-inpage-banner-01 .crumbs span{display:inline-block;}

.cx-inpage-banner-01 .crumbs a{color:#fff;}

.cx-inpage-banner-01 .crumbs a:after{display:inline-block;margin:0 8px;font-family:"iconfont";content:"\e666";}

.cx-inpage-banner-01 .crumbs a:last-child:after{display:none;}

.cx-inpage-banner-01 .crumbs a:hover{text-decoration:underline;}

@media(max-width:1200px){

.cx-inpage-banner-01{display:none;}  

}

/*--end cx-inpage-banner--*/



/*--cx-inpage-head--*/

.cx-inpage-head{display:none;position:absolute;z-index:1000;top:0;left:0;width:100%;height:60px;line-height:60px;text-align:center;background:#fff;border-bottom:#f0f0f0 solid 1px;}

.cx-inpage-head .back,.cx-inpage-head .nav-btn{position:absolute;top:0;width:60px;height:60px;cursor:pointer;overflow:hidden;}

.cx-inpage-head .back{left:0;}

.cx-inpage-head .nav-btn{right:0;}

.cx-inpage-head .back a,.cx-inpage-head .nav-btn a{display:block;}

.cx-inpage-head .back i,.cx-inpage-head .nav-btn i{display:block;font-size:18px;color:#666;transition:all 0.5s;}

.cx-inpage-head .nav-btn.active i{transform:rotate(-90deg);}

.cx-inpage-head .title{padding:0 60px;text-align:center;font-size:18px;color:#333;}

@media(max-width:1200px){

.cx-inpage-head{display:block;}  

}

/*--end cx-inpage-head--*/



/*--cx-crumbs--*/

.cx-crumbs{padding:20px 0;line-height:35px;color:#666;overflow:hidden;background:#fff;}

.cx-crumbs~.cx-product-detail,.cx-crumbs~.cx-news-detail,.cx-crumbs~.cx-news-detail2{padding-top:0 !important;}

.cx-crumbs~.cx-menu-wrap{margin-top:40px;}

.cx-crumbs span{display:inline-block;font-size:14px;}

.cx-crumbs a{display:inline-block;font-size:14px;color:#666;}

.cx-crumbs em{display:inline-block;margin:0 10px;color:#ccc;}

.cx-crumbs a:hover{color:#377cdd;}

.cx-mianbaoxue01{position:relative;height:50px;line-height:50px;font-size:14px;color: #333;}

.cx-mianbaoxue01 a{color: #333;}

.cx-mianbaoxue01 em{display:inline-block;margin:0 10px;color: #333;}

@media(max-width:1200px){

.cx-crumbs,.cx-mianbaoxue01{display:none;}  

.cx-crumbs~.cx-menu-wrap{margin-top:0;}

}

/*--end cx-crumbs--*/



/*--section-title--*/

.section-title{margin-bottom:40px;text-align:center;line-height:1.25;}

.section-title:after{display:block;margin:20px auto 0;width:20px;height:2px;content:"";background:#377cdd;}

.section-title h2{font-size:36px;color:#333;}

.section-title h2 a{color:#333;}

.section-title h2 a:hover{color:#377cdd;}

.section-title p{font-size:18px;color:#666;}

.section-title p em{font-size:16px;font-family:"DIN Medium";color:#999;text-transform:uppercase;}

@media(max-width:1200px){

.section-title{margin-bottom:20px;}

.section-title:after{margin-top:10px;}

.section-title h2{font-size:24px;}

.section-title p{font-size:16px;}

.section-title p em{font-size:14px;}

}

/*--end section-title--*/



/*--cx-menu-wrap--*/

.cx-menu-wrap{clear:both;overflow:hidden;}

.cx-menu-slide{position:relative;padding:0 70px;height:70px;line-height:70px;text-align:center;overflow:hidden;background:#fff;}

.cx-menu-slide .cx-menu-list li{position:relative;font-size:18px;}

.cx-menu-slide .cx-menu-list li a{display:block;color:#999;}

.cx-menu-slide .cx-menu-list li:after{display:block;position:absolute;left:50%;bottom:0;margin-left:-15px;width:30px;height:3px;content:"";background:#377cdd;transform:scale(0,1);transition:all 0.5s;}

.cx-menu-slide .cx-menu-list li.cur:after,.cx-menu-slide .cx-menu-list li:hover:after{transform:scale(1);}

.cx-menu-slide .cx-menu-list li.cur a,.cx-menu-slide .cx-menu-list li:hover a{color:#000;}

.cx-menu-slide .cx-menu-prev,.cx-menu-slide .cx-menu-next{display:none;position:absolute;z-index:9;top:0;width:70px;height:70px;font-size:20px;color:#9a9a9a;cursor:pointer;outline:none;background:#fff;}

.cx-menu-slide .cx-menu-prev{left:0;border-right:#f0f0f0 solid 1px;background:#fff;}

.cx-menu-slide .cx-menu-next{right:0;border-left:#f0f0f0 solid 1px;background:#fff;}

.cx-menu-slide .cx-menu-prev:hover,.cx-menu-slide .cx-menu-next:hover{color:#fff;background:#377cdd;}

.cx-menu-slide .swiper-button-disabled{cursor:no-drop;opacity:0.5;}

@media(max-width:1200px){

.cx-menu-slide{padding:0;height:50px;line-height:50px;}

.cx-menu-slide .cx-menu-list li{width:auto;font-size:16px;}

.cx-menu-slide .cx-menu-list li a{padding:0 15px;}

.cx-menu-slide .cx-menu-prev,.cx-menu-slide .cx-menu-next{display:none !important;}  

}

/*--end cx-menu-wrap--*/



/*--cx-inpage-menu02-box--*/

.cx-inpage-menu02-box{height:100px;line-height:100px;overflow:hidden;}

.cx-inpage-menu02-box .inner{height:100px;border-bottom:#e5e5e5 solid 1px}

.cx-inpage-menu02-box .list{float:right;}

.cx-inpage-menu02-box .list li{position:relative;float:left;margin-left:50px;width:auto;font-size:16px;color:#999;overflow:hidden;}

.cx-inpage-menu02-box .list li:first-child{margin-left:0;}

.cx-inpage-menu02-box .list li:after{display:block;position:absolute;left:0;bottom:0;width:100%;height:2px;content:"";background:#377cdd;transform:scale(0,1);transition:all 0.5s;}

.cx-inpage-menu02-box .list li a{display:block;color:#999;}

.cx-inpage-menu02-box .list li.cur a,.cx-inpage-menu02-box .list li:hover a{color:#377cdd;}

.cx-inpage-menu02-box .list li.cur:after,.cx-inpage-menu02-box .list li:hover:after{transform:scale(1);}

.cx-inpage-menu02-box .crumbs{font-size:14px;color:#999;}

.cx-inpage-menu02-box .crumbs a{color:#999;}

.cx-inpage-menu02-box .crumbs a:after{display:inline-block;margin:0 5px;font-family:"iconfont";content:"\e666";}

.cx-inpage-menu02-box .crumbs a:last-child:after{display:none;}

.cx-inpage-menu02-box .crumbs a:hover{text-decoration:underline;}

@media(max-width:1200px){

.cx-inpage-menu02-box{height:50px;line-height:50px;}

.cx-inpage-menu02-box .inner{height:50px;}

.cx-inpage-menu02-box .crumbs{display:none;}

.cx-inpage-menu02-box .list{float:none;width:100%;}

.cx-inpage-menu02-box .list li{margin-left:0;font-size: 16px;}

.cx-inpage-menu02-box .list li a{padding:0 15px; }

}

/*--end cx-inpage-menu02-box--*/



/*--cx-submenu-wrap--*/

.cx-submenu-wrap{clear:both;overflow:hidden;border-top: #f0f0f0 solid 1px;}

.cx-submenu-wrap .menu-toggle{display:none;position:absolute;right:0;top:0;width:40px;height:100%;cursor:pointer;}

.cx-submenu-wrap .menu-toggle i{display:block;width:100%;text-align:center;font-size:20px;color:#9a9a9a;transition:all 0.5s;}

.cx-submenu-wrap .menu-toggle.cur i{transform:rotate(-180deg);}

.cx-submenu-list{padding:0 20px;text-align:center;overflow:hidden;background:#fff;}

.cx-submenu-list li{width:auto;display:inline-block;line-height:1.5;font-size:16px;}

.cx-submenu-list li a{display:block;padding:20px;color:#999;}

.cx-submenu-list li:hover a,.cx-submenu-list li.cur a{color:#377cdd;}

@media(max-width:1200px){

.cx-submenu-wrap{position:relative;padding-right:40px;height:40px;}

.cx-submenu-wrap .menu-toggle{display:flex;align-items:center;background:#fff;border-left:#f0f0f0 solid 1px}

.cx-submenu-list{padding:0 10px;}

.cx-submenu-list ul { display:flex;flex-wrap:wrap;}

.cx-submenu-list li{display:block;text-align: left;flex: auto;font-size:14px;line-height:40px;}

.cx-submenu-list li a{padding: 0;}

}

/*--end cx-submenu-wrap--*/



/*--cx-pager--*/

.cx-pager{clear:both;padding-top:40px;width:100%;line-height:48px;text-align:center;}

.cx-pager .pager-prev,.cx-pager .pager-next{display:inline-block;vertical-align:middle;}

.cx-pager .pager-prev a,.cx-pager .pager-next a{display:block;width:50px;height:50px;color:#9a9a9a;border:#dfdfdf solid 1px;background-color:#fff;background-position:center;background-repeat:no-repeat;border-radius:50%;}

.cx-pager .pager-prev a:hover,.cx-pager .pager-next a:hover{color:#fff;background-color:#377cdd;border-color:#377cdd;}

.cx-pager .pager-nums{display:inline-block;padding:0 20px;vertical-align:middle;}

.cx-pager .pager-nums a{display:inline-block;margin: 0 3px;width:50px;height:50px;font-size:16px;color:#9a9a9a;border:#dfdfdf solid 1px;background:#fff;border-radius:50%;}

.cx-pager .pager-nums a:hover,.cx-pager .pager-nums a.cur{color:#fff;background:#377cdd;border-color:#377cdd;}

@media(max-width:1200px){

.cx-pager{padding-top:20px;line-height:38px;}

.cx-pager .pager-prev a,.cx-pager .pager-next a{width:40px;height:40px;}

.cx-pager .pager-nums{padding:0 10px;}

.cx-pager .pager-nums a{width:40px;height:40px;font-size:14px;}

}

/*--end cx-pager--*/



/*--product-menu--*/

.product-menu{margin-bottom:30px;background:#fff;}

.product-menu .hd{position:relative;padding:40px;background:#fff url(../images/Template/icon_msk.png) no-repeat 0 0;}

.product-menu .hd:before{display:block;position:absolute;left:0;top:0;width:11px;height:11px;content:"";background:#377cdd;}

.product-menu .hd:after{display:block;position:absolute;right:20px;top:50%;font-family:"iconfont";font-size:30px;content:"\e678";color:#ccc;transform:translateY(-50%);}

.product-menu .hd h2{font-weight:normal;line-height:1.5;font-size:24px;color:#666;}

.product-menu .hd em{font-family:"DIN Medium";line-height:1.5;font-size:14px;text-transform:uppercase;color:#ccc;}

.product-menu .list{border:#f0f0f0 solid 1px;overflow:hidden;}

.product-menu .list dl{border-bottom:#f0f0f0 solid 1px;}

.product-menu .list dl:last-child{border-bottom:none;}

.product-menu .list dt{position:relative;font-size:16px;line-height:1.5;}

.product-menu .list dt a{display:block;padding:12px 20px;color:#333;}

.product-menu .list dt i{display:block;position:absolute;z-index:3;top:0;right:0;width:48px;height:48px;line-height:48px;cursor:pointer;background:url(../images/Template/add.png) no-repeat center / 20px;}

.product-menu .list dt:hover a,.product-menu .list dl.cur dt a{color:#fff;background:#377cdd;}

.product-menu .list dd{display:none;padding:12px 20px;overflow:hidden;border-top:#f0f0f0 solid 1px;}

.product-menu .list dd li{height:36px;line-height:36px;font-size:14px;}

.product-menu .list dd li a{display:block;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.product-menu .list dd li a:before{display:inline-block;margin-right:10px;content:"-";}

.product-menu .list dd li.cur a,.product-menu .list dd li:hover a{color:#377cdd;}

.product-menu .list dl.cur dt i{background-image:url(../images/Template/minus.png);}

.product-menu .list dl:hover dd { display:block;background:#f0f0f0;}

.product-menu .list dl.cur dd{display:block; background:#f0f0f0;}

.product-menu .list dl dd a {display:block;font-size: 16px;height: 45px;line-height: 45px;border-bottom: 1px solid #e6e6e6;}

.product-menu .list dl dd a:last-child { border-bottom:none;}

.product-menu .list dl dd a:hover { color:#377cdd;}

.product-menu .list dl dd a.cur { color:#377cdd; }

/*--end product-menu--*/



/*--cx-product-list--*/

.cx-product-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-product-wrap .leftCon{float:left;width:270px;}

.cx-product-wrap .rightCon{float:right;width:calc(100% - 300px);overflow: hidden;}

.cx-product-list[data-mode="grid"]{margin:-15px;overflow:hidden;}

.cx-product-list[data-mode="grid"] .item{float:left;margin:15px;width:calc(33.33% - 30px);overflow:hidden;background:#fff;}

.cx-product-list[data-mode="grid"] .pic{overflow:hidden;}

.cx-product-list[data-mode="grid"] .pic img{display:block;width:100%;transition:all 1s;}

.cx-product-list[data-mode="grid"] .pic:hover img{transform:scale(1.1);}

.cx-product-list[data-mode="grid"] .text{padding:0 20px;overflow:hidden;}

.cx-product-list[data-mode="grid"] .text .bd{padding:20px 0;overflow:hidden;}

.cx-product-list[data-mode="grid"] .text .bd h3{height:30px;line-height:30px;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-product-list[data-mode="grid"] .text .bd h3 a{color:#333;}

.cx-product-list[data-mode="grid"] .text .bd h3 a:hover{color:#377cdd;}

.cx-product-list[data-mode="grid"] .text .bd p{ display:none; height:24px;line-height:24px;font-size:16px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-product-list[data-mode="grid"] .text .read{padding:20px 0;overflow:hidden;border-top:#f0f0f0 solid 1px;}

.cx-product-list[data-mode="grid"] .text .read a{display:block;font-size:16px;color:#999;}

.cx-product-list[data-mode="grid"] .text .read a i{float:right;}

.cx-product-list[data-mode="grid"] .text .read a:hover{color:#377cdd !important;}

.cx-product-list[data-mode="card"]{overflow:hidden;}

.cx-product-list[data-mode="card"] .item{position:relative;margin-bottom:20px;padding:30px;overflow:hidden;background:#fff;}

.cx-product-list[data-mode="card"] .pic{float:left;width:400px;overflow:hidden;}

.cx-product-list[data-mode="card"] .pic img{display:block;width:100%;transition:all 1s;}

.cx-product-list[data-mode="card"] .pic:hover img{transform:scale(1.1);}

.cx-product-list[data-mode="card"] .text{padding-left:30px;overflow:hidden;}

.cx-product-list[data-mode="card"] .text .bd{overflow:hidden;}

.cx-product-list[data-mode="card"] .text .bd h3{padding-bottom:20px;line-height:30px;font-size:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-bottom:#f0f0f0 solid 1px;}

.cx-product-list[data-mode="card"] .text .bd h3 a{color:#333;}

.cx-product-list[data-mode="card"] .text .bd h3 a:hover{color:#377cdd;}

.cx-product-list[data-mode="card"] .text .bd p{margin-top:20px;height:75px;line-height:25px;font-size:16px;color:#666;overflow:hidden;}

.cx-product-list[data-mode="card"] .text .read{position:absolute;left:460px;bottom:30px;line-height:30px;}

.cx-product-list[data-mode="card"] .text .read a{display:block;font-size:16px;color:#999;}

.cx-product-list[data-mode="card"] .text .read a i{float:right;margin-left:10px;}

.cx-product-list[data-mode="card"] .text .read a:hover{color:#377cdd !important;}

.cx-product-wrap .subTel{position:relative;padding:20px;text-align: left;overflow:hidden;border:#f0f0f0 solid 1px;background:#fff url(../images/Template/icon_msk.png) no-repeat 0 0;}

.cx-product-wrap .subTel:before{display:block;position:absolute;left:0;top:0;width:11px;height:11px;content:"";background:#377cdd;}

.cx-product-wrap .subTel span{display:block;margin-bottom: 10px;font-size: 24px;color:#333;}

.cx-product-wrap .subTel em{display:block;font-family:"DIN Medium";height: 25px;line-height: 25px;font-size: 16px;color: #666;}

.cx-product-wrap .subTel a{display:inline-block;margin-top: 40px;padding:0 20px;line-height:32px;font-size:14px;color:#fff;background:#377cdd;}

@media(max-width:1440px){

.cx-product-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-product-wrap{padding:40px 10px;}

.cx-product-wrap .leftCon{display:none;}

.cx-product-wrap .rightCon{float:none;width:100%;}

.cx-product-list[data-mode="grid"]{margin:0 -10px;}

.cx-product-list[data-mode="grid"] .item{margin:10px;width:calc(50% - 20px);}  

.cx-product-list[data-mode="grid"] .text .bd h3{font-size:16px;}

.cx-product-list[data-mode="grid"] .text .bd p{height:20px;line-height:20px;font-size:14px;}

.cx-product-list[data-mode="grid"] .text .read a{font-size:14px;}

.cx-product-list[data-mode="card"] .item{margin-bottom:10px;padding:0;}

.cx-product-list[data-mode="card"] .pic{width:100%;}

.cx-product-list[data-mode="card"] .text{padding:20px;}

.cx-product-list[data-mode="card"] .text .bd h3{padding-bottom:10px;line-height:25px;font-size:16px;}

.cx-product-list[data-mode="card"] .text .bd p{margin-top:10px;height:60px;line-height:20px;font-size:14px;}

.cx-product-list[data-mode="card"] .text .read{display:none;}

}

@media(max-width:750px){

.cx-product-list[data-mode="grid"]{margin:0;}

.cx-product-list[data-mode="grid"] .item{margin:0 1% 10px;width:48%;}

.cx-product-list[data-mode="grid"] .text .bd { padding:5px 0;}

.cx-product-list[data-mode="grid"] .text .read { padding:10px 0;}

}

/*--end cx-product-list--*/



/*--cx-product-ctrl--*/

.cx-product-ctrl{margin-bottom:20px;padding:20px 30px;overflow:hidden;background:#fff;}

.cx-product-viewmode{float:left;height:40px;line-height:40px;overflow:hidden;}

.cx-product-viewmode li{float:left;margin-right:20px;}

.cx-product-viewmode li a{color:#666;}

.cx-product-viewmode li.cur a,.cx-product-viewmode li:hover a{color:#377cdd;}

.cx-product-search{position:relative;float:right;width:240px;height:40px;overflow:hidden;border:#f0f0f0 solid 1px;}

.cx-product-search input{display:block;padding:10px;width:100%;height:38px;font-size:14px;border:none;outline:none;background:#fff;}

.cx-product-search button{display:block;position:absolute;right:0;top:0;width:40px;height:40px;color:#666;cursor:pointer;border:none;outline:none;}

.cx-product-search button:hover{color:#fff;background:#377cdd;}

@media (max-width:1200px){

.cx-product-ctrl { padding: 20px;}

}

/*--end cx-product-ctrl--*/



/*--cx-news-list--*/

.cx-news-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-news-list{margin:-15px;overflow:hidden;}

.cx-news-list .item{float:left;margin:15px;width:calc(33.33% - 30px);overflow:hidden;background:#fff;}

.cx-news-list .pic{overflow:hidden;}

.cx-news-list .pic img{display:block;width:100%;transition:all 1s;}

.cx-news-list .pic:hover img{transform:scale(1.1);}

.cx-news-list .text{padding:0 20px;overflow:hidden;}

.cx-news-list .text .bd{padding:20px 0;overflow:hidden;}

.cx-news-list .text .bd h3{height:30px;line-height:30px;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-news-list .text .bd h3 a{display:block;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-news-list .text .bd h3 a:hover{color:#377cdd;}

.cx-news-list .text .bd p{height: 50px;line-height:1.75;font-size:16px;color:#666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.cx-news-list .text .tag{position:relative;padding:20px 80px 20px 0;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-top:#f0f0f0 solid 1px;background:url(../images/template/tag.png) no-repeat 0 center;background-size:20px;}

.cx-news-list .text .tag a{display:inline-block;margin-right:10px;font-size:14px;color:#999;}

.cx-news-list .text .tag a:hover{color:#377cdd;}

.cx-news-list .text .tag em{display:block;position:absolute;right:0;top:20px;font-family:"DIN Medium";font-size:14px;color:#999;}

.cx-news-wrap .leftCon{float:left;width:1080px;}

.cx-news-wrap .rightCon{float:right;width:280px;}

@media(max-width:1440px){

.cx-news-wrap{padding:50px 0;}

.cx-news-wrap .leftCon{width:920px;}

.cx-news-wrap .rightCon{width:260px;}

}

@media(max-width:1200px){

.cx-news-wrap{padding:40px 10px;}

.cx-news-list{margin:-10px;}

.cx-news-list .item{margin:10px;width:calc(50% - 20px);}  

.cx-news-list .text .bd h3{font-size:16px;}

.cx-news-list .text .bd p{height:44px;font-size:14px;}

.cx-news-list .text .read a{font-size:14px;}

.cx-news-wrap .leftCon{width:100%;}

.cx-news-wrap .rightCon{display:none;}

}

@media(max-width:750px){

.cx-news-list{margin:0;}

.cx-news-list .item{margin:0 0 10px;width:100%;}

}

/*--end cx-news-list--*/



/*--cx-news2-list--*/

.cx-news2-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-tagSearch-wrap{background:#ebebeb;}

.cx-news2-list{overflow:hidden;}

.cx-news2-list .item{margin-bottom:20px;padding:30px;overflow:hidden;background:#fff;}

.cx-news2-list .pic{float:left;width:260px;overflow:hidden;}

.cx-news2-list .pic img{display:block;width:100%;transition:all 1s;}

.cx-news2-list .pic:hover img{transform:scale(1.1);}

.cx-news2-list .text{padding:0 20px;overflow:hidden;}

.cx-news2-list .text .bd{padding-bottom:20px;overflow:hidden;}

.cx-news2-list .text .bd h3{height:30px;line-height:30px;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-news2-list .text .bd h3 em{display:block;float:right;font-family:"DIN Medium";font-size:16px;color:#999;}

.cx-news2-list .text .bd h3 a{display:block;padding-right:20px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-news2-list .text .bd h3 a:hover{color:#377cdd;}

.cx-news2-list .text .bd p{margin-top:10px;height:48px;line-height:24px;font-size:16px;color:#666;overflow:hidden;}

.cx-news2-list .text .tag{padding:20px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-top:#f0f0f0 solid 1px;background:url(../images/template/tag.png) no-repeat 0 center;background-size:20px;}

.cx-news2-list .text .tag a{display:inline-block;margin-right:10px;font-size:14px;color:#999;}

.cx-news2-list .text .tag a:hover{color:#377cdd;}

.cx-news2-wrap .leftCon{float:left;width:1080px;}

.cx-news2-wrap .rightCon{float:right;width:280px;}

.noSearchData{padding:50px;font-size:18px;color:#333;background:#fff;text-align:center;}

@media(max-width:1440px){

.cx-news2-wrap{padding:50px 0;}

.cx-news2-wrap .leftCon{width:920px;}

.cx-news2-wrap .rightCon{width:260px;}

}

@media(max-width:1200px){

.cx-news2-wrap{padding:40px 10px;}

.cx-news2-list .item{padding:10px;}  

.cx-news2-list .pic{float:none;width:100%;}

.cx-news2-list .text{padding:10px;}

.cx-news2-list .text .bd h3{font-size:16px;}

.cx-news2-list .text .bd p{height:20px;line-height:20px;font-size:14px;text-overflow:ellipsis;white-space:nowrap;}

.cx-news2-list .text .read a{font-size:14px;}

.cx-news2-wrap .leftCon{width:100%;}

.cx-news2-wrap .rightCon{display:none;}

}

/*--end cx-news2-list--*/



/*--cx-news3-list--*/

.cx-news3-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-news3-top{margin-bottom:30px;overflow:hidden;background:#fff;}

.cx-news3-top .pic{float:left;width:500px;overflow:hidden;}

.cx-news3-top .pic img{display:block;width:100%;transition:all 1s;}

.cx-news3-top .pic:hover img{transform:scale(1.1);}

.cx-news3-top .text{padding:30px;overflow:hidden;}

.cx-news3-top .text .hd{padding-bottom:20px;overflow:hidden;border-bottom:#ccc solid 1px;}

.cx-news3-top .text .hd h3{font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-news3-top .text .hd h3 a{color:#333;}

.cx-news3-top .text .hd h3 a:hover{color:#377cdd;}

.cx-news3-top .text .bd{padding-top:20px;overflow:hidden;}

.cx-news3-top .text .bd p{height:100px;line-height:25px;font-size:14px;color:#666;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}

.cx-news3-top .text .bd p a{color:#666;}

.cx-news3-top .text .bd em{display:block;margin-top:30px;font-family:"DIN Medium";font-size:16px;color:#666;}

.cx-news3-list{margin:0 -15px;overflow:hidden;}

.cx-news3-list .item{float:left;width:calc(50% - 30px);margin:20px 15px;overflow:hidden;}

.cx-news3-list .date{float:left;padding:20px 0;width:150px;text-align:center;font-family:"DIN Medium";color:#666;background:#fff;}

.cx-news3-list .date em{display:block;font-size:36px;font-weight:bold;}

.cx-news3-list .date em:after{display:block;margin:5px auto;width:10px;height:1px;content:"";background:#ccc;}

.cx-news3-list .date span{display:block;font-size:18px;}

.cx-news3-list .text{padding-left:30px;overflow:hidden;}

.cx-news3-list .text h3{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-news3-list .text h3 a{color:#333;}

.cx-news3-list .text h3 a:hover{color:#377cdd;}

.cx-news3-list .text p{margin-top:10px;height:75px;line-height:25px;font-size:14px;color:#666;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}

.cx-news3-list .text p a{color:#666;}

.cx-news3-wrap .leftCon{float:left;width:1080px;}

.cx-news3-wrap .rightCon{float:right;width:280px;}

@media(max-width:1440px){

.cx-news3-wrap{padding:50px 0;}

.cx-news3-wrap .leftCon{width:920px;}

.cx-news3-wrap .rightCon{width:260px;}

}

@media(max-width:1200px){

.cx-news3-wrap{padding:40px 10px;}

.cx-news3-top{margin-bottom:20px;}

.cx-news3-top .pic{float:none;width:100%;}

.cx-news3-top .text{padding:20px;}

.cx-news3-top .text .hd{padding-bottom:10px;}

.cx-news3-top .text .hd h3{font-size:16px;}

.cx-news3-top .text .bd{padding-top:10px;}

.cx-news3-top .text .bd p{height:60px;line-height:20px;-webkit-line-clamp:3;}

.cx-news3-top .text .bd em{margin-top:15px;}

.cx-news3-list{margin:0;}

.cx-news3-list .item{float:none;width:100%;margin:10px 0;}

.cx-news3-list .date{padding:10px 0;width:100px;}

.cx-news3-list .text{padding-left:15px;}

.cx-news3-list .text h3{font-size:16px;}

.cx-news3-list .text p{height:50px;line-height:25px;}

.cx-news3-wrap .leftCon{float:none;width:100%;}

.cx-news3-wrap .rightCon{display:none;}

}

/*--end cx-news3-list--*/



/*--cx-news-detail--*/

.cx-news-detail{padding-top:60px;clear:both;overflow:hidden;}

.cx-news-detail .article{padding:40px;overflow:hidden;background:#fff;}

.cx-news-detail .article .hd{padding-bottom:20px;border-bottom:#f0f0f0 solid 1px;}

.cx-news-detail .article .hd h1{font-weight:normal;font-size:36px;line-height:1.5;color:#333;}

.cx-news-detail .article .hd .meta{padding-top:10px;line-height:24px;font-size:14px;color:#999;}

.cx-news-detail .article .hd .meta span{display:inline-block;margin-right:10px;}

.cx-news-detail .article .hd .meta span a{display:inline-block;margin-right:10px;color:#999;}

.cx-news-detail .article .hd .meta span a:hover{color:#333;}

.cx-news-detail .article .hd .meta span i{font-size:18px;vertical-align:middle;}

.cx-news-detail .article .bd{padding:20px 0;font-size:16px;line-height:1.75;color:#666;}

.cx-news-detail .article .bd p img{display:inline-block;}

.cx-news-detail .article .bd p img.row2{width:48%;}

.cx-news-detail .article .bd p img.row3{width:32%;}

.cx-news-detail .article-pager{position:relative;height:70px;line-height:70px;border-top:#f0f0f0 solid 1px;background:#fff;}

.cx-news-detail .article-pager a{display:block;font-size:20px;color:#666;font-size:16px;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-news-detail .article-pager .prev,.cx-news-detail .article-pager .next{position:absolute;top:0;width:350px;}

.cx-news-detail .article-pager .prev:after,.cx-news-detail .article-pager .next:after{display:block;position:absolute;top:0;width:40px;font-family:"iconfont" !important;text-align:center;}

.cx-news-detail .article-pager .prev{left:0;}

.cx-news-detail .article-pager .prev:after{left:0;content:"\e686";}

.cx-news-detail .article-pager .prev a{padding-left:40px;}

.cx-news-detail .article-pager .next{right:0;text-align:right;}

.cx-news-detail .article-pager .next:after{right:0;content:"\e687";}

.cx-news-detail .article-pager .next a{padding-right:40px;}

.cx-news-detail .article-pager .prev a:hover,.cx-news-detail .article-pager .next a:hover{color:#377cdd;}

.cx-news-detail .article-pager .back{margin:0 auto;width:70px;text-align:center;:#f0f0f0 solid 1px;}

.cx-news-detail .article-pager .back a:hover{color:#fff;background:#377cdd;}

@media(max-width:1440px){

.cx-news-detail{padding:50px 0;}

}

@media(max-width:1200px){

.cx-news-detail{padding-top:0;border-top:#f0f0f0 solid 1px;}

.cx-news-detail .article{padding:20px;}

.cx-news-detail .article .hd h1{font-size:24px;}

.cx-news-detail .article .hd .meta span{display:block;margin:0;font-size:12px;}

.cx-news-detail .article .hd .meta span.from,.cx-news-detail .article .hd .meta span.share{display:none;}

.cx-news-detail .article .bd{font-size:14px;}

.cx-news-detail .article .bd p{text-indent:0 !important;}

.cx-news-detail .article .bd p img{display:block;width:100% !important;}

.cx-news-detail .article-pager{height:50px;line-height:50px;}

.cx-news-detail .article-pager .prev,.cx-news-detail .article-pager .next{width:calc(50% - 50px);}

.cx-news-detail .article-pager .prev span,.cx-news-detail .article-pager .next span{display:none;}

}

/*--end cx-news-detail--*/



/*--cx-news-detail2--*/

.cx-news-detail2{padding-top:60px;clear:both;overflow:hidden;}

.cx-news-detail2 .leftCon{float:left;width:1080px;}

.cx-news-detail2 .rightCon{float:right;width:280px;}

.cx-news-detail2 .article{padding:40px;overflow:hidden;background:#fff;}

.cx-news-detail2 .article .hd{padding-bottom:20px;border-bottom:#f0f0f0 solid 1px;}

.cx-news-detail2 .article .hd h1{font-weight:normal;font-size:36px;line-height:1.5;color:#333;}

.cx-news-detail2 .article .hd .meta{padding-top:10px;line-height:24px;font-size:14px;color:#999;}

.cx-news-detail2 .article .hd .meta span{display:inline-block;margin-right:10px;}

.cx-news-detail2 .article .hd .meta span a{display:inline-block;margin-right:10px;color:#999;}

.cx-news-detail2 .article .hd .meta span a:hover{color:#333;}

.cx-news-detail2 .article .hd .meta span i{font-size:18px;vertical-align:middle;}

.cx-news-detail2 .article .bd{padding:20px 0;font-size:16px;line-height:1.75;color:#666;}

.cx-news-detail2 .article .bd p img{display:inline-block;}

.cx-news-detail2 .article .bd p img.row2{width:48%;}

.cx-news-detail2 .article .bd p img.row3{width:32%;}

.cx-news-detail2 .article-pager{position:relative;height:70px;line-height:70px;border-top:#f0f0f0 solid 1px;background:#fff;}

.cx-news-detail2 .article-pager a{display:block;font-size:20px;color:#666;font-size:16px;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-news-detail2 .article-pager .prev,.cx-news-detail2 .article-pager .next{position:absolute;top:0;width:350px;}

.cx-news-detail2 .article-pager .prev:after,.cx-news-detail2 .article-pager .next:after{display:block;position:absolute;top:0;width:40px;font-family:"iconfont" !important;text-align:center;}

.cx-news-detail2 .article-pager .prev{left:0;}

.cx-news-detail2 .article-pager .prev:after{left:0;content:"\e686";}

.cx-news-detail2 .article-pager .prev a{padding-left:40px;}

.cx-news-detail2 .article-pager .next{right:0;text-align:right;}

.cx-news-detail2 .article-pager .next:after{right:0;content:"\e687";}

.cx-news-detail2 .article-pager .next a{padding-right:40px;}

.cx-news-detail2 .article-pager .prev a:hover,.cx-news-detail2 .article-pager .next a:hover{color:#377cdd;}

.cx-news-detail2 .article-pager .back{margin:0 auto;width:70px;text-align:center;:#f0f0f0 solid 1px;}

.cx-news-detail2 .article-pager .back a:hover{color:#fff;background:#377cdd;}

.rightCon .subBox{margin-bottom:20px;padding:20px;background:#fff;}

.rightCon .subBox .hd{position:relative;padding-bottom:15px;}

.rightCon .subBox .hd:before,.rightCon .subBox .hd:after{display:block;position:absolute;left:0;bottom:0;height:1px;content:"";}

.rightCon .subBox .hd:before{z-index:1;width:100%;background:#f0f0f0;}

.rightCon .subBox .hd:after{z-index:2;width:80px;background:#377cdd;}

.rightCon .subBox .hd h3{font-size:20px;line-height:1.5;}

.rightCon .subBox .bd{padding-top:15px;overflow:hidden;}

.rightCon .tagBox li{display:inline-block;margin-right:5px;margin-bottom:5px;}

.rightCon .tagBox li a{display:block;padding:5px;color:#999;background:#f0f0f0;}

.rightCon .tagBox li a:hover{color:#fff;background:#377cdd;}

.rightCon .newsBox li{line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.rightCon .newsBox li a{color:#666;}

.rightCon .newsBox li a:hover{color:#377cdd;}

@media(max-width:1440px){

.cx-news-detail2{padding:50px 0;}

.cx-news-detail2 .leftCon{width:920px;}

.cx-news-detail2 .rightCon{width:260px;}

}

@media(max-width:1200px){

.cx-news-detail2{padding-top:0;border-top:#f0f0f0 solid 1px;}

.cx-news-detail2 .leftCon{float:none;width:100%;}

.cx-news-detail2 .rightCon{float:none;width:100%;display:none;}

.cx-news-detail2 .article{padding:20px;}

.cx-news-detail2 .article .hd h1{font-size:24px;}

.cx-news-detail2 .article .hd .meta span{display:block;margin:0;font-size:12px;}

.cx-news-detail2 .article .hd .meta span.from,.cx-news-detail .article .hd .meta span.share{display:none;}

.cx-news-detail2 .article .bd{font-size:14px;}

.cx-news-detail2 .article .bd p{text-indent:0 !important;}

.cx-news-detail2 .article .bd p img{display:block;width:100% !important;}

.cx-news-detail2 .article-pager{height:50px;line-height:50px;}

.cx-news-detail2 .article-pager .prev,.cx-news-detail2 .article-pager .next{width:calc(50% - 50px);}

.cx-news-detail2 .article-pager .prev span,.cx-news-detail2 .article-pager .next span{display:none;}

}

/*--end cx-news-detail2--*/



/*--cx-product-detail--*/

.cx-product-detail{padding-top:60px;clear:both;overflow:hidden;}

.product-detail-intro{margin-bottom:40px;overflow:hidden;}

.product-detail-slide{position:relative;float:left;width: 680px;height: 680px;overflow:hidden;background:#fff;}

.product-detail-slide .prev,.product-detail-slide .next{position:absolute;z-index:33;top:50%;width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;transform:translateY(-50%);background:rgba(0,0,0,0.25);opacity:0;}

.product-detail-slide .prev i,.product-detail-slide .next i{color:#fff;font-size:20px;}

.product-detail-slide .prev{left:20px;}

.product-detail-slide .next{right:20px;}

.product-detail-slide:hover .prev,.product-detail-slide:hover .next{opacity:1;}

.product-detail-slide .swiper-page{position:absolute;z-index:9;left:0;bottom:30px;width:100%;text-align:center;}

.product-detail-slide .swiper-page span{display:inline-block;margin:0 8px;width:10px;height:10px;background:#666;opacity:1;}

.product-detail-slide .swiper-page span.swiper-pagination-bullet-active{background:#377cdd;}

.product-detail-slide .swiper-slide img{display:block;position:relative;top:50%;width:100%;transform:translateY(-50%);}

.product-detail-meta{position:relative;float:right;width: 680px;height: 680px;overflow:hidden;}

.product-detail-meta .hd{padding-bottom:20px;border-bottom:#ddd solid 1px;}

.product-detail-meta .hd h1{font-weight:normal;font-size:36px;color:#333; line-height:1;}

.product-detail-meta .bd{margin:20px 0;height: 240px;line-height:30px;color:#666;font-size:16px;overflow-x:hidden;overflow-y:auto;}

.product-detail-meta .form{position:absolute;left:0;bottom:0;width:100%;}

.product-detail-meta .form h3{margin-bottom:20px;font-size:18px;color:#333;overflow:hidden;}

.product-detail-meta .form h3 span{display:block;float:right;color:#999;}

.product-detail-meta .form h3 span em{font-family:"DIN Medium";color:#377cdd;}

.product-detail-meta .form ul{padding-right:150px;overflow:hidden;}

.product-detail-meta .form li{margin-bottom:10px;}

.product-detail-meta .form li:last-child{margin-bottom:0;}

.product-detail-meta .form li input{display:block;padding:20px;width:100%;height:60px;font-size:16px;border:none;outline:none;background:#fff;}

.product-detail-meta .form a{display:block;position:absolute;right:0;bottom:0;width:120px;height:130px;line-height:130px;font-size:16px;color:#fff;text-align:center;background:#377cdd;}

.product-detail-editor{padding:40px;font-size:16px;line-height:1.75;color:#666;overflow:hidden;background:#fff;}

.product-detail-editor img{max-width:100%;}

@media(max-width:1440px){

.cx-product-detail{padding-top:50px;}

.product-detail-slide{width:580px;height: 500px;}

.product-detail-meta{width:580px;height: 500px;}

}

@media(max-width:1200px){

.cx-product-detail{padding-top:0;border-top:#f0f0f0 solid 1px;}

.product-detail-slide,.product-detail-meta{float:none;width:100%;height:auto;}

.product-detail-slide .swiper-slide img{top:0;transform:translateY(0);}

.product-detail-intro{margin-bottom:20px;}

.product-detail-meta{padding:20px;}

.product-detail-meta .hd h1{font-size:24px;}

.product-detail-meta .bd{height:auto;}

.product-detail-meta .form{position:relative;}

.product-detail-meta .form h3{margin-bottom:10px;font-size:16px;}

.product-detail-meta .form ul{padding-right:0;}

.product-detail-meta .form li{margin-bottom:10px !important;}

.product-detail-meta .form li input{padding:10px;height:45px;font-size:14px;}

.product-detail-meta .form a{position:static;width:100%;height:45px;line-height:45px;}

.product-detail-editor{padding:20px;font-size:14px;}

.product-detail-editor img{display:block;width:100%;}

}

/*--end cx-product-detail--*/



/*--cx-related-product&news--*/

.cx-related-product,.cx-related-news,.cx-related-news2{padding:60px 0;overflow:hidden;}

.cx-news-wrap~.cx-related-product,

.cx-product-wrap~.cx-related-news,

.cx-product-wrap~.cx-related-news2,

.cx-related-product~.cx-related-news,

.cx-related-product~.cx-related-news2,

.cx-related-news2~.cx-related-product

.cx-related-news~.cx-related-product{background:#ebebeb;}

.related-news-top{position:relative;float:left;width:600px;overflow:hidden;background:#fff;}

.related-news-top .pic{overflow:hidden;}

.related-news-top .pic img{display:block;width:100%;transition:all 1s;}

.related-news-top .pic:hover img{transform:scale(1.1);}

.related-news-top .text{position:absolute;left:0;bottom:0;padding:10px;line-height:30px;width:100%;background:rgba(0,0,0,0.5);}

.related-news-top .text em{float:right;font-size:16px;color:#fff;}

.related-news-top .text h3{padding-right:30px;font-size:18px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.related-news-list{padding-left:50px;overflow:hidden;}

.related-news-list li{padding:8px 0;line-height:30px;font-size:16px;overflow:hidden;border-bottom:#ddd dashed 1px;}

.related-news-list li:last-child{border-bottom:none;}

.related-news-list li em{display:block;float:right;font-family:"DIN Medium";color:#999;}

.related-news-list li span{display:block;padding-right:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;}

.related-news-list li a:hover *{color:#377cdd;}

@media(max-width:1440px){

.cx-related-product,.cx-related-news,.cx-related-news2{padding:50px 0;}

}

@media(max-width:1200px){

.cx-related-product,.cx-related-news,.cx-related-news2{padding:40px 10px;}  

.product-detail-editor{padding:20px;}

.related-news-top{float:none;width:100%;}

.related-news-list{padding-left:0;padding-top:20px;}

.related-news-list li{padding:5px 0;line-height:24px;font-size:14px;}

}

/*--end cx-related-product&news--*/



/*--cx-faq-wrap--*/

.cx-faq-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-faq-list{padding:40px;overflow:hidden;background:#fff;}

.cx-faq-list .item{padding:20px 0;overflow:hidden;}

.cx-faq-list .item dt{position:relative;padding-left:50px;line-height:38px;font-size:18px;color:#333;}

.cx-faq-list .item dt em,.cx-faq-list .item dd em{display:block;position:absolute;left:0;top:0;width:40px;height:40px;line-height:38px;font-size:18px;text-align:center;border-radius:50%;}

.cx-faq-list .item dt em{color:#000;background:#fff;border:#f0f0f0 solid 1px;}

.cx-faq-list .item dd{position:relative;margin-top:15px;padding-left:50px;min-height:50px;overflow:hidden;}

.cx-faq-list .item dd em{color:#fff;background:#377cdd;border:#377cdd solid 1px;}

.cx-faq-list .item dd p{padding:15px;font-size:16px;line-height:1.75;color:#666;background:#f4f4f4;}

@media(max-width:1440px){

.cx-faq-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-faq-wrap{padding:40px 10px;}

.cx-faq-list{padding:20px;}

.cx-faq-list .item{padding:15px 0;}

.cx-faq-list .item dt{padding-left:40px;line-height:30px;line-height:28px;font-size:16px;}

.cx-faq-list .item dt em,.cx-faq-list .item dd em{width:30px;height:30px;line-height:28px;font-size:16px;}

.cx-faq-list .item dd{margin-top:10px;padding-left:40px;min-height:40px;}

.cx-faq-list .item dd p{font-size:14px;line-height:1.5;}

}

/*--end cx-faq-wrap--*/



/*--cx-team--*/

.cx-team-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-team-list{margin:-15px;}

.cx-team-list .item{position:relative;float:left;margin:15px;width:calc(25% - 30px);}

.cx-team-list .pic{overflow:hidden;}

.cx-team-list .pic img{display:block;width:100%;transition:all 1s;}

.cx-team-list .text{position:absolute;left:0;bottom:0;padding:10px;width:100%;color:#fff;overflow:hidden;background:rgba(0,0,0,0.5);}

.cx-team-list .text h3{font-size:18px;overflow:hidden;}

.cx-team-list .text h3 a{display:block;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-team-list .text p{display:none;line-height:1.5;font-size:16px;}

.cx-team-list .item:hover .pic img{transform:scale(1.1);}

.cx-team-list .item:hover .text p{display:block;}

@media(max-width:1440px){

.cx-team-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-team-wrap{padding:40px 10px;}

.cx-team-list{margin:0;}

.cx-team-list .item{margin:10px;width:calc(50% - 20px);}

.cx-team-list .text h3{font-size:16px;}

.cx-team-list .text p{display:none !important;font-size:14px;}

}

/*--end cx-team--*/



/*--cx-partner--*/

.cx-partner-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-partner-list{padding-top:1px;padding-left:1px;overflow:hidden;background:#e6e6e6;}

.cx-partner-list .item{position:relative;float:left;width:16.6666%;padding-right:1px;padding-bottom:1px;}

.cx-partner-list .pic{overflow:hidden;}

.cx-partner-list .pic img{display:block;width:100%;transition:all .5s;}

.cx-partner-list .text{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;text-align:center;background:#377cdd;opacity:0;}

.cx-partner-list .text:after{display:block;position:absolute;z-index:-1;left:10px;top:10px;right:10px;bottom:10px;content:"";border:#fff solid 1px;transform:scale(0);}

.cx-partner-list .text a{display:block;position:relative;top:50%;margin-top:-25px;height:50px;line-height:50px;font-size:16px;color:#fff;}

.cx-partner-list .item:hover img{transform:scale(1.1);}

.cx-partner-list .item:hover .text{opacity:1;transition:all .5s;}

.cx-partner-list .item:hover .text:after{transform:scale(1);transition:all .5s;}

@media(max-width:1440px){

.cx-partner-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-partner-wrap{padding:40px 10px;}

.cx-partner-list{padding:0;background:none;}

.cx-partner-list .item{margin:5px;width:calc(50% - 10px);}

.cx-partner-list .text{display:none;}

}

/*--end cx-partner--*/



/*--cx-photos--*/

.cx-photos-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-photos-list{margin:-15px;overflow:hidden;}

.cx-photos-list .item{float:left;margin:15px;width:calc(25% - 30px);overflow:hidden;background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,0.1);}

.cx-photos-list .pic{overflow:hidden;}

.cx-photos-list .pic img{display:block;width:100%;transition:all 1s;}

.cx-videos-list .pic a{display:block;position:relative;}

.cx-videos-list .pic a:after{display:block;position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;content:"";background:rgba(0,0,0,0.5);transition:all 0.5s;}

.cx-videos-list .pic a:before{display:block;position:absolute;z-index:3;left:50%;top:50%;font-size:36px;color:#fff;font-family:'iconfont' !important;content:"\e618";transform:translate(-50%,-50%);transition:all 0.5s;}

.cx-photos-list .text{padding:10px;width:100%;text-align:center;overflow:hidden;}

.cx-photos-list .text h3{font-size:16px;line-height:1.75;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-photos-list .text h3 a{color:#333;}

.cx-photos-list .text p{height:44px;line-height:22px;font-size:14px;color:#666;overflow:hidden;}

.cx-photos-list .item:hover{background:#377cdd;}

.cx-photos-list .item:hover .pic img{transform:scale(1.1);}

.cx-photos-list .item:hover .text *{color:#fff;}

.cx-videos-list .item:hover .pic a:after{background-color:rgba(0,0,0,0.2);}

.cx-VR-list .item{position:relative;width:calc(50% - 30px);border-radius:none;box-shadow:none;}

.cx-VR-list .item .text{position:absolute;left:0;bottom:0;padding:30px;width:450px;height:100px;}

.cx-VR-list .item .text span{display:block;float:right;width:110px;line-height:40px;font-size:16px;text-align:center;}

.cx-VR-list .item .text span a{display:block;color:#fff;background:#377cdd;}

.cx-VR-list .item .text span a:hover{background:#000;}

.cx-VR-list .item .text h3{padding-right:20px;line-height:40px;font-size:24px;text-align:left;}

@media(max-width:1440px){

.cx-photos-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-photos-wrap{padding:40px 10px;}

.cx-photos-list{margin:-10px;}

.cx-photos-list .item{margin:10px;width:calc(50% - 20px);}

}

@media(max-width:750px){

.cx-photos-list{margin:0;}

.cx-photos-list .item{margin: 0 1% 2% !important;width: 48% !important;}

.cx-photos-list .text h3{font-size:14px;}

.cx-photos-list .text p{display:none;}

.cx-VR-list .item{margin:0 0 2% !important;width:100% !important;}

.cx-VR-list .item .text{position:static;padding:15px;width:100%;height:auto;}

.cx-VR-list .item .text h3{font-size:18px;}

.cx-VR-list .item .text span{width:90px;line-height:35px;font-size:12px;}

}

/*--end cx-photos--*/



/* --cx-company-intro-- */

.cx-company-intro{clear:both;overflow:hidden;}

.cx-company-intro .hd{padding:50px 0;overflow:hidden;}

.cx-company-intro .hd em{display:block;height:80px;line-height:80px;float:right;font-family:"DIN Medium";font-size:68px;text-transform:uppercase;color:#e2e2e2;}

.cx-company-intro .hd h2{margin-top:10px;height:40px;line-height:40px;font-weight:normal;font-size:30px;color:#333;}

.cx-company-intro .hd p{height:22px;line-height:22px;font-size:16px;font-family:"DIN Medium";color:#999;text-transform:uppercase;}

.cx-company-intro .bd{overflow:hidden;}

.cx-company-intro .bd .pic{position:relative;float:left;width:500px;overflow:hidden;}

.cx-company-intro .bd .pic img{display:block;width:100%;}

.cx-company-intro .bd .text{float:right;width:860px;height:588px;overflow:hidden;background:url(../images/Template/company_text_bg.png) repeat-x bottom;}

.cx-company-intro .bd .text p{font-size:16px;line-height:26px;color:#333;}

@media(max-width:1440px){

.cx-company-intro .hd{padding:40px 0;}

.cx-company-intro .bd .pic{width:400px;}

.cx-company-intro .bd .text{width:760px;height:470px;}

}

@media(max-width:1200px){

.cx-company-intro{padding:0 10px}

.cx-company-intro .hd{padding:30px 0;}

.cx-company-intro .hd em{display:none;}

.cx-company-intro .hd h2{margin-top:0;height:36px;line-height:36px;font-size:24px;}

.cx-company-intro .hd p{font-size:14px;}

.cx-company-intro .bd .pic{float:none;width:100%;}

.cx-company-intro .bd .text{float:none;padding-top:20px;padding-bottom:40px;width:100%;height:auto;background-size:auto 30px;}

.cx-company-intro .bd .text p{font-size:14px;line-height:22px;}

}

/* --end company-intro-- */



/* --cx-company-intro02-- */

.cx-company-intro02{clear:both;padding:80px 0;overflow:hidden;}

.cx-company-intro02 .pic { position: relative; margin-right:-250px; float:right; width:700px;}

.cx-company-intro02 .pic img { display:block; width:100%;}

.cx-company-intro02 .pic::before {content: '\e618';font-family:'iconfont';display: block;text-align: center;font-weight: bold;font-size: 21px;position: absolute;left: 50%;top: 50%;z-index: 2;transform: translate(-50%,-50%);width: 43px;height: 43px;line-height: 40px;border-radius: 50%;border: 2px solid #fff;color: #fff;box-sizing: border-box;}

.cx-company-intro02 .summary{ float:left; width:800px;overflow:hidden;}

.cx-company-intro02 .summary p{font-size:16px;color:#666;line-height:1.75;}

.cx-company-intro02 .datas{clear:both;padding-top:50px;overflow:hidden;}

.cx-company-intro02 .datas dl{float:left;padding:0 50px;}

.cx-company-intro02 .datas dl:first-child{padding-left:0;}

.cx-company-intro02 .datas dt{height:60px;line-height:60px;}

.cx-company-intro02 .datas dt em{display:inline-block;font-size:58px;color:#010101;font-family:"DIN Medium";vertical-align:top;}

.cx-company-intro02 .datas dt sub{display:inline-block;position:relative;top:-10px;width:26px;height:26px;line-height:26px;text-align:center;font-size:13px;color:#fff;background:#377cdd;border-radius:50%;}

.cx-company-intro02 .datas dd{font-size:14px;color:#666;}

@media(max-width:1440px){

.cx-company-intro02 .pic { margin-right:-150px;}

.cx-company-intro02{padding:60px 0;}

.cx-company-intro02 .summary { width:600px;}

}

@media(max-width:1200px){

.cx-company-intro02{padding:40px 10px;background-size:50%;}

.cx-company-intro02 .pic { margin:0 auto; float:none; width:100%;}

.cx-company-intro02 .summary{width:100%;}

.cx-company-intro02 .summary p{font-size:14px;}

.cx-company-intro02 .datas{padding-top:20px;}

.cx-company-intro02 .datas dl{padding:0 10px;width:33.33%;}

.cx-company-intro02 .datas dt{height:40px;line-height:40px;}

.cx-company-intro02 .datas dt em{font-size:36px;}

.cx-company-intro02 .datas dd{font-size:12px;}

}

/* --end cx-company-intro02-- */





/* --cx-company-datas-- */

.cx-company-datas{clear:both;overflow:hidden;}

.cx-company-datas dl{float:left;padding:60px 0;width:25%;text-align:center;}

.cx-company-datas dt{height:50px;line-height:50px;}

.cx-company-datas dt em{display:inline-block;font-size:62px;color:#010101;font-family:"DIN Medium";}

.cx-company-datas dt sub{display:inline-block;position:relative;top:-10px;width:26px;height:26px;line-height:26px;font-size:13px;color:#fff;background:#377cdd;border-radius:50%;}

.cx-company-datas dd{padding-top:8px;font-size:18px;color:#333;}

@media(max-width:1440px){

.cx-company-datas dl{padding:50px 0;}

.cx-company-datas dt em{font-size:58px;}

.cx-company-datas dd{font-size:16px;}

}

@media(max-width:1200px){

.cx-company-datas dl{padding:30px 10px;width:50%;}

.cx-company-datas dt em{font-size:58px;}

.cx-company-datas dt sub{width:20px;height:20px;line-height:20px;font-size:12px;}

.cx-company-datas dd{font-size:14px;height:40px;line-height:20px;}

}

/* --end cx-company-datas-- */



/* --cx-company-honor-- */

.cx-company-honor{padding:60px 0;clear:both;overflow:hidden;background:#ebebeb;}

.cx-honor-list{margin:-15px;overflow:hidden;}

.cx-honor-list .item{float:left;margin:15px;width:calc(25% - 30px);overflow:hidden;background:#fff;}

.cx-honor-list .pic{overflow:hidden;}

.cx-honor-list .pic img{display:block;width:100%;transition:all 1s;}

.cx-honor-list .tit{height:50px;line-height:50px;font-size:18px;text-align:center;color:#666;overflow:hidden;border-top:#f0f0f0 solid 1px;}

.cx-honor-list .tit a{color:#666;}

.cx-honor-list .item:hover .pic img{transform:scale(1.1);}

.cx-honor-list .item:hover .tit a{color:#377cdd;}

.cx-company-honor .more{padding-top:40px;text-align:center;}

.cx-company-honor .more a{display:inline-block;padding:10px 50px;font-size:16px;color:#fff;border-radius:50px;background:#377cdd;transition:all 0.5s;}

@media(max-width:1440px){

.cx-company-honor{padding:50px 0;}

}

@media(max-width:1200px){

.cx-company-honor{padding:40px 10px;}  

.cx-honor-list{margin:-10px;}

.cx-honor-list .item{margin:10px;width:calc(50% - 20px);}  

.cx-honor-list .tit{height:40px;line-height:40px;font-size:14px;}

.cx-company-honor .more{padding-top:20px;}

.cx-company-honor .more a{font-size:14px;}

}

/* --end cx-company-honor-- */



/* --cx-company-photos-- */

.cx-company-photos{padding:60px 0;clear:both;overflow:hidden;}

.cx-company-photos .more{padding-top:40px;text-align:center;}

.cx-company-photos .more a{display:inline-block;padding:10px 50px;font-size:16px;color:#fff;border-radius:50px;background:#377cdd;transition:all 0.5s;}

.cx-photos-slide{position:relative;overflow:hidden;}

.cx-photos-slide .prev,.cx-photos-slide .next{position:absolute;z-index:99;top:50%;margin-top:-25px;width:50px;height:50px;line-height:48px;text-align:center;cursor:pointer;outline:none;background:#fff;border:#f0f0f0 solid 1px;border-radius:50%;}

.cx-photos-slide .prev{left:0;}

.cx-photos-slide .next{right:0;}

.cx-photos-slide .item{position:relative;overflow:hidden;transform:scale(0.85);transition:all .5s;}

.cx-photos-slide .item.swiper-slide-active{transform:scale(1);}

.cx-photos-slide .item .pic{overflow:hidden;}

.cx-photos-slide .item .pic img{display:block;width:100%;transition:all 1s;}

.cx-photos-slide .item .tit{display:none;position:absolute;z-index:9;left:0;bottom:0;padding:20px;width:100%;font-size:16px;text-align:center;background:rgba(0,0,0,0.5);background:linear-gradient(transparent,rgba(0,0,0,0.5) 80%);}

.cx-photos-slide .item .tit a{color:#fff;}

.cx-photos-slide .item.swiper-slide-active .tit{display:block;}

.cx-photos-slide .item:hover .pic img{transform:scale(1.1);}

.cx-photos-slide .prev:hover,.cx-photos-slide .next:hover{color:#fff;background:#377cdd;border-color:#377cdd;}

@media(max-width:1440px){

.cx-company-photos{padding:50px 0;}

}

@media(max-width:1200px){

.cx-company-photos{padding:40px 10px;}  

.cx-company-photos .more{padding-top:20px;}

.cx-company-photos .more a{font-size:14px;}

.cx-photos-slide .prev,.cx-photos-slide .next{display:none;}

.cx-photos-slide .item .tit{padding:10px;}

}

/* --end cx-company-photos-- */



/* --cx-company-culture-- */

.cx-company-culture{padding:60px 0;clear:both;overflow:hidden;background:#ebebeb;}

.cx-culture-list .leftCon{float:left;width:50%;overflow:hidden;}

.cx-culture-list .leftCon .item{position:relative;}

.cx-culture-list .leftCon .item .pic{overflow:hidden;}

.cx-culture-list .leftCon .item .pic img{display:block;width:100%;}

.cx-culture-list .leftCon .item .text{position:absolute;left:60px;right:60px;bottom:90px;color:#fff;}

.cx-culture-list .leftCon .item .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;}

.cx-culture-list .leftCon .item .text p{height:60px;line-height:30px;font-size:16px;overflow:hidden;}

.cx-culture-list .leftCon .item .text i{display:block;margin-top:10px;width:28px;height:3px;background:#fff;}

.cx-culture-list .rightCon{float:right;width:50%;overflow:hidden;}

.cx-culture-list .rightCon .item{position:relative;float:left;width:50%;height:260px;}

.cx-culture-list .rightCon .item .text{position:absolute;left:60px;right:60px;bottom:65px;color:#fff;}

.cx-culture-list .rightCon .item .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;}

.cx-culture-list .rightCon .item .text p{margin-top:10px;height:75px;line-height:25px;font-size:16px;overflow:hidden;}

.cx-culture-list .rightCon .item .text i{display:block;margin-top:10px;width:28px;height:3px;background:#ddd;}

.cx-culture-list .rightCon .item-2{float:none;width:100%;background:#fff;}

.cx-culture-list .rightCon .item-2 .text{color:#333;}

.cx-culture-list .rightCon .item-3{background:#ce0800;}

.cx-culture-list .rightCon .item-4{background:#0141ad;}

@media(max-width:1440px){

.cx-company-culture{padding:50px 0;}

.cx-culture-list .leftCon .item .text{left:50px;right:50px;bottom:70px;}

.cx-culture-list .rightCon .item{height:222px;}

.cx-culture-list .rightCon .item .text{left:30px;right:30px;bottom:40px;}

}

@media(max-width:1200px){

.cx-company-culture{padding:40px 10px;}  

.cx-culture-list .leftCon,.cx-culture-list .rightCon{float:none;width:100%;}

.cx-culture-list .leftCon .item .text{left:30px;right:30px;bottom:40px;}

.cx-culture-list .rightCon .item{height:auto;}

.cx-culture-list .rightCon .item .text{position:static;padding:20px;}

.cx-culture-list h3{font-size:18px !important;}

.cx-culture-list p{font-size:14px !important;}

}

/* --end cx-company-culture-- */



/* --cx-contact-- */

.cx-contact-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-contact-wrap .inner{padding:40px;overflow:hidden;background:#fff;}

.cx-contact-info{position:relative;overflow:hidden;}

.cx-contact-info .pic{position:relative;float:left;width:600px;}

.cx-contact-info .pic img{display:block;width:100%;}

.cx-contact-info .text{padding-left:55px;overflow:hidden;}

.cx-contact-info .text h3{position:relative;padding-bottom:20px;line-height:40px;font-weight:normal;font-size:24px;color:#000;}

.cx-contact-info .text h3:after{display:block;position:absolute;left:0;bottom:0;width:30px;height:1px;content:"";background:#377cdd;}

.cx-contact-info .text h3:before{display:block;position:absolute;left:0;bottom:0;width:100%;height:1px;content:"";background:#f0f0f0;}

.cx-contact-info .text ul{padding-top:20px;overflow:hidden;}

.cx-contact-info .text li{position:relative;padding-left:40px;margin-bottom:12px;line-height:30px;font-size:14px;color:#666;}

.cx-contact-info .text li i{display:block;position:absolute;left:0;top:0;width:30px;height:30px;text-align:center;font-size:14px;color:#fff;vertical-align:middle;background:#377cdd;border-radius:50%;}

.cx-contact-info .text .QRcode{padding-top:20px;overflow:hidden;}

.cx-contact-info .text .QRcode .item{float:left;margin-right:20px;width:120px;text-align: center;}

.cx-contact-info .text .QRcode .item i{display:block;padding:5px;border:#e0e0e0 solid 1px;background:#fff;}

.cx-contact-info .text .QRcode .item i img{width:100%;}

.cx-contact-info .text .QRcode .item span{display:block;margin-top:10px;font-size:14px;line-height:1.5;color:#333;}

.cx-contact-info .enTitle{position: absolute;right: 0;bottom: 0;font-size:70px;font-family: "DIN";font-weight: bold;text-transform: uppercase;color: #ccc;opacity: 0.15;letter-spacing:-2px;}

.cx-contact-map{margin-top:60px;height:520px;overflow:hidden;border:#f0f0f0 solid 1px;}

.cx-contact-map #iframeBox{position:relative;top:50%;left:50%;width:1400px;height:520px;transform:translate(-50%,-50%);}

.cx-contact-map #iframeBox img,.cx-contact-map #iframeBox iframe{display:block;margin: 0 auto;height:520px;}

@media(max-width:1440px){

.cx-contact-wrap{padding:50px 0;}

.cx-contact-info .enTitle{font-size:60px;}

}

@media(max-width:1200px){

.cx-contact-wrap{padding:40px 10px;}

.cx-contact-wrap .inner{padding:20px;}

.cx-contact-info .pic{float:none;display:none;}

.cx-contact-info .text{padding-left:0;height:auto;}

.cx-contact-info .text h3{padding-bottom:20px;font-size:24px;}

.cx-contact-info .text ul{padding-top:20px;}

.cx-contact-info .text li{margin-bottom:10px;font-size:14px;}

.cx-contact-info .text .QRcode{padding-top:10px;}

.cx-contact-info .enTitle{display:none;}

.cx-contact-map{margin-top:40px;height:280px;}

}

/* --end cx-contact-- */



/* --cx-contact02-- */

.cx-contact02-wrap{padding:60px 0;clear:both;overflow:hidden;background:#fff;}

.cx-contact02-list{margin:0 -10px;overflow:hidden;}

.cx-contact02-list .item{float:left;margin:0 10px;padding:40px 10px;width:calc(33.33% - 20px);text-align:center;border:#e5e5e5 solid 1px;transition:all 1s;}

.cx-contact02-list .item i{display:block;margin:0 auto;width:60px;height:60px;line-height:60px;text-align:center;font-size:30px;color:#fff;vertical-align:middle;background:#377cdd;border-radius:50%;}

.cx-contact02-list .item p{margin-top:20px;height:50px;line-height:25px;font-size:16px;color:#666;}

.cx-contact02-list .item:hover{background:#377cdd;}

.cx-contact02-list .item:hover i{color:#377cdd;background:#fff;}

.cx-contact02-list .item:hover p{color:#fff;}

.cx-contact02-map{margin-top:60px;height:520px;overflow:hidden;border:#f0f0f0 solid 1px;}

.cx-contact02-map #iframeBox{position:relative;top:50%;left:50%;width:1400px;height:520px;transform:translate(-50%,-50%);}

.cx-contact02-map #iframeBox img,.cx-contact02-map #iframeBox iframe{display:block;width:1400px;height:520px;}

@media(max-width:1440px){

.cx-contact02-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-contact02-wrap{padding:40px 10px;}

.cx-contact02-list{margin:0;}

.cx-contact02-list .item{margin:10px 0;padding:30px;width:100%;}

.cx-contact02-list .item i{width:50px;height:50px;line-height:50px;}

.cx-contact02-list .item p{margin-top:10px;height:auto;line-height:20px;font-size:14px;}

.cx-contact02-map{margin-top:40px;height:280px;}

}

/* --end cx-contact02-- */



/*--cx-history-wrap--*/

.cx-history-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-history-list{position:relative;padding-top:50px;display:flex;flex-wrap:wrap;justify-content:space-between;overflow:hidden;}

.cx-history-list:after{display:block;position:absolute;z-index:1;left:50%;top:0;width:1px;height:100%;content:"";background:#ccc;}

.cx-history-list .item{position:relative;z-index:9;width:50%;margin:50px 0;}

.cx-history-list .item:after{display:block;position:absolute;z-index:9;top:15px;width:10px;height:10px;content:"";background:#377cdd;border-radius:50%;animation: scale 2s infinite;}

.cx-history-list .item:before{display:block;position:absolute;z-index:9;top:18px;width:80px;height:1px;content:"";background:#ccc;}

.cx-history-list .item em{display:block;font-size:30px;color:#333;font-family:"DIN Medium";}

.cx-history-list .item p{font-size:16px;color:#666;line-height:1.75;}

.cx-history-list .item:nth-child(odd){padding-right:100px;text-align:right;animation: fadeinL 1s;}

.cx-history-list .item:nth-child(odd):after{left:calc(100% - 5px);}

.cx-history-list .item:nth-child(odd):before{right:0;}

.cx-history-list .item:nth-child(even){margin-top:-50px;padding-left:100px;text-align:left;animation:fadeinR 1s;}

.cx-history-list .item:nth-child(even):after{right:calc(100% - 5px);}

.cx-history-list .item:nth-child(even):before{left:0;}

@media(max-width:1440px){

.cx-history-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-history-wrap{padding:40px 10px;}

.cx-history-list{padding-top:0;}

.cx-history-list:after{left:15px;}

.cx-history-list .item{width:100%;margin:10px;padding-left:50px !important;padding-right:0 !important;text-align:left !important;animation:fadeinB 1s  !important;}

.cx-history-list .item:nth-child(even){margin-top:10px;}

.cx-history-list .item:after{top:12px;left:0 !important;right:unset !important;}

.cx-history-list .item:before{top:17px;width:40px;left:0 !important;right:unset !important;}

.cx-history-list .item em{font-size:24px;}

.cx-history-list .item p{font-size:14px;}

}

/*--end cx-history-wrap--*/



/* -- cx-company-history2-- */

.cx-company-history2{padding:60px 0;clear:both;overflow:hidden;background:url(../images/Template/company_history_bg.jpg) no-repeat center 0 / cover;}

.cx-history2-slide{position:relative;overflow:hidden;}

.cx-history2-main{overflow:hidden;background:#fff;}

.cx-history2-main .item{display:none;padding:40px;overflow:hidden;background:#fff;}

.cx-history2-main .pic{float:left;width:500px;}

.cx-history2-main .pic img{display:block;width:100%;}

.cx-history2-main .text{padding-left:30px;overflow:hidden;}

.cx-history2-main .text h3{margin-bottom:20px;font-size:24px;color:#333;}

.cx-history2-main .text p{font-size:16px;line-height:1.75;color:#666;}

.cx-history2-ctrl{position:relative;margin-top:50px;padding:0 60px;height:76px;overflow:hidden;}

.cx-history2-ctrl .prev,.cx-history2-ctrl .next{position:absolute;z-index:9;top:50%;margin-top:-25px;width:50px;height:50px;line-height:48px;cursor:pointer;outline:none;text-align:center;border:#ddd solid 1px;border-radius:50%;background:#fff;}

.cx-history2-ctrl .prev{left:0;}

.cx-history2-ctrl .next{right:0;}

.cx-history2-ctrl .prev:hover,.cx-history2-ctrl .next:hover{color:#fff;background:#377cdd;border-color:#377cdd;}

.cx-history2-menu{position:relative;z-index:1;height:76px;overflow:hidden;}

.cx-history2-menu:after{display:block;position:absolute;z-index:-1;left:0;top:50%;width:100%;height:1px;content:"";background:#ccc;}

.cx-history2-menu li{position:relative;float:left;padding-top:50px;line-height:26px;text-align:center;font-size:16px;color:#333;}

.cx-history2-menu li:after{display:block;position:absolute;z-index:3;left:0;top:38px;width:100%;height:1px;content:"";background:#ccc;}

.cx-history2-menu li:before{display:block;position:absolute;left:50%;top:0;width:1px;height:38px;content:"";background:#ccc;}

.cx-history2-menu li.swiper-slide-active{color:#377cdd;}

.cx-history2-menu li.swiper-slide-active:after,.cx-history2-menu li.swiper-slide-active:before{background:#377cdd;}

@media(max-width:1440px){

.cx-company-history2{padding:50px 0;}

}

@media(max-width:1200px){

.cx-company-history2{padding:40px 10px;}

.cx-history2-main .item{padding:10px;}

.cx-history2-main .pic{float:none;width:100%;}

.cx-history2-main .text{padding:20px;}

.cx-history2-menu{opacity:0;height:100%;}

.cx-history2-ctrl{position:absolute;top:0;left:0;margin-top:0;width:100%;height:100%;}

}

/* -- end company-cx-history2-- */



/* -- cx-company-partner-- */

.cx-company-partner{padding:60px 0;clear:both;overflow:hidden;background:#ebebeb url(../images/Template/company_partner_bg.png) no-repeat center bottom;}

.cx-company-partner .more{padding-top:40px;text-align:center;}

.cx-company-partner .more a{display:inline-block;padding:10px 50px;font-size:16px;color:#fff;border-radius:50px;background:#377cdd;transition:all 0.5s;}

@media(max-width:1440px){

.cx-company-partner{padding:50px 0;}

}

/* -- end cx-company-partner-- */



/*--cx-download-wrap--*/

.cx-download-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-download-attr{height:50px;line-height:50px;font-size:18px;color:#fff;overflow:hidden;background:#377cdd;}

.cx-download-attr>div,.cx-download-list .item>div{padding:0 20px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.cx-download-attr .name,.cx-download-list .name{width:45%;}

.cx-download-attr .date,.cx-download-list .date{width:35%;text-align:center;}

.cx-download-attr .action,.cx-download-list .action{width:20%;text-align:center;}

.cx-download-list{background:#fff;}

.cx-download-list .item{padding:20px 0;font-size:16px;color:#666;overflow:hidden;border-bottom:#f0f0f0 solid 1px;}

.cx-download-list .item a:hover{color:#377cdd;}

@media(max-width:1440px){

.cx-download-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-download-wrap{padding:40px 10px;}

}

@media(max-width:750px){

.cx-download-attr{font-size:16px;}

.cx-download-list .item{font-size:14px;}

}

/*--end cx-download-wrap--*/



/*--cx-msgForm-wrap--*/

.cx-msgForm-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-contact-wrap~.cx-msgForm-wrap{padding-top:0;}

.cx-msgForm-inner{overflow:hidden;background:#fff;}

.cx-msgForm-inner .picBox{position:relative;float:left;width:700px;overflow:hidden;}

.cx-msgForm-inner .picBox:before{display:block;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;content:"";background:rgba(0,0,0,0.25);}

.cx-msgForm-inner .picBox:after{display:block;position:absolute;z-index:2;top:20px;left:20px;right:20px;bottom:20px;content:"";border:rgba(255,255,255,0.25) solid 1px;}

.cx-msgForm-inner .picBox .pic{overflow:hidden;}

.cx-msgForm-inner .picBox .pic img{display:block;width:100%;}

.cx-msgForm-inner .picBox .text{position:absolute;z-index:9;top:50%;left:50%;padding:30px;color:#fff;text-align:center;background:rgba(0,0,0,0.5);border-radius:10px;transform:translate(-50%,-50%);}

.cx-msgForm-inner .picBox .text h3:before{display:block;margin:0 auto 15px;width:32px;height:4px;content:"";background:#fff;}

.cx-msgForm-inner .picBox .text h3{font-size:24px;white-space:nowrap;}

.cx-msgForm-inner .picBox .text p{margin-top:5px;font-size:16px;}

.cx-msgForm-inner .form{padding:50px;overflow:hidden;}

.cx-msgForm-inner .form li{position:relative;margin-bottom:18px;}

.cx-msgForm-inner .form li:last-child{margin-bottom:0;}

.cx-msgForm-inner .form li i{display:block;position:absolute;right:20px;top:18px;font-size:24px;color:#ccc;}

.cx-msgForm-inner .form li input{display:block;padding:20px;width:100%;height:60px;font-family:"Microsoft Yahei";font-size:16px;outline:none;border:#ddd solid 1px;transition:all 0.5s;}

.cx-msgForm-inner .form li textarea{display:block;padding:20px;width:100%;height:120px;font-family:"Microsoft Yahei";font-size:16px;outline:none;resize:none;border:#ddd solid 1px;transition:all 0.5s;}

.cx-msgForm-inner .form li input.cur,.cx-msgForm-inner .form li textarea.cur{color:#377cdd;border-color:#377cdd;}

.cx-msgForm-inner .form li.verCodeBox input{width:calc(100% - 140px);}

.cx-msgForm-inner .form li.verCodeBox span{display:block;position:absolute;right:0;top:0;width:120px;height:100%;cursor:pointer;text-align:center;background:#f0f0f0;}

.cx-msgForm-inner .form li.verCodeBox span img{display:inline-block;max-width:100%;height:100%;}

.cx-msgForm-inner .form li a{display:block;position:relative;z-index:1;height:60px;line-height:60px;font-size:16px;color:#fff;text-align:center;overflow:hidden;background:#377cdd;}

.cx-msgForm-inner .form li a:before{display:block;position:absolute;z-index:-1;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;content:"";background:rgba(0,0,0,0.5);opacity:0;border-radius:50%;transition:all 1s;}

.cx-msgForm-inner .form li a:hover:before{opacity:1;transform:scale(50);}

@media(max-width:1440px){

.cx-msgForm-wrap{padding:50px 0;}

.cx-msgForm-inner .picBox{width:600px;}

.cx-msgForm-inner .form li{margin-bottom:14px;}

.cx-msgForm-inner .form li input{padding:15px;height:50px;font-size:14px;}

.cx-msgForm-inner .form li textarea{padding:15px;height:100px;font-size:14px;}

.cx-msgForm-inner .form li a{height:50px;line-height:50px;font-size:14px;}

}

@media(max-width:1200px){

.cx-msgForm-wrap{padding:40px 10px;}

.cx-msgForm-inner .picBox{display:none;float:none;width:100%;}

.cx-msgForm-inner .form{padding:20px;}

.cx-msgForm-inner .form li{margin-bottom:10px;}

.cx-msgForm-inner .form li i{font-size:20px;top:15px;}

}

/*--end cx-msgForm-wrap--*/



/*--end cx-msgForm02-wrap--*/

.cx-msgForm02-wrap{padding:50px 0;clear:both;overflow:hidden;background:#ebebeb url(../images/Template/company_partner_bg.png) no-repeat center bottom;}

.cx-msgForm02-inner{padding:50px;overflow:hidden;background:#fff url(../images/Template/liuyan_bg.jpg) no-repeat right 0;}

.cx-msgForm02-inner .form{width:650px;overflow:hidden;}

.cx-msgForm02-inner .form li{position:relative;margin-bottom:14px;}

.cx-msgForm02-inner .form li:last-child{margin-bottom:0;}

.cx-msgForm02-inner .form li i{display:block;position:absolute;right:20px;top:10px;font-size:20px;color:#ccc;}

.cx-msgForm02-inner .form li input{display:block;padding:15px;width:100%;height:50px;font-family:inherit;font-size:14px;outline:none;border:#ddd solid 1px;transition:all 0.5s;}

.cx-msgForm02-inner .form li textarea{display:block;padding:15px;width:100%;height:100px;font-family:inherit;font-size:14px;outline:none;resize:none;border:#ddd solid 1px;transition:all 0.5s;}

.cx-msgForm02-inner .form li.verCodeBox input{width:calc(100% - 140px);}

.cx-msgForm02-inner .form li.verCodeBox span{display:block;position:absolute;right:0;top:0;width:120px;height:100%;cursor:pointer;text-align:center;background:#f0f0f0;}

.cx-msgForm02-inner .form li.verCodeBox span img{display:inline-block;max-width:100%;height:100%;}

.cx-msgForm02-inner .form li a{display:block;position:relative;z-index:1;height:50px;line-height:50px;font-size:14px;color:#fff;text-align:center;overflow:hidden;background:#377cdd;}

.cx-msgForm02-inner .form li a:before{display:block;position:absolute;z-index:-1;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;content:"";background:rgba(0,0,0,0.5);opacity:0;border-radius:50%;transition:all 1s;}

.cx-msgForm02-inner .form li a:hover:before{opacity:1;transform:scale(50);}

@media(max-width:1440px){

.cx-msgForm02-wrap{padding:50px 0;}

.cx-msgForm02-inner .form{width:450px;}

}

@media(max-width:1200px){

.cx-msgForm02-wrap{padding:40px 10px;}

.cx-msgForm02-inner{padding:20px;}

.cx-msgForm02-inner .form{width:100%;}



}

/*--end cx-msgForm02-wrap--*/



/*--cx-editor-wrap--*/

.cx-editor-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-editor-inner{padding:40px;font-size:16px;line-height:1.75;color:#666;overflow:hidden;background:#fff;}

.cx-editor-inner img{display:inline-block;max-width:100%;}

@media(max-width:1440px){

.cx-editor-wrap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-editor-wrap{padding:40px 10px;}

.cx-editor-inner{padding:20px;}

}

@media(max-width:750px){

.cx-editor-inner{padding:10px;}

.cx-editor-inner img{display:block;width:100%;}

}

/*--end cx-editor-wrap--*/



/*--人才招聘--*/

.cx-jobs-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-jobs-sideBar{float:left;width:360px;overflow:hidden;}

.cx-jobs-sideBar .hd{margin-bottom:45px;}

.cx-jobs-sideBar .hd em{font-size:12px;color:#999;}

.cx-jobs-sideBar .hd h3{margin-top:14px;font-weight:normal;font-size:24px;color:#333;}

.cx-jobs-sideBar .bd{position:relative;background:#377cdd;}

.cx-jobs-sideBar .bd:before{display:block;position:absolute;left:0;top:-6px;content:"";border:6px solid #377cdd;border-right:none;border-top-color:#f5f5f5;}

.cx-jobs-sideBar .bd dl{padding:20px 40px;color:#fff;overflow:hidden;border-bottom:#f5f5f5 solid 1px;}

.cx-jobs-sideBar .bd dt{float:left;width:32px;}

.cx-jobs-sideBar .bd dt i{display:block;font-size:24px;color:#fff;}

.cx-jobs-sideBar .bd dd{padding-left:20px;overflow:hidden;}

.cx-jobs-sideBar .bd dd span{display:block;font-size:20px;}

.cx-jobs-sideBar .bd dd p{font-size:12px;}

.cx-jobs-sideBar .HRxx{margin-top:20px;padding:30px;background:#fff;}

.cx-jobs-sideBar .HRxx h3{margin-bottom:22px;font-size:24px;font-weight:normal;color:#377cdd;}

.cx-jobs-sideBar .HRxx p{font-size:16px;color:#666;}

.cx-jobs-sideBar .HRxx p a{color:#666;}

.cx-jobs-list{float:right;padding-top:30px;width:1010px;overflow:hidden;}

.cx-jobs-list .hd{height:70px;line-height:70px;overflow:hidden;background:#fff;border-bottom:#377cdd solid 3px;}

.cx-jobs-list .hd li{float:left;min-height:1px;font-size:20px;color:#666;text-align:center;}

.cx-jobs-list .hd li.li1{width:35%;text-align:left;text-indent:40px;}

.cx-jobs-list .hd li.li2{width:22.5%;}

.cx-jobs-list .hd li.li3{width:22.5%;}

.cx-jobs-list .hd li.li4{width:20%;}

.cx-jobs-list .bd{overflow:hidden;}

.cx-jobs-list .item{margin:10px 0;overflow:hidden;border-bottom:#f0f0f0 solid 1px;}

.cx-jobs-list .item .conTop{height:70px;line-height:70px;overflow:hidden;background:#fff;}

.cx-jobs-list .item .conTop li{float:left;min-height:1px;font-size:14px;color:#666;text-align:center;}

.cx-jobs-list .item .conTop li.li1{width:35%;font-size:20px;text-align:left;text-indent:40px}

.cx-jobs-list .item .conTop li.li2{width:22.5%;}

.cx-jobs-list .item .conTop li.li3{width:22.5%;}

.cx-jobs-list .item .conTop li.li4{width:20%;cursor:pointer;}

.cx-jobs-list .item .conTop li.li4 i{display:inline-block;margin-left:10px;color:#666;transition:all 0.5s;}

.cx-jobs-list .item .boxBot{display:none;padding:30px 40px;line-height:1.75;overflow:hidden;background:#f0f0f0;}

.cx-jobs-list .item .boxBot h4{font-weight:normal;font-size:18px;color:#333;}

.cx-jobs-list .item .boxBot p{color:#666;}

.cx-jobs-list .item.cur .conTop li.li4 i{transform:rotate(-180deg);}

@media (max-width:1440px){

.cx-jobs-wrap{padding:50px 0;}

.cx-jobs-list{width:810px;}

}

@media(max-width:1200px){

.cx-jobs-wrap{padding:40px 10px;}

.cx-jobs-sideBar{display:none;}

.cx-jobs-list{float:none;padding-top:0;width:100%;}

.cx-jobs-list .hd,.cx-jobs-list .item .conTop{height:50px;line-height:50px;}

.cx-jobs-list .hd li{font-size:16px;text-indent:20px;}

.cx-jobs-list .hd li.li1{width:60%;}

.cx-jobs-list .hd li.li4{width:40%;}

.cx-jobs-list .hd li.li2,.cx-jobs-list .hd li.li3{display:none;}

.cx-jobs-list .item .conTop li.li1{width:60%;font-size:16px;text-indent:20px;}

.cx-jobs-list .item .conTop li.li4{width:40%;}

.cx-jobs-list .item .conTop li.li2,.cx-jobs-list .item .conTop li.li3{display:none;}

.cx-jobs-list .item .boxBot{padding:15px;}

.cx-jobs-list .item .boxBot h4{font-size:15px;}

}

/*--end cx-jobs--*/



/*--search-full--*/

.search-full{position:relative;margin:60px auto 0;width:80%;max-width:600px;height:50px;clear:both;overflow:hidden;background:#fff;border:#dfdfdf solid 1px;border-radius:25px;}

.search-full input{display:block;padding:15px;width:100%;height:50px;border:none;outline:none;box-sizing:border-box;border-radius:25px;}

.search-full button{display:block;position:absolute;right:0;top:0;width:50px;height:50px;font-size:18px;color:#fff;border:none;outline:none;cursor:pointer;background:#377cdd;border-radius:50%;}

.stl_loading{padding:50px;text-align:center;background:#fff;}

.stl_loading .alert-info{font-size:18px;color:#333;}

.stl_loading .alert-info strong{color:#377cdd;}

@media(max-width:1440px){

.search-full{margin-top:50px;}

}

@media(max-width:1200px){

.search-full{margin-top:40px;}

.stl_loading .alert-info{font-size:16px;}

}

/*--end search-full--*/



/*--sitemap--*/

.cx-sitemap{padding:60px 0;clear:both;overflow:hidden;}

.cx-sitemap .maplink{margin-bottom:20px;font-size:14px;line-height:1.5;text-align:right;}

.cx-sitemap .maplink a{color:#666;}

.cx-sitemap .maplink a:first-child{margin-right:16px;padding-right:20px;border-right:solid 1px #ccc;}

.cx-sitemap .maplink a:hover{color:#377cdd;text-decoration:underline;}

.cx-sitemap .sitemap-box{padding:40px;overflow:hidden;background:#fff;}

.cx-sitemap .sitemap-cont{margin-bottom:20px;}

.cx-sitemap .sitemap-cont:last-child{margin-bottom:0;}

.cx-sitemap .sitemap-cont h3 {position:relative;padding-bottom:20px;font-size:18px;border-bottom:solid 1px #f2f2f2;}

.cx-sitemap .sitemap-cont h3 a{color:#333;}

.cx-sitemap .sitemap-cont h3:after {display:block;content:'';width:18px;height:1px;background-color:#377cdd;position:absolute;bottom:-1px;left:0;z-index:9;} 

.cx-sitemap .sitemap-cont .list a {display:block;float:left;width:32.333333%;font-size:16px;color:#666;margin-top:2%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

.cx-sitemap .sitemap-cont .list a:nth-child(3n-1) { margin-left: 1.5%; margin-right: 1.5%; }

.cx-sitemap .sitemap-cont a:hover {color:#377cdd;}

@media(max-width:1440px){

.cx-sitemap{padding:50px 0;}

}

@media(max-width:1200px){

.cx-sitemap{padding:40px 10px;}

.cx-sitemap .maplink{text-align:left;}

.cx-sitemap .sitemap-box {padding:20px;}

.cx-sitemap .sitemap-cont h3 {font-size:16px;padding-bottom:10px;}

.cx-sitemap .sitemap-cont .list a {width:100%;margin-top:10px;font-size:14px;}

.cx-sitemap .sitemap-cont .list a:nth-child(3n-1){margin-left:0; }

}

/*--end sitemap--*/



/*--友情链接申请--*/

.cx-friendLink{padding:60px 0;clear:both;overflow:hidden;}

.cx-friendLink .friendLink-box {margin-top:20px;padding:50px;width:100%;overflow:hidden;background:#fff url(../images/Template/frd_link_img.jpg) no-repeat right center;}

.cx-friendLink .friendLink-cont {width:45%;}

.cx-friendLink .friendLink-cont h2{font-size:36px;color:#111;margin-bottom:5%;}

.cx-friendLink .friendLink-cont .form-box>div { border: solid 1px #e5e5e5; font-size: 18px; margin-bottom: 3%; position: relative; }

.cx-friendLink .friendLink-cont .form-box input {width: 100%;padding: 3% 10% 3% 3%;font-size:16px;border:none;outline:none;font-family:'Microsoft Yahei';}

.cx-friendLink .friendLink-cont .form-box textarea {width: 100%; height: 120px; padding: 3% 10% 3% 3%;font-size:16px;color: #111;border:none;outline:none;resize:none;font-family:'Microsoft Yahei';}

.cx-friendLink .friendLink-cont .form-box a {display:block;width:100%; padding:3%;font-size:18px;color:#fff;text-align:center;background:#377cdd;}

.cx-friendLink .friendLink-cont .form-box a:after{display:inline-block;margin-left:10px;font-family:"iconfont" !important;content:"\e8f9";}

.cx-friendLink .friendLink-cont .form-box i {position: absolute;right:3%;top:50%;z-index:5;font-size:20px;color:#aaa;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}

.cx-friendLink .friendLink-cont .siteov i {top:25%;}

.cx-friendLink .friendlink-img {width:55%;}

@media(max-width:1440px){

.cx-friendLink{padding:50px 0;}

}

@media(max-width:1200px){

.cx-friendLink{padding:40px 10px;}

.cx-friendLink .friendLink-box{padding:20px;background-image:none;}

.cx-friendLink .friendlink-img {display:none;}

.cx-friendLink .friendLink-cont {width:100%;}

.cx-friendLink .friendLink-cont h2 {font-size:24px;}

.cx-friendLink .friendLink-cont .form-box a,

.cx-friendLink .friendLink-cont .form-box>div {font-size: 16px; }

.cx-friendLink .friendLink-cont .form-box input,

.cx-friendLink .friendLink-cont .form-box textarea {padding:4% 10% 4% 4%;}

.cx-friendLink .friendLink-cont .form-box textarea {height:100px;}

.cx-friendLink .friendLink-cont .form-box img {width:6%;}

}

/*--end 友情链接申请--*/



/*--标签管理--*/

.cx-tags-wrap{padding:60px 0;clear:both;overflow:hidden;}

.cx-tags-wrap .label-box {padding:40px;background:#fff;}

.cx-tags-wrap .label-box h2 {margin-bottom:20px;font-size:24px;color:#111;}

.cx-tags-wrap .label-cont a {display:inline-block;padding:8px 15px;margin-right:5px;margin-bottom:10px;font-size:16px;color:#666;background:#f5f5f5;}

.cx-tags-wrap .label-cont a:hover {background-color:#377cdd;color:#fff;}

@media(max-width:1440px){

.cx-tags-wrap{padding:50px 0;}

}

@media screen and (max-width: 1200px){

.cx-tags-wrap{padding:40px 10px;}

.cx-tags-wrap .label-box {padding:20px;}

.cx-tags-wrap .label-box h2{font-size:18px;}

.cx-tags-wrap .label-cont a{font-size:14px;}

}

/*--end 标签管理--*/



/*--关闭网站--*/

.cx-closeSite01 { width: 100%; height: 100%; background: url(../images/Template/close_site_img.jpg) no-repeat center top; background-size: cover; }

.cx-closeSite01 .close-cont { width: 750px; padding: 4% 0 5%; background-color: #fff; text-align: center; position: absolute; left: 50%; top: 50%; -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); }

.cx-closeSite01 .close-cont h2 { font-size: 36px; color: #333; margin-bottom: 2%; }

.cx-closeSite01 .close-cont p { font-size: 20px; color: #666; margin-bottom: 8%;}

.cx-closeSite01 .close-cont em.line { display: block; width: 86%; height: 1px; background-color: rgba(0,0,0,.1); margin: 0 auto 8%; }

.cx-closeSite01 .close-cont p strong { color: #377cdd; }

.cx-closeSite01 .close-cont a { display: inline-block; padding: 1.5% 8%; background-color: #377cdd; color: #fff; font-size: 20px; position: relative; z-index: 2;}

.cx-closeSite01 .close-cont:after { content: ''; display: block; width: 100%; height: 100%; border: solid 1px #fff; position: absolute; right: -12px; top: 12px; z-index: 1; }

@media screen and (max-width:1200px){

.cx-closeSite01 .close-cont { width: 90%; padding: 8% 0 10%; }

.cx-closeSite01 .close-cont:after { display: none; }

.cx-closeSite01 .close-cont h2 { font-size: 22px; }

.cx-closeSite01 .close-cont p,

.cx-closeSite01 .close-cont a { font-size: 16px; }

.cx-closeSite01 .close-cont p.sry { font-size: 15px; }

}

/*--end 关闭网站--*/



/*--404--*/

.cx-error-box01 { width: 620px; margin: 8% auto; text-align: center;}

.cx-error-box01 .sorry { font-size: 16px; color: #377cdd; margin-bottom: 3%; }

.cx-error-box01 .err-img { display: block; width: 68%; height: auto; margin: 0 auto; }

.cx-error-box01 .lines { display: block; width: 100%; height: 1px; background-color: #e2e2e2; margin-top: 7%; position: relative;}

.cx-error-box01 .lines:after { content: ''; display: block; width: 100%; height: 1px; background-color: #ffffff; position: absolute; bottom: -1px; left: 0; z-index: 2; }

.cx-error-box01 .tips { font-size: 16px; color: #999; margin: 7% 0; }

.cx-error-box01 .abtns { width: 100%; text-align: center; }

.cx-error-box01 .abtns a { display: inline-block; width: 28%; font-size: 18px; color: #666; padding: 2% 0; background-color: #fff; border-radius: 50px; margin: 0 2%; box-shadow: 5px 5px 30px rgba(0,0,0,.1);}

.cx-error-box01 .abtns a:after { content: ''; display: inline-block; width: 0; height: 0; border-top: solid 6px transparent; border-bottom: solid 6px transparent; border-left: solid 6px #666; margin-left: 8%;  }

.cx-error-box01 .abtns a:hover { background-color: #377cdd; color: #fff; }

.cx-error-box01 .abtns a:hover:after { border-left-color: #fff; }

@media screen and (max-width:1200px){

.cx-error-box01 {width: 84%; margin-top: 15%;}

.cx-error-box01 .abtns a { width: 42%; font-size: 16px; padding: 3% 0;}

}

/*--end 404--*/



/*暂无数据*/

#nodata, .nodata {padding:80px 80px 80px 150px;border:solid 1px #eee;margin:10px 0;background: url(../images/Template/nodata.gif) no-repeat 20px 20px; background-color: #fff; width:100%;}