@charset "utf-8";
/* CSS Document */
*{margin:0 ;padding:0;}
a{text-decoration:none;outline:none;}
a:hover{text-decoration:none;}
img{outline:none;border:none;}
li{list-style:none;}
body{font-family:Helvetica LT Std, 'Noto Sans CJK SC', 'Noto Sans CJK', 'Noto Sans SC', sans-serif , Arial;}
html {overflow-y:scroll;font-family:'Noto Sans SC', sans-serif;}
:root {overflow-y: auto;overflow-x: hidden;}
:root body {position: absolute;}
body {width: 100vw;overflow: hidden;}
pre {white-space: pre-line;background: none;border: none;}

.clear {clear:both;}

/*-------------------------#goToTop-------*/
#goToTop{display:none;position:fixed;bottom:10%;right:5%;z-index:99999;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;}
#goToTop.show{display:block;}
#goToTop a{display: inline-block;width: 45px;height:45px;background:rgba(255,255,255,0.9);background-size: 15px;font-size:20px;color:#222;text-align:center;line-height:45px;border-radius:50%;-webkit-transition:all ease-in-out 0.2s;transition:all ease-in-out 0.2s;box-shadow:1px 2px 3px #888;}
#goToTop a:hover{-webkit-transform:rotate(360deg);transform: rotate(360deg);background:rgba(0,0,0,0.9);color:#fff;}

/*---------------------------------logo-----------------------------------------------------*/
.header{width:100%;top:0;padding:0;position:relative;z-index:99;}

