.top{ background: #121518; height: 35px; width: 100%; font-size: 14px; color: #ffffff; line-height: 35px;}
.top ul{ margin-bottom: 0; display: flex; justify-content: flex-end;}
.top ul li{ float: left;}
.top ul li:last-child{ padding: 0 0 0 10px; border: none;}
.top ul li a{ font-size: 14px; color: #ffffff; line-height: 35px; padding: 0 10px; border-right: 2px solid #A6A6A7;}
.top .wechat{ position: relative;}
.top .b-weixin{ width: 150px; height: 150px; border: 1px solid rgba(30, 80, 174, 1); visibility: hidden; position: absolute; left: -25px; top: 35px; opacity: 0; transform-origin:top; transform:scale(0.1);transition:all 0.5s linear;}
.top ul li:hover .b-weixin{ visibility: visible; opacity: 1; transform: scale(1); z-index: 10;}

.logo{ padding: 10px 0;}
.logo .logo-left{ display: flex; align-items: center; justify-content: flex-start;}
.logo .logo-left .logo-left-pic .logo-img{ width: 345px;}
.logo .logo-left .logo-left-pic{ width: 345px; float: left;}
.logo .logo-left .logo-left-desc{ font-size:20px; color:#101010; line-height:30px; border-left: 1px dashed #cdcdcd; padding-left: 8px;}
.logo .logo-left .logo-left-desc span{ font-size: 22px; color: rgba(30, 80, 174, 1); font-weight: bold; display: block;}
.logo .logo-right{ background: url(http://juyudc.cn/phone.png) left center no-repeat; padding-left: 55px; background-size: 45px 45px; margin-top: 12px;}
.logo .logo-right p{ font-size: 16px; color: #000000; line-height: 30px; margin: 0;}
.logo .logo-right span{ font-size: 24px; color: #F3A01F; line-height: 30px; font-weight: bold;} 
.logo .flex-end{ display: flex; justify-content: flex-end;}

.menu{ width: 100%; height: 65px; background: #F3A01F;}
.menu ul>li{ float: left; width: calc((100% - 8px)/7); position: relative;}
.menu ul>li>a{ font-size: 16px; color: #ffffff; line-height: 65px; text-align: center; display: list-item; position: relative;}
.menu ul>li>a:before{ content: ''; width: 1px; height: 15px; background: #ffffff; position: absolute; left: 0; top: 25px;}
.menu ul>li.on{ background: #DF8C0B;}
.menu ul>li.on>a{ color: #ffffff;}
.menu ul>li>a:hover{ background: #DF8C0B;}
.menu ul>li:hover .menu ul>li>a{ color: #ffffff;}
.menu ul>li>ul.menu-dropdown{ position: absolute; top: 65px; left: 0; background: #F5F5F5; width: 100%; z-index: 999999; opacity: 0; visibility: hidden; transform-origin:top center; transform:scale(0.1);transition:all 0.5s linear;}
.menu ul>li>ul.menu-dropdown>li{ width: 100%; text-align: center;}
.menu ul>li>ul.menu-dropdown>li>a:before{ content: ''; width: 0;}
.menu ul>li>ul.menu-dropdown>li>a{ font-size: 14px; color: #666666; line-height: 40px; display: block;}
.menu ul>li>ul.menu-dropdown>li>a:hover{ color: #ffffff;}
.menu ul>li:hover ul.menu-dropdown{ visibility: visible; opacity: 1; transform: scale(1); z-index: 10;}

.carousel-indicators li{border-color: #EEEEEE!important; background: #EEEEEE!important;}
.carousel-indicators .active{ background-color: #F3A01F!important; border-color: #ffffff!important;}

.search{ width: 100%; height: 80px; background: #F7F7F7;}
.search .search-left ul li{ float: left; font-size: 14px; color: #000000; line-height: 80px;}
.search .search-left ul li a{ font-size: 14px; color: #000000; line-height: 80px; margin-left: 5px;}
.search .search-left ul li a:hover{ color: #d8261c;}
.search .search-right{ display: flex; justify-content: flex-end; align-items: center;}
.search form{ margin-top: 22px;}
.search .search-text{ width: 235px; height: 35px; background: #ffffff; border: none; font-size: 16px; color: #999999; line-height: 35px; padding-left: 10px; outline: none;}
.search .search-submit{ width: 70px; height: 35px; background-color: #F3A01F; background-image: url(../image/search_03.png); background-position: center center; background-repeat: no-repeat; outline: none; border: none;}

.border{ width: 90px; height: 0; background: #052D6F; margin: 0px auto; position: relative;}
.border:before{ content: ""; width: 45px; height: 3px; background: #000000;  position: absolute; left: 50%; top: 0; margin-left: -45px;}
.border:after{ content: ""; width: 45px; height: 3px; background: #F3A01F; position: absolute; left: 50%; top: 0; }

.advantage{ margin: 45px 0;}
.advantage .advantage-title{ font-size: 40px; color: #000000; line-height: 65px; text-align: center; font-weight: bold;}
.advantage .advantage-title span{ color: #F3A01F;}
.advantage .advantage-desc{ font-size: 18px; color: #101010; line-height: 35px; font-weight: lighter; text-align: center; margin-top: 3px;}
.advantage .advantage-box{ margin-bottom: 50px; margin-top: 40px;}
.advantage .advantage-box .advantage-out{ background: #f5f5f5; padding: 30px 40px; text-align: center; overflow: hidden; position: relative; transition: all .5s ease-in-out; z-index: 1; margin-bottom: 30px;}
.advantage .advantage-box .advantage-out .advantage-out-img img{ width: auto;}
.advantage .advantage-box .advantage-out .advantage-out-name{ font-size: 20px; color: #101010; line-height: 40px; text-transform: capitalize; margin: 15px 0 20px;} 
.advantage .advantage-box .advantage-out .advantage-out-desc{ font-size: 16px; color: #999999; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; height: 72px;}
.advantage .advantage-out:after{ content: ' '; position: absolute; top: 0; left: -210%; width: 186%; height: 160%; background: #fcb026; transform: skew(-45deg); z-index: -1; transition: .4s left ease-in-out; -webkit-transition: .4s left ease-in-out; -o-transition: .4s left ease-in-out; -moz-transition: .4s left ease-in-out;}
.advantage .advantage-out:hover:after{left:-69%;transition:.4s left ease-in-out;-webkit-transition:.4s left ease-in-out;-o-transition:.4s left ease-in-out;-moz-transition:.4s left ease-in-out}
.advantage .advantage-out:hover .advantage-out-name{ color: #ffffff;}
.advantage .advantage-out:hover .advantage-out-desc{ color: #ffffff;}	
.advantage .advantage-out:hover{ cursor: pointer;}
	
.product{ margin-top: 45px; background: #F5F5F5; padding: 40px 0;}
.product .product-title{ font-size: 40px; color: #000000; line-height: 65px; text-align: center; font-weight: bold;}
.product .product-title span{ color: #f3a01f;}
.product .product-desc{ font-size: 18px; color: #101010; line-height: 35px; font-weight: lighter; text-align: center; margin-top: 3px;}
.product .product-all .hd ul li{ height: 55px; background: #eeeeee; border-radius: 30px; text-align: center; display: flex; justify-content: center; align-items: center;}
.product .product-all .hd ul li a{ font-size: 16px; color: #101010; line-height: 20px; display: list-item;}
.product .product-all .hd ul li.active{ background: #f3a01f;}
.product .product-all .hd ul li.active a{ color: #ffffff;}
.product .product-all .hd{ margin: 15px 0 30px 0;}
.product .product-all .bd ul li{ margin-bottom: 30px; overflow: hidden;}
.product .product-all .bd ul li .li-img{ width: 100%; display: block; overflow: hidden; border: 1px solid #f3a01f; background: #ffffff; padding: 20px;}
.product .product-all .bd ul li .li-name a{ font-size: 16px; color: #ffffff; line-height: 45px; text-align: center; background: #f3a01f; overflow: hidden; display: block;}
.product .product-all .bd ul li:hover .li-img img{ transform: scale(1.1); transition: all .5s ease-in-out; }
.product .product-all .bd ul li:hover .li-name a{ background: #DF8C0B; transition: all .5s ease-in-out; color: #ffffff;}

.column{ background: url(../image/background.jpg) center 0 no-repeat; background-size: cover;}
.column .column-opacity{ background: rgba(243, 160, 31, 0.9); padding: 40px 0;}
.column .column-left-top{ font-size: 32px; color: #ffffff; font-weight: bold; line-height: 45px; font-style: italic;}
.column .column-left-btm{ font-size: 32px; color: #ffffff; font-weight: bold;; line-height: 45px; font-style: italic;}
.column .column-left-btm span{ color: #E02A00; font-size: 38px;}
.column .column-right-top{ font-size: 22px; color: #ffffff; line-height: 35px;}
.column .column-right-online a{ background: #E02A00; padding: 8px 35px; border-radius: 20px; font-size: 16px; color: #ffffff; line-height: 35px;}
.column .column-right-btm a{ font-size: 32px; color: #fff; line-height: 45px;}

.about{ margin-top: 45px; padding: 40px 0;}
.about .about-box-top-right-title{ font-size: 40px; color: #000000; line-height: 65pxx; font-weight: bold;}
.about .about-box-top-right-title span{ color: #F3A01F;}
.about .about-box-top-right-icon img{ width: 35px;}
.about .about-box-top-right-desc{ font-size: 16px; color: #101010;; line-height: 30px; padding-bottom: 8px;}
.about .about-box-top-right-four{ padding-top: 8px; border-top: 1px solid #EBEBEB;}
.about .about-box-top-right-four ul li img{ width: 60px;}
.about .about-box-top-right-four ul li{ font-size: 14px; color: #101010; line-height: 24px; text-align: center;}
.about .about-box-top-right-four ul li span{ font-size: 16px; font-weight: bold; margin-right: 5px;}

.case{ background: url(../image/about-background.jpg) center 0 no-repeat; background-size: cover; background-attachment: fixed; margin-top: 45px; padding: 40px 0; width: 100%;}
.case-border{ width: 90px; height: 0; background: #052D6F; margin: 0px auto; position: relative;}
.case-border:before{ content: ""; width: 45px; height: 3px; background: #ffffff;  position: absolute; left: 50%; top: 0; margin-left: -45px;}
.case-border:after{ content: ""; width: 45px; height: 3px; background: #000000; position: absolute; left: 50%; top: 0; }
.case .case-title{ font-size: 40px; color: #000000; line-height: 65px; text-align: center; font-weight: bold;}
.case .case-title span{ color: #fff;}
.case .case-desc{ font-size: 18px; color: #ffffff; line-height: 35px; font-weight: lighter; text-align: center; margin-top: 3px;}
.case .case-box{ margin-top: 40px;}
.case .case-box{ margin-top: 40px;}
.case .case-box-out{ background: #ffffff; padding: 10px; margin-bottom: 30px;}
.case .case-box-out .case-box-out-name a{ font-size: 16px; color: #333333; line-height: 40px; display: block; text-align: center; background: #F5F5F5;}
.case .case-box-out:hover .case-box-out-name a{ background: #DF8C0B; color: #ffffff; transition: all .5s ease-in-out;}
.case .case-box-out .case-box-out-pic{ width: 100%; overflow: hidden;}
.case .case-box-out .case-box-out-pic:hover img{ transform: scale(1.1); transition: all .5s ease-in-out;}

.news{ padding: 40px 0; background: #F5F5F5;}
.news-box-li-right-title{ height:35px; overflow:hidden;}
.news .news-title{ font-size: 40px; color: #000000; line-height: 65px; text-align: center; font-weight: bold;}
.news .news-title span{ color: #F3A01F;}
.news .news-desc{ font-size: 18px; color: #101010; line-height: 35px; font-weight: lighter; text-align: center; margin-top: 3px;}
.news .news-box{ margin-top: 40px;}
.news .news-box-li{ background: #ffffff; padding: 10px; margin-bottom: 30px;}
.news .news-box-li .news-box-li-left{ width: 30%; display: inline-block; vertical-align: top;}
.news .news-box-li .news-box-li-riht{ width: 68%; display: inline-block; vertical-align: top; margin-left: 1%;}
.news .news-box-li .news-box-li-riht .news-box-li-right-title a{ font-size: 16px; color: #101010; line-height: 35px;}
.news .news-box-li .news-box-li-riht .news-box-li-right-date a{ font-size: 12px; color: #666666; line-height: 24px;}
.news .news-box-li .news-box-li-riht .news-box-li-right-desc a{ font-size: 14px; color: #333333; line-height: 30px;}
.news .news-box-li:hover .news-box-li-riht .news-box-li-right-title a{ color: #F3A01F;}
.news .news-box-li:hover{ margin-top: 0px; transition: all .5s ease-in-out;}
.news .news-more{ text-align: center; margin-top: 20px;}
.news .news-more a{ padding: 10px 45px; background: #F3A01F; font-size: 16px; color: #ffffff; border-radius: 20px;}

.message{ margin-top: 45px; margin-bottom: 55px;}
.message .messageLeft{ position: relative;}
.message .messageLeft img{ width: 100%;}
.message .messageDiv{ position: absolute; left: 15px; bottom: 0; width: calc(100% - 30px); height: 60px; line-height: 60px; text-align: center; font-size: 16px; color: #ffffff; background: rgba(243, 160, 31, 0.8);}
.message .messageWord{ font-size: 16px; color: #101010; line-height: 35px;}
.message .messageName,.message .messagePhone,.message .messageEmail,.message .messageAddress{display: block; width: 100%; padding: 0 10px;  box-sizing: border-box;  line-height: 34px; color: #444; font-size: 14px;  border: 1px solid #e5e5e5; outline-color: #238ad4; outline: none; margin-bottom: 10px;}
.message .messageTextarea{ width: 100%; height: 80px; border: 1px solid #e5e5e5; font-size: 14px; color: #444; line-height: 24px; resize: none; outline: #238ad4; padding: 10px; box-sizing: border-box; margin-bottom: 10px;}
.message .messageCode{ font-size: 14px; padding:0 10px; color: #444444; line-height: 34px; border: #E5E5E5 solid 1px; outline: #238ad4; width: 200px; outline: none;}
.message .messageSubmit{ border: none; font-size: 14px; color: #ffffff; line-height: 40px; background: #F3A01F; border-radius: 2px; outline: none; width: 205px; height: 40px; text-align: center; margin: 10px auto;}

.footer{ background: #303848; padding: 40px 0 0 0; width: 100%; margin-top: 45px;}
.footer .footer-top-ul{ font-size: 18px; color: #ffffff; line-height: 40px;}
.footer ul li a{ font-size: 16px; color: #b5b5b5; line-height: 40px;}
.footer ul li a:hover{ color: #1E50AE;}
.footer .footer-top-right-right ul li{ font-size: 16px; color: #b5b5b5; line-height: 40px;}
.footer .footer-top-right-right .footer-top-right-title{ font-size: 18px; color: #ffffff; line-height: 40px;}
.footer .footer-top-right-right ul li a{ font-size: 16px; color: #b5b5b5; line-height: 40px;}
.footer .footer-top-right-right ul li a:hover{ color: #1E50AE;}
.footer .footer-bottom{ border-top: 1px solid #454c5b; line-height: 35px; color: #b5b5b5; font-size: 16px; text-align: center; padding: 50px 0;}
.footer .footer-bottom a{ font-size: 16px; color: #b5b5b5; line-height: 35px; padding: 0 20px;}
#cnzz_stat_icon_1279468133 img{width:auto!important;}
#cnzz_stat_icon_1279468133{background:#303848;display:block}
table td{  padding:5px 10px; border: 1px solid #e9e9e9;}

table .first{ background-color:#dbdbdb; color:#333333;}
table .second{ background-color:#f2f2f2; color:#333333;}
table{ width:100%; margin:35px 0;}
.page-num:not(:disabled) { cursor: pointer;}
.page-num, .page-link { position: relative; display: inline-block; padding: .5rem .75rem; margin-left: -1px; line-height: 1.25; color: #101010; background-color: #fff; border: 1px solid #dee2e6;}
a.page-num:hover, .page-link:hover {	text-decoration: none;}
.page-num-current { z-index: 1; color: #fff; background-color: #e02a00;	border-color: #e02a00;}
.page-num-current:hover { color: #fff;}

.position .positionBox{ font-size: 14px; color: #999999; line-height: 45px; margin: 10px 0; background: url(../image/position_03.png) left center no-repeat; padding-left: 25px;}
.position .positionBox a{ font-size: 14px; color: #999999; line-height: 45px;}
.position .positionBox a:hover{ color: #F3A01F;}
.commentLeftTitle,.commentLeftContact{font-size: 26px; line-height: 45px; width: 100%; color: #FFFFFF; padding: 40px 0 15px 0; overflow: hidden; border-bottom: #ffffff solid 1px; background: #F3A01F; padding-left: 10px;}
.commentLeftBox ul li a{font-size: 16px; color: #343233; line-height: 45px; display: list-item; background-color: #f4f4f4; border-bottom: #ffffff solid 1px; background-image: url(../image/arrows.gif); background-position: left 10px center; background-repeat: no-repeat; padding-left: 20px;}
.commentLeftBox ul li a:hover{ background-color: #F3A01F; color: #ffffff;}
.commentLeftBox ul li.oneLevelActive a{ color: #F3A01F;}
.commentLeftContact{ margin-top: 35px;}
.commentLeftContactBox ul li{ font-size: 16px; color: #343233; line-height: 45px; background: #f4f4f4; border-bottom: #ffffff solid 1px; padding-left: 10px;}
.commentLeftContactBox ul li a{ color: #343233;}
.commentLeftContactBox ul li a:hover{ color: #F3A01F;}
.aboutContent{ margin-bottom: 80px;}
.aboutContentRight{ min-height: 850px;}
.aboutContentRight .aboutContentRightTitle{ font-size: 20px; color: #343233; line-height: 70px; position: relative; padding-left: 20px; background: #f4f4f4;}
.aboutContentRight .aboutContentRightTitle:before{ position: absolute; width: 3px; height: 30px; background: #F3A01F; content: ''; position: absolute; top: 23px; left: 10px;}
.aboutContentRight .aboutContentRightBox{ font-size: 16px; color: #757575; line-height: 35px; margin: 30px 0;}
.productContentRightBox{ margin: 30px 0;}
.productContentRightBox .productBoxImage p{ font-size: 14px; color: #757575; line-height: 45px; text-align: center; border: 1px solid #e9e9e9;}
.productContentRightBox .productBoxImage:hover p{ color: #47CCAD;}
.productContentRightBox .productBoxImage:hover img{ transform: scale(1.1); transition: all .8s ease-in-out;}
.poltContent{ padding-left: 15px; background: #f9f9f9; padding-top: 20px; padding-bottom: 20px; padding-right: 15px;}
.poltContent>ul>li.oneLevel{ border-bottom: 1px dashed #d7d7d7; background: url(../image/add_03.png) right center no-repeat;}
.poltContent>ul>li>a{ font-size: 15px; color: #535353; line-height: 45px; }
.poltContent>ul>li:hover a.liOne{ color: #F3A01F;}
.poltContent>ul>li.on{ background: url(../image/jian.png) right top 20px no-repeat;}
.poltLiMenu{ display: none;}
.poltLiMenu li a{ font-size: 13px; color: #535353; line-height: 40px; display: block; padding-left: 2em;}
.poltLiMenu li a:hover{ color: #F3A01F;}
.poltContent>ul>li.oneLevelActive .liOne{ color: #F3A01F;}
.productContentRightBox{ margin: 30px 0;}
.productContentRightBox .productBoxImage{ width: 100%; overflow: hidden; margin-bottom: 20px;}
.productContentRightBox .productBoxImage img{ display: block;}
.productContentRightBox .productBoxImage p{ font-size: 14px; color: #ffffff; line-height: 45px; text-align: center; background: #101010;}
.productContentRightBox .productBoxImage:hover p{ background: #F3A01F; color: #ffffff;}
.productContentRightBox .productBoxImage:hover img{ transform: scale(1.1); transition: all .5s ease-in-out;}
.newsContentRightBox{ margin: 30px 0;}
.newsContentRightBox .newsContentBox{ border-bottom: #f4f4f4 solid 1px; padding: 15px 0;}
.newsContentRightBox .newsContentBox .newsContentLeft{ width: 135px; height: 135px; border-radius: 50%; overflow: hidden; display: inline-block; vertical-align: top;}
.newsContentRightBox .newsContentBox .newsContentRight{ width: calc(100% - 155px); display: inline-block; vertical-align: top; margin-left: 15px;}
.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightTitle a{ font-size: 16px; color: #000000; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightTitle a:hover{ color: #47CCAD;}
.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightContent{ font-size: 14px; color: #656565; line-height: 28px; height: 56px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightMore{ margin-top: 5px;}
.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightMore a{ font-size: 14px; color: #666666; line-height: 28px;}
.newsContentRightBox .newsContentBox .newsContentRight .newsContentRightMore a:hover{ color: #47CCAD;}

.newsContentRightBoxer .newsContentTitle{ font-size: 18px; color: #333333; line-height: 45px; text-align: center; }
.newsContentRightBoxer .newsDateNumber{ font-size: 14px; color: #999999; line-height: 35px; text-align: center; border-bottom: #757575 dashed 1px; padding-bottom: 15px;}
.newsContentRightBoxer .newsContentBook{ font-size: 16px; color: #757575; line-height: 35px; padding-top: 15px;}
.newsContentRightBoxer .newsNextPrev{ border-top: #757575 solid 1px; padding-top: 15px;}
.newsContentRightBoxer .newsNextPrev p{ font-size: 14px; color: #999999; line-height: 35px;}
.newsNext{ text-align: right;}
.newsPrev{ text-align: left;}

.newslist-li{ margin-top: 20px; padding-bottom: 20px; border-bottom: 1px dashed #e9e9e9;}
.newslist-li .newslist-li-left{ width: calc(100% - 114px); margin-right: 20px; display: inline-block; vertical-align: top;}
.newslist-li .newslist-li-right{ width: 90px; display: inline-block; vertical-align: top;}
.newslist-li .newslist-li-left .newslist-li-left-title a{ font-size: 16px; color: #101010; line-height: 45px;}
.newslist-li .newslist-li-left .newslist-li-left-desc{ font-size: 14px; color: #666666; line-height: 30px;} 
.newslist-li .newslist-li-right .newslist-li-right-day{ font-size: 26px; color: #ffffff; line-height: 55px; text-align: center; background: #F3A01F;}
.newslist-li .newslist-li-right .newslist-li-right-month{ font-size: 16px; color: #ffffff; line-height: 40px; text-align: center; background: #101010;}

.contactContentTop{ font-size: 16px; color: #101010; line-height: 45px;}
.contactContentBottom{ margin-top: 45px;}
.messageContentForm .messageWord{ font-size: 16px; color: #454545; line-height: 35px;}
.messageContentForm .messageName,.messageContentForm .messagePhone,.messageContentForm .messageEmail,.messageContentForm .messageAddress{display: block; width: 100%; padding: 0 10px;  box-sizing: border-box;  line-height: 34px; color: #444; font-size: 14px;  border: 1px solid #e5e5e5; outline-color: #238ad4; outline: none; margin-bottom: 10px;}
.messageContentForm .messageTextarea{ width: 100%; height: 80px; border: 1px solid #e5e5e5; font-size: 14px; color: #444; line-height: 24px; resize: none; outline: #238ad4; padding: 10px; box-sizing: border-box; margin-bottom: 10px;}
.messageContentForm .messageCode{ font-size: 14px; padding:0 10px; color: #444444; line-height: 34px; border: #E5E5E5 solid 1px; outline: #238ad4; width: 200px; outline: none;}
.messageContentForm .messageSubmit{ border: none; font-size: 14px; color: #ffffff; line-height: 40px; background: #F3A01F; border-radius: 2px; outline: none; width: 205px; height: 40px; text-align: center; margin: 10px auto;}

.search-box ul li{ border-bottom: 1px dashed #dee2e6; background: url(../image/arrows.gif) left center no-repeat; padding-left: 10px;}
.search-box ul li a{ font-size: 14px; color: #101010; line-height: 45px;}
.search-box ul li span{ font-size: 14px; color: #101010; line-height: 45px;}
.search-box ul li a:hover{ color: #F3A01F;}
.codeImg{ width: 98px; margin-left: 15px;}
.rbBtm{ font-size: 14px; color: #101010; line-height: 40px; text-align: center;}
.a_txt{ display:none;}


.client-2 {position: fixed;right: -170px;top: 50%; z-index: 900;}
.client-2 li a {text-decoration: none;}
.client-2 li {margin-top: 1px;clear: both; height: 71px; position: relative;}
.client-2 li i { display: block; width: 26px; height: 26px;margin: 0px auto;text-align: center;}
.client-2 li p {height: 20px;font-size: 14px; line-height: 20px; overflow: hidden; text-align: center; color: #fff;}
.client-2 .my-kefu-qq i { background-image: url(../image/qq.png); background-position: center 0; background-repeat: no-repeat; background-size: 26px 26px;}
.client-2 .my-kefu-tel i { background-image: url(../image/mobile.png); background-position: center 0; background-repeat: no-repeat; background-size: 26px 26px;}
.client-2 .my-kefu-liuyan i { background-position: 4px -53px;}
.client-2 .my-kefu-weixin i {background-image: url(../image/wechat.png); background-position: center 0; background-repeat: no-repeat; background-size: 26px 26px;}
.client-2 .my-kefu-weibo i { background-position: -30px -22px;}
.client-2 .my-kefu-ftop {display: none;}
.client-2 .my-kefu-ftop i { width: 26px; height: 26px; background-image: url(../image/top.png); background-position: center 0; background-repeat: no-repeat; background-size: 26px 26px;}
.client-2 .my-kefu-left {float: left;width: 77px;height: 47px;position: relative; padding: 6px 0;}
.client-2 .my-kefu-tel-right {font-size: 16px;color: #fff;float: left; height: 24px;line-height: 22px;padding: 0 15px;border-left: 1px solid #fff;margin-top: 14px;}
.client-2 .my-kefu-right { width: 20px;}
.client-2 .my-kefu-tel-main { background: #F3A01F; color: #fff; height: 56px; width: 247px; float: left;}
.client-2 .my-kefu-main { background: #F3A01F; width: 97px; height: 56px; position: relative;float: left;}
.client-2 .my-kefu-weixin-pic {position: absolute;left: -130px;top: -24px;display: none;z-index: 333;}
.my-kefu-weixin-pic img {width: 115px;height: 115px;}
.my-kefu-tel{ transition: all .6s linear; left: 0; cursor: pointer;}
.my-kefu-tel:hover{ display: block; left: -170px; transition: all .6s linear;}
.my-kefu-main:hover .my-kefu-weixin-pic{ visibility: visible; opacity: 1; transform: scale(1);}
.my-kefu-qq:hover,.my-kefu-main:hover{ left: -20px;}
.my-kefu-qq,.my-kefu-main{ left: 0; transition: all .3s linear; cursor: pointer;}

.tableT{ width:100%; margin:0px 0px;}
.tableT ul li{ float:left; background:#F3A01F; line-height:46px; color:#fff; font-size:15px; text-align:center;}
.tableT ul .li1{ width:80%; text-align:left; text-indent:50px; border-right:1px solid #d9d9d9;}
.tableT ul .li3{ width:calc(20% - 1px); border-right:0px solid #d9d9d9;}
.area .areaFather li .more {color:#535353; text-align: center; line-height: 30px; font-size: 14px;display: inline-block;overflow: hidden; padding: 0 20px; border: 1px solid #333333; margin-top: 20px; background: #fff;}
.area .areaFather li .more:hover { background: #F3A01F; border: 1px solid #F3A01F; color: #fff;}
.area {	width: 100%;padding-top: 10px;}
.area .areaFather li { font-size: 15px; color:#535353;width:100%;	text-align:center;position: relative;line-height:56px;border-bottom:1px solid #d9d9d9;}
.area .areaFather .li1{ width:80%; display:block; float:left; text-align:left; text-indent:30px; border-right:1px solid #d9d9d9;}
.area .areaFather .li3{ width:18%; display:block; float:left; border-right:0px solid #fff}
.area .areaFather h6 {padding-bottom: 0;cursor:pointer;	display:inline; }
.area .areaFather .pBox {border-top:1px solid #d9d9d9;padding: 10px 0;z-index: 6;display: none;background: #fff; width: 100%;line-height: 26px;text-align:left;padding-left:4.5%; padding-right:4.5%;}
.area .areaFather .pBox h4{ margin-top:20px; width:92%; text-align:right; }
.area .areaFather .pBox h4 img{cursor:pointer; width:29px; height:27px;}
.area .areaFather .con{ width:92%; font-size:14px; color:#333; line-height:35px;}
.applyBtn{ width:145px; height:45px; border:none; background:#fbcb09; font-size:16px; color:#fff; cursor:pointer; margin:25px 0;}
.applyContent table tr{ background: #ffffff; font-size: 14px; color: #535353; line-height: 40px;}
.applyContent .applyText{ width: 98%; height: 38px; border: none; font-size: 14px; color: #535353; line-height: 38px; padding-left: 2px; outline: none;}
.applyContent .applyTextarea{ width: 98%; height: 100%; border: none; resize: none; font-size: 14px; color: #535353; line-height: 38px; outline: none;}
.applyContent .messageCode{ width: 30%; height: 40px; border: 1px solid #e9e9e9; outline: none; font-size: 14px; color: #535353; line-height: 40px; float: left;}
.applyContent .codeImg{ width: 80px; float: left;}
.applySubmit{ width: 188px; height: 40px; background: #F0AD4E; font-size: 14px; color: #ffffff; line-height: 40px; text-align: center; border: none;}
.applySubmit:hover{ opacity: .8;}

.completeT{ margin-top: 20px;}
.completeT .completeT-title{ font-size: 28px; color: #ffffff; line-height: 50px; text-align: center; background: #F0AD4E;}
.completeT .completeT-desc{ font-size: 24px; color: #000000; line-height: 40px; text-align: center; font-weight: 600; margin: 10px 0;}
.completeT .completeT-desc span{ color: #E02A00;}
.completeT-infor-right{ font-size: 16px; color: #656565; line-height: 35px; position: relative;}
.completeT-con{ padding-left: 30px;}
.completeT-infor-right:before{ content: ''; position: absolute; top: 12px; left: 10px; width: 10px; height: 10px; background: #F0AD4E;}
.completeT-image{ margin: 10px 0;}

body{min-width: 1320px;}
@media only screen and (max-width: 1080px) {
	body{ min-width: auto;}
}

@media only screen and  (max-width: 765px) {
	.row{ margin-left: 0!important; margin-right: 0!important;}
	.menuBtn{ width: 50px; position: relative; height: 30px; margin-top: 15px; float: right;}
	.menuBtn span{ display: block; background: rgba(0,0,0,.5); width: 33px; height: 2px; position: absolute; left: 7px; transition: all ease 0.35s;}
	.menuBtn span:nth-of-type(1) {top: 0px;}
	.menuBtn span:nth-of-type(2){ top: 10px;}
	.menuBtn span:nth-of-type(3){ top: 20px;}
	.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
	.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
	.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
	.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
	.a_txt .div3 ul{padding-left:5%;padding-right:5%}
	.a_txt .div3 ul li{border-bottom:1px solid #232530}
	.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
	.a_txt .div3 ul li .a_js2{background:url(../image/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_js2_on{background:url(../image/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.a_txt .div3 ul li .a_txt2{display:none}
	.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
	.logo .logo-left .logo-left-pic .logo-img{ width: 100%;}
	.advantage{ margin: 25px 0;}
	.advantage .advantage-title,.product .product-title,.about .about-box-top-right-title,.case .case-title,.news .news-title{ font-size: 24px; line-height: 40px;}
	.advantage .advantage-desc,.product .product-desc,.case .case-desc,.news .news-desc{ font-size: 16px; line-height: 24px; margin-top: 10px;}
	.advantage .advantage-box{ margin-top: 16px; margin-bottom: 25px;}
	.advantage .advantage-box .advantage-out{ padding: 8px 10px; margin-bottom: 16px;}
	.advantage .advantage-box .advantage-out .advantage-out-name{ font-size: 16px; margin: 0; line-height: 35px;}
	.advantage .advantage-box .advantage-out .advantage-out-desc{ font-size: 12px; -webkit-line-clamp:4; height: 80px; line-height: 20px; word-break: break-all;}
	.advantage .advantage-box .advantage-out .advantage-out-img img{ width: 60px; height: 69px;}
	.advantage .advantage-out:after{ width: 155%;}
	.product,.about,.case{ margin-top: 25px; padding: 20px 0 0 0;}
	.product .product-all .hd ul li{ height: 40px; margin-bottom: 2px;}
	.product .product-all .hd { margin: 15px 0 20px 0;}
	.column .column-left-top,.column .column-left-btm{ font-size: 26px;}
	.column .column-left-btm span{ font-size: 30px;}
	.column{ text-align: center;}
	.column .column-right-top{ font-size: 18px; line-height: 30px;}
	.about .about-box-top-right-icon img{ width: 25px;}
	.case .case-box,.news .news-box{ margin-top: 20px;}
	.case .case-box-out .case-box-out-name a{ line-height: 35px; height: 35px; overflow: hidden; text-overflow: ellipsis;white-space:nowrap;}
	.news{ padding: 20px 0;}
	.news .news-box-li .news-box-li-riht{ width: 66%;}
	.news .news-box-li .news-box-li-riht .news-box-li-right-title{ line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis;white-space:nowrap;}
	.news .news-box-li .news-box-li-riht .news-box-li-right-desc a{ line-height: 20px; height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp:2; word-break: break-all;}
	.news .news-box-li .news-box-li-riht .news-box-li-right-desc {line-height: 20px; height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp:2; word-break: break-all;}
	.news .news-box-li{ margin-bottom: 15px;}
	.news .news-more a{ font-size: 14px;}
	.news .news-more { margin-bottom: 20px;}
	.footer{ margin-top: 25px; padding: 20px 0 0 0;}
	.footer .footer-bottom{ border-top: 0 solid #ffffff; padding: 10px 0; font-size: 12px;}
	.footer .footer-bottom a{ font-size: 12px;}
}
@media only screen and  (max-width: 375px) {
	.menuBtn{ margin-top: 10px;}
}