﻿@charset "utf-8";/*全局初始化样式*/
*{padding:0;margin:0;box-sizing:border-box;}
body{padding:0px;margin:0px auto;font-family:'myFont';font-size:16px;color:#333;width:100%;zoom:1;line-height:1.7;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;}
ul,li,form,dl,dt,dd,div{padding:0px;margin:0px;}
/*默认去除ul、li的默认样式*/
ul,li{list-style:none;margin:0;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{border-radius:0;-webkit-border-radius:0;color:#414446;}
/*表单元素获得焦点时不显示虚线框*/
input:focus{outline:none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*/
/*强制去除表单自带的样式*/
}
/*不允许多行输入文本框有滚动条*/
textarea{resize:none;/*-webkit-appearance:none;*/
/*强制去除textarea自带的样式*/
}
/*初始化表单元素样式*/
textarea,input,select{background:none;border:none;margin:0;padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption,title{display:block;}
/*去除figure边距*/
figure,figcaption{margin:0px;padding:0px;}
/*初始化图片样式*/
img{border:none;border:0;max-width:100%;vertical-align:top;height:auto;}
/*初始化a的样式和字体样式*/
a,a:hover,a:visited{color:inherit;text-decoration:none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);}
/*清楚浮动*/
.clear{clear:both;height:0px;overflow:hidden;margin:0!important;padding:0!important;}
.clearfix:after{content:"";clear:both;display:block;}
@font-face{font-family:myFont;src:url('../font/SourceHanSansCN-Regular.ttf');}
.fl{float:left;}
.fr{float:right;}
/*全局样式*/
.container{max-width:1470px;padding:0 15px;margin:auto;}
.header{position:relative;z-index:99;width:100%;height:80px;top:0;}
.header .inner{margin:0 60px 0 0;position:relative;}
.Top_menu{width:30px;height:2px;position:relative;padding:8px 0;margin-top:18px;float:right;cursor:pointer;display:none;margin-left:15px;}
.Top_menu span,.Top_menu span:before,.Top_menu span:after{height:2px;width:30px;position:relative;display:block;background-color:#231815;cursor:pointer;border-radius:1px;content:'';-webkit-transition:all 300ms cubic-bezier(0.305,0.1,0.485,0.87);transition:all 300ms cubic-bezier(0.305,0.1,0.485,0.87);}
.Top_menu span:before{top:-8px;}
.Top_menu span:after{top:6px;}
.Top_menu.close span{background:transparent;}
.Top_menu.close span:before{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.Top_menu.close span:after{top:-2px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.logo{float:left;}
.language ul{display:none;}
.language{float:left;height:40px;width:165px;border:1px solid #ccc;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;line-height:36px;margin-left:25px;}
.language a{display:block;padding-left:35px;position:relative;}
.language .language_active{height:100%;}
.language .language_active img:first-child{position:absolute;top:50%;left:10px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.language .language_active img:last-child{position:absolute;top:50%;right:15px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.language ul li{position:relative;border:1px solid #ccc;background:#fff;text-align:left;padding-left:35px;}
.language ul img{position:absolute;top:50%;left:10px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
/* right4个 */
.fixed-right{position:fixed;right:15px;top:23%;transform:(0,-50%);-webkit-transform:(0,-50%);-moz-transform:(0,-50%);-ms-transform:(0,-50%);-o-transform:(0,-50%);z-index:80;}
.fixed-right ul li{height:70px;width:70px;margin-top:3px;background-color:#b2b2b2;position:relative;}
.fixed-right .phone{background-color:#b2b2b2;position:absolute;top:0;right:-3px;margin-right:3px;height:100%;width:auto;padding:0 20px;white-space:nowrap;font-size:28px;color:#fff;background-color:#e5352c;}
.fixed-right .phone span{display:block;position:relative;top:50%;transform:translateY(-50%);}
.fixed-right .fixed_four_img{text-align:center;padding-top:13px;line-height:1;font-size:0;}
.fixed-right .fixed_four_title{text-align:center;font-size:12px;line-height:32px;color:#fff;}
/*搜索*/
.search{float:left;}
.search .searchbox{background:#fff;border-radius:20px;overflow:hidden;border:1px solid #dcdcdc;}
.search .searchbox .sreach_btn{float:right;display:block;width:15%;height:30px;background:url(../images/sousuo.png) no-repeat left center;margin-right:5px;margin-top:4px;}
.search .searchbox .sreach_ipu{padding:12px 10px;width:80%;background:#fff;border-radius:4px;}
.mainnav{margin-left:12%;text-align:left;padding-right:10px;line-height:80px;padding-left:12%;padding-right:23%;}
.mainnav li{display:inline-block;margin-left:20px;font-size:18px;position:relative;}
.mainnav ul>li:not(:first-child){margin-left:55px;}
.mainnav li a{display:block;height:100%;}
.top_tel{position:absolute;right:10px;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.mainnav ul>li:hover::before{display:block;content:"";height:2px;width:100%;background-color:#ef4035;position:absolute;bottom:1px;left:0;}
.mainnav li>dl{display:none;}
.mainnav li>dl{position:absolute;left:-75px;top:80px;width:240px;width:240px;z-index:12;}
.mainnav ul>li:hover dl{display:block;}
.mainnav li>dl>dt:hover{background-color:#e5352c;color:#fff;}
.mainnav li>dl dt::before{display:none!important;}
.mainnav li>dl>dt{font-size:16px;height:50px;width:100%;display:block;background-color:#fff;margin-left:0!important;text-align:left;padding-left:30px;line-height:50px;position:relative;}
.mainnav li>dl>dt:hover::before{content:'';background-image:url(../images/xiala_active.png);display:block;position:absolute;right:20px;top:50%;transform:translate(0,-50%);width:23px;height:16px;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.mainnav li>dl>dt>a{display:block;width:100%;height:100%;}
.active::before{display:block;content:"";height:2px;width:100%;background-color:#ef4035;position:absolute;bottom:1px;left:0;}
@media(max-width:1800px){
    .mainnav{margin-left:7%;}
    .mainnav ul>li:not(:first-child) {
        margin-left: 34px;
    }
}
@media(max-width:1640px){.mainnav ul>li:not(:first-child){margin-left:20px;}
}
@media(max-width:1275px){.mainnav{padding-left:0%;}
}
@media(max-width:1024px){.header .inner{margin:0 10px;}
.Top_menu{display:block;margin-top:25px;}
.mainnav{position:fixed;left:-120%;top:70px;bottom:0;width:200px;background:#fff;margin:0;z-index:999;padding:20px;text-align:left;overflow:auto;transition:.6s;}
.mainnav li{display:block;margin:0;}
.mainnav li a{display:block;line-height:40px;}
.logo{padding:10px 0;line-height:50px;}
.logo img{max-height:50px;}
.header{height:70px;}
.search{margin-top:18px;display:none;}
.mainnav.cur{left:0;}
.language{position:absolute;right:56px;top:-12px;}
.Top_menu{margin-top:0;}
}
/*pages*/
.Pagesa{line-height:18px;zoom:1;margin:0 auto;width:auto;text-align:center;height:auto;margin-top:60px;padding-top:20px;}
.Pagesa span{display:inline-block;font-weight:100;}
.Pagesa a{display:inline-block;padding:0px 12px 0px 12px;color:#6a6a6a;font-size:16px;line-height:31px;border:1px solid #e5e5e5;background:#fff;}
.Pagesa .p_page a{display:inline-block;vertical-align:middle;}
.Pagesa .p_page .a_prev,.Pagesa .p_page .a_next,.Pagesa .p_page .a_end{text-align:center;padding:0 20px;}
.Pagesa .p_page .a_first,.Pagesa .p_page .a_prev{margin-right:5px;padding:0 20px;}
.Pagesa .p_page .a_end{margin-left:5px;}
.Pagesa .p_page em{font-style:normal;}
.Pagesa .p_page .num a{display:inline-block;height:50px;line-height:50px;vertical-align:middle;margin-right:5px;}
.Pagesa a:hover,.Pagesa .p_page .num a.a_cur{color:#fff;background:#e5352c;border:1px solid #e5352c;}
.Pagesa .a_next{background-image:url(../images/list_right.png);background-repeat:no-repeat;background-position:center;}
.Pagesa .a_next:hover{background-image:url(../images/list_right01.png);background-repeat:no-repeat;background-position:center;}
.Pagesa .a_prev{background-image:url(../images/list_left.png);background-repeat:no-repeat;background-position:center;}
.Pagesa .a_prev:hover{background-image:url(../images/list_left01.png);background-repeat:no-repeat;background-position:center;}
.Pagesa a{position:relative;height:50px;width:50px;}
.Pagesa a img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
@media (max-width:540px){.Pagesa .p_page .a_prev,.Pagesa .p_page .a_next,.Pagesa .p_page .a_end,.Pagesa .p_page .a_first{padding:0 10px;}
.Pagesa a,.Pagesa .p_page .num a{padding:0 7px;width:35px;height:35px;line-height:35px;}
.Pagesa{margin-top:20px;}
}
/*pages end*/
.p20{padding-left:20px;padding-right:20px;}
/* 底部 */
.bottom{position:relative;}
.bottom .bottom_top{text-align:center;padding-top:140px;padding-bottom:70px;}
.bottom .bottom_top .bottom_top_title{position:relative;font-size:42px;line-height:42px;padding-left:35px;display:inline-block;font-weight:700;margin-bottom:108px;}
.bottom .bottom_top .bottom_top_title::before{content:'';display:block;position:absolute;left:0;top:0;height:100%;width:18px;background-color:#e5352c;}
.bottom .bottom_top_nav{text-align:left;padding-left:80px;}
.bottom .bottom_top_item img{display:inline-block;}
.bottom .bottom_top_item .b_top_text{display:inline-block;padding-left:30px;padding-top:7px;}
.bottom .bottom_top_nav li{margin-top:35px;}
.bottom .b_top_text p:first-child{font-size:18px;line-height:28px;}
.bottom .b_top_text p:last-child{font-size:23px;line-height:28px;margin-top:15px;}
.bottom .bottom_top_zx{font-size:16px;line-height:30px;margin-top:45px;color:#666;text-align:left;padding-left:80px;}
.bottom .bottom_bottom{background-color:#e5352c;}
.bottom .bottom_content{padding-top:225px;padding-bottom:40px;}
.bottom .b_bottom_title{font-size:24px;line-height:50px;float:left;color:#fff;}
.bottom .bottom_sousuo{width:500px;height:50px;background-color:#fff;float:left;margin-left:60px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;padding-right:85px;position:relative;}
.bottom .bottom_sousuo input{width:100%;height:100%;padding-left:30px;}
.bottom .bottom_suo_btn{position:absolute;right:15px;top:0;line-height:50px;color:#e5352c;}
.bottom .bottom_suo_btn img{margin-top:15px;margin-right:15px;}
.bottom .bottom_nav>ul>li:not(:first-child){margin-left:80px;}
.bottom .bottom_nav>ul>li{float:left;color:#fff;}
.bottom .bottom_nav>ul>li .bottom_nav_title{font-size:20px;line-height:24px;margin-bottom:30px;}
.bottom .bottom_nav>ul>li ul li{font-size:14px;line-height:30px;color:rgba(255,255,255,0.5);}
.bottom .bottom_nav{margin-top:40px;}
.bottom .bottom_nav>ul{float:left;padding-top:2%;}
.bottom .bottom_erwei_title{text-align:center;font-size:16px;line-height:24px;margin-top:20px;color:#fff;}
.bottom .bottom_dw{height:60px;border-top:1px solid #e84a42;border-bottom:1px solid #e84a42;margin-top:20px;margin-bottom:50px;}
.bottom .bottom_dw>img{margin-top:15px;}
.bottom .bottom_dw_r img{margin-top:20px;}
.bottom .bottom_dw div{display:inline-block;height:100%;}
.bottom .bottom_tel{font-size:30px;color:#fff;line-height:60px;}
.bottom .bottom_address{font-size:16px;color:#fff;line-height:60px;}
.bottom .bottom_dw_r{margin-left:55px;}
.bottom .bottom_dw_l img{margin-top:15px;padding-right:15px;}
.bottom .bottom_dw_l:last-child{margin-left:55px;}
.bottom .bootom_copyright{font-size:14px;line-height:30px;color:rgba(255,255,255,0.5);}
.bottom .bottom_form{padding:45px 50px 50px 50px;width:600px;height:670px;box-shadow:0 0px 33px #6c6a6a;position:absolute;right:18.5%;top:18%;background-color:#fff;}
.bottom .bottom_form_item:nth-child(2n){padding-left:25px;width:60%;}
.bottom .bottom_form_item{float:left;width:40%;margin-top:28px;}
.bottom .bottom_form_item input{width:100%;border:1px solid #e5352c;height:50px;padding-left:15px;font-size:14px;}
.bottom .bottom_form_title{font-size:20px;line-height:30px;}
.bottom .bottom_form_textarea{width:100%;margin-top:35px;float:left;}
.bottom .bottom_form_textarea textarea{padding-left:15px;padding-top:20px;border:1px solid #e5352c;height:260px;width:100%;font-size:14px;}
.bottom .bottom_form_btn{width:100%;margin-top:30px;float:left;box-shadow:0 24px 16px #edebeb;}
.bottom .bottom_form_btn input{width:100%;height:50px;border:none;outline:none;background-color:#e5352c;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;color:#fff;font-size:16px;cursor:pointer;}
/* 首页banner */
.banner{height:750px;position:relative;overflow:hidden;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{border:1px solid #fff;width:30px;height:30px;background-color:transparent;position:relative;}
.banner .swiper-pagination-bullet{opacity:1;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet::before{content:'';display:block;width:10px;height:10px;background-color:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.banner .swiper-pagination-clickable .swiper-pagination-bullet-active{border:none!important;}
.banner .swiper-slide{position:relative;}
/* .banner .swiper-container{position:absolute;bottom:0;}
*/
.banner .b_news .swiper-container{height:100%;    margin: 0;}
.banner .b_news .banner_side{display:flex;align-items:center;height:30px;}
.banner .b_news .swiper-wrapper{display:block !important;}
.banner .banner_side_title{font-size:22px;line-height:32px;color:#e5352c;min-width: 115px;}
.banner .banner_side_desc{font-size:18px;line-height:38px;color:#666;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all;}
.banner .banner_side div{display:inline-block;}
.banner .b_news{
      position: absolute;
    bottom: 53px;
    right: 100px;
    width: 755px;
    height: 95px;
    z-index: 2;
    overflow: hidden;
    display: flex;
}
.banner .banner_left{width:41%;position:absolute;bottom:35px;left:235px;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);color:#fff;}
.banner .banner_left_title{font-size:64px;}
.banner .banner_left_desc{font-size:64px;}
.banner .banner_left_text{font-size:16px;line-height:30px;}
.banner_left h2{font-size:60px;line-height:1.2em;margin-bottom:6%;}
.banner_content{position:absolute;right:245px;top:42%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);z-index:1;}
.banner .banner_content .b_form ul{height:50px;}
.banner .banner_content .b_title{position:absolute;bottom:0;right:0;font-size:23px;line-height:23px;color:#333;}
.banner .banner_content_title{padding-right:140px;height:45px;position:relative;}
.b_ul_active{}
.banner .b_form{margin-top:30px;}
.banner .b_form ul li{float:left;padding-bottom:15px;position:relative;cursor:pointer;font-size:20px;}
.banner .b_form ul .b_ul_active::before{content:'';display:block;height:2px;background-color:#ef4035;position:absolute;left:0;bottom:0;width:100%;}
.banner .b_form ul li:last-child{margin-left:45px;}
.banner .b_form ul li:hover::before{content:'';display:block;height:2px;background-color:#ef4035;position:absolute;left:0;bottom:0;width:100%;}
.banner .form1>input{width:100%;height:60px;border:1px solid #ccc;margin-top:10px;padding-left:15px;}
.banner .c_form_yz{background-color:#ccc;height:60px;margin-top:10px;position:relative;}
.banner .c_form_yz input{width:100%;border:1px solid #ccc;padding-left:15px;height:100%;}
.banner .yzma{cursor:pointer;position:absolute;right:12px;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);font-size:24px;line-height:26px;text-decoration:line-through;}
.banner .mb_yzma{cursor:pointer;position:absolute;right:12px;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);font-size:18px;line-height:26px;background-color:#7c7b7b;color:#fff;padding:5px;}
.banner .c_form_m{width:100%;height:20px;margin-top:25px;}
.banner .c_form_m input{float:left;margin-top:6px;}
.banner .c_form_m span{float:left;padding-left:10px;}
.banner .c_form_m a{float:right;border-bottom:1px solid #656565;}
.banner .banner_btn{width:100%;height:60px;margin-top:25px;}
.banner .banner_btn button{font-size:18px;cursor:pointer;width:100%;height:60px;background-color:#e5352c;color:#fff;outline:none;border:none;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;}
.banner_right{position:absolute;right:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);height:250px;z-index:1;width:75px;}
.banner_right{height:auto;}
.banner .banner_right .tel_content{height:60px;position:relative;}
.banner_right .tel_content_title{width:70px;height:100%;line-height:60px;text-align:center;color:#fff;background-color:#e5352c;position:absolute;left:0;top:0;display:none;}
.banner_right .tel_content_s{position:absolute;left:60px;top:0;width:170px;height:100%;text-align:center;background:#e5352c;line-height:60px;font-size:20px;color:#fff;transition:linear 0.2s;-webkit-transition:linear 0.2s;-moz-transition:linear 0.2s;-ms-transition:linear 0.2s;-o-transition:linear 0.2s;}

.banner .banner_right .tel_content:before {
    content: '';
    display: block;
    position: absolute;
    top: 45%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
    right: 3px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 2;
}
.banner .banner_right .tel_content:hover .tel_content_s {
    left: -92px;
}
.banner .banner_right .tel_content:hover:before{
	opacity:0;
}

.banner .banner_right .tel_content_s:hover{left:-100px;}
.banner .banner_right .banner_three{height:190px;width:70px;color:#fff;margin-top:5px;position:relative;}
.banner .banner_three .three_l{position:absolute;left:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.banner .banner_three .three_content{text-align:center;height:100%;position:absolute;right:-75px;width:70px;background-color:#e5352c;transition:linear 0.2s;-webkit-transition:linear 0.2s;-moz-transition:linear 0.2s;-ms-transition:linear 0.2s;-o-transition:linear 0.2s;}
.banner .banner_three .three_content ul{height:100%;}
.banner .banner_three .three_content li{margin:0 auto;width:54px;height:33.33%;display: flex;align-items: center;justify-content: center;}
.banner .three_off{position:absolute;left:45px;height:100%;width:25px;}
.banner .three_off .three_off_1{position:relative;height:62px;width:15px;text-align:right;line-height:50px;background-color:#e5352c;border-top-left-radius:5px;border-bottom-left-radius:5px;margin-top:66px;}
.banner .three_off .three_off_2{height:100%;width:10px;text-align:right;line-height:50px;background-color:#e5352c;border-top-left-radius:80px;border-bottom-left-radius:80px;}
.banner .three_off:hover ~ .three_content{right:-5px;}
.banner .three_content:hover{right:0px;}
.banner .three_off .three_off_1 span{position:absolute;writing-mode:vertical-lr;width:12px;left:-13px;font-size:12px;padding:5px 0;}
/* 关于路凯 */
.sy_about{background-color:#f5f5f5;height:760px;padding:50px 0;position:relative;}
.sy_about .container{
    height: 100%;
}
.sy_about .info{display:table;table-layout:fixed;width:100%;height: 100%;}
.sy_about .sy_about_r{position: relative; width:52.223%;display:table-cell;vertical-align:middle;}
.sy_about .pic{padding:0 1.995% 3.989% 0;position:relative;overflow:hidden;}
.sy_about .pic:before{background-color:#e5352c;position:absolute;right:0;bottom:0;margin-bottom:-3.989%;content:'';display:block;width:98%;height:100%;}
.sy_about .pic img{display:block;width:100%;height:auto;position:relative;z-index:2;}
.sy_about .sy_about_r .anniu{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);background-image:url(../images/h_an.png);width:47px;height:47px;z-index:2;}
.sy_about .sy_about_l{padding-right:10.416%;display:table-cell;vertical-align:middle;}
.sy_about .sy_about_title{position:relative;font-size:40px;line-height:42px;margin-bottom:35px;padding-left:30px;font-weight:700;}
.sy_about .sy_about_desc{font-size:16px;line-height:30px;margin-bottom:4.699%;}
.sy_about .sy_about_title::before{content:'';position:absolute;left:0;top:0;height:100%;width:18px;background-color:#e5352c;}
/* 解决方案 */
.sy_solve_active{position:relative;padding-bottom:15px;}
.sy_solve_active::before{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#e5352c;}
.sy_solve{padding:57px 0 56px;overflow:hidden;}
.sy_solve .sy_solve_title{position:relative;font-size:40px;line-height:42px;padding-left:30px;font-weight:700;}
.sy_solve .sy_solve_title::before{content:'';position:absolute;left:0;top:0;height:100%;width:18px;background-color:#e5352c;}
.sy_solve .sy_solve_nav ul li{display:inline-block;margin-left:85px;cursor:pointer;}
.sy_solve .sy_solve_nav ul li img{display:inline-block;}
.sy_solve .sy_solve_nav ul li div{display:inline-block;padding-left:5px;}
.sy_solve .sy_solve_top{height:50px;}
.sy_solve .solve_content_item{text-align:right;position:relative;}
.sy_solve .sovle_left{position:absolute;left:0;top:50%;width:440px;height:475px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);background:#e5352c;padding:5%;}
.sy_solve .solve_left_title{font-size:34px;line-height:62px;color:#fff;text-align:left;}
.sy_solve .solve_left_desc{color:#fff;font-size:16px;line-height:30px;margin-top:50px;margin-bottom:65px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;text-align:left;}
.sy_solve .sovle_btn{font-size:16px;line-height:30px;display:block;width:160px;height:46px;border-radius:23px;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;text-align:left;line-height:46px;background-color:#fff;color:#e5352c;font-weight:700;padding-left:30px;}
.sy_solve .solve_content_item:not(:first-child){display:none;}
.sy_solve .sy_solve_content{padding:50px 0 0;}
/* 产品 */
.sy_product{background-color:#f5f5f5;padding-top:145px;overflow:hidden;}
.sy_product .product_content_item:not(:first-child){display:none;}
.sy_product_active::before{content:'';position:absolute;bottom:0;left:0;height:5px;width:100%;background-color:#e5352c;}
.sy_product_active div{font-weight:700;}
.sy_product_active{position:relative;}
.sy_product .product_item_title{position:relative;font-size:40px;line-height:42px;padding-left:35px;font-weight:700;}
.sy_product .product_item_title::before{content:'';display:block;position:absolute;left:0;top:0;height:100%;width:18px;background-color:#e5352c;}
.sy_product .product_item_desc{font-size:16px;line-height:30px;padding-left:35px;margin-top:25px;height:120px;overflow:hidden;}
.sy_product .product_item_l{width:39.5%;}
.sy_product .product_item_r{width:53%;padding-top:68px;}
.sy_product .product_item_r a{display:block;position:relative;padding-bottom:30%;}
.sy_product .product_item_r img{display:block;width:100%;height:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:90%;}
.sy_product .prodcut_item_title01{font-size:66px;font-weight:700;margin-top:70px;line-height:58px;}
.sy_product .prodcut_item_desc01{width:140px;height:40px;text-align:center;background-color:#e5352c;line-height:40px;font-size:26px;color:#fff;margin-top:35px;}
.sy_product .sy_product_nav{position:relative;margin-top:100px;}
.sy_product .sy_product_nav ul{text-align:center;}
.sy_product .sy_product_nav ul li{display:inline-block;text-align:center;width:290px;padding-bottom:50px;cursor:pointer;}
.sy_product .sy_product_nav ul li div{margin-top:10px;}
.sy_product .sy_product_more{position:absolute;right:10%;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.sy_product .sy_product_more div{}
.sy_product .sy_product_more .sy_product_yuan div{display:inline-block;width:15px;height:15px;border-radius:50%;background-color:#6e6d6d;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
/* 服务网络 */
.fuwu_map{padding:75px 0 0;}
.sy_fuwu{padding:145px 0 135px;}
.sy_fuwu .sy_fuwu_l{width:51%;}
.sy_fuwu .sy_fuwu_r{width:49%;}
.sy_fuwu .sy_fuwu_title{position:relative;font-size:40px;line-height:42px;padding-left:35px;font-weight:700;}
.sy_fuwu .sy_fuwu_title::before{content:'';display:block;position:absolute;left:0;top:0;height:100%;width:18px;background-color:#e5352c;}
.sy_fuwu .sy_fuwu_desc{width:81%;font-size:16px;line-height:30px;margin:55px 0 65px;}
.sy_fuwu .fuwu_l_item p,.sy_fuwu .fuwu_l_item span{display:inline-block;color:#e5352c;font-weight:700;}
.sy_fuwu .fuwu_l_item{display:inline-block;position:relative;}
.sy_fuwu .fuwu_l_item:not(:first-child){margin-left:40px;}

.sy_fuwu .fuwu_l_item:not(:last-child) span{padding-left:0px;}
.sy_fuwu .fuwu_l_item:first-child span{padding-left:0px;}
.sy_fuwu .fuwu_l_item:last-child span{right:-15px;top:4px;}
.sy_fuwu .fuwu_l_item p{font-size:60px;line-height:30px;}
.sy_fuwu .fuwu_l_item div{color:#666;}
.sy_fuwu .sy_fuwu_btn{font-size:16px;line-height:50px;display:block;width:160px;height:50px;border-radius:23px;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;text-align:left;line-height:46px;background-color:#e5352c;color:#fff;font-weight:700;text-align:center;margin-top:75px;}
/* 首页news */
.sy_news{padding:93px 0;}
.sy_news .sy_news_title{position:relative;font-size:40px;line-height:42px;padding-left:35px;display:inline-block;font-weight:700;}
.sy_news .sy_news_img{overflow:hidden;display:block;}
.sy_news .sy_news_botton{background-color:#fff;box-shadow:0 2px 8px #f0f0f0;}
.sy_news .sy_news_item img{cursor:pointer;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-ms-transition:all 0.6s;-o-transition:all 0.6s;min-height:290px;}
.sy_news .sy_news_item img:hover{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);}
.sy_news .sy_news_top{text-align:center;}
.sy_news .sy_news_title::before{content:'';display:block;position:absolute;left:0;top:0;height:100%;width:18px;background-color:#e5352c;}
.sy_news .sy_news_item{width:34%;float:left;}
.sy_news .sy_news_item:not(:first-child){margin-left:40px;}
.sy_news .sy_news_botton{padding:20px 35px 20px 30px;}
.sy_news .sy_news_time{margin-bottom:15px;color:#333;font-size:14px;line-height:30px;}
.sy_news .sy_news_text{font-size:18px;line-height:24px;color:#333;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;}
.sy_news .sy_news_nav{width:28%;float:left;padding-left:30px;}
.sy_news .sy_news_nav .news_nav_time{font-size:14px;margin-bottom:3.217%;color:#333;line-height:1.125em;}
.sy_news .sy_news_nav li:not(:last-child){margin-bottom:10.178%;}
.sy_news .sy_news_nav .news_nav_text{font-size:18px;line-height:24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;word-break:break-all;color:#222;}
.sy_news .news_nav_btn{font-size:16px;line-height:50px;display:block;width:160px;height:50px;border-radius:23px;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;text-align:left;line-height:46px;background-color:#e5352c;color:#fff;font-weight:700;text-align:center;margin-top:43px;}
.sy_news .sy_news_content{margin-top:65px;display:flex;flex-flow:wrap;}
/* 企业简介 */
.profile .profile_bg{background-repeat:no-repeat;height:320px;position:relative;}
.profile .profile_bg .profile_bg_title{font-size:42px;line-height:44px;color:#fff;font-weight:700;}
.profile .profile_bg .cp_bg_title{font-size:56px;}
.profile .profile_bg .container{padding-top:6%;}
.profile .profile_bg .profile_bg_desc{font-size:24px;line-height:30px;color:#fff;margin-top:20px;text-transform:uppercase;}
.profile .pro_nav_l ul li{font-size:16px;float:left;}
.profile .pro_nav_l ul li:not(:first-child){margin-left:70px;}
.profile .profile_nav{line-height:60px;border-bottom:1px solid #ededed;    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 4;}
.profile_active{position:relative;}
.profile_active::before{content:"";display:block;position:absolute;left:0;bottom:0;height:2px;width:100%;background-color:#e5352c;}
.profile .pro_nav_r a{color:#999;padding:0 2px;}
.profile .pro_nav_r span{color:#e5352c;}
.profile_base_title{position:relative;font-size:42px;line-height:50px;padding-left:10px;margin-bottom:35px;padding-left:30px;font-weight:700;}
.profile_base_title::before{content:'';position:absolute;left:0;top:0;height:100%;width:18px;background-color:#e5352c;}
.profile .profile_about{padding-top:78px;}
.profile .profile_about_title{font-size:16px;line-height:30px;}
.profile .profile_about_desc div{margin-top:45px;color:#666;}
.profile .profile_about_four li{display:inline-block;position:relative;text-align:left;}
.profile .profile_about_four li:not(:first-child){margin-left:135px;}
.profile .profile_about_item p{font-size:60px;line-height:60px;}
.profile .profile_about_item p,.profile .profile_about_item span{display:inline-block;color:#e5352c;font-weight:700;}
.profile .profile_about_item:not(:last-child) span{padding-left:10px;}
.profile .profile_about_four{text-align:center;margin-top:123px;margin-bottom:135px;}
.profile .profile_about_four li + li::before{content:"";display:block;position:absolute;left:-72px;top:0;height:100%;width:2px;background-color:#e5e5e5;}
.profile_core_active{position:relative;font-weight:700;}
.profile_core_active::before{content:"";display:block;position:absolute;left:0;bottom:0;height:5px;width:100%;background-color:#e5352c;}
.profile_core .profile_base_title{margin-bottom:75px;}
.profile .profile_core_nav{padding:0 20px;}
.profile .profile_core_nav li{float:left;width:16.66%;text-align:center;height:60px;line-height:60px;cursor:pointer;position:relative;font-size:18px;}
.profile .profile_core_nav li + li::after{content:'';display:block;position:absolute;left:0;top:0;height:100%;width:2px;background-color:#cccccc;}
#profile_core{margin-bottom:7.8125%;margin-top: 3%;}
.profile .core_l_title{font-size:42px;line-height:54px;color:#e5352c;font-weight:700;line-height:1.285em;}
.profile .core_l_desc{font-size:16px;line-height:30px;color:#666666;margin-top:8.235%;}
.profile .profile_culture .profile_core_content{padding:0px 0px 35px 0px;}
.profile .profile_culture .core_item_r .core_r_img::before{left:92px;}
.profile .profile_culture .core_l_title p:first-child{font-size:92px;}
.profile .profile_culture .core_l_title p:nth-child(2){font-size:40px;line-height:44px;margin-top:20px;color:#333333;}
.profile .profile_culture .core_l_title p:nth-child(3){font-size:22px;line-height:44px;margin-top:35px;color:#333333;}
.profile .profile_culture .core_l_desc{font-size:16px;line-height:30px;margin-top:25px;}
.profile .profile_culture .core_item_l{padding-top:0;}
.profile .profile_culture .profile_core_nav{padding:0;}
.profile .profile_culture .profile_core_nav li{width:20%;height:130px;width:130px;margin: 0 15px 20px;overflow:hidden;}
.profile .profile_culture .culture_img{width:130px;height:95px;background-repeat:no-repeat;background-size:cover;}
.profile .profile_culture .culture_desc{font-size:16px;color:#666;margin-top:20px;line-height:13px;}
.profile .profile_culture .culture_snav ul{display:inline-block;}
.profile .profile_culture .culture_snav{text-align:center;margin-top:60px;}
.profile_culture .profile_core_nav li + li::after{display:none;}
.profile_culture_active .culture_img{border:2px solid #e5352c;}
.profile .profile_core_content{padding:0 3.571%;margin-top:5%;}
.profile .info{display:table;table-layout:fixed;width:100%;}
.profile .core_item_l{display:table-cell;vertical-align:middle;padding-right:9.23%;}
.profile .core_item_r{width:51.538%;position:relative;display:table-cell;vertical-align:top;}
.profile .core_r_img{padding:0 5.672% 5.672% 0;position:relative;overflow:hidden;}
.profile .core_r_img::before{content:'';display:block;position:absolute;width:94.328%;height:100%;right:0;bottom:0;background-color:#e5352c;margin-bottom:-5.672%;}
.profile .core_r_img img{display:block;width:100%;height:auto;position:relative;z-index:2;}
.profile .core_r_img a{display:block;position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;
    background-image: url(../images/video_img01.png);
    background-position: center;
    background-repeat: no-repeat;}
#culture{margin-bottom:9.635%;margin-top: 3%;}
#culture .core_item_r{width:46.528%;}
#culture .core_item_l{padding-left:4.86%;padding-right:0;}
/* */
.xiehui .xiehui_content{height:520px;width:1000px;margin:0 auto;}
.xiehui .swiper-wrapper{height:100%;}
.xiehui .xiehui_item li{float:left;width:50%;text-align:center;height:200px;position:relative;}
.xiehui .xiehui_item li>div{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.xiehui .xiehui_item_desc{margin-top:30px;}
.xiehui .xiehui_item{position:relative;/* padding-bottom:55px;*/
}
.xiehui .swiper-wrapper{/* height:95%;*/
padding-bottom:90px;}
.xiehui .swiper-slide::before{display:block;content:'';position:absolute;left:0;top:50%;transform:translate(0,-50%);width:100%;height:2px;background-color:#e5e5e5;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.xiehui .swiper-slide::after{display:block;content:'';position:absolute;left:50%;top:0;transform:translate(-50%,0);width:2px;height:100%;background-color:#e5e5e5;-webkit-transform:translate(-50%,0%);-moz-transform:translate(-50%,0%);-ms-transform:translate(-50%,0%);-o-transform:translate(-50%,0%);}
.xiehui .swiper-pagination.swiper-pagination-progressbar{bottom:35px;top:unset;left:50%;width:50%;transform:translate(-50%,0);-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);}
.xiehui .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color:#e5352c;}
.xiehui .swiper-pagination2{text-align:center;}
/* */
.sy_fuwu .sy_fuwu_r{height:510px;}
.sy_fuwu #main{height:100%;
    /* background:url(../images/map_01.png) no-repeat center center; */
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;}
/* 发展历程 */
.development{margin-top:75px;}
.development .development_content{position:relative;}
.development .development_content::before{position:absolute;display:block;content:'';width:2px;height:calc(100% - 200px);left:50%;top:50%;background-color:#ddd;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.development .development_left{border:1px solid #ddd;padding:1.736% 3.472% 1.736% 2.083%;width:47%;position:relative;}
.development .development_left::before{content:'';display:block;position:absolute;right:-16px;top:50%;width:0;height:0;border-top:12px solid transparent;border-left:15px solid #ddd;border-bottom:12px solid transparent;background-color:transparent;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.development .development_left::after{content:'';display:block;position:absolute;right:-15px;top:50%;width:0;height:0;border-top:10px solid transparent;border-left:15px solid #fff;border-bottom:10px solid transparent;background-color:transparent;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.development .development_left .info{display:table;table-layout:fixed;width:100%;}
.development .development_right{width:47%;height:200px;position:relative;}
.development .dev_content_title{height:100%;font-size:36px;width:110px;height:50px;text-align:center;background-color:#e5352c;line-height:50px;color:#fff;position:absolute;left:45px;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.development .develop_xian{content:'';height:2px;width:30px;display:block;background-color:#d9d9d9;left:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);position:absolute;}
.development .development_center{width:6%;float:left;height:200px;}
.development_center{position:relative;}
.dev_center_yuan{width:20px;height:20px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border:1px solid #e5352c;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.dev_center_yuan::after{content:'';display:block;position:absolute;width:5px;height:5px;background-color:#e5352c;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.dev_center_yuan::before{content:'';position:absolute;right:-2px;top:-2px;background-color:#fff;width:10px;height:10px;border-radius:0 20px 0 0;-webkit-border-radius:0 20px 0 0;-moz-border-radius:0 20px 0 0;-ms-border-radius:0 20px 0 0;-o-border-radius:0 20px 0 0;}
.development li:nth-child(2n) .development_right{float:left;}
.development li:nth-child(2n) .development_left{float:right;padding:1.736% 2.083% 1.736% 3.472%;}
.development li:nth-child(2n) .development_center{float:right;}
.development li:nth-child(2n) .dev_content_title{right:45px;left:unset;}
.development li:nth-child(2n) .develop_xian{right:0;left:unset;}
.development li:nth-child(2n) .development_left::before{border-left:15px solid #ddd;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);right:unset;left:-15px;top:44%;}
.development li:nth-child(2n) .development_left::after{right:unset;left:-14px;top:45%;border-left:15px solid #fff;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);}
.development .development_img{display:table-cell;vertical-align:middle;width:200px;}
.development .development_img img{display:block;width:100%;height:auto;}
.development .development_text{font-size:15px;line-height:1.865em;display:table-cell;vertical-align:middle;padding-left:4.96%;}
.development .development_text p{position:relative;padding-left:15px;}
.development .development_text p:before{width:4px;height:4px;border-radius:50%;background-color:#4c4c4c;content:'';display:block;position:absolute;left:0;top:12px;}
.development li:nth-child(2n) .development_text{padding-left:0;padding-right:4.96%;}
.development .development_content ul li{margin-top:40px;}
.bus_model .bus_model_title{padding-top:80px;padding-bottom:40px;font-size:16px;line-height:30px;border-bottom:1px solid #d9d9d9;}
.bus_model .bus_model_bz{padding-top:55px;}
.bus_model .profile_base_desc{font-size:16px;line-height:30px;}
.bus_model .bus_bz_content{padding:0 20px;height:440px;margin-top:100px;}
.bus_model .bus_bz_l{width:47%;height:100%;background-color:#e5352c;position:relative;}
.bus_bz_l{padding:40px 44px 0 35px;}
.bus_model .bus_bz_r{width:47%;height:100%;}
.bus_model .bus_bz_title{font-size:42px;line-height:44px;color:#fff;font-weight:700;}
.bus_model .bus_bz_desc{margin-top:45px;position:relative;padding-left:30px;font-size:16px;color:#fff;z-index:2;}
.bus_model .bus_bz_l:nth-child(2n){float:right!important;}
.bus_model .bus_bz_desc::before{content:"";display:block;position:absolute;left:0;top:7px;width:10px;height:10px;background-color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.bus_model .bus_mode_btn{width:160px;height:40px;position:relative;display:block;background-color:#fff;color:#e5352c;text-align:center;border-radius:23px;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;position:absolute;bottom:40px;right:40px;line-height:40px;font-size:16px;z-index:1;}
.bus_model .bus_mode_btn span{position:absolute;right:17px;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.bus_model .bj_zi{font-size:148px;position:absolute;bottom:-27px;left:40px;color:rgba(189,179,179,0.5);}
.bus_model .bus_img{position:absolute;right:-64px;top:-61px;}
.bus_model{padding-bottom:140px;}
/* 业务模式 */
.bus_gy{padding:115px 0 120px;background-color:#f5f5f5;}
.bus_gy .bus_gy_t{text-align:center;margin-bottom:60px;}
.bus_gy .bus_gy_nav{display:inline-block;margin:0 auto;}
.bus_gy .bus_gy_nav li{float:left;height:60px;text-align:center;font-size:18px;line-height:30px;width:235px;position:relative;line-height:60px;cursor:pointer;}
.bus_gy_active::after{display:block;content:'';position:absolute;left:0;bottom:0;height:5px;background-color:#e5352c;width:100%;}
.bus_gy .bus_gy_nav li + li::before{display:block;content:'';position:absolute;left:0;top:0;height:100%;background-color:#ddd;width:2px;}
.bus_gy .bus_gy_more{display:block;width:160px;height:45px;text-align:center;color:#fff;background-color:#e5352c;line-height:45px;border-radius:23px;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;}
.bus_gy .bus_gy_left{width:38%;height:100%;padding-top:3.5%;}
.bus_gy .bus_gy_right{width:50%;height:100%;}
.bus_gy .bus_gy_right img{display:block;width:auto;height:auto;}
.bus_gy .bus_gy_title{font-size:42px;line-height:1.286em;font-weight:700;margin-bottom:7.312%;color:#e5352c;}
.bus_gy .bus_gy_desc{margin-bottom:55px;font-size:16px;line-height:30px;}
.bus_gy .bus_gy_bnav{margin-top:2.639%;}
.bus_gy .bus_gy_bnav ul{display:inline-block;float:right;padding:0 10px;width:50%;}
.bus_gy .bus_gy_bnav ul li{float:left;position:relative;padding-bottom:5px;font-size:16px;line-height:30px;cursor:pointer;}
.bus_gy .bus_gy_bnav ul li:not(:first-child){margin-left:50px;}
.gy_bnav_active::before{display:block;content:'';position:absolute;left:0;bottom:0;height:2px;background-color:#e5352c;width:100%;}
/* 行业解决方案 */
.cp_hy{overflow:hidden;}
.cp_hy .cp_hy_title{padding-top:75px;padding-bottom:40px;font-size:16px;line-height:30px;}
.cp_hy_top{border-bottom:1px solid #d9d9d9;padding-bottom:100px;}
.cp_hy .cp_hycontent_top{padding-top:50px;}
.cp_hy .hycontent_nav_big{text-align:center;}
.cp_hy .cp_hycontent_nav{display:inline-block;width:85%;}
.cp_hy .cp_hycontent_nav li + li::before{display:block;content:'';position:absolute;left:0;top:0;height:100%;background-color:#ddd;width:2px;}
.cp_hy .cp_hycontent_nav li{float:left;width:20%;text-align:center;position:relative;height:60px;line-height:60px;font-size:16px;font-weight:700;cursor:pointer;}
.cp_hy_active::after{display:block;content:'';position:absolute;left:0;bottom:0;height:5px;background-color:#e5352c;width:100%;}
.cp_hy .cp_hy_left{width:57.5%;}
.cp_hy .cp_hy_left .text{background-color:#e5352c;padding:105px 165px 50px 55px;color:#fff;}
.cp_hy .cp_left_title{font-size:56px;line-height:44px;font-weight:700;}
.cp_hy .cp_left_desc{font-size:16px;line-height:30px;margin:55px 0 85px;height: 60px;overflow: hidden;text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}
.cp_hy .cp_left_btn{display:block;border-radius:23px;width:160px;height:45px;background-color:#fff;color:#e5352c;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;text-align:center;line-height:45px;margin-top:70px;}
.cp_hy .cp_hy_item{position:relative;}
.cp_hy .cp_hy_botton{margin-top:40px;}
.cp_hy .cp_hy_img{position:absolute;right:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);z-index:3;overflow: hidden;}
.cp_hy .cp_hy_img:hover .cp_hy_img01{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
} 
.cp_hy .cp_hy_img .cp_hy_img01{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}


/* 产品中心 */
.cp_center{padding-top:80px;padding-bottom:70px;}
.cp_center .cp_center_content li{width:33.33%;cursor:pointer;padding-bottom:50px;float:left;margin-top:40px;height:565px;}
.cp_center .cp_center_content li:hover{box-shadow:0 0 25px #e7e7e7;}
.cp_center .cp_center_content li:hover .cp_center_title{color:#e5352c;}
.cp_center .cp_center_img{height:315px;position:relative;}
.cp_center .cp_center_img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);max-width:315px;max-height:157px;}
.cp_center .cp_center_title{font-size:24px;line-height:30px;padding-left:20px;}
.cp_center .cp_center_desc{padding-left:20px;margin:20px 0;color:#666666;word-wrap: break-word;}
.cp_center .cp_center_btn{display:block;width:160px;height:45px;text-align:center;line-height:45px;border-radius:23px;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;color:#fff;background-color:#e5352c;margin-left:20px;position:relative;padding-right:10px;}
.cp_center .cp_center_btn span{font-size:25px;position:absolute;right:32px;line-height:44px;}
/* 产品详情 */
.cp_xq_banner{height:720px;position:relative;}
.cp_xq_banner::before{content:'';display:block;position:absolute;left:0;top:0;height:100%;width:70%;background-color:#dcdcdc;z-index:-1;}
.cp_xq_banner::after{position:absolute;content:'';display:block;height:100%;top:0;right:0;width:30%;background-color:#e5352c;z-index:-1;}
.cp_xq_banner .container{width:100%;max-width:1440px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.cp_xq_banner .cp_xq_desc{font-size:16px;line-height:32px;width:100%;color:#666;margin-top:60px;margin-bottom:80px;max-width:585px;}
.cp_xq_banner .cp_xq_btn{width:200px;height:60px;line-height:60px;border-radius:30px;-webkit-border-radius:30px;-moz-border-radius:30px;-ms-border-radius:30px;-o-border-radius:30px;text-align:center;background-color:#e5352c;color:#fff;font-size:18px;}
.cp_xq_banner .cp_xq_btn img{margin-top:20px;}
.cp_xq_banner .cp_xq_top{width:44.681%;}
.cp_xq_banner .cp_xq_right{width:49%;overflow:hidden;position:relative;}
.cp_xq_banner .swiper-slide-thumb-active{border:5px solid red;}
.cp_xq_banner .mySwiper{position:relative;margin-top:96px;padding: 0 27px;}
.cp_xq_banner .mySwiper2 .swiper-slide{text-align:center;}
.cp_xq_banner .mySwiper .swiper-button-next{color:#fff;background-color:#e5352c;right:0;}
.cp_xq_banner .mySwiper .swiper-button-prev{color:#fff;background-color:#e5352c;left:0;}
.cp_xq_banner .swiper-button-next:after,.cp_xq_banner .swiper-container-rtl .swiper-button-prev:after{font-size:14px;}
.cp_xq_banner .swiper-button-prev:after,.cp_xq_banner .swiper-container-rtl .swiper-button-next:after{font-size:14px;}
.cp_xq_banner .swiper-button-next.swiper-button-disabled,.cp_xq_banner .swiper-button-prev.swiper-button-disabled{opacity:1;}
.cp_xq_banner .mySwiper .swiper-slide{height:80px;overflow:hidden;}
.cp_xq_banner .mySwiper2 .swiper-slide{width:100%!important;margin:auto;}
.cp_xq_banner .mySwiper .swiper-slide img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);max-height:90px;width:100%;}
.cp_td{padding:90px 100px;}
.cp_td .cp_td_title{text-align:center;margin-bottom:30px;}
.cp_td .profile_base_title{display:inline-block;}
.cp_td ul{display:inline-block;width:100%;}
.cp_td ul li{float:left;width:25%;}
.cp_td .cp_td_img::before{content:"";display:block;width:89%;height:89%;left:50%;top:50%;border-radius:50%;border:8px solid #fff;position:absolute;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.cp_td .cp_td_img{width:180px;height:180px;background-color:#e5352c;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;position:relative;margin:0 auto;}
.cp_td ul li img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.cp_td .cp_td_desc{text-align:center;}
.cp_td .cp_td_desc{font-size:20px;line-height:30px;margin-top:5px;}
.cp_guige{padding:80px 0 0;background-color:#f2f4f6;}
.cp_guige .container{border-bottom:5px solid #e5352c;padding-bottom:105px;}
.cp_guige .cp_guige_l{width:45%;height:100%;}
.cp_guige .cp_guige_content{height:470px;}
.cp_guige .cp_guige_r{width:45%;height:100%;}
.cp_guige .cp_guige_img{width:100%;height:100%;position:relative;}
.cp_guige .cp_guige_img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.cp_guige table{width:100%;}
.cp_guige table tr{width:100%;}
.cp_guige table tr td{font-size:16px;}
.cp_guige table tr td:first-child{text-align:right;padding-right:40px;width:23%;}
.cp_guige table tr td:last-child{text-align:left;padding-left:30px;}
.cp_guige table td{border:1px solid #d2d7dc;padding:22px 0;}
.cp_guige .cp_guige_zushi{font-size:14px;color:#999;margin-top:25px;}
.related_al{padding-top:115px;}
.related_al .related_content{position:relative;}
.related_al .related_title{text-align:center;}
.related_al .profile_base_title{display:inline-block;}
.related_al .swiper_related{width:89%;margin:0 auto;overflow:hidden;}
.related_al .swiper-button-next,.related_al .swiper-container-rtl .swiper-button-prev{height:40px;width:40px;background-color:#e5352c;text-align:center;}
.related_al .swiper-button-next:after,.related_al .swiper-container-rtl .swiper-button-prev:after{font-size:18px;color:#fff;}
.related_al .swiper-button-prev,.related_al .swiper-container-rtl .swiper-button-next{height:40px;width:40px;background-color:#e5352c;text-align:center;}
.related_al .swiper-button-prev:after,.related_al .swiper-container-rtl .swiper-button-next:after{font-size:18px;color:#fff;}
.related_al .related_desc{font-size:18px;margin-top:25px;}
.other_cp .cp_other_img{height:200px;background-color:#f2f4f6;position:relative;}
.other_cp .cp_other_img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.other_cp .swiper_other{width:89%;margin:0 auto;overflow:hidden;}
/* 案例中心 */
.al_center{padding-top:75px;}
.al_center .al_center_l{width:14%;}
.al_center .al_center_r{width:79%;padding-bottom:40px;}
.al_center .al_center_content{width:195px;height:250px;border:1px solid #cccccc;padding:20px 20px;}
.al_center .al_serch_item{height:40px;line-height:40px;padding-left:20px;position:relative;}
.al_center .al_serch_item input{width:20px;height:20px;margin-top:10px;position:absolute;left:0;top:0;cursor:pointer;}
.al_center .al_serch_item .al_serch_lei{display:inline-block;padding-left:10px;}
.al_center .al_title{font-size:24px;line-height:40px;}
.al_center .al_center_title{font-size:24px;line-height:30px;margin-top:35px;margin-bottom:30px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;height:60px;}
.al_center .al_center_desc{font-size:16px;line-height:30px;margin-bottom:35px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;}
.al_center .al_center_btn{display:block;width:160px;height:45px;background-color:#e5352c;color:#fff;text-align:center;line-height:45px;font-size:16px;border-radius:23px;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;}
.al_center .al_center_r li{float:left;width:46%;max-width:520px;padding-bottom:10%;}
.al_center .al_center_r li:nth-child(2n){margin-left:8%;}
/* 案例详情 */
.al_xq{padding-top:70px;}
.al_xq .al_xq_title{font-size:42px;line-height:30px;text-align:center;margin-bottom:30px;line-height:1.2;}
.al_xq .al_xq_desc{font-size:16px;line-height:30px;text-align:center;}
.al_xq .al_xq_top{padding-bottom:35px;border-bottom:1px solid #e5e5e5;}
.al_xq .al_xq_content img{display:block;margin:0 auto;}
.al_xq .al_xq_content h1{display:inline-block;position:relative;}
.al_xq .al_xq_content h1::before{content:'';display:block;position:absolute;bottom:0;left:0;width:110px;height:2px;background-color:#e5352c;}
.al_xq .al_xq_right a img{margin-top:4px;}
.al_xq .al_xq_button{padding-bottom:50px;border-bottom:1px solid #e5e5e5;}
/* 媒体中心 新闻中心 */
.mt_news{padding-top:75px;}
.mt_news .mt_news_top ul li{float:left;width:calc(92%/3);}
.mt_news .mt_news_top ul li:not(:first-child){margin-left:4%;}
.mt_news .mt_news_title{font-size:24px;line-height:32px;}
.mt_news .mt_news_content{padding:20px 20px 30px 20px;border:1px solid #dddddd;}
.mt_news .mt_news_desc{font-size:16px;line-height:24px;margin-top:20px;margin-bottom:30px;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.mt_news .mt_news_more a{width:140px;height:45px;line-height:45px;text-align:center;display:block;background-color:#e5352c;color:#fff;border-radius:23px;-webkit-border-radius:23px;-moz-border-radius:23px;-ms-border-radius:23px;-o-border-radius:23px;padding-right:20px;position:relative;}
.mt_news .mt_news_more a span{font-size:24px;position:absolute;right:28px;top:47%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.mt_news .mt_news_time div{line-height:45px;}
.mt_news .list_both_time{width:70px;height:60px;text-align:center;background-color:#e5352c;color:#fff;}
.mt_news .list_first_time{font-size:24px;line-height:36px;}
.mt_news .list_last_time{font-size:18px;line-height:18px;}
.mt_news .list_one_time{text-align:center;color:#e5352c;font-size:18px;line-height:24px;margin-top:5px;}
.mt_news .list_item_content{margin-left:30px;}
.mt_news .item_content_title{font-size:20px;line-height:32px;}
.mt_news .item_content_title{font-size:16px;line-height:32px;color:#999;}
.mt_news .mt_list li a{height:100%;display:block;padding-bottom:30px;border-bottom:1px solid #e5e5e5;}
.mt_news .mt_list li{margin-top:40px;}
.mt_news .list_item_icon img{margin-top:35px;}
.mt_news .mt_list{padding-bottom:135px;padding-top:55px;}
/* 路凯杂志 */
.mt_zz{padding-top:75px;padding-bottom:135px;}
.mt_zz .swiper_zz{width:84%;overflow:hidden;margin:0 auto;padding:10px;}
.mt_zz .mt_zz_content{position:relative;}
.mt_zz .swiper-slide{padding:20px;background-color:#fff;box-shadow:0 0 25px #e7e7e7;width:25%;}
.mt_zz .swiper-button-next,.mt_zz .swiper-container-rtl .swiper-button-prev{height:40px;width:40px;background-color:#e5352c;text-align:center;}
.mt_zz .swiper-button-prev,.mt_zz .swiper-container-rtl .swiper-button-next{height:40px;width:40px;background-color:#e5352c;text-align:center;}
.mt_zz .swiper-button-prev:after,.mt_zz .swiper-container-rtl .swiper-button-next:after{font-size:18px;color:#fff;}
.mt_zz .swiper-button-next:after,.mt_zz .swiper-container-rtl .swiper-button-prev:after{font-size:18px;color:#fff;}
.mt_zz .mt_zz_title{text-align:center;font-size:18px;line-height:28px;margin-top:20px;}
.mt_zz .mt_zz_top{text-align:center;}
.mt_zz .profile_base_title{display:inline-block;}
.mt_zz .mt_zz_content a{display:block;}
.mt_zz .mt_zz_content img{display:block;width:100%;height:auto;margin:0 auto;}
/* 视频中心 */
.mt_video{padding-top:80px;}
.mt_video .mt_video_con1{position:relative;}
.mt_video .vide_con1_title{font-size:24px;line-height:32px;text-align:center;margin-top:55px;margin-bottom:35px;}
.mt_video .vide_con1_content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);color:#fff;}
.mt_video .vide_con1_content img{display:block;margin:0 auto;}
.mt_video .vide_con1_desc{font-size:16px;line-height:24px;text-align:center;color:#fff;width:68%;margin:0 auto;}
.mt_video .mt_video_con2{padding-bottom:100px;}
.mt_video .mt_video_con2 ul{margin-bottom:80px;}
.mt_video .mt_video_con2 li{float:left;width:49%;margin-top:60px;}
.mt_video .mt_video_con2 li:not(:nth-child(2n+1)){margin-left:15px;}
.mt_video .vide_con2_img{position:relative;}
.mt_video .vide_con2_img img:last-child{position:absolute;left:40px;bottom:60px;z-index:2;cursor:pointer;}
.mt_video .vide_con2_title{font-size:24px;line-height:32px;margin:30px 0;}
.mt_video .vide_con2_desc{font-size:16px;line-height:24px;}
.mt_video .vide_con2_m{position:absolute;left:0;top:0;right:0;bottom:0;background-color:#000;opacity:0.6;z-index:1;}
.mt_news.sousuo_hl .mt_news_top ul li:not(:first-child){margin-left:unset;}
.mt_news.sousuo_hl .mt_news_top ul li:not(:nth-child(3n+1)){margin-left:2%;}
.mt_news.sousuo_hl .mt_news_top ul li{margin-top:20px;}
.mt_news.sousuo_hl .mt_news_bt{margin-top:20px;}
@media(max-width:1460px){.mt_news.sousuo_hl .mt_news_top ul li:not(:nth-child(3n+1)){margin-left:2%!important;}
}
@media(max-width:768px){.mt_news.sousuo_hl .mt_news_top ul li:not(:nth-child(3n+1)){margin-left:unset!important;}
.mt_news.sousuo_hl .mt_news_top ul li:not(:nth-child(2n+1)){margin-left:2%!important;}
}
@media(max-width:480px){.mt_news.sousuo_hl .mt_news_top ul li:not(:nth-child(2n+1)){margin-left:unset!important;}
}
.cx_con1{padding:80px 0 120px;}
.cx_con1 .cx_con1_top{text-align:center;}
.cx_con1 .profile_base_title{display:inline-block;}
.cx_con1 .cx_con1_content p{font-size:16px;line-height:30px;}
/* 绿色公益 */
.cx_con2 .cx_con2_left{width:47%;/* position:absolute;top:50%;transform:translate(0,-50%);*/
 padding-top:4%;}
.cx_con2 .cx_con2_right{width:47%;}
.cx_con2 .cx_con2_item:nth-child(2n) .cx_con2_left{float:right;right:0;}
.cx_con2 .cx_con2_item:nth-child(2n) .cx_con2_right{float:left;}
.cx_con2 .cx_con2_item{position:relative;width:100%;overflow:hidden;}
.cx_con2_item .container{width:1440px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.cx_con2 .cx_con2_desc{font-size:24px;line-height:44px;}
.cx_con2 .cx_con2_title{font-size:56px;line-height:62px;position:relative;padding-bottom:20px;margin-top:40px;margin-bottom:80px;font-weight:700;}
.cx_con2 .cx_con2_title::before{content:'';display:block;width:110px;height:5px;background-color:#e5352c;font-size:56px;line-height:62px;position:absolute;left:0;bottom:0;}
.cx_con2 .cx_con2_desc01{font-size:16px;line-height:30px;width:76%;}
/* 人才理念 */
.rc_con1{padding:75px 0 100px;}
.rc_con1 .rc_con1_l{width:50%;padding-top:6%;}
.rc_con1 .rc_con1_r{width:48%;}
.rc_con1 .rc_con1_r{position:relative;}
.rc_con1 .rc_con1_r::before{display:block;content:'';position:absolute;top:20px;right:0;background-color:#e5352c;width:96%;height:100%;z-index:-1;}
.rc_con1 .rc_con1_desc{font-size:16px;line-height:30px;width:92%;}
/* 人力资源 */
.rc_con2{padding-top:75px;padding-bottom:120px;}
.rc_con2 .rc_con2_l{width:13%;}
.rc_con2 .rc_con2_r{width:78.5%;}
.rc_con2 .rc_con2_content{width:185px;height:250px;border:1px solid #cccccc;padding:20px 20px 0 20px;}
.rc_con2 .con2_l_title{font-size:24px;line-height:30px;padding-bottom:10px;border-bottom:1px solid #ccc;}
.rc_con2 .rc_con2_content ul li{position:relative;margin-top:15px;font-size:16px;line-height:38px;}
.rc_con2 .rc_con2_content ul li::before{content:'>';position:absolute;right:0;}
.rc_con2 .rc_con2_active{color:#e5352c;}
.rc_con2_top .rc_con2_title{font-size:24px;line-height:50px;}
.rc_con2 .rc_con2_form{width:100%;float:left;}
.rc_con2 .rc_con2_item{margin-left:20px;height:100%;width:15%;display:inline-block;}
.rc_con2 .rc_con2_serch{width:48%;}
.rc_con2 .rc_con2_form select{display:block;border:1px solid #ccc;width:100%;height:50px;padding:0 15px;}
.rc_con2 .rc_con2_form select{appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url("../images/down.png") no-repeat scroll 80% center transparent;}
.rc_con2 .rc_con2_item input{display:block;border:1px solid #ccc;padding-left:20px;height:50px;width:100%;}
.rc_con2 .rc_con2_btn{display:inline-block;margin-left:20px;height:100%;}
.rc_con2 .rc_con2_btn{position:absolute;right:0;top:0;height:50px;width:160px;background-color:#e5352c;text-align:center;line-height:50px;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;}
.rc_con2 .rc_con2_btn input{color:#fff;font-size:18px;}
.rc_con2 .rc_con2_top{position:relative;}
.rc_con2 .rc_con2_botton{width:90%;}
.rc_con2 .rc_con2r_nav{height:60px;line-height:60px;background-color:#e5352c;}
.rc_con2 .rc_con2r_nav li{float:left;text-align:center;width:16.66%;font-size:18px;color:#fff;}
.rc_con2 .rc_con2r_item{margin-top:10px;}
.rc_con2 .rc_con2r_item li{float:left;text-align:center;width:16.66%;font-size:16px;}
.rc_con2 .rc_con2_list{margin-top:40px;}
.rc_con2 .rc_con2r_item ul{background-color:#f2f4f6;height:60px;line-height:60px;}
.rc_con2 .open_con2r_content li:last-child{position:relative;height:60px;}
.rc_con2 .open_con2r_content li:last-child img{display:block;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.rc_con2 .open_con2r_item{background-color:#f8f9fa;padding-left:4%;padding-bottom:60px;display:none;margin-bottom:10px;}
.rc_con2 .rc_con2r_item li:first-child{padding-left:3%;}
.rc_con2 .con2r_main_title{font-size:18px;line-height:36px;}
.rc_con2 .con2r_main_li{font-size:16px;line-height:30px;color:#666;}
.rc_con2 .con2r_main_title{padding-top:35px;}
.rc_con2 .con2r_form_item:not(:first-child){margin-left:10px;}
.rc_con2 .con2r_form_item{display:inline-block;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;}
.rc_con2 .con2r_form_item input{width:160px;height:50px;border:1px solid #eaeaea;border-radius:25px;padding-left:20px;font-size:16px;}
.rc_con2 .con2r_form_item:nth-child(4) a{font-size:16px;display:inline-block;width:160px;height:50px;border:1px solid #eaeaea;border-radius:25px;line-height:50px;text-align:center;background-color:#e84a42;color:#fff;-webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;}
.rc_con2 .con2r_form_item:nth-child(2) input{width:230px;}
.rc_con2 .con2r_form_item:nth-child(5){background-color:#e84a42;}
.rc_con2 .con2r_form_item:nth-child(5) input{padding-left:0;color:#fff;}
.rc_con2 .con2r_file{display:none;}
.rc_con2 .rc_con2r_item{margin-top:1px;}
.rc_con2 .con2r_main_item:last-child{margin-top:30px;}
.rc_con2 .rc_con2r_cont{margin-bottom:30px;}
.rc_con2 .rc_con2_desc{margin-top:30px;font-size:16px;line-height:30px;}
/* 认证 */
.renzhen{margin-top: 3%;}
.renzhen .renzhen_swiper{width:300px;text-align:left;border-bottom:1px solid #e84a42;padding-bottom:20px;}
.renzhen .renzhen_content .swiper-slide .imgbox{position:relative;height:300px;}
.renzhen .renzhen_content{margin:30px 0 100px;}
.renzhen .renzhen_content img{height:100%;position:absolute;left:0;top:0;right:0;bottom:0;}
.xiehui{margin-top: 3%;}
.xiehui .swiper_two{text-align:center;margin-top:20px;position:absolute;bottom:-38px;left:48.5%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
.ren_active{font-size:30px;color:#e84a42;}
.renzhen .h_title{margin-top:10px;text-align:center;}
/* 响应式 */
.banner_side_imgm{display:none;}
#lukai_d{display:none;background-color:#e84a42;color:#fff;text-align:center;height:30px;line-height:30px;}
.banner_login{position:fixed;left:0;top:0;bottom:0;right:0;background:rgba(0,0,0,0.3);height:100%;width:100%;z-index:99;}
.banner_content_01{width:35%;position:relative;right:245px;top:50%;left:50%;transform:translate(0,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);z-index:1;background:#fff;padding:20px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;}
.banner_d_img{position:absolute;right:-28px;top:-28px;cursor:pointer;}
/*服务网络*/
#network{padding-top:3.90625%;}
#network .info{display:table;width:100%;table-layout:fixed;}
#filter{width:22.917%;display:table-cell;vertical-align:middle;}
#filterTab{overflow:hidden;font-size:0;line-height:normal;margin-bottom:6.667%;}
#filterTab span{display:block;font-size:24px;color:#333;display:inline-block;line-height:1.35em;margin-right:12.121%;position:relative;cursor:pointer;}
#filterTab span:last-child{margin-right:0;}
#filterTab span:after{width:1px;height:20px;background-color:#e5e5e5;content:'';display:block;position:absolute;right:-16.25%;top:50%;transform:translateY(-50%);}
#filterTab span:last-child:after{display:none;}
#filterTab .cur{color:#e5352c;}
.serach_item{margin-bottom:1px;}
.serach_item .select{background-color:#e5352c;color:#fff;position:relative;}
.serach_item .select:before{border-top:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:'';display:block;position:absolute;right:20px;top:50%;transform:translateY(-50%);}
.serach_item select{background-color:transparent;width:100%;font-size:16px;color:#fff;padding:0 6.06%;height:60px;-webkit-appearance:none;appearance:none;position:relative;z-index:2;}
.serach_item select::-ms-expand{display:none;}
.serach_item option{color:#333;}
#search,#search_y{background-color:#f2f4f6;padding:5.455% 6.06%;margin-bottom:1px;}
#search .input,#search_y .input{position:relative;padding-right:16px;}
#search .text,#search_y .text{font-size:14px;height:24px;line-height:24px;color:#333;display:block;width:100%;}
#search .submit,#search_y .submit{display:block;width:16px;height:100%;background:url(../images/icon_search.png) no-repeat center center;background-size:16px auto;position:absolute;right:0;top:50%;transform:translateY(-50%);cursor:pointer;}
#search input[type='text']::-moz-placeholder,#search_y input[type='text']::-moz-placeholder input[type='text']::-moz-placeholder{opacity:1;}
#search input[type='text']:-moz-placeholder,#search_y input[type='text']::-moz-placeholder input[type='text']:-moz-placeholder{opacity:1;}
#search input[type='text']::-webkit-input-placeholder,#search_y input[type='text']::-webkit-input-placeholder{opacity:1;}
#search input,#search_y input[type='text']:-ms-input-placeholder{opacity:1;}
#citylist{overflow:hidden;background-color:#f5f5f5;padding:7.879% 0;}
#citylist .box{padding-bottom:196.97%;position:relative;}
#citylist .list{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;padding:0 6.06%;}
#citylist .item{border-bottom:1px solid #dcdcdc;overflow:hidden;padding-bottom:8.276%;margin-bottom:8.966%;}
#citylist .item:last-child{border-bottom:none;margin-bottom:0;}
#citylist h3{font-weight:normal;font-size:18px;color:#333;line-height:1.35em;}
#citylist p{font-size:16px;color:#666;line-height:22px;margin-top:4.138%;}
#citylist .mCSB_inside > .mCSB_container{margin-right:0;}
#citylist .mCSB_outside + .mCSB_scrollTools{right:6px;}
#citylist .mCSB_scrollTools{width:4px;}
#citylist .mCSB_scrollTools .mCSB_draggerRail{background-color:rgba(0,0,0,.05);width:100%;border-radius:0;}
#citylist .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#ef4035;border-radius:2px;}
#citylist01{overflow:hidden;background-color:#f5f5f5;padding:7.879% 0;display:none;}
#citylist01 .box{padding-bottom:196.97%;position:relative;}
#citylist01 .list{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;padding:0 6.06%;}
#citylist01 .item{border-bottom:1px solid #dcdcdc;overflow:hidden;padding-bottom:8.276%;margin-bottom:8.966%;}
#citylist01 .item:last-child{border-bottom:none;margin-bottom:0;}
#citylist01 h3{font-weight:normal;font-size:18px;color:#333;line-height:1.35em;}
#citylist01 p{font-size:16px;color:#666;line-height:22px;margin-top:4.138%;}
#citylist01 .mCSB_inside > .mCSB_container{margin-right:0;}
#citylist01 .mCSB_outside + .mCSB_scrollTools{right:6px;}
#citylist01 .mCSB_scrollTools{width:4px;}
#citylist01 .mCSB_scrollTools .mCSB_draggerRail{background-color:rgba(0,0,0,.05);width:100%;border-radius:0;}
#citylist01 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#ef4035;border-radius:2px;}
#mapInfo{display:table-cell;vertical-align:top;padding-right:8.403%;}
#mapBox{position:relative;margin-top:6.37%;}
#mapBox .map i{padding-bottom:71.992%;display:block;background:url(../images/map_02.png) no-repeat center center;background-size:contain;}
#mapBox .tips{position:absolute;left:0;bottom:0;font-size:14px;color:#333;line-height:1.75em;}
#mapBox .tips li{position:relative;padding:4px 0 4px 20px;}
#mapBox .tips span{display:block;width:10px;height:10px;border:1px solid #e5352c;background-color:#fff;position:absolute;left:0;top:50%;transform:translateY(-50%);border-radius:50%;}
#mapBox .tips .red{background-color:#e5352c;}
.cityDots{position:absolute;left:0;top:0;width:100%;height:100%;}
.cityDots li{width:0.809%;border-radius:50%;border:1px solid #e5352c;background-color:#fff;position:absolute;cursor:pointer;box-sizing:content-box;}
.cityDots .red{background-color:#e5352c;}
.cityDots .dot{padding-bottom:100%;}
.cityDots .star{width:1.82%;border-radius:0;border:none;background-color:transparent;}
.cityDots .star .dot{background:url(../images/icon_star.png) no-repeat center center;background-size:contain;}
.cityDots .name{display:block;position:absolute;font-size:14px;color:#976d4f;white-space:nowrap;}
.cityDots .intro{position:absolute;left:50%;bottom:140%;margin-bottom:10px;transform:translateX(-50%);width:320px;background-color:#fff;box-shadow:0px 0px 9px rgba(0,0,0,.36);z-index:2;padding:18px 20px 15px;}
.cityDots .intro:after{content:'';display:block;position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-left:8px;border-top:8px solid #fff;border-right:10px solid transparent;}
.cityDots h3{font-size:18px;font-weight:normal;color:#333;line-height:1.5em;}
.cityDots p{font-size:16px;color:#666;line-height:1.75em;}
.cityDots .city1{left:74%;top:18.258%;}
.cityDots .city1 .name,.cityDots .city4 .name,.cityDots .city13 .name,.cityDots .city14 .name,.cityDots .city16 .name,.cityDots .city20 .name,.cityDots .city27 .name,.cityDots .city28 .name,.cityDots .city29 .name,.cityDots .city33 .name{left:170%;top:50%;transform:translateY(-50%);}
.cityDots .city2{left:72.6%;top:30.9%;}
.cityDots .city2 .name,.cityDots .city6 .name,.cityDots .city7 .name,.cityDots .city9 .name,.cityDots .city10 .name,.cityDots .city12 .name,.cityDots .city15 .name,.cityDots .city17 .name,.cityDots .city19 .name,.cityDots .city22 .name,.cityDots .city23 .name,.cityDots .city24 .name,.cityDots .city25 .name{left:50%;top:130%;transform:translateX(-50%);}
.cityDots .city3{left:65.184%;top:37.22%;}
.cityDots .city3 .name,.cityDots .city5 .name,.cityDots .city11 .name,.cityDots .city21 .name,.cityDots .city32 .name{right:170%;top:50%;transform:translateY(-50%);}
.cityDots .city4{left:64%;top:40.309%;}
.cityDots .city5{left:57%;top:42.135%;}
.cityDots .city6{left:60.667%;top:42.135%;}
.cityDots .city7{left:64.712%;top:47.753%;}
.cityDots .city8{left:69.262%;top:47%;}
.cityDots .city8 .name{left:170%;top:45%;}
.cityDots .city9{left:51.062%;top:53.933%;}
.cityDots .city10{left:58.645%;top:53.17%;}
.cityDots .city11{left:68.852%;top:56.461%;}
.cityDots .city12{left:64.712%;top:59.1%;}
.cityDots .city13{left:71.484%;top:58.5%;}
.cityDots .city14{left:71.786%;top:61.096%;}
.cityDots .city15{left:42.973%;top:63.202%;}
.cityDots .city16{left:47.417%;top:66.614%;}
.cityDots .city17{left:59.656%;top:63.202%;}
.cityDots .city18{left:69.059%;top:62.921%;}
.cityDots .star .name{left:110%;top:50%;transform:translateY(-38%);}
.cityDots .city19{left:69.567%;top:66.011%;}
.cityDots .city20{left:71.688%;top:66.433%;}
.cityDots .city21{left:45.197%;top:69.522%;}
.cityDots .city22{left:56.926%;top:70.225%;}
.cityDots .city23{left:63.195%;top:68.82%;}
.cityDots .city24{left:39.13%;top:77.809%;}
.cityDots .city25{left:48.13%;top:74.479%;}
.cityDots .city26{left:69.565%;top:75%;}
.cityDots .city26 .name{left:130%;top:-190%;}
.cityDots .city27{left:65.517%;top:79.575%;}
.cityDots .city28{left:73.504%;top:77.808%;}
.cityDots .city29{left:48.733%;top:85.674%;}
.cityDots .city30{left:59.656%;top:83.567%;}
.cityDots .city30 .name{right:96%;top:-200%;}
.cityDots .city31{left:60.97%;top:82.865%;}
.cityDots .city32{left:58.844%;top:85.393%;}
.cityDots .city33{left:60.765%;top:85.955%;}
.cityDots .city34{left:58.645%;top:87.079%;}
.cityDots .city34 .name{right:130%;top:40%;}
.cityDots .city35{left:60.1%;top:87.781%;}
.cityDots .city35 .name{left:130%;top:-50%;}
/*hmmore*/
.hmmore a{background-color:#e5352c;color:#fff;font-size:16px;width:160px;height:46px;border-radius:23px;line-height:46px;text-align:center;display:block;}
.hmmore i{display:inline-block;font-style:normal;}
@media(max-width:1652px){.banner .banner_left_desc,.banner .banner_left_title{font-size:36px;}
.banner{height:auto;}
.sy_about{height:auto;}
.banner_left h2{font-size:36px;}
.banner_content {

    right: 9%;
	}
	.banner .b_news {
  
    right: -8%;
   
}
}
@media(max-width:1470px){.al_center .al_center_r li:nth-child(2n){margin-left:20px;}
.al_center .al_center_r li{max-width:unset;width:48%;}
.cx_con2_item .container{width:100%;padding:0 15px;}

}


@media(max-width:1440px){
	.renzhen .renzhen_content{margin:20px 0 50px 0;}
.renzhen .renzhen_content {
    height: 490px;
}

.rc_con2 .rc_con2r_item li{font-size:12px;}
.development .development_text{left:70%;}
.mainnav ul>li:not(:first-child){margin-left:10px;}
/* .banner_d_l{display:none;} */
.banner_content {
    right: 6%;
}
#lukai_d{display:block;cursor:pointer;}
.banner .banner_left{left:10%;top:40%;}
.banner .b_news{
	/*position:unset;*/
	
	width: 43%;
	padding:0 15px;
}
.bottom .bottom_form{right: 13%;}
.mt_news .mt_news_top ul li:not(:first-child){margin-left:2%;}
.mt_news .mt_news_top ul li{width:32%;}
.rc_con2 .rc_con2_btn{top:unset;bottom:0;}
.rc_con2 .rc_con2_serch{width:40%;}
.bus_model .bus_bz_content {
    padding: 0 20px;
    height: 368px;
    margin-top: 79px;
}
.al_center .al_center_title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 22px;
    margin-bottom: 18px;
}
.al_center .al_title {
    font-size: 18px;
    line-height: 32px;
}
.al_center .al_serch_item {
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    font-size: 14px;
}
.al_center .al_center_content {
    height: auto;
}
.al_center .Pagesa {
    margin-top: 0px;
}
.al_xq .al_xq_title {
    font-size: 32px;
    margin-bottom: 14px;
}
.mt_news .mt_news_title {
    font-size: 18px;
}
.mt_news .mt_news_desc {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 18px;
}
.mt_zz .mt_zz_title {
    font-size: 14px;
}
.mt_video .vide_con1_title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.mt_video .vide_con2_title {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
}
.mt_video .mt_video_con2 li {
    margin-top: 40px;
}
.cx_con2 .cx_con2_desc {
    font-size: 18px;
    line-height: 30px;
}
.cx_con2 .cx_con2_title {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 16px;
    margin-top: 22px;
    margin-bottom: 54px;
}
.rc_con2_top .rc_con2_title {
    font-size: 20px;
}
.rc_con2 .rc_con2r_nav li {
    font-size: 16px;
}
.rc_con2 .con2r_main_title {
    font-size: 16px;
}
.rc_con2 .con2r_main_li {
    font-size: 14px;
    line-height: 28px;
}
.rc_con2 .con2r_form_item input {
    width: 140px;
    height: 40px;
    border-radius: 25px;
    padding-left: 14px;
    font-size: 14px;
}
.rc_con2 .con2r_form_item:nth-child(2) input {
    width: 176px;
}
.rc_con2 .con2r_form_item:nth-child(4) a {
    font-size: 14px;
    width: 130px;
    height: 40px;
    border-radius: 25px;
    line-height: 40px;
}
#citylist p {
    font-size: 13px;
}
#citylist h3 {
    font-size: 15px;
}
#citylist01 h3 {
    font-size: 16px;
}
#citylist01 p {
    font-size: 14px;
}
#filterTab span {
    font-size: 18px;
}
.cp_hy_top {
    padding-bottom: 50px;
}
.cp_center {
    padding-top: 50px;
    padding-bottom: 40px;
}
.Pagesa {
    margin-top: 40px;
}
.mt_news .mt_news_more a,
.cp_center .cp_center_btn {
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
.mt_news .mt_news_more a span {
    font-size: 20px;
}
.cp_center .cp_center_btn span {
    font-size: 20px;
    right: 18px;
    line-height: 34px;
}
.cp_guige .container {
    padding-bottom: 50px;
}
.related_al {
    padding-top: 80px;
}
.mt_news {
    padding-top: 40px;
}
.mt_news .mt_news_time div {
    line-height: 34px;font-size: 13px;
}
.mt_zz {
    padding-top: 50px;
    padding-bottom: 90px;
}
.mt_video .mt_video_con2 ul {
    margin-bottom: 40px;
}
.mt_video {
    padding-top: 60px;
}
.profile .profile_nav .pro_nav_r {
    font-size: 14px;
}
.cx_con1 {
    padding: 60px 0 80px;
}
.rc_con2 {
    padding-top: 60px;
    padding-bottom: 80px;
}
.rc_con2 .con2_l_title {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
}
.rc_con2 .rc_con2_content ul li {
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px;
}
.rc_con2 .rc_con2_content {
    height: auto;
    padding: 20px;
}
.sy_solve .sovle_btn {
    font-size: 14px;
    line-height: 30px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
}
#lukai_d{
    display: none;
}
}

@media(max-width:1440px){
    .banner .banner_side_title {
        font-size: 16px;
    }
    .banner .banner_side_desc {
        font-size: 14px;
    }
    .bottom .bottom_top .bottom_top_title,
    .sy_news .sy_news_title,
    .sy_fuwu .sy_fuwu_title,
    .sy_product .product_item_title,
    .sy_solve .sy_solve_title,
    .sy_about .sy_about_title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 18px;
        padding-left: 20px;
    }
    .bottom .bottom_top .bottom_top_title::before,
    .sy_news .sy_news_title::before,
    .sy_fuwu .sy_fuwu_title::before,
    .sy_product .product_item_title::before,
    .sy_solve .sy_solve_title::before,
    .sy_about .sy_about_title::before {
        width: 8px;
    }
    .sy_about .sy_about_desc {
        font-size: 14px;
        line-height: 26px;
    }
    .hmmore a {
        font-size: 14px;
        width: 120px;
        height: 38px;
        border-radius: 23px;
        line-height: 38px;
    }
    .sy_solve .solve_content_item img{
        width: 100%;
    }
    .sy_solve .sovle_left {
        width: 340px;
        height: 380px;
    }
    .sy_solve .solve_left_title {
        font-size: 24px;
        line-height: 40px;
    }
    .sy_solve .solve_left_desc {
        font-size: 14px;
        line-height: 25px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .sy_product .product_item_desc {
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
    }
    .sy_product .prodcut_item_title01 {
        font-size: 50px;
        margin-top: 40px;
        line-height: 50px;
    }
    .sy_product .prodcut_item_desc01 {
        width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        margin-top: 20px;
    }
    .sy_product .sy_product_nav ul li {
        width: 220px;
        padding-bottom: 30px;
    }
    .sy_product {
        padding-top: 110px;
    }
    .sy_product .sy_product_nav {
        margin-top: 76px;
    }
    .sy_product .sy_product_more .sy_product_yuan div {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }
    .sy_product .sy_product_more{
        font-size: 14px;
    }
    .sy_fuwu {
        padding: 110px 0 102px;
    }
    .sy_fuwu .sy_fuwu_desc {
        font-size: 14px;
        line-height: 26px;
        margin: 38px 0 48px;
    }
    .sy_fuwu .sy_fuwu_btn{
        font-size: 14px;
        width: 120px;
        height: 38px;
        border-radius: 23px;
        line-height: 38px;
        margin-top: 45px;
    }
    .sy_fuwu .sy_fuwu_r {
        width: 49%;
    }
    .sy_news {
        padding: 110px 0;
    }
    .sy_news .sy_news_content {
        margin-top: 40px;
    }
    .sy_news .sy_news_nav .news_nav_text {
        font-size: 16px;
    }
    .bottom .bottom_top_nav {
        padding-left: 40px;
    }
    .bottom .bottom_top_item img {
        width: 54px;
    }
    .bottom .bottom_top_item .b_top_text {
        padding-left: 10px;
    }
    .bottom .b_top_text p:first-child {
        font-size: 14px;
        line-height: 22px;
    }
    .bottom .b_top_text p:last-child {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }
    .bottom .bottom_top_zx {
        font-size: 14px;
        line-height: 26px;
        margin-top: 29px;
        padding-left: 40px;
    }
    .bottom .bottom_form {
        padding: 34px 38px 38px 38px;
        width: 456px;
        height: 510px;
    }
    .bottom .bottom_form_title {
        font-size: 18px;
        line-height: 28px;
    }
    .bottom .bottom_form_item {
        margin-top: 20px;
    }
    .bottom .bottom_form_item input {
        height: 35px;
        padding-left: 10px;
        font-size: 13px;
    }
    .bottom .bottom_form_textarea {
        margin-top: 20px;
    }
    .bottom .bottom_form_textarea textarea {
        padding-left: 10px;
        padding-top: 10px;
        height: 190px;
        font-size: 14px;
    }
    .bottom .bottom_form_btn {
        margin-top: 20px;
    }
    .bottom .bottom_form {
        top: 10%;
    }
    .bottom .bottom_top .bottom_top_title{
        margin-bottom: 50px;
    }
    .bottom .bottom_content {
        padding-top: 170px;
        padding-bottom: 40px;
    }
    .sy_fuwu {
        overflow: hidden;
    }
    .sy_news .sy_news_item:not(:first-child) {
        margin-left: 4%;
    }
	.banner .b_news{
		height:60px;
	}
}


@media(max-width:1366px){
	.banner .b_news{
		position:unset;
		
		width: 100%;
		padding:0 15px;
	}
}
@media(max-width:1024px){
	.banner_content {right:4%;}
}
@media(max-width:1100px){
    .bottom .bottom_form {
        position: static;
    }
}
@media(max-width:1300px){
    .bottom .bottom_form{
        /* position: static; */
        margin: 0 auto;}
        .profile .pro_nav_l ul li:not(:first-child){
            margin-left: 15px;
        }
}
@media(max-width:1220px){
    .banner .banner_content_title {
        padding-right: 120px;
        height: 32px;
    }
    .banner .banner_content .b_title {
        font-size: 18px;
        line-height: 21px;
    }
    .banner .banner_content_title img{
        width: 160px;
    }

}
@media(max-width:1240px){
.banner .banner_left{top:39%;width:51%;left:2%;}
.sy_product .prodcut_item_title01{font-size:36px;}
.bus_model .bus_bz_l{width:100%;margin-top:60px;}
.bus_model .bus_bz_content{height:auto;}
.cp_hy .cp_hy_img{position:unset;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);margin-top:10px;}
.cp_hy .cp_hy_left{width:100%;}
.cp_hy .cp_hy_left .text{padding:20px;}
#filterTab span{font-size:22px;}
#province select{height:50px;}
#citylist h3{font-size:16px;}
#citylist p{font-size:14px;}
#citylist01 h3{font-size:16px;}
#citylist01 p{font-size:14px;}
.cityDots .intro{width:300px;}
.cityDots h3{font-size:16px;}
.cityDots p{font-size:14px;}
.cityDots .name{font-size:12px;}
.sy_about .sy_about_l{padding-right:5%;}
.bus_model .bus_bz_content {
    height: auto;
}
.bus_model .bus_bz_l {
    padding-bottom: 100px;
}

}
@media(max-width:1160px){.rc_con1 .rc_con1_l{padding-top:3%;}
.mainnav li{font-size:18px;}
.language{width:92px;}
.search,.language{display:none;}
.banner .banner_left_desc,.banner .banner_left_title{font-size:20px;}
.banner .banner_left_text{font-size:12px;}
.banner .banner_side_title{font-size:18px;}
.banner .banner_side_desc{font-size:12px;}
.cp_hy .cp_hycontent_nav li{width:50%;}
.cp_hy .cp_hycontent_nav li + li::before{display:none;}
.cp_hy .cp_hy_left{width:100%;/* padding:0;*/
}
.al_center .al_center_r li{max-width:unset;width:47.9%;}
.banner_left h2{font-size:20px;margin-bottom:3%;}
}
@media(max-width:1024px){.profile .info{display:block;width:auto;}
.profile .core_item_r{text-align:center;}
.profile .core_item_l,.profile .core_item_r{display:block;width:auto;padding:0;}
.xiehui .xiehui_content{width:100%;}
.rc_con2 .rc_con2_l,.rc_con2 .rc_con2_content{width:100%;}
.rc_con2 .rc_con2_r{width:100%;}
.rc_con1 .rc_con1_l{padding-top:0;}
.cx_con2 .cx_con2_title{margin:10px 0 10px;font-size:36px;}
.al_center .al_center_r li:nth-child(2n){margin-left:2%;}
.al_center .al_center_r li{max-width:unset;width:49%;}
.banner_content_01{width:50%;}
.sy_about .sy_about_desc p:first-child{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;}
.sy_about .sy_about_desc p:last-child{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;}
.sy_solve .sovle_left{height:57%;}
.sy_solve .solve_left_desc{margin:20px 0 20px;}
.sy_product .sy_product_more{right:0;}
.sy_product .sy_product_nav ul li{width:30.33%;}
.sy_news .sy_news_item{width:49%;}
.sy_news .sy_news_item:not(:first-child){margin-left:10px;}
.sy_news .sy_news_nav{width:100%;padding-top:15px;padding-left:0;}
.bottom .bottom_nav>ul>li:not(:first-child){margin-left:20px;}
.bus_gy .bus_gy_bnav ul li:not(:first-child){margin-left:5px;}
.bus_gy .bus_gy_title{font-size:26px;}
.cp_center .cp_center_content li{width:50%;}
.al_center .al_center_r{width:100%;}
.al_center .al_center_l{width:100%;}
.al_center .al_center_content{width:100%;margin-bottom:10px;}
.al_center{padding-top:40px;}
.al_center .al_center_content{height:auto;margin-bottom:20px;}
.mt_zz .swiper-slide{width:33.33%;}
.msg-box{height:36%!important;}
.rc_con1 .rc_con1_desc{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:7;line-clamp:7;-webkit-box-orient:vertical;}
.mainnav ul>li:not(:first-child){margin-left:0;}
.mainnav ul>li:hover::before{top:40px;}
.mainnav li>dl{position:static;width:100%;}
.mainnav li>dl>dt{text-align:left;color:#b9b5b5;font-size:16px;padding-left:5px;}
.mainnav li>dl>dt>a{line-height:50px;}
.profile .profile_about_four li{width:49%;margin-top:10px;}
.profile .profile_about_four li:not(:first-child){margin-left:0;}
.profile .profile_about_four li + li::before{display:none;}
#network .info,#filter{display:block;width:auto;}
#filterTab{margin-bottom:3%;}
#filterTab span{font-size:16px;margin-right:20px;}
#filterTab span:after{right:-9.5px;height:16px;}
#province select{padding:0 3.125%;font-size:14px;height:40px;}
#search{padding:1.5% 3.125%;}
#citylist{padding:2% 0;}
#citylist .box{padding-bottom:60%;}
#citylist .list{padding:0 3.125%;}
#citylist .item{padding-bottom:1.6%;margin-bottom:2%;}
#citylist p{margin-top:1%;}
#citylist01{padding:2% 0;}
#citylist01 .box{padding-bottom:60%;}
#citylist01 .list{padding:0 3.125%;}
#citylist01 .item{padding-bottom:1.6%;margin-bottom:2%;}
#citylist01 p{margin-top:1%;}
#mapInfo{display:block;padding-right:0;margin-bottom:5%;}
#mapBox .tips li{padding-top:2px;padding-bottom:2px;}
#culture .core_item_r{width:auto;}
#culture .core_item_l{padding-left:0;}
}
@media(max-width:991px){
    #lukai_d{display:block;}
    .banner_d_l{
        display: none;
    }
}
@media(max-width:790px){.bus_gy .bus_gy_left{width:100%;margin-bottom:10px;}
.bus_gy .bus_gy_right{width:100%;}
.bus_gy .bus_gy_bnav ul{width:100%;}
.profile .pro_nav_l ul li:not(:first-child){margin-left:0;}
.profile .pro_nav_l ul li{margin-right:10px;}
.al_center .al_center_r li:nth-child(2n){margin-left:0;}
.al_center .al_center_r li{max-width:unset;width:100%;}
.mt_video .mt_video_con2 li{width:100%;}
.mt_video .mt_video_con2 li:not(:nth-child(2n+1)){margin-left:0;}
}
@media(max-width:768px){.profile .pro_nav_l ul li{font-size:14px;}
.profile .profile_core_content{padding:20px;}
.profile .profile_core_nav li + li::after{display:none;}
.profile .profile_core_nav li{width:50%;}
.rc_con2 .rc_con2r_item li:first-child{padding-left:0px;}
.rc_con2 .open_con2r_item{padding:15px;}
.rc_con2 .con2r_form_item{margin-top:10px;}
.bottom .bottom_content{padding-top:20px;}
.rc_con1 .rc_con1_l{width:100%;}
.rc_con1 .rc_con1_r{width:100%;}
.rc_con1 .rc_con1_desc{width:100%;text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:vertical;}
.cx_con2 .cx_con2_left{width:100%;position:static;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);}
.cx_con2 .cx_con2_right{width:100%;position:static;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);}
.msg-box{width:95%!important;height:41%!important;}
.mt_zz .swiper-slide{width:50%;}
.mt_news .mt_news_top ul li:not(:first-child){margin-left:0;}
.mt_news .mt_news_top ul li:not(:nth-child(2n+1)){margin-left:2%;}
.mt_news .mt_news_top ul li{width:49%;}
.mt_news .list_item_content{margin-left:0;}
.mt_news .mt_news_title{font-size:16px;}
.mt_news .mt_news_desc{font-size:14px;}
.cp_center .cp_center_content li{width:100%;}
.sy_news .sy_news_item{width:100%;}
.sy_news .sy_news_item img{width:100%;height:auto;min-height:unset;}
.bottom .bottom_form{padding:20px;width:100%;}
.bottom .bottom_top_nav{padding-left:0;}
.sy_solve .sovle_left{width:100%;position:static;transform:unset;-webkit-transform:unset;-moz-transform:unset;-ms-transform:unset;-o-transform:unset;}
.sy_solve .solve_content_item .sovle_leftimg{width: 100%;}
.bottom .bottom_sousuo{width:100%;margin-left:0;}
.sy_product .product_item_l,.sy_product .product_item_r{width:100%;}
.sy_solve .sy_solve_nav{width:100%;}
.sy_solve .sy_solve_nav ul li{margin-left:0px;margin-top:20px;}
.sy_solve .sy_solve_nav ul li:nth-child(2n){margin-left:10px;}
.solve_content_item img{display:block;}
.sy_product .sy_product_more{top:50%;}
.sy_product .sy_product_nav ul li:last-child{display: none;}
.sy_news .sy_news_item:not(:first-child){margin-left:0;}
.sy_news{padding:30px 0;}
.bottom .bottom_nav>ul{width:100%;}
.bottom .bottom_nav>ul>li{width:16.66%;}
.bottom .bottom_nav>ul>li:not(:first-child){margin-left:0;}
.bottom .bottom_erwei{text-align:center;float:unset;margin-top:10px;}
.bottom .bottom_dw{height:auto;}
.development .development_img{width:100%;}
.development .development_text{width:100%;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);left:0;padding:0 20px;}
.profile .profile_nav{height:auto;}
.pro_nav_r{float:right;font-size:14px;display:none;}
.bus_gy .bus_gy_nav li{width:50%;padding:0 5px;font-size:14px;}
.bus_gy .bus_gy_nav{width: 100%;}
.mt_video .vide_con1_content{width:100%;}
.cx_con2 .cx_con2_item{height:850px;}
.rc_con2 .rc_con2_item{width:100%;margin-top:10px;}
.rc_con2 .rc_con2_btn{position:static;margin-top:10px;}
.rc_con2 .rc_con2r_item li:first-child{width:100%;}
.rc_con2 .rc_con2r_item ul{height:auto;}
.rc_con2 .rc_con2r_nav li{font-size:14px;}
.rc_con2 .rc_con2_l{margin-bottom:20px;}
#network{padding-top:7%;}
#province select{height:35px;}
#search{padding:2.5% 3.125%;}
#citylist{padding:3.125% 0;}
#citylist .box{padding-bottom:75%;}
#citylist .item{padding-bottom:2%;margin-bottom:3%;}
#citylist h3{font-size:14px;}
#citylist p{margin-top:1.5%;font-size:12px;}
#citylist01{padding:3.125% 0;}
#citylist01 .box{padding-bottom:75%;}
#citylist01 .item{padding-bottom:2%;margin-bottom:3%;}
#citylist01 h3{font-size:14px;}
#citylist01 p{margin-top:1.5%;font-size:12px;}
#mapBox .tips li{font-size:12px;padding:0 0 0 12px;line-height:1.5em;}
#mapBox .tips span{width:6px;height:6px;}
.cityDots .intro{width:200px;padding:8px 10px;margin-bottom:0;left:-20%;}
.cityDots h3{font-size:14px;}
.cityDots p{font-size:12px;}
.cityDots .name{display:none;}
.sy_about .info,.sy_about .sy_about_r{display:block;width:auto;}
.sy_about .sy_about_l{display:block;padding-right:0;margin-bottom:5%;}
}
@media(max-width:480px){.mainnav ul>li:not(:first-child){margin-left:0;}
.mainnav ul>li:hover::before{top:40px;}
.mainnav li>dl{position:static;width:100%;}
.mainnav li>dl>dt{text-align:left;color:#b9b5b5;font-size:16px;}
.rc_con2 .rc_con2r_nav li{font-size:12px;}
.cx_con2_item img{width:100%;height:100%;}
.mt_video .vide_con1_desc{width:100%;}
.mt_video .vide_con1_title{margin-top:0;margin-bottom:0;font-size:16px;}
.mt_zz .swiper-slide{width:100%;}
.mt_news .mt_news_top ul li:not(:nth-child(2n+1)){margin-left:0%;}
.mt_news .mt_news_top ul li{width:100%;}
.development .development_text{top:unset;bottom:0;position:unset;display:block;}
.development .development_left{padding:10px;}
.bottom .bottom_content{padding-top:20px;}
.bottom .bottom_nav>ul>li{width:50%;text-align:center;}
.bottom .bottom_dw_l:last-child{margin-left:0;}
.bottom .bottom_address{line-height:26px;}
.sy_about .sy_about_title{font-size:25px;margin-bottom:0px;}
.banner .b_news{height:48px;}
.banner .banner_side_desc{line-height:12px;}
/* .banner .banner_left{display:none;} */
.banner .banner_left_text{display:none;}
.banner .banner_left{
    top: 48%;
}
.banner_right{top:0;transform:translate(0);-webkit-transform:translate(0);-moz-transform:translate(0);-ms-transform:translate(0);-o-transform:translate(0);}
.banner_content_01{width:90%;}
.banner_side_imgm{display:block;}
.banner_side_imgp{display:none;}
.sy_fuwu .sy_fuwu_l{width:100%;}
.sy_fuwu .fuwu_l_item:not(:first-child){margin-left:0;}
.sy_fuwu .fuwu_l_item{width:49%;margin-top:20px;}
.sy_fuwu .fuwu_l_item:last-child span{right:unset;}
.bus_model .bj_zi{bottom:0;left:0;font-size:70px;}
.bus_model .bus_img{right:0;}
.bus_bz_l{padding:10px;}
.bus_model .bus_bz_l{margin-top:150px;padding-bottom:50px;}
.bus_model .bus_img{top:-155px;}
.bus_model .bus_mode_btn{bottom:10px;left:20px;}
.cp_hy .cp_hycontent_nav li{width:100%;}
.cp_hy .cp_left_title{font-size:24px;}
.bus_model .bus_model_title{
    padding-top: 40px;
    font-size: 14px;
    line-height: 28px;

}
.bus_model .bus_model_bz{
    padding-top: 40px;
}
.bus_model .profile_base_desc {
    font-size: 14px;
    line-height: 26px;
}
.bus_model .bus_bz_desc {
    margin-top: 14px;
    font-size: 14px;
    padding-left: 20px;
}
.bus_model .bj_zi {
    font-size: 70px;
}
.bus_gy .bus_gy_title {
    font-size: 22px;
}
.bus_gy .bus_gy_t {
    margin-bottom: 10px;
}
.bus_gy .bus_gy_desc {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 26px;
}
.mt_news .list_item_icon img {
    margin-top: 10px;
}
.mt_zz {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cx_con1 {
    padding: 40px 0;
}
.cx_con1 .cx_con1_content p {
    font-size: 14px;
    line-height: 26px;
}
.cx_con2_item img{
    margin-top: 30px;
}
.rc_con1 {
    padding: 40px 0;
}
.rc_con1 .rc_con1_desc {
    font-size: 14px;
    line-height: 24px;
}
.rc_con1 .rc_con1_r{
    margin-top: 20px;
}
.rc_con2 {
    padding: 40px 0;
}
.rc_con2 .rc_con2_content ul li {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
}
.rc_con2 .con2_l_title{
    margin-bottom: 10px;
}
.rc_con2 .rc_con2_content{
    height: auto;
    padding: 20px;
}
.rc_con2 .rc_con2_btn,
.rc_con2 .rc_con2_item{
    margin-left: 0;
}
.rc_con2 .rc_con2_btn {
    font-size: 14px;
    height: 40px;
    width: 116px;
    line-height: 40px;
}
.rc_con2 .rc_con2_btn input {
    font-size: 16px;
}
.rc_con2 .rc_con2r_nav {
    height: 48px;
    line-height: 48px;
}
.rc_con2 .rc_con2r_item ul {
    line-height: 30px;
    padding: 10px 0;
}
.rc_con2 .open_con2r_content li:last-child {
    height: 30px;
}
.rc_con2 .con2r_main_title {
    padding-top: 0px;
}
.rc_con2 .con2r_main_li {
    line-height: 26px;
}
.rc_con2 .con2r_form_item input {
    width: 100% !important;
 
}
.rc_con2 .con2r_form_item {
    width: 100%;   margin-left: 0 !important;
}
.rc_con2 .con2r_form_item:nth-child(4) a{
    width: 100%;
}
.rc_con2 .con2r_main_item:last-child {
    margin-top: 10px;
}
.banner .banner_right .tel_content {
    height: 40px;
}
.banner_right .tel_content_s {
    left: -44px;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
}
.sy_solve .sy_solve_top {
    height: auto;
}
.sy_solve .sy_solve_content {
    padding: 5px 0 0;
}
.sy_solve .sy_solve_nav ul li {
    margin-top: 10px;
}
.sy_solve {
    padding: 40px 0;
}
.sy_news .sy_news_text{
    height: auto;
}
.bottom .bottom_top {
    padding: 40px 0;
}
.development .development_left::before,
.development li:nth-child(2n) .development_left::after,
.development .development_left::after{
    display: none;
}

.bus_model .bus_mode_btn {
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding-right: 10px;
}
.cp_hy .cp_hycontent_nav li {
    width: 50%;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
}
.cp_hy .cp_hycontent_nav {
    width: 100%;
}
.cp_hy_active::after {
    height: 2px;
}
.cp_hy .cp_hy_botton {
    margin-top: 0px;
}
.cp_hy .cp_left_btn {
    width: 110px;
    height: 34px;
    line-height: 34px;
}
.cp_center .cp_center_content li {
    padding-bottom: 0px;
}
.cp_center .cp_center_img {
    margin-bottom: 14px;
}

}
/* 视屏 */
#publicity-video{width:100%;height:100%;position:absolute;width:100%;height:100%;top:0;left:0;overflow:hidden;}
#publicity-video video{display:block;}
.msg-box-bg{width:100%;height:100%;position:fixed;left:0;top:0;display:none;z-index:1001;background-color:rgba(0,0,0,0.8);}
.msg-box{width:60%;height:70%;background:rgba(0,0,0,0.8);position:absolute;left:50%;top:47%;transform:translate(-50%,-50%);box-shadow:0 5px 15px rgba(0,0,0,0.3);}
.msg-box .close-box{width:30px;height:30px;background:url("../images/btn-close-modal.png") no-repeat center;cursor:pointer;position:absolute;right:20px;top:20px;-webkit-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-o-transition:.5s;transition:.5s;z-index:1;}
.msg-box .close-box:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.abo_video{cursor:pointer;overflow:hidden;position:relative;}
.abo_video::before{content:'';width:34px;height:34px;background-image:url(../images/cw_img12.png);background-size:contain;background-repeat:no-repeat;position:absolute;left:32px;bottom:26px;transition:all .5s;}
.abo_video:hover::before{transform:translateY(-10px);}
#top,#erweima{cursor:pointer;}
.fixed li{position:relative;}
.bottom_ma{position:absolute;left:-183px;top:30px;display:none;}
/* 下载中心 */
.kf_center .al_center_content{border:unset;padding:0;width:145px;}
.kf_center .al_serch_item{padding-left:0;display:flex;align-items:center;justify-content:space-between;width:70%;}
.kf_center .al_title{border-bottom:1px solid #cccccc;}
.kf_center .al_serch_item input{width:15px;}
.kf_center .al_serch_item .al_serch_lei{padding-left:5px;}
.al_center .al_serch_item input[type=checkbox]{width:16px;height:16px;margin-top:0;position:relative;}
.al_center .al_serch_item input[type=checkbox]::after{position:absolute;top:0;color:#000;width:16px;height:16px;display:inline-block;visibility:visible;padding-left:0px;text-align:center;content:' ';border-radius:3px;}
.al_center .al_serch_item input[type=checkbox]:checked::after{content:"✓";color:#fff;font-size:10px;line-height:15px;background-color:#ff0000;}
.kf_center .kf_right_title{font-size:42px;line-height:44px;font-weight:700;margin-bottom:50px;}
.kf_center .kf_right_desc{font-size:16px;line-height:30px;color:#666666;}
.kf_center .al_center_r dl dt{position:relative;padding-left:15px;font-size:16px;line-height:30px;color:#536fd1;}
.kf_center .al_center_r dl dt::before{content:"";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background-color:#536fd1;left:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
.kf_center .al_serch_big{margin-top:20px;}
.kf_center .al_center_r dl{margin-top:20px;}
.msg-box .hl_fxbtn{background-color:#e5352c;position:absolute;display:block;height:50px;width:50px;text-align:center;line-height:50px;right:-50px;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);cursor:pointer;}
.msg-box .hl_fxbtn p{font-size:14px;line-height:20px;color:#fff;padding-top:2px;}
.msg-box .hl_fxbtn img{display:block;margin:10px auto 0;}
/* .bshare-custom{display:none;position:absolute;right:0;top:50%;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);}
*/
/* 首页地图 */
/* */
.sy_fuwu .sy_fuwu_r{height:520px;background-repeat:no-repeat;}
.sy_fuwu #main{height:100%;min-width:719px;}
#main{position:relative;}
#main span{display:block;}
.sy_fuwu #main{background-repeat:no-repeat;}
#main .region-item .region-spot i{display:block;position:absolute;left:50%;top:50%;content:'';width:6px;height:6px;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);z-index:11;background-color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;}
/*地图标记圆点*/
#main .region-item .region-spot{display:inline-flex;color:#fff;justify-content:center;align-items:center;line-height:110%;width:100px;height:100px;position:relative;}
/*扩散的光圈*/
#main .region-item .region-spot i:before,#main .region-item .region-spot i:after{content:'';width:100%;height:100%;border:solid 1px #fff;border-radius:50%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
#main .region-item .region-spot i:before{animation:spreadCircle 3s linear 0s infinite;}
#main .region-item .region-spot i:after{animation:spreadCircle 3s linear 1.5s infinite;-webkit-animation:spreadCircle 3s linear 1.5s infinite;}
/*光圈扩散动画*/
@keyframes spreadCircle{0%{opacity:1;width:100%;height:100%;}
100%{opacity:0;width:500%;height:500%;}
}
@keyframes spreadCircle1{0%{width:60%;height:60%;opacity:1;}
100%{width:100%;height:100%;opacity:0;}
}
/*地图标记外层容器*/
#main .region-item{position:absolute;left:14%;bottom:49%;width:100px;cursor:pointer;text-align:center;}
#main .region-item:nth-child(1){left:13%;bottom:57.3%;}
#main .region-item:nth-child(1) i{width:10px;height:10px;}
#main .region-item:nth-child(2){left:31.5%;bottom:62.3%;width:45px;height:45px;}
#main .region-item:nth-child(2) .region-spot{width:45px;height:45px;}
#main .region-item:nth-child(3){left:71.5%;bottom:82.3%;width:67px;height:67px;}
#main .region-item:nth-child(3) i{width:10px;height:10px;}
#main .region-item:nth-child(4){left:58%;bottom:66.3%;}
#main .region-item:nth-child(4) i{width:3px;height:3px;}
#main .region-item:nth-child(4) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(5){left:59%;bottom:61.3%;}
#main .region-item:nth-child(5) i{width:3px;height:3px;}
#main .region-item:nth-child(5) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(6){left:47%;bottom:49.3%;}
#main .region-item:nth-child(6) i{width:3px;height:3px;}
#main .region-item:nth-child(6) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(7){left:31%;bottom:47.3%;}
#main .region-item:nth-child(7) i{width:3px;height:3px;}
#main .region-item:nth-child(7) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(8){left:47.5%;bottom:43.3%;}
#main .region-item:nth-child(8) i{width:3px;height:3px;}
#main .region-item:nth-child(8) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(9){left:57%;bottom:39.3%;}
#main .region-item:nth-child(9) .region-spot{width:61px;height:61px;}
#main .region-item:nth-child(10){left:13%;bottom:32.3%;}
#main .region-item:nth-child(10) .region-spot{width:41px;height:41px;}
#main .region-item:nth-child(11){left:18%;bottom:37.3%;}
#main .region-item:nth-child(11) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(11) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(12){left:25%;bottom:32.3%;}
#main .region-item:nth-child(12) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(12) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(13){left:31%;bottom:15.3%;}
#main .region-item:nth-child(13) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(13) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(14){left:35%;bottom:13.3%;}
#main .region-item:nth-child(14) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(14) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(15){left:34%;bottom:20.3%;}
#main .region-item:nth-child(15) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(15) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(16){left:39%;bottom:33.3%;}
#main .region-item:nth-child(16) .region-spot{width:50px;height:50px;}
#main .region-item:nth-child(17){left:42%;bottom:17.3%;}
#main .region-item:nth-child(17) .region-spot{width:40px;height:40px;}
#main .region-item:nth-child(18){left:49%;bottom:11.3%;}
#main .region-item:nth-child(18) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(18) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(19){left:44%;bottom:7.3%;}
#main .region-item:nth-child(19) .region-spot{width:40px;height:40px;}
#main .region-item:nth-child(20){left:54%;bottom:11.3%;}
#main .region-item:nth-child(20) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(20) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(21){left:52%;bottom:18.3%;}
#main .region-item:nth-child(21) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(21) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(22){left:49%;bottom:24.3%;}
#main .region-item:nth-child(22) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(22) .region-spot i{width:3px;height:3px;}
#main .region-item:nth-child(23){left:56%;bottom:17.3%;}
#main .region-item:nth-child(23) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(23) .region-spot i{width:5px;height:5px;}
#main .region-item:nth-child(24){left:61.5%;bottom:15.3%;}
#main .region-item:nth-child(24) .region-spot{width:38px;height:38px;}
#main .region-item:nth-child(25){left:62.5%;bottom:22.3%;}
#main .region-item:nth-child(25) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(25) .region-spot i{width:5px;height:5px;}
#main .region-item:nth-child(26){left:62.5%;bottom:31.3%;}
#main .region-item:nth-child(26) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(26) .region-spot i{width:5px;height:5px;}
#main .region-item:nth-child(27){left:57.5%;bottom:32.3%;}
#main .region-item:nth-child(27) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(27) .region-spot i{width:5px;height:5px;}
#main .region-item:nth-child(28){left:56.5%;bottom:24.3%;}
#main .region-item:nth-child(28) .region-spot{width:38px;height:38px;}
#main .region-item:nth-child(28) .region-spot i{width:5px;height:5px;}
#main .region-item:nth-child(29){left:51.5%;bottom:28.3%;}
#main .region-item:nth-child(29) .region-spot{width:38px;height:38px;}
#main .region-item:nth-child(29) .region-spot i{width:5px;height:5px;}
#main .region-item:nth-child(30){left:46%;bottom:34.3%;}
#main .region-item:nth-child(30) .region-spot{width:26px;height:26px;}
#main .region-item:nth-child(30) .region-spot i{width:5px;height:5px;}
@media(max-width:1500px){.sy_fuwu .sy_fuwu_l{width:51%;}
/* .sy_fuwu .sy_fuwu_r{width:auto;} */
}
@media(max-width:1200px){.sy_fuwu .sy_fuwu_l{width:100%;}
.sy_fuwu .sy_fuwu_r{width:100%;text-align:center;display:flex;justify-content:center;}
.sy_fuwu #main{width:auto;margin:0 auto;}
}
@media(max-width:768px){.sy_fuwu .sy_fuwu_r{height:353px;}
.sy_fuwu #main{width:100%;min-width:unset;}
}
.video-info{width:95%;margin:0 auto;padding-bottom:5%;}
.video-info .title{text-align:center;font-size:32px;font-weight:bold;}
.video-info .share{display:table;margin:20px auto;float:right;}
.video-info .share > *{float:left;}
.video-info .share em{font-style:normal;line-height:50px;}
.video-info .share .social-share .social-share-icon{width:42px;height:42px;line-height:42px;font-size:24px;}
.video-info .back{text-align:center;}
.video-info .back a{line-height:45px;text-align:center;display:inline-block;background-color:#e5352c;color:#fff;border-radius:2em;padding:0 2em;}
.video-info .files{margin:20px 0;position:relative;padding-bottom:50%;z-index:1;overflow:hidden;clear:both;}
.video-info .files video{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;z-index:-1;}
@media (max-width:640px){.video-info .title{font-size:5.5vw;}
.video-info .share{float:none;}
.video-info .share em{line-height:7vw;font-size:3.5vw;}
.video-info .share .social-share .social-share-icon{width:7vw;height:7vw;line-height:7vw;font-size:4.5vw;margin-top:0;margin-bottom:0;}
.video-info .files{padding-bottom:66.667%;}
}
/* 20220324 */
.al_center .al_serch_item{padding-left:0;}
/* 2022.3.30 */
.language{width:180px;}
.al_center .al_center_r .al_center_img a{width:100%;}
.al_center .al_center_r li a img{width:100%;}
@media (max-width:1440px){
    .development .development_text {
        font-size: 13px;
    }
    .development .dev_content_title {
        font-size: 26px;
        width: 85px;
        height: 36px;
        line-height: 36px;
    }
    .bus_model .bus_bz_title {
        font-size: 32px;
        line-height: 32px;
    }
    .bus_model .bj_zi {
        font-size: 110px;
    }
    .bus_model .bus_bz_desc {
        margin-top: 30px;
        font-size: 14px;
    }

    .bus_gy .bus_gy_title {
        font-size: 32px;
    }
    .cp_center .cp_center_img {
        height: 240px;
    }
    .cp_center .cp_center_content li {
        height: 486px;
    }
    .related_al .related_desc {
        font-size: 15px;
        margin-top: 12px;
    }
}
@media (max-width:1400px){
    .header .inner{margin:0 15px 0 0;}
  
}

@media (max-width:768px){.cp_xq_banner{height:auto;}
.cp_xq_banner .container{position:static;top:unset;left:unset;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);padding:5%;}
.cp_xq_banner .cp_xq_top{width:70%;}
.cp_xq_banner .cp_xq_right{width:100%;}
.cp_guige .cp_guige_content{height:auto;}
.cp_guige .cp_guige_l{width:100%;}
.cp_guige .cp_guige_r{width:100%;}
.cp_guige .cp_guige_img img{position:static;top:unset;left:unset;transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);}
.profile_base_title{font-size:24px;}
.bottom .bottom_top .bottom_top_title{font-size:26px;margin-bottom:30px;}
.profile .profile_about_item p{font-size:36px;}
.profile .core_l_title{font-size:24px;}
.profile .profile_culture .core_l_title p:first-child{font-size:40px;}
.profile .profile_culture .core_l_title p:nth-child(2){font-size:26px;}
.profile .profile_bg .profile_bg_title{font-size:26px;}
.cx_con2 .cx_con2_title{font-size:18px;}
.cx_con2 .cx_con2_desc{font-size:20px;}
.development .development_left .info{display:unset;}
.cp_xq_banner .cp_xq_btn{font-size:14px;line-height:40px;height:40px;width:150px;}
.cp_xq_banner .cp_xq_btn img{margin-top:0;display:inline-block;vertical-align:middle;}
.profile_base_title{font-size:20px;line-height:1.5;padding-left:12px;    margin-bottom: 12px;}
.profile_base_title::before{width:6px;}
.cp_xq_banner .cp_xq_desc{margin:20px 0;}
.cp_xq_banner .mySwiper{margin-top:40px;}
.profile .profile_about_desc div {
    margin-top: 12px;
}
.profile .core_l_title *,
.profile .core_item_l h1 *{
    font-size: 24px !important;
}

}
@media (max-width:480px){.development .development_center{display:none;}
.development .development_left{width:100%;}
.development .development_right{height:150px;}
.development .development_img{display:block;}
.development .development_text{padding:15px;}
.development .development_content::before{display:none;}
.development .dev_content_title,.bus_model .bus_bz_title{font-size:24px;}
.bottom .bottom_top_item img{height:50px;width:50px;}
.bottom .b_top_text p:last-child{font-size:16px;}
.bottom .bottom_form_title{font-size:18px;}
.bus_gy{padding:30px 0;}
.bottom .bottom_top{padding-top:30px;}
.bus_model .bus_bz_content{padding:0;}
.bus_model .bus_bz_content{margin-top:30px;}
.cp_hy .cp_left_desc{margin:20px 0;}
.cp_center{padding:30px 0;}
.cp_center .cp_center_title{font-size:18px;}
.al_center .al_center_title{font-size:18px;margin-bottom:0;}
.al_center .al_center_btn{font-size:14px;width:110px;height:35px;line-height:35px;}
.cx_con2 .cx_con2_item{height:710px;}
.development {
    margin-top: 40px;
}
.development .development_right {
    height: 86px;
}
.development .development_content ul li {
    margin-top: 0;
}
.bus_model .bj_zi {
    font-size: 70px;
}
.bus_gy .bus_gy_title {
    font-size: 22px;
}
.cp_center .cp_center_title {
    padding-left: 0;
}
.cp_center .cp_center_desc {
    padding-left: 0;
}
.cp_center .cp_center_btn{
    margin-left: 0;
}
.cp_guige {
    padding: 40px 0 0;
}
.cp_guige table tr td{
    text-align: center !important;
    padding-right: 0px;
    padding: 10px 0 !important;
    font-size: 13px;
}
.cp_guige .container {
    padding-bottom: 40px;
}
.related_al {
    padding-top: 40px;
}
.header {
    height: 50px;
}
.logo img {
    max-height: 32px;
}
.logo {
    padding: 10px 0;
    line-height: 32px;
    padding-left: 10px;
}
.header .inner {
    margin: 0 0px 0 0;
}
.mainnav {
    top: 50px;
}
.profile .profile_bg .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.profile .profile_bg .profile_bg_desc {
    margin-top: 0;
}
.profile .profile_bg .profile_bg_title {
    font-size: 24px;
}
.profile .profile_bg .profile_bg_desc {
    font-size: 18px;
    line-height: 18px;
}
.banner {
    width: 100%;
}

}
.mt_video .vide_con2_img .abo_img{width:100%;}
.sy_news .sy_news_nav .hmmore{margin-top:25px;position:absolute;bottom:0;}
.sy_solve .solve_content_item .sovle_leftimg {
    width: 72%;
    display: inline-block;
    overflow: hidden;
}
.sy_solve .solve_content_item .sovle_leftimg:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.sy_solve .solve_content_item .sovle_leftimg img{
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
/* 2022.4.11 */
@media (max-width:1024px){.banner_content_01{width:84%;}
.sy_news .sy_news_nav .hmmore{position:static;}
}
.sousuo_hl01{padding:20px 0;}
.sousuo_hl01 .mt_news_title{height:64px;overflow:hidden;}
.sousuo_hl01 .mt_news_img{display:none;}
/* 2022.5.9 */
@media (max-width:1024px){.sy_solve .sy_solve_title,.sy_product .product_item_title a,.sy_product .prodcut_item_title01 a,.sy_fuwu .sy_fuwu_title,.sy_fuwu .fuwu_l_item p,.sy_news .sy_news_title,.sy_about .sy_about_title,.bottom .bottom_top .bottom_top_title{font-size:24px;}
.sy_solve .solve_left_title,.bottom .bottom_dw div{font-size:20px;}
}
@media (max-width:480px){
    .sy_solve .solve_content_item .sovle_leftimg {
        width: 100%;
    }

    .sy_solve .sy_solve_title,.sy_product .product_item_title a,.sy_product .prodcut_item_title01 a,.sy_fuwu .sy_fuwu_title,.sy_fuwu .fuwu_l_item p,.sy_news .sy_news_title{font-size:18px;}
.sy_solve .solve_left_title,.bottom .bottom_dw div{font-size:16px;}
.banner .banner_side_title{font-size:14px;min-width:70px;}

.sy_solve .sy_solve_title{
    font-size: 24px;
}
.sy_about .sy_about_title {
    margin-bottom: 10px;
}
.sy_solve .sovle_btn {
    width: 130px;
}
.sy_fuwu .sy_fuwu_desc {
    line-height: 26px;
    margin: 20px 0 4px;
}
/* .sy_solve .solve_content_item .sovle_leftimg {
    width: 74%;
    display: inline-block;
} */
.sy_news .sy_news_botton {
    padding: 16px 10px;
}
.sy_news .sy_news_time {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
}
.sy_news .sy_news_text {
    font-size: 16px;
}
.bus_model .bus_bz_desc {
    margin-top: 10px;
}

}
.banner .b_form iframe{width:100% !important;}
.mt_zz .mt_zz_top,.cx_con1 .cx_con1_top,.cx_con1 .cx_con1_top{text-align:left;}
.bottom .bottom_nav .erma{display:flex;}
.bottom .bottom_nav .bottom_erwei{width:130px;}
.bottom .bottom_erwei_title{font-size:14px;}
.bottom .bottom_nav .erma .bottom_erwei:last-child{margin-left:20px;}
@media (max-width:768px){.bottom .bottom_nav .erma{width:100%;justify-content:center;}
}
#main .region-item .region-spot i:before,#main .region-item .region-spot i:after{display:none;}
.dinyue{
    width: 74px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
}
.dinyue .dingt{font-size:12px;background-color:#e5352c;color:#fff;text-align: center;}
.language .language_active img:last-child{display:none;}
.logo{overflow:hidden;}
.logo img{transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;}
.logo:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);}
.fixed-right ul li{background-color:#e5352c;}
/* 协会关系 */
.xiehui .xiehui_content{padding:0;height:600px;overflow-y:scroll;width:100%;display:flex;flex-wrap:wrap;}
.xiehui .xiehui_content .xie_item{width:25%;text-align:center;}
.xiehui .xiehui_content .xie_item .xie_img{position:relative;padding-bottom:34%;}
.xiehui .xiehui_content .xie_item img{    max-width: 90%;
    max-height: 90%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.xiehui .xiehui_content .xie_item .xie_desc{margin-top:20px;}
.xiehui .xiehui_content::-webkit-scrollbar{width:5px;}
.xiehui .xiehui_content::-webkit-scrollbar-thumb{border-radius:10px;background:#888181;-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);}
.xiehui .xiehui_content::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);border-radius:10px;background:#f5f5f5;}
@media (max-width:1100px){.xiehui .xiehui_content .xie_item{width:33.33%;}
}
@media (max-width:950px){.xiehui .xiehui_content .xie_item{width:50%;}
}
@media (max-width:768px){.xiehui .xiehui_content .xie_item{width:50%;}
.xiehui .xiehui_content .xie_item img{width:60%;}
}
@media (max-width:480px){.xiehui .xiehui_content{height:400px;}
}
/* 荣誉 */
.renzhen .renzhen_content{padding:15px;height:650px;overflow-y:scroll;width:100%;display:flex;flex-wrap:wrap;}
.renzhen .renzhen_content .renzhen_item{width:20%;text-align:center;margin-bottom:2%;}
.renzhen .renzhen_content .renzhen_item .renzhen_img{position:relative;padding-bottom:34%;}
.renzhen .renzhen_content .renzhen_item img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
.renzhen .renzhen_content .renzhen_item .renzhen_desc{margin-top:20px;}
.renzhen .renzhen_content::-webkit-scrollbar{width:5px;}
.renzhen .renzhen_content::-webkit-scrollbar-thumb{border-radius:10px;background:#888181;-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);}
.renzhen .renzhen_content::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);border-radius:10px;background:#f5f5f5;}
@media (max-width:1100px){.renzhen .renzhen_content .renzhen_item{width:33.33%;}
}
@media (max-width:950px){.renzhen .renzhen_content .renzhen_item{width:50%;}
}
@media (max-width:768px){.renzhen .renzhen_content .renzhen_item{width:50%;}
.renzhen .renzhen_content .renzhen_item img{width:60%;}
}
@media (max-width:480px){.renzhen .renzhen_content{height:400px;}
}
/* 20220512 */
.fixed-right .phone span.close{position:absolute;left:0;top:0;line-height:70px;font-size:14px;width:20px;text-align:center;cursor:pointer;font-family:monospace;z-index:10;}
.fixed-right .phone .icon{display:none;}
.fixed-right .phone .txt{display:block;position:relative;top:50%;transform:translateY(-50%);right:0;background:#e5352c;line-height:70px;padding:0 20px;}
.fixed-right .phone span{top:0;transform:none;}
.fixed-right .phone.on .close{display:none;}
.fixed-right .phone.on .txt{display:none;}
.fixed-right .phone.on .icon{display:block;}
.fixed-right .phone{padding:0;width:auto;}
.fixed-right .phone.on{width:70px;}
@media(max-width:1440px){.sy_fuwu .fuwu_l_item:not(:first-child){margin-left:4%;}
.sy_fuwu .fuwu_l_item p{font-size:34px;}
.fixed-right ul li{width:50px;height:50px;}
.fixed-right .fixed_four_img{padding-top:7px;}
.fixed-right .fixed_four_img img{height:18px;}
.fixed-right .fixed_four_title{line-height:20px;transform:scale(0.8);}
.fixed-right .phone.on{width:50px;}
.fixed-right .phone .txt{line-height:50px;font-size:20px;}
.fixed-right .phone span.close{line-height:50px;}
.kf_center .kf_right_title{font-size:32px;margin-bottom:20px;}
.bottom .bottom_top{padding-top:50px;}
.bottom .bottom_top {
    padding-top: 50px;
}

.profile .profile_culture .culture_snav {
    margin-top: 30px;
}
.profile .profile_about_four{margin: 40px 0;}
.profile .profile_about{padding-top: 40px;}
.renzhen .renzhen_content .renzhen_item .renzhen_desc {
    margin-top: 8px;
    font-size: 14px;
}
}
@media(min-width:768px) and (max-width:1440px){
    .profile .core_l_title,.profile_base_title{font-size:32px;    line-height: 30px;    padding-left: 16px;}
.renzhen .renzhen_content .renzhen_item{width:25%;}
.profile .profile_bg .cp_bg_title{font-size:36px;}
.profile_base_title::before {
    width: 8px;
}
.profile .core_l_title *,
.profile .core_item_l h1 *{
    font-size: 32px !important;
    line-height: 1.4 !important;
}
.profile .core_l_title{
    padding-left: 0px;
}
.profile_base_title{
    padding-left: 14px;
}
.profile .profile_about_desc div {
    margin-top: 30px;
}
.profile .profile_about_item p {
    font-size: 42px;
    line-height: 53px;
}
.profile .profile_culture .core_l_title p:first-child {
    font-size: 70px;
}
.profile .profile_culture .core_l_title p:nth-child(2) {
    font-size: 30px;
}
.profile .profile_culture .core_l_title p:nth-child(3) {
    font-size: 18px;
    line-height: 30px;
    margin-top: 14px;
}
.profile .profile_culture .core_l_desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 20px;
}
.profile_core .profile_base_title {
    margin-bottom: 50px;
}
.profile .profile_culture .culture_desc {
    font-size: 14px;
    margin-top: 12px;
    line-height: 13px;
}
.cp_hy .cp_left_title {
    font-size: 34px;
    line-height: 42px;
}
.cp_hy .cp_left_desc {
    font-size: 16px;
    line-height: 28px;
    margin: 34px 0 33px;
}

}
@media(max-width:1340px){.mainnav li{font-size:16px;}
.language{font-size:14px;width:auto;padding-right:10px;}
}
@media(max-width:1240px){.cp_hy .cp_hy_img img{width:100%;}
.cp_hy .cp_left_title{font-size:32px;}
.cp_hy .cp_left_desc{margin:20px 0;}
}
@media(max-width:1200px){.mainnav li{font-size:14px;}
}
@media(min-width:480px) and (max-width:1440px){.cp_center .cp_center_title{font-size:18px;}
}
@media(min-width:480px) and (max-width:1280px){.development .development_left .info{display:block;}
.development .development_img{display:block;width:auto;margin-bottom:20px;}
.development .development_text{display:block;padding-left:0;font-size:14px;}
.bus_model .bus_bz_title{font-size:32px;}
.bus_model .bj_zi{font-size:70px;}
}
@media(min-width:1024px) and (max-width:1440px){.cx_con2 .cx_con2_title{font-size:30px;line-height:1.5;}
}
@media(max-width:768px){body{font-size:14px;}
.bottom .bottom_nav>ul>li .bottom_nav_title{font-size:16px;margin-bottom:10px;}
.bottom .bottom_nav>ul>li{float:none;display:inline-block;vertical-align:top;margin-bottom:16px;}
.bottom .bottom_dw div{font-size:16px;display:block;margin:0 !important;float:none;}
.bottom .bottom_dw_l img{float:left;}
.sy_solve .sy_solve_nav{margin-bottom:15px;}
.sy_product{padding-top:20px;}
.sy_product .product_item_title::before{width:7px;}
.sy_product .product_item_title{padding-left:20px;font-size:18px;}
.sy_product .product_item_desc{padding-left:0;font-size:14px;line-height:2;height:auto;}
.sy_product .prodcut_item_title01{margin-top:20px;font-size:18px;line-height:1.5;}
.sy_product .prodcut_item_desc01{font-size:18px;}
.sy_fuwu{padding:40px 0;}
.sy_fuwu .fuwu_l_item{width:auto;}
.sy_fuwu .fuwu_l_item p{font-size:18px;}
.bus_model{padding-bottom:0;}
.bus_model .bus_bz_l{margin-bottom:40px;}
.cp_hy .cp_hy_title{padding-top:40px;    padding-bottom: 14px;
    font-size: 14px;
    line-height: 27px;}
.cp_center .cp_center_img{height:auto;text-align:center;margin-bottom:30px;}
.cp_center .cp_center_content li{height:auto;}
.cp_center .cp_center_img img{position:static;transform:none;}
.al_xq .al_xq_title{font-size:24px;line-height:1.2;}
.al_xq{padding-top:40px;}
.mt_news{padding-top:30px;}
.mt_news .mt_list{padding:30px 0 40px;}
.Pagesa{margin-top:40px;}
.mt_news .mt_list li{margin-top:20px;}
.mt_news .mt_list li a{padding-bottom:10px;}
.mt_news .list_last_time{font-size:14px;}
.mt_news .list_first_time{font-size:18px;}
.mt_news .mt_news_more a{height:auto;font-size:12px;line-height:32px;width:auto;padding:0 30px 0 20px;}
.mt_news .mt_news_more a span{right:10px;}
.bottom .bottom_top_item .b_top_text{padding-left:18px;}
.bottom .bottom_top_item .b_top_text p{font-size:16px;margin:0;}
.bottom .bottom_top_nav li{margin-top:20px;}
}
@media(max-width:480px){.bottom .bottom_nav>ul>li{display:block;text-align:left;width:auto;}
.bottom .bottom_nav>ul>li ul li{display:inline-block;margin-right:10px;}
.bottom .bottom_dw div{font-size:14px;}
.bottom .bottom_dw{padding-top:10px;}
.sy_fuwu .fuwu_l_item {
    width: 46%;
    margin-left: 0 !important;
}
.sy_fuwu .fuwu_l_item:nth-child(2n){
    margin-left: 4% !important;
}
.profile .profile_about_four {
    margin: 20px 0;
}
.profile_core .profile_base_title {
    margin-bottom: 15px;
}
.profile .profile_core_nav {
    padding: 0 0;
}
.profile .profile_core_content {
    padding: 20px 0;
    margin-top: 0%;
}
.profile .profile_core_nav li {
    width: 33.3333%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.profile .profile_culture .core_l_title p:nth-child(2) {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
}
.profile .profile_culture .core_l_title p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
.profile .profile_culture .core_l_desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}
.profile .profile_culture .profile_core_content {
    padding: 0px 0px 0px 0px;
}
.cp_hy_top {
    padding-bottom: 40px;
}
.cp_hy .cp_left_title {
    font-size: 23px;
    line-height: 32px;
}
.cp_hy .cp_left_desc {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 15px;
}
.cp_hy .cp_left_btn {
    margin-top: 30px;
}
.al_center .al_center_r {
    padding-bottom: 0;
}
.kf_center .al_center_content {
    width: 100%;
}
.kf_center .al_serch_item .al_serch_lei {
    padding-left: 10px;
    width: 100%;
}
.kf_center .al_serch_big {
    margin-top: 12px;
}
.kf_center .kf_right_title {
    font-size: 24px;
    margin-bottom: 4px;
}
.kf_center .kf_right_desc {
    font-size: 14px;
    line-height: 24px;
}
.kf_center .al_center_r dl {
    margin-top: 12px;
}
.bottom .bottom_top .bottom_top_title {
    margin-bottom: 8px;
}
.mainnav li>dl>dt>a {
    line-height: 30px;
}
.mainnav li>dl>dt {
    font-size: 14px;
    height: 30px;
}
.sy_news .sy_news_content {
    margin-top: 8px;
}
.sy_news .sy_news_title{
    font-size: 24px;
}
.Pagesa {
    margin-top: 15px;
}
.bottom .bottom_top {
    padding-top: 40px;
}
.al_center .al_center_desc {
    margin-bottom: 16px;
}
.al_center .al_center_title{
    height: auto;
    margin-top: 10px;
}
.al_center .al_center_r li:last-child{
    padding-bottom: 10px;
}
.mt_video {
    padding-top: 40px;
}
.mt_video .vide_con1_content img {
    width: 40px;
}
.mt_video .vide_con2_img img:last-child {
    left: 10px;
    bottom: 10px;
    width: 35px;
}
.mt_video .vide_con2_title {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
}
.mt_video .mt_video_con2 li {
    margin-top: 10px;
}
.mt_video .mt_video_con2 li:first-child{
    margin-top: 30px;
}
.mt_video .mt_video_con2 ul {
    margin-bottom: 0;
}
.mt_video .mt_video_con2 {
    padding-bottom: 40px;
}
.fixed-right{
    display: none !important;
}
.profile .profile_nav {
    line-height: 44px;
}
.sy_solve .solve_left_desc{
    margin-top: 0px;
}
.sy_solve .solve_left_title{
    font-size: 18px;
}
.cx_con2 .cx_con2_title {
    line-height: 20px;
}
.cx_con2 .cx_con2_desc01 {
    font-size: 14px;
    line-height: 26px;
    width: 100%;
}
.bottom .bottom_top_zx {
    padding-left: 0;
}
.sy_fuwu .sy_fuwu_desc{
    width: 100%;
}
.profile .core_l_desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
}

}


/* 2022/5/16 */
@media(max-width:1680px){
    .container{
        max-width: 100%;
        width: 100%;
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
}
@media(max-width:1220px){
    .container{
        max-width: 100%;
        width: 100%;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
@media(max-width:768px){
    .container{
        max-width: 100%;
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}





.profile .pro_nav_l ul li{
    position: relative;
}
.profile .pro_nav_l ul li:hover::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #e5352c;
}
@media(max-width:480px){
    .banner .banner_left{
        width: 40%;
        display: none;
    }
    .banner_left h2{
        font-size: 14px;
        display: none;
    }
    .banner .banner_left_text {
        display: block;
        line-height: 1.875;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        display: none;
    }
    
}



/* 768字体 */
@media(max-width:480px){
    .sy_product .product_item_title a,
    .sy_news .sy_news_title,
    .sy_fuwu .sy_fuwu_title,
    .sy_about .sy_about_title,
    .sy_solve .sy_solve_title,
    .bottom .bottom_top .bottom_top_title{
        font-size: 20px;
    }
}

.renzhen .renzhen_content{
    padding: 5%;
}
.base_img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding-bottom: 74%;
    display: none;
    transition: all .3s;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    z-index: 1;
}
.renzhen .renzhen_content .renzhen_item .base_img img{
    width: auto;
    max-height: 265px;
}
.renzhen .renzhen_content .renzhen_item{
    position: relative;  
    cursor: pointer;
}


.renzhen .renzhen_content .renzhen_item:hover .base_img{
    display: block;
    transform: scale(1) translate(-50%,-50%);
    -webkit-transform: scale(1) translate(-50%,-50%);
    -moz-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    -o-transform: scale(1) translate(-50%,-50%);
}


@media(max-width:768px){
    .base_img{
        padding-bottom: 57%;
    }
}
@media(max-width:480px){
    .sy_product .sy_product_more{
        width: 24.33%;
        position: static;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sy_product .sy_product_nav{
        display: flex;
        justify-content: center;
    }
    .sy_product .sy_product_nav ul{
        width: 70.66%;
    }
    .sy_product .sy_product_nav ul li{
        width: 48%;
    }
}

/* 弹出公告 */
.notice {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #aa2324;
    box-shadow: 0 0 50px rgba(0, 0, 0, 20%), 0 0 0 10000px rgba(0, 0, 0, 40%);
    z-index: 10000;
    pointer-events: auto !important;
    /* display: block !important; */
}

.notice .top {
    width: 100%;
    height: 113px;
    background: url(https://www.loscam.com.cn/cn/images/notice_bg.jpg) center center no-repeat #e6352d;
}

.notice .title {
    text-align: center;
    padding: 30px 30px 0;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
}

.notice .content {
    margin: 16px;
    margin-top: 0;
    background: #fff;
    font-size: 18.2px;
    color: #000;
}

.notice .content p {
    text-indent: 2em;
}

.notice .text {
    padding: 20px 30px;
    min-height: 30vh;
    max-height: 80vh;
    overflow-y: auto;
    line-height: 1.8em;
}

.notice .date {
    padding: 20px 30px;
    text-align: right;
    font-size: 14px;
    clear: both;
    font-weight: bold;
    padding-top: 0;
}

.notice .close {
    position: absolute;
    top: 25px;
    width: 33px;
    height: 33px;
    right: 30px;
    content: "";
    background: url(https://www.loscam.com.cn/cn/images/notice_close.png);
    background-size: 33px;
    cursor: pointer;
}
@media(max-width:1560px) {
    .notice .text{
        max-height: 50vh;
    }
}

@media(max-width:750px) {
    .notice .title {
        font-size: 22px;
    }
    .notice .content {
        font-size: 15px;
    }
    .notice .date {
        font-size: 12px;
    }

    .notice .top {
        background-size: cover;
        height: 80px;
    }

    .notice {
        width: 90%;
    }
    
}

@media(max-width:640px) {
    .notice .text{
        max-height: 50vh;
    }
}



.banner{height:auto;}
/* .banner .b_news{display:none;} */
.sy_about{height:auto;padding:5% 0;}
.nslider .swiper-container{height:40px;}
.nslider .swiper-slide span{padding-right:10px;font-size:14px;}
.homeNotice{position:relative;z-index:10;margin-top:-50px;background:#f5f5f5;}
.nslider{position:relative;padding-left:145px;padding-right:10px;padding-top:5px;padding-bottom:5px;}
.nslider .nt{font-size:20px;padding-left:40px;position:absolute;left:10px;top:5px;line-height:40px;color:#e5352c;background:url(../images/notice.png) no-repeat left center;}
.nslider .swiper-slide{height:40px;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 20px;}
/*.nslider .nctr{position:absolute;right:0;bottom:0;width:80px;font-size:0;white-space:nowrap;z-index:10;}
.nslider .nctr span{display:inline-block;vertical-align:middle;width:40px;height:40px;cursor:pointer;background:#fff;position:relative;}
 .nslider .nctr span.prev:before{content:"";position:absolute;left:35%;top:35%;width:30%;height:30%;border-left:1px solid #333;border-bottom:1px solid #333;transform:rotate(45deg);}
.nslider .nctr span.next{background:#e5352c;}
.nslider .nctr span.next:after{content:"";position:absolute;left:35%;top:35%;width:30%;height:30%;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(45deg);} */
@media(max-width:768px){.homeNotice{margin-top:0;background: #f5f5f5;}.nslider{padding-left:10px;padding-bottom:0;margin-left: 0;}
.nslider .nt{font-size:16px;position:static;background-size:20px;padding-left:25px;line-height:20px;}
.nslider .swiper-slide{font-size:16px;}
}

@media(max-width:1366px){
	
	.homeNotice{
		margin-top:0;
	}
}

.bot2{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding-right: 8%;
}
.bot2 div{
    height: auto !important;
}
.bot2 .bot_eidt {
    color: #fff;
    font-size: 13px;
}
.bot2 .bot_text{
    display: block !important;
	position: absolute;
    right: 77px;
    top: 120%;
}

.bot2 .bot_tit{
    font-size: 12px;
    display: block !important;
    color: #fff;
}

.bot2 .bot_tel {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    line-height: 1.3;
    padding-left: 40px;
}
.bot2 .bot_tel::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../images/tel.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
}
.bottom .bottom_dw{
    height: auto;
    padding: 10px 0;
	position: relative;
}
.bottom .bottom_dw_r{margin-left:55px;}
.bottom .bottom_nav .erma{
    flex-wrap: wrap;
    width: 280px;
}
.er_tit{
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
    width: 100%;
    color: #fff;
}
.bottom .bottom_nav .bottom_erwei {
    width: 48%;
}
.bottom .bottom_nav .bottom_erwei:nth-child(2) {
    margin-left: 4%;
}
/* 2023.8.7 */

@media (max-width: 1024px){
    .bot2 .bot_eidt {
        font-size: 12px !important;
    }
    
    .bot2 .bot_tit {
        font-size: 14px !important;
    }
    
    .bot2 .bot_tel {
        margin-top: 5px;
    }
}

@media (max-width: 900px){
    .bot2 .bot_text {
        position: relative;
        right: 0;
        bottom: 0;
		margin-top: 10px;
    }
    .bot2 {
        flex-wrap: wrap;
    }
}
/*20230814*/
.screenList{float:left;width:14%;}
.screenList h3{font-size:24px;font-weight:normal;position:relative;border-bottom:1px solid #e0e0e0;margin-bottom:15px;}
.screenList h3:before{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:6px solid #333;position:absolute;right:10px;top:50%;margin-top:-3px;content:'';}
.screenList li input[type=checkbox]{width:16px;height:16px;margin-top:0;position:relative;}
.screenList li input[type=checkbox]::after{position:absolute;top:0;color:#000;width:16px;height:16px;display:inline-block;visibility:visible;padding-left:0px;text-align:center;content:' ';border-radius:3px;}
.screenList li input[type=checkbox]:checked::after{content:"✓";color:#fff;font-size:10px;line-height:15px;background-color:#ff0000;}
.screenList li .name{display:inline-block;padding-left:10px;line-height:40px;}
.prodList{float:right;width:82%;}
.cp_center .prodList h3{font-size:24px;font-weight:normal;}
.cp_center .prodList .cp_center_content li{height:auto;}
.cp_center .prodList .cp_center_title{min-height:60px;padding:0 20px;font-size:16px;}
.cp_center .prodList h3 {
    border-bottom: 1px solid #e0e0e0;
    font-size: 24px;
}
@media(max-width:1024px){.screenList{float:none;width:100%;margin-bottom:20px;}
.screenList h3{font-size:20px;}
.prodList{float:none;width:100%;}
}
.cp_center .prodList h3{border-bottom:1px solid #e0e0e0;font-size:24px;}
.cp_center .prodList h3 span{padding-right:20px;}
.cp_center .cp_center_img{margin-bottom:15px;padding: 20px;height: auto;padding-bottom: 65%;}
.cp_center .cp_center_content li{padding-bottom:0;width:31.33%;margin-right:3%;float:none;display:inline-block;vertical-align:top;}
.cp_center .cp_center_content li:nth-child(3n){margin-right:0;}
.cp_center .cp_center_content{font-size:0;}
.prodList .itemBox{margin-bottom:50px;}
.cp_center .prodList img{max-width:90%;max-height:90%;}
.cp_center .cp_center_img{height: auto;padding-bottom: 50%;}
.cp_center .cp_center_img {
    border: none;
}
.cp_center .prodList .cp_center_title {
    padding: 0 0px;
    font-size: 16px;
    text-align: center;
}
@media(max-width:1024px){.cp_center .cp_center_content li{width:49%;margin-right:2%;}
.cp_center .cp_center_content li:nth-child(3n){margin-right:2%;}
.cp_center .cp_center_content li:nth-child(2n){margin-right:0;}
.cp_center .prodList h3{font-size:20px;}
}
@media(max-width:768px){.cp_center .cp_center_content li{width:100%;margin-right:0 !important;}
.cp_center .prodList h3{font-size:16px;}
.cp_center .cp_center_img{height: auto;padding: 20px;}
}
.sy_product .prodcut_item_title01:before{width: 25%;height: 3px;content: '';background:#e5352c;position: absolute;left: 0;bottom:0;}

.sy_product .prodcut_item_title01 {
    position: relative;
    padding-bottom: 30px;
}

.sy_product .product_item_desc {
    padding-left: 0;
}

.info_page { position: relative; padding-right: 160px; padding: 25px 0; border-top: 2px solid rgba(225, 225, 225, 0.4); }
.info_page .dot { line-height: calc(36 / 16); color: #999999;    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;display: block; }
.info_page .dot a { color: #333; margin-left: 5px; }
.info_page .dot:hover, .newsInfo .info_page .dot:hover a:hover { color: #d61718; }


/* 2023.12.5 */
.ylist {
    position: absolute;
    left: 100%;
    background-color: #fff;
    top: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.ylist .uitem {
    color: #333;
   padding-left: 30px;
}

.ylist .uitem:hover {
    background-color: #e5352c;
    color: #fff;
}

.mainnav li>dl>dt.cur>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 41%;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    right: 18px;
    width: 6px;
    height: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
}
.mainnav li>dl>dt:hover>a:before {
    border-color: #fff;
}

.mainnav li>dl>dt:hover .ylist{
    width: 100%;
    opacity: 1;
}
.board {
    padding: 5% 0;
	background: #fbfbfb;
}

.board .box+.box{
   margin-top:3%; 
   padding-top:6%;
   border-top: 1px solid #eaeaea;
}

.list1 {
    display: flex;
    flex-wrap: wrap;
}

.list1 .item {
    width: 30.5%;
    margin-bottom: 2%;
    /* border: 1px solid #ddd; */
	background: #fff;
    padding: 2% 3%;
	margin-right:2%;
	border-radius:30px 0 30px 30px;
}
.list1 .item::after {
 content: ' ';
 position: absolute;
 right: 0;
 top: 0;
 background:#FF0000;
 width: 2px;
 height: 82px;
}

.list1 .one{
  width: 100%;
  margin-right: 0;
}

.list1-1 .item:not(:nth-child(4n+1)) {
    margin-right:2%;
}
.list1-2 .item:not(:nth-child(4n)) {
    margin-right:2%;
}

.list1 .imgbox {
    padding-bottom: 67%;
    position: relative;
}

.list1 .imgbox img {
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.list1 .text_box{
	margin-top:10px;
}
.list1 .item{ position:relative; cursor: pointer;}
.list1 .item:before{ content:''; position:absolute; right:0; top:0; width:1px; height:60%; background-color:#e5352c;}
.list1 .tit {
    font-size: 20px;
	/* margin-bottom:15%; */
}

.list1 .ctit {
    font-size: 14px;
}
.overscroll::-webkit-scrollbar,.selects::-webkit-scrollbar{width:4px;height:1px;}
.overscroll::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#e5352c;}
.overscroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px;background:#f2f2f2;}
.board01 {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.board01{
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.board01.cur{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.board01 .main {
    background-color: #fff;
    max-width: 700px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    padding: 5%;
    position: relative;
    width: 95%;
}

.board01 .capt {
    /* display: flex; */
    align-items: center;
}

.board01 .imgbox {
    width: 38%;
}

.board01 .tit {
    font-size: 20px;
	text-align: center;
}

.board01 .ctit {
    font-size: 16px;
	text-align: center;
}

.board01 .editor {
    margin-top: 20px;
    max-height: 250px;
    overflow-y: auto;
}
.board01 .close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    padding-top: 2%;
}

.board01 .close:before,
.board01 .close:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    border-bottom: 1px solid #000;
}

.board01 .close:before {
    transform: rotate(45deg);
}

.board01 .close:after {
    transform: rotate(-45deg);
}

@media (max-width: 640px){
    .mainnav li>dl>dt {
        height: auto;
        padding-left: 0;
    }
    .ylist {
        position: static;
        opacity: 1;
        width: 100%;
    }
    .ylist .uitem {
        padding-left: 0;
        line-height: 30px;
        font-size: 12px;
    }
    .mainnav li>dl>dt.cur>a:before {
        display: none;
    }
    .mainnav li>dl>dt:hover{
        background-color: unset;
    }
    .mainnav li>dl>dt:hover>a{
        background-color: #e5352c;
    }
}