.logo_content{padding-top:20px;padding-bottom:20px;}
.logo_content .toplogo_box{display:flex;flex-wrap:wrap;align-items:center;}
.logo_content .top_phone{padding-left:60px;background:url(../img/phone.png)20px 4px no-repeat;display:flex;flex-wrap:wrap;justify-content:flex-end;}
.logo_content .top_phone p{font-size:14px;width:84%;color:#353535;margin:0;}
.logo_content .top_phone a{font-size:28px;color:#ff7c08;font-weight:bold;}

.top_honor{position:relative;z-index:999;}
.top_honor ul{position:relative;width:100%;display:flex;}
.top_honor ul li{position:relative;width:20%;text-align:center;padding:5px;}
.top_honor ul li .tophonor_pic{position:relative;padding:5px;}
.top_honor ul li .hide_honor{position:absolute;top:65px;left:0;display:none;}  
.top_honor ul li .hide_honor img{position:relative;}
/* .top_honor ul li .hide_honor:before{position:absolute;content:"";width:16px;height:16px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:-1;top:-12px;left:20px;box-shadow: 2px 2px 5px #c1c7ce;} */

.header .topnav_list .logo{z-index:999;}
.header .topnav_list .logo img{max-width:85%;}
.header .topnav_list{background:#013370;}
.header .topnav_list .navbar-default .navbar-collapse{border:none;padding:0;}
nav.navbar.bootsnav{background:none;border:none;min-height:auto;}
nav.navbar.bootsnav ul.nav > li > a{font-size:16px;color:#fff;padding:15px 30px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin:0;position:relative;z-index:99;font-weight: normal;}
nav.navbar.bootsnav ul.nav > li > a:before{position:absolute;content:"";width:0%;z-index:-1;height:100%;background:#ff7c08;left:0;bottom:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin:0;}
nav.navbar.bootsnav ul.nav > li > a:after{display:none;}
nav.navbar.bootsnav ul.nav li> a:hover:before,
nav.navbar.bootsnav ul.nav li.active > a:before{width:100%;right:0;}
.header .topnav_list .navbar-nav>li>.dropdown-menu{background:rgba(255,255,255,0.95);text-align:center;min-width:124px;}
.header .topnav_list .navbar-nav>li>.dropdown-menu ul li a{font-size:14px;color:#666;display:inline-block;padding:8px 0;border-bottom:1px solid #f0f0f0;width:100%;}
.header .topnav_list .navbar-nav>li>.dropdown-menu ul li a:hover{color:#fff;background:#ff7c08;}

.topnav_list.fixed_up{position:fixed;top:0;left:0;z-index:9999;background:rgba(255,255,255,0.95);border-bottom:1px solid #dedede;width:100%;padding:10px 0;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;}
.topnav_list.fixed_up .logo img{max-width:25%;}
.topnav_list.fixed_up nav.navbar.bootsnav ul.nav > li > a{padding:5px 25px;color:#353535;font-size:14px;}
.topnav_list.fixed_up nav.navbar.bootsnav ul.nav li>a:hover, .topnav_list.fixed_up nav.navbar.bootsnav ul.nav li.active > a{color:#fff;}


.search_content{width:100%;padding:5px 0;background:#fff;box-shadow:2px 3px 5px #fff4e6;z-index:999;}
.search_content .hot_key{font-size:16px;color:#ff7c08;margin-top:5px;}
.search_content .hot_key a{color:#222;display:inline-block;margin:0 2px;padding:0 10px 0 0;border-right:1px solid #222;}
.search_content .hot_key a:hover{color:#ff7c08;}
.search_content .hot_key a:last-child{border-right:none;}

.search_box .btn-default{background:#ff7c08;color:#fff;border-color:#ff7c08;}
.search_box .form-control{border-color:#ff7c08;}


/*----------------------------banner-----------------------------*/
.banner{width:100%;position:relative;padding:0;}
.banner .text_box{position:absolute;height:100%;width:100%;justify-content:center;align-items:center;text-align:center;display:-ms-flexbox;display:flex;top:0;flex-direction:column;}
.banner .text_box h5{font-size:40px;color:#fff;font-weight:lighter;margin-bottom:20px;padding-bottom:20px;position:relative;}
.banner .text_box h5:before{position:absolute;content:"";width:100px;height:1px;left:0;right:0;bottom:0;margin:0 auto;background:#fff;}
.banner .text_box p{font-size:20px;color:#fff;font-weight:lighter;letter-spacing:3px;}

.banner .owl-carousel .owl-dots{width:100%;position:absolute;left:0;bottom:30px;text-align:center;}
.banner .owl-carousel .owl-dots .owl-dot{width:16px;height:8px;display:inline-block;background:#fff;border-radius:50px;margin:0 5px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.banner .owl-carousel .owl-dots .owl-dot.active{width:40px;background:#ff7c08;}


/*---------------total_title--------------*/
.total_title{width:100%;text-align:center;position:relative;margin-top:20px;margin-bottom:30px;}
.total_title h5{font-size:32px;color:#2f2f2f;font-weight:bold;position:relative;}

.total_title h5:before{position:absolute;content:"";background:url(../img/title_bg.png)center no-repeat;width:100%;text-align:center;height:100%;left:0;right:0;bottom:-2px;}
.total_title span{font-size:16px;color:#b9b9b9;display:block;}
.total_title p{font-size:14px;color:#797878;}

.index_more{width:100%;text-align:center;margin-bottom:20px;}
.index_more a{display:inline-block;color:#fff;background:#ff7c08;padding:9px 50px;border-radius:4px;position:relative;}
.index_more a:before , .index_more a:after{position:absolute;content:"";width:20px;height:1px;background:#fff;left:17px;top:20px;}
.index_more a:after{left:auto;right:17px;}

/*------------index_profile--------------*/
.index_about{position:relative;width:100%;overflow:hidden;padding:20px 0;}
.index_about .indexabout_box{width:100%;padding:20px 0;overflow:hidden}
.index_about .indexabout_box .pic_box{width:100%;border:1px solid #cdcdcd;padding:4px;}
.index_about .indexabout_box .indexabout_text h5{font-size:20px;color:#222;margin-bottom:24px;position:relative;}
.index_about .indexabout_box .indexabout_text p{font-size:14px;color:#222;line-height:28px;margin-bottom:15px;}
.index_about .indexabout_box .index_more{text-align:left;padding-left:0;}


/*-----------产品展示------------------*/
.index_product{width:100%;padding:20px 0 40px 0;}
.index_product_box{position:relative;width:100%;margin-bottom:10px;}
.index_product_box .owl-item{padding:0 15px;}
.index_product_box .index_productlist .product_pic{overflow:hidden;position:relative;border:1px solid #cdcdcd;padding:4px;}
.index_product_box .index_productlist .product_pic a{position:absolute;width:100%;height:100%;top:-50px;opacity:0;left:0;display:flex;justify-content:center;align-items:center;background:rgba(255,124,8,0.7);color:#ff7c08;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.index_product_box .index_productlist .product_pic a:before{position:absolute;content:"";width:97%;height:97%;border:1px solid #fff;top:3px;left:3px;}
.index_product_box .index_productlist .product_pic span{background:#fff;display:inline-block;padding:4px 10px;border-radius:4px;}
.index_product_box .index_productlist:hover .product_pic a{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:1;}

.index_product_box .index_productlist .product_text{padding:5px 0;text-align:center;}
.index_product_box .index_productlist .product_text h5 a{font-size:15px;color:#222;display:block;position:relative;padding:5px 0;margin:5px 0;}
.index_product_box .index_productlist:hover .product_text a{color:#ff7c08;}

/*---------------index_case--------------*/
.index_case{width:100%;padding:20px 0 40px 0;background:#ebecf1;}
.index_case .index_service_box{width:100%;padding:0;margin-bottom:30px;}
.index_case .index_service_box ul{width:100%;padding:0;}
.index_case .index_service_box ul li h5{font-size:15px;text-align:center}
.index_case .index_service_box ul li h5 a{color:#222}
.index_case .index_service_box .index_caselist{width:100%;position:relative;overflow:hidden;}
.index_case .index_service_box .index_caselist .case_pic{border:1px solid #cdcdcd;padding:4px;}
.index_case .index_service_box .index_caselist .case_text{position:absolute;width:100%;height:100%;top:-50px;opacity:0;left:0;display:flex;justify-content:center;align-items:center;background:rgba(255,124,8,0.7);color:#ff7c08;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.index_case .index_service_box .index_caselist .case_text a{font-size:14px;color:#fff;}
.index_case .index_service_box .index_caselist:hover .case_text{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:1;}

/*------------index_honor-------------*/
.index_honor{width:100%;background:#01387d;padding:40px 0;}
.index_honor .total_title h5{color:#fff;}
.index_honor .index_honor_box{width:100%;padding:0;}
.index_honor .index_honor_box .owl-carousel .owl-item{padding:15px;}
.index_honor .index_honor_box .index_honorlist{text-align:center;width:100%;}
.index_honor .index_honor_box .index_honorlist .honor_text{margin-top:10px;}
.index_honor .index_honor_box .index_honorlist .honor_text a{font-size:16px;color:#fff;display:inline-block;padding:5px 0;}

.index_product .index-productslide.owl-carousel .owl-nav, 
.index_honor .index_honor_box .owl-carousel .owl-nav{display:block;}
.index_honor .index_honor_box .owl-carousel .owl-nav .owl-prev , 
.index_honor .index_honor_box .owl-carousel .owl-nav .owl-next , 
.index_product .index-productslide.owl-carousel .owl-nav .owl-prev , 
.index_product .index-productslide.owl-carousel .owl-nav .owl-next{position:absolute;top:40%;left:-40px;width:40px;height:40px;background:#ff7c08;border-radius:50px;color:#fff;text-align:center;outline:none;font-size:30px;line-height:20px;}

.index_honor .index_honor_box .owl-carousel .owl-nav .owl-next , 
.index_product .index-productslide.owl-carousel .owl-nav .owl-next{right:-40px;left:auto;}

/*------------index_parter-------------*/
.index_parter{width:100%;padding:20px 0;background:#013476;}
.index_parter .total_title h5{color:#fff;}
.index_parter .indexparter_box{width:100%;padding:0;margin-bottom:20px;}
.index_parter .indexparter_box .owl-carousel .owl-item{padding:15px;}
.index_parter .indexparter_box .parter_pic{border:1px solid #fff;padding:4px;}
.index_parter .indexparter_box .parter_text{text-align:center;}
.index_parter .indexparter_box .parter_text h5{font-size:16px;color:#fff;} 

/*-----------index_news----------------*/
.index_news{width:100%;padding-top:50px;padding-bottom:40px;background:#fafafb;}
.index_news .index_news_box{width:100%;padding:0;margin-bottom:30px;}
.index_news .index_news_box .latest_news{margin-bottom:15px}
.index_news .index_news_box .latest_news .latest_pic{border:1px solid #cdcdcd;padding:4px;margin-bottom:15px;}
.index_news .index_news_box .latest_news .latest_text span{font-size:14px;color:#999;}
.index_news .index_news_box .latest_news .latest_text a{font-size:16px;color:#222;display:block;margin-bottom:10px;}
.index_news .index_news_box .latest_news .latest_text p{font-size:14px;color:#999;height:50px;overflow:hidden;line-height:26px;}

.index_news .index_news_box .indexnews_main{padding-left:30px}
.index_news .index_news_box .indexnews_main li{border-bottom:1px dashed #eaeaea;padding:10px 0;}
.index_news .index_news_box .indexnews_list span{font-size:14px;color:#999;}
.index_news .index_news_box .indexnews_list a{font-size:16px;color:#222;display:block;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin-top:5px;}
.index_news .index_news_box .indexnews_list p{font-size:14px;color:#999;line-height:26px;margin-top:5px;margin-bottom:0;height:50px;overflow:hidden;}
.index_news .index_news_box .indexnews_list:hover a{color:#ff7c08;}

/*-------------foot_link----------*/
.foot_link{width:100%;background:#013370;padding:8px 0;border-bottom:1px solid #0c4386;}
.foot_link .link_list{width:100%;font-size:14px;color:#fff;}
.foot_link .link_list a{color:#83a6d0;margin:0 5px;display:inline-block;}
.foot_link .link_list a:hover{color:#fff;}


/*------------footer-----------------*/
.footer{width:100%;background:url(../img/foot_bg.jpg)center no-repeat;background-size:cover;padding-top:20px;}
.footer_nav{display:flex;margin-bottom:25px}
.footer_nav a{color:#83a6d0;flex-grow:1;text-align:center}
.footer .left_foot{padding:0;}
.footer .foot_about{margin-bottom:30px;}
.footer .foot_about .foot_text p{font-size:14px;color:#83a6d0;line-height:24px;}
.footer span.f_title{font-size:14px;color:#fff;display:inline-block;border-bottom:1px solid #fff;padding-bottom:15px;margin-bottom:20px;}
.footer .contact_text p{font-size:14px;color:#83a6d0;margin:0;line-height:24px;}

.foot_bottom{margin-top:20px;padding-top:20px;line-height:40px;border-top:1px solid #0c4386;}
.foot_bottom .copyright , .foot_bottom .tech_support{display:inline-block;font-size:14px;color:#83a6d0;}
.foot_bottom .copyright p , .foot_bottom .tech_support p{margin:0;}
.foot_bottom a{color:#fff;}

.right_message{margin-bottom:40px;}
.foot_message .form-group{padding-left:0;margin-bottom:0;}
.foot_message .form-control{border:1px solid #084188;background:none;border-radius:0;box-shadow:none;margin-bottom:7px;color:#fff;}
.foot_message .form-control::-webkit-input-placeholder {color:#83a6d0;}
.foot_message textarea{height:100px;resize:none;color:#fff;}
.foot_message span.code{display:inline-block;padding:6px 20px;border:1px solid #084188;font-size:14px;color:#fff;margin-right:20px;}
.foot_message input.code_box{border:1px solid #084188;color:#fff;margin-right:20px;width:100px;height:34px;padding:10px;outline:none;background:none;} 
.foot_message .submit_box{justify-content:space-between;display:flex;}
.foot_message .btn-default{border:1px solid #ff7c08;background:#ff7c08;color:#fff;border-radius:0;outline:none;padding:6px 20px;width:50%;}

/*内页样式*/
/*-----------------inner_banner------------*/
.inner_banner{width:100%;padding:0;position:relative;}
.inner_banner .banner_pic{width:100%;padding:0;}
.bread_content{width:100%;padding:0;position:absolute;bottom:0;left:0;}
.bread_content .bread_box{width:100%;background:#fff;border-bottom:1px solid #e2e2e2;display:flex;flex-wrap:wrap;align-items:center;padding:30px 15px;}
.bread_content .page_title h5{font-size:22px;color:#222;margin:0;}
.bread_content .page_title span{font-size:16px;color:#b6b6b6;}
.bread_content .bread_list{text-align:right;font-size:14px;color:#b6b6b6;}
.bread_content .bread_list span{display:inline-block;padding-left:20px;position:relative;}
.bread_content .bread_list span:before{position:absolute;content:"\f041";left:0;top:-3px;color:#ff7c08;font-family:"FontAwesome";font-size:20px;}
.bread_content .bread_list a{color:#b6b6b6;display:inline-block;margin:0 5px;}
.bread_content .bread_list a:last-child{color:#ff7c08;}

/*-----------inner_content--------------*/
.inner_content{width:100%;background:#ebedef;}
.inner_title{text-align:center;width:100%;margin-top:20px;margin-bottom:20px;padding-bottom:10px;}
.inner_title span{font-size:48px;color:#d7dce0;font-family: 'Oswald', sans-serif;}
.inner_title h5{font-size:32px;color:#353535;margin:0;background:url(../img/innertitle_bg.png)center no-repeat;}

/*--------------inner_about----------------*/
.about_content , .honor_content , .contact_content , .message_content , .workshop_content , .product_content{min-height:430px;}
.about_content{margin-bottom:30px;background:#fff;padding-top:30px;}
.about_text{width:100%;}
.about_text img{max-width:100%;}
.about_text p{font-size:14px;color:#353535;line-height:26px;letter-spacing:1px;margin-bottom:15px;}
.about_text>a{font-size:16px;display:inline-block;margin-top:40px;margin-bottom:20px;}
.about_text>a:hover{color:#fff;background:#ff7c08;border-color:#ff7c08;}

.inner_advantage{margin-top:40px;}
.inner_advantage ul{padding:10px 0;margin-top:30px;margin-bottom:40px;padding-bottom:20px;}
.inner_advantage .in_advantage_list{text-align:center;}
.inner_advantage .in_advantage_list .in_advantage_pic{margin:0 auto;float:none;}
.inner_advantage .in_advantage_list .in_advantage_text{width:100%;margin-top:20px;padding-top:5px;}
.inner_advantage .in_advantage_list .in_advantage_text h5{font-size:16px;font-weight:bold;margin-bottom:5px;padding-bottom:5px;color:#212223;}
.inner_advantage .in_advantage_list .in_advantage_text p{font-size:14px;line-height:24px;margin-top:5px;padding-top:5px;color:#757879;}

/*-------------honor_content-------------*/
.honor_content{width:100%;background:#fff;padding:15px;margin-bottom:30px;}
.honor_content .honor_box{margin-bottom:30px;padding-bottom:20px;}
.honor_content .honor_box img{max-width:100%;height:auto!important;margin-top:20px;margin-bottom:20px;}
.honor_content .honor_box p{font-size:14px;color:#555658;line-height:24px;text-align:justify}

/*--------------contact_content---------------*/
.inner_contactbox{background:#fff;padding-top:30px;}
.contact_content .inner_contact{margin-bottom:30px;padding-bottom:10px;}
.contact_content .inner_contact .left_contact{background:#fff;padding:30px;border:1px solid #d4d4d4;border-right:none;}
.contact_content .inner_contact .left_contact h5{font-size:18px;border-left:2px solid #353535;color:#353535;padding-left:15px;padding-bottom:0;padding-top:0;margin:31px 0;}
.contact_content .inner_contact .left_contact ul{margin-bottom:12px;}
.contact_content .inner_contact .left_contact p{font-size:14px;color:#353535;line-height:30px;margin:0;padding:0 15px;}
.contact_content .inner_contact .right_map{padding:0;border:1px solid #d4d4d4;}

/*------------job_content-------------*/
.job_content{width:100%;background:#fff;margin-bottom:30px;padding:15px;}
.job_content .panel-group .panel{border:none;}
.job_content .panel-default>.panel-heading{border:none;background:none;padding:0;}
.job_content .panel-default>.panel-heading a{display:flex;justify-content:space-between;background:#f6f8f9;padding:10px 15px;font-size:14px;color:#333;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.job_content .job_require{padding:0 10px;}
.job_content .job_require h5{font-size:16px;color:#333;border-bottom:1px solid #dedede;padding-bottom:10px;margin-bottom:15px;}
.job_content .panel-default>.panel-heading+.panel-collapse>.panel-body{background:#f6f8f9;border-color:#f6f8f9;}
.job_content .job_require p{font-size:14px;color:#666;line-height:32px;margin:0;} 
.job_content a.delivery{font-size:14px;color:#fff;background:#ff7c08;padding:4px 8px;border-radius:50px;margin-top:20px;margin-bottom:20px;display:inline-block;margin-left:10px;} 

.job_content .panel-default>.panel-heading a:hover{background:#ff7c08;color:#fff;}


/*----------message_content-------------*/
.message_content .m_title{margin-bottom:25px;padding:0 15px;}
.message_content .m_title h5{font-size:14px;color:#5b5b5f;border-left:2px solid #353535;padding-left:10px;}
.message_content .form-group{position:relative;}
.message_content .form-group .form-control{border:1px solid #d4d4d4;background:none;border-radius:0;box-shadow:none;font-size:14px;color:#5b5b5f;}
.message_content .form-group textarea.form-control{height:120px;resize:none;color:#5b5b5f;}
.message_content .form-group .code_box{padding:0;}
.message_content .form-group .code_box .code{display:inline-block;width:100%;height:34px;line-height:32px;border:1px solid #d4d4d4;background:#fff;text-align:center;}
.message_content .form-group .btn{width:100%;border:none;border-radius:0;font-size:14px;background:#ff7c08;color:#fff;}
.warning{padding:0 15px;position:relative;line-height:34px;margin-bottom:30px;}
.warning p{font-size:14px;color:#5b5b5f;}
.message_content .form-group:before , .warning:before{position:absolute;content:"\f005";font-family:"FontAwesome";font-size:8px;color:#ff5656;left:0;top:9px;}
.message_content .form-group.submit_box:before{display:none;}
.warning:before{top:0px}

/*-------------news_content-----------------*/
.inner_newsbox{background:#fff;padding-top:30px;margin-bottom:30px;}
.news_content .inner_news ul li{width:100%;}
.news_content .inner_news .in_news_list{position:relative;border-bottom:1px dashed #d4d4d4;padding-bottom:15px;margin-bottom:20px;margin-top:10px;}
.news_content .inner_news .in_news_list a{font-size:16px;color:#222;display:inline-block;margin-bottom:5px;padding-bottom:5px;padding-left:15px;position:relative;font-weight:bold;}
.news_content .inner_news .in_news_list a:before{position:absolute;content:"";width:5px;height:5px;background:#181818;left:0;top:8px;}
.news_content .inner_news .in_news_list p{font-size:14px;color:#353535;margin-left:15px;}
.news_content .inner_news .in_news_list span.news_time{font-size:14px;color:#bdbdbd;position:absolute;right:0;top:0;}
.news_content .inner_news .in_news_list:hover a , .news_content .inner_news .in_news_list:hover span.news_time{color:#ff7c08;}
.news_content .inner_news .in_news_list:hover a:before{background:#ff7c08;}

.news_content .news_details .details_title{text-align:center;width:100%;margin-bottom:20px;padding-bottom:20px;margin-top:20px;padding-top:20px;}
.news_content .news_details .details_title h5{font-size:24px;color:#353535;font-weight:bold;}
.news_content .news_details .details_title span{font-size:14px;color:#bdbdbd;}
.news_content .news_details .details_text{margin-top:20px;padding-top:20px;width:100%;}
.news_content .news_details .details_text h5{font-size:14px;color:#353535;margin-bottom:20px;}
.news_content .news_details .details_text p{font-size:14px;color:#353535;line-height:30px;margin:0;}

/*------------inner_page-------------------*/
.inner_page{text-align:center;margin-top:20px;margin-bottom:20px;}
.inner_page ul li{display:inline-block;}
.inner_page ul li a{display:inline-block;font-size:14px;color:#353535;margin:0 5px;border:1px solid #e4e4e4;border-radius:3px;padding:5px 12px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.inner_page ul li a:hover,.inner_page ul .active a{color:#fff;background:#ff7c08;border-color:#ff7c08;}

/*--------------more_info-------------*/
.more_info{margin-top:30px;padding-top:20px;margin-bottom:30px;padding-bottom:5px;width:100%;border-top:1px dashed #e4e4e4;}
.more_info p{font-size:14px;color:#353535;}
.more_info a{color:#353535;}
.more_info a:hover{color:#ff7c08;}

/*-------------workshop_box-----------------*/
.workshop_content .workshop_box ul li{margin-bottom:30px;}
.workshop_content .workshop_box .workshop_list{text-align:center;}
.workshop_content .workshop_box .workshop_list .workshop_pic{border:1px solid rgba(255,138,0,0);-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;overflow:hidden;}
.workshop_content .workshop_box .workshop_list .workshop_pic img{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-filter: brightness(1.1);-moz-filter: brightness(1.1);-ms-filter: brightness(1.1);filter: brightness(1.1);}
.workshop_content .workshop_box .workshop_list .workshop_text a{font-size:14px;color:#656669;display:block;padding:10px 0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;border:1px solid #d4d4d4;}
.workshop_content .workshop_box .workshop_list:hover .workshop_text a{color:#fff;background:#ff7c08;border-color:#ff7c08;}
.workshop_content .workshop_box .workshop_list:hover .workshop_pic{border:1px solid rgba(255,138,0,1);}
.workshop_content .workshop_box .workshop_list:hover .workshop_pic img{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

/*--------------product_content---------------*/
.inner_product{background:#fff;width:100%;padding-top:30px;margin-bottom:30px;}
.inner_side_nav{position:relative;}
.inner_side_nav .side_title{text-align:center;padding:30px 10px;background:url(../img/sidetitle_bg.png)center no-repeat;background-size: cover;}
.inner_side_nav .side_title h5{font-size:24px;color:#fff;margin-top:20px;font-weight:bold;}
.inner_side_nav .side_title span{font-size:14px;color:#5585bb;}
.inner_side_nav .side_list{}
.inner_side_nav .side_list p{border-bottom:1px solid #f6f6f6;line-height:40px;font-size:18px;color:#ff7c08;padding:0 10px 0 0;position:relative;}
.inner_side_nav .side_list p:before{position:absolute;content:"\f107";right:18px;top:9px;font-size:14px;color:#d4d4d4;font-family:"FontAwesome";line-height:18px;width:18px;height:18px;text-align:center;border:1px solid #d4d4d4;}
.inner_side_nav .side_list p:after{position:absolute;content:" ";width:20px;height:1px;left:0;bottom:-1px;background:#ff7c08;} 
.inner_side_nav .side_list ul{margin-bottom:15px;}
.inner_side_nav .side_list ul li{padding:6px 0;border-bottom:1px solid #dedede;}
.inner_side_nav .side_list ul li a{font-size:14px;color:#353535;position:relative;display:inline-block;line-height:32px;padding-left:20px;padding-right:20px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;border-radius:50px;white-space:nowrap} 
.inner_side_nav .side_list ul li a:before{position:absolute;content:"";width:6px;height:1px;background:#dedede;left:0;top:15px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
.inner_side_nav .side_list ul li a:after{position:absolute;content:"";width:16px;height:16px;background:url(../img/icon001.png)left center no-repeat;background-size:100%;left:-15px;top:8px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;opacity:0;}
.child_list{padding-left:10px}
.child_list a:before{display:none}
.inner_side_nav .side_list ul li.active>a,.child_list .active,
.inner_side_nav .side_list ul li a:hover{background:#ff7c08;color:#fff!important;padding-left:30px;}
.inner_side_nav .side_list ul li.active>a:before ,.child_list .active,
.inner_side_nav .side_list ul li a:hover:before{display:none;}
.inner_side_nav .side_list ul li.active>a:after ,.child_list .active, 
.inner_side_nav .side_list ul li a:hover:after{opacity:1;left:8px;}

.three_list{display:none}

.inner_side_nav .side_contact{padding-top:20px;padding-bottom:20px;width:100%;margin-top:20px;background-size:cover;position:relative;}
.inner_side_nav .side_contact p{font-size:14px;color:#333;margin:0;}
.inner_side_nav .side_contact a{font-size:20px;color:#333;}

.product_content .inproduct_box ul{width:100%;}
.product_content .inproduct_box ul li{margin-bottom:30px;}
.product_content .inproduct_box .inproduct_list .inproduct_pic{overflow:hidden;border: 1px solid #e1e1e1;}
.product_content .inproduct_box .inproduct_list .inproduct_pic img{-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-filter:brightness(1.1);-moz-filter: brightness(1.1);-ms-filter: brightness(1.1);filter: brightness(1.1);width:100%;}
.product_content .inproduct_box .inproduct_list .inproduct_text a{font-size:16px;color:#222;display:block;padding:15px 6px;background:#fff;position:relative;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;    white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;-moz-binding: url(ellipsis.xml#ellipsis);}
.product_content .inproduct_box .inproduct_list .inproduct_text a:before{position:absolute;content:"\f105";font-family:"Fontawesome";font-size:14px;color:#d4d4d4;right:8px;top:14px;border:1px solid #ddd;width:22px; text-align:center;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:none;}
.product_content .inproduct_box .inproduct_list:hover .inproduct_text a{background:#ff7c08;color:#fff;border-color:#ff7c08;}
.product_content .inproduct_box .inproduct_list:hover .inproduct_text a:before{border-color:#fff;color:#fff;}
.product_content .inproduct_box .inproduct_list:hover .inproduct_pic img{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

.p_details_box{padding-left:20px;}
.product_details{padding:15px;}
.product_details .product_title{text-align:center;width:100%;margin-top:30px;}
.product_details .product_title h5{font-size:24px;color:#353535;font-weight:bold;}
.product_details .product_title span.detail_time{font-size:4px;color:#bdbdbd;}
.product_details .p_detail_text img{max-width:100%;height:auto!important;}
.product_details .p_detail_text p{font-size:14px;color:#353535;line-height:26px;}


/*--------process_content--------------*/
.process_content{width:100%;background:#fff;padding-top:30px;padding-bottom:50px;}
.process_content .process_text{width:100%;padding:30px 15px;position:relative;}
.process_content .process_text ul{border:1px solid #cdcdcd;padding:15px;}
.process_content .process_text ul li{width:100%;display:flex;flex-wrap:wrap;align-items:center;padding:15px 0;border-bottom:1px dashed #cdcdcd;}
.process_content .process_text ul li p{font-size:16px;color:#222;margin:0 0 0 15px;}

.process_youshi .syoushi_list{position:relative;text-align:center;margin-bottom:20px;box-shadow:2px 2px 3px #e2e2e2; }
.process_youshi .syoushi_list .syoushi_pic{position:relative;margin-bottom:20px;}
.process_youshi .syoushi_list .syoushi_pic .number{position:absolute;width:50px;height:50px;left:0;right:0;bottom:-25px;margin:0 auto;background:#0c9dff;border-radius:50px;color:#fff;font-size:28px;font-weight:600;line-height:50px;}

.process_youshi .syoushi_list .syoushi_text{margin-top:20px;padding-top:10px;}
.process_youshi .syoushi_list .syoushi_text p{font-size:16px;color:#222;padding: 10px 0}

.flex_wrap{display:flex;flex-flow:wrap}
.flex_column{display:flex;flex-flow:column}

