@charset "utf-8";
/* CSS Document */

/*公共样式--------------------------------------------------*/
html{}
body{font-family: tahoma, PingFangSC, "microsoft yahei ui", "microsoft yahei", sans-serif;color:#666666;}
a{color:#666666;}
a:hover{color:#d73f35;}
a,a:hover{text-decoration:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
img{max-width:100%;}
.clearfix{clear:both;}
h1,h2,h3,h4,h5,p{margin-top:0;margin-bottom:0;}
.container-fluid{}
.pc{display:none;}
.mb{display:block;}
.row-col{margin-left:-7px;margin-right:-7px;}
.row-col-7{padding-left:7px;padding-right:7px;}

/*网页顶部*/
/*====================导航*********/
.header {width:100%;position:fixed;top:0;left:0;z-index:999;height:90px;padding:0 30px;background:rgba(38,69,133,0);}
/*左侧logo*/
.header .left {}
.header .left a img {height:70px;margin-top:10px;margin-bottom:10px;}
/* .header .left .img2 {display:none;} */
/*右侧*/
.header .nav {-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;height:100%;line-height:50px;display:block;}
.header .navbar_nav li {float:left;position:relative;display:block;}
.header .navbar_nav li:after {content:"";width:0;height:2px;background:#d73f35;position:absolute;bottom:0;left:0;transition:all 0.5s ease 0s;}
.header .navbar_nav li:hover:after {width:100%;}
.header .navbar_nav li a {text-decoration:none;height:100%;padding:20px 15px;display:block;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;color:#fff;font-size:16px;}
.header .navbar_nav li:hover a {/* color:#d73f35; */}
.header .navbar_nav li.dropdown {display:inherit;position:relative;}
.header .navbar_nav li.dropdown .jt {width:20px;height:20px;background:url(i/top.png) no-repeat;background-size:100% 100%;display:block;}
.header .navbar_nav li.dropdown .dropdown_menu {display:none;position:absolute;top:100%;background:#fff;box-shadow:0 15px 27px 0 rgba(167,165,165,0.38);width:170%;}
.header .navbar_nav li.dropdown .dropdown_menu a {font-size:14px;color:#666;padding:0 15px;line-height:40px;/* text-align:center; */background:#fff;margin-bottom:1px;}
.header .navbar_nav li.dropdown:hover .dropdown_menu {display:block;background:#f3f3f3;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a {color:#666;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {color:#fff;background:#d73f35;}
/*白色背景的头部*/
.header.on {background:rgba(255,255,255,1);border-bottom:1px solid #eee;}
/* .header.on .left .img1 {display:none;}
.header.on .left .img2 {display:block;} */
.header.on .navbar_nav li a {color:#000;}
.header.on .navbar_nav li:hover a {color:#d73f35;}
#navToggle {display:none;}
.m_nav {position:fixed;top:0px;box-shadow:0 15px 27px 0 rgba(167,165,165,0.38);width:100%;height:100%;background:#fff;transition:all ease 0.5s;-webkit-transition:all ease 0.5s;z-index:1000;opacity:1;visibility:visible;margin-top:0;overflow-y:auto;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;top:0;transform:translateX(100%);}
.m_nav.open {transform:translateX(0);}
.m_nav .top {height:60px;padding:20px;box-sizing:border-box;}
.m_nav .top .closed {width:30px;height:30px;vertical-align:middle;float:right;cursor:pointer;}
.m_nav .logo {width:100%;margin:0 auto;}
.m_nav .logo img {height:80px;display:block;margin:30px auto;}
.m_nav .ul {margin-top:30px;}
.m_nav .ul li {padding:0 20px;border-bottom:1px solid #f5f5f5;transform:translateY(0);-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;opacity:0;}
.m_nav.open .ul li {opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
.m_nav .ul li:nth-child(1) {-webkit-transition:all .2s cubic-bezier(.77,0,.175,1) 0ms;transition:all .2s cubic-bezier(.77,0,.175,1) 0ms;}
.m_nav .ul li:nth-child(2) {-webkit-transition:all .4s cubic-bezier(.77,0,.175,1) 0ms;transition:all .4s cubic-bezier(.77,0,.175,1) 0ms;}
.m_nav .ul li:nth-child(3) {-webkit-transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;transition:all .6s cubic-bezier(.77,0,.175,1) 0ms;}
.m_nav .ul li:nth-child(4) {-webkit-transition:all .8s cubic-bezier(.77,0,.175,1) 0ms;transition:all .8s cubic-bezier(.77,0,.175,1) 0ms;}
.m_nav .ul li:nth-child(5) {-webkit-transition:all 1.0s cubic-bezier(.77,0,.175,1) 0ms;transition:all 1.0s cubic-bezier(.77,0,.175,1) 0ms;}
.m_nav .ul li:nth-child(6) {-webkit-transition:all 1.2s cubic-bezier(.77,0,.175,1) 0ms;transition:all 1.2s cubic-bezier(.77,0,.175,1) 0ms;}
.m_nav .ul li a {display:block;text-decoration:none;color:#666666;font-size:16px;height:50px;line-height:50px;width:100%;}
.m_nav .ul li .dropdown_menu {display:none;}
.m_nav .ul li.dropdown.active .dropdown_menu {display:block;}
.m_nav .ul li .dropdown_menu a {display:block;height:50px;line-height:50px;padding:0 40px;box-sizing:border-box;border-bottom:1px solid #f5f5f5;}
.m_nav .ul li .dropdown_menu a:last-child {border:none;}
/*语言切换*/
li.yuyan img{margin-right:10px;}
li.yuyan:after{display:none;}
.header .lang_w{display:block;}
.header .lang_b{display:none !important;}
.header.on .lang_w{display:none;}
.header.on .lang_b{display:block !important;}

/*Swiper 轮播*/
.index_banner {width: 100%;height: auto;margin:0 auto;}
.index_banner .swiper-pagination{bottom:20px !important;}
.index_banner .swiper-pagination .swiper-pagination-bullet{width:20px;height:20px;border-radius:50% !important;background:none;border:2px solid #fff;}
.index_banner .swiper-pagination .swiper-pagination-bullet-active{background:rgba(255,255,255,1);}

/*手机端菜单导航*/
.wxtu{text-align:center;margin-top:30px;}
.wxtu img{width:200px;}
.wxtu p{margin-top:15px;}

/*网页底部*/
.footer-box{background-image:url(../images/footer_bg.jpg);background-repeat:no-repeat;background-size:cover;padding:30px 0;margin-top:40px;}

/*底部-导航*/
.footer_nav{border-bottom:1px solid #353d44;padding-bottom:20px;overflow:hidden;}
.footer_nav ul{}
.footer_nav li{height:62px;line-height:62px;text-align:center;}
.footer_nav li a{color:#fff;font-size:16px;}
.footer_nav li a:hover{color:#d73f35;}

/*底部-联系*/
.footer_contact{padding:30px 0;margin-bottom:30px;border-bottom:1px solid #353d44;}
.fc_map img{max-width:100%;}
.fc_ewm{}
.fc_ewm a{display:block;text-align:center;color:#fff;}
.fc_ewm a:hover{}
.fc_ewm img{width:140px;}
.fc_ewm p{margin-top:15px;}
.fc_lx{}
.fc_lx p{display:block;line-height:1.4;margin-bottom:20px;color:#fff;font-size:16px;padding-left:30px;}
.fc_lx p.db1{background:url(../images/db1.png) no-repeat 0px 5px;}
.fc_lx p.db2{background:url(../images/db2.png) no-repeat 0px 5px;}
.fc_lx p.db3{background:url(../images/db3.png) no-repeat 0px 5px;}
.fc_lx p a{display:block;color:#d73f35;font-size:28px;}
.fc_lx p.db1 a{font-size:16px;color:#fff;}
.fc_lx p a:hover{color:#d73f35;}

.fc_map,.fc_ewm{margin-bottom:30px;}

/*底部-友链*/
.footer_link{margin-bottom:30px;}
.footer_link b{color:#eee;font-weight:normal;}
.footer_link a{display:inline-block;color:#eee;margin-right:10px;margin-bottom:10px;}
.footer_link a:hover{color:#d73f35;}

/*底部-版权*/
.footer_copyright{}
.footer_copyright p{color:#eee;}
.footer_copyright p a{color:#eee;}
.footer_copyright p a:hover{color:#d73f35;}

/*网站管理登录链接*/
.web_login{}

/*首页--------------------------------------------------*/
.sy_content{margin-top:40px;}

/*首页-服务项目*/
.sy_service{margin-bottom:30px;}
/*首页-标题*/
.sy_title{text-align:center;margin-bottom:40px;}
.sy_title h1{position:relative;color:#232323;margin-bottom:20px;font-weight:600;font-size:32px;}
.sy_title h1:before{content:"";width:65px;height:10px;background:url(../images/title_left.png) no-repeat;position:absolute;bottom:10px;left:10%;transition:all 0.5s ease 0s;}
.sy_title h1:after{content:"";width:65px;height:10px;background:url(../images/title_right.png) no-repeat;position:absolute;bottom:10px;right:10%;transition:all 0.5s ease 0s;}
.sy_title p{line-height:1.5;font-size:16px;}
/*服务项目列表*/
.sy_service_list{}
.sy_service_list ul{}
.sy_service_list li{cursor:pointer;}
.ss_box {position: relative;margin-bottom: 30px;overflow: hidden;}
.ss_box .ss_box_img {font-size: 0;}
.ss_box .ss_box_img img {width: 100%;height: auto;}
.ss_box .ss_box_text {position: absolute;width: 100%;height: 100%;padding: 30px;top: calc(100% - 200px);left: 0;text-align: center;background: rgba(38, 69, 133, .0);transition: .5s;}
.ss_box .ss_box_text a{display:block;color:#fff;}
.ss_box:hover .ss_box_text {top: 0;background: rgba(38, 69, 133, .8);}
.ss_box .ss_box_text img{padding-bottom:30px;}
.ss_box:hover .ss_box_text img{padding-bottom:15px;}
.ss_box .ss_box_text h2 {height: 65px;color: #ffffff;font-size: 22px;margin: -15px 0 0 0;transition: .5s;font-weight:600;}
.ss_box:hover .ss_box_text h2 {margin: 0;}
.ss_box .ss_box_text a p{color: #ffffff;font-size: 16px;line-height:1.7;margin-bottom: 20px;}

/*首页-走进互荣*/
.sy_about{background:url(../images/index_about/index_about_bg.jpg) no-repeat center;background-size:cover;padding:60px 0px 30px 0px;;margin-bottom:40px;}
/*首页-标题-1*/
.sy_title01 h1{color:#fff;}
.sy_title01 h1:before{background:url(../images/title_left1.png) no-repeat;}
.sy_title01 h1:after{background:url(../images/title_right1.png) no-repeat;}
/*公司简介*/
.sy_about article{margin-top:-30px;}
.sy_about_text{}
.sy_about_text p{color:#fff;line-height:1.5;margin-bottom:20px;text-indent:2em;font-size:16px;}
.sy_about_youshi{margin-top:60px;}
.sy_about_youshi li{text-align:center;margin-bottom:30px;}
.sy_about_youshi li h2{color:#d73f35;font-weight:600;font-size:48px;margin-bottom:15px;}
.sy_about_youshi li p{color:#fff;font-size:16px;line-height:1.5;}

/*首页-解决方案*/
.sy_solution{margin-bottom:20px;}
/*解决方案列表*/
.sy_solution_list{}
.sy_solution_list ul{}
.sy_solution_list li{margin-bottom:30px;}
.sy_solution_list li a{display:block;background:#f5f6fa;}
.sy_solution_list li a:hover{background:#d73f35;}
.sy_solution_list li figure{overflow:hidden;}
/*图片缩放*/
.sy_solution_list li img{width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.sy_solution_list li a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
/*文案*/
.sl_text{padding:0 15px 35px 15px;}
.sl_text h2{padding:15px 0;line-height:1.7;font-weight:600;color:#333;font-size:18px;}
.sl_text p{line-height:1.5;color:#666;font-size:16px;}
.sy_solution_list li a:hover h2,.sy_solution_list li a:hover p{color:#fff;}

/*首页-公司优势*/
.sy_advantage{}
/*优势列表*/
.sy_advantage_list{padding:60px 0 30px 0;background:url(../images/index_advantage/advantege_bg.jpg) no-repeat top center;}
.sy_advantage_list ul{margin-left:0;margin-right:0;}
.sy_advantage_list li{padding-left:0;padding-right:0;margin-bottom:30px;}
.ys_text{height:300px;padding:60px 30px;background:#f5f6fa;}
.ys_text h3{color:#333;font-weight:500;line-height:1.7;font-size:24px;margin-bottom:20px;}
.ys_text p{color:#666;line-height:1.5;font-size:16px;}
.ys_text p:after{content:"";width:100px;height:3px;background:#666;position:absolute;bottom:70px;left:32px;transition:all 0.5s ease 0s;}
.ys_img{height:300px;}
.ys_img img{width:100%;height:300px;position:relative;z-index:100;}
/*向下箭头-三角形*/
.triangle{width:0;height:0;border-bottom:20px solid #f5f6fa;border-right:20px solid transparent;border-left: 20px solid transparent;position:absolute;z-index:110;left:45%;bottom:0px;}
/*向上箭头-三角形*/
.triangle1{width:0;height:0;border-top:20px solid #f5f6fa;border-right:20px solid transparent;border-left: 20px solid transparent;position:absolute;z-index:110;left:45%;top:0px;}

/*首页-新闻资讯*/
.sy_news{}
.sy_news_list{}
/*新闻类别*/
#newsTab{text-align:center;border:none;margin-bottom:40px;}
#newsTab li{float:none;display:inline-block;margin-bottom:0;}
#newsTab li a{border:none;font-size:16px;}
#newsTab li.active a{background-color:#264585;color:#fff;}
#newsTabContent{}
/*新闻列表*/
.sy_xinwen{}
.sy_xinwen_img{}
.sy_xinwen_img a{display:block;position:relative;overflow:hidden;}
.sy_xinwen_img figure{overflow:hidden;}
/*图片缩放*/
.sy_xinwen_img img{width:100%;height:auto;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.sy_xinwen_img:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.xinwen_text{position: absolute;width: 100%;/* height: 100%; */padding:15px 20px;top: calc(100% - 50px);left: 0;background: rgba(38, 69, 133, .9);transition: .5s;}
.xinwen_text h3{color:#fff;font-weight:500;font-size:18px;}
.sy_xinwen_list{}
.index_more_news{}
.index_more_news a{float:right;background:#264585;color:#fff;padding:5px 15px;}
.index_more_news span{padding-left:15px;}
.index_more_news a:hover{color:#fff;background:#d73f35;}

.sy_xinwen_list ul{}
.sy_xinwen_list li{margin-top:30px;}
.sy_xinwen_list li a{display:block;padding:18px 0;overflow:hidden;}
.sy_xinwen_list li a:hover{background-color:#f5f6fa;}
.sy_news_time{text-align:center;padding:10px 0;}
.sy_news_time span,.sy_news_time strong{display:block;font-weight:normal;color:#666;}
.sy_news_time span{margin-bottom:5px;font-size:14px;}
.sy_news_time strong{font-size:24px;}
.sy_news_text{}
.sy_news_text h3{color:#333;font-weight:500;line-height:1.7;font-size:18px;}
.sy_news_text p{color:#666;line-height:1.5;font-size:16px;}

/*内页----------------------------------------------------*/
.top90{height:90px;}
/*内页导航*/
.page_header{}
.page_header {background:rgba(255,255,255,1);border-bottom:1px solid #eee;}
.page_header .navbar_nav li a {color:#000;}
.page_header .navbar_nav li:hover a {color:#d73f35;}

/*内页海报图*/
.ny_banner{}
.ny_banner img{width:100%;position:relative;z-index:120;}
/*当前位置*/
.now_position{position:absolute;z-index:130;top:32%;left:36%;}
.now_position h1{color:#fff;font-weight:500;font-size:28px;}

/*内页公共部分*/
.ny_content{margin-top:40px;}

/*内页-走进互荣*/
.ny_about{}
/*页面标题*/
.ny_about_title{text-align:center;margin-bottom:30px;}
.ny_about_title h1{color:#333;line-height:1.7;font-weight:600;font-size:24px;}
.ny_about_title p{color:#666;line-height:1.5;font-size:16px;padding:10px 0;}
/*公司简介*/
.ny_about_company{margin-bottom:40px;}
.ac_img{margin-bottom:30px;}
.ac_img img{width:100%;height:auto;}
.ac_text{color:#666;}
.ac_text p{line-height:1.5;font-size:16px;margin-bottom:15px;}
/*公司照片*/
.ny_about_photo{margin-bottom:25px;}
.ny_about_photo ul{}
.ny_about_photo li{margin-bottom:15px;}
/*企业文化*/
.ny_about_culture{}
.ny_about_culture li{}
.ac_box{text-align:center;}
.ac_box_t{}
.ac_box_t h2{color:#333;font-weight:600;font-size:24px;display:inline-block;border-bottom:2px solid #264585;padding:30px 0;}
.ac_box_t span{color:#264585;}
.ac_box_b{margin-top:-2px;border-top:2px solid #ddd;background:#eef2f6;padding:30px 30px;}
.ac_box_b img{margin-bottom:30px;}
.ac_box_b p{line-height:1.5;color:#666;font-size:16px;}

/*内页-服务项目*/
.service_list{margin-top:60px;}
.service_list ul{}
.service_list li{margin-bottom:30px;}
.fuwu{border:1px solid #ddd;}
.fuwu_img{overflow:hidden;}
.fuwu_img a{display:block;}
/*图片缩放*/
.fuwu_img img{width:100%;height:auto;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.fuwu_img a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.fuwu_text{padding:30px 15px;}
.fuwu_text h2{max-height:50px;color:#333;font-weight:600;line-height:1.7;font-size:18px;margin-bottom:15px;}
.fuwu_text h2 img{margin-right:10px;}
.fuwu_text p{line-height:1.5;font-size:16px;}
.fuwu_more{padding:0px 15px 30px 15px;}
.fuwu_more a{display:inline-block;border:1px solid #264585;color:#264585;padding:10px 25px;}
.fuwu_more a:hover{background-color:#d73f35;border-color:#d73f35;color:#fff;}

/*服务详情页*/
.service_detail{}
.service_detail article{margin-top:40px;}
.sd_title{text-align:center;margin-bottom:30px;}
.sd_title h1{color:#333;line-height:1.7;font-weight:600;font-size:24px;margin-bottom:15px;}
.sd_title p{color:#999;}
.sd_text{line-height:1.7;color:#444;font-size:16px;}
.sd_text p{margin-bottom:20px;}
.sd_text img{max-width:100% !important;height:auto !important;}

/*内页-解决方案*/
.news_box{margin-top:40px;}
/*栏目子分类*/
.menu_category{margin-bottom:40px;}
.menu_category ul{text-align:center;}
.menu_category li{display:inline-block;}
.menu_category li a{display:inline-block;padding:10px 15px;}
.menu_category li a:hover{color:#d73f35;}
.menu_category li.on{}
.menu_category li.on a{color:#fff;background-color:#264585;}
.menu_category_p{margin:40px 0;}

/*列表*/
.nb_list{}
.nb_list ul{}
.nb_list li{border-bottom:1px solid #eee;margin-bottom:30px;}
.nb_list li:last-child{border-bottom:none;margin-bottom:0;}
.nbb{}
.nbb a{display:block;}
.nbb a:hover{}
.nbb_img{}
.nbb_img img{width:100%;height:auto;}
.nbb_box{}
.nbb_text{padding:15px 15px 30px 15px;}
.nbb_text h2{color:#333;line-height:1.7;font-weight:600;font-size:22px;margin-bottom:15px;}
.nbb_text p{color:#666;line-height:1.7;font-size:16px;}
.nbb_text p.mb-time{color:#999;margin-bottom:15px;}
span.nbb_text_more{display:block;height:40px;line-height:40px;font-size:16px;margin-top:15px;color:#264585;}
span.nbb_text_more i{float:left;margin-right:10px;font-size:22px;}
.nbb a:hover .nbb_text_more{color:#d73f35;}

.nbb_time{text-align:right;color:#ddd;}
.nbb_time span{position:relative;font-size:32px;}
.nbb_time span:after{content:"";width:30px;height:2px;background:#ddd;position:absolute;bottom:-20px;right:0px;transition:all 0.5s ease 0s;}
.nbb_time p{margin-top:35px;font-size:16px;}
.nbb a:hover .nbb_time{color:#d73f35;}

/*内页-联系我们*/
.contact_box{margin-top:40px;}
.cb_left{}
.cb_left h1{color:#333;line-height:1.7;font-weight:600;font-size:24px;margin-bottom:30px;}
.cb_left p{display:block;margin-bottom:30px;font-size:16px;border-left:1px solid #d73f35;padding-left:70px;}
.cb_left p.cb_tel{background:url(../images/ny_contact/l_tel.png) no-repeat 20px center;}
.cb_left p.cb_email{background:url(../images/ny_contact/l_email.png) no-repeat 20px center;}
.cb_left p.cb_address{background:url(../images/ny_contact/l_address.png) no-repeat 20px center;}
.cb_right{}

/*当前位置*/
.weizhi{}
.weizhi .breadcrumb{padding:8px 0;}
.weizhi .breadcrumb>li:last-child i{display:none;}
li.wzhome{}
li.wzhome i{color:#333;font-size:18px !important;margin-right:5px !important;}

/*列表分页*/
.ny_page{text-align:center;}
.pagination{margin:40px 0px 0px 0px;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background-color:#d73f35;border-color:#d73f35;}

/*上下篇*/
.blog-single-foot{border:none;margin-top:20px;margin-bottom:0;font-size:16px;}
.blog-single-foot p:first-child{margin-bottom:10px;}

/*响应式--------------------------------------------------*/
@media (min-width: 993px){
.pc{display:block;}
.mb{display:none;}

/*首页*/
.sy_title h1:before{left:28%;}
.sy_title h1:after{right:28%;}

/*内页*/
.pb-left{float:left;}
.pb-right{float:right;}

}

@media screen and (max-width:992px) {
/*页面顶部*/
.header {padding:0 10px;position:relative;}
.header #navToggle {height:100%;padding:9px 15px;margin-right:-15px;margin-top:15px;display:inline-block;float:right;}
.header #navToggle span {position:relative;width:25px;margin-top:19px;}
.header #navToggle span:before,.header #navToggle span:after {content:'';position:relative;width:100%;height:1px;left:0;}
.header #navToggle span,.header #navToggle span:before,.header #navToggle span:after {-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;display:block;height:2px;background:#666666;}
.header #navToggle span:before {top:8px;}
.header #navToggle span:after {bottom:10px;}
.header #navToggle.open span:before {top:10px;-webkit-transform:translateY(-11px) rotate(-45deg);-moz-transform:translateY(-11px) rotate(-45deg);-ms-transform:translateY(-11px) rotate(-45deg);-o-transform:translateY(-11px) rotate(-45deg);transform:translateY(-11px) rotate(-45deg);}
.header #navToggle.open span:after {bottom:12px;-webkit-transform:translateY(10px) rotate(45deg);-moz-transform:translateY(10px) rotate(45deg);-ms-transform:translateY(10px) rotate(45deg);-o-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg);}
.header #navToggle.open span {background:none;}
.header #navToggle.open span:before,.header #navToggle.open span:after {background:#666666;}
.header .nav {display:none;}

}

@media (min-width:1200px){
.container-fluid{}
.container{width:1230px;}

.header .left a img {height:auto;}
.header .navbar_nav li.yuyan{margin-left:30px;}

.footer-box{margin-top:60px;}
/* .fc_ewm li:first-child{text-align:right;} */
.fc_lx{padding-left:80px;}
.fc_map,.fc_ewm{margin-bottom:0px;}
.web_login{float:right;}

/*首页*/
.sy_content{margin-top:60px;}
.sy_title{margin-bottom:60px;}
.sy_title h1{font-size:32px;}
.sy_title h1:before{left:37%;}
.sy_title h1:after{right:37%;}

.sy_about{margin-bottom:60px;}
.sy_about_youshi{margin-top:120px;}
.sy_solution{margin-bottom:30px;}
.sy_solution_list li img{height:262px;}
.sl_text{padding:15px 15px 40px 15px;}
.sy_advantage_list{padding:100px 0 60px 0;}
.sy_advantage_list li{margin-bottom:0;}
.ss_box .ss_box_text {top: calc(100% - 160px);}
.sy_xinwen_img img{height:462px;}
.sy_news_time strong{font-size:28px;}

/*内页*/
/*当前位置*/
.now_position{top:38%;left:45%;}
.now_position h1{font-size:42px;}

.ny_content{margin-top:60px;}

/*页面标题*/
.ny_about_title{margin-bottom:40px;}
.ny_about_title h1{font-size:28px;}
.ny_about_title p{font-size:18px;padding:10px 0;}

.ac_img{margin-bottom:0;}
.ac_text{padding-top:15px;}
.ac_text p{line-height:2.4;font-size:16px;margin-bottom:25px;}
.fuwu_img img{height:386px;}
.nb_list li{padding-bottom:30px;}
.nb_list li:last-child{padding-bottom:0;}
.nbb_text{padding:0;}
.cb_left h1{font-size:28px;margin-bottom:50px;}
.cb_left p{margin-bottom:40px;font-size:16px;}
.service_list li{height:660px;overflow:hidden;}
.fuwu_text h2{font-size:22px;}

/*位置*/
.weizhi{margin-top:-40px;}
.weizhi .breadcrumb{text-align:right;font-size:16px;}
/*上下篇*/
.blog-single-foot{margin-top:40px;}
/*内页栏目分类*/
.menu_category{margin-bottom:60px;}
.menu_category li a{font-size:16px;}
.menu_category_p{margin-bottom:40px;}

}